.App{text-align:center}.App-logo{pointer-events:none;height:40vmin}@media (prefers-reduced-motion:no-preference){.App-logo{animation:20s linear infinite App-logo-spin}}.page-not-found{height:calc(100vh - 43px);font-family:var(--font-poppins), sans-serif;text-align:center;flex-direction:column;justify-content:center;align-items:center;display:flex}.page-not-found .wrapper{width:150px;height:150px;margin-bottom:40px;position:relative}.page-not-found .number{color:#fcb040;font-size:100px;font-weight:700;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.page-not-found .ghost{width:100px;height:100px;margin:0 auto;position:relative;transform:translateY(-20px)}.page-not-found .face{z-index:10;background:#fcb040;border-radius:50%;width:100px;height:100px;animation:2s ease-in-out infinite ghost-face;position:absolute}.page-not-found .face:before,.page-not-found .face:after{content:"";background:#fff;border-radius:50%;width:20px;height:20px;position:absolute}.page-not-found .face:before{animation:2s ease-in-out infinite eyes-move;top:20px;left:30px}.page-not-found .face:after{animation:2s ease-in-out infinite eyes-move;top:20px;right:30px}@keyframes ghost-face{0%{height:100px}50%{height:20px}to{height:100px}}@keyframes eyes-move{0%,to{top:20px}50%{top:30px}}.App-header{color:#fff;background-color:#282c34;flex-direction:column;justify-content:center;align-items:center;min-height:100vh;font-size:calc(10px + 2vmin);display:flex;position:fixed}.App-link{color:#61dafb}@keyframes App-logo-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}table{border-collapse:collapse;border:2px solid #dd9c37;width:800px;height:200px;margin:auto;overflow-x:auto}th{border-bottom:1px solid #000}td{text-align:center}.accordion{width:100%;padding:20px 0}.accordion-item{border-bottom:1px solid #868686;position:relative}.arrow{position:absolute;right:10px}.accordion-title{cursor:pointer;text-align:left;background-color:#f5f5f5;border:none;outline:none;padding:16px;transition:background-color .3s}.accordion-title:hover{background-color:#e0e0e0}.accordion-title.open{background-color:#868686}.accordion-content{background-color:#fff;border-top:1px solid #e0e0e0;padding:16px;display:none}.accordion-content.show{display:block}.testimonial-list{flex-wrap:wrap;justify-content:space-around;display:flex}.testimonial-item{margin-bottom:20px}@media (max-width:768px){.testimonial-item{justify-content:center;width:100%;display:flex}}.grid{grid-template-columns:1fr;justify-items:center;gap:1rem;display:grid}@media (min-width:768px){.grid{grid-template-columns:repeat(3,1fr)}}@media (min-width:1024px){.grid{grid-template-columns:repeat(4,1fr)}}.custom-play-button{cursor:pointer;background-color:#ffffffb3;border-radius:50%;width:80px;height:80px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.custom-play-button:before{content:"";border-top:20px solid #0000;border-bottom:20px solid #0000;border-left:30px solid #000;width:0;height:0;position:absolute;top:50%;left:50%;transform:translate(-40%,-50%)}
