*{margin:0;padding:0;box-sizing:border-box}html{background-color:#000000!important}body{font-family:'Inter','Noto Serif JP',sans-serif;background-color:#000000!important;color:#fff;overflow-x:hidden;overflow-y:hidden}.loading-screen{position:fixed;top:0;left:0;width:100%;height:100%;background:radial-gradient(ellipse at center,#1a1a1a 0%,#000000 70%,#000000 100%);display:flex;flex-direction:column;align-items:center;justify-content:center;z-index:10000;overflow:hidden}.loading-screen::before{content:'';position:absolute;top:0;left:0;width:100%;height:100%;background:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><circle cx="20" cy="20" r="1" fill="%23D4AF37" opacity="0.3"><animate attributeName="opacity" values="0.3;1;0.3" dur="3s" repeatCount="indefinite"/></circle><circle cx="80" cy="30" r="0.5" fill="%23FFD700" opacity="0.2"><animate attributeName="opacity" values="0.2;0.8;0.2" dur="4s" repeatCount="indefinite"/></circle><circle cx="60" cy="70" r="0.8" fill="%23D4AF37" opacity="0.4"><animate attributeName="opacity" values="0.4;1;0.4" dur="2.5s" repeatCount="indefinite"/></circle></svg>') repeat;opacity:.6;animation:floatParticles 20s linear infinite}@keyframes floatParticles{0%{transform:translateY(0) translateX(0)}25%{transform:translateY(-20px) translateX(10px)}50%{transform:translateY(-10px) translateX(-10px)}75%{transform:translateY(-30px) translateX(5px)}100%{transform:translateY(0) translateX(0)}}.loading-container{position:relative;z-index:2;text-align:center;max-width:800px;padding:2rem}.loading-logo{font-family:'Noto Serif JP',serif;font-size:3.5rem;font-weight:600;background:linear-gradient(135deg,#D4AF37 0%,#FFD700 50%,#D4AF37 100%);background-size:200% 200%;-webkit-background-clip:text;-webkit-text-fill-color:#fff0;background-clip:text;margin-bottom:3rem;opacity:0;transform:translateY(20px) scale(.9);animation:fadeInUp 1s ease-out forwards,shimmer 3s ease-in-out infinite;position:relative}.loading-logo::after{content:'';position:absolute;top:-10px;left:-10px;right:-10px;bottom:-10px;background:radial-gradient(circle,rgb(212 175 55 / .2) 0%,transparent 70%);z-index:-1;opacity:0;animation:glowPulse 2s ease-in-out infinite,fadeIn 1s ease-out 0.5s forwards}@keyframes shimmer{0%{background-position:-200% center}100%{background-position:200% center}}@keyframes glowPulse{0%,100%{opacity:.5;transform:scale(1)}50%{opacity:1;transform:scale(1.1)}}.loading-catchphrase{font-family:'Noto Serif JP',serif;font-size:2.2rem;font-weight:500;color:#fff;margin-bottom:1.5rem;opacity:0;transform:translateY(20px);animation:fadeInUp 1s ease-out 0.3s forwards;line-height:1.3;letter-spacing:.05em}.loading-subtitle{font-size:1.3rem;color:#D4AF37;margin-bottom:1rem;opacity:0;transform:translateY(20px);animation:fadeInUp 1s ease-out 0.6s forwards;font-weight:300}.loading-description{font-size:1.1rem;color:#ccc;line-height:1.8;margin-bottom:4rem;opacity:0;transform:translateY(20px);animation:fadeInUp 1s ease-out 0.9s forwards;font-weight:300;letter-spacing:.02em}.loading-progress-container{position:relative;width:400px;height:6px;background:rgb(255 255 255 / .1);border-radius:10px;margin:0 auto 2rem;overflow:hidden;opacity:0;animation:fadeInUp 1s ease-out 1.2s forwards}.loading-progress{height:100%;width:0%;background:linear-gradient(90deg,#D4AF37 0%,#FFD700 25%,#FFF8DC 50%,#FFD700 75%,#D4AF37 100%);background-size:200% 100%;border-radius:10px;position:relative;transition:width 0.3s ease;animation:progressShimmer 2s ease-in-out infinite;box-shadow:0 0 20px rgb(212 175 55 / .5)}.loading-progress::after{content:'';position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(90deg,transparent 0%,rgb(255 255 255 / .4) 50%,transparent 100%);animation:progressGlow 2s ease-in-out infinite}@keyframes progressShimmer{0%{background-position:-200% center}100%{background-position:200% center}}@keyframes progressGlow{0%,100%{transform:translateX(-100%)}50%{transform:translateX(400px)}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}100%{opacity:1;transform:translateY(0)}}@keyframes fadeIn{0%{opacity:0}100%{opacity:1}}.loading-percentage{font-family:'Inter',sans-serif;font-size:1rem;color:#D4AF37;font-weight:600;opacity:0;animation:fadeInUp 1s ease-out 1.5s forwards;margin-top:1rem}.loading-screen.fade-out{opacity:0;transform:scale(1.05);transition:all 1.2s ease-out}.main-content{opacity:0;visibility:hidden;transition:opacity 1s ease-out,visibility 1s ease-out}.main-content.show{opacity:1;visibility:visible}.header{position:fixed;top:0;left:0;width:100%;z-index:50;background:rgb(0 0 0 / .95);backdrop-filter:blur(20px);border-bottom:1px solid rgb(212 175 55 / .1);padding:1rem 2rem;transition:all 0.3s ease}.header-content{display:flex;justify-content:space-between;align-items:center;max-width:1240px;margin:0 auto}.logo{font-family:'Noto Serif JP',serif;font-size:1.5rem;font-weight:500;color:#D4AF37;text-decoration:none}.nav-desktop{display:flex;gap:2rem;align-items:center}.nav-desktop a{color:#fff;text-decoration:none;font-size:.9rem;font-weight:400;transition:color 0.3s ease}.nav-desktop a:hover{color:#D4AF37}.cta-button{background:#D4AF37;color:#000;padding:.75rem 1.5rem;border-radius:25px;text-decoration:none;font-weight:600;font-size:.9rem;transition:all 0.3s ease;display:inline-block}.cta-button:hover{background:gold;transform:translateY(-2px)}.hamburger{display:none;flex-direction:column;cursor:pointer;gap:4px}.hamburger-bar{width:24px;height:2px;background:#fff;transition:all 0.3s ease}.mobile-menu{position:fixed;top:0;left:0;width:100%;height:100%;background:rgb(0 0 0 / .98);backdrop-filter:blur(20px);z-index:40;display:flex;align-items:center;justify-content:center;opacity:0;visibility:hidden;transition:all 0.3s ease}.mobile-menu.active{opacity:1;visibility:visible}.mobile-menu-content{text-align:center}.mobile-menu-content ul{list-style:none;padding:0}.mobile-menu-content li{margin:2rem 0}.mobile-menu-content a{color:#fff;text-decoration:none;font-size:1.2rem;font-weight:300;transition:color 0.3s ease}.mobile-menu-content a:hover{color:#D4AF37}.hero{height:100vh;display:flex;align-items:center;justify-content:center;position:relative;background:linear-gradient(rgb(0 0 0 / .7),rgb(0 0 0 / .5)),url(https://disport.world/wp-content/uploads/2025/06/AdobeStock_629099964.jpeg);background-size:cover;background-position:center;background-attachment:fixed}.hero-content{text-align:center;max-width:1000px;padding:2rem;z-index:2}.hero-badge{display:inline-flex;align-items:center;gap:.5rem;background:rgb(212 175 55 / .1);border:1px solid rgb(212 175 55 / .3);padding:.75rem 1.5rem;border-radius:25px;margin-bottom:2rem;font-size:.9rem;color:#D4AF37}.hero-title{font-family:'Noto Serif JP',serif;font-size:4rem;font-weight:500;color:#fff;margin-bottom:2rem;line-height:1.2;letter-spacing:.02em;text-shadow:0 0 30px rgb(0 0 0 / .9),0 0 60px rgb(0 0 0 / .7),0 2px 4px rgb(0 0 0 / .8)}.hero-subtitle{font-size:1.3rem;color:#D4AF37;margin-bottom:1rem;font-weight:300;text-shadow:0 0 20px rgb(0 0 0 / .9),0 2px 4px rgb(0 0 0 / .8)}.hero-description{font-size:1.1rem;color:#fff;margin-bottom:3rem;line-height:1.6;text-shadow:0 0 20px rgb(0 0 0 / .9),0 2px 4px rgb(0 0 0 / .8)}.hero-buttons{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.btn-primary{background:#D4AF37;color:#000;padding:1rem 2rem;border-radius:8px;text-decoration:none;font-weight:600;transition:all 0.3s ease;display:inline-block}.btn-primary:hover{background:gold;transform:translateY(-2px)}.btn-secondary{background:#fff0;color:#fff;padding:1rem 2rem;border:2px solid #fff;border-radius:8px;text-decoration:none;font-weight:500;transition:all 0.3s ease;display:inline-block}.btn-secondary:hover{background:#fff;color:#000}.mission-section{padding:8rem 2rem;background:linear-gradient(135deg,#000000 0%,#111111 100%);position:relative}.mission-content{max-width:1240px;margin:0 auto;text-align:center}.mission-title{font-size:1.2rem;font-weight:300;color:#D4AF37;text-transform:uppercase;letter-spacing:.15em;margin-bottom:4rem}.mission-text{max-width:900px;margin:0 auto;color:#fff;line-height:1.8;font-size:1.1rem;text-shadow:0 1px 3px rgb(0 0 0 / .5)}.mission-text p{margin-bottom:2rem}.mission-highlight{color:#D4AF37;font-weight:500}.stats-section{padding:6rem 2rem;background:linear-gradient(135deg,rgb(212 175 55 / .03) 0%,rgb(255 215 0 / .03) 100%);background-color:#000}.stats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:2rem;max-width:1000px;margin:0 auto}.stat-item{text-align:center;background:rgb(255 255 255 / .05);padding:3rem 2rem;border-radius:1rem;border:1px solid rgb(212 175 55 / .1);transition:all 0.3s ease}.stat-item:hover{transform:translateY(-8px);box-shadow:0 12px 40px rgb(212 175 55 / .1)}.stat-number{font-size:3rem;font-weight:700;color:#D4AF37;margin-bottom:.5rem}.stat-label{font-size:1rem;color:#fff}.section{padding:8rem 2rem;max-width:1240px;margin:0 auto;background-color:#000}.section-title{font-size:1.2rem;font-weight:300;color:#D4AF37;text-transform:uppercase;letter-spacing:.15em;margin-bottom:4rem;text-align:center}.tpi-section{padding:8rem 2rem;background:linear-gradient(135deg,rgb(212 175 55 / .02) 0%,rgb(0 0 0) 100%)}.tpi-content{max-width:1240px;margin:0 auto}.tpi-hero{text-align:center;margin-bottom:6rem}.tpi-hero h2{font-family:'Noto Serif JP',serif;font-size:3.5rem;color:#D4AF37;margin-bottom:2rem}.tpi-hero p{font-size:1.2rem;color:#fff;max-width:800px;margin:0 auto;line-height:1.8}.tpi-features{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:3rem}.tpi-feature{background:rgb(255 255 255 / .05);padding:3rem 2rem;border-radius:1rem;border:1px solid rgb(212 175 55 / .1);text-align:center;transition:all 0.3s ease}.tpi-feature:hover{transform:translateY(-8px);box-shadow:0 12px 40px rgb(212 175 55 / .1)}.tpi-feature-icon{font-size:3rem;color:#D4AF37;margin-bottom:1.5rem}.tpi-feature h3{font-size:1.5rem;color:#fff;margin-bottom:1rem}.tpi-feature p{color:#fff;line-height:1.6}.services-section{padding:8rem 2rem;background:linear-gradient(135deg,#000000 0%,#111111 100%)}.services-content{max-width:1240px;margin:0 auto}.services-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:2rem;margin-bottom:3rem}.service-card{background:rgb(255 255 255 / .05);border:1px solid rgb(212 175 55 / .1);border-radius:1rem;overflow:hidden;transition:all 0.3s ease;cursor:pointer}.service-card:hover{transform:translateY(-8px);box-shadow:0 12px 40px rgb(212 175 55 / .1)}.service-image-container{width:100%;aspect-ratio:4/3;overflow:hidden}.service-image{width:100%;height:100%;object-fit:cover}.service-content{padding:1.5rem}.service-title{font-size:1.1rem;color:#FFD700!important;margin-bottom:.75rem;font-weight:600;line-height:1.3;text-shadow:0 0 10px rgb(0 0 0 / .8),0 2px 4px rgb(0 0 0 / .9);letter-spacing:.02em}.service-description{color:#fff;line-height:1.5;margin-bottom:1rem;font-size:.85rem}.service-features{list-style:none;margin-bottom:1rem}.service-features li{padding:.15rem 0;color:#D4AF37;font-size:.75rem}.service-features li::before{content:"✓";margin-right:.5rem}.service-button{background:#D4AF37;color:#000;padding:.5rem 1rem;border-radius:6px;text-decoration:none;font-weight:600;display:inline-block;transition:all 0.3s ease;font-size:.8rem}.service-button:hover{background:gold;transform:translateY(-2px)}.service-modal{position:fixed;top:0;left:0;width:100%;height:100%;background:rgb(0 0 0 / .9);backdrop-filter:blur(20px);z-index:1000;display:flex;align-items:center;justify-content:center;opacity:0;visibility:hidden;transition:all 0.3s ease;padding:2rem;overflow-y:auto}.service-modal.active{opacity:1;visibility:visible}.service-modal-content{background:rgb(20 20 20 / .95);border:1px solid rgb(212 175 55 / .3);backdrop-filter:blur(10px);border-radius:1rem;max-width:800px;width:100%;max-height:90vh;overflow-y:auto;position:relative}.service-modal-close{position:absolute;top:1rem;right:1rem;background:rgb(40 40 40 / .8);border:1px solid rgb(212 175 55 / .3);color:#fff;font-size:1.5rem;cursor:pointer;z-index:10;width:40px;height:40px;display:flex;align-items:center;justify-content:center;border-radius:50%;transition:all 0.3s ease}.service-modal-close:hover{background:rgb(212 175 55 / .3);color:gold;transform:rotate(90deg)}.service-modal-body{padding:3rem}.service-modal-header{text-align:center;margin-bottom:3rem}.service-modal-title{font-family:'Noto Serif JP',serif;font-size:2.5rem;color:gold;margin-bottom:1rem;text-shadow:0 2px 4px rgb(0 0 0 / .7)}.service-modal-subtitle{font-size:1.2rem;color:#f0f0f0;opacity:.9}.service-modal-image{width:100%;height:300px;object-fit:cover;border-radius:1rem;margin-bottom:3rem}.service-modal-section{margin-bottom:2.5rem}.service-modal-section h3{font-size:1.5rem;color:gold;margin-bottom:1rem;text-shadow:0 2px 4px rgb(0 0 0 / .7)}.service-modal-section p{color:#f0f0f0;line-height:1.8;margin-bottom:1rem;text-shadow:0 1px 3px rgb(0 0 0 / .5)}.service-modal-list{list-style:none;margin:1rem 0}.service-modal-list li{color:#f5f5f5;padding:.75rem 0;padding-left:2rem;position:relative;line-height:1.8;text-shadow:0 1px 3px rgb(0 0 0 / .5)}.service-modal-list li::before{content:"▶";color:gold;position:absolute;left:0;font-size:.8rem}.service-modal-cta{text-align:center;margin-top:3rem;padding-top:2rem;border-top:1px solid rgb(212 175 55 / .2)}.service-modal-cta p{color:#f0f0f0;margin-bottom:1rem}.service-modal-cta-button{background:linear-gradient(135deg,#D4AF37 0%,#FFD700 100%);color:#000;padding:1rem 3rem;border-radius:8px;text-decoration:none;font-weight:700;font-size:1.2rem;display:inline-block;transition:all 0.3s ease;text-shadow:0 1px 2px rgb(255 255 255 / .3)}.service-modal-cta-button:hover{background:linear-gradient(135deg,#FFD700 0%,#FFF8DC 100%);transform:translateY(-2px);box-shadow:0 8px 30px rgb(212 175 55 / .3)}.trainer-section{padding:8rem 2rem;background:linear-gradient(135deg,#000000 0%,#111111 100%)}.trainer-content{max-width:1240px;margin:0 auto}.trainer-profile{display:grid;grid-template-columns:1fr 2fr;gap:4rem;align-items:center}.trainer-image{width:100%;height:400px;object-fit:cover;border-radius:1rem}.trainer-info h3{font-size:2rem;color:#D4AF37;margin-bottom:.5rem}.trainer-title{color:#fff;font-size:1.1rem;margin-bottom:2rem}.trainer-quote{color:#fff;line-height:1.8;font-style:italic;border-left:4px solid #D4AF37;padding-left:1rem;margin-bottom:2rem}.trainer-qualifications{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.qualification-item{background:rgb(255 255 255 / .05);padding:1rem;border-radius:.5rem;border:1px solid rgb(212 175 55 / .1)}.qualification-title{color:#D4AF37;font-weight:600;margin-bottom:.25rem}.qualification-desc{color:#fff;font-size:.9rem}.testimonials-section{padding:8rem 2rem;background:linear-gradient(135deg,rgb(212 175 55 / .03) 0%,rgb(0 0 0) 100%)}.testimonials-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:3rem;margin-top:4rem;max-width:1240px;margin-left:auto;margin-right:auto}.testimonial-card{position:relative;border-radius:1.5rem;overflow:hidden;transition:all 0.3s ease;cursor:pointer;height:500px;box-shadow:0 8px 30px rgb(0 0 0 / .3)}.testimonial-card:hover{transform:translateY(-10px);box-shadow:0 20px 60px rgb(212 175 55 / .3)}.testimonial-background{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;object-position:center;z-index:1}.testimonial-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(to top,rgb(0 0 0 / .95) 20%,rgb(0 0 0 / .7) 50%,rgb(0 0 0 / .3) 100%);z-index:2}.testimonial-content-wrapper{position:relative;z-index:3;height:100%;display:flex;flex-direction:column;justify-content:flex-end;padding:2.5rem}.testimonial-header{margin-bottom:1.5rem}.testimonial-name{color:gold;font-size:1.6rem;font-weight:700;margin-bottom:.3rem;text-shadow:2px 2px 4px rgb(0 0 0 / .8)}.testimonial-details{color:#fff;font-size:1rem;margin-bottom:.5rem;text-shadow:1px 1px 3px rgb(0 0 0 / .8)}.testimonial-rating{display:flex;gap:.2rem}.star{color:gold;font-size:1.2rem;text-shadow:1px 1px 2px rgb(0 0 0 / .5)}.testimonial-title{color:#fff;font-size:1.3rem;font-weight:600;margin-bottom:1rem;line-height:1.4;text-shadow:1px 1px 3px rgb(0 0 0 / .8)}.testimonial-excerpt{color:#f0f0f0;line-height:1.6;font-size:.95rem;margin-bottom:1.5rem;text-shadow:1px 1px 2px rgb(0 0 0 / .7)}.testimonial-button{display:inline-flex;align-items:center;gap:.5rem;background:rgb(255 215 0 / .9);color:#000;padding:.75rem 1.5rem;border-radius:25px;font-size:.9rem;border:2px solid gold;font-weight:600;transition:all 0.3s ease;text-decoration:none;box-shadow:0 4px 15px rgb(255 215 0 / .3)}.testimonial-button:hover{background:gold;transform:translateX(5px);box-shadow:0 6px 20px rgb(255 215 0 / .5)}.testimonial-modal{position:fixed;top:0;left:0;width:100%;height:100%;background:rgb(0 0 0 / .9);backdrop-filter:blur(20px);z-index:1000;display:flex;align-items:center;justify-content:center;opacity:0;visibility:hidden;transition:all 0.3s ease;padding:2rem;overflow-y:auto}.testimonial-modal.active{opacity:1;visibility:visible}.testimonial-modal-content{background:rgb(20 20 20 / .95);border:1px solid rgb(212 175 55 / .3);backdrop-filter:blur(10px);border-radius:1rem;max-width:800px;width:100%;max-height:90vh;overflow-y:auto;position:relative;display:flex;gap:2rem;padding:3rem}.testimonial-modal-image-container{flex:0 0 250px}.testimonial-modal-image{width:100%;height:100%;object-fit:cover;border-radius:1rem}.testimonial-modal-text-container{flex:1}.testimonial-modal-close{position:absolute;top:1rem;right:1rem;background:rgb(40 40 40 / .8);border:1px solid rgb(212 175 55 / .3);color:#fff;font-size:1.5rem;cursor:pointer;z-index:10;width:40px;height:40px;display:flex;align-items:center;justify-content:center;border-radius:50%;transition:all 0.3s ease}.testimonial-modal-close:hover{background:rgb(212 175 55 / .3);color:gold;transform:rotate(90deg)}.testimonial-modal-tag{display:inline-block;background:rgb(212 175 55 / .1);border:1px solid rgb(212 175 55 / .3);padding:.5rem 1rem;border-radius:25px;font-size:.8rem;color:#D4AF37;margin-bottom:1.5rem}.testimonial-modal-title{font-family:'Noto Serif JP',serif;font-size:2rem;color:gold;margin-bottom:1rem;line-height:1.3}.testimonial-modal-details{color:#fff;font-size:1rem;margin-bottom:2rem}.testimonial-modal-content p{color:#f0f0f0;line-height:1.8;margin-bottom:1rem}.athletes-section{padding:8rem 2rem;background:rgb(212 175 55 / .02)}.athletes-content{max-width:1240px;margin:0 auto}.athletes-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:3rem;margin-top:4rem}.athlete-card{background:rgb(255 255 255 / .05);border:1px solid rgb(212 175 55 / .1);border-radius:1rem;overflow:hidden;text-align:center;transition:all 0.3s ease}.athlete-card:hover{transform:translateY(-8px);box-shadow:0 12px 40px rgb(212 175 55 / .1)}.athlete-image{width:100%;height:300px;object-fit:cover}.athlete-info{padding:2rem}.athlete-name{font-size:1.5rem;font-weight:600;color:#D4AF37;margin-bottom:.5rem}.athlete-team{font-size:1rem;color:#fff;margin-bottom:1rem}.athlete-description{color:#fff;font-size:.9rem;line-height:1.6}.footer{background:linear-gradient(135deg,#111111 0%,#000000 100%);padding:4rem 2rem 2rem;border-top:1px solid rgb(212 175 55 / .1)}.footer-content{max-width:1240px;margin:0 auto;display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:3rem}.footer-section h4{color:#D4AF37;font-size:1.2rem;margin-bottom:1rem}.footer-section p,.footer-section a{color:#fff;line-height:1.6;text-decoration:none;transition:color 0.3s ease}.footer-section a:hover{color:#D4AF37}.footer-bottom{text-align:center;margin-top:3rem;padding-top:2rem;border-top:1px solid rgb(212 175 55 / .1);color:#666}@media (max-width:1200px){.services-grid{grid-template-columns:repeat(2,1fr)}.testimonials-grid{grid-template-columns:1fr}}@media (max-width:768px){.loading-logo{font-size:2.5rem;margin-bottom:2rem}.loading-catchphrase{font-size:1.8rem}.loading-subtitle{font-size:1.1rem}.loading-description{font-size:1rem;margin-bottom:3rem}.loading-progress-container{width:300px}.nav-desktop{display:none}.hamburger{display:flex}.hero-title{font-size:2.5rem}.tpi-hero h2{font-size:2.5rem}.services-grid{grid-template-columns:1fr}.athletes-grid{grid-template-columns:1fr}.trainer-profile{grid-template-columns:1fr;text-align:center}.trainer-qualifications{grid-template-columns:1fr}.stats-grid{grid-template-columns:repeat(2,1fr)}.service-modal-body{padding:2rem}.service-modal-title{font-size:2rem}.testimonial-modal-content{flex-direction:column;padding:2rem}.testimonial-modal-image-container{flex:0 0 200px;height:200px;width:200px;margin:0 auto}}@media (max-width:480px){.loading-container{padding:1rem}.loading-logo{font-size:2rem}.loading-catchphrase{font-size:1.5rem}.loading-progress-container{width:250px}}