@import url(https://fonts.googleapis.com/css2?family=Oswald:wght@300;400;500;600;700&family=Inter:wght@300;400;500;600;700&display=swap);nav{background-color:var(--dark-gray)}.navbar{padding:10px 20px;position:relative}.navbar,.navbar-container{align-items:center;display:flex;justify-content:space-between}.navbar-container{width:100%}.logo img{max-width:50px}.main-nav,.social-links{display:flex;gap:20px;list-style:none}.main-nav li a,.social-links li a{color:var(--white);font-size:18px;text-decoration:none;transition:all .5s ease}.main-nav li a:hover,.social-links li a:hover{color:var(--accent)}.hamburger{cursor:pointer;display:none;font-size:24px;margin-left:10px}@media (max-width:992px){.social-links{background:#333;box-shadow:0 0 10px #0000001a;display:none;flex-direction:column;padding:10px;position:absolute;right:20px;top:70px;z-index:10}.social-links.active{display:flex}.social-toggle{display:block}}@media (max-width:768px){.main-nav{background:#333;box-shadow:0 0 10px #0000001a;display:none;flex-direction:column;padding:10px;position:absolute;right:60px;top:70px;z-index:10}.main-nav.active{display:flex}.nav-toggle{display:block}}.footer{color:var(--white);padding:50px 0}footer p{font-size:12px}.footer-container{align-items:center;display:flex;flex-direction:column;justify-content:center}.footer-logo{max-width:50px;padding:10px}.footer-social{padding:10px}.footer-social a{color:var(--white);padding:0 10px}.video-container{height:100%;left:0;overflow:hidden;position:fixed;top:0;width:100%;z-index:-1}.background-video{height:100%;object-fit:cover;width:100%}.video-overlay{background:#00000080;height:100%;left:0;position:absolute;top:0;width:100%;z-index:1}.homescreen{height:20vh}.hero-section{align-items:center;background-image:url(/static/media/6.0d6cd361eef67a009e5d.jpg);background-position:50%;background-repeat:no-repeat;background-size:cover;display:flex;justify-content:center;min-height:80vh;width:100%}.hero-content{text-align:center}.hero-header{font-size:50px}.hero-header-two{font-size:30px}.pulse-subtle{animation:pulseSubtle 2.5s ease-in-out infinite}@keyframes pulseSubtle{0%,to{transform:scale(1)}50%{transform:scale(1.03)}}.pulse-glow{animation:pulseGlow 2s ease-in-out infinite}@keyframes pulseGlow{0%{text-shadow:0 0 0 #fff0}50%{text-shadow:0 0 12px #fffc}to{text-shadow:0 0 0 #fff0}}.animated-border-btn{background:#0000;background:var(--accent);border:none;color:var(--white);display:inline-block;font-weight:600;letter-spacing:1px;overflow:hidden;padding:14px 32px;position:relative;text-decoration:none}.animated-border-btn span{display:block;position:absolute}.animated-border-btn span:first-child{animation:btn-anim1 2s linear infinite;background:#fff;height:2px;left:-100%;top:0;width:100%}@keyframes btn-anim1{0%{left:-100%}to{left:100%}}.animated-border-btn span:nth-child(2){animation:btn-anim2 2s linear infinite;animation-delay:.5s;background:#fff;height:100%;right:0;top:-100%;width:2px}@keyframes btn-anim2{0%{top:-100%}to{top:100%}}.animated-border-btn span:nth-child(3){animation:btn-anim3 2s linear infinite;animation-delay:1s;background:#fff;bottom:0;height:2px;right:-100%;width:100%}@keyframes btn-anim3{0%{right:-100%}to{right:100%}}.animated-border-btn span:nth-child(4){animation:btn-anim4 2s linear infinite;animation-delay:1.5s;background:#fff;bottom:-100%;height:100%;left:0;width:2px}@keyframes btn-anim4{0%{bottom:-100%}to{bottom:100%}}.about-section{background:#000;color:#fff;padding:80px 20px}.about-title{font-size:36px;font-weight:800;letter-spacing:2px;margin-bottom:30px;text-transform:uppercase}.about-section p{color:#ddd;font-size:18px;line-height:1.7;margin-bottom:20px}.about-highlight{border-left:4px solid #c00000;color:#fff;font-size:20px;font-weight:700;margin-top:30px;padding-left:20px}.videos-section{padding:4rem 0}.videos-header{align-items:center;display:flex;gap:1rem;justify-content:space-between;margin-bottom:1.5rem}.videos-title{font-size:36px;font-weight:800;letter-spacing:2px;margin-bottom:30px;text-transform:uppercase}.videos-controls{align-items:center;display:flex;gap:.75rem}.videos-arrow{background:#0000;border:1px solid var(--accent);border-radius:50%;color:var(--white);cursor:pointer;font-size:1.5rem;height:44px;line-height:1;transition:.2s ease;width:44px}.videos-arrow:hover:not(:disabled){transform:scale(1.05)}.videos-arrow:disabled{cursor:not-allowed;opacity:.4}.videos-carousel{overflow:hidden;width:100%}.videos-track{display:flex;transition:transform .35s ease}.video-slide{box-sizing:border-box;padding:0 .75rem}.video-frame{background:var(--black);border-radius:12px;overflow:hidden;padding-bottom:56.25%;position:relative;width:100%}.video-frame iframe{border:0;height:100%;inset:0;position:absolute;width:100%}@media (max-width:767px){.videos-header{align-items:flex-start;flex-direction:column}.video-slide{padding:0}}.streaming-section{background:#0b0b0b;color:#fff;padding:4rem 1.5rem}.streaming-title{letter-spacing:2px;margin-bottom:2rem;text-align:center;text-transform:uppercase}.streaming-embeds{grid-gap:2rem;display:grid;gap:2rem}.streaming-card{background:#111;border:1px solid #222;border-radius:12px;padding:1.5rem}.streaming-card h3{margin-bottom:1rem;text-align:center}@media (min-width:900px){.streaming-embeds{grid-template-columns:1fr 1fr}}#subscribe-section{align-items:center;background-image:url(/static/media/5.741a0ce9648dd40be6aa.jpg);background-position:50%;background-repeat:no-repeat;background-size:cover;display:flex;justify-content:center;min-height:80vh;position:relative;width:100%}.subscribe-section{color:var(--white);padding:5rem 1.5rem;position:relative;text-align:center;width:100%}.subscribe-content{margin:0 auto;max-width:600px}.subscribe-title{font-size:2rem;letter-spacing:2px;margin-bottom:1rem;text-transform:uppercase}.subscribe-text{color:var(--white);margin-bottom:2rem}.subscribe-form{display:flex;flex-direction:column;gap:1rem}.subscribe-input{background:#111;border:2px solid var(--accent);border-radius:0;color:var(--white);font-size:1rem;padding:1rem;width:100%}.subscribe-button,.subscribe-input{border-radius:0}.subscribe-input:focus{border-color:var(--accent);outline:none}.subscribe-button{background:var(--accent);border:2px solid var(--accent);border-radius:0;color:var(--black);cursor:pointer;font-weight:700;letter-spacing:1px;padding:1rem;text-transform:uppercase;transition:all .3s ease}.subscribe-button:hover{background:#0000;color:var(--white)}@media (min-width:768px){.subscribe-form{flex-direction:row}.subscribe-input{flex:1 1}.subscribe-button{width:180px}}a,abbr,acronym,address,applet,article,aside,audio,b,big,blockquote,body,canvas,caption,center,cite,code,dd,del,details,dfn,div,dl,dt,em,embed,fieldset,figcaption,figure,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,html,i,iframe,img,ins,kbd,label,legend,li,mark,menu,nav,object,ol,output,p,pre,q,ruby,s,samp,section,small,span,strike,strong,sub,summary,sup,table,tbody,td,tfoot,th,thead,time,tr,tt,u,ul,var,video{border:0;font-size:100%;font:inherit;margin:0;padding:0;vertical-align:initial}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:after,blockquote:before,q:after,q:before{content:"";content:none}table{border-collapse:collapse;border-spacing:0}:root{--black:#0b0d12;--dark-gray:#171a21;--medium-gray:#2a2f3a;--light-gray:#6b7280;--white:#f5f7fa;--accent:#3b82f6}body{background-color:#0b0d12;background-color:var(--black);color:#f5f7fa;color:var(--white)}:root{--heading-font:"Oswald",sans-serif;--body-font:"Inter",sans-serif}body{font-family:Inter,sans-serif;font-family:var(--body-font)}h1,h2,h3,h4,h5,h6{font-family:Oswald,sans-serif;font-family:var(--heading-font)}.btn{background:#fff;border:2px solid #fff;border-radius:0;color:#000;cursor:pointer;font-weight:700;letter-spacing:1px;padding:.9rem 1.6rem;text-decoration:none;transition:all .3s ease}.btn:hover{background:#0000;color:#fff}.app{display:flex;flex-direction:column;overflow:hidden!important}.container{margin-left:auto;margin-right:auto;padding-left:15px;padding-right:15px;width:100%}@media (min-width:576px){.container{max-width:540px}}@media (min-width:768px){.container{max-width:720px}}@media (min-width:992px){.container{max-width:960px}}@media (min-width:1200px){.container{max-width:1140px}}@media (min-width:1400px){.container{max-width:1320px}}.row{display:flex;flex-wrap:wrap;margin-left:-.75rem;margin-right:-.75rem}.col{flex:1 0;padding-left:.75rem;padding-right:.75rem}.col-1{flex:0 0 8.3333%;max-width:8.3333%}.col-1,.col-2{padding:0 .75rem}.col-2{flex:0 0 16.6667%;max-width:16.6667%}.col-3{flex:0 0 25%;max-width:25%}.col-3,.col-4{padding:0 .75rem}.col-4{flex:0 0 33.3333%;max-width:33.3333%}.col-5{flex:0 0 41.6667%;max-width:41.6667%}.col-5,.col-6{padding:0 .75rem}.col-6{flex:0 0 50%;max-width:50%}.col-7{flex:0 0 58.3333%;max-width:58.3333%}.col-7,.col-8{padding:0 .75rem}.col-8{flex:0 0 66.6667%;max-width:66.6667%}.col-9{flex:0 0 75%;max-width:75%}.col-10,.col-9{padding:0 .75rem}.col-10{flex:0 0 83.3333%;max-width:83.3333%}.col-11{flex:0 0 91.6667%;max-width:91.6667%}.col-11,.col-12{padding:0 .75rem}.col-12{flex:0 0 100%;max-width:100%}@media (min-width:576px){.col-sm-1{flex:0 0 8.3333%;max-width:8.3333%}.col-sm-2{flex:0 0 16.6667%;max-width:16.6667%}.col-sm-3{flex:0 0 25%;max-width:25%}.col-sm-4{flex:0 0 33.3333%;max-width:33.3333%}.col-sm-5{flex:0 0 41.6667%;max-width:41.6667%}.col-sm-6{flex:0 0 50%;max-width:50%}.col-sm-7{flex:0 0 58.3333%;max-width:58.3333%}.col-sm-8{flex:0 0 66.6667%;max-width:66.6667%}.col-sm-9{flex:0 0 75%;max-width:75%}.col-sm-10{flex:0 0 83.3333%;max-width:83.3333%}.col-sm-11{flex:0 0 91.6667%;max-width:91.6667%}.col-sm-12{flex:0 0 100%;max-width:100%}}@media (min-width:768px){.col-md-1{flex:0 0 8.3333%;max-width:8.3333%}.col-md-2{flex:0 0 16.6667%;max-width:16.6667%}.col-md-3{flex:0 0 25%;max-width:25%}.col-md-4{flex:0 0 33.3333%;max-width:33.3333%}.col-md-5{flex:0 0 41.6667%;max-width:41.6667%}.col-md-6{flex:0 0 50%;max-width:50%}.col-md-7{flex:0 0 58.3333%;max-width:58.3333%}.col-md-8{flex:0 0 66.6667%;max-width:66.6667%}.col-md-9{flex:0 0 75%;max-width:75%}.col-md-10{flex:0 0 83.3333%;max-width:83.3333%}.col-md-11{flex:0 0 91.6667%;max-width:91.6667%}.col-md-12{flex:0 0 100%;max-width:100%}}@media (min-width:992px){.col-lg-1{flex:0 0 8.3333%;max-width:8.3333%}.col-lg-2{flex:0 0 16.6667%;max-width:16.6667%}.col-lg-3{flex:0 0 25%;max-width:25%}.col-lg-4{flex:0 0 33.3333%;max-width:33.3333%}.col-lg-5{flex:0 0 41.6667%;max-width:41.6667%}.col-lg-6{flex:0 0 50%;max-width:50%}.col-lg-7{flex:0 0 58.3333%;max-width:58.3333%}.col-lg-8{flex:0 0 66.6667%;max-width:66.6667%}.col-lg-9{flex:0 0 75%;max-width:75%}.col-lg-10{flex:0 0 83.3333%;max-width:83.3333%}.col-lg-11{flex:0 0 91.6667%;max-width:91.6667%}.col-lg-12{flex:0 0 100%;max-width:100%}}@media (min-width:1200px){.col-xl-1{flex:0 0 8.3333%;max-width:8.3333%}.col-xl-2{flex:0 0 16.6667%;max-width:16.6667%}.col-xl-3{flex:0 0 25%;max-width:25%}.col-xl-4{flex:0 0 33.3333%;max-width:33.3333%}.col-xl-5{flex:0 0 41.6667%;max-width:41.6667%}.col-xl-6{flex:0 0 50%;max-width:50%}.col-xl-7{flex:0 0 58.3333%;max-width:58.3333%}.col-xl-8{flex:0 0 66.6667%;max-width:66.6667%}.col-xl-9{flex:0 0 75%;max-width:75%}.col-xl-10{flex:0 0 83.3333%;max-width:83.3333%}.col-xl-11{flex:0 0 91.6667%;max-width:91.6667%}.col-xl-12{flex:0 0 100%;max-width:100%}}.d-flex{display:flex!important}.d-inline-flex{display:inline-flex!important}.flex-row{flex-direction:row!important}.flex-column{flex-direction:column!important}.flex-wrap{flex-wrap:wrap!important}.flex-nowrap{flex-wrap:nowrap!important}.justify-start{justify-content:flex-start!important}.justify-center{justify-content:center!important}.justify-end{justify-content:flex-end!important}.justify-between{justify-content:space-between!important}.justify-around{justify-content:space-around!important}.justify-evenly{justify-content:space-evenly!important}.justify-content-start{justify-content:flex-start!important}.justify-content-end{justify-content:flex-end!important}.justify-content-center{justify-content:center!important}.justify-content-between{justify-content:space-between!important}.justify-content-around{justify-content:space-around!important}@media (min-width:576px){.justify-content-sm-start{justify-content:flex-start!important}.justify-content-sm-end{justify-content:flex-end!important}.justify-content-sm-center{justify-content:center!important}.justify-content-sm-between{justify-content:space-between!important}.justify-content-sm-around{justify-content:space-around!important}}@media (min-width:768px){.justify-content-md-start{justify-content:flex-start!important}.justify-content-md-end{justify-content:flex-end!important}.justify-content-md-center{justify-content:center!important}.justify-content-md-between{justify-content:space-between!important}.justify-content-md-around{justify-content:space-around!important}}@media (min-width:992px){.justify-content-lg-start{justify-content:flex-start!important}.justify-content-lg-end{justify-content:flex-end!important}.justify-content-lg-center{justify-content:center!important}.justify-content-lg-between{justify-content:space-between!important}.justify-content-lg-around{justify-content:space-around!important}}@media (min-width:1200px){.justify-content-xl-start{justify-content:flex-start!important}.justify-content-xl-end{justify-content:flex-end!important}.justify-content-xl-center{justify-content:center!important}.justify-content-xl-between{justify-content:space-between!important}.justify-content-xl-around{justify-content:space-around!important}}.align-start{align-items:flex-start!important}.align-center{align-items:center!important}.align-end{align-items:flex-end!important}.align-stretch{align-items:stretch!important}.align-baseline{align-items:baseline!important}.w-100{width:100%!important}.w-25{width:25%!important}.w-50{width:50%!important}.w-75{width:75%!important}.w-20{width:20%!important}.w-37{width:37.5%!important}.w-40{width:40%!important}.h-100{height:100%!important}.h-25{height:25%!important}.h-50{height:50%!important}.h-75{height:75%!important}.w-auto{width:auto!important}.h-auto{height:auto!important}.min-w-100{min-width:100%!important}.min-h-100{min-height:100%!important}.max-w-100{max-width:100%!important}.max-h-100{max-height:100%!important}.fade-bottom{-webkit-mask-image:linear-gradient(180deg,#000 90%,#0000);mask-image:linear-gradient(180deg,#000 90%,#0000);-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%}.img-fluid{height:auto;max-width:100%}.p-1{padding:4px}.p-2{padding:8px}.p-3{padding:16px}.p-4{padding:24px}.p-5{padding:32px}.p-6{padding:50px}.pt-0{padding-top:0}.pt-1{padding-top:4px}.pt-2{padding-top:8px}.pt-3{padding-top:16px}.pt-4{padding-top:24px}.pt-5{padding-top:32px}.pt-6{padding-top:50px}.pr-0{padding-right:0}.pr-1{padding-right:4px}.pr-2{padding-right:8px}.pr-3{padding-right:16px}.pr-4{padding-right:24px}.pr-5{padding-right:32px}.pr-6{padding-right:50px}.pb-0{padding-bottom:0}.pb-1{padding-bottom:4px}.pb-2{padding-bottom:8px}.pb-3{padding-bottom:16px}.pb-4{padding-bottom:24px}.pb-5{padding-bottom:32px}.pb-6{padding-bottom:50px}.pl-0{padding-left:0}.pl-1{padding-left:4px}.pl-2{padding-left:8px}.pl-3{padding-left:16px}.pl-4{padding-left:24px}.pl-5{padding-left:32px}.pl-6{padding-left:50px}.py-1{padding:4px 0}.py-2{padding:8px 0}.py-3{padding:16px 0}.py-4{padding:24px 0}.py-5{padding:32px 0}.py-6{padding:50px 0}.pt-1.pr-1.pb-1.pl-1{padding:4px}.mt-sm-3{margin-top:1rem}.mb-md-4{margin-bottom:1.5rem}.ml-lg-5{margin-left:3rem}.pt-xl-2{padding-top:.5rem}.pb-xxl-1{padding-bottom:.25rem}.px-lg-4{padding-left:1.5rem;padding-right:1.5rem}.p-0{padding:0}.pt-3{padding-top:1rem}.pb-2{padding-bottom:.5rem}.pl-4{padding-left:1.5rem}.pr-5{padding-right:3rem}.px-3{padding-left:1rem;padding-right:1rem}.py-2{padding-bottom:.5rem;padding-top:.5rem}.m-0{margin:0}.mt-3{margin-top:1rem}.mb-2{margin-bottom:.5rem}.ml-4{margin-left:1.5rem}.mr-5{margin-right:3rem}.mx-3{margin-left:1rem;margin-right:1rem}.my-2{margin-bottom:.5rem;margin-top:.5rem}
/*# sourceMappingURL=main.2587ce6a.css.map*/