@import url(https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800&display=swap);.header{box-shadow:var(--box-shadow);position:fixed;top:0;transition:all .5s ease-in-out;width:100%;z-index:1000}.header .header-1{align-items:center;background-color:var(--main-color);display:flex;justify-content:flex-end;padding:.5rem 5%}.header.active .header-1{display:none}.header .header-contacts{align-items:center;display:flex;gap:1rem;list-style-type:none}.header .header-contacts a{align-items:center;color:var(--white);display:flex;font-size:1.6rem;height:3rem;justify-content:center;width:3rem}.header .header-contacts a:hover{color:var(--main-color)}.header .header-2{align-items:center;background:#171717;display:flex;height:7rem;justify-content:space-between;padding:0 5%}.header .logo{-webkit-box-align:start;-ms-flex-align:start;-ms-grid-row-align:flex-start;align-items:flex-start;display:flex;height:100%}.header .navbar{display:flex;gap:2.5rem;height:100%;list-style-type:none}.header .icon-container{align-items:center;display:flex;gap:1.5rem;justify-content:center}.header .icon-container .icon{color:var(--white);cursor:pointer;font-size:2.5rem}.header .icon-container .icon:hover{color:var(--black)}.header .menu-btn{display:none}.header .cart-icon{position:relative}.header .cart-icon .badge{align-items:center;background-color:var(--black);border-radius:50%;color:#fff;display:flex;font-size:1.2rem;height:2rem;justify-content:center;position:absolute;right:-.8rem;top:-.8rem;width:2rem}.mobile-menu{display:none}@media (max-width:991px){.header .menu-btn,.mobile-menu{display:block}.header .navbar{display:none}}.header .nav-item{align-items:center;display:flex;justify-content:center;position:relative}.header .dropdown-menu{align-items:center;background:none;color:var(--white);cursor:pointer;display:inline-block;display:flex;font-size:1.8rem;gap:.7rem}.header .dropdown-menu .nav-btn{color:var(--white);cursor:pointer;font-size:2.5rem}.header .dropdown-menu .nav-btn:hover{color:var(--black)}.header .dropdown-menu .icon{align-items:center;color:var(--white);display:flex;font-size:2rem}.header .dropdown-content{background-color:var(--white);box-shadow:var(--box-shadow);color:var(--black);display:flex;display:none;flex-direction:column;left:0;position:absolute;top:100%;transform:scale(0);transition:all .5s;width:20rem;z-index:1000}.header .dropdown-content a{border-bottom:.1rem solid #0000001a;color:var(--black);cursor:pointer;display:block;font-size:1.6rem;padding:1rem}.header .dropdown-content a:hover{border-color:var(--main-color);border-left:.4rem solid var(--main-color);color:var(--main-color)}.header .nav-item:hover .icon,.header .nav-item:hover .nav-btn{color:var(--black)}.header .nav-item:hover .dropdown-content{display:inline;display:initial;transform:scale(1)}@media (max-width:991px){.mobile-menu{background:var(--white);border:.1rem solid var(--main-color);box-shadow:var(--box-shadow);display:block;height:100%;left:0;max-height:100%;overflow-y:auto;position:fixed;top:0;transition:all .5s ease-in-out;width:30rem;z-index:10000}.mobile-menu::-webkit-scrollbar{width:.8rem}.mobile-menu::-webkit-scrollbar-thumb{background-color:var(--black);border-radius:1rem}.mobile-menu::-webkit-scrollbar-track{background:var(--white)}.mobile-menu #close-side-bar{color:var(--main-color);cursor:pointer;font-size:4rem;position:absolute;right:2rem;top:1rem}.mobile-menu #close-side-bar:hover{color:var(--secondary-color);transform:rotate(90deg)}.mobile-menu .mobile-navbar{padding-top:6rem}}.mobile-navbar .main-nav-link{position:relative}.mobile-navbar .main-nav-link .nav-btn{align-items:center;background-color:var(--white);border-bottom:.2rem solid #0003;color:var(--main-color);cursor:pointer;display:flex;font-size:5rem;font-weight:700;justify-content:space-between;padding:1.5rem 1rem;width:100%}.mobile-navbar .main-nav-link.active .nav-btn,.mobile-navbar .main-nav-link:hover .nav-btn{background-color:var(--main-color);border-color:var(--main-color);color:var(--white)}.mobile-navbar .main-nav-link .icon{color:var(--main-color);cursor:pointer;font-size:2rem;position:absolute;right:1rem;top:50%;transform:translateY(-50%);transition:none}.mobile-navbar .main-nav-link.active .icon,.mobile-navbar .main-nav-link:hover .icon{color:var(--white)}.mobile-navbar .sub-nav-link{background:var(--secondary-color);padding-bottom:1rem;padding-left:2rem;transition:all 0s}.mobile-navbar .sub-nav-link a{border-bottom:.1rem solid var(--white);color:var(--white);display:block;font-size:1.8rem;font-weight:400;padding:1rem 0}.mobile-navbar .sub-nav-link a:hover{border-color:var(--black);color:var(--black)}.logo img{height:10rem;object-fit:cover}.logo h2{font-size:3rem}.scroll-to-top{align-items:center;background-color:var(--main-color)!important;border-radius:50%!important;bottom:1rem!important;box-shadow:var(--box-shadow);display:flex;height:5rem!important;justify-content:center;right:1rem!important;text-align:center;transition:all .2s;width:5rem!important;z-index:900!important}.scroll-to-top:hover{background-color:var(--secondary-color)!important;cursor:pointer}.scroll-to-top svg{fill:var(--white)}.heading{padding-bottom:2rem;text-align:center}.heading h2{color:#fff;font-size:4rem;font-weight:500;padding-bottom:.5rem;position:relative;text-transform:capitalize}.heading h2:after,.heading h2:before{bottom:0;content:"";height:4px;left:0;margin:auto;position:absolute;right:45px;width:45px}.heading h2:before{left:45px;width:90px}.btn,.linear-bg .heading h2{color:var(--white)}.btn{background:var(--main-color);box-shadow:var(--box-shadow);display:inline-block;font-size:1.8rem;font-weight:500;letter-spacing:1px;padding:1.2rem 3rem;transition:all .5s ease-in-out}.btn:hover{background-color:var(--secondary-color);cursor:pointer}.footer{background:linear-gradient(#000000b3,#000000b3);background-attachment:fixed;background-position:50%;background-size:cover;padding:0 5%}.footer .box-container{grid-gap:3rem;display:grid;gap:3rem;grid-template-columns:repeat(auto-fit,minmax(25rem,1fr));padding:2rem 0}.footer-item h2{color:var(--white);font-size:2.5rem;font-weight:500;letter-spacing:.2rem;padding-bottom:2rem}.footer-item>p{font-size:1.6rem}.footer-item p{color:var(--white);font-size:1.5rem;line-height:1.6}.footer-item .social{display:flex;gap:1rem;margin-top:2rem}.footer-item .social a{align-items:center;background-color:var(--white);border-radius:50%;display:inline-block;display:flex;height:4rem;justify-content:center;width:4rem}.footer-item .social a .icon{color:var(--main-color);font-size:2rem}.footer-item .social a:hover{background-color:var(--main-color)}.footer-item .social a:hover .icon{color:var(--white)}.footer-item .info p{align-items:center;display:flex;gap:1rem;margin-bottom:1rem}.footer-item .info a{color:var(--white);font-size:1.6rem}.footer-item .links p:hover a{color:var(--main-color)}.footer-item .links p .icon{color:var(--main-color);font-size:1rem}.footer-item .pages{display:flex;gap:2rem}.footer-item .pages .links-item{flex:1 1 15rem}.footer-item .connect .icon{align-items:center;border-radius:.5rem;color:var(--white);display:flex;font-size:1.6rem;height:2rem;justify-content:center;width:2rem}.footer-item .connect p,.footer-item .gmail{text-transform:none}.footer .content{border-top:.2rem solid var(--white);padding:2rem 0;text-align:center}.footer .content p{color:var(--white);font-size:2rem}.footer .content p span{color:var(--main-color)}.page-title{align-items:center;background:linear-gradient(#00000080,#000000b3),url(/static/media/PageTitle.10b106df8ec11090512f.jpg);background-position:50%;background-repeat:no-repeat;background-size:cover;display:flex;justify-content:center;min-height:40rem;position:relative}.page-title h1{color:var(--white);font-size:7rem;font-weight:600;padding-top:8rem}@media (max-width:768px){.page-title h1{font-size:3rem;padding-top:4rem}}.page-title .link{align-items:center;background-color:var(--main-color);bottom:0;-webkit-clip-path:polygon(15% 0,100% 0,100% 100%,0 100%);clip-path:polygon(15% 0,100% 0,100% 100%,0 100%);display:flex;gap:2rem;justify-content:center;padding:1.5rem 3rem 1.5rem 5rem;position:absolute;right:0}.page-title .link a{align-items:center;color:var(--white);display:flex;font-size:2.5rem}.page-title .link a:hover{color:var(--black)}.page-title .link .icon{color:var(--white);font-size:2.2rem}.page-title .link span{color:var(--white);font-size:2.3rem;font-weight:500}.sidebar-heading{margin-bottom:1rem}.sidebar-heading h2{background-color:var(--main-color);-webkit-clip-path:polygon(0 0,100% 0,85% 100%,0 100%);clip-path:polygon(0 0,100% 0,85% 100%,0 100%);color:var(--white);font-size:2.5rem;font-weight:500;padding:.7rem 1rem;word-spacing:1px}@keyframes closeWindow{0%{opacity:1}to{opacity:0}}.ril__outer{-ms-content-zooming:none;-ms-touch-select:none;background-color:#000000d9;bottom:0;height:100%;left:0;outline:none;right:0;top:0;touch-action:none;-ms-user-select:none;width:100%;z-index:1000}.ril__outerClosing{opacity:0}.ril__image,.ril__imageNext,.ril__imagePrev,.ril__inner{bottom:0;left:0;position:absolute;right:0;top:0}.ril__image,.ril__imageNext,.ril__imagePrev{-ms-content-zooming:none;-ms-touch-select:none;margin:auto;max-width:none;touch-action:none;-ms-user-select:none}.ril__imageDiscourager{background-position:50%;background-repeat:no-repeat;background-size:contain}.ril__navButtons{border:none;bottom:0;cursor:pointer;height:34px;margin:auto;opacity:.7;padding:40px 30px;position:absolute;top:0;width:20px}.ril__navButtons:hover{opacity:1}.ril__navButtons:active{opacity:.7}.ril__navButtonPrev{background:#0003 url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyMCIgaGVpZ2h0PSIzNCI+PHBhdGggZD0ibTE5IDMtMi0yTDEgMTdsMTYgMTYgMS0xTDMgMTcgMTggMnoiIGZpbGw9IiNGRkYiLz48L3N2Zz4=) no-repeat 50%;left:0}.ril__navButtonNext{background:#0003 url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyMCIgaGVpZ2h0PSIzNCI+PHBhdGggZD0ibTEgMyAyLTIgMTYgMTZMMyAzM2wtMS0xIDE1LTE1TDIgMnoiIGZpbGw9IiNGRkYiLz48L3N2Zz4=) no-repeat 50%;right:0}.ril__downloadBlocker{background-image:url(data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7);background-size:cover;bottom:0;left:0;position:absolute;right:0;top:0}.ril__caption,.ril__toolbar{background-color:#00000080;display:flex;justify-content:space-between;left:0;position:absolute;right:0}.ril__caption{bottom:0;max-height:150px;overflow:auto}.ril__captionContent{color:#fff;padding:10px 20px}.ril__toolbar{height:50px;top:0}.ril__toolbarSide{height:50px;margin:0}.ril__toolbarLeftSide{flex:0 1 auto;overflow:hidden;padding-left:20px;padding-right:0;text-overflow:ellipsis}.ril__toolbarRightSide{flex:0 0 auto;padding-left:0;padding-right:20px}.ril__toolbarItem{color:#fff;display:inline-block;font-size:120%;line-height:50px;max-width:100%;overflow:hidden;padding:0;text-overflow:ellipsis;white-space:nowrap}.ril__toolbarItemChild{vertical-align:middle}.ril__builtinButton{border:none;cursor:pointer;height:35px;opacity:.7;width:40px}.ril__builtinButton:hover{opacity:1}.ril__builtinButton:active{outline:none}.ril__builtinButtonDisabled{cursor:default;opacity:.5}.ril__builtinButtonDisabled:hover{opacity:.5}.ril__closeButton{background:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyMCIgaGVpZ2h0PSIyMCI+PHBhdGggZD0ibTEgMyAxLjI1LTEuMjUgNy41IDcuNSA3LjUtNy41TDE4LjUgMyAxMSAxMC41bDcuNSA3LjUtMS4yNSAxLjI1LTcuNS03LjUtNy41IDcuNUwxIDE4bDcuNS03LjVMMSAzeiIgZmlsbD0iI0ZGRiIvPjwvc3ZnPg==) no-repeat 50%}.ril__zoomInButton{background:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyMCIgaGVpZ2h0PSIyMCI+PGcgc3Ryb2tlPSIjZmZmIiBzdHJva2Utd2lkdGg9IjIiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCI+PHBhdGggZD0ibTEgMTkgNi02TTkgOGg2TTEyIDV2NiIvPjwvZz48Y2lyY2xlIGN4PSIxMiIgY3k9IjgiIHI9IjciIGZpbGw9Im5vbmUiIHN0cm9rZT0iI2ZmZiIgc3Ryb2tlLXdpZHRoPSIyIi8+PC9zdmc+) no-repeat 50%}.ril__zoomOutButton{background:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyMCIgaGVpZ2h0PSIyMCI+PGcgc3Ryb2tlPSIjZmZmIiBzdHJva2Utd2lkdGg9IjIiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCI+PHBhdGggZD0ibTEgMTkgNi02TTkgOGg2Ii8+PC9nPjxjaXJjbGUgY3g9IjEyIiBjeT0iOCIgcj0iNyIgZmlsbD0ibm9uZSIgc3Ryb2tlPSIjZmZmIiBzdHJva2Utd2lkdGg9IjIiLz48L3N2Zz4=) no-repeat 50%}.ril__outerAnimating{animation-name:closeWindow}@keyframes pointFade{0%,19.999%,to{opacity:0}20%{opacity:1}}.ril__loadingCircle{height:60px;position:relative;width:60px}.ril__loadingCirclePoint{height:100%;left:0;position:absolute;top:0;width:100%}.ril__loadingCirclePoint:before{animation:pointFade .8s ease-in-out infinite both;background-color:#fff;border-radius:30%;content:"";display:block;height:30%;margin:0 auto;width:11%}.ril__loadingCirclePoint:first-of-type{transform:rotate(0deg)}.ril__loadingCirclePoint:first-of-type:before,.ril__loadingCirclePoint:nth-of-type(7):before{animation-delay:-.8s}.ril__loadingCirclePoint:nth-of-type(2){transform:rotate(30deg)}.ril__loadingCirclePoint:nth-of-type(8){transform:rotate(210deg)}.ril__loadingCirclePoint:nth-of-type(2):before,.ril__loadingCirclePoint:nth-of-type(8):before{animation-delay:-666ms}.ril__loadingCirclePoint:nth-of-type(3){transform:rotate(60deg)}.ril__loadingCirclePoint:nth-of-type(9){transform:rotate(240deg)}.ril__loadingCirclePoint:nth-of-type(3):before,.ril__loadingCirclePoint:nth-of-type(9):before{animation-delay:-533ms}.ril__loadingCirclePoint:nth-of-type(4){transform:rotate(90deg)}.ril__loadingCirclePoint:nth-of-type(10){transform:rotate(270deg)}.ril__loadingCirclePoint:nth-of-type(10):before,.ril__loadingCirclePoint:nth-of-type(4):before{animation-delay:-.4s}.ril__loadingCirclePoint:nth-of-type(5){transform:rotate(120deg)}.ril__loadingCirclePoint:nth-of-type(11){transform:rotate(300deg)}.ril__loadingCirclePoint:nth-of-type(11):before,.ril__loadingCirclePoint:nth-of-type(5):before{animation-delay:-266ms}.ril__loadingCirclePoint:nth-of-type(6){transform:rotate(150deg)}.ril__loadingCirclePoint:nth-of-type(12){transform:rotate(330deg)}.ril__loadingCirclePoint:nth-of-type(12):before,.ril__loadingCirclePoint:nth-of-type(6):before{animation-delay:-133ms}.ril__loadingCirclePoint:nth-of-type(7){transform:rotate(180deg)}.ril__loadingCirclePoint:nth-of-type(13){transform:rotate(1turn)}.ril__loadingCirclePoint:nth-of-type(13):before,.ril__loadingCirclePoint:nth-of-type(7):before{animation-delay:0ms}.ril__loadingContainer{bottom:0;left:0;position:absolute;right:0;top:0}.ril__imageNext .ril__loadingContainer,.ril__imagePrev .ril__loadingContainer{display:none}.ril__errorContainer{align-items:center;bottom:0;color:#fff;display:flex;justify-content:center;left:0;position:absolute;right:0;top:0}.ril__imageNext .ril__errorContainer,.ril__imagePrev .ril__errorContainer{display:none}.ril__loadingContainer__icon{color:#fff;left:50%;position:absolute;top:50%;transform:translateX(-50%) translateY(-50%)}.faq .accordion{margin-bottom:1.5rem}.faq .accordion:last-child{margin-bottom:0}.faq .accordion .accordion-heading{align-items:center;border:var(--border);box-shadow:var(--box-shadow);color:var(--main-color);cursor:pointer;display:flex;gap:1rem;justify-content:space-between;padding:2rem}.faq .accordion.active .accordion-heading{background-color:var(--main-color);color:var(--white)}.faq .accordion .accordion-heading h3{font-size:2rem}.faq .accordion .accordion-heading .icon{color:var(--main-color);font-size:2rem}.faq .accordion.active .accordion-heading .icon{color:var(--white)}.faq .accordion-content{background-color:#0000000d;color:var(--grey);display:none;font-size:1.5rem;line-height:2;padding:1.5rem}.faq .accordion.active .accordion-content{display:block}.points-container{box-shadow:var(--box-shadow)}.point-table .table-title{background-color:var(--black);border-bottom:.4rem solid var(--main-color);color:var(--white);display:flex;gap:.5rem;justify-content:center;padding:1rem .5rem}.point-table .table-title h3.name{flex:1 1 30rem}.point-table .table-title h3{flex:1 1 5rem;font-size:1.8rem;text-align:center}.point-table .points{background-color:var(--white);padding:0 .5rem}.point-item{align-items:center;border-bottom:.1rem solid #0000001a;display:flex;gap:.5rem;justify-content:center;padding:1rem 0}.point-item .box{color:var(--grey);flex:1 1 5rem;font-size:1.6rem;font-weight:400;text-align:center}.point-item .name{align-items:center;display:flex;flex:1 1 30rem;gap:1rem;text-align:left}.point-item .name img{height:3.5rem;object-fit:cover;width:3.5rem}.point-item .name span{color:var(--black);font-size:1.8rem;font-weight:500}.team-squad{background-color:var(--white);box-shadow:var(--box-shadow);margin-bottom:2rem}.team-squad .title{background-color:var(--black);border-bottom:.4rem solid var(--main-color);color:var(--white);font-size:2.2rem;font-weight:600;padding:1rem;text-align:center}.team-squad .sub-heading{align-items:center;background-color:var(--secondary-color);display:flex;gap:1rem;padding:1rem}.team-squad .sub-heading h3{color:var(--white);flex:1 1 30rem;font-size:1.8rem;font-weight:600}.team-squad .sub-heading h3:first-child{flex:1 1 5rem}.team-squad .squad-content{padding:1rem}.team-squad .squad-item{border-bottom:.1rem solid #0000001a;display:flex;gap:1rem;padding:1rem}.team-squad .squad-item:last-child{border-bottom:none}.team-squad .squad-item h3{color:var(--black);flex:1 1 30rem;font-size:1.8rem;font-weight:500}.team-squad .squad-item h3:first-child{flex:1 1 5rem;font-weight:600}.team-squad .squad-item p{color:var(--grey);flex:1 1 30rem;font-size:1.5rem}.match-sidebar{flex:1 1 20rem}.match-sidebar a{align-items:center;background-color:var(--secondary-color);border-bottom:.2rem solid var(--white);border-left:.5rem solid var(--main-color);display:flex;gap:.5rem;padding:1.5rem 1rem}.match-sidebar a:hover{background-color:var(--main-color)}.match-sidebar a .icon{color:var(--white);font-size:2rem}.match-sidebar a h3{color:var(--white);font-size:1.6rem;font-weight:500;line-height:.8;text-transform:none}.portfolio .box-container{grid-gap:1rem;display:grid;grid-template-columns:repeat(auto-fill,minmax(33rem,1fr));margin:2rem 0}.portfolio .controls{align-items:center;display:flex;flex-wrap:wrap;gap:1.5rem;justify-content:center;list-style-type:none;padding-top:1rem}.portfolio .controls .button{color:var(--grey);font-size:2rem;font-weight:600;padding:.2rem}.portfolio .controls .button.active,.portfolio .controls .button:hover{color:var(--main-color);cursor:pointer}.portfolio-item{height:35rem;overflow:hidden;position:relative}.portfolio-item img{height:100%;object-fit:cover;width:100%}.portfolio-item .text{background-color:#da1212cc;bottom:-100%;left:0;padding:2rem;position:absolute;transition:all .4s ease-in-out 0s;width:100%}.portfolio-item:hover .text{bottom:0}.portfolio-item .text p{align-items:center;color:var(--white);display:flex;font-size:1.6rem;gap:1rem}.portfolio-item .text span{background-color:var(--white);display:inline-block;height:.2rem;margin:2rem 0;width:2rem}.portfolio-item .text h3{color:var(--white);font-size:2.5rem}.portfolio-item .text h3:hover{color:var(--black)}.portfolio-item .btn-container{display:flex;gap:.5rem;position:absolute;right:2rem;top:2rem}.portfolio-item a .icon{align-items:center;background-color:var(--main-color);border-radius:50%;color:var(--white);cursor:pointer;display:flex;font-size:1.8rem;height:4rem;justify-content:center;padding:1rem;scale:0;width:4rem}.portfolio-item a .icon:hover{background-color:var(--secondary-color)}.portfolio-item:hover a .icon{scale:1}.team-item{border-bottom:.4rem solid var(--main-color);overflow:hidden;position:relative}.team-item .image{box-shadow:var(--box-shadow);height:35rem}.team-item .image img{height:100%;object-fit:cover;width:100%}.team-item .icon-container{align-items:center;background-color:var(--main-color);-webkit-clip-path:polygon(0 0,100% 0,100% 100%,0 80%);clip-path:polygon(0 0,100% 0,100% 100%,0 80%);display:flex;flex-direction:column;gap:.5rem;justify-content:center;padding:1rem 1rem 4rem;position:absolute;right:-100%;top:0;transition:all .4s ease-in-out 0s;z-index:2}.team-item:hover .icon-container{right:0}.team-item .icon-container a{align-items:center;color:var(--white);display:flex;font-size:1.7rem;height:3.5rem;justify-content:center;width:3.5rem}.team-item .icon-container a:hover{color:var(--black)}.team-item .content{align-items:center;background-color:#0003;display:flex;flex-direction:column;height:100%;justify-content:flex-end;left:0;padding:2.5rem 1.5rem;position:absolute;text-align:center;top:0;width:100%}.team-item .content h2{color:var(--white);font-size:2.5rem;font-weight:600}.team-item .content a h2:hover{color:var(--main-color)}.team-item .content h5{color:var(--white);font-size:1.8rem;font-weight:500}.team-innings{box-shadow:var(--box-shadow);margin-bottom:2rem}.team-innings .title{background-color:var(--black);border-bottom:.4rem solid var(--main-color);color:var(--white);display:flex;font-size:1.8rem;font-weight:600;justify-content:space-between;padding:1rem}.team-innings .title h3{align-items:center;display:flex}.team-innings .title h3 span{font-size:1.6rem;font-weight:400;padding-left:.5rem}.team-innings .sub-heading{align-items:center;background-color:var(--secondary-color);display:flex;gap:1rem;padding:1rem}.team-innings .sub-heading h3{color:var(--white);flex:1 1 40rem;font-size:1.6rem;font-weight:500}.team-innings .info-heading{align-items:center;display:flex;flex:1 1 30rem;justify-content:space-around}.team-innings .info-heading h6{color:var(--white);font-size:1.5rem;font-weight:500}.team-innings .content{padding:1rem}.team-innings .innings-item .item{border-bottom:.1rem solid #0000001a;display:flex;gap:1rem;padding:.5rem 0}.team-innings .innings-item .item:last-child{border-bottom:none}.team-innings .intro{flex:1 1 40rem}.team-innings .item h3{color:var(--black);font-size:1.6rem}.team-innings .item h6{color:var(--black);font-size:1.4rem;font-weight:400;text-transform:none}.team-innings .details{flex:1 1 30rem}.team-innings .details ul{align-items:center;display:flex;justify-content:space-around;list-style-type:none}.team-innings .details ul li{color:var(--grey);flex:1 1 5rem;font-size:1.4rem;text-align:center}.team-innings .extras{background-color:#0000000d;display:flex;gap:1rem;justify-content:space-between;padding:1rem}.team-innings .extras h3{color:var(--black);font-size:1.6rem;padding-right:2rem}.team-innings .extras p{color:var(--grey);font-size:1.4rem}.team-innings .wickets-fall .content{display:flex;flex-wrap:wrap;gap:1rem;padding:1rem}.team-innings .wickets-fall h4{color:var(--black);font-size:1.4rem;font-weight:600}.team-innings .wickets-fall h4 span{color:var(--grey);font-size:1.4rem;font-weight:400}.blog-item{background-color:var(--white);box-shadow:var(--box-shadow)}.blog-item .image{height:25rem;position:relative}.blog-item .image img{height:100%;object-fit:cover;width:100%}.blog-item .date{align-items:center;background-color:var(--main-color);color:var(--white);display:flex;font-size:2rem;justify-content:center;padding:1.5rem;position:absolute;right:5%;text-align:center;top:0;width:7rem}.blog-item .content{padding:2rem}.blog-item .category{background-color:var(--main-color);color:var(--white);display:inline-block;font-size:1.6rem;margin-bottom:1rem;padding:.5rem 1rem}.blog-item .category:hover{background-color:var(--secondary-color)}.blog-item .content .main-heading{color:var(--black);display:block;font-size:2.5rem;font-weight:700;line-height:1.4;padding-bottom:.5rem}.blog-item .content .main-heading:hover{color:var(--main-color)}.blog-item .content p{color:var(--grey);font-size:1.6rem;line-height:1.5}.blog-item .details{align-items:center;display:flex;gap:2rem;margin-top:2rem}.blog-item .details h3{align-items:center;display:flex;font-size:1.6rem;gap:.5rem}.blog-item .details h3 .icon{color:var(--main-color)}.blog-item .details h3 span{color:var(--grey);font-weight:400}.sidebar .post-item{align-items:center;display:flex;gap:1rem;margin-bottom:.5rem}.sidebar .post-item:last-child{margin-bottom:0}.sidebar .post-item img{background-color:var(--grey);height:8rem;object-fit:cover;width:10rem}.sidebar .post-item a{color:var(--black);display:inline-block;font-size:25.6px;font-size:1.6rem;font-weight:600}.sidebar .post-item a:hover{color:var(--main-color)}.sidebar .post-item h3{align-items:center;color:var(--grey);display:flex;font-size:1.4rem;gap:.5rem;padding-top:.5rem}.sidebar .post-item h3 .icon{color:var(--main-color)}.sidebar .post-item h3 span{font-weight:400}.comments{padding:2rem 0}.comments h4{color:var(--black);font-size:2.5rem;padding-bottom:.5rem}.comments .replies{margin-left:14rem;margin-top:.5rem}.comment{align-items:flex-start;display:flex;gap:2rem;padding:.5rem 0}.comment .comment-image{height:12rem;overflow:hidden;width:12rem}.comment .comment-image img{height:100%;object-fit:contain;width:100%}.comment .comment-content{flex:1 1 40rem}.comment .intro{align-items:center;display:flex;justify-content:space-between;padding-bottom:.5rem}.comment .intro .name{align-items:center;display:flex;gap:1rem}.comment .intro h3{border-right:.1rem solid #0003;color:var(--black);font-size:1.8rem;line-height:1;padding-right:1rem}.comment .intro h6{color:var(--main-color);font-size:1.5rem;font-weight:400}.comment .rating{display:flex;gap:.5rem}.comment .rating .icon{color:var(--main-color);font-size:1.6rem}.comment .rating h5{color:var(--black);font-size:1.6rem}.comment .text{color:var(--grey);font-size:1.5rem;line-height:1.5;padding-bottom:1rem}.comment .icon-item{align-items:center;display:flex;gap:.3rem}.comment .icon-item .icon{color:var(--main-color);font-size:1.5rem}.comment .icon-item span{color:var(--main-color);font-size:1.6rem}.comment .icon-item:hover .icon,.comment .icon-item:hover span{color:var(--secondary-color);cursor:pointer}.pages-no{display:flex;justify-content:center;margin:2rem 0;width:100%}.pages-no .container{display:flex;gap:1rem}.pages-no .item{align-items:center;background-color:var(--white);border-radius:.5rem;box-shadow:var(--box-shadow);display:flex;font-size:2rem;height:5rem;justify-content:center;width:5rem}.pages-no .item.active,.pages-no .item:hover{background-color:var(--secondary-color);color:var(--white);cursor:pointer}.pages-no .numbers{display:flex;gap:1rem}.shoplist-title{background-color:var(--black);border-bottom:.4rem solid var(--main-color);color:var(--white);display:flex;justify-content:center;margin-bottom:1rem;padding:1rem .5rem}.shoplist-title h3{flex:1 1 10rem;font-size:1.8rem;text-align:center}.shoplist-title h3:first-child{flex:1 1 20rem}.shop-sidebar .product-item{align-items:center;display:flex;gap:1rem}.shop-sidebar .product-item .image a{display:none}.shop-sidebar .product-item .content{padding:0}.shop-sidebar .product-item .image img{height:8rem;width:8rem}.shop-sidebar .product-item .rating{display:none}.shop-sidebar .product-item h3{font-size:2rem;padding-bottom:.2rem}.shop-sidebar .product-item .price{font-size:1.7rem}.shop-sidebar .product-item .price span{font-size:1.3rem}.product-item{overflow:hidden;transition:all 1s ease}.product-item .image{position:relative}.product-item .image a{align-items:center;background-color:var(--main-color);-webkit-clip-path:polygon(0 15%,15% 15%,15% 0,85% 0,85% 15%,100% 15%,100% 85%,85% 85%,85% 100%,15% 100%,15% 85%,0 85%);clip-path:polygon(0 15%,15% 15%,15% 0,85% 0,85% 15%,100% 15%,100% 85%,85% 85%,85% 100%,15% 100%,15% 85%,0 85%);color:var(--white);cursor:pointer;display:flex;font-size:2rem;height:4rem;justify-content:center;left:-100%;position:absolute;top:1rem;transition:all .5s ease;width:4rem}.product-item .image a:hover{background-color:var(--secondary-color)}.product-item:hover .image a{left:1rem}.product-item .image img{border:var(--border);height:25rem;object-fit:cover;width:100%}.product-item .content{padding:1.5rem 0}.product-item .rating{display:flex;gap:1rem;padding-top:.7rem}.product-item .rating .icon{color:var(--main-color);font-size:2rem}.product-item .rating h5{color:var(--black);font-size:1.5rem}.product-item h3{color:var(--black);font-size:2rem;font-weight:600;padding-bottom:.5rem}.product-item .price,.product-item h3:hover{color:var(--main-color)}.product-item .price{font-size:1.8rem;font-weight:700}.product-item .price span{color:var(--grey);font-size:1.4rem;font-weight:400;padding-left:.2rem;text-decoration:line-through}.shop-header{align-items:center;display:flex;flex-wrap:wrap;gap:1rem;justify-content:space-between;padding-bottom:1rem}.shop-header .showing{color:var(--grey);font-size:1.6rem}.shop-header .styles{display:flex;gap:1rem;list-style-type:none}.shop-header .styles a{color:var(--black);font-size:2rem}.shop-header .styles a:hover{color:var(--main-color)}.shop-header .custom-select .custom-select-prefix__control{border:1px solid #0003!important;border-radius:.4rem;color:var(--grey)!important;font-size:1.5rem;min-height:4rem}.shop-header .custom-select .custom-select-prefix__single-value{color:var(--grey)!important}.shop-header .custom-select-prefix__control--is-focused{border-color:var(--main-color)!important;box-shadow:0 0 0 1px var(--main-color)!important}.shop-header .custom-select .custom-select-prefix__option{cursor:pointer;font-size:1.5rem}.shop-header .custom-select .custom-select-prefix__option:hover{background-color:var(--main-color);color:var(--white)}.shop-header .custom-select .custom-select-prefix__option--is-selected{background-color:var(--secondary-color);color:var(--white)}.summary-item{align-items:center;display:flex;justify-content:space-between;margin:1rem 0}.summary-item .box{color:var(--black);font-size:2rem;font-weight:700;padding:.5rem 1rem}.summary-item .name{font-weight:600}.summary-item .value{color:var(--secondary-color);font-weight:500}.price-filter{padding:1.5rem 0;width:100%}.price-filter .price-input{display:flex;gap:2rem;margin-bottom:3rem}.price-input .field{align-items:center;display:flex;height:3.5rem;width:100%}.price-input h3{color:var(--black);font-size:1.8rem;font-weight:600}.field span{border:1px solid var(--grey);border-radius:5px;display:inline-block;font-size:1.5rem;height:100%;margin-left:10px;text-align:center;width:100%}.field span,.price-input .separator{align-items:center;display:flex;justify-content:center}.price-input .separator{color:var(--black);font-size:2rem;width:2rem}.slider{background:#ddd;border-radius:5px;height:.5rem;position:relative;transition:none}.slider .progress{background:var(--main-color);border-radius:.5rem;height:100%;left:25%;position:absolute;right:25%;transition:none}.range-input{position:relative}.range-input input{-webkit-appearance:none;appearance:none;background:none;cursor:pointer;height:5px;pointer-events:none;position:absolute;top:-5px;width:100%}input[type=range]::-webkit-slider-thumb{-webkit-appearance:none;background:var(--main-color);border-radius:50%;box-shadow:0 0 6px #0000000d;height:17px;pointer-events:auto;width:17px}input[type=range]::-moz-range-thumb{-moz-appearance:none;background:var(--main-color);border:none;border-radius:50%;box-shadow:0 0 6px #0000000d;height:17px;pointer-events:auto;width:17px}.empty-cart{align-items:center;display:flex;flex-direction:column;height:70vh;justify-content:center}.empty-cart .icon{font-size:15rem}.empty-cart h3{color:var(--black);font-size:2.5rem;font-weight:600;padding:2rem 0}.social-media{background:linear-gradient(#000c,#000c),url(/static/media/Counter.ffb3038559368b8b883f.jpg);background-attachment:fixed;background-position:50%;background-size:cover;padding:5rem 0}.social-media .container{margin:0 auto;max-width:1200px;padding:0 2rem}.social-media-content{color:var(--white);text-align:center}.social-media-content h2{color:var(--white);font-size:4rem;font-weight:600;margin-bottom:2rem}.social-media-content p{color:var(--white);font-size:1.8rem;line-height:1.6;margin-bottom:4rem;margin-left:auto;margin-right:auto;max-width:600px}.social-links{flex-wrap:wrap;gap:3rem}.social-link,.social-links{display:flex;justify-content:center}.social-link{align-items:center;background:var(--white);border-radius:1rem;box-shadow:0 .5rem 1rem #0003;color:var(--black);font-size:1.8rem;font-weight:500;gap:1.5rem;min-width:200px;padding:2rem 3rem;text-decoration:none;transition:all .3s ease}.social-link:hover{box-shadow:0 1rem 2rem #0000004d;transform:translateY(-5px)}.social-link.facebook:hover{background:#1877f2;color:var(--white)}.social-link.instagram:hover{background:linear-gradient(45deg,#f09433,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888);color:var(--white)}.social-icon{font-size:2.5rem}.social-link span{font-weight:600}@media (max-width:768px){.social-media-content h2{font-size:3rem}.social-media-content p{font-size:1.6rem}.social-links{align-items:center;flex-direction:column;gap:2rem}.social-link{font-size:1.6rem;max-width:300px;padding:1.5rem 2rem;width:100%}.social-icon{font-size:2rem}}@media (max-width:480px){.social-media-content h2{font-size:2.5rem}.social-link,.social-media-content p{font-size:1.4rem}.social-link{padding:1.2rem 1.5rem}.social-icon{font-size:1.8rem}}.philosophy{background:linear-gradient(135deg,#667eea,#764ba2);overflow:hidden;padding:8rem 0;position:relative}.philosophy:before{background:url(/static/media/Counter.ffb3038559368b8b883f.jpg) 50%/cover;bottom:0;content:"";left:0;opacity:.1;position:absolute;right:0;top:0;z-index:1}.philosophy .container{margin:0 auto;max-width:1200px;padding:0 2rem;position:relative;z-index:2}.philosophy-header{color:var(--white);margin-bottom:6rem;text-align:center}.philosophy-header h2{font-size:5rem;font-weight:700;letter-spacing:2px;margin-bottom:2rem;text-shadow:2px 2px 4px #0000004d;text-transform:uppercase}.philosophy-header p{font-size:2rem;line-height:1.6;margin:0 auto;max-width:600px;opacity:.9}.philosophy-grid{grid-gap:3rem;display:grid;gap:3rem;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));margin-top:4rem}.philosophy-card{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fffffff2;border-radius:20px;box-shadow:0 20px 40px #0000001a;overflow:hidden;padding:3rem;position:relative;text-align:center;transition:all .4s ease}.philosophy-card:before{background:linear-gradient(90deg,var(--main-color),var(--secondary-color));content:"";height:5px;left:0;position:absolute;right:0;top:0;transform:scaleX(0);transition:transform .3s ease}.philosophy-card:hover:before{transform:scaleX(1)}.philosophy-card:hover{box-shadow:0 30px 60px #0003;transform:translateY(-10px)}.card-icon{align-items:center;border-radius:50%;color:var(--white);display:flex;font-size:3rem;height:80px;justify-content:center;margin:0 auto 2rem;position:relative;transition:all .3s ease;width:80px}.philosophy-card.education .card-icon{background:linear-gradient(135deg,#667eea,#764ba2)}.philosophy-card.football .card-icon{background:linear-gradient(135deg,#f093fb,#f5576c)}.philosophy-card.character .card-icon{background:linear-gradient(135deg,#4facfe,#00f2fe)}.philosophy-card:hover .card-icon{transform:scale(1.1) rotate(5deg)}.card-content h3{color:var(--black);font-size:2.8rem;font-weight:700;letter-spacing:1px;margin-bottom:1rem;text-transform:uppercase}.card-content h4{color:var(--main-color);font-size:1.8rem;font-style:italic;font-weight:600;margin-bottom:1.5rem}.card-content p{color:var(--grey);font-size:1.6rem;line-height:1.8;margin:0}@media (max-width:768px){.philosophy{padding:6rem 0}.philosophy-header h2{font-size:3.5rem}.philosophy-header p{font-size:1.6rem}.philosophy-grid{gap:2rem;grid-template-columns:1fr}.philosophy-card{padding:2.5rem}.card-icon{font-size:2.5rem;height:70px;width:70px}.card-content h3{font-size:2.4rem}.card-content h4{font-size:1.6rem}.card-content p{font-size:1.4rem}}@media (max-width:480px){.philosophy-header h2{font-size:2.8rem}.philosophy-header p{font-size:1.4rem}.philosophy-card{padding:2rem}.card-icon{height:60px;width:60px}.card-content h3,.card-icon{font-size:2rem}.card-content h4{font-size:1.4rem}.card-content p{font-size:1.3rem}}.philosophy-card{animation:fadeInUp .6s ease forwards}.philosophy-card:first-child{animation-delay:.1s}.philosophy-card:nth-child(2){animation-delay:.2s}.philosophy-card:nth-child(3){animation-delay:.3s}.home{height:1px;min-height:100vh;padding:0}.home,.home-slider{position:relative}.home-slider .swiper-button-next,.home-slider .swiper-button-prev{background-color:#ffffffb3;color:var(--black);font-size:1rem;height:5rem;padding:2rem;width:5rem}.home-slider .swiper-button-prev{left:0}.home-slider .swiper-button-next{right:0}.home-slider .swiper-button-next:hover,.home-slider .swiper-button-prev:hover{background-color:var(--main-color)}.home-slider .swiper-button-next:after,.home-slider .swiper-button-prev:after{align-items:center;color:var(--black);display:flex;font-size:2rem;font-weight:700;justify-content:center}.home-slider .swiper-button-next:hover:after,.home-slider .swiper-button-prev:hover:after{color:var(--white)}.home-item{min-height:90vh}.home-item img{height:100vh;object-fit:cover;width:100%}.home-item .content{align-items:center;background:linear-gradient(#00000080,#0000004d);display:flex;height:100%;justify-content:flex-start;left:0;padding:8rem 7% 2rem;position:absolute;top:0;width:100%}.home-item .content .text{width:80rem}.home-item .content h3{color:var(--white);font-size:4rem;font-weight:500;line-height:1.3;margin-bottom:1rem}.home-item .content p{color:var(--white);font-size:1.7rem;font-weight:400;line-height:1.4;padding-bottom:2rem}.home-buttons{display:flex;gap:2rem;margin-top:2rem}.contact-btn,.register-btn{border-radius:10px;display:inline-block;font-size:1.6rem;font-weight:600;letter-spacing:1px;padding:1.5rem 3rem;text-decoration:none;text-transform:uppercase;transition:all .3s ease}.register-btn{background:linear-gradient(135deg,#667eea,#764ba2);border:2px solid #0000;color:#fff}.register-btn:hover{box-shadow:0 10px 25px #677eea66;color:#fff;transform:translateY(-3px)}.contact-btn{background:#0000;border:2px solid #fff;color:#fff}.contact-btn:hover{background:#fff;box-shadow:0 10px 25px #ffffff4d;color:var(--black);transform:translateY(-3px)}@media (max-width:768px){.home-buttons{flex-direction:column;gap:1rem}.contact-btn,.register-btn{font-size:1.4rem;padding:1.2rem 2rem;text-align:center}}@font-face{font-family:swiper-icons;font-style:normal;font-weight:400;src:url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA")}:root{--swiper-theme-color:#007aff}.swiper{list-style:none;margin-left:auto;margin-right:auto;overflow:hidden;padding:0;position:relative;z-index:1}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{box-sizing:initial;display:flex;height:100%;position:relative;transition-property:transform;width:100%;z-index:1}.swiper-android .swiper-slide,.swiper-wrapper{transform:translateZ(0)}.swiper-pointer-events{touch-action:pan-y}.swiper-pointer-events.swiper-vertical{touch-action:pan-x}.swiper-slide{flex-shrink:0;height:100%;position:relative;transition-property:transform;width:100%}.swiper-slide-invisible-blank{visibility:hidden}.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}.swiper-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-backface-hidden .swiper-slide{-webkit-backface-visibility:hidden;backface-visibility:hidden;transform:translateZ(0)}.swiper-3d,.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}.swiper-3d .swiper-cube-shadow,.swiper-3d .swiper-slide,.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top,.swiper-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top{height:100%;left:0;pointer-events:none;position:absolute;top:0;width:100%;z-index:10}.swiper-3d .swiper-slide-shadow{background:#00000026}.swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(270deg,#00000080,#0000)}.swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(90deg,#00000080,#0000)}.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(0deg,#00000080,#0000)}.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(180deg,#00000080,#0000)}.swiper-css-mode>.swiper-wrapper{-ms-overflow-style:none;overflow:auto;scrollbar-width:none}.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-horizontal.swiper-css-mode>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-vertical.swiper-css-mode>.swiper-wrapper{scroll-snap-type:y mandatory}.swiper-centered>.swiper-wrapper:before{content:"";flex-shrink:0;order:9999}.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{-webkit-margin-start:var(--swiper-centered-offset-before);margin-inline-start:var(--swiper-centered-offset-before)}.swiper-centered.swiper-horizontal>.swiper-wrapper:before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{-webkit-margin-before:var(--swiper-centered-offset-before);margin-block-start:var(--swiper-centered-offset-before)}.swiper-centered.swiper-vertical>.swiper-wrapper:before{height:var(--swiper-centered-offset-after);min-width:1px;width:100%}.swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center;scroll-snap-stop:always}.swiper-pagination{position:absolute;text-align:center;transform:translateZ(0);transition:opacity .3s;z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-pagination-disabled>.swiper-pagination,.swiper-pagination.swiper-pagination-disabled{display:none!important}.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-bullets.swiper-pagination-horizontal,.swiper-pagination-custom,.swiper-pagination-fraction{bottom:10px;left:0;width:100%}.swiper-pagination-bullets-dynamic{font-size:0;overflow:hidden}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{position:relative;transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active,.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{transform:scale(.33)}.swiper-pagination-bullet{background:#000;background:var(--swiper-pagination-bullet-inactive-color,#000);border-radius:50%;display:inline-block;height:8px;height:var(--swiper-pagination-bullet-height,var(--swiper-pagination-bullet-size,8px));opacity:.2;opacity:var(--swiper-pagination-bullet-inactive-opacity,.2);width:8px;width:var(--swiper-pagination-bullet-width,var(--swiper-pagination-bullet-size,8px))}button.swiper-pagination-bullet{-webkit-appearance:none;appearance:none;border:none;box-shadow:none;margin:0;padding:0}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-bullet:only-child{display:none!important}.swiper-pagination-bullet-active{background:var(--swiper-theme-color);background:var(--swiper-pagination-color,var(--swiper-theme-color));opacity:1;opacity:var(--swiper-pagination-bullet-opacity,1)}.swiper-pagination-vertical.swiper-pagination-bullets,.swiper-vertical>.swiper-pagination-bullets{right:10px;top:50%;transform:translate3d(0,-50%,0)}.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{display:block;margin:6px 0;margin:var(--swiper-pagination-bullet-vertical-gap,6px) 0}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{top:50%;transform:translateY(-50%);width:8px}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;transition:transform .2s,top .2s}.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 4px;margin:0 var(--swiper-pagination-bullet-horizontal-gap,4px)}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{left:50%;transform:translateX(-50%);white-space:nowrap}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:transform .2s,left .2s}.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:transform .2s,right .2s}.swiper-pagination-progressbar{background:#00000040;position:absolute}.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:var(--swiper-theme-color);background:var(--swiper-pagination-color,var(--swiper-theme-color));height:100%;left:0;position:absolute;top:0;transform:scale(0);transform-origin:left top;width:100%}.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{transform-origin:right top}.swiper-horizontal>.swiper-pagination-progressbar,.swiper-pagination-progressbar.swiper-pagination-horizontal,.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite{height:4px;left:0;top:0;width:100%}.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-vertical,.swiper-vertical>.swiper-pagination-progressbar{height:100%;left:0;top:0;width:4px}.swiper-pagination-lock{display:none}:root{--swiper-navigation-size:44px}.swiper-button-next,.swiper-button-prev{align-items:center;color:var(--swiper-theme-color);color:var(--swiper-navigation-color,var(--swiper-theme-color));cursor:pointer;display:flex;height:44px;height:var(--swiper-navigation-size);justify-content:center;margin-top:-22px;margin-top:calc(0px - var(--swiper-navigation-size)/2);position:absolute;top:50%;width:27px;width:calc(var(--swiper-navigation-size)/44*27);z-index:10}.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled{cursor:auto;opacity:.35;pointer-events:none}.swiper-button-next.swiper-button-hidden,.swiper-button-prev.swiper-button-hidden{cursor:auto;opacity:0;pointer-events:none}.swiper-navigation-disabled .swiper-button-next,.swiper-navigation-disabled .swiper-button-prev{display:none!important}.swiper-button-next:after,.swiper-button-prev:after{font-family:swiper-icons;font-size:44px;font-size:var(--swiper-navigation-size);font-variant:normal;letter-spacing:0;line-height:1;text-transform:none!important}.swiper-button-prev,.swiper-rtl .swiper-button-next{left:10px;right:auto}.swiper-button-prev:after,.swiper-rtl .swiper-button-next:after{content:"prev"}.swiper-button-next,.swiper-rtl .swiper-button-prev{left:auto;right:10px}.swiper-button-next:after,.swiper-rtl .swiper-button-prev:after{content:"next"}.swiper-button-lock{display:none}.home-events{background:linear-gradient(#00000080,#0009),url(/static/media/Upcoming.ffb3038559368b8b883f.jpg);background-attachment:fixed;background-position:50%;background-size:cover;padding-bottom:4rem;padding-top:4rem}.home-events .box-container{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:repeat(auto-fit,minmax(33rem,1fr));margin:2rem 0}.home-events .upcoming-item{border:.2rem solid var(--white);text-align:center}.home-events .upcoming-item .content{padding:2rem 1rem}.home-events .upcoming-item .time{color:var(--white);font-size:1.6rem;font-weight:700}.home-events .upcoming-item .team-content{align-items:center;display:flex;justify-content:space-between;padding:2rem 0}.home-events .upcoming-item .team-logo{text-align:center}.home-events .upcoming-item img{height:10rem;margin-bottom:.5rem;object-fit:cover;width:10rem}.home-events .upcoming-item h3{color:var(--white);font-size:1.8rem;text-align:center}.home-events .upcoming-item h6{color:var(--white);font-size:6rem;font-weight:600}.home-events .upcoming-item .venue{color:var(--white);font-size:1.6rem;font-weight:700}.home-events .upcoming-item .btn-container{align-items:center;display:flex}.home-events .upcoming-item .btn{text-align:center;width:100%}.player,.player-slider{overflow:hidden}.player-slider{position:relative}.player-slider .swiper{overflow:hidden;padding-bottom:8rem}.player-slider .swiper-button-next,.player-slider .swiper-button-prev{background-color:var(--secondary-color);color:var(--white);font-size:1rem;height:5rem;padding:2rem;top:90%;width:5rem}.player-slider .swiper-button-next:hover,.player-slider .swiper-button-prev:hover{background-color:var(--main-color)}.player-slider .swiper-button-next{right:0}.player-slider .swiper-button-prev{left:auto;right:6rem}.player-slider .swiper-button-next:after,.player-slider .swiper-button-prev:after{align-items:center;color:var(--white);display:flex;font-size:2rem;font-weight:700;justify-content:center}.result-point{grid-gap:2rem;background:linear-gradient(#000000b3,#000000b3),url(/static/media/Result.ffb3038559368b8b883f.jpg);background-attachment:fixed;background-position:50%;background-size:cover;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(45rem,1fr))}.home-result,.result-slider{overflow:hidden}.result-slider{position:relative}.result-slider .swiper{overflow:hidden;padding-bottom:6rem;padding-top:2rem}.home-result .result-item{background-color:#111;border:.15rem solid var(--white);padding:3rem 4rem;text-align:center}.home-result .result-item h6{color:var(--white);font-size:3rem;font-weight:500;position:relative}.home-result .result-item h6:before{background-color:var(--white);bottom:0;content:"";height:.2rem;left:0;left:50%;margin-left:-3rem;position:absolute;width:6rem}.home-result .result-item .intro{align-items:center;display:flex;gap:3rem;justify-content:space-between;margin:2rem 0}.home-result .result-item .team-result{align-items:center;display:flex;gap:2rem}.home-result .result-item .name{text-align:center}.home-result .result-item .name img{height:10rem;margin-bottom:.5rem;object-fit:cover;width:10rem}.home-result .result-item .name h3{color:var(--white);font-size:2rem;font-weight:500;line-height:1.2}.home-result .result-item .result{text-align:center}.home-result .result-item .result h5{color:var(--white);font-size:2rem}.home-result .result-item .result p{color:var(--white);font-size:1.6rem}.home-result .result-item .fixture-content{color:var(--white);font-size:1.8rem;text-align:center}.result-point .point-table .points-container{padding:2rem 0}@media (max-width:768px){.counting{gap:3rem;grid-template-columns:1fr;padding:3rem 5%}.counting .box{margin-bottom:2rem}.counting .box .icon{font-size:3rem;height:8rem;width:8rem}.counting .box h3{font-size:1.8rem}}@media (max-width:480px){.counting{gap:2rem;padding:2rem 5%}.counting .box .icon{font-size:2.5rem;height:7rem;width:7rem}.counting .box h3{font-size:1.6rem}}.counting .box{display:-ms-flexbox;flex-direction:column}.home-shop .box-container{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:repeat(auto-fit,minmax(25rem,1fr))}.trophies{background:linear-gradient(#00000080,#000000b3),url(/static/media/Awards.ffb3038559368b8b883f.jpg);background-attachment:fixed;background-position:50%;background-size:cover}.trophy-slider{padding-top:2rem}.trophy-item{text-align:center}.trophy-item img{background-color:#fff3;height:100%;margin-bottom:1rem;object-fit:cover;width:100%}.trophy-item h4{color:var(--white);font-size:2.5rem}.blog.main .box-container{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:repeat(auto-fit,minmax(33rem,1fr))}.sponsors .box-container{grid-gap:3rem;display:grid;gap:3rem;grid-template-columns:repeat(auto-fit,minmax(25rem,1fr));text-align:center}.sponsor-item{height:15rem}.sponsors img{height:100%;object-fit:contain;width:100%}.about-us{padding:2rem 0}.about-us .btn{display:none}.counting{grid-gap:2rem;background:linear-gradient(#00000080,#000000b3),url(/static/media/Counter.ffb3038559368b8b883f.jpg);background-attachment:fixed;background-position:50%;background-size:cover;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(22rem,1fr));margin:1rem 0;min-height:15rem;padding:4rem 5%}.counting .box{align-items:center;display:flex;gap:1rem}.counting .box .icon{align-items:center;background-color:var(--main-color);border-radius:50%;color:var(--white);display:flex;font-size:4rem;height:10rem;justify-content:center;outline:.2rem solid var(--white);outline-offset:-1rem;width:10rem}.counting .box .count{color:var(--white);font-size:4rem;font-weight:500}.counting .box h3{color:var(--white);font-size:2rem;font-weight:400}.about .box-container{display:flex;flex-wrap:wrap;gap:2rem;justify-content:center}.about .image{-webkit-box-align:end;-ms-flex-align:end;-ms-grid-row-align:flex-end;align-items:flex-end;display:flex;flex:1 1 50rem;justify-content:flex-end;margin-bottom:5rem}.about .sub-image1{height:40rem;object-fit:cover;width:80%}.about .sub-image2{border:.5rem solid var(--white);height:25rem;margin-right:-15rem;object-fit:cover;transform:translate(-15rem,5rem);width:25rem}.about .content{flex:1 1 35rem}.about .box-container .content h3{color:var(--secondary-color);font-size:4rem;line-height:1.3}.about .content .line{background-color:var(--main-color);height:.2rem;margin:2rem 0;width:50%}.about .box-container .content p{color:var(--grey);font-weight:400;letter-spacing:.5px;line-height:1.6}.about .content .btn{margin-top:2rem}@media (max-width:768px){.about .box-container{flex-direction:column!important;grid-template-columns:1fr!important}}.about{padding:5rem 9%}.about .box-container{grid-gap:3rem;align-items:center;display:grid;gap:3rem;grid-template-columns:repeat(auto-fit,minmax(30rem,1fr))}.about .box-container .image{position:relative}.about .box-container .image .sub-image1{border-radius:.5rem;width:100%}.about .box-container .image .sub-image2{border:.5rem solid #fff;border-radius:.5rem;bottom:-2rem;position:absolute;right:-2rem;width:15rem}.about .box-container .content h3{color:#333;font-size:2.5rem;margin-bottom:1rem}.about .box-container .content .line{background:#e74c3c;height:.3rem;margin-bottom:2rem;width:5rem}.about .box-container .content p{color:#666;font-size:1.6rem;line-height:1.8;margin-bottom:2rem}.about .box-container .content .btn{background:#e74c3c;border-radius:.5rem;color:#fff;display:inline-block;font-size:1.4rem;padding:1rem 2rem;text-decoration:none;transition:all .3s ease}.about .box-container .content .btn:hover{background:#c0392b;transform:translateY(-2px)}@media (max-width:768px){.about{padding:3rem 5%}.about .box-container{flex-direction:column!important;grid-template-columns:1fr!important}.about .box-container .image .sub-image2{bottom:-1.5rem;right:-1.5rem;width:12rem}.about .box-container .content h3{font-size:2rem}}.faq{display:flex;flex-wrap:wrap;gap:2rem;justify-content:center}.faq .accordion-container-1,.faq .accordion-container-2{flex:1 1 40rem}.upcoming-events .box-container{box-shadow:var(--box-shadow)}.event-item{align-items:center;border-bottom:.1rem solid #0000001a;display:flex;gap:1rem;padding:1rem}.event-item:hover{background-color:#0000000d}.event-item .fixture-event{align-items:center;display:flex;flex:1 1 70rem;gap:1rem;justify-content:center}.event-item .team-logo{flex:1 1 15rem;text-align:center}.event-item .team-logo img{height:10rem;object-fit:cover;width:10rem}.event-item .team-logo h3{color:var(--secondary-color);font-size:1.8rem}.event-item .fixture-content{flex:1 1 40rem;text-align:center}.event-item .time{color:var(--main-color);font-size:1.8rem;font-weight:700}.event-item .venue{color:var(--secondary-color);font-size:1.8rem;font-weight:700}.event-item .action{border-left:.1rem solid #0000001a;flex:1 1 5rem;height:100%;padding:1rem}.event-item .action a{align-items:center;color:var(--secondary-color);display:flex;font-size:1.6rem;gap:1rem}.event-item .action a:hover{color:var(--main-color)}.event-single{display:flex;flex-wrap:wrap;gap:2rem}.event-info{flex:1 1 70rem}.event-info .event-intro{background:linear-gradient(#000000b3,#000000b3),url(/static/media/Event.95c41991cb7edda0d23e.jpg);background-position:50%;background-size:cover;box-shadow:var(--box-shadow);margin-bottom:2rem;padding:2rem}.event-info .event-intro .intro{align-items:center;display:flex;gap:3rem;justify-content:space-between;margin:2rem 0;padding:2rem}.event-info .event-intro .team-logo{text-align:center}.event-info .event-intro .team-logo img{height:10rem;margin-bottom:.5rem;object-fit:cover;width:10rem}.event-info .event-intro .team-logo h3{color:var(--white);font-size:2.5rem}.event-info .event-intro .intro h5{color:var(--white);font-size:6rem;font-weight:600}.event-info .event-content{text-align:center}.event-info .time,.event-info .venue{color:var(--white);font-size:1.8rem;font-weight:700}.portfolio-single{-webkit-box-align:start;-ms-flex-align:start;-ms-grid-row-align:flex-start;align-items:flex-start;display:flex;flex-wrap:wrap;gap:2rem}.portfolio-info{flex:1 1 70rem}.portfolio-info .intro{box-shadow:var(--box-shadow);position:relative}.portfolio-info .image{height:35rem}.portfolio-info .image img{height:100%;object-fit:cover;width:100%}.portfolio-info .details{background-color:var(--main-color);bottom:0;-webkit-clip-path:polygon(25% 0,100% 0,100% 100%,0 100%);clip-path:polygon(25% 0,100% 0,100% 100%,0 100%);padding:2rem 2rem 2rem 10rem;position:absolute;right:0}.portfolio-info .detail-item{align-items:center;display:flex;gap:1rem}.portfolio-info .detail-item h3{color:var(--white);font-size:2rem}.portfolio-info .detail-item p{color:var(--white);font-size:1.6rem}.portfolio-info .content{border:var(--border);box-shadow:var(--box-shadow);margin:2rem 0;padding:2rem}.portfolio-info .main-heading{color:var(--secondary-color);display:inline-block;font-size:4rem;font-weight:700;padding-bottom:1rem}.portfolio-info .content p{color:var(--grey);font-size:1.5rem;line-height:1.5;padding-bottom:1rem}.portfolio-info .portfolio-gallery .box-container{grid-gap:.5rem;display:grid;gap:.5rem;grid-template-columns:repeat(auto-fit,minmax(25rem,1fr))}.portfolio-info .portfolio-gallery img{box-shadow:var(--box-shadow);cursor:pointer;height:20rem;object-fit:cover;width:100%}.portfolio-sidebar{flex:1 1 25rem}.portfolio-sidebar h3{align-items:center;background-color:var(--secondary-color);border-bottom:.2rem solid var(--white);border-left:.5rem solid var(--main-color);color:var(--white);display:flex;font-size:1.6rem;font-weight:500;gap:1rem;padding:1.5rem 1rem}.portfolio-sidebar h3:hover{background-color:var(--main-color);cursor:pointer}.portfolio-sidebar h3 i{color:var(--white);font-size:2rem}.login form .info{align-items:center;display:flex;justify-content:space-between;margin:.5rem 0}.login form .remember{align-items:center;display:flex;gap:.5rem;padding-bottom:1rem;padding-top:1.5rem}.login form .remember label{color:var(--grey);cursor:pointer;font-size:1.5rem}.login form .forgot{align-items:center;display:flex;justify-content:flex-end;margin:1rem 0}.register form .terms{align-items:center;display:flex;gap:.5rem;padding-bottom:1rem;padding-top:1.5rem}.register form .terms label{color:var(--grey);cursor:pointer;font-size:1.5rem}.register form .terms label span{color:var(--secondary-color)}.register-page{background:linear-gradient(135deg,#667eea,#764ba2);min-height:100vh;padding:4rem 0;position:relative}.register-page:before{background:url(/static/media/Counter.ffb3038559368b8b883f.jpg) 50%/cover;bottom:0;content:"";left:0;opacity:.1;position:absolute;right:0;top:0;z-index:1}.container{max-width:1000px;position:relative;z-index:2}.register-header{color:#fff;margin-bottom:4rem;text-align:center}.header-icon{align-items:center;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fff3;border:2px solid #ffffff4d;border-radius:50%;display:flex;font-size:3rem;height:80px;justify-content:center;margin:0 auto 2rem;width:80px}.register-header h1{font-size:4rem;font-weight:700;margin-bottom:1.5rem;text-shadow:2px 2px 4px #0000004d}.register-header p{font-size:1.8rem;line-height:1.6;margin:0 auto;max-width:600px;opacity:.9}.register-container{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fff;border-radius:20px;box-shadow:0 20px 40px #0003;padding:3rem}.form-section{background:#f8f9fa;border-left:5px solid #667eea;border-radius:15px;margin-bottom:3rem;padding:2rem}.section-header{align-items:center;border-bottom:2px solid #e9ecef;display:flex;gap:1rem;margin-bottom:2rem;padding-bottom:1rem}.section-icon{background:#fff;border-radius:50%;box-shadow:0 5px 15px #677eea33;color:#667eea;font-size:2.5rem;padding:1rem}.section-header h3{color:#333;font-size:2.4rem;font-weight:600;margin:0}.form-group input,.form-group select,.form-group textarea{color:#333}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{transform:translateY(-2px)}.form-group textarea{font-family:inherit}.input-with-icon{position:relative}.input-icon{color:#667eea;font-size:1.6rem;left:1.2rem;position:absolute;top:50%;transform:translateY(-50%);z-index:2}.input-with-icon input{padding-left:4rem}.form-actions{border-top:2px solid #e9ecef;padding-top:2rem}.submit-btn{overflow:hidden;padding:1.5rem 4rem;position:relative}.submit-btn:before{background:linear-gradient(90deg,#0000,#fff3,#0000);content:"";height:100%;left:-100%;position:absolute;top:0;transition:left .5s;width:100%}.submit-btn:hover:before{left:100%}.submit-btn:hover{transform:translateY(-3px)}.submit-btn:disabled{cursor:not-allowed;opacity:.7;transform:none}.error-message,.success-message{align-items:center;border-radius:10px;display:flex;font-size:1.6rem;font-weight:500;gap:1rem;margin-bottom:2rem;padding:1.5rem}.success-message{background:linear-gradient(135deg,#00b894,#00a085);color:#fff}.error-message{background:linear-gradient(135deg,#ff6b6b,#ee5a24);color:#fff}.success-icon{font-size:2rem}.form-group label:after,.form-group label:not([for*=middleName]):not([for*=position2]):not([for*=previousAcademy]):not([for*=language]):after{color:#ff6b6b;content:" *";font-weight:700}@media (max-width:768px){.register-page{padding:2rem 0}.container{padding:0 1rem}.register-header h1{font-size:3rem}.register-header p{font-size:1.6rem}.register-container{padding:2rem}.form-section{padding:1.5rem}.section-header h3,.section-icon{font-size:2rem}.section-icon{padding:.8rem}.form-row{gap:1rem;grid-template-columns:1fr}.form-group label{font-size:1.4rem}.form-group input,.form-group select,.form-group textarea{font-size:1.4rem;padding:1rem}.submit-btn{font-size:1.6rem;padding:1.2rem;width:100%}.header-icon{font-size:2.5rem;height:60px;width:60px}}@media (max-width:480px){.register-header h1{font-size:2.5rem}.register-header p{font-size:1.4rem}.section-header h3,.section-icon{font-size:1.8rem}.section-icon{padding:.6rem}.form-group label{font-size:1.3rem}.form-group input,.form-group select,.form-group textarea{font-size:1.3rem;padding:.8rem}.error-message,.success-message{font-size:1.4rem;padding:1rem}.header-icon{font-size:2rem;height:50px;width:50px}}.form-section{animation:fadeInUp .6s ease forwards;opacity:0;transform:translateY(30px)}.form-section:first-child{animation-delay:.1s}.form-section:nth-child(2){animation-delay:.2s}.form-section:nth-child(3){animation-delay:.3s}.form-section:nth-child(4){animation-delay:.4s}.form-section:nth-child(5){animation-delay:.5s}.form-section:nth-child(6){animation-delay:.6s}.form-section:nth-child(7){animation-delay:.7s}@keyframes fadeInUp{to{opacity:1;transform:translateY(0)}}.form-section:hover{box-shadow:0 10px 30px #0000001a;transform:translateY(-5px);transition:all .3s ease}.form-group select{-webkit-appearance:none;appearance:none;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23667eea' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E");background-position:right 1rem center;background-repeat:no-repeat;background-size:1.5rem;padding-right:3rem}.privacy-page{background:linear-gradient(135deg,#f5f7fa,#c3cfe2);min-height:100vh;padding:4rem 0}.container{margin:0 auto;max-width:1200px;padding:0 2rem}.tabs-container{margin-bottom:3rem}.tabs{background:#fff;border-radius:15px;box-shadow:0 10px 30px #0000001a;gap:.5rem;overflow-x:auto;padding:.5rem}.tab,.tabs{display:flex}.tab{align-items:center;background:#0000;border:none;border-radius:10px;color:#666;cursor:pointer;font-size:1.4rem;font-weight:500;gap:.8rem;padding:1rem 1.5rem;transition:all .3s ease;white-space:nowrap}.tab:hover{background:#677eea1a;color:#667eea}.tab.active{background:linear-gradient(135deg,#667eea,#764ba2);box-shadow:0 5px 15px #677eea4d;color:#fff}.tab-icon{font-size:1.6rem}.tab-label{font-weight:600}.content-container{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fff;border-radius:20px;box-shadow:0 20px 40px #0000001a;padding:3rem}.policy-content{margin:0 auto;max-width:800px}.policy-header{border-bottom:3px solid #667eea;margin-bottom:3rem;padding-bottom:2rem;text-align:center}.policy-header h2{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#667eea,#764ba2);-webkit-background-clip:text;background-clip:text;color:#333;font-size:3.5rem;font-weight:700;margin-bottom:1rem}.policy-header h3{color:#667eea;font-size:2.5rem;font-weight:600;margin-bottom:1rem}.effective-date{color:#666;font-size:1.6rem;font-style:italic}.policy-intro{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;font-size:1.6rem;line-height:1.6}.policy-intro,.policy-section{border-radius:15px;margin-bottom:3rem;padding:2rem}.policy-section{background:#f8f9fa;border-left:5px solid #667eea}.policy-section h3{align-items:center;color:#333;display:flex;font-size:2.4rem;font-weight:600;gap:1rem;margin-bottom:1.5rem}.policy-section h3:before{background:linear-gradient(135deg,#667eea,#764ba2);border-radius:2px;content:"";height:2.4rem;width:3px}.policy-section h4{color:#667eea;font-size:2rem;font-weight:600;margin:2rem 0 1rem}.policy-section p{color:#555;font-size:1.6rem;line-height:1.7;margin-bottom:1.5rem}.policy-section ul{list-style:none;padding-left:0}.policy-section ul li{color:#555;font-size:1.5rem;line-height:1.6;margin-bottom:.8rem;padding-left:2rem;position:relative}.policy-section ul li:before{color:#667eea;content:"•";font-size:1.8rem;font-weight:700;left:0;position:absolute}.info-category{background:#fff;border:1px solid #e9ecef;border-radius:10px;margin:1.5rem 0;padding:1.5rem}.contact-info{background:linear-gradient(135deg,#667eea,#764ba2);border-radius:15px;color:#fff;padding:2rem;text-align:center}.contact-info h4{color:#fff;font-size:2.2rem;margin-bottom:1rem}.contact-info p{color:#ffffffe6;font-size:1.6rem;font-style:italic}.medical-notice{background:linear-gradient(135deg,#ff6b6b,#ee5a24);border-radius:15px;color:#fff;margin-bottom:3rem;padding:2rem;text-align:center}.notice-icon{font-size:4rem;margin-bottom:1rem}.medical-notice h3{color:#fff;font-size:2.4rem;margin-bottom:1rem}.medical-notice p{color:#ffffffe6;font-size:1.6rem}.medical-item{align-items:flex-start;border-radius:15px;display:flex;gap:2rem;margin-bottom:2rem;padding:2rem}.medical-item.positive{background:linear-gradient(135deg,#00b894,#00a085);color:#fff}.medical-item.warning{background:linear-gradient(135deg,#fdcb6e,#e17055);color:#fff}.medical-item.mandatory{background:linear-gradient(135deg,#6c5ce7,#a29bfe);color:#fff}.medical-icon{flex-shrink:0;font-size:3rem}.medical-content h4{color:#fff;font-size:2.2rem;margin-bottom:1rem}.medical-content p{color:#ffffffe6;font-size:1.5rem;margin-bottom:1rem}.medical-content ul{list-style:none;padding-left:0}.medical-content ul li{font-size:1.4rem;margin-bottom:.5rem;padding-left:1.5rem;position:relative}.medical-content ul li:before{color:#fffc;content:"→";left:0;position:absolute}.registration-form{margin:0 auto;max-width:800px}.form-group,.form-row{margin-bottom:2rem}.form-row{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(250px,1fr))}.form-group label{color:#333;display:block;font-size:1.6rem;font-weight:600;margin-bottom:.8rem}.form-group input,.form-group select,.form-group textarea{background:#fff;border:2px solid #e9ecef;border-radius:10px;font-size:1.5rem;padding:1.2rem;transition:all .3s ease;width:100%}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{border-color:#667eea;box-shadow:0 0 0 3px #677eea1a;outline:none}.form-group textarea{min-height:120px;resize:vertical}.form-actions{margin-top:3rem;text-align:center}.submit-btn{background:linear-gradient(135deg,#667eea,#764ba2);border:none;border-radius:10px;box-shadow:0 5px 15px #677eea4d;color:#fff;cursor:pointer;font-size:1.8rem;font-weight:600;padding:1.5rem 3rem;transition:all .3s ease}.submit-btn:hover{box-shadow:0 8px 25px #677eea66;transform:translateY(-2px)}@media (max-width:768px){.privacy-page{padding:2rem 0}.container{padding:0 1rem}.tabs{flex-direction:column;gap:.5rem}.tab{justify-content:center;padding:1.2rem}.content-container{padding:2rem}.policy-header h2{font-size:2.8rem}.policy-header h3,.policy-section h3{font-size:2rem}.policy-section h4{font-size:1.8rem}.policy-section p,.policy-section ul li{font-size:1.4rem}.medical-item{flex-direction:column;text-align:center}.form-row{gap:1rem;grid-template-columns:1fr}.submit-btn{font-size:1.6rem;padding:1.2rem;width:100%}}@media (max-width:480px){.policy-header h2{font-size:2.4rem}.policy-header h3{font-size:1.8rem}.policy-section{padding:1.5rem}.policy-section h3{font-size:1.8rem}.policy-section h4{font-size:1.6rem}.policy-section p,.policy-section ul li{font-size:1.3rem}.medical-notice h3{font-size:2rem}.medical-content h4{font-size:1.8rem}.medical-content p,.medical-content ul li{font-size:1.3rem}}.team .box-container{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:repeat(auto-fit,minmax(25rem,1fr))}.team .management{margin-bottom:2rem}.player-single .box-container{display:flex;flex-wrap:wrap;gap:4rem}.player-single .intro{flex:1 1 30rem}.player-single .image{box-shadow:var(--box-shadow);height:50rem}.player-single .image img{height:100%;object-fit:cover;width:100%}.player-single .content{padding-top:2rem}.player-single .content h3{color:var(--black);font-size:2rem;font-weight:600}.player-single .content p{color:var(--grey);font-size:1.6rem;font-weight:500}.player-single .content .icon-container{align-items:center;display:flex;gap:1rem;padding-top:1rem}.player-single .content .icon-container a{align-items:center;color:var(--main-color);display:flex;font-size:1.6rem;height:2rem;justify-content:center;width:2rem}.player-single .content .icon-container a:hover{color:var(--black)}.player-single .information{flex:1 1 50rem}.player-single .info-item{padding-bottom:1rem}.player-single .info-item h2{color:var(--black);font-size:3rem;font-weight:500}.player-single .info-item ul{list-style-type:none}.player-single .info-item ul li{align-items:center;display:flex;gap:2rem;padding-bottom:.5rem}.player-single .info-item ul li h5{color:var(--main-color);flex:1 1 15rem;font-size:1.6rem;font-weight:600}.player-single .info-item ul li span{color:var(--grey);flex:1 1 45rem;font-size:1.6rem}.player-single .team-about{padding-top:2rem}.player-single h4{color:var(--black);font-size:3rem;font-weight:500}.player-single .team-about p{color:var(--grey);font-size:1.5rem;line-height:1.8;padding-top:1rem}.fixture-item{align-items:center;border-bottom:.1rem solid #0000001a;display:flex;justify-content:center;padding:1rem}.fixture-item:hover{background-color:#0000000d}.fixture-item .team-logo{flex:1 1 20rem;text-align:center}.fixture-item .team-logo img{height:10rem;object-fit:cover;width:10rem}.fixture-item .team-logo h3{color:var(--secondary-color);font-size:1.8rem}.fixture-item .fixture-content{flex:1 1 40rem;text-align:center}.fixture-item .fixture-content .time{color:var(--main-color);font-size:1.8rem;font-weight:700}.fixture-item .fixture-content .venue{color:var(--secondary-color);font-size:1.8rem;font-weight:700}.fixture-item .fixture-content .result{color:var(--main-color);font-size:1.8rem;font-weight:700}.fixture-single{display:flex;flex-wrap:wrap;gap:2rem}.fixture-info{flex:1 1 70rem}.fixture-info .fixture-intro{background:linear-gradient(#000000b3,#000000b3),url(/static/media/Fixture.1f6efc4fe03e81e49197.jpg);background-position:50%;background-size:cover;box-shadow:var(--box-shadow);margin-bottom:2rem;padding:2rem}.fixture-info .fixture-intro .intro{align-items:center;display:flex;gap:3rem;justify-content:space-between;margin:2rem}.fixture-info .team-result{align-items:center;display:flex;gap:2rem}.fixture-info .team-result .name{text-align:center}.fixture-info .team-result .name img{height:10rem;margin-bottom:.5rem;object-fit:cover;width:10rem}.fixture-info .team-result .name h3{color:var(--white);font-size:2rem;font-weight:500;line-height:1.2}.fixture-info .team-result .result{text-align:center}.fixture-info .team-result .result h5{color:var(--white);font-size:2rem}.fixture-info .team-result .result p{color:var(--white);font-size:1.6rem}.fixture-info .fixture-content{text-align:center}.fixture-info .result,.fixture-info .time,.fixture-info .venue{color:var(--white);font-size:1.8rem;font-weight:700}.match-details{box-shadow:var(--box-shadow)}.match-details .title{background-color:var(--black);border-bottom:.4rem solid var(--main-color);color:var(--white);font-size:1.8rem;font-weight:600;padding:1rem}.match-details .content{padding:1rem}.match-details .item{align-items:center;border-bottom:.1rem solid #0000001a;display:flex;gap:1rem;padding:.5rem 0}.match-details .item:last-child{border:none}.match-details .item h3{color:var(--black);flex:1 1 30rem;font-size:1.8rem;font-weight:600}.match-details .item p{flex:1 1 30rem;font-size:1.4rem}.blog.grid{display:flex;gap:2rem;justify-content:center}.blog-container{flex:1 1 75rem;justify-content:center}.blog-container.grid .blog-items{grid-gap:1rem;display:grid;grid-template-columns:repeat(auto-fill,minmax(33rem,1fr))}.blog.list{display:flex;gap:2rem;justify-content:center}.blog-container.list .blog-item{margin-bottom:1rem;width:100%}.blog-container.list .blog-item .image{height:35rem}.no-found{color:var(--secondary-color);font-size:2.5rem;font-weight:700;text-transform:none}.blog-single{display:flex;flex-wrap:wrap;gap:2rem}.blog-info .image{height:40rem;position:relative}.blog-info .image img{height:100%;object-fit:cover;width:100%}.blog-info .date{align-items:center;background-color:var(--main-color);color:var(--white);display:flex;font-size:2rem;justify-content:center;padding:1.5rem;position:absolute;right:5%;text-align:center;top:0;width:7rem}.blog-info .content{padding:2rem 0}.blog-info .details{align-items:center;display:flex;gap:2rem;padding-bottom:2rem}.blog-info .details .category{background-color:var(--main-color);color:var(--white);display:inline-block;font-size:1.6rem;padding:.5rem 1rem}.blog-info .details .category:hover{background-color:var(--secondary-color)}.blog-info .details h3{align-items:center;color:var(--grey);display:flex;font-size:1.6rem;gap:.5rem}.blog-info .details h3 .icon{color:var(--main-color)}.blog-info .details h3 span{font-weight:400}.blog-info .content .main-heading{color:var(--black);display:inline-block;font-size:3.5rem;font-weight:600;padding-bottom:1.5rem}.blog-info p{color:var(--grey);font-size:1.5rem;line-height:1.5;padding-bottom:1.5rem}.blog-info .important{-webkit-box-align:start;-ms-flex-align:start;-ms-grid-row-align:flex-start;align-items:flex-start;background-color:#0000000d;border-left:.2rem solid var(--main-color);color:var(--secondary-color);display:flex;font-size:1.6rem;font-style:italic;font-weight:600;gap:3rem;line-height:1.8;margin-bottom:2rem;margin-left:1rem;padding:2rem 4rem}.blog-info .important .icon{color:var(--main-color);font-size:12rem}.blog-info .blog-points h4{color:var(--black);font-size:2.5rem;font-weight:600;padding-bottom:1.5rem}.blog-info .blog-points ul{list-style-type:none}.blog-info .blog-points ul li{align-items:center;color:var(--grey);display:flex;font-size:1.6rem;gap:1rem;padding-bottom:1rem}.blog-info .blog-points ul li .icon{color:var(--main-color);font-size:1rem}.blog-info .blog-gallery .box-container{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:repeat(auto-fit,minmax(25rem,1fr));margin:2rem 0}.blog-info .blog-gallery img{cursor:pointer;height:100%;object-fit:cover;width:100%}.blog-info .end-details{align-items:center;border-top:.1rem solid #0000001a;display:flex;justify-content:space-between;margin-top:1rem;padding-top:2rem}.blog-info .share,.blog-info .tags{align-items:center;display:flex;gap:.7rem}.blog-info .share h3{color:var(--black);font-size:1.6rem;padding-right:1rem}.blog-info .tags a{border:.1rem solid #0000001a;color:var(--grey);font-size:1.4rem;padding:.7rem 1.2rem}.blog-info .share .icon,.blog-info .tags a:hover{background-color:var(--main-color);color:var(--white)}.blog-info .share .icon{align-items:center;display:flex;font-size:1.4rem;height:3rem;justify-content:center;padding:.7rem;width:3rem}.blog-info .share .icon:hover{background-color:var(--secondary-color);cursor:pointer}.shop{display:flex;gap:2rem}.shop .shop-container{flex:1 1 75rem}.shop .product-container.grid{grid-gap:1rem;display:grid;grid-template-columns:repeat(auto-fill,minmax(22rem,1fr))}.shop .product-container.list .product-item{align-items:center;display:flex;gap:2rem;margin-bottom:1rem;padding:0;text-align:left;width:100%}.shop .product-container.list .product-item .image{min-height:25rem;min-width:25rem}.shop .product-container.list .product-item .image img{height:100%;object-fit:cover;width:25rem}.shop .product-container.list .product-item .content>p{font-size:1.6rem;line-height:1.5;padding:1rem 0}.image-gallery-icon{-webkit-appearance:none;appearance:none;background-color:#0000;border:0;color:#fff;cursor:pointer;filter:drop-shadow(0 2px 2px rgb(25.5,25.5,25.5));outline:none;position:absolute;transition:all .3s ease-out;z-index:4}@media(hover:hover)and (pointer:fine){.image-gallery-icon:hover{color:#337ab7}.image-gallery-icon:hover .image-gallery-svg{transform:scale(1.1)}}.image-gallery-icon:focus{outline:2px solid #337ab7}.image-gallery-using-mouse .image-gallery-icon:focus{outline:none}.image-gallery-fullscreen-button,.image-gallery-play-button{bottom:0;padding:20px}.image-gallery-fullscreen-button .image-gallery-svg,.image-gallery-play-button .image-gallery-svg{height:28px;width:28px}@media(max-width:768px){.image-gallery-fullscreen-button,.image-gallery-play-button{padding:15px}.image-gallery-fullscreen-button .image-gallery-svg,.image-gallery-play-button .image-gallery-svg{height:24px;width:24px}}@media(max-width:480px){.image-gallery-fullscreen-button,.image-gallery-play-button{padding:10px}.image-gallery-fullscreen-button .image-gallery-svg,.image-gallery-play-button .image-gallery-svg{height:16px;width:16px}}.image-gallery-fullscreen-button{right:0}.image-gallery-play-button{left:0}.image-gallery-bottom-nav,.image-gallery-top-nav{left:50%;padding:10px;transform:translateX(-50%)}.image-gallery-bottom-nav .image-gallery-svg,.image-gallery-top-nav .image-gallery-svg{height:120px;width:90px}@media(max-width:768px){.image-gallery-bottom-nav .image-gallery-svg,.image-gallery-top-nav .image-gallery-svg{height:72px;width:48px}}@media(max-width:480px){.image-gallery-bottom-nav .image-gallery-svg,.image-gallery-top-nav .image-gallery-svg{height:48px;width:36px}}.image-gallery-bottom-nav[disabled],.image-gallery-top-nav[disabled]{cursor:disabled;opacity:.6;pointer-events:none}.image-gallery-top-nav{top:0}.image-gallery-bottom-nav{bottom:0}.image-gallery-left-nav,.image-gallery-right-nav{padding:50px 10px;top:50%;transform:translateY(-50%)}.image-gallery-left-nav .image-gallery-svg,.image-gallery-right-nav .image-gallery-svg{height:120px;width:60px}@media(max-width:768px){.image-gallery-left-nav .image-gallery-svg,.image-gallery-right-nav .image-gallery-svg{height:72px;width:36px}}@media(max-width:480px){.image-gallery-left-nav .image-gallery-svg,.image-gallery-right-nav .image-gallery-svg{height:48px;width:24px}}.image-gallery-left-nav[disabled],.image-gallery-right-nav[disabled]{cursor:disabled;opacity:.6;pointer-events:none}.image-gallery-left-nav{left:0}.image-gallery-right-nav{right:0}.image-gallery{-webkit-tap-highlight-color:rgba(0,0,0,0);position:relative;-webkit-user-select:none;-o-user-select:none;user-select:none}.image-gallery.fullscreen-modal{background:#000;bottom:0;height:100%;left:0;position:fixed;right:0;top:0;width:100%;z-index:5}.image-gallery.fullscreen-modal .image-gallery-content{top:50%;transform:translateY(-50%)}.image-gallery-content{line-height:0;position:relative;top:0}.image-gallery-content.fullscreen{background:#000}.image-gallery-content .image-gallery-slide .image-gallery-image{max-height:calc(100vh - 80px)}.image-gallery-content.image-gallery-thumbnails-left .image-gallery-slide .image-gallery-image,.image-gallery-content.image-gallery-thumbnails-right .image-gallery-slide .image-gallery-image{max-height:100vh}.image-gallery-slide-wrapper{position:relative}.image-gallery-slide-wrapper.image-gallery-thumbnails-left,.image-gallery-slide-wrapper.image-gallery-thumbnails-right{display:inline-block;width:calc(100% - 110px)}@media(max-width:768px){.image-gallery-slide-wrapper.image-gallery-thumbnails-left,.image-gallery-slide-wrapper.image-gallery-thumbnails-right{width:calc(100% - 87px)}}.image-gallery-slide-wrapper.image-gallery-rtl{direction:rtl}.image-gallery-slides{line-height:0;overflow:hidden;position:relative;text-align:center;touch-action:none;white-space:nowrap}.image-gallery-slide{left:0;position:absolute;top:0;width:100%}.image-gallery-slide.image-gallery-center{position:relative}.image-gallery-slide .image-gallery-image{object-fit:contain;width:100%}.image-gallery-slide .image-gallery-description{background:#0006;bottom:70px;color:#fff;left:0;line-height:1;padding:10px 20px;position:absolute;white-space:normal}@media(max-width:768px){.image-gallery-slide .image-gallery-description{bottom:45px;font-size:.8em;padding:8px 15px}}.image-gallery-bullets{bottom:20px;left:0;margin:0 auto;position:absolute;right:0;width:80%;z-index:4}.image-gallery-bullets .image-gallery-bullets-container{margin:0;padding:0;text-align:center}.image-gallery-bullets .image-gallery-bullet{-webkit-appearance:none;appearance:none;background-color:#0000;border:1px solid #fff;border-radius:50%;box-shadow:0 2px 2px #1a1a1a;cursor:pointer;display:inline-block;margin:0 5px;outline:none;padding:5px;transition:all .2s ease-out}@media(max-width:768px){.image-gallery-bullets .image-gallery-bullet{margin:0 3px;padding:3px}}@media(max-width:480px){.image-gallery-bullets .image-gallery-bullet{padding:2.7px}}.image-gallery-bullets .image-gallery-bullet:focus{background:#337ab7;border:1px solid #337ab7;transform:scale(1.2)}.image-gallery-bullets .image-gallery-bullet.active{background:#fff;border:1px solid #fff;transform:scale(1.2)}@media(hover:hover)and (pointer:fine){.image-gallery-bullets .image-gallery-bullet:hover{background:#337ab7;border:1px solid #337ab7}.image-gallery-bullets .image-gallery-bullet.active:hover{background:#337ab7}}.image-gallery-bullets.image-gallery-bullets-vertical{bottom:auto;left:20px;right:auto;top:50%;transform:translateY(-50%);width:auto}.image-gallery-bullets.image-gallery-bullets-vertical .image-gallery-bullet{display:block;margin:12px 0}@media(max-width:768px){.image-gallery-bullets.image-gallery-bullets-vertical .image-gallery-bullet{margin:6px 0;padding:3px}}@media(max-width:480px){.image-gallery-bullets.image-gallery-bullets-vertical .image-gallery-bullet{padding:2.7px}}.image-gallery-thumbnails-wrapper{position:relative}.image-gallery-thumbnails-wrapper.thumbnails-swipe-horizontal{touch-action:pan-y}.image-gallery-thumbnails-wrapper.thumbnails-swipe-vertical{touch-action:pan-x}.image-gallery-thumbnails-wrapper.thumbnails-wrapper-rtl{direction:rtl}.image-gallery-thumbnails-wrapper.image-gallery-thumbnails-left,.image-gallery-thumbnails-wrapper.image-gallery-thumbnails-right{display:inline-block;vertical-align:top;width:100px}@media(max-width:768px){.image-gallery-thumbnails-wrapper.image-gallery-thumbnails-left,.image-gallery-thumbnails-wrapper.image-gallery-thumbnails-right{width:81px}}.image-gallery-thumbnails-wrapper.image-gallery-thumbnails-left .image-gallery-thumbnails,.image-gallery-thumbnails-wrapper.image-gallery-thumbnails-right .image-gallery-thumbnails{height:100%;left:0;padding:0;position:absolute;top:0;width:100%}.image-gallery-thumbnails-wrapper.image-gallery-thumbnails-left .image-gallery-thumbnails .image-gallery-thumbnail,.image-gallery-thumbnails-wrapper.image-gallery-thumbnails-right .image-gallery-thumbnails .image-gallery-thumbnail{display:block;margin-right:0;padding:0}.image-gallery-thumbnails-wrapper.image-gallery-thumbnails-left .image-gallery-thumbnails .image-gallery-thumbnail+.image-gallery-thumbnail,.image-gallery-thumbnails-wrapper.image-gallery-thumbnails-right .image-gallery-thumbnails .image-gallery-thumbnail+.image-gallery-thumbnail{margin-left:0;margin-top:2px}.image-gallery-thumbnails-wrapper.image-gallery-thumbnails-left,.image-gallery-thumbnails-wrapper.image-gallery-thumbnails-right{margin:0 5px}@media(max-width:768px){.image-gallery-thumbnails-wrapper.image-gallery-thumbnails-left,.image-gallery-thumbnails-wrapper.image-gallery-thumbnails-right{margin:0 3px}}.image-gallery-thumbnails{overflow:hidden;padding:5px 0}@media(max-width:768px){.image-gallery-thumbnails{padding:3px 0}}.image-gallery-thumbnails .image-gallery-thumbnails-container{cursor:pointer;text-align:center;white-space:nowrap}.image-gallery-thumbnail{width:100px}@media(max-width:768px){.image-gallery-thumbnail{border:3px solid #0000;width:81px}}.image-gallery-thumbnail+.image-gallery-thumbnail{margin-left:2px}.image-gallery-thumbnail .image-gallery-thumbnail-inner{display:block;position:relative}.image-gallery-thumbnail .image-gallery-thumbnail-image{line-height:0;vertical-align:middle;width:100%}.image-gallery-thumbnail.active,.image-gallery-thumbnail:focus{border:4px solid #337ab7;outline:none}@media(max-width:768px){.image-gallery-thumbnail.active,.image-gallery-thumbnail:focus{border:3px solid #337ab7}}@media(hover:hover)and (pointer:fine){.image-gallery-thumbnail:hover{border:4px solid #337ab7;outline:none}}@media(hover:hover)and (pointer:fine)and (max-width:768px){.image-gallery-thumbnail:hover{border:3px solid #337ab7}}.image-gallery-thumbnail-label{box-sizing:border-box;color:#fff;font-size:1em;left:0;line-height:1em;padding:5%;position:absolute;text-shadow:0 2px 2px #1a1a1a;top:50%;transform:translateY(-50%);white-space:normal;width:100%}@media(max-width:768px){.image-gallery-thumbnail-label{font-size:.8em;line-height:.8em}}.image-gallery-index{background:#0006;color:#fff;line-height:1;padding:10px 20px;position:absolute;right:0;top:0;z-index:4}@media(max-width:768px){.image-gallery-index{font-size:.8em;padding:5px 10px}}.product-single .product-des{box-shadow:var(--box-shadow);margin-bottom:2rem;padding:2rem}.product-single .product-des .product-container{align-items:center;display:flex;flex-wrap:wrap;gap:3rem;justify-content:center}.product-single .product-des .product-content{align-items:center;display:flex;flex:1 1 40rem}.product-single .product-des .product-content h3{color:var(--black);font-size:3.5rem;font-weight:600;padding-bottom:1rem}.product-single .product-des .product-content .rating{display:flex;gap:1rem;padding-bottom:1rem}.product-single .product-des .product-content .rating .icon{color:var(--main-color);font-size:2rem}.product-single .product-des .product-content .rating h5{color:var(--black);font-size:2rem}.product-single .product-des .product-content .price{color:var(--secondary-color);font-size:2rem;font-weight:700}.product-single .product-des .product-content .price span{color:var(--grey);font-weight:lighter;text-decoration:line-through}.product-single .product-des .product-content p{color:var(--grey);font-size:1.5rem;font-weight:400;line-height:1.7;padding:1.5rem 0}.product-single .box{align-items:center;display:flex;gap:3rem;margin:2rem 0}.product-single .quantity .input-text{width:10rem}.product-single .categories,.product-single .tags{align-items:center;display:flex;padding:.5rem 0}.product-single .categories h6,.product-single .tags h6{color:var(--secondary-color);font-size:1.8rem;font-weight:500}.product-single .categories a,.product-single .tags a{color:var(--grey);font-size:1.6rem;padding:0 .5rem}.product-single .categories a:hover,.product-single .tags a:hover{color:var(--main-color)}.product-info{margin-top:4rem}.product-info-tabs{align-items:center;border-bottom:.2rem solid #0000001a;display:flex;flex-wrap:wrap;gap:1rem;list-style-type:none;padding-bottom:1rem}.product-info-tabs button{background-color:var(--secondary-color);color:var(--white);font-size:2rem;padding:1rem 2.5rem}.product-info-tabs button.active,.product-info-tabs button:hover{background-color:var(--main-color);cursor:pointer}.product-info-gallery{margin-top:2rem}.product-info .description p{color:var(--grey);font-size:1.5rem;line-height:1.5}.product-info .additional-info .item{display:flex;gap:2rem;padding-bottom:1rem}.product-info .additional-info h3{color:var(--black);font-size:1.8rem;width:20rem}.product-info .additional-info span{color:var(--grey);font-size:1.6rem}.product-info .reviews{margin-bottom:2rem}.product-info .reviews .comments{padding:0}.product-info .product-review{margin-top:2rem;width:60rem}.related-items .box-container{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:repeat(auto-fit,minmax(25rem,1fr))}.product-single .product-des .product-image{display:flex;flex:1 1 35rem;flex-direction:column}.image-gallery-slide-wrapper{box-shadow:var(--box-shadow);max-height:40rem;overflow:hidden}.image-gallery-slide-wrapper:hover .image-gallery-fullscreen-button,.image-gallery-slide-wrapper:hover .image-gallery-left-nav,.image-gallery-slide-wrapper:hover .image-gallery-play-button,.image-gallery-slide-wrapper:hover .image-gallery-right-nav{display:block}.image-gallery-icon:hover{color:var(--main-color)}.image-gallery-left-nav,.image-gallery-right-nav{display:none;padding:0}.image-gallery-left-nav .image-gallery-svg,.image-gallery-right-nav .image-gallery-svg{height:6rem;width:6rem}.image-gallery-fullscreen-button,.image-gallery-play-button{display:none}.product-single .image-gallery-thumbnails .image-gallery-thumbnails-container{grid-gap:.5rem;display:grid;gap:.5rem;grid-template-columns:repeat(auto-fit,minmax(8rem,1fr));margin:.5rem 0}.image-gallery-thumbnail{background:#0000;border:4px solid #0000;display:inline-block;height:100%;object-fit:cover;overflow:hidden;padding:0;transition:border .3s ease-out;width:100%}.image-gallery-thumbnail.active,.image-gallery-thumbnail:hover{border-color:var(--main-color)}.cart .shopping-cart{border:var(--border);margin-bottom:2rem;overflow-x:auto;overflow-y:hidden}.cart .shopping-cart::-webkit-scrollbar{height:1rem}.cart .shopping-cart .container{min-width:90rem}.cart-item{align-items:center;border-bottom:.1rem solid #0000001a;display:flex;gap:3rem;justify-content:center;padding:1rem}.cart-item:last-child{border:none}.cart-item .box{color:var(--grey);flex:1 1 15rem;font-size:2rem;font-weight:400;text-align:center}.cart-item .product{align-items:center;display:flex;flex:1 1 25rem;gap:1rem;text-align:left}.cart-item img{background-color:#f7f7f7;height:10rem;object-fit:cover;width:10rem}.cart-item .name{color:var(--black);font-weight:500}.cart-item .action{align-items:center;display:flex;justify-content:center}.cart-item button{background-color:initial}.cart-item .icon{color:red;cursor:pointer;font-size:2.5rem}.cart-item .icon:hover{color:var(--secondary-color)}.cart .cart-total{margin-left:auto;width:45rem}.cart .shop-summary{border:var(--border);padding:1rem 1.5rem}.cart .cart-total .btn{margin:1rem 0;text-align:center;width:100%}.quantity{align-items:center;display:flex;justify-content:center}.quantity .input-text{background-color:initial;border:1px solid #ccc;height:4rem;padding:0 5px;text-align:center;width:3.5rem}.quantity .minus,.quantity .plus{background-color:#fff;border:1px solid #ccc;cursor:pointer;height:4rem;padding:7px 10px 8px}.quantity .minus{border-right:0;color:var(--black)}.quantity .plus{border-left:0;color:var(--black)}.quantity .minus:hover,.quantity .plus:hover{background:var(--main-color);color:var(--white)}.quantity input::-webkit-inner-spin-button,.quantity input::-webkit-outer-spin-button{-webkit-appearance:none;appearance:none;margin:0}.quantity .minus:focus,.quantity .plus:focus{outline:none}.checkout .heading h2{font-size:3.5rem}.checkout form{-webkit-box-align:start;-ms-flex-align:start;-ms-grid-row-align:flex-start;align-items:flex-start;display:flex;flex-wrap:wrap;gap:1.5rem}.checkout-item{padding:1.5rem;width:100%}.checkout .box-1{border:.1rem solid #0000001a;flex:1 1 60rem}.checkout .box-2{flex:1 1 30rem}.checkout .box-2 .container{border:.1rem solid #0000001a}.payment-methods .item{margin-bottom:1.5rem;width:100%}.payment-methods .item label{color:var(--secondary-color);cursor:pointer;font-size:2rem;font-weight:500;text-transform:uppercase}.payment-methods .item input{margin-right:.5rem}.payment-methods .item input:checked+label,.payment-methods .item label:hover{color:var(--main-color)}.payment-methods .item .payment-body{display:none}.payment-methods .item .payment-body p{color:var(--grey);font-size:1.6rem;line-height:2;padding-top:1rem}.payment-body.active,.payment-methods .item>input:checked~.payment-body{display:block}.checkout form .btn{margin-top:2rem;text-align:center;width:100%}.contact{padding:2rem 0}.contact-info{display:flex;flex-wrap:wrap;gap:1rem;justify-content:center;padding:2rem 5%}.contact .contact-info .info-item{align-items:center;background-color:var(--white);border:var(--border);box-shadow:var(--box-shadow);display:flex;flex:1 1 25rem;flex-direction:column;gap:2rem;justify-content:center;margin-top:4rem;min-height:15rem;padding:4rem 1rem 1rem;position:relative;text-align:center}.contact .contact-info .info-item .icon{align-items:center;background-color:var(--main-color);border-radius:50%;color:var(--white);display:flex;font-size:3rem;height:7rem;justify-content:center;left:50%;position:absolute;top:0;transform:translate(-50%,-50%);width:7rem}.contact .contact-info .info-item:nth-child(3) .icon{background-color:#06c!important}.contact .contact-info .info-item h3{color:var(--black);font-size:2.5rem;padding-bottom:.5rem}.contact .contact-info .info-item p{color:var(--grey);font-size:1.4rem;padding-bottom:.5rem;text-transform:none}.contact .contact-info .info-item .social-links{display:flex;flex-direction:column;gap:1rem;width:100%}.contact .contact-info .info-item .social-links a{align-items:center;background-color:var(--main-color);border-radius:.5rem;color:var(--white);display:flex;gap:1rem;padding:1rem;text-decoration:none;transition:all .3s ease}.contact .contact-info .info-item .social-links a:hover{background-color:var(--black);transform:translateY(-2px)}.contact .contact-info .info-item .social-links .social-icon{font-size:2rem}.contact .contact-info .info-item .social-links span{font-size:1.4rem;font-weight:500}.contact h3{color:var(--white);font-size:4rem;padding-bottom:2rem}.contact-container{background:linear-gradient(#000000b3,#000000b3),url(/static/media/Contact.b8e850f8b3f37fcac9d0.jpg);background-position:50%;background-size:cover;margin:2rem 0;padding:4rem 5%;width:100%}.contact-form input:-webkit-autofill,.contact-form input:-webkit-autofill:active,.contact-form input:-webkit-autofill:focus,.contact-form input:-webkit-autofill:hover{-webkit-text-fill-color:var(--white);-webkit-transition:background-color 5000s ease-in-out 0s;transition:background-color 5000s ease-in-out 0s}.contact-form .input-box{align-items:center;display:flex;justify-content:space-between}.contact-form .input-box .box{width:49%}.contact-form .box{background-color:initial;border-bottom:.2rem solid var(--white);color:var(--white);font-size:1.6rem;margin-bottom:1.5rem;padding:1.5rem .5rem;text-transform:none;width:100%}.contact-form .box::placeholder{color:var(--white);text-transform:capitalize}.contact-form textarea.box{height:20rem;resize:none}.contact .contact-form button{border:.2rem solid var(--white);display:inline;margin-top:1rem}.contact .contact-form .alert{align-items:center;color:var(--white);display:flex;font-size:2rem;padding-left:1rem;padding-top:1rem}.contact .msg-alert{align-items:center;display:flex;margin-top:1rem}.contact iframe{box-shadow:var(--box-shadow);height:30rem;width:100%}:root{--main-color:#da1212;--secondary-color:#0d4c92;--black:#000;--white:#fff;--grey:#666;--border-radius:1rem;--border:0.1rem solid #0000001a;--box-shadow:0 0.5rem 1rem #0000001a}*{border:none;box-sizing:border-box;font-family:Poppins,sans-serif;margin:0;outline:none;padding:0;text-decoration:none;text-transform:capitalize;transition:all .2s linear}::selection{background-color:#da1212;background-color:var(--main-color);color:#fff;color:var(--white)}body{background-color:#fff;background-color:var(--white)}body,html{overflow-x:hidden}html{font-size:62.5%;scroll-padding-top:8rem}section{padding:3rem 5%}::-webkit-scrollbar{width:.8rem}::-webkit-scrollbar-track{background:#0d4c92;background:var(--secondary-color)}::-webkit-scrollbar-thumb{background:#da1212;background:var(--main-color)}.form input:-webkit-autofill,.form input:-webkit-autofill:active,.form input:-webkit-autofill:focus,.form input:-webkit-autofill:hover{-webkit-text-fill-color:#000;-webkit-text-fill-color:var(--black);-webkit-transition:background-color 5000s ease-in-out 0s;transition:background-color 5000s ease-in-out 0s}.form h3{color:#333;font-size:2.5rem;font-weight:700;text-align:left;text-transform:uppercase}.form .input-box{align-items:center;display:flex;flex-wrap:wrap;justify-content:space-between}.form .input-box .box{width:49.1%}.form .box{border:.1rem solid #0003;color:#666;color:var(--grey);font-size:1.6rem;margin:.7rem 0;padding:1.5rem;text-transform:none;width:100%}.form .box::placeholder{text-transform:capitalize}.form .box:focus{border-color:#da1212;border-color:var(--main-color)}.form textarea{height:20rem;resize:none}.form button{border-radius:.5rem;margin-top:1rem;width:100%}.account-form input:-webkit-autofill,.account-form input:-webkit-autofill:active,.account-form input:-webkit-autofill:focus,.account-form input:-webkit-autofill:hover{-webkit-text-fill-color:#000;-webkit-text-fill-color:var(--black);-webkit-transition:background-color 5000s ease-in-out 0s;transition:background-color 5000s ease-in-out 0s}.account-form{background:#fff;background:var(--white);border:.1rem solid #0000001a;border:var(--border);border-left:.5rem solid #da1212;border-left:.5rem solid var(--main-color);box-shadow:0 .5rem 1rem #0000001a;box-shadow:var(--box-shadow);margin:1rem auto;max-width:45rem;padding:5rem;text-align:center}.account-form h3{color:#da1212;color:var(--main-color);font-size:3rem;font-weight:600;padding-bottom:2rem;text-align:center;text-transform:uppercase}.account-form .box{background-color:#11468f1a;border-left:.5rem solid #da1212;border-left:.5rem solid var(--main-color);color:#666;color:var(--grey);font-size:1.6rem;margin:.7rem 0;padding:1.5rem;text-transform:none;width:100%}.account-form .box::placeholder{text-transform:capitalize}.account-form .box:focus{border-color:#0d4c92;border-color:var(--secondary-color)}.account-form button{border-radius:.5rem;margin-top:1rem;width:100%}.account-form p{color:#666;color:var(--grey);font-size:1.5rem;padding-bottom:1rem;padding-top:2rem;text-align:center}.account-form .link{color:#da1212;color:var(--main-color);font-size:1.5rem}.account-form .link:hover{text-decoration:underline}.sidebar{flex:1 1 22rem}.sidebar .sidebar-item{margin-bottom:2.5rem}.sidebar .box-container{padding:1rem 0}.sidebar .search .input-box{display:flex;overflow:hidden}.sidebar .search .input-box input{border:.1rem solid #00000080;overflow:hidden;padding:1.5rem;width:100%}.sidebar input:-webkit-autofill,.sidebar input:-webkit-autofill:active,.sidebar input:-webkit-autofill:focus,.sidebar input:-webkit-autofill:hover{-webkit-text-fill-color:#000;-webkit-text-fill-color:var(--black);-webkit-transition:background-color 5000s ease-in-out 0s;transition:background-color 5000s ease-in-out 0s}.sidebar .search .input-box input:focus{border-color:#da1212;border-color:var(--main-color)}.sidebar .search .input-box button{align-items:center;background-color:#0d4c92;background-color:var(--secondary-color);color:#fff;color:var(--white);cursor:pointer;display:flex;font-size:1.8rem;justify-content:center;padding:.5rem 2rem}.sidebar .search .input-box button:hover{background-color:#da1212;background-color:var(--main-color)}.sidebar .category .item{background-color:initial;border-bottom:.15rem solid #0000001a;cursor:pointer;display:flex;justify-content:space-between;padding:1rem 0;width:100%}.sidebar .category .item span{align-items:center;color:#0d4c92;color:var(--secondary-color);display:flex;font-size:1.7rem;font-weight:400;gap:.5rem}.sidebar .category .item span .icon{color:#da1212;color:var(--main-color);font-size:2rem}.sidebar .category .item p{color:#666;color:var(--grey);font-size:1.5rem}.sidebar .category .item.active p,.sidebar .category .item.active span,.sidebar .category .item:hover p,.sidebar .category .item:hover span{color:#da1212;color:var(--main-color)}.sidebar .tags .box-container{display:flex;flex-wrap:wrap;gap:1rem}.sidebar .tag-item{background-color:#fff;background-color:var(--white);border:.15rem solid #0000001a;color:#666;color:var(--grey);font-size:1.6rem;padding:1rem 1.2rem}.sidebar .tag-item.active,.sidebar .tag-item:hover{background-color:#da1212;background-color:var(--main-color);color:#fff;color:var(--white);cursor:pointer}.swiper-pagination-bullet{background:#999;border:.1rem solid #0000001a;border:var(--border);border-radius:.2rem;box-shadow:0 .5rem 1rem #0000001a;box-shadow:var(--box-shadow);height:1.5rem;opacity:.7;width:1.5rem}.swiper-pagination-bullet-active{background:#da1212!important;background:var(--main-color)!important;opacity:.9!important;width:4rem}@media (max-width:991px){html{font-size:55%}.blog.grid,.blog.list{flex-wrap:wrap-reverse}}@media (max-width:768px){.header .header-1{padding:2rem}.footer,.header .header-2{padding:0 2rem}section{padding:3rem 2rem}.home-item .content{padding:2rem 10%}.product-info .product-review{width:100%}.shop{flex-wrap:wrap-reverse}}@media (max-width:450px){html{font-size:50%}.header .header-1{padding:1rem}.header .header-2{padding:0 1rem}section{padding:3rem 1rem}.footer{padding:0 1rem}.home-item .content{padding:2rem 14%}.form .input-box .box{width:100%}.shop .product-container.list .product-item{flex-wrap:wrap}.shop .product-container.list .product-item .image{min-height:15rem;width:100%}.shop .product-container.list .product-item .image img{height:100%;object-fit:cover;width:100%}.shop .product-container.list .product-item{gap:1rem}.cart .cart-total{width:100%}.contact-form .input-box{flex-wrap:wrap}.contact-form .input-box .box{width:100%}}
/*# sourceMappingURL=main.2e12fd16.css.map*/