.hs-hero-section{position:relative;min-height:100vh;overflow-x:hidden;color:white}.hs-hero-header{position:fixed;top:0;left:0;right:0;z-index:1000;transition:all .3s ease}.hs-hero-header-scrolled{backdrop-filter:blur(30px);border-bottom:1px solid rgba(92,85,225,.2);background:rgba(15,23,42,.1)}.hs-hero-header-white-nav{background:white!important;backdrop-filter:none!important;border-bottom:2px solid #f1f5f9}.hs-hero-header-white-nav-scrolled{background:white!important;box-shadow:0 4px 15px rgba(0,0,0,.05)}.hs-hero-header-white-nav .hs-nav-link{color:#374151!important;font-weight:600!important}.hs-hero-header-white-nav .hs-nav-link:hover{color:#5c55e1!important}.hs-hero-header-white-nav .hs-nav-link:after{display:none!important}.hs-hero-header-white-nav .hs-profile-name{color:#1e293b!important}.hs-hero-header-white-nav .hs-profile-button{background:#f8fafc!important;border:1px solid #e2e8f0!important}.hs-hero-header-white-nav .hs-book-button{background:linear-gradient(135deg,#5c55e1,#9ed454)!important;color:white!important;border:none!important;box-shadow:0 4px 15px rgba(92,85,225,.3)!important}.hs-hero-header-white-nav .hs-book-button:hover{transform:translateY(-2px);box-shadow:0 8px 25px rgba(92,85,225,.4)!important;opacity:.9}.hs-hero-header-white-nav .hs-mobile-menu-button{color:#1e293b!important}.hs-mobile-menu-white-nav-mobile{background:white!important;border-top:1px solid #e2e8f0}.hs-mobile-menu-white-nav-mobile .hs-mobile-nav-link{color:#1e293b!important;background:transparent!important}.hs-mobile-menu-white-nav-mobile .hs-mobile-nav-link:hover{color:#000000!important;background:#f1f5f9!important}.hs-mobile-menu-white-nav-mobile .mobile-profile-name{color:#1e293b!important}.hs-mobile-menu-white-nav-mobile .mobile-profile-email{color:#64748b!important}.hs-mobile-menu-white-nav-mobile .mobile-profile-info{background:#f8fafc!important;border:1px solid #e2e8f0!important}.hs-hero-nav{max-width:1400px;margin:0 auto;padding:0 20px}.hs-nav-content{display:grid;grid-template-columns:auto 1fr auto;align-items:center;padding:.5rem 0;width:100%}.hs-nav-logo{display:flex;align-items:center;text-decoration:none;transition:all .3s ease;z-index:1001;height:50px}.hs-nav-logo:hover{transform:translateY(-2px)}.hs-logo-image{width:200px;height:auto;max-height:200px;object-fit:contain;transition:transform .3s ease}.hs-logo-image:hover{transform:scale(1.05)}.hs-logo-fallback{display:inline-block;font-size:1.5rem;font-weight:700;color:#333;text-align:center;padding:.5rem}.hs-desktop-nav{display:flex;align-items:center;gap:1rem;justify-self:center}.hs-nav-link{font-weight:600;color:#374151;text-decoration:none;padding:.4rem .6rem;position:relative;transition:all .3s ease;font-size:.85rem;white-space:nowrap}.hs-nav-link:hover{color:#9ed454}.hs-nav-link:after{content:"";position:absolute;bottom:0;left:0;width:0;height:2px;background:linear-gradient(90deg,#5c55e1,#54a3d4);border-radius:2px;transition:width .3s ease}.hs-nav-link:hover:after{width:100%}.hs-nav-item-container{position:relative;display:flex;align-items:center}.hs-dropdown-arrow{font-size:.6rem;margin-left:.2rem;transition:transform .3s ease}.hs-nav-item-container:hover .hs-dropdown-arrow{transform:translateY(2px)}.hs-rotated{transform:rotate(180deg)}.hs-nav-dropdown{position:absolute;top:100%;left:0;background:white;min-width:200px;box-shadow:0 10px 30px rgba(0,0,0,.1);border-radius:.8rem;padding:.5rem;z-index:1000;animation:hsSlideDownFade .3s ease;border:1px solid #f1f5f9}@keyframes hsSlideDownFade{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.hs-dropdown-item{display:block;padding:.6rem 1rem;color:#4b5563;text-decoration:none;font-size:.85rem;font-weight:500;border-radius:.5rem;transition:all .2s ease}.hs-dropdown-item:hover{background:#f8fafc;color:#5c55e1;transform:translateX(5px)}.hs-auth-section{margin-left:1rem}.hs-login-button{border-radius:2rem;font-weight:700;color:white;background:linear-gradient(135deg,#5c55e1,#9ed454);border:none;box-shadow:0 4px 15px rgba(92,85,225,.3);cursor:pointer;transition:all .4s ease;font-size:.8rem;padding:.5rem 1.2rem;display:inline-block;text-align:center}.hs-login-button:hover{transform:translateY(-2px);box-shadow:0 8px 25px rgba(92,85,225,.4);background:linear-gradient(135deg,#6d66e6,#a8e06a);color:white}.hs-profile-section{position:relative}.hs-profile-button{display:flex;align-items:center;gap:.6rem;padding:.5rem .8rem;border-radius:2rem;background:rgba(255,255,255,.1);backdrop-filter:blur(15px);border:1px solid rgba(255,255,255,.2);cursor:pointer;transition:all .4s ease}.hs-profile-button:hover{background:rgba(255,255,255,.15);transform:translateY(-2px);box-shadow:0 8px 25px rgba(0,0,0,.2)}.hs-profile-avatar{width:2rem;height:2rem;border-radius:50%;background:linear-gradient(135deg,#5c55e1,#9ed454);display:flex;align-items:center;justify-content:center;color:white;font-weight:700;font-size:.8rem;box-shadow:0 4px 12px rgba(92,85,225,.3)}.hs-profile-name{font-weight:600;color:#e2e8f0;font-size:.85rem}.hs-profile-dropdown{position:absolute;top:100%;right:0;margin-top:.8rem;background:rgba(255,255,255,.95);backdrop-filter:blur(30px);border-radius:1.2rem;box-shadow:0 20px 60px rgba(0,0,0,.2);min-width:250px;z-index:1001;animation:slideDownFade .3s ease-out;overflow:hidden}@keyframes slideDownFade{0%{opacity:0;transform:translateY(-15px) scale(.95)}to{opacity:1;transform:translateY(0) scale(1)}}.hs-profile-info{display:flex;align-items:center;gap:.8rem;padding:1.2rem;background:linear-gradient(135deg,rgba(92,85,225,.05),rgba(158,212,84,.05));border-bottom:1px solid rgba(255,255,255,.3)}.hs-profile-dropdown-avatar{width:2.5rem;height:2.5rem;border-radius:50%;background:linear-gradient(135deg,#5c55e1,#9ed454);display:flex;align-items:center;justify-content:center;color:white;font-weight:700;font-size:1rem}.hs-profile-details{flex:1}.hs-profile-dropdown-name{font-weight:700;color:#1f2937;font-size:.9rem;margin-bottom:.2rem}.hs-profile-dropdown-email{color:#6b7280;font-size:.8rem}.hs-profile-menu{padding:.6rem}.hs-profile-menu-item{display:flex;align-items:center;width:100%;padding:.8rem;border-radius:.8rem;font-weight:600;color:#4b5563;text-decoration:none;border:none;background:transparent;cursor:pointer;transition:all .3s ease;text-align:left;font-size:.9rem}.hs-profile-menu-item:hover{background:linear-gradient(135deg,rgba(92,85,225,.1),rgba(158,212,84,.1));color:#5c55e1;transform:translateX(5px)}.hs-logout-button{color:#ef4444;border-top:1px solid rgba(255,255,255,.3);margin-top:.5rem}.hs-logout-button:hover{color:#dc2626;background:linear-gradient(135deg,rgba(239,68,68,.1),rgba(248,113,113,.1))}.hs-book-button{padding:.6rem 1.2rem;border-radius:2rem;font-weight:600;color:white;background:linear-gradient(135deg,#5c55e1,#9ed454);border:none;box-shadow:0 4px 15px rgba(92,85,225,.3);cursor:pointer;transition:all .3s ease;margin-left:.5rem;font-size:.85rem;white-space:nowrap}.hs-book-button:hover{transform:translateY(-2px);box-shadow:0 8px 25px rgba(92,85,225,.4)}.hs-auth-section{display:flex;align-items:center;gap:1rem;justify-self:end}.hs-mobile-menu-button{display:none;padding:.5rem;border-radius:.5rem;background:transparent;border:none;cursor:pointer;color:white;font-size:1.5rem}.hs-mobile-menu{position:absolute;top:100%;left:0;right:0;background:rgba(15,23,42,.95);backdrop-filter:blur(30px);border-top:1px solid rgba(255,255,255,.1);padding:1rem}.hs-mobile-nav{display:flex;flex-direction:column;gap:.5rem}.hs-mobile-nav-link{padding:.75rem 1rem;font-weight:600;color:#e2e8f0;text-decoration:none;border-radius:.5rem;transition:all .3s ease}.hs-mobile-nav-link:hover{background:rgba(92,85,225,.1);color:#9ed454}.hs-mobile-dropdown-toggle{display:flex;justify-content:space-between;align-items:center;cursor:pointer}.hs-mobile-sub-menu{background:rgba(255,255,255,.05);border-radius:.5rem;margin:.2rem .5rem .5rem 1rem;padding:.2rem;border-left:2px solid rgba(255,255,255,.1)}.hs-mobile-sub-nav-link{display:block;padding:.8rem 1rem;color:#e2e8f0;text-decoration:none;font-size:.9rem;font-weight:500;border-radius:.4rem;transition:all .2s ease}.hs-mobile-sub-nav-link:hover{color:#9ed454;background:rgba(255,255,255,.1);padding-left:1.2rem}.hs-mobile-auth-section{border-top:1px solid rgba(255,255,255,.2);margin-top:1rem;padding-top:1.5rem}.mobile-profile-info{display:flex;align-items:center;gap:1rem;padding:1rem;background:rgba(255,255,255,.1);backdrop-filter:blur(20px);border-radius:1rem;margin-bottom:1rem}.mobile-profile-avatar{width:2.5rem;height:2.5rem;border-radius:50%;background:linear-gradient(135deg,#5c55e1,#9ed454);display:flex;align-items:center;justify-content:center;color:white;font-weight:700;font-size:1rem}.mobile-profile-details{flex:1}.hs-mobile-profile-name{font-weight:700;color:#e2e8f0;font-size:.9rem;margin-bottom:.2rem}.hs-mobile-profile-email{color:#cbd5e1;font-size:.8rem}.hs-mobile-login-button{padding:1rem 0;background:linear-gradient(135deg,#5c55e1,#9ed454);text-decoration:none;display:block;text-align:center}.hs-mobile-login-button,.hs-mobile-logout-button{width:100%;border-radius:1.2rem;font-weight:700;color:white;border:none;cursor:pointer;transition:all .4s ease}.hs-mobile-logout-button{padding:1rem 1.2rem;background:linear-gradient(135deg,#ef4444,#f87171);margin-top:.5rem}.hs-mobile-book-button{width:100%;margin-top:1rem;padding:.9rem 1.2rem;border-radius:1rem;font-weight:600;color:white;background:linear-gradient(135deg,#5c55e1,#9ed454);border:none;cursor:pointer;transition:all .3s ease}.hs-hero-background{position:absolute;inset:0;z-index:1}.hs-bg-gradient-1{position:absolute;top:-50%;right:-20%;width:800px;height:800px;background:radial-gradient(circle,#5c55e120 0,transparent 70%);animation:float 20s ease-in-out infinite}.hs-bg-gradient-2{position:absolute;bottom:30%;left:-10%;width:600px;height:600px;background:radial-gradient(circle,#9ed45420 0,transparent 70%);animation:float 15s ease-in-out infinite reverse}.hs-bg-gradient-3{position:absolute;top:0;right:30%;width:400px;height:400px;background:radial-gradient(circle,#c9a37c20 0,transparent 70%);animation:float 25s ease-in-out infinite}.hs-floating-particle{position:absolute;border-radius:50%;background:rgba(188,245,255,.1);animation:float 15s ease-in-out infinite}.hs-particle-1{top:20%;left:10%;width:8px;height:8px;animation-delay:0s}.hs-particle-2{top:60%;left:20%;width:12px;height:12px;animation-delay:2s}.hs-particle-3{top:30%;right:15%;width:6px;height:6px;animation-delay:4s}.hs-particle-4{bottom:40%;right:25%;width:10px;height:10px;animation-delay:6s}.hs-particle-5{top:70%;left:30%;width:14px;height:14px;animation-delay:8s}.hs-hero-container{display:flex;width:100%;max-width:1400px;margin:0 auto;padding:100px 20px 60px;gap:40px;align-items:center;justify-content:space-between;position:relative;z-index:10;min-height:100vh}.hs-hero-left{flex:1;max-width:600px}.hs-content-wrapper{opacity:0;transform:translateX(-50px);transition:all 1s ease}.hs-content-wrapper-visible{opacity:1;transform:translateX(0)}.hs-animated-badge{display:inline-flex;align-items:center;gap:10px;padding:10px 16px;background:rgba(255,255,255,.1);backdrop-filter:blur(20px);border-radius:50px;border:1px solid rgba(255,255,255,.2);margin:0 auto 80px;animation:slideInLeft .8s ease-out .2s forwards;opacity:0}.hs-badge-dot{width:6px;height:6px;background:#5c55e1;border-radius:50%;animation:pulse 2s ease-in-out infinite}.hs-badge-text{font-size:13px;font-weight:600;color:#e2e8f0}.hs-badge-pulse{width:5px;height:5px;background:#9ed454;border-radius:50%;animation:ping 1.5s ease-in-out infinite}.hs-heading-container{width:100%;max-width:100%;margin-bottom:25px}.hs-main-heading{font-size:2.4rem;font-weight:900;line-height:1.2;margin:0 auto;color:white;text-align:left}.hs-rotating-main-title{position:relative;display:block;min-height:3em;width:100%}.hs-main-title-item{position:absolute;top:0;left:0;width:100%;opacity:0;transform:translateY(30px) scale(.95);background:linear-gradient(135deg,#f7f9f5,#f0f2ed);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;font-weight:900;transition:all .7s cubic-bezier(.4,0,.2,1);line-height:1.3;word-wrap:break-word;overflow-wrap:break-word;hyphens:auto}.hs-main-title-item-active{opacity:1;transform:translateY(0) scale(1);position:relative}.hs-text-rotator-container{margin-bottom:25px;animation:fadeInUp 1s ease-out 1.2s forwards;opacity:0}.hs-rotator-wrapper{font-size:1.3rem;font-weight:300;color:#cbd5e1;display:flex;align-items:baseline;flex-wrap:wrap;gap:8px}.hs-static-text{color:#94a3b8;font-weight:400}.hs-rotating-text{position:relative;display:inline-block;min-width:10px;height:auto}.hs-rotator-item{position:absolute;top:0;left:0;opacity:0;transform:translateY(10px);background:linear-gradient(135deg,#ffffff,#9ed454);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;font-weight:600;transition:all .5s ease;white-space:nowrap}.hs-rotator-item-active{opacity:1;transform:translateY(0);position:relative}.hs-description-container{margin-bottom:35px;animation:fadeInUp 1s ease-out 1.5s forwards;opacity:0}.hs-description{font-size:1.1rem;line-height:1.6;color:#e2e8f0;margin:0;text-align:left;max-width:90%}.hs-cta-container{display:flex;gap:15px;margin-bottom:40px;animation:fadeInUp 1s ease-out 1.5s forwards;opacity:0;flex-wrap:wrap;justify-content:flex-start}.hs-cta-buttons{position:relative;display:flex;align-items:center;gap:10px;padding:14px 28px;font-size:1rem;font-weight:700;border-radius:10px;text-decoration:none;transition:all .4s ease;overflow:hidden;border:none;cursor:pointer}.hs-cta-buttons-primary{background:linear-gradient(135deg,#5c55e1,#9ed454);color:white;box-shadow:0 8px 25px rgba(92,85,225,.3)}.hs-cta-buttons-primary:hover{transform:translateY(-3px);box-shadow:0 15px 35px rgba(92,85,225,.4)}.hs-button-shine{position:absolute;inset:0;background:linear-gradient(90deg,transparent,rgba(255,255,255,.2),transparent);transform:translateX(-100%);transition:transform .6s ease}.hs-cta-buttons-primary:hover .hs-button-shine{transform:translateX(100%)}.hs-cta-buttons-secondary{background:rgba(255,255,255,.08);color:white;border:2px solid rgba(255,255,255,.3);backdrop-filter:blur(20px)}.hs-cta-buttons-secondary:hover{background:rgba(255,255,255,.12);transform:translateY(-3px)}.hs-button-glow{position:absolute;inset:-2px;background:linear-gradient(135deg,#5c55e1,#9ed454);border-radius:12px;filter:blur(8px);opacity:0;transition:opacity .4s ease}.hs-cta-buttons-secondary:hover .hs-button-glow{opacity:.3}.hs-button-arrow{transition:transform .3s ease}.hs-cta-buttons:hover .hs-button-arrow{transform:translateX(5px)}.hs-stats-container{display:flex;gap:40px;animation:fadeInUp 1s ease-out 1.8s forwards;opacity:0;margin-top:20px;justify-content:center}.hs-stat-item{text-align:left;position:relative;padding:0}.hs-stat-number{font-size:2rem;font-weight:800;color:#9ed454;margin-bottom:2px;line-height:1}.hs-stat-label{font-size:.9rem;color:#cbd5e1;font-weight:500;text-transform:uppercase;letter-spacing:.5px}.hs-hero-right{flex:0 0 400px;flex-direction:column;align-items:center;gap:30px;position:relative;max-width:400px}.hs-hero-right,.hs-social-media-container{display:flex;justify-content:center;width:100%}.hs-social-media-container{margin-bottom:40px}.hs-social-icons{display:flex;gap:8px;padding:8px 16px;background:rgba(255,255,255,.08);backdrop-filter:blur(20px);border-radius:50px;border:1px solid rgba(255,255,255,.15);box-shadow:0 8px 20px rgba(0,0,0,.2)}.hs-social-icon{width:28px;height:28px;display:flex;align-items:center;justify-content:center;background:white;border-radius:50%;color:var(--brand-color);font-size:1.1rem;transition:all .3s ease;text-decoration:none;position:relative}.hs-social-icon:hover{background:var(--brand-color);color:white;transform:translateY(-3px) scale(1.1);box-shadow:0 8px 20px rgba(0,0,0,.3)}.hs-icon-text{z-index:2;position:relative;margin-top:2px}.hs-testimonial-carousel{max-width:380px;height:380px;flex-direction:column;overflow:visible;margin:0 auto!important}.hs-carousel-track,.hs-testimonial-carousel{width:100%;display:flex;align-items:center;justify-content:center}.hs-carousel-track{position:relative;height:100%;margin:0 auto}.hs-testimonial-item{position:absolute;top:50%;left:50%;width:280px;height:180px;transform:translate(-50%,50px) scale(.7);opacity:0;filter:blur(3px);z-index:1;animation-fill-mode:forwards}.hs-testimonial-item:first-child{z-index:5;animation:riseToTop 20s ease-in-out infinite}.hs-testimonial-item:nth-child(2){z-index:4;animation:riseToTop 20s ease-in-out infinite;animation-delay:2s}.hs-testimonial-item:nth-child(3){z-index:3;animation:riseToTop 20s ease-in-out infinite;animation-delay:4s}.hs-testimonial-item:nth-child(4){z-index:2;animation:riseToTop 20s ease-in-out infinite;animation-delay:6s}.hs-testimonial-item:nth-child(5){z-index:1;animation:riseToTop 20s ease-in-out infinite;animation-delay:8s}@keyframes riseToTop{0%{opacity:0;filter:blur(3px);transform:translate(-50%,80px) scale(.7);z-index:1}5%{opacity:.3;filter:blur(2px);transform:translate(-50%,50px) scale(.75);z-index:2}10%{opacity:.6;filter:blur(1px);transform:translate(-50%,25px) scale(.85);z-index:3}15%{opacity:.8;filter:blur(.5px);transform:translate(-50%,-10px) scale(.95);z-index:4}20%{opacity:1;filter:blur(0);transform:translate(-50%,-50%) scale(1.1);z-index:10}25%,30%{opacity:1;filter:blur(0);transform:translate(-50%,-50%) scale(1.1);z-index:10}35%{opacity:.8;filter:blur(.5px);transform:translate(-50%,-10px) scale(.95);z-index:4}40%{opacity:.6;filter:blur(1px);transform:translate(-50%,25px) scale(.85);z-index:3}45%{opacity:.3;filter:blur(2px);transform:translate(-50%,50px) scale(.75);z-index:2}50%,to{opacity:0;filter:blur(3px);transform:translate(-50%,80px) scale(.7);z-index:1}}@keyframes cascadeWave{0%,20%{opacity:0;transform:translate(-50%,100px) scale(.7) rotate(0deg);z-index:1}30%{opacity:.4;transform:translate(-50%,80px) scale(.8) rotate(2deg);z-index:2}40%{opacity:.6;transform:translate(-50%,50px) scale(.9) rotate(-1deg);z-index:3}50%{opacity:.8;transform:translate(-50%,20px) scale(1) rotate(1deg);z-index:4}60%{opacity:1;transform:translate(-50%,-50%) scale(1.1) rotate(0deg);z-index:10}70%{opacity:1;transform:translate(-50%,-50%) scale(1.1) rotate(0deg);z-index:10}80%{opacity:.8;transform:translate(-50%,20px) scale(1) rotate(-1deg);z-index:4}90%{opacity:.6;transform:translate(-50%,50px) scale(.9) rotate(1deg);z-index:3}to{opacity:0;transform:translate(-50%,100px) scale(.7) rotate(0deg);z-index:1}}.hs-testimonial-item:first-child{animation:cascadeWave 25s ease-in-out infinite;animation-delay:0s}.hs-testimonial-item:nth-child(2){animation:cascadeWave 25s ease-in-out infinite;animation-delay:5s}.hs-testimonial-item:nth-child(3){animation:cascadeWave 25s ease-in-out infinite;animation-delay:10s}.hs-testimonial-item:nth-child(4){animation:cascadeWave 25s ease-in-out infinite;animation-delay:15s}.hs-testimonial-item:nth-child(5){animation:cascadeWave 25s ease-in-out infinite;animation-delay:20s}.hs-testimonial-item-active{opacity:1!important;filter:blur(0)!important;z-index:20!important;animation-play-state:paused!important}.hs-testimonial-item-active .hs-video-placeholder{border-color:rgba(158,212,84,.8)!important;animation:activePulse 1.5s ease-in-out infinite!important}@keyframes activePulse{0%,to{box-shadow:0 0 20px rgba(158,212,84,.4),0 0 40px rgba(92,85,225,.2),0 0 60px rgba(92,85,225,.1)}50%{box-shadow:0 0 30px rgba(158,212,84,.6),0 0 60px rgba(92,85,225,.3),0 0 90px rgba(92,85,225,.2)}}.hs-testimonial-content{transform:translate(-50%,-50%)}.hs-video-placeholder{background:linear-gradient(135deg,rgba(92,85,225,.3),rgba(158,212,84,.3));backdrop-filter:blur(15px);border:2px solid rgba(255,255,255,.3);box-shadow:0 12px 30px rgba(0,0,0,.3),0 0 0 0 rgba(158,212,84,0)}.hs-testimonial-item:nth-child(odd) .hs-video-placeholder{transform:rotate(1deg)}.hs-testimonial-item:nth-child(2n) .hs-video-placeholder{transform:rotate(-1deg)}.hs-testimonial-item-active .hs-video-placeholder{transform:rotate(0deg)!important}.hs-play-button{width:25px;height:25px;background:rgba(255,255,255,.95)}.hs-play-button:hover{background:white;transform:translate(-50%,-50%) scale(1.1);box-shadow:0 8px 25px rgba(0,0,0,.4)}.hs-play-icon{font-size:14px;color:#5c55e1;margin-left:2px}.hs-video-overlay{display:none}.hs-quote{font-size:.85rem;font-weight:800;color:white;line-height:1.1;margin-bottom:5px;text-shadow:0 2px 4px rgba(0,0,0,.5)}.hs-author{font-size:.65rem;color:#9ed454;font-style:italic}.hs-rating-badge{display:none}.hs-rating{font-size:.65rem;color:#5c55e1}.hs-testimonial-item:first-child .hs-video-placeholder{width:100%;height:100%}.hs-testimonial-item:nth-child(2) .hs-video-placeholder{width:95%;height:95%}.hs-testimonial-item:nth-child(3) .hs-video-placeholder{width:90%;height:90%}.hs-testimonial-item:nth-child(4) .hs-video-placeholder{width:85%;height:85%}.hs-testimonial-item:nth-child(5) .hs-video-placeholder{width:80%;height:80%}.hs-testimonial-item-active .hs-video-placeholder{width:100%!important;height:100%!important}.hs-carousel-controls{display:flex;align-items:center;justify-content:center;gap:15px;margin-top:65px;width:100%;z-index:20;position:relative}.hs-control-btn{width:35px;height:35px;background:rgba(255,255,255,.15);border:1px solid rgba(255,255,255,.3);border-radius:50%;color:white;font-size:1.1rem;cursor:pointer;transition:all .3s ease;backdrop-filter:blur(10px)}.hs-control-btn:hover{background:rgba(255,255,255,.25);transform:scale(1.1);box-shadow:0 4px 15px rgba(255,255,255,.2)}.hs-carousel-dots{display:flex;gap:6px}.hs-dot{width:7px;height:7px;background:rgba(255,255,255,.3);border-radius:50%;border:none;cursor:pointer;transition:all .3s ease}.hs-dot-active{background:#9ed454;transform:scale(1.2);box-shadow:0 0 10px rgba(158,212,84,.5)}.hs-floating-elements{display:flex;gap:12px;justify-content:center;flex-wrap:wrap;width:100%}.hs-floating-card{display:flex;align-items:center;gap:6px;padding:8px 12px;background:rgba(255,255,255,.1);backdrop-filter:blur(20px);border-radius:10px;border:1px solid rgba(255,255,255,.2);animation:floats 6s ease-in-out infinite;box-shadow:0 6px 20px rgba(0,0,0,.1)}.hs-floating-card:first-child{animation-delay:0s}.hs-floating-card:nth-child(2){animation-delay:2s}.hs-floating-card:nth-child(3){animation-delay:4s}.hs-card-icon{font-size:1.1rem}.hs-card-text{font-size:.75rem;font-weight:600;color:white}.hs-scroll-indicator{position:absolute;bottom:20px;left:50%;transform:translateX(-50%);z-index:10}.hs-indicator-line{width:2px;height:40px;background:linear-gradient(180deg,transparent,rgba(255,255,255,.6),transparent);position:relative}.hs-indicator-dot{width:5px;height:5px;background:#9ed454;border-radius:50%;position:absolute;top:0;left:50%;transform:translateX(-50%);animation:scrollBounce 2s ease-in-out infinite}.hs-close-btn{position:absolute;top:15px;right:15px;background:rgba(255,255,255,.2);border:none;color:white;font-size:24px;width:40px;height:40px;border-radius:50%;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .3s ease;z-index:10}.hs-close-btn:hover{background:rgba(255,255,255,.3);transform:rotate(90deg)}.hs-offer-popup-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,.8);backdrop-filter:blur(10px);display:flex;align-items:center;justify-content:center;z-index:9999;padding:15px;animation:fadeIn .3s ease-out}.hs-offer-popup{background:linear-gradient(135deg,#1a1f3a,#2d1b69);border-radius:16px;padding:25px;max-width:400px;width:100%;position:relative;border:2px solid rgba(92,85,225,.3);box-shadow:0 20px 40px rgba(0,0,0,.5);animation:slideUp .4s ease-out}.hs-offer-popup-close{position:absolute;top:12px;right:12px;background:rgba(255,255,255,.1);border:none;border-radius:50%;width:30px;height:30px;display:flex;align-items:center;justify-content:center;color:white;cursor:pointer;transition:all .3s ease}.hs-offer-popup-close:hover{background:rgba(255,255,255,.2);transform:scale(1.1)}.hs-offer-popup-content{text-align:center;color:white}.hs-offer-icon{font-size:2.5rem;color:#9ed454;margin-bottom:12px;animation:bounce 2s ease-in-out infinite}.hs-offer-title{font-size:1.5rem;font-weight:800;margin-bottom:12px;background:linear-gradient(135deg,#9ed454,#5c55e1);-webkit-background-clip:text;-webkit-text-fill-color:transparent}.hs-offer-description{font-size:1rem;line-height:1.5;margin-bottom:20px;color:#e2e8f0}.hs-highlight{color:#9ed454;font-weight:700;font-size:1.1em}.hs-promo-code-section{background:rgba(255,255,255,.1);backdrop-filter:blur(20px);border-radius:12px;padding:16px;margin-bottom:20px}.hs-promo-code-label{display:block;font-size:.85rem;color:#cbd5e1;margin-bottom:8px;font-weight:600}.hs-promo-code-container{display:flex;align-items:center;justify-content:space-between;background:rgba(255,255,255,.15);border-radius:10px;padding:10px 12px;margin-bottom:8px}.hs-promo-code{font-size:1.2rem;font-weight:800;letter-spacing:1px;color:#9ed454;font-family:Courier New,monospace}.hs-copy-promo-btn{background:linear-gradient(135deg,#5c55e1,#9ed454);border:none;border-radius:6px;padding:6px 12px;color:white;font-weight:600;cursor:pointer;transition:all .3s ease;font-size:.85rem}.hs-copy-promo-btn:hover{transform:translateY(-2px);box-shadow:0 4px 12px rgba(92,85,225,.4)}.hs-promo-note{color:#94a3b8;font-size:.75rem}.hs-offer-actions{display:flex;flex-direction:column;gap:10px;margin-bottom:15px}.hs-offer-primary-btn{background:linear-gradient(135deg,#9ed454,#5c55e1);border:none;border-radius:12px;padding:14px 20px;color:white;font-weight:700;font-size:1rem;cursor:pointer;transition:all .3s ease}.hs-offer-primary-btn:hover{transform:translateY(-2px);box-shadow:0 10px 25px rgba(92,85,225,.6)}.hs-offer-secondary-btn{background:transparent;border:2px solid rgba(255,255,255,.3);border-radius:12px;padding:12px 20px;color:white;font-weight:600;cursor:pointer;transition:all .3s ease}.hs-offer-secondary-btn:hover{background:rgba(255,255,255,.1);border-color:rgba(255,255,255,.5)}.hs-offer-timer{color:#fbbf24;font-weight:600;font-size:.85rem;animation:pulse 2s ease-in-out infinite}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-15px)}}@keyframes slideInLeft{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.7;transform:scale(1.05)}}@keyframes ping{0%{transform:scale(1);opacity:1}75%,to{transform:scale(2.5);opacity:0}}@keyframes scrollBounce{0%,to{transform:translateX(-50%) translateY(0)}50%{transform:translateX(-50%) translateY(15px)}}@keyframes floats{0%,to{transform:translateY(0) rotate(0deg)}50%{transform:translateY(-15px) rotate(5deg)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideUp{0%{opacity:0;transform:translateY(25px) scale(.95)}to{opacity:1;transform:translateY(0) scale(1)}}@keyframes bounce{0%,20%,50%,80%,to{transform:translateY(0)}40%{transform:translateY(-8px)}60%{transform:translateY(-4px)}}@keyframes slideDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}@media (max-width:1024px){.hs-hero-container{padding:100px 30px 60px;gap:50px}.hs-hero-right{flex:0 0 350px}.hs-testimonial-carousel{max-width:340px;height:340px}.hs-main-heading{font-size:2.5rem}}@media (max-width:768px){.hs-hero-container{flex-direction:column;text-align:center;padding:100px 0 50px;gap:40px;align-items:center;justify-content:center}.hs-hero-left{text-align:center;max-width:100%}.hs-content-wrapper,.hs-hero-left{display:flex;flex-direction:column;align-items:center;justify-content:center;width:100%}.hs-content-wrapper{transform:none!important}.hs-hero-left,.hs-hero-right{max-width:100%;width:100%;padding-left:0!important;padding-right:0!important;box-sizing:border-box}.hs-hero-left,.hs-hero-right{margin-left:0!important;margin-right:0!important}.hs-hero-right{flex:none;order:2;gap:30px;margin-top:20px;width:100%!important;max-width:100%!important;display:flex!important;flex-direction:column!important;align-items:center!important;justify-content:center!important;padding:0!important}.hs-social-media-container{margin-bottom:90px;order:1;z-index:5;position:relative}.hs-testimonial-carousel{max-width:100%;width:300px;height:300px;order:2;margin:0 auto 20px!important;position:relative;z-index:4}.hs-floating-elements{order:3;margin-top:20px;position:relative;z-index:3}.hs-main-heading{font-size:2.4rem;text-align:center}.hs-rotating-main-title{min-height:3.5em}.hs-rotator-wrapper{justify-content:center;font-size:1.2rem}.hs-heading-container{margin:18px auto 25px;width:100%;display:flex;justify-content:center}.hs-description{text-align:center;font-size:1rem}.hs-cta-container{justify-content:center}.hs-video-placeholder{width:140px;height:100px}.hs-desktop-nav{display:none!important}.hs-mobile-menu-button{display:flex!important;z-index:1002;justify-self:end;grid-column:3}.hs-nav-content{padding:.8rem 0}.hs-hero-nav{padding:0 15px}.hs-logo-image{width:180px;max-height:80px}.hs-nav-logo{height:auto!important}.hero-unique-logo-mobile{width:200px!important;max-height:800px!important}.hs-mobile-menu{display:block;animation:slideDown .3s ease-out}.hs-mobile-nav{display:flex;flex-direction:column;gap:.5rem}.hs-mobile-nav-link,.hs-mobile-nav-link-base,.hs-mobile-nav-link-white-nav{padding:.75rem 1rem;font-weight:500!important;color:#1e293b!important;text-decoration:none;border-radius:.5rem;transition:all .3s ease;display:block;background:transparent!important}.hs-mobile-nav-link-base:hover,.hs-mobile-nav-link-white-nav:hover,.hs-mobile-nav-link:hover{color:#000000!important;background:#f1f5f9!important}.hs-mobile-auth-section{border-top:1px solid #e2e8f0!important;margin-top:1rem;padding-top:1rem}.hs-mobile-profile-info{display:flex;align-items:center;gap:1rem;padding:1rem;background:#f8fafc!important;backdrop-filter:none!important;border:1px solid #e2e8f0!important;border-radius:1rem;margin-bottom:1rem}.hs-mobile-profile-avatar{width:2.5rem;height:2.5rem;border-radius:50%;background:linear-gradient(135deg,#5c55e1,#9ed454);display:flex;align-items:center;justify-content:center;color:white;font-weight:700;font-size:1rem}.hs-mobile-profile-details{flex:1}.hs-mobile-profile-name{font-weight:600!important;font-size:.9rem;margin-bottom:.2rem;color:#1e293b!important}.hs-mobile-profile-email{font-size:.8rem;color:#64748b!important}.hs-mobile-login-button{padding:1rem 0;background:linear-gradient(135deg,#5c55e1,#9ed454);text-decoration:none;display:block;text-align:center}.hs-mobile-login-button,.hs-mobile-logout-button{width:100%;border-radius:1.2rem;font-weight:700;color:white;border:none;cursor:pointer;transition:all .4s ease}.hs-mobile-logout-button{padding:1rem 1.2rem;background:linear-gradient(135deg,#ef4444,#f87171);margin-top:.5rem}.hs-mobile-book-button{width:100%;margin-top:1rem;padding:.9rem 1.2rem;border-radius:1rem;font-weight:600;color:white;background:linear-gradient(135deg,#7672cc,#54a3d4);border:none;cursor:pointer;transition:all .3s ease}.hs-testimonial-item{width:200px;height:140px;transform:translate(-50%,-50%) scale(.7)}}@media (max-width:600px){.hs-hero-container{padding:150px 0 40px;gap:30px;align-items:center}.hs-hero-right{gap:25px;margin-top:15px;width:100%!important;max-width:100%!important;align-items:center!important;justify-content:center!important;margin-left:0!important;margin-right:0!important;padding:0!important;box-sizing:border-box}.hs-social-media-container{margin-bottom:90px}.hs-testimonial-carousel{width:280px;height:280px;margin:0 auto 15px!important}.hs-testimonial-item{width:180px;height:130px;transform:translate(-50%,-50%) scale(.6)}.hs-main-heading{font-size:2.1rem;line-height:1.3;max-width:100%;word-wrap:break-word;overflow-wrap:break-word;text-align:center;padding:0 10px;box-sizing:border-box;margin-top:12px}.hs-rotating-main-title{min-height:4em}.hs-rotator-wrapper{font-size:1.1rem;gap:4px;flex-direction:column;align-items:center;justify-content:center;width:100%}.hs-rotating-text{min-width:unset;width:100%;height:3.2em;text-align:center;display:flex;justify-content:center}.hs-rotator-item{width:100%;text-align:center;white-space:normal}.hs-description{font-size:.95rem;line-height:1.6;padding:0 10px}.hs-cta-container{align-items:center;gap:12px}.hs-cta-buttons{width:100%;max-width:280px;justify-content:center;font-size:.95rem;padding:12px 24px}.hs-stats-container{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;margin-right:0;justify-content:center;width:100%}.hs-stat-number{font-size:.8rem}.hs-stat-label{font-size:.55rem}.hs-video-placeholder{width:130px;height:90px}.hs-floating-elements{width:100%;flex-direction:column;align-items:center;gap:8px}.hs-floating-card{width:fit-content;max-width:90%;justify-content:center;margin:0 auto}.hs-social-icons{padding:6px 12px;gap:6px}.hs-social-icon{width:26px;height:26px;font-size:1rem}}@media (max-width:480px){.hs-hero-container{padding:120px 0 30px;align-items:center}.hs-hero-right{gap:20px;width:100%!important;max-width:100%!important;align-items:center!important;justify-content:center!important;margin:15px 0 0!important;padding:0!important;box-sizing:border-box}.hs-testimonial-carousel{width:250px;height:250px;margin:0 auto 10px!important}.hs-testimonial-item{width:160px;height:120px;transform:translate(-50%,-50%) scale(.5)}.hs-video-placeholder{width:120px;height:80px}.hs-main-heading{font-size:1.9rem;text-align:center;margin-top:10px;padding:0}.hs-social-media-container{margin-bottom:90px}.hs-rotating-main-title{min-height:4.5em}.hs-rotator-wrapper{font-size:1rem;flex-direction:column;gap:2px}.hs-rotating-text{height:3.5em}.hs-description{font-size:.9rem}.hs-cta-buttons{font-size:.9rem;padding:10px 20px}.hs-stats-container{gap:5px;margin:20px auto auto 20px;justify-content:center;width:100%}.hs-stat-item{padding:10px 0}.hs-carousel-controls{gap:10px}.hs-control-btn{width:30px;height:30px;font-size:1rem}}@media (max-width:360px){.hs-hero-container{padding:110px 0 20px;align-items:center;justify-content:center;width:100%;max-width:100vw}.hs-testimonial-carousel{width:220px;height:220px;margin:0 auto 10px!important}.hs-testimonial-item{width:140px;height:110px;transform:translate(-50%,-50%) scale(.4)}.hs-video-placeholder{width:110px;height:75px}.hs-main-heading{font-size:1.7rem;text-align:center;margin-top:8px;padding:0}.hs-rotating-main-title{min-height:5em}.hs-rotator-wrapper{font-size:.95rem}.hs-social-icons{padding:5px 10px}.hs-social-icon{width:24px;height:24px;font-size:.9rem}.hs-social-media-container{margin-bottom:90px}}.hs-testimonial-carousel{position:relative}.hs-testimonial-item-active{opacity:1;filter:blur(0);z-index:20;transform:translate(-50%,-50%) scale(1.1)!important}.hs-social-media-container{position:relative;z-index:25}.hs-floating-elements{position:relative;z-index:10}.hs-mobile-menu{max-height:80vh;overflow-y:auto}@media (max-width:768px){.hs-video-modal-content{width:95%;margin:20px}.hs-video-player{max-height:50vh}}@media (max-width:480px){.hs-offer-popup{margin:10px;padding:20px 15px}.hs-offer-title{font-size:1.3rem}.hs-promo-code{font-size:1.1rem}}.hs-testimonial-thumbnail{position:relative;width:100%;height:180px;border-radius:12px;overflow:hidden;cursor:pointer;transition:all .3s ease;background:linear-gradient(135deg,rgba(92,85,225,.3),rgba(158,212,84,.3));border:2px solid rgba(255,255,255,.3);box-shadow:0 12px 30px rgba(0,0,0,.3)}.hs-thumbnail-image{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.hs-thumbnail-fallback{display:none;width:100%;height:100%;background:linear-gradient(135deg,#667eea,#764ba2);align-items:center;justify-content:center;font-size:48px}.hs-fallback-avatar{filter:brightness(0) invert(1)}.hs-testimonial-thumbnail:hover .hs-thumbnail-image{transform:scale(1.1)}.hs-testimonial-thumbnail:hover .hs-play-button{transform:translate(-50%,-50%) scale(1.1);background:rgba(255,255,255,.3)}.hs-play-button{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:60px;height:60px;background:rgba(255,255,255,.2);border-radius:50%;display:flex;align-items:center;justify-content:center;backdrop-filter:blur(10px);border:2px solid rgba(255,255,255,.3);transition:all .3s ease;cursor:pointer;z-index:30;box-shadow:0 6px 20px rgba(0,0,0,.3)}.hs-play-icon{color:white;font-size:20px;margin-left:4px;text-shadow:0 2px 4px rgba(0,0,0,.3)}.hs-rating-badge{position:absolute;top:12px;left:12px;background:linear-gradient(45deg,#ffd700,#ff6b00);padding:6px 10px;border-radius:20px;box-shadow:0 4px 12px rgba(255,215,0,.4);z-index:2}.hs-rating,.hs-rating-badge{color:white;font-size:12px;font-weight:700}.hs-testimonial-avatar{width:50px;height:50px;border-radius:50%;overflow:hidden;margin:0 auto 12px;border:3px solid rgba(255,255,255,.3);box-shadow:0 4px 12px rgba(0,0,0,.2)}.hs-avatar-image{width:100%;height:100%;object-fit:cover}.hs-avatar-fallback{width:100%;height:100%;background:linear-gradient(135deg,#667eea,#764ba2);display:none;align-items:center;justify-content:center;font-size:20px;color:white}.hs-author-info{margin-top:8px}.hs-author{font-weight:600;font-size:14px;color:white;margin-bottom:2px}.hs-author-location{font-size:12px;color:rgba(255,255,255,.8);font-style:italic}.hs-video-overlay{position:absolute;bottom:0;left:0;right:0;background:linear-gradient(transparent,rgba(0,0,0,.8));padding:20px 15px 15px;color:white;text-align:center;z-index:25}.hs-quote{font-size:13px;line-height:1.4;margin-bottom:8px;font-style:italic;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.hs-testimonial-item-active .hs-testimonial-thumbnail{box-shadow:0 8px 25px rgba(102,126,234,.4);transform:scale(1.05);border-color:rgba(158,212,84,.6)}.hs-testimonial-item-active .hs-rating-badge{background:linear-gradient(45deg,#ff6b6b,#ee5a24)}.hs-video-placeholder{position:relative;overflow:hidden;cursor:pointer;transition:all .4s ease}.hs-video-placeholder,.hs-video-placeholder .hs-testimonial-thumbnail{width:100%;height:100%;border-radius:14px}.hs-testimonial-content{position:relative;width:100%;height:100%;display:flex;justify-content:center;align-items:center}@media (max-width:768px){.hs-testimonial-content,.hs-testimonial-thumbnail,.hs-video-placeholder{width:100%;height:100%}.hs-play-button{width:50px;height:50px}.hs-play-icon{font-size:16px}.hs-rating-badge{font-size:11px;padding:4px 8px}.hs-testimonial-avatar{width:40px;height:40px}.hs-quote{font-size:12px}.hs-author{font-size:13px}.hs-author-location{font-size:11px}}@media (max-width:600px){.hs-testimonial-content,.hs-testimonial-thumbnail,.hs-video-placeholder{width:100%;height:100%}.hs-play-button{width:45px;height:45px}.hs-testimonial-avatar{width:35px;height:35px;margin-bottom:8px}.hs-video-overlay{padding:15px 10px 10px}.hs-quote{font-size:11px;-webkit-line-clamp:2}}@media (max-width:480px){.hs-testimonial-content,.hs-testimonial-thumbnail,.hs-video-placeholder{width:100%;height:100%}.hs-play-button{width:40px;height:40px}.hs-play-icon{font-size:14px}.hs-testimonial-avatar{width:30px;height:30px;margin-bottom:6px}.hs-video-overlay{padding:12px 8px 8px}.hs-quote{font-size:10px;-webkit-line-clamp:2}.hs-author{font-size:11px}.hs-author-location{font-size:9px}}.hs-video-error-message{padding:40px;text-align:center;color:white;background:linear-gradient(135deg,#1a1f3a,#2d1b69);border-radius:10px;max-width:400px;margin:0 auto}.hs-error-icon{font-size:4rem;margin-bottom:20px;animation:bounce 2s ease-in-out infinite}.hs-video-error-message h3{font-size:1.5rem;margin-bottom:15px;color:#9ed454}.hs-video-error-message p{font-size:1rem;margin-bottom:10px;line-height:1.5}.hs-error-note{font-size:.9rem;color:#cbd5e1;font-style:italic}.hs-error-close-btn{margin-top:20px;padding:12px 24px;background:linear-gradient(135deg,#5c55e1,#9ed454);color:white;border:none;border-radius:8px;font-weight:600;cursor:pointer;transition:all .3s ease}.hs-error-close-btn:hover{transform:translateY(-2px);box-shadow:0 8px 20px rgba(92,85,225,.4)}.hs-video-player{width:100%;height:auto;display:block;max-height:70vh;border-radius:8px}.hs-video-modal-content{position:relative;width:90%;max-width:800px;background:#000;border-radius:10px;overflow:hidden;box-shadow:0 15px 50px rgba(0,0,0,.5)}.hs-video-modal-overlay{position:fixed;width:100vw;height:100vh;background-color:rgba(0,0,0,.9);z-index:10000;animation:fadeIn .3s ease}.hs-video-loading-spinner,.hs-video-modal-overlay{top:0;left:0;display:flex;align-items:center;justify-content:center}.hs-video-loading-spinner{position:absolute;right:0;bottom:0;flex-direction:column;background:rgba(0,0,0,.5);border-radius:12px;z-index:2;pointer-events:none}.hs-spinner{margin:12px auto;width:40px;height:40px;border:4px solid #eee;border-top-color:#007bff;border-radius:50%;animation:spin 1s linear infinite;pointer-events:auto}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.hs-mobile-nav-item{width:100%}.hs-mobile-sub-menu{display:flex!important;flex-direction:column!important;background:rgba(0,0,0,.05)!important;border-radius:.5rem!important;margin:.5rem .5rem .5rem 1.5rem!important;padding:.25rem!important;border-left:3px solid #9ed454!important}.hs-hero-header-white-nav .hs-mobile-sub-menu{background:#f1f5f9!important;border-left-color:#5c55e1!important}.hs-mobile-sub-nav-link{display:block!important;padding:.8rem 1rem!important;color:white!important;text-decoration:none!important;font-size:.9rem!important;font-weight:500!important;border-radius:.4rem!important;transition:all .2s ease!important}.hs-hero-header-white-nav .hs-mobile-sub-nav-link{color:#4b5563!important}.hs-mobile-sub-nav-link:hover{background:rgba(255,255,255,.1)!important;color:#9ed454!important;padding-left:1.2rem!important}.hs-hero-header-white-nav .hs-mobile-sub-nav-link:hover{background:white!important;color:#5c55e1!important}.hs-mobile-dropdown-toggle{display:flex!important;justify-content:space-between!important;align-items:center!important;width:100%!important;cursor:pointer!important}.hs-dropdown-arrow{transition:transform .3s ease!important}.hs-dropdown-arrow.hs-rotated{transform:rotate(180deg)!important}