@import url(https://fonts.googleapis.com/css2?family=Indie+Flower&display=swap);@import url(https://fonts.googleapis.com/css2?family=Nunito:wght@400;700&display=swap);body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}body{background-color:#f8f9fa;color:#343a40;font-family:Nunito,sans-serif;margin:0}.store-container{background-color:#fff;border-radius:8px;box-shadow:0 4px 8px #0000000d;margin:0 auto;max-width:1200px;padding:20px 40px 40px}.header{margin-bottom:40px;padding-top:20px;text-align:center}.header-logo{height:auto;margin-bottom:15px;max-width:350px;width:100%}.header h1{color:#343a40;font-size:2.8em;font-weight:700;margin:10px 0}.header p{color:#6c757d;font-size:1.25em}.section{margin-bottom:50px}.section h2{border-bottom:2px solid #ffe0dd;color:#ff6f61;font-size:2em;font-weight:600;margin-bottom:15px;padding-bottom:10px}.section>p{color:#6c757d;font-size:1.1em;line-height:1.6;margin-bottom:30px}.product-grid{grid-gap:30px;display:grid;gap:30px;grid-template-columns:repeat(auto-fill,minmax(280px,1fr))}.product-card{background-color:#fff;border:1px solid #dee2e6;border-radius:8px;box-shadow:0 2px 5px #00000014;display:flex;flex-direction:column;overflow:hidden;transition:transform .2s ease-in-out,box-shadow .2s ease-in-out}.product-card:hover{box-shadow:0 8px 15px #0000001a;transform:translateY(-5px)}.product-card img{width:100%}.product-card img,.product-card.boost-image img{height:180px;object-fit:cover}.product-card .price-button,.product-card h3,.product-card p.description{padding:0 20px}.product-card h3{color:#343a40;font-size:1.4em;font-weight:600;margin:15px 0 10px}.product-card .description-list{color:#6c757d;flex-grow:1;font-size:1em;line-height:1.5;list-style-type:none;margin:0 0 15px;min-height:90px;padding:0 20px}.product-card .description-list li{margin-bottom:5px}.product-card.boost-card .description-list{min-height:50px}.product-card.membership-card .description-list{min-height:100px}.product-card.boost-card p.description{min-height:50px}.product-card.membership-card p.description{min-height:100px}.product-card .price-button{margin-top:auto;padding-bottom:20px;text-align:center}.product-card .price{color:#495057;font-size:1.4em;font-weight:700;margin:0 0 15px}.product-card button{background:#ff6f61;border:none;border-radius:5px;color:#fff;cursor:pointer;font-size:1em;font-weight:600;min-width:150px;padding:12px 25px;transition:background .3s ease;width:auto}.product-card button:hover{background:#e65a50}.cart-section{background-color:#f8f9fa;border-radius:8px;border-top:2px solid #dee2e6;margin-bottom:40px;margin-top:60px;padding:30px}@media (min-width:768px){.cart-section{margin-left:auto;margin-right:auto;max-width:700px}}.cart-section h2{color:#343a40;font-size:1.8em;font-weight:600;margin-bottom:25px;text-align:center}.cart-section>p{color:#6c757d;font-size:1.1em;padding:20px;text-align:center}.cart-items-container,.cart-section>p{margin-bottom:20px}.cart-item{grid-gap:15px;align-items:center;border-bottom:1px solid #e9ecef;display:grid;gap:15px;grid-template-columns:1fr auto minmax(80px,auto) auto;padding:12px 0}.cart-items-container>.cart-item:last-child{border-bottom:none}.cart-item-name{color:#495057;font-weight:500;padding-right:10px;text-align:left}.quantity-controls{align-items:center;display:flex;gap:8px;justify-self:center}.quantity-btn{align-items:center;background:#e9ecef;border:1px solid #ced4da;border-radius:4px;color:#495057;cursor:pointer;display:flex;font-size:18px;height:28px;justify-content:center;line-height:1;padding:0;transition:background-color .2s ease;width:28px}.quantity-btn:hover{background-color:#dee2e6}.quantity{font-size:1.1em;font-weight:500;min-width:25px;text-align:center}.cart-item-price{color:#343a40;font-weight:700;justify-self:end;text-align:right}.remove-item{background:none;border:none;color:#dc3545;cursor:pointer;font-size:20px;font-weight:700;justify-self:center;line-height:1;padding:0 5px;transition:color .2s ease}.remove-item:hover{color:#a0212e}.cart-total{align-items:center;border-top:2px solid #dee2e6;color:#343a40;display:flex;font-size:1.3em;font-weight:700;justify-content:space-between;margin-top:10px;padding:15px 0}.email-form{align-items:center;display:flex;flex-direction:column;gap:8px;margin:25px 0}.email-form label{color:#495057;font-size:1em}.email-form input{border:1px solid #ced4da;border-radius:4px;font-size:1em;max-width:300px;padding:10px 12px;text-align:center;width:100%}.email-form input::placeholder{color:#adb5bd}.checkout-button{background:#28a745;border:none;border-radius:5px;box-shadow:0 2px 4px #28a74566;color:#fff;cursor:pointer;display:block;font-size:1.25em;font-weight:600;margin-left:auto;margin-right:auto;margin-top:10px;padding:15px 35px;transition:background-color .3s ease,box-shadow .3s ease;width:fit-content}.checkout-button:hover{background-color:#218838;box-shadow:0 4px 8px #28a74580}.stripe-info{align-items:center;color:#6c757d;display:flex;flex-wrap:wrap;font-size:.95em;gap:10px;justify-content:center;margin-top:30px;text-align:center}.stripe-icon{height:25px;vertical-align:middle;width:auto}img.stripe-icon[alt="Credit Cards"]{height:56px}img.stripe-icon[alt="Stripe Logo"]{height:50px}hr{background-image:linear-gradient(90deg,#0000,#00000026,#0000);border:0;height:1px;margin:60px auto;max-width:90%}.how-it-works-section{background-color:#fff3e0;border-radius:8px;margin-top:40px;padding:40px}.how-it-works-section h2{border-bottom:none;color:#ff6f61;font-size:2em;font-weight:600;margin-bottom:25px;padding-bottom:0;text-align:center}.how-it-works-section .video-container{display:flex;justify-content:center;margin-bottom:30px;margin-left:auto;margin-right:auto;max-width:227px;position:relative;width:100%}.how-it-works-section .video-container:before{content:"";display:block;padding-top:177.97%}.how-it-works-section iframe{border:none;border-radius:8px;box-shadow:0 4px 10px #0000001a;height:100%;left:0;position:absolute;top:0;width:100%}.how-it-works-section .content{color:#343a40;font-size:1.1em;margin:0 auto;max-width:1000px;text-align:left}.how-it-works-section h3{color:#495057;font-size:1.6em;font-weight:600;margin-bottom:15px;margin-top:30px}.how-it-works-section p{line-height:1.7;margin-bottom:18px}.how-it-works-section strong{color:#d9534f}.how-it-works-section em{color:#5bc0de;font-style:italic}.business-info-section{background-color:#e7f5ff;border-radius:8px;margin-top:40px;padding:40px}.business-info-section h2{border-bottom:none;color:#007bff;font-size:2em;font-weight:600;margin-bottom:25px;padding-bottom:0;text-align:center}.business-info-content{color:#343a40;font-size:1em;line-height:1.65;margin:0 auto;max-width:1100px;text-align:left}.business-info-content .company-info{font-size:1.1em;margin-bottom:25px}.business-info-content .company-name{color:#0056b3;font-weight:700}.business-info-content h3{border-bottom:1px solid #bce0ff;color:#0056b3;font-size:1.4em;font-weight:600;margin-bottom:15px;margin-top:30px;padding-bottom:5px}.business-info-content p{margin-bottom:15px}.business-info-content a{color:#007bff;text-decoration:none;transition:color .2s ease}.business-info-content a:hover{color:#0056b3;text-decoration:underline}.business-info-content ul{list-style-type:disc;margin-bottom:15px;margin-left:20px;padding-left:15px}.business-info-content li{margin-bottom:10px}.business-info-content em{color:#6c757d;font-style:italic}.contact-form{background-color:#fff;border:1px solid #dee2e6;border-radius:5px;box-sizing:border-box;gap:15px;margin-top:25px;padding:25px}.contact-form input,.contact-form textarea{border:1px solid #ced4da;border-radius:4px;box-sizing:border-box;font-family:inherit;font-size:1em;padding:12px 15px;transition:border-color .2s ease,box-shadow .2s ease}.contact-form input:focus,.contact-form textarea:focus{border-color:#80bdff;box-shadow:0 0 0 .2rem #007bff40;outline:0}.contact-form textarea{min-height:120px;resize:vertical}.contact-form button{align-self:flex-start;background:#007bff;font-size:1.05em;font-weight:500;padding:12px 25px;transition:background-color .3s ease}@media (max-width:767px){.store-container{padding:15px}.header h1{font-size:2.2em}.header p{font-size:1.1em}.section h2{font-size:1.6em}.product-grid{grid-template-columns:1fr}.cart-item{gap:5px 10px;grid-template-areas:"name remove" "controls price";grid-template-columns:1fr auto;padding:10px 0}.cart-item-name{grid-area:name}.quantity-controls{grid-area:controls;justify-self:start}.cart-item-price{grid-area:price;justify-self:end}.remove-item{grid-area:remove;justify-self:end}.cart-total{font-size:1.1em}.how-it-works-section iframe{height:250px}.business-info-section,.how-it-works-section{padding:25px}.contact-form button{align-self:stretch}.stripe-info{font-size:.9em;gap:5px}}.App{font-family:Arial,sans-serif;text-align:center}.landing{background-color:#282c34;color:#fff;padding:20px 20px 30px}.logo-image{display:block;height:auto;margin:10px auto;max-width:900px;width:100%}.center-image{display:block;margin:20px auto;width:300px}.tagline{font-family:Indie Flower,cursive;font-size:2.2em;margin-bottom:40px;margin-top:10px}.tagline-emphasis{font-size:1.2em;font-weight:700}.about-us{padding:30px 20px;text-align:center}.about-blurb{font-family:Nunito,sans-serif;font-size:1.1em;line-height:1.6;margin:0 auto 20px;max-width:300px;text-align:justify}.about-slide MELimage,.biopic-image{display:block;margin:20px auto;width:225px}.contact{background-color:#f4f4f4;padding:40px 20px}.contact a{color:#007bff;text-decoration:none}.contact-form{display:flex;flex-direction:column;margin:20px auto;max-width:400px;width:100%}.contact-form input,.contact-form textarea{border:1px solid #ccc;border-radius:5px;margin:10px 0;padding:10px;width:100%}.contact-form button{background-color:#007bff;border:none;border-radius:5px;color:#fff;cursor:pointer;padding:10px}.contact-form button:hover{background-color:#0056b3}.carousel-root{margin:0 auto;max-width:900px}.carousel .carousel-slider{overflow:visible}.carousel .slide{align-items:center;background:#0000;color:inherit;display:flex;flex-direction:column;padding:20px}.carousel .slide .biopic-image{display:block;height:auto;margin:20px auto;max-width:225px;width:auto}.carousel .control-dots{display:flex;justify-content:center;margin:0;padding:10px 0;position:static}.carousel .control-dots .carousel-indicator{background-color:#0000004d;border-radius:50%;cursor:pointer;display:inline-block;height:10px;margin:0 8px;opacity:1;transition:background-color .3s ease;width:10px}.carousel .control-dots .carousel-indicator.selected{background-color:#000c}.carousel .control-arrow{align-items:center;background-color:initial;color:#000000b3;cursor:pointer;display:flex;font-size:2em;justify-content:center;min-height:50px;min-width:50px;opacity:.6;position:absolute;transform:translateY(-50%);transition:opacity .3s ease;z-index:2}.carousel .control-arrow:hover{opacity:1}.carousel .control-prev.control-arrow{text-align:left}.carousel .control-next.control-arrow{text-align:right}.vrchat-section{background-color:#333;color:#fff;padding:40px 20px;text-align:center}.vrchat-section h2{color:#fff}.vrchat-section .about-blurb{color:#fff;display:inline-block;text-align:left;width:auto}.vrchat-instructions{margin:0 auto;max-width:600px;padding:20px}.vrchat-instructions ol{list-style-position:inside;padding-left:0;text-align:center}.vrchat-instructions ol li{margin-bottom:10px}.schedule{background-color:#fff;padding:40px 20px;text-align:center}.schedule h2{color:#282c34;font-family:Nunito,sans-serif;font-size:1.5em;font-weight:700;margin-bottom:20px}.schedule ul{list-style:none;margin:0 auto;max-width:450px;padding:0}.schedule li{background-color:#f4f4f4;border-radius:8px;margin-bottom:15px;padding:20px;text-align:left}.schedule h3{color:#007bff;font-family:Nunito,sans-serif;font-size:1.3em;font-weight:700;margin:0 0 10px;text-align:center}.schedule p{line-height:1.5}.schedule .event-date,.schedule p{color:#333;font-family:Nunito,sans-serif;font-size:1.1em;margin:5px 0}.schedule .event-date,.schedule .event-time{text-align:center}.vrchat-steps{font-family:Nunito,sans-serif;font-size:1.1em;line-height:1.6;list-style:none;margin:20px 0;padding:0}.vrchat-steps li{background-color:#ffffff1a;border-radius:5px;margin:15px 0;padding:10px}.vrchat-image{border-radius:8px;display:block;height:auto;margin:20px auto;max-width:300px;width:100%}.store-carousel{background-color:#f5f5f5;padding:5px 0 50px;text-align:center}.store-carousel h2{color:#282c34;font-family:Nunito,sans-serif;font-size:1.5em;font-weight:700;margin-bottom:20px}.store-carousel .carousel-root{margin:0 auto;max-width:600px}.store-carousel .carousel-slider{overflow:visible}.store-carousel .slide{background:#0000;color:inherit;display:flex;justify-content:center;padding:10px;position:relative;transition:transform .5s ease,opacity .5s ease;width:100%}.store-carousel .slide:not(.selected){opacity:.7;transform:scale(.8);z-index:1}.store-carousel .slide.selected{opacity:1;transform:scale(1);z-index:2}.store-carousel-item{background-color:#fff;border:1px solid #ddd;border-radius:8px;box-shadow:0 2px 4px #0000001a;margin:0 10px;padding:15px;text-align:center;transition:transform .3s ease}.store-carousel-item:hover{transform:scale(1.05)}.store-carousel-item img{border-radius:8px;height:150px;margin-bottom:10px;object-fit:cover;width:100%}.store-carousel .control-dots{display:flex;justify-content:center;margin:0;padding:10px 0;position:static}.store-carousel .control-dots .store-carousel-indicator{background-color:#0000004d;border-radius:50%;cursor:pointer;display:inline-block;height:10px;margin:0 8px;opacity:1;transition:background-color .3s ease;width:10px}.store-carousel .control-dots .store-carousel-indicator.selected{background-color:#000c}.store-carousel .control-arrow{align-items:center;background-color:initial;border:0;color:#000000b3;cursor:pointer;display:flex;font-size:2em;justify-content:center;min-height:50px;min-width:50px;opacity:.6;position:absolute;top:50%;transform:translateY(-50%);transition:opacity .3s ease;z-index:2}.store-carousel .control-arrow:hover{opacity:1}.store-carousel .control-prev.control-arrow{left:0;text-align:left}.store-carousel .control-next.control-arrow{right:0;text-align:right}@media (max-width:768px){.store-carousel .carousel-root{max-width:450px}}@media (max-width:480px){.store-carousel .carousel-root{max-width:100%}}.success-container{padding:20px;text-align:center}.success-codes{list-style:none;padding:0}.success-codes li{font-size:18px;margin:10px 0}.success-codes .code{font-size:36px;font-weight:700}.video-section{background-color:#e0e0e0;border-radius:8px;margin-top:40px;padding:40px}.video-section h2{border-bottom:none;color:#ff6f61;font-size:2em;font-weight:600;margin-bottom:25px;padding-bottom:0;text-align:center}.video-section .video-container{display:flex;justify-content:center;margin-bottom:10px;margin-left:auto;margin-right:auto;max-width:227px;position:relative;width:100%}.video-section .video-container:before{content:"";display:block;padding-top:177.97%}.video-section iframe{border:none;border-radius:8px;box-shadow:0 4px 10px #0000001a;height:100%;left:0;position:absolute;top:0;width:100%}.comedy-buddy-section{background-color:#222842;color:#fff;padding:40px 20px}.comedy-buddy-section a{align-items:center;color:inherit;display:flex;flex-wrap:wrap;gap:30px;justify-content:center;margin:0 auto;max-width:700px;text-decoration:none;transition:transform .3s ease}.comedy-buddy-section a:hover{transform:scale(1.02)}.comedy-buddy-logo{border-radius:15px;box-shadow:0 4px 8px #0003;height:200px;width:200px}.comedy-buddy-blurb{max-width:400px;text-align:left}.new-tag{color:orange;display:block;font-size:2.1em;font-weight:700;margin-bottom:5px}.comedy-buddy-blurb h3{color:#0af;font-family:Nunito,sans-serif;font-size:1.8em;font-weight:700;margin:0 0 10px}.comedy-buddy-blurb p{font-family:Nunito,sans-serif;font-size:1.1em;line-height:1.6}@media (max-width:768px){.comedy-buddy-section a{flex-direction:column;gap:20px}.comedy-buddy-blurb{text-align:center}.new-tag{margin-bottom:8px}}.carousel .control-arrow,.carousel.carousel-slider .control-arrow{background:none;border:0;cursor:pointer;filter:alpha(opacity=40);font-size:32px;opacity:.4;position:absolute;top:20px;transition:all .25s ease-in;z-index:2}.carousel .control-arrow:focus,.carousel .control-arrow:hover{filter:alpha(opacity=100);opacity:1}.carousel .control-arrow:before,.carousel.carousel-slider .control-arrow:before{border-bottom:8px solid #0000;border-top:8px solid #0000;content:"";display:inline-block;margin:0 5px}.carousel .control-disabled.control-arrow{cursor:inherit;display:none;filter:alpha(opacity=0);opacity:0}.carousel .control-prev.control-arrow{left:0}.carousel .control-prev.control-arrow:before{border-right:8px solid #fff}.carousel .control-next.control-arrow{right:0}.carousel .control-next.control-arrow:before{border-left:8px solid #fff}.carousel-root{outline:none}.carousel{position:relative;width:100%}.carousel *{box-sizing:border-box}.carousel img{display:inline-block;pointer-events:none;width:100%}.carousel .carousel{position:relative}.carousel .control-arrow{background:none;border:0;font-size:18px;margin-top:-13px;outline:0;top:50%}.carousel .thumbs-wrapper{margin:20px;overflow:hidden}.carousel .thumbs{list-style:none;position:relative;transform:translateZ(0);transition:all .15s ease-in;white-space:nowrap}.carousel .thumb{border:3px solid #fff;display:inline-block;margin-right:6px;overflow:hidden;padding:2px;transition:border .15s ease-in;white-space:nowrap}.carousel .thumb:focus{border:3px solid #ccc;outline:none}.carousel .thumb.selected,.carousel .thumb:hover{border:3px solid #333}.carousel .thumb img{vertical-align:top}.carousel.carousel-slider{margin:0;overflow:hidden;position:relative}.carousel.carousel-slider .control-arrow{bottom:0;color:#fff;font-size:26px;margin-top:0;padding:5px;top:0}.carousel.carousel-slider .control-arrow:hover{background:#0003}.carousel .slider-wrapper{margin:auto;overflow:hidden;transition:height .15s ease-in;width:100%}.carousel .slider-wrapper.axis-horizontal .slider{-ms-box-orient:horizontal;display:-moz-flex;display:flex}.carousel .slider-wrapper.axis-horizontal .slider .slide{flex-direction:column;flex-flow:column}.carousel .slider-wrapper.axis-vertical{-ms-box-orient:horizontal;display:-moz-flex;display:flex}.carousel .slider-wrapper.axis-vertical .slider{flex-direction:column}.carousel .slider{list-style:none;margin:0;padding:0;position:relative;width:100%}.carousel .slider.animated{transition:all .35s ease-in-out}.carousel .slide{margin:0;min-width:100%;position:relative;text-align:center}.carousel .slide img{border:0;vertical-align:top;width:100%}.carousel .slide iframe{border:0;display:inline-block;margin:0 40px 40px;width:calc(100% - 80px)}.carousel .slide .legend{background:#000;border-radius:10px;bottom:40px;color:#fff;font-size:12px;left:50%;margin-left:-45%;opacity:.25;padding:10px;position:absolute;text-align:center;transition:all .5s ease-in-out;transition:opacity .35s ease-in-out;width:90%}.carousel .control-dots{bottom:0;margin:10px 0;padding:0;position:absolute;text-align:center;width:100%;z-index:1}@media (min-width:960px){.carousel .control-dots{bottom:0}}.carousel .control-dots .dot{background:#fff;border-radius:50%;box-shadow:1px 1px 2px #000000e6;cursor:pointer;display:inline-block;filter:alpha(opacity=30);height:8px;margin:0 8px;opacity:.3;transition:opacity .25s ease-in;width:8px}.carousel .control-dots .dot.selected,.carousel .control-dots .dot:hover{filter:alpha(opacity=100);opacity:1}.carousel .carousel-status{color:#fff;font-size:10px;padding:5px;position:absolute;right:0;text-shadow:1px 1px 1px #000000e6;top:0}.carousel:hover .slide .legend{opacity:1}
/*# sourceMappingURL=main.146eb655.css.map*/