@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&family=Sora:wght@400;600;700&display=swap";@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&family=Playfair+Display:ital,wght@0,400;0,600;0,700;1,400;1,600;1,700&display=swap";*,*:before,*:after{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth}body{font-family:Inter,sans-serif;background:#0a0a0a;color:#fff;direction:rtl}body.eu-universe-bg{background:#fdfcf9;color:#1a1a1a;direction:rtl}a{text-decoration:none;color:inherit}button{border:none;cursor:pointer;font-family:inherit}.eu-page{--eu-bg: #fdfcf9;--eu-ink: #1a1a1a;--eu-muted: #777777;--eu-line: #e5e2dc;--eu-accent: #e8003d;--eu-cream: #f5f2ed;--eu-gutter-x-mobile: 20px;--eu-section-inner-max: 1280px;--eu-section-pad-x: 80px;--eu-nav-h: 72px;font-family:Inter,sans-serif;background:var(--eu-bg);color:var(--eu-ink);min-height:100vh;direction:rtl;unicode-bidi:isolate;padding-top:var(--eu-nav-h)}.eu-page a{color:inherit}.eu-nav{position:fixed;top:0;left:0;right:0;z-index:997;display:flex;align-items:center;justify-content:space-between;height:72px;padding:0 80px;background:var(--eu-bg);border-bottom:1px solid var(--eu-line);transform:translateY(0);transition:transform .28s ease;will-change:transform}.eu-nav.eu-nav--hidden{transform:translateY(-100%);pointer-events:none}.eu-nav-logo{display:flex;align-items:center;gap:12px}.eu-nav-logo h1{font-family:Playfair Display,serif;font-size:22px;font-weight:700;letter-spacing:2px;color:var(--eu-ink)}.eu-nav-accent{width:3px;height:32px;background:var(--eu-accent);flex-shrink:0}.eu-nav-links{display:flex;align-items:center;gap:40px}.eu-nav-links a{font-size:14px;color:var(--eu-muted);transition:color .2s}.eu-nav-links a:hover{color:var(--eu-ink)}.eu-nav-links a.eu-nav-active{color:var(--eu-ink);font-weight:500}.eu-nav-cta{display:inline-flex;align-items:center;justify-content:center;padding:14px 24px;background:#e8003d;border-radius:8px;font-size:14px;font-weight:700;letter-spacing:1px}.eu-page a.eu-nav-cta{color:#fff}.eu-nav-cta:hover{opacity:1;background:#c70034}.eu-burger-btn{display:none;align-items:center;justify-content:center;background:none;color:var(--eu-ink);padding:8px;cursor:pointer;flex-shrink:0}.eu-mobile-menu-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#00000080;z-index:998;opacity:0;pointer-events:none;transition:opacity .3s ease}.eu-mobile-menu-overlay.open{opacity:1;pointer-events:auto}.eu-mobile-menu{position:fixed;top:0;right:0;width:min(320px,85vw);height:100%;background:#111;z-index:999;display:flex;flex-direction:column;transform:translate(100%);transition:transform .3s ease;overflow-y:auto}.eu-mobile-menu.open{transform:translate(0)}.eu-mobile-menu-header{display:flex;justify-content:flex-start;padding:20px}.eu-mobile-menu-close{display:flex;align-items:center;justify-content:center;background:none;color:#fff;padding:8px;cursor:pointer}.eu-mobile-menu-links{display:flex;flex-direction:column;padding:0 24px;gap:0}.eu-mobile-menu-links a{color:#ccc;font-size:16px;padding:16px 0;border-bottom:1px solid #1e1e1e;transition:color .2s}.eu-mobile-menu-links a:hover{color:#fff}.eu-mobile-menu .eu-nav-cta.eu-mobile-menu-cta{margin:24px;text-align:center;justify-content:center;width:auto;background:#e8003d;color:#fff;font-size:14px;font-weight:700;padding:14px 24px}.eu-mobile-menu .eu-nav-cta.eu-mobile-menu-cta:hover{opacity:1;background:#c70034}.eu-hero{display:flex;flex-direction:row;min-height:680px;max-height:680px;background:var(--eu-bg);overflow:hidden}.eu-hero-img-wrap{flex:0 0 50%;max-width:740px;position:relative;min-height:680px}.eu-hero-img{width:100%;height:100%;min-height:680px;object-fit:cover;object-position:center top}.eu-hero-text{flex:1;display:flex;flex-direction:column;justify-content:center;align-items:flex-start;gap:32px;padding:80px;min-width:0}.eu-badge{display:flex;align-items:center;gap:8px}.eu-badge-line{width:32px;height:1px;background:var(--eu-accent)}.eu-badge span{font-size:13px;font-weight:700;letter-spacing:3px;color:var(--eu-accent)}.eu-hero h2{font-family:Playfair Display,serif;font-size:clamp(48px,7vw,88px);font-weight:700;font-style:italic;line-height:.95;letter-spacing:-2px;text-align:start;color:#000;white-space:pre-line;box-sizing:border-box;padding-inline:.08em}.eu-hero-lead{max-width:520px;font-size:16px;line-height:1.7;color:var(--eu-muted);text-align:start}.eu-hero-cta{display:flex;flex-direction:column;align-items:flex-start;gap:16px;max-width:520px}.eu-hero-cta-btns{display:flex;flex-wrap:wrap;align-items:center;gap:12px 14px}.eu-hero-cta-ig{gap:8px;align-items:center;padding-inline:24px 28px}.eu-sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.eu-selfdef{background:var(--eu-ink);color:#e6e6e6;border-block:1px solid #2a2a2a;overflow-x:clip}.eu-selfdef-inner{--eu-selfdef-img-w: clamp(260px, 36vw, 420px);position:relative;max-width:1280px;margin-inline:auto;padding:72px 80px;min-height:280px;padding-left:calc(var(--eu-selfdef-img-w) - clamp(24px,3vw,44px))}.eu-selfdef-row{position:relative;z-index:2;display:flex;flex-direction:row;align-items:flex-start;justify-content:flex-start;gap:clamp(24px,3vw,40px)}.eu-selfdef-intro{flex:1;min-width:0;display:flex;flex-direction:column;align-items:flex-start;gap:14px}.eu-selfdef-intro h2{font-family:Playfair Display,serif;font-size:clamp(30px,3.8vw,44px);font-weight:700;font-style:italic;line-height:1.08;letter-spacing:-.5px;color:#fff;white-space:pre-line;margin:0;text-align:start}.eu-selfdef-desc{margin:0;max-width:38rem;font-size:15px;line-height:1.7;color:#a8a8a8;text-align:start}.eu-selfdef-page-link{display:inline-flex;align-items:center;margin-top:6px;margin-bottom:10px;font-size:14px;font-weight:600;color:#cfd5df;text-decoration:underline;text-underline-offset:3px;transition:color .2s ease}.eu-selfdef-page-link:hover{color:#fff}.eu-selfdef-visual{position:absolute;left:calc(50% - 50vw);top:0;bottom:0;z-index:1;width:var(--eu-selfdef-img-w, clamp(260px, 36vw, 420px));min-height:220px;border-radius:0 12px 12px 0;overflow:hidden;background:#141414}.eu-selfdef-visual img{width:100%;height:100%;min-height:100%;object-fit:cover;object-position:center 22%;display:block}.eu-selfdef-visual:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none;background:linear-gradient(to right,rgba(26,26,26,0) 0%,rgba(26,26,26,.28) 32%,rgba(26,26,26,.75) 68%,var(--eu-ink) 100%)}.eu-selfdef-intro .eu-selfdef-signup{width:100%;max-width:min(100%,20rem);margin-top:12px;padding-top:12px;border-top:1px solid rgba(255,255,255,.12);border-radius:0;background:transparent;display:flex;flex-direction:column;gap:10px}.eu-selfdef-signup-lead{margin:0;font-size:13px;line-height:1.55;color:#888;text-align:start}.eu-selfdef-intro .eu-selfdef-signup .eu-selfdef-form{display:flex;flex-direction:column;gap:8px;margin:0;width:100%;max-width:100%}@media (min-width: 901px){.eu-selfdef-intro .eu-selfdef-signup{gap:2px}.eu-selfdef-intro .eu-selfdef-signup .eu-selfdef-form{gap:0}}.eu-selfdef-form-row{display:flex;flex-direction:row;align-items:stretch;gap:0;direction:rtl;border-radius:6px;overflow:hidden;border:1px solid #3a3a3a;background:#00000047}.eu-selfdef-form-row:focus-within{border-color:#e8003d73;box-shadow:0 0 0 1px #e8003d1f}.eu-selfdef-form-row input{flex:1;min-width:0;padding:11px 12px;font-size:14px;border:none;background:transparent;color:#f0f0f0;outline:none;text-align:right}.eu-selfdef-form-row input::placeholder{color:#666;text-align:right}.eu-selfdef-form-row input:disabled{opacity:.65}.eu-selfdef-form-submit{flex-shrink:0;padding:11px 18px;font-size:13px;font-weight:700;white-space:nowrap;border:none;cursor:pointer;background:#e8003d;color:#fff;transition:background .2s ease}.eu-selfdef-form-submit:hover:not(:disabled){background:#c70034}.eu-selfdef-form-submit:disabled{opacity:.55;cursor:not-allowed}.eu-selfdef-form-feedback{margin:0;font-size:12px;line-height:1.45}.eu-selfdef-form-feedback--error{color:#ff8a9a}.eu-selfdef-form-feedback--ok{color:#9fdfb8}@media (max-width: 900px){.eu-selfdef-inner{padding-block:0 48px;padding-inline:var(--eu-gutter-x-mobile)}.eu-selfdef-row{flex-direction:column;align-items:stretch}.eu-selfdef-visual{position:relative;left:auto;top:auto;bottom:auto;width:100vw;max-width:none;margin-inline:calc(50% - 50vw);margin-bottom:24px;min-height:200px;border-radius:0 0 12px 12px}.eu-selfdef-visual img{min-height:200px}.eu-selfdef-visual:after{background:linear-gradient(to bottom,rgba(26,26,26,0) 0%,rgba(26,26,26,.45) 42%,var(--eu-ink) 100%)}.eu-selfdef-intro .eu-selfdef-signup,.eu-selfdef-intro .eu-selfdef-signup .eu-selfdef-form{max-width:none}}@media (max-width: 640px){.eu-selfdef-form-row{flex-direction:column;border-radius:8px}.eu-selfdef-form-submit{width:100%}}@media (max-width: 768px){.eu-selfdef-inner{padding-block:0 48px;padding-inline:var(--eu-gutter-x-mobile)}}.eu-tv{display:flex;min-height:620px;background:var(--eu-ink)}.eu-tv-text{flex:1;display:flex;flex-direction:column;justify-content:center;align-items:flex-start;gap:16px;padding:72px;min-width:0}.eu-tv-heading-row{display:flex;flex-direction:column;align-items:flex-start;gap:16px;width:100%;padding-bottom:14px;border-bottom:1px solid #333}.eu-tv-tabs{display:flex;flex-wrap:wrap;gap:6px 8px;width:100%}@media (min-width: 769px){.eu-tv-heading-row{flex-direction:row;align-items:center;justify-content:space-between;gap:20px 24px}.eu-tv-heading-row .eu-label{flex-shrink:0}.eu-tv-tabs{width:auto;flex:0 1 auto;justify-content:flex-end}}.eu-tv-tab{-webkit-appearance:none;-moz-appearance:none;appearance:none;background:transparent;border:none;cursor:pointer;font-family:inherit;font-size:13px;font-weight:600;letter-spacing:.03em;color:#8a8a8a;padding:10px 14px;margin:0;border-radius:8px;transition:color .15s ease,background .15s ease}.eu-tv-tab:hover{color:#e6e6e6;background:#ffffff0f}.eu-tv-tab:focus-visible{outline:2px solid var(--eu-accent);outline-offset:2px}.eu-tv-tab[aria-selected=true]{color:#fff;background:#ffffff1f;box-shadow:0 0 0 1px #ffffff14}.eu-tv-panel{display:flex;flex-direction:column;align-items:flex-start;gap:28px;width:100%;min-height:22rem}.eu-tv-panel[hidden]{display:none!important}.eu-tv-interviews-lead{margin:0}.eu-tv-interview-list{width:100%;max-width:480px}.eu-tv-interview-list-scroll{display:flex;flex-direction:column;gap:10px;width:100%;overflow:visible;box-sizing:border-box}@keyframes eu-interview-pick-in{0%{opacity:0;transform:translate3d(0,.65rem,0)}to{opacity:1;transform:translateZ(0)}}@media (prefers-reduced-motion: no-preference){.eu-tv-interview-list-scroll:not(.is-stagger-in) .eu-tv-interview-pick{opacity:0;transform:translate3d(0,.65rem,0)}.eu-tv-interview-list-scroll.is-stagger-in .eu-tv-interview-pick{animation:eu-interview-pick-in .55s cubic-bezier(.22,1,.36,1) both}.eu-tv-interview-list-scroll.is-stagger-in .eu-tv-interview-pick:nth-child(1){animation-delay:.03s}.eu-tv-interview-list-scroll.is-stagger-in .eu-tv-interview-pick:nth-child(2){animation-delay:.08s}.eu-tv-interview-list-scroll.is-stagger-in .eu-tv-interview-pick:nth-child(3){animation-delay:.13s}.eu-tv-interview-list-scroll.is-stagger-in .eu-tv-interview-pick:nth-child(4){animation-delay:.18s}.eu-tv-interview-list-scroll.is-stagger-in .eu-tv-interview-pick:nth-child(5){animation-delay:.23s}.eu-tv-interview-list-scroll.is-stagger-in .eu-tv-interview-pick:nth-child(6){animation-delay:.28s}.eu-tv-interview-list-scroll.is-stagger-in .eu-tv-interview-pick:nth-child(7){animation-delay:.33s}.eu-tv-interview-list-scroll.is-stagger-in .eu-tv-interview-pick:nth-child(8){animation-delay:.38s}}.eu-tv-interview-pick{display:flex;flex-direction:column;align-items:flex-start;justify-content:center;gap:4px;width:100%;max-width:100%;box-sizing:border-box;text-align:start;padding:14px 16px;border-radius:10px;border:1px solid #3a3a3a;background:#ffffff08;color:#ccc;cursor:pointer;transition:border-color .15s ease,background .15s ease}.eu-tv-interview-pick:hover{border-color:#555;background:#ffffff0f}.eu-tv-interview-pick:focus-visible{outline:2px solid var(--eu-accent);outline-offset:2px}.eu-tv-interview-pick.is-selected{border-color:var(--eu-accent);background:#e8003d1f;color:#fff}.eu-tv-interview-pick-title{font-family:Playfair Display,serif;font-size:16px;font-weight:600;font-style:italic;line-height:1.35;width:100%}.eu-tv-interview-pick-meta{font-size:12px;line-height:1.35;color:#888;width:100%}.eu-tv-interview-pick.is-selected .eu-tv-interview-pick-meta{color:#c8c8c8}@media (max-width: 768px){.eu-tv-interview-list{max-width:100%}.eu-tv-interview-list-scroll{flex-direction:row;flex-wrap:nowrap;align-items:stretch;gap:8px;overflow-x:auto;overflow-y:hidden;-webkit-overflow-scrolling:touch;overscroll-behavior-x:contain;scrollbar-width:thin;padding-bottom:8px}@keyframes eu-interview-pick-in{0%{opacity:0;transform:translate3d(.5rem,0,0)}to{opacity:1;transform:translateZ(0)}}@media (prefers-reduced-motion: no-preference){.eu-tv-interview-list-scroll:not(.is-stagger-in) .eu-tv-interview-pick{opacity:0;transform:translate3d(.5rem,0,0)}}.eu-tv-interview-list-scroll::-webkit-scrollbar{height:6px}.eu-tv-interview-list-scroll::-webkit-scrollbar-thumb{background:#444;border-radius:3px}.eu-tv-interview-list-scroll::-webkit-scrollbar-track{background:transparent}.eu-tv-interview-pick{flex:0 0 168px;width:168px;max-width:168px;gap:2px;padding:6px 10px;border-radius:6px}.eu-tv-interview-pick-title{font-size:11px;line-height:1.3;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:3;overflow:hidden}.eu-tv-interview-pick-meta{font-size:9px;line-height:1.25;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}}.eu-label{display:flex;align-items:center;gap:10px}.eu-label-line{width:24px;height:1px;background:var(--eu-accent)}.eu-label span{font-size:13px;font-weight:700;letter-spacing:3px;color:var(--eu-accent)}.eu-ch-logo{width:187px;height:auto;display:block}.eu-tv-meta{font-size:13px;font-weight:500;letter-spacing:2px;color:#666}.eu-tv-divider{width:48px;height:1px;background:#333}.eu-tv-desc{max-width:480px;font-size:16px;line-height:1.7;color:#aaa;text-align:start}.eu-quote{margin:0;padding:4px 0 0;padding-inline-start:20px;border:none;border-inline-start:3px solid var(--eu-accent);background:none;max-width:440px}.eu-quote p{font-family:Playfair Display,serif;font-size:17px;font-style:italic;font-weight:400;line-height:1.65;color:#e6e6e6;text-align:start;margin:0}.eu-quote cite{display:block;margin-top:14px;padding-top:12px;border-top:1px solid #3a3a3a;font-family:Inter,sans-serif;font-size:11px;font-style:normal;font-weight:500;letter-spacing:.08em;text-transform:uppercase;color:#8a8a8a;text-align:start}.eu-tv-quote-carousel{width:100%;max-width:440px;display:flex;flex-direction:column;gap:14px;align-items:flex-start;min-height:10.5rem}@keyframes eu-tv-quote-fade{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}.eu-tv-quote-slide{animation:eu-tv-quote-fade .45s ease}.eu-tv-quote-dots{display:flex;flex-direction:row;gap:8px;align-items:center;padding-inline-start:20px}.eu-tv-quote-dot{width:8px;height:8px;border-radius:50%;border:none;padding:0;margin:0;background:#4a4a4a;cursor:pointer;flex-shrink:0;transition:background .2s ease,transform .2s ease}.eu-tv-quote-dot:hover{background:#6a6a6a}.eu-tv-quote-dot.is-active{background:var(--eu-accent);transform:scale(1.2)}.eu-tv-quote-dot:focus-visible{outline:2px solid var(--eu-accent);outline-offset:2px}.eu-btn-gold{display:inline-flex;padding:16px 40px;background:#917a47;color:#fff;border-radius:8px;font-size:14px;font-weight:600;letter-spacing:1px}.eu-btn-gold:hover{filter:brightness(1.05)}.eu-tv-media{flex:0 0 626px;max-width:50%;min-height:620px;background:#0d0d0d}.eu-tv-media>img{width:100%;height:100%;min-height:620px;object-fit:cover;display:block}.eu-tv-media>.eu-wart-video-wrap{width:100%;height:100%;min-height:620px;display:block}.eu-wart-video-wrap{position:relative}.eu-wart-video-wrap video{width:100%;height:100%;min-height:620px;object-fit:cover;display:block}.eu-tv-video-wrap{position:relative;width:100%;height:100%;min-height:620px;background:#000}.eu-tv-video-wrap iframe,.eu-tv-video-wrap video{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;border:0}.eu-tv-video-wrap video{object-fit:contain;background:#000}.eu-brands{padding-block:80px;padding-inline:0;display:flex;flex-direction:column;gap:48px}.eu-brands>.eu-brands-header,.eu-brands>.eu-ramot-showcase,.eu-brands>.eu-more-brands,.eu-brands>.eu-ramot-row--text-only{width:100%;max-width:var(--eu-section-inner-max);margin-inline:auto;padding-inline:var(--eu-section-pad-x);box-sizing:border-box}.eu-brands>.eu-ramot-row--text-only{margin-top:40px}.eu-brands-header{display:flex;justify-content:space-between;align-items:flex-end;gap:32px}.eu-brands-left{display:flex;flex-direction:column;align-items:flex-start;gap:14px;flex:0 1 auto;min-width:0;max-width:min(540px,52%)}.eu-brands-left h2{font-family:Playfair Display,serif;font-size:clamp(36px,5vw,52px);font-weight:700;font-style:italic;line-height:1.05;letter-spacing:-1px;text-align:start;white-space:pre-line;max-width:100%;box-sizing:border-box}.eu-brands-sub{max-width:min(440px,100%);font-size:16px;line-height:1.65;color:var(--eu-muted);text-align:start}.eu-ramot-showcase{width:100%;display:flex;flex-direction:column;gap:clamp(40px,6vw,72px);--ramot-hero-fade-x: 50%;--ramot-hero-fade-y: 46%}.eu-ramot-card-merge{position:relative;border-radius:inherit;overflow:hidden;width:100%;height:100%}.eu-ramot-card-merge--hero{display:flex;align-items:center;justify-content:center;background:var(--eu-bg)}.eu-ramot-hero .eu-ramot-card-merge--hero:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none;border-radius:inherit;background:linear-gradient(to bottom,var(--eu-bg) 0%,color-mix(in srgb,var(--eu-bg) 94%,transparent) 6%,color-mix(in srgb,var(--eu-bg) 78%,transparent) 14%,color-mix(in srgb,var(--eu-bg) 52%,transparent) 28%,color-mix(in srgb,var(--eu-bg) 26%,transparent) 44%,color-mix(in srgb,var(--eu-bg) 8%,transparent) 56%,transparent 68%),linear-gradient(to top,var(--eu-bg) 0%,color-mix(in srgb,var(--eu-bg) 94%,transparent) 6%,color-mix(in srgb,var(--eu-bg) 78%,transparent) 14%,color-mix(in srgb,var(--eu-bg) 52%,transparent) 28%,color-mix(in srgb,var(--eu-bg) 26%,transparent) 44%,color-mix(in srgb,var(--eu-bg) 8%,transparent) 56%,transparent 68%),linear-gradient(to right,var(--eu-bg) 0%,color-mix(in srgb,var(--eu-bg) 72%,transparent) 14%,transparent 36%),linear-gradient(to left,var(--eu-bg) 0%,color-mix(in srgb,var(--eu-bg) 72%,transparent) 14%,transparent 36%),radial-gradient(ellipse 96% 88% at var(--ramot-hero-fade-x, 50%) var(--ramot-hero-fade-y, 46%),transparent 0%,transparent 26%,color-mix(in srgb,var(--eu-bg) 18%,transparent) 40%,color-mix(in srgb,var(--eu-bg) 42%,transparent) 52%,color-mix(in srgb,var(--eu-bg) 72%,transparent) 66%,color-mix(in srgb,var(--eu-bg) 92%,transparent) 84%,var(--eu-bg) 100%)}.eu-ramot-row{display:flex;flex-direction:row;flex-wrap:nowrap;align-items:stretch;gap:clamp(18px,3.5vw,36px);width:100%;max-width:min(1180px,100%);margin-inline:auto}.eu-ramot-row-poster{flex:1 1 42%;align-self:flex-start;min-width:0;max-width:min(560px,48%);border-radius:20px;overflow:visible;filter:drop-shadow(0 20px 48px rgba(26,26,26,.08))}.eu-ramot-hero{width:100%;min-height:0}.eu-ramot-row-poster .eu-ramot-card-merge--hero{border-radius:20px;min-height:clamp(200px,28vw,320px);height:auto;display:flex;align-items:center;justify-content:center;box-shadow:0 0 0 1px #ffffff8c inset,0 1px 2px #1a1a1a0a}.eu-ramot-row-reels{display:flex;flex-direction:row;flex-wrap:nowrap;align-items:stretch;align-self:stretch;gap:clamp(8px,1.8vw,14px);flex:0 1 auto;min-width:0}@keyframes eu-ramot-reel-in{0%{opacity:0;transform:translate3d(0,.75rem,0) scale(.985)}to{opacity:1;transform:translateZ(0) scale(1)}}@media (prefers-reduced-motion: no-preference){.eu-ramot-row-reels:not(.is-stagger-in) .eu-ramot-row-reel{opacity:0;transform:translate3d(0,.75rem,0) scale(.985)}.eu-ramot-row-reels.is-stagger-in .eu-ramot-row-reel{animation:eu-ramot-reel-in .6s cubic-bezier(.22,1,.36,1) both}.eu-ramot-row-reels.is-stagger-in .eu-ramot-row-reel:nth-child(1){animation-delay:.04s}.eu-ramot-row-reels.is-stagger-in .eu-ramot-row-reel:nth-child(2){animation-delay:.1s}.eu-ramot-row-reels.is-stagger-in .eu-ramot-row-reel:nth-child(3){animation-delay:.16s}.eu-ramot-row-reels.is-stagger-in .eu-ramot-row-reel:nth-child(4){animation-delay:.22s}.eu-ramot-row-reels.is-stagger-in .eu-ramot-row-reel:nth-child(5){animation-delay:.28s}.eu-ramot-row-reels.is-stagger-in .eu-ramot-row-reel:nth-child(6){animation-delay:.34s}}.eu-ramot-row-reels--touch .eu-ramot-row-reel{cursor:pointer;-webkit-tap-highlight-color:transparent}.eu-ramot-row-reel{position:relative;flex:0 0 auto;width:min(156px,19vw);max-width:188px;height:100%;min-height:0;border-radius:16px;overflow:hidden;background:#111;box-shadow:0 10px 32px #1a1a1a1c,0 0 0 1px color-mix(in srgb,var(--eu-line) 90%,transparent)}.eu-ramot-row-reel-unmute,.eu-wart-video-unmute{position:absolute;bottom:8px;right:8px;z-index:2;display:flex;align-items:center;justify-content:center;width:32px;height:32px;padding:0;border:none;border-radius:8px;background:#0000008c;color:#fff;cursor:pointer;transition:background .15s ease,transform .15s ease}.eu-ramot-row-reel-unmute:hover,.eu-wart-video-unmute:hover{background:#000000b8}.eu-ramot-row-reel-unmute:focus-visible,.eu-wart-video-unmute:focus-visible{outline:2px solid var(--eu-accent);outline-offset:2px}.eu-ramot-row-reel-video{display:block;width:100%;height:100%;object-fit:cover;object-position:center center}.eu-ramot-row-text{flex:1 1 26%;min-width:min(260px,100%);display:flex;flex-direction:column;gap:14px;text-align:start}.eu-ramot-row-lead{margin:0;font-size:clamp(16px,1.35vw,18px);line-height:1.65;color:var(--eu-ink);font-weight:500}.eu-ramot-row-note{margin:0;font-size:14px;line-height:1.6;color:var(--eu-muted)}.eu-ramot-row--text-only{justify-content:center;flex-wrap:wrap}.eu-ramot-mail{flex:1 1 100%;max-width:min(520px,100%);min-width:0;display:flex;flex-direction:column;align-items:center;gap:12px}.eu-ramot-mail-title{margin:0;font-family:Playfair Display,serif;font-size:clamp(22px,2.5vw,28px);font-weight:600;font-style:italic;letter-spacing:-.5px;color:var(--eu-ink);text-align:center;width:100%}.eu-ramot-mail-lead{margin:0;font-size:15px;line-height:1.6;color:var(--eu-muted);text-align:center;width:100%}.eu-ramot-mail-form{display:flex;flex-direction:column;gap:8px;margin-top:4px;width:100%;max-width:min(100%,22rem);align-self:center}.eu-ramot-mail-row{display:flex;flex-direction:row;align-items:stretch;gap:0;border-radius:8px;overflow:hidden;border:1px solid var(--eu-line);background:#fff;box-shadow:0 1px #fffc inset}.eu-ramot-mail-row:focus-within{border-color:color-mix(in srgb,var(--eu-accent) 35%,var(--eu-line));box-shadow:0 0 0 1px #e8003d14}.eu-ramot-mail-row input{flex:1;min-width:0;padding:12px 14px;font-size:14px;border:none;background:transparent;color:var(--eu-ink);outline:none;text-align:right}.eu-ramot-mail-row input::placeholder{color:#aaa;text-align:right}.eu-ramot-mail-row input:disabled{opacity:.65}.eu-ramot-mail-submit{flex-shrink:0;padding:12px 18px;font-size:13px;font-weight:700;white-space:nowrap;border:none;cursor:pointer;background:var(--eu-accent);color:#fff;transition:filter .2s ease}.eu-ramot-mail-submit:hover:not(:disabled){filter:brightness(1.06)}.eu-ramot-mail-submit:disabled{opacity:.55;cursor:not-allowed}.eu-ramot-mail-feedback{margin:0;font-size:12px;line-height:1.45;text-align:center}.eu-ramot-mail-feedback--error{color:#c41e3a}.eu-ramot-mail-feedback--ok{color:#2d6a4f}.eu-ramot-hero .eu-ramot-card-merge--hero img{width:100%;height:auto;max-height:none;max-width:100%;flex:0 0 auto;object-fit:contain;object-position:center center;display:block;-webkit-mask-image:linear-gradient(to bottom,rgba(255,255,255,0) 0%,rgba(255,255,255,.35) 5%,rgba(255,255,255,1) 12%,rgba(255,255,255,1) 88%,rgba(255,255,255,.35) 95%,rgba(255,255,255,0) 100%);mask-image:linear-gradient(to bottom,#fff0,#ffffff59 5%,#fff 12%,#fff 88%,#ffffff59 95%,#fff0);-webkit-mask-size:100% 100%;mask-size:100% 100%;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat}@media (max-width: 900px){.eu-ramot-row{flex-direction:column;align-items:stretch;gap:22px}.eu-ramot-row-poster{max-width:none;order:1}.eu-ramot-row-reels{order:2;align-self:center;width:100%;height:auto;justify-content:center;flex-wrap:wrap;row-gap:12px;overflow-x:auto;padding-block:2px;-webkit-overflow-scrolling:touch;scroll-snap-type:x proximity}.eu-ramot-row-reel{scroll-snap-align:center;width:min(132px,27vw);max-width:none;height:auto;aspect-ratio:9 / 16;max-height:min(320px,58vw)}.eu-ramot-row-poster .eu-ramot-card-merge--hero{min-height:200px}.eu-ramot-mail-form{max-width:none}.eu-ramot-mail-row{flex-direction:column;border-radius:10px}.eu-ramot-mail-submit{width:100%}}.eu-more-brands{display:flex;flex-direction:column;align-items:center;width:100%;margin-top:120px}.eu-brands-partners-label{font-size:14px;font-weight:600;letter-spacing:.12em;text-transform:uppercase;color:var(--eu-ink);text-align:center;margin:0 0 16px}.eu-brand-logos{display:flex;flex-wrap:wrap;justify-content:center;align-items:center;gap:40px 56px;list-style:none;margin:0;padding:0;width:100%}.eu-brand-logos li{display:flex;align-items:center;justify-content:center;min-height:56px;padding:8px 12px}.eu-brand-logos img{height:auto;max-height:72px;width:auto;max-width:min(320px,45vw);object-fit:contain;object-position:center;display:block}.eu-podcast{background:var(--eu-cream)}.eu-podcast-inner{display:flex;align-items:stretch;gap:clamp(40px,6vw,96px);width:100%;max-width:var(--eu-section-inner-max);margin-inline:auto;padding-inline:var(--eu-section-pad-x);box-sizing:border-box;min-height:560px}.eu-pod-episodes{flex:1.2;min-width:0;padding-block:48px;padding-inline:0;display:flex;flex-direction:column;justify-content:center;gap:0}.eu-pod-tabs{display:flex;flex-wrap:wrap;gap:4px 8px;margin-bottom:8px;padding-bottom:16px;border-bottom:1px solid var(--eu-line)}.eu-pod-tab{-webkit-appearance:none;-moz-appearance:none;appearance:none;background:transparent;border:none;cursor:pointer;font-family:inherit;font-size:13px;font-weight:600;letter-spacing:.02em;color:#888;padding:10px 14px;margin:0;border-radius:8px;transition:color .15s ease,background .15s ease}.eu-pod-tab:hover{color:var(--eu-ink);background:#1a1a1a0d}.eu-pod-tab:focus-visible{outline:2px solid var(--eu-accent);outline-offset:2px}.eu-pod-tab[aria-selected=true]{color:var(--eu-ink);background:#fff;box-shadow:0 1px #1a1a1a0f}.eu-pod-tabpanel{display:flex;flex-direction:column;justify-content:flex-start;min-height:20rem}@keyframes eu-pod-ep-in{0%{opacity:0;transform:translate3d(0,.65rem,0)}to{opacity:1;transform:translateZ(0)}}@media (prefers-reduced-motion: no-preference){.eu-pod-tabpanel:not(.is-stagger-in) .eu-ep{opacity:0;transform:translate3d(0,.65rem,0)}.eu-pod-tabpanel.is-stagger-in .eu-ep{animation:eu-pod-ep-in .55s cubic-bezier(.22,1,.36,1) both}.eu-pod-tabpanel.is-stagger-in .eu-ep:nth-child(1){animation-delay:.03s}.eu-pod-tabpanel.is-stagger-in .eu-ep:nth-child(2){animation-delay:.08s}.eu-pod-tabpanel.is-stagger-in .eu-ep:nth-child(3){animation-delay:.13s}.eu-pod-tabpanel.is-stagger-in .eu-ep:nth-child(4){animation-delay:.18s}.eu-pod-tabpanel.is-stagger-in .eu-ep:nth-child(5){animation-delay:.23s}.eu-pod-tabpanel.is-stagger-in .eu-ep:nth-child(6){animation-delay:.28s}.eu-pod-tabpanel.is-stagger-in .eu-ep:nth-child(7){animation-delay:.33s}.eu-pod-tabpanel.is-stagger-in .eu-ep:nth-child(8){animation-delay:.38s}}.eu-ep{display:flex;flex-wrap:wrap;align-items:center;gap:20px;row-gap:12px;padding:20px 0;border-bottom:1px solid var(--eu-line)}.eu-ep:last-of-type{border-bottom:none}.eu-ep-actions{order:1;display:flex;flex-direction:row;align-items:center;gap:8px;flex-shrink:0}.eu-ep-play{width:36px;height:36px;border-radius:0;display:flex;align-items:center;justify-content:center;flex-shrink:0}.eu-ep-play--dark{background:var(--eu-ink);color:#fff}.eu-ep-play--dark svg{stroke:#fff}.eu-ep-play--light{background:#e8e5df;color:var(--eu-ink)}.eu-ep-play--light svg{stroke:var(--eu-ink)}.eu-ep-play--close{cursor:pointer}.eu-ep-info{flex:1;display:flex;flex-direction:column;align-items:flex-start;gap:4px}.eu-ep--upcoming .eu-ep-info{gap:6px}.eu-ep-title-block{display:flex;flex-direction:row;flex-wrap:wrap;align-items:baseline;gap:10px 12px}.eu-ep-upcoming-badge{flex-shrink:0;font-family:inherit;font-size:10px;font-weight:700;letter-spacing:.06em;color:var(--eu-ink);border:1px solid rgba(26,26,26,.18);padding:5px 11px;line-height:1.2;background:#ffffffa6}.eu-ep-guest{font-size:13px;color:#777;line-height:1.45}.eu-ep-info h4{font-family:Playfair Display,serif;font-size:18px;font-weight:600;font-style:italic;text-align:start}.eu-ep-info span{font-size:12px;color:#999}.eu-ep-num{order:-1;font-family:Playfair Display,serif;font-size:32px;font-weight:600;letter-spacing:-1px;color:var(--eu-line);flex-shrink:0}.eu-ep-links{display:flex;flex-direction:row;flex-wrap:nowrap;align-items:center;gap:6px}.eu-ep-external-icon{display:flex;align-items:center;justify-content:center;width:36px;height:36px;flex-shrink:0;border-radius:0;color:var(--eu-ink);background:#1a1a1a0f;transition:background .15s ease,color .15s ease,opacity .15s ease}.eu-ep-external-icon:hover{background:#1a1a1a1a}.eu-ep-external-icon:focus-visible{outline:2px solid var(--eu-accent);outline-offset:2px}.eu-ep-external-icon--spotify{color:#15883d}.eu-ep-external-icon--spotify:hover{color:#0f6b30}.eu-ep-external-icon--youtube{color:#b31217}.eu-ep-external-icon--youtube:hover{color:#8f0e12}.eu-ep-player{order:2;flex:1 1 100%;width:100%;min-width:0;display:flex;flex-direction:row;align-items:center;gap:12px;padding-top:4px;box-sizing:border-box}.eu-ep-pause-inline{-webkit-appearance:none;-moz-appearance:none;appearance:none;flex-shrink:0;width:36px;height:36px;margin:0;padding:0;border:none;border-radius:0;display:flex;align-items:center;justify-content:center;cursor:pointer;background:var(--eu-ink);color:#fff;transition:opacity .15s ease}.eu-ep-pause-inline:hover{opacity:.88}.eu-ep-pause-inline:focus-visible{outline:2px solid var(--eu-accent);outline-offset:2px}.eu-ep-pause-inline svg{stroke:#fff}.eu-ep-player-row{flex:1;min-width:0;display:flex;flex-direction:row;align-items:center;gap:10px}.eu-ep-time{flex-shrink:0;font-size:11px;font-variant-numeric:tabular-nums;color:#666;min-width:2.5rem;text-align:center}.eu-ep-scrub-wrap{flex:1;min-width:0;display:flex;align-items:center}.eu-ep-scrub{width:100%;height:6px;margin:0;padding:0;vertical-align:middle;cursor:pointer;accent-color:var(--eu-ink);background:transparent}.eu-ep-scrub::-webkit-slider-runnable-track{height:4px;border-radius:2px;background:var(--eu-line)}.eu-ep-scrub::-webkit-slider-thumb{-webkit-appearance:none;-moz-appearance:none;appearance:none;width:12px;height:12px;margin-top:-4px;border-radius:50%;background:var(--eu-ink);border:none;cursor:pointer}.eu-ep-scrub::-moz-range-track{height:4px;border-radius:2px;background:var(--eu-line)}.eu-ep-scrub::-moz-range-thumb{width:12px;height:12px;border-radius:50%;background:var(--eu-ink);border:none;cursor:pointer}.eu-ep-play:disabled{opacity:.45;cursor:not-allowed}.eu-pod-desc{flex:0 0 432px;padding-block:72px;padding-inline:0;display:flex;flex-direction:column;justify-content:flex-start;align-items:flex-start;gap:28px}.eu-pod-desc h2{font-family:Playfair Display,serif;font-size:clamp(40px,5vw,56px);font-weight:700;font-style:italic;line-height:1;letter-spacing:-1px;text-align:start;white-space:pre-line}.eu-pod-desc>p{max-width:280px;font-size:15px;line-height:1.7;color:#666;text-align:start}.eu-ig{padding:80px 0;display:flex;flex-direction:column;gap:48px}.eu-ig-inner{width:100%;max-width:var(--eu-section-inner-max);margin-inline:auto;padding-inline:var(--eu-section-pad-x);box-sizing:border-box}.eu-ig-grid-shell{width:100%;padding-inline:clamp(10px,2.5vw,28px);box-sizing:border-box}.eu-ig-header{display:flex;justify-content:space-between;align-items:flex-end}.eu-ig-handle{display:flex;flex-direction:column;gap:8px;align-items:flex-end}.eu-ig-handle span{font-size:20px;font-weight:600;letter-spacing:-.5px}.eu-ig-follow{display:inline-flex;padding:12px 24px;background:var(--eu-accent);color:#fff;border-radius:8px;font-size:13px;font-weight:600;letter-spacing:.5px;width:fit-content}.eu-ig-title-block{display:flex;flex-direction:column;align-items:flex-start;gap:14px}.eu-ig-title-block h2{font-family:Playfair Display,serif;font-size:clamp(36px,5vw,52px);font-weight:700;font-style:italic;line-height:1.05;letter-spacing:-1px;text-align:start;white-space:pre-line}.eu-ig-grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:14px;width:100%;align-items:stretch}.eu-ig-reel-card{position:relative;display:block;width:100%;aspect-ratio:9 / 16;min-height:200px;border-radius:14px;overflow:hidden;border:1px solid var(--eu-line);text-decoration:none;color:#fff;transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease}.eu-ig-reel-card:hover{transform:translateY(-4px);box-shadow:0 16px 40px #0000001f;border-color:#e8003d59}.eu-ig-reel-card:focus-visible{outline:2px solid var(--eu-accent);outline-offset:3px}.eu-ig-reel-poster{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;z-index:0}.eu-ig-reel-fallback{position:absolute;top:0;right:0;bottom:0;left:0;z-index:0;background:radial-gradient(ellipse 90% 70% at 80% 15%,rgba(232,0,61,.22) 0%,transparent 50%),radial-gradient(ellipse 80% 60% at 15% 85%,rgba(131,58,180,.18) 0%,transparent 50%),linear-gradient(165deg,#f0ebe4,#fdfcf9 38%,#e8e2dc)}.eu-ig-reel-overlay{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;background:linear-gradient(180deg,rgba(0,0,0,.15) 0%,transparent 35%,transparent 55%,rgba(0,0,0,.55) 100%);pointer-events:none}.eu-ig-reel-card--has-thumb .eu-ig-reel-overlay{background:linear-gradient(180deg,rgba(0,0,0,.25) 0%,transparent 38%,transparent 50%,rgba(0,0,0,.65) 100%)}.eu-ig-reel-card--empty .eu-ig-reel-overlay{background:linear-gradient(180deg,rgba(255,255,255,.35) 0%,transparent 45%,rgba(0,0,0,.06) 100%)}.eu-ig-reel-card--empty .eu-ig-reel-ig-icon{color:var(--eu-ink);opacity:.85;filter:none}.eu-ig-reel-card--empty .eu-ig-reel-num{color:var(--eu-ink);opacity:.75;text-shadow:none}.eu-ig-reel-card--empty .eu-ig-reel-cta-text{color:var(--eu-ink);text-shadow:none;opacity:.85}.eu-page a.eu-ig-reel-card--empty{color:var(--eu-ink)}.eu-ig-reel-play-fallback{position:absolute;top:50%;left:50%;z-index:2;transform:translate(-50%,-50%);display:flex;align-items:center;justify-content:center;color:var(--eu-accent);opacity:.92;pointer-events:none}.eu-ig-reel-top{position:absolute;top:12px;inset-inline:12px;z-index:2;display:flex;align-items:center;justify-content:space-between;gap:8px;pointer-events:none}.eu-ig-reel-ig-icon{opacity:.95;filter:drop-shadow(0 1px 2px rgba(0,0,0,.4))}.eu-ig-reel-num{font-size:11px;font-weight:700;letter-spacing:.08em;opacity:.9;text-shadow:0 1px 4px rgba(0,0,0,.5)}.eu-ig-reel-bottom{position:absolute;bottom:0;left:0;right:0;z-index:2;display:flex;flex-direction:column;align-items:center;justify-content:flex-end;padding:16px 12px 18px;pointer-events:none}.eu-ig-reel-cta-text{font-size:11px;font-weight:700;letter-spacing:.14em;text-transform:uppercase;text-shadow:0 1px 6px rgba(0,0,0,.45)}.eu-page a.eu-ig-reel-card--has-thumb{color:#fff}@media (max-width: 900px){.eu-ig-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}.eu-ig-stats{display:flex;justify-content:center;align-items:center;gap:80px;min-width:0}.eu-ig-stat{display:flex;flex-direction:column;align-items:center;gap:4px}.eu-ig-stat strong{font-family:Playfair Display,serif;font-size:36px;font-weight:600;letter-spacing:-1px}.eu-ig-stat span{font-size:13px;color:#999}.eu-ig-stat-div{width:1px;height:40px;background:var(--eu-line);flex-shrink:0}@media (max-width: 1024px){.eu-ig-stats{gap:clamp(16px,4vw,40px)}}.eu-cta{scroll-margin-top:calc(var(--eu-nav-h, 72px) + 12px);background:var(--eu-ink);padding:100px 80px;display:flex;flex-direction:column;align-items:center;gap:32px;text-align:center;direction:rtl}.eu-cta-label{display:flex;align-items:center;justify-content:center;gap:12px;flex-wrap:wrap}.eu-cta-label span{font-size:12px;font-weight:700;letter-spacing:3px;color:#666}.eu-cta-line{width:48px;height:1px;background:#333}.eu-cta h2{font-family:Playfair Display,serif;font-size:clamp(40px,6vw,64px);font-weight:700;font-style:italic;line-height:1;letter-spacing:-2px;color:#fff;max-width:800px;text-align:center}.eu-cta>p{font-size:16px;color:#666;letter-spacing:1px}.eu-cta-btns{display:flex;gap:20px;align-items:center;flex-wrap:wrap;justify-content:center;flex-direction:column}.eu-cta-actions{display:flex;flex-direction:row;flex-wrap:wrap;align-items:center;justify-content:center;gap:12px 14px}.eu-cta-ig-dm{gap:8px;padding-inline:24px 28px}.eu-cta-phone{display:flex;justify-content:center;text-align:center}.eu-cta-contact{display:flex;flex-direction:column;align-items:center;gap:10px;text-align:center}.eu-cta-contact-link{font-size:clamp(17px,4.2vw,20px);font-weight:600;letter-spacing:.02em;color:var(--eu-accent);text-decoration:none;word-break:break-all}.eu-cta-contact-link:hover{text-decoration:underline}.eu-cta-contact-text{font-size:clamp(17px,4.2vw,20px);font-weight:600;color:#c8c8c8;word-break:break-all}.eu-btn-outline{display:inline-flex;align-items:center;justify-content:center;box-sizing:border-box;padding:16px 40px;border:1px solid #333;border-radius:8px;color:#777;font-size:14px;font-weight:600;letter-spacing:1px;background:transparent;text-decoration:none;transition:border-color .2s ease,color .2s ease,filter .2s ease,opacity .2s ease}.eu-btn-outline:hover{border-color:#555;color:#aaa}.eu-btn-primary{display:inline-flex;align-items:center;justify-content:center;box-sizing:border-box;padding:16px 40px;border:none;border-radius:8px;background:var(--eu-accent);color:#fff;font-size:14px;font-weight:600;letter-spacing:1px;text-decoration:none;transition:filter .2s ease,opacity .2s ease}.eu-btn-primary:hover{filter:brightness(1.05)}.eu-btn-primary:focus-visible,.eu-btn-outline:focus-visible{outline:2px solid var(--eu-accent);outline-offset:3px}.eu-page a.eu-btn-outline{color:#777}.eu-page a.eu-btn-outline:hover{color:#aaa}.eu-page a.eu-btn-primary{color:#fff}.eu-page .eu-cta a.eu-btn-outline{color:#ffffffe6;border-color:#ffffff8c}.eu-page .eu-cta a.eu-btn-outline:hover{color:#fff;border-color:#ffffffe0}.eu-page a.eu-btn-gold,.eu-page a.eu-ig-follow{color:#fff}.eu-footer{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:10px 16px;min-height:64px;padding:14px 80px;background:#111;border-top:1px solid #222;direction:rtl}.eu-footer span{font-size:12px;color:#444}.eu-footer strong{font-family:Playfair Display,serif;font-size:16px;font-weight:700;letter-spacing:2px;color:#444}.eu-footer a.eu-footer-credit{flex-shrink:0;display:inline-flex;align-items:center;flex-wrap:wrap;justify-content:flex-end;gap:4px;padding:8px 14px;font-size:14px;font-weight:500;letter-spacing:.02em;color:#9a9a9a;text-decoration:none;cursor:pointer;background:linear-gradient(135deg,#e8003d14,#ffffff0a);border:1px solid rgba(232,0,61,.22);border-radius:8px;box-shadow:0 1px #ffffff0a inset;transition:border-color .2s ease,background .2s ease,box-shadow .2s ease}.eu-footer a.eu-footer-credit:hover{border-color:#e8003d73;background:linear-gradient(135deg,#e8003d1f,#ffffff0f);box-shadow:0 1px #ffffff0f inset,0 4px 16px #e8003d1f}.eu-footer a.eu-footer-credit:focus-visible{outline:2px solid var(--eu-accent);outline-offset:3px}.eu-footer a.eu-footer-credit .eu-footer-credit-brand{color:var(--eu-accent);font-weight:600}.eu-footer a.eu-footer-credit:hover .eu-footer-credit-brand{color:#ff4d7a;text-decoration:underline;text-underline-offset:3px}@media (max-width: 1100px){.eu-nav{padding:0 24px}.eu-hero{flex-direction:column;max-height:none;position:relative}.eu-hero-img-wrap{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0;flex:none;min-height:0;max-width:none}.eu-hero-img{min-height:0}.eu-hero-text{position:relative;z-index:0;padding:48px 24px;min-height:clamp(420px,76vh,720px);box-sizing:border-box;background-color:#121212;background-image:linear-gradient(180deg,#0000002e,#00000047 14%,#0000006b,#00000094 46%,#000000c2 64%,#000000e6),var(--eu-hero-bg-image, none);background-size:cover,cover;background-position:center top,center top;background-repeat:no-repeat,no-repeat}.eu-hero .eu-badge span{text-shadow:0 1px 14px rgba(0,0,0,.55)}.eu-hero h2{color:#fff;text-shadow:0 2px 28px rgba(0,0,0,.45)}.eu-hero-lead{color:#ffffffe6}.eu-page .eu-hero .eu-btn-outline{color:#fff;border-color:#ffffffb8}.eu-page .eu-hero .eu-btn-outline:hover{color:#fff;border-color:#fffffff2}.eu-tv{flex-direction:column;min-height:0}.eu-tv-text{order:1;flex:0 1 auto;justify-content:flex-start}.eu-tv-panel{min-height:0}.eu-tv-media{order:2;flex:none;max-width:none;min-height:400px}.eu-tv-video-wrap{min-height:400px}.eu-tv-media>img,.eu-tv-media>.eu-wart-video-wrap,.eu-tv-media>.eu-tv-video-wrap,.eu-wart-video-wrap video,.eu-tv-video-wrap video{min-height:400px}.eu-podcast-inner{flex-direction:column;min-height:0;gap:clamp(14px,3vw,28px)}.eu-pod-episodes{justify-content:flex-start}.eu-pod-desc{flex:1;max-width:none}.eu-brands-header{flex-direction:column;align-items:flex-start}.eu-brands-left{max-width:none}.eu-ig-header{flex-direction:column;align-items:flex-start;gap:24px}.eu-ig-handle{align-items:flex-start}}@media (max-width: 768px){.eu-page{--eu-nav-h: 64px}.eu-nav{padding-inline:var(--eu-gutter-x-mobile);padding-block:0;height:64px}.eu-hero-text{padding-block:48px;padding-inline:var(--eu-gutter-x-mobile);container-type:inline-size;justify-content:flex-start}.eu-hero-text>.eu-badge{margin-top:auto}.eu-hero h2{align-self:stretch;width:100%;max-width:100%;min-width:0;box-sizing:border-box;white-space:nowrap;line-height:.95;letter-spacing:-.06em;font-size:clamp(22px,10.5vw,38px);overflow-x:hidden;padding-inline:max(.12em,5px) max(.06em,3px);margin-top:-14px}@supports (font-size: 1cqi){.eu-hero h2{font-size:min(38px,max(22px,12.5cqi))}}.eu-hero-text>.eu-hero-lead{margin-top:-14px}.eu-hero-cta{align-self:stretch;width:100%;max-width:100%}.eu-hero-cta-btns{align-self:stretch;width:100%;flex-direction:column;align-items:stretch}.eu-hero-cta-btns>a{width:100%;justify-content:center;box-sizing:border-box}.eu-tv-text{padding-block:48px;padding-inline:var(--eu-gutter-x-mobile)}.eu-brands{padding-block:48px;gap:32px}.eu-brands>.eu-ramot-row--text-only{margin-top:28px}.eu-brands>.eu-brands-header,.eu-brands>.eu-ramot-showcase,.eu-brands>.eu-more-brands,.eu-brands>.eu-ramot-row--text-only{padding-inline:var(--eu-gutter-x-mobile)}.eu-brand-logos{gap:32px 24px}.eu-brand-logos img{max-height:56px;max-width:min(260px,80vw)}.eu-podcast-inner{padding-inline:var(--eu-gutter-x-mobile);gap:12px;min-height:0}.eu-pod-episodes{justify-content:flex-start;flex:1 1 auto;padding-block:0 36px;padding-inline:0;padding-inline-end:0}.eu-pod-tabpanel{min-height:23rem}.eu-ep{display:grid;grid-template-columns:1fr;align-items:start;gap:14px;padding-block:18px}.eu-ep-info{grid-row:1;grid-column:1;position:relative;z-index:1;min-width:0;padding-inline-end:3.25rem}.eu-ep-num{grid-row:1;grid-column:1;justify-self:end;align-self:start;margin:0;line-height:.85;font-size:clamp(26px,9vw,32px);z-index:0;pointer-events:none}.eu-ep-actions{grid-row:2;grid-column:1;width:100%;justify-content:flex-end;flex-wrap:wrap;row-gap:8px}.eu-ep-player{grid-row:3;grid-column:1;width:100%;padding-top:0}.eu-pod-desc{padding-block:40px 8px;padding-inline:0}.eu-ig{padding-block:48px;padding-inline:0;gap:32px}.eu-ig-inner{padding-inline:var(--eu-gutter-x-mobile);min-width:0}.eu-ig-stats{flex-direction:row;flex-wrap:nowrap;justify-content:center;align-items:stretch;gap:0;width:100%;max-width:100%;box-sizing:border-box}.eu-ig-stat{flex:1 1 0;min-width:0}.eu-ig-stat-div{width:1px;height:36px;align-self:center;flex-shrink:0}.eu-ig-stat strong{font-size:clamp(28px,9vw,36px)}.eu-ig-grid-shell{padding-inline:var(--eu-gutter-x-mobile);overflow-x:auto;overscroll-behavior-x:contain;-webkit-overflow-scrolling:touch;scroll-snap-type:x mandatory;scroll-padding-inline:var(--eu-gutter-x-mobile)}.eu-ig-grid{display:flex;flex-direction:row;flex-wrap:nowrap;gap:10px;width:max-content;max-width:none;align-items:stretch;padding-inline-end:var(--eu-gutter-x-mobile)}.eu-ig-reel-card{flex:0 0 calc((100vw - 2 * var(--eu-gutter-x-mobile) - 10px) / 2);width:calc((100vw - 2 * var(--eu-gutter-x-mobile) - 10px) / 2);scroll-snap-align:start;scroll-snap-stop:normal}.eu-cta{padding-block:56px;padding-inline:var(--eu-gutter-x-mobile)}.eu-cta-label{gap:10px}.eu-cta-label .eu-cta-line:first-of-type{display:none}.eu-cta-label .eu-cta-line:last-of-type{width:24px;background:var(--eu-accent)}.eu-cta-label span{font-size:13px;color:var(--eu-accent)}.eu-cta-btns{align-self:stretch;width:100%;max-width:100%}.eu-cta-actions{flex-direction:column;align-items:stretch;width:100%}.eu-cta-actions>a{width:100%;justify-content:center;box-sizing:border-box}.eu-footer{padding-inline:var(--eu-gutter-x-mobile)}.eu-footer a.eu-footer-credit{margin-top:8px;margin-inline:auto;justify-content:center}.eu-nav-logo h1{font-size:18px;letter-spacing:1px}.eu-nav-accent{height:28px}.eu-nav-links{display:none}.eu-nav>.eu-nav-cta{display:none}.eu-burger-btn{display:flex}}@keyframes eu-motion-rise-in{0%{opacity:0;transform:translate3d(0,2rem,0)}to{opacity:1;transform:translateZ(0)}}@keyframes eu-motion-rise-in-card{0%{opacity:0;transform:translate3d(0,1.25rem,0) scale(.985)}to{opacity:1;transform:translateZ(0) scale(1)}}@media (prefers-reduced-motion: no-preference){.eu-motion-target{opacity:0;transform:translate3d(0,2rem,0)}.eu-page .eu-ig-reel-card.eu-motion-target{opacity:0;transform:translate3d(0,1.25rem,0) scale(.985)}.eu-motion-target.eu-motion-visible{animation:eu-motion-rise-in .75s cubic-bezier(.22,1,.36,1) both}.eu-page .eu-ig-reel-card.eu-motion-visible{animation:eu-motion-rise-in-card .65s cubic-bezier(.22,1,.36,1) both}.eu-page>.eu-hero>.eu-hero-img-wrap.eu-motion-visible{animation-delay:.08s}.eu-page>.eu-tv>.eu-tv-text.eu-motion-visible{animation-delay:.1s}.eu-page>.eu-brands>.eu-ramot-showcase.eu-motion-visible{animation-delay:.08s}.eu-page>.eu-brands>.eu-more-brands.eu-motion-visible{animation-delay:.14s}.eu-page>.eu-podcast>.eu-podcast-inner>.eu-pod-episodes.eu-motion-visible{animation-delay:.1s}.eu-page>.eu-selfdef .eu-selfdef-row.eu-motion-visible{animation-delay:.08s}.eu-page>.eu-ig>.eu-ig-grid-shell.eu-motion-visible{animation-delay:.08s}.eu-page>.eu-cta>h2.eu-motion-visible{animation-delay:.06s}.eu-page>.eu-cta>p.eu-motion-visible{animation-delay:.1s}.eu-page>.eu-cta>.eu-cta-btns.eu-motion-visible{animation-delay:.14s}.eu-page .eu-ig-reel-card:nth-child(2).eu-motion-visible{animation-delay:.05s}.eu-page .eu-ig-reel-card:nth-child(3).eu-motion-visible{animation-delay:.1s}.eu-page .eu-ig-reel-card:nth-child(4).eu-motion-visible{animation-delay:.15s}.eu-page .eu-ig-reel-card:nth-child(5).eu-motion-visible{animation-delay:.2s}.eu-page .eu-ig-reel-card:nth-child(6).eu-motion-visible{animation-delay:.25s}}.nav{display:flex;align-items:center;justify-content:space-between;height:80px;padding:0 80px;background:#0a0a0a;width:100%}.nav-logo{flex-shrink:0;height:56px;max-width:min(280px,42vw);display:flex;align-items:center}.nav-logo img{height:100%;width:auto;max-width:100%;object-fit:contain;display:block}.nav-links{display:flex;gap:40px;align-items:center}.nav-links a{color:#ccc;font-size:14px}.nav-links a:hover{color:#fff}.cta-nav{background:#e8003d;color:#fff;font-size:14px;font-weight:700;padding:12px 28px;border-radius:4px}.cta-nav:hover{background:#c70034}.burger-btn{display:none;background:none;color:#fff;padding:8px;cursor:pointer}.mobile-menu-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#00000080;z-index:998;opacity:0;pointer-events:none;transition:opacity .3s ease}.mobile-menu-overlay.open{opacity:1;pointer-events:auto}.mobile-menu{position:fixed;top:0;right:0;width:min(320px,85vw);height:100%;background:#111;z-index:999;display:flex;flex-direction:column;transform:translate(100%);transition:transform .3s ease;overflow-y:auto}.mobile-menu.open{transform:translate(0)}.mobile-menu-header{display:flex;justify-content:flex-start;padding:20px}.mobile-menu-close{background:none;color:#fff;padding:8px;cursor:pointer}.mobile-menu-links{display:flex;flex-direction:column;padding:0 24px;gap:0}.mobile-menu-links a{color:#ccc;font-size:16px;padding:16px 0;border-bottom:1px solid #1E1E1E;transition:color .2s}.mobile-menu-links a:hover{color:#fff}.mobile-menu-cta{margin:24px;text-align:center}.badge{display:inline-flex;align-items:center;gap:8px;background:#e8003d20;border-radius:4px;padding:6px 14px}.badge-line{width:24px;height:2px;background:#e8003d}.badge-text{color:#e8003d;font-family:Inter,sans-serif;font-size:11px;font-weight:700;letter-spacing:2px}.hero{display:flex;flex-direction:column;align-items:center;background:#0a0a0a;width:100%}.hero-row{display:flex;width:100%;height:700px}.hero-left{width:50%;min-width:0;display:flex;flex-direction:column;justify-content:center;align-items:flex-start;gap:32px;padding:80px}.hero-h1{font-family:Sora,sans-serif;font-size:72px;font-weight:700;color:#fff;text-align:right;line-height:.92;letter-spacing:1px;width:100%;white-space:pre-line}.hero-sub{color:#aaa;font-size:18px;line-height:1.6;text-align:right;max-width:445px}.hero-ctas{display:flex;gap:16px;align-items:center}.cta-primary{background:#e8003d;color:#fff;font-size:16px;font-weight:700;padding:16px 36px;border-radius:4px}.cta-primary:hover{background:#c70034}.cta-secondary{background:#ffffff10;color:#fff;font-size:16px;font-weight:600;padding:16px 36px;border-radius:4px}.cta-secondary:hover{background:#ffffff20}.hero-right{flex:1;position:relative;background-size:cover;background-position:center;overflow:hidden}.hero-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to left,#0A0A0A 0%,transparent 30%,transparent 70%,#0A0A0A 100%)}.hero-stats{display:flex;align-items:center;justify-content:center;gap:54px;height:110px;background:#0d0d0d;border:1px solid #1E1E1E;padding:0 49px;width:100%}.stat{display:flex;flex-direction:column;align-items:center;gap:4px}.stat-num{font-family:Sora,sans-serif;font-size:36px;font-weight:700;color:#e8003d;letter-spacing:-1px}.stat-label{font-size:12px;color:#888;letter-spacing:2px}.stat-divider{width:1px;height:40px;background:#2a2a2a}.about{display:flex;align-items:center;gap:80px;padding:100px 80px;background:#111;width:100%}.about-content{display:flex;flex-direction:column;gap:28px;flex:1;min-width:0;align-items:flex-start}.about-title{font-family:Sora,sans-serif;font-size:52px;font-weight:700;color:#fff;text-align:right;line-height:1.05;letter-spacing:-1.5px;width:100%}.about-desc{color:#aaa;font-size:16px;line-height:1.7;text-align:right;max-width:443px}.about-creds{display:flex;gap:32px}.cred{display:flex;flex-direction:column;align-items:flex-start;gap:4px}.cred-title{font-family:Sora,sans-serif;font-size:14px;font-weight:700;color:#fff}.cred-sub{font-size:12px;color:#666}.about-aside-cta{display:inline-flex;align-items:center;margin-top:12px;font-family:Sora,sans-serif;font-size:15px;font-weight:700;color:#e8003d;text-decoration:none;transition:color .2s ease}.about-aside-cta:after{content:"←";font-size:1.05em;line-height:1;margin-inline-start:0;opacity:0;transform:translate(10px);transition:opacity .22s ease,transform .22s ease,margin-inline-start .22s ease}.about-aside-cta:hover,.about-aside-cta:focus-visible{color:#ff4d6d}.about-aside-cta:hover:after,.about-aside-cta:focus-visible:after{opacity:1;transform:translate(0);margin-inline-start:.4em}.about-img{width:420px;height:560px;border-radius:8px;background:#2a2a2a;overflow:hidden;flex-shrink:0}.about-img img{width:100%;height:100%;object-fit:cover}.why{display:flex;flex-direction:column;align-items:flex-start;gap:60px;padding:100px 80px;background:#111;width:100%}.why-header{display:flex;flex-direction:column;align-items:flex-start;gap:16px;width:100%}.section-title{font-family:Sora,sans-serif;font-size:52px;font-weight:700;color:#fff;text-align:right;line-height:1.05;letter-spacing:.5px;width:100%}.why-grid{display:flex;gap:24px;width:100%}.feat-card{flex:1;display:flex;flex-direction:column;align-items:flex-start;gap:16px;background:#1a1a1a;border-radius:8px;padding:32px 28px}.feat-icon{color:#e8003d}.feat-title{font-family:Sora,sans-serif;font-size:18px;font-weight:700;color:#fff}.feat-desc{color:#888;font-size:14px;line-height:1.6;text-align:right}.programs{position:relative;background:#0a0a0a;width:100%;padding:100px 0}.programs-header{display:flex;flex-direction:column;align-items:flex-start;gap:16px;padding:0 80px;margin-bottom:60px;width:100%}.programs-title{font-family:Sora,sans-serif;font-size:52px;font-weight:700;color:#fff;text-align:right;letter-spacing:-1.5px;width:100%}.programs-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;padding:0 80px;width:100%}.program-card{display:flex;flex-direction:column;background:#1a1a1a;border-radius:8px;overflow:hidden;height:420px;transition:transform .28s cubic-bezier(.4,0,.2,1),box-shadow .28s cubic-bezier(.4,0,.2,1)}a.program-card{text-decoration:none;color:inherit}a.program-card-img{text-decoration:none;color:inherit;display:block;cursor:pointer}.program-card.featured .program-card-img-link:focus-visible{outline:2px solid rgba(255,255,255,.85);outline-offset:3px}.program-card:hover,.program-card:focus-within{transform:translateY(-5px);box-shadow:0 14px 40px #00000073}.program-card.featured{background:#e8003d;height:auto;grid-column:1 / -1;flex-direction:row}.program-card.featured .program-card-img{width:58%;height:auto;min-height:520px;flex-shrink:0}.program-card-right{flex:1;display:flex;flex-direction:column;min-width:0}.program-card.featured:hover,.program-card.featured:focus-within{box-shadow:0 16px 48px #e8003d6b}.program-card-img{width:100%;height:220px;background:#2a2a2a;background-size:cover;background-position:center;position:relative;overflow:hidden}.program-card-img img{width:100%;height:100%;object-fit:cover}.program-card-img .coming-soon-badge{position:absolute;top:16px;right:16px;background:#e8003d;border-radius:20px;padding:7px 14px;display:flex;align-items:center;gap:6px}.coming-soon-badge span{font-size:12px;font-weight:700;color:#fff}.program-card-body{display:flex;flex-direction:column;align-items:flex-start;gap:12px;padding:24px;flex:1}a.program-card-body.program-card-body-link{text-decoration:none;color:inherit;cursor:pointer;min-width:0;width:100%;box-sizing:border-box}.program-tag{padding:4px 10px;border-radius:4px;background:#e8003d20;font-size:11px;font-weight:700;color:#e8003d;letter-spacing:1px}.featured .program-tag{background:#ffffff20;color:#fff}.program-card-title{font-family:Sora,sans-serif;font-size:22px;font-weight:700;color:#fff}.program-card-desc{color:#aaa;font-size:16px;line-height:1.65;text-align:right}.featured .program-card-desc{color:#f0c4cc}.featured .program-card-title{font-size:28px}.featured .program-card-body{padding-bottom:20px}.program-learn-more{display:inline-flex;align-items:center;gap:6px;font-size:13px;font-weight:700;color:#e8003d;text-decoration:none;letter-spacing:.3px;margin-top:auto;opacity:0;transform:translateY(6px);transition:opacity .22s ease,transform .22s ease,color .18s ease;pointer-events:none}.featured .program-learn-more{color:#fff}.program-learn-more:hover{color:#c40033}.featured .program-learn-more:hover{color:#ffffffbf}.program-card:hover .program-learn-more{opacity:1;transform:translateY(0);pointer-events:auto}.program-learn-more--after-curriculum{display:none}.program-card-curriculum{padding:28px 24px;display:flex;flex-direction:column;gap:14px;border-top:1px solid rgba(255,255,255,.15);flex:1}.curriculum-head{display:flex;align-items:center;justify-content:space-between;gap:12px;width:100%;direction:rtl}.curriculum-toggle{display:none;align-items:center;justify-content:center;flex-shrink:0;background:none;border:none;padding:0;cursor:pointer}.curriculum-header{font-size:11px;font-weight:700;letter-spacing:1.5px;text-transform:uppercase;color:#ffffff8c}.curriculum-chevron{color:#ffffff8c;transition:transform .25s ease;flex-shrink:0}.curriculum-chevron.open{transform:rotate(180deg)}.curriculum-body{display:flex;flex-direction:column;gap:0}.curriculum-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:6px;width:100%}.curriculum-item{display:flex;align-items:center;gap:8px;padding:8px 12px;background:#0000002e;border-radius:6px;direction:rtl}.curriculum-num{font-family:Sora,sans-serif;font-size:11px;font-weight:700;color:#ffffff59;min-width:22px;flex-shrink:0}.curriculum-title{flex:1;font-size:12.5px;font-weight:500;color:#fff;line-height:1.4}.curriculum-duration{font-size:11px;color:#ffffff73;white-space:nowrap;flex-shrink:0}.testimonials{display:flex;flex-direction:column;gap:60px;padding:100px 80px;background:#0a0a0a;width:100%}.test-header{display:flex;flex-direction:column;align-items:center;gap:16px;width:100%}.test-title{font-family:Sora,sans-serif;font-size:52px;font-weight:700;color:#fff;text-align:center;letter-spacing:-1.5px;max-width:800px}.test-grid{display:flex;gap:24px;width:100%}.test-card{flex:1;display:flex;flex-direction:column;align-items:flex-start;gap:20px;background:#161616;border-radius:8px;padding:32px 28px;border:1px solid #1E1E1E}.test-card.featured{background:#e8003d;border:none;width:430px;flex:none}.test-stars{display:flex;gap:4px}.test-quote{font-size:16px;line-height:1.7;color:#ddd;text-align:right}.test-card.featured .test-quote{color:#fff}.test-person{display:flex;align-items:center;gap:12px}.test-avatar{width:44px;height:44px;border-radius:50%;background:#e8003d}.test-card.featured .test-avatar{background:#ffffff30}.test-card:not(.featured):last-child .test-avatar{background:#3a3a3a}.test-name{font-family:Sora,sans-serif;font-size:14px;font-weight:700;color:#fff}.test-role{font-size:12px;color:#888}.test-card.featured .test-role{color:#fff9}.groups{display:flex;flex-direction:column;align-items:flex-start;gap:48px;padding:100px 80px;background:#111;width:100%}.groups-header{display:flex;flex-direction:column;align-items:flex-start;gap:16px;width:100%}.groups-title{font-family:Sora,sans-serif;font-size:52px;font-weight:700;color:#fff;text-align:right;letter-spacing:-1.5px;max-width:731px}.groups-intro{color:#aaa;font-size:16px;line-height:1.7;text-align:right;max-width:539px}.groups-list{display:flex;gap:32px;width:100%}.group-card{flex:1;display:flex;flex-direction:column;background:#1a1a1a;border-radius:8px;overflow:hidden;height:476px;transition:transform .28s cubic-bezier(.4,0,.2,1),box-shadow .28s cubic-bezier(.4,0,.2,1)}.group-card:hover,.group-card:focus-within{transform:translateY(-5px);box-shadow:0 14px 40px #00000073}.group-card-img{width:100%;height:220px;background:#2a2a2a}.group-card-content{display:flex;flex-direction:column;align-items:flex-start;gap:12px;padding:24px;flex:1}.group-card-meta{display:flex;align-items:center;gap:12px}.group-meta-item{display:flex;align-items:center;gap:4px;color:#888;font-size:12px}.group-card-title{font-family:Sora,sans-serif;font-size:22px;font-weight:700;color:#fff;text-align:right}.group-card-desc{color:#aaa;font-size:16px;line-height:1.65;text-align:right}.group-card-link{color:#e8003d;font-size:14px;font-weight:500;cursor:pointer}.group-card-link:hover,.group-card-link:focus-visible{color:#ff4d73;text-decoration:underline;text-underline-offset:3px}.workshops{display:flex;flex-direction:column;align-items:flex-start;gap:40px;padding:100px 80px;background:#0a0a0a;width:100%;overflow:hidden}.workshops-top{display:flex;flex-direction:row;justify-content:space-between;align-items:flex-start;width:100%;gap:24px;direction:rtl}.workshops-header{display:flex;flex-direction:column;align-items:flex-start;gap:12px;flex:1;min-width:0;max-width:700px}.workshops-title{font-family:Sora,sans-serif;font-size:52px;font-weight:700;color:#fff;text-align:right;letter-spacing:-1.5px}.workshops-desc{color:#aaa;font-size:16px;line-height:1.7;text-align:right;max-width:483px}.view-all-btn{flex-shrink:0;color:#fff;font-size:14px;font-weight:600;padding:12px 24px;background:transparent;text-align:center}.carousel-container{position:relative;width:100%;overflow:hidden;container-type:inline-size}.carousel-track{position:relative;z-index:0;display:flex;gap:24px;justify-content:flex-start;overflow-x:auto;scroll-snap-type:x mandatory;scroll-behavior:smooth;-webkit-overflow-scrolling:touch;scrollbar-width:none;-ms-overflow-style:none}.carousel-track::-webkit-scrollbar{display:none}.workshop-card{box-sizing:border-box;display:flex;flex-direction:column;background:#1a1a1a;border-radius:8px;overflow:hidden;min-height:420px;height:auto;--carousel-peek: 48px;flex:0 0 calc((100% - 48px - var(--carousel-peek)) / 3);width:calc((100% - 48px - var(--carousel-peek)) / 3);max-width:calc((100% - 48px - var(--carousel-peek)) / 3);min-width:0;flex-shrink:0;scroll-snap-align:start;transition:transform .28s cubic-bezier(.4,0,.2,1),box-shadow .28s cubic-bezier(.4,0,.2,1)}.workshop-card:hover,.workshop-card:focus-within{transform:translateY(-5px);box-shadow:0 14px 40px #00000073}.workshop-card-img{width:100%;height:220px;flex-shrink:0;background:#2a2a2a;background-size:cover;background-position:center;background-repeat:no-repeat;display:flex;justify-content:flex-start;align-items:flex-end;padding:11px}.workshop-date-badge{display:flex;flex-direction:column;align-items:center;background:#0a0a0a;border-radius:6px;padding:8px 12px;gap:2px}.workshop-date-day{font-family:Sora,sans-serif;font-size:20px;font-weight:700;color:#fff}.workshop-date-month{font-size:10px;color:#888;letter-spacing:1px}.workshop-card-body{display:flex;flex-direction:column;align-items:flex-start;gap:12px;padding:20px;flex:1;min-width:0;width:100%}.workshop-card-title{font-family:Sora,sans-serif;font-size:18px;font-weight:700;color:#fff;text-align:right;width:100%;overflow-wrap:anywhere;word-wrap:break-word}.workshop-card-desc{color:#aaa;font-size:16px;line-height:1.65;text-align:right;width:100%;overflow-wrap:anywhere;word-wrap:break-word}.workshop-card-link{color:#e8003d;font-size:13px;font-weight:500;cursor:pointer}.workshop-card-link:hover,.workshop-card-link:focus-visible{color:#ff4d73;text-decoration:underline;text-underline-offset:3px}.carousel-nav{display:flex;align-items:center;justify-content:space-between;width:100%;margin-top:8px}.carousel-dots{display:flex;gap:8px;align-items:center}.carousel-dot{width:8px;height:8px;border-radius:4px;background:#333;border:none;padding:0;cursor:pointer;transition:all .3s ease}.carousel-dot.active{width:28px;background:#e8003d}.carousel-dot:hover:not(.active){background:#555}.carousel-arrows{display:flex;gap:8px}.carousel-arrow{width:40px;height:40px;border-radius:50%;background:transparent;border:1px solid #333333;display:flex;align-items:center;justify-content:center;color:#888;cursor:pointer;transition:all .25s ease}.carousel-arrow:hover:not(:disabled){border-color:#e8003d;color:#fff;background:#e8003d15}.carousel-arrow:disabled{opacity:.3;cursor:default}.faq{display:flex;flex-direction:column;align-items:flex-start;gap:40px;padding:80px;background:#0a0a0a;width:100%}.faq-header{display:flex;flex-direction:column;align-items:flex-start;gap:12px;width:100%}.faq-title{font-family:Sora,sans-serif;font-size:40px;font-weight:700;color:#fff;text-align:right;letter-spacing:-1px;width:100%}.faq-list{display:flex;flex-direction:column;background:#0a0a0a;width:100%}.faq-item{display:flex;flex-direction:column;align-items:flex-start;gap:8px;background:#161616;padding:20px 24px;border-bottom:1px solid #1E1E1E;cursor:pointer;width:100%}.faq-question{font-family:Sora,sans-serif;font-size:17px;font-weight:600;color:#fff;text-align:right;width:100%;display:flex;justify-content:space-between;align-items:center}.faq-answer{color:#888;font-size:14px;line-height:1.6;text-align:right;width:100%;overflow:hidden;transition:max-height .3s ease,opacity .3s ease}.faq-answer.collapsed{max-height:0;opacity:0}.faq-answer.expanded{max-height:200px;opacity:1}.faq-chevron{transition:transform .3s ease;flex-shrink:0;color:#888}.faq-chevron.open{transform:rotate(180deg)}.cta-section{display:flex;flex-direction:column;align-items:stretch;width:100%;background:#0a0a0a}.cta-section>.faq{flex:none;width:100%;box-sizing:border-box}.cta-section .cta-content{flex:none;display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-start;gap:16px;padding:32px 80px 56px;width:100%;max-width:100%;box-sizing:border-box;border-top:1px solid #1E1E1E;background:#0a0a0a}.cta-section .cta-title{font-family:Sora,sans-serif;font-size:26px;font-weight:600;color:#cfcfcf;text-align:right;letter-spacing:-.4px;max-width:36rem;line-height:1.3}.cta-section .cta-sub{color:#8a8a8a;font-size:15px;line-height:1.6;text-align:right;max-width:32rem}.cta-section .cta-buttons{display:flex;flex-wrap:wrap;gap:10px;align-items:center}.cta-section .cta-btn-primary{background:transparent;color:#e0e0e0;font-size:14px;font-weight:600;padding:10px 20px;border-radius:4px;border:1px solid #8A1530;text-decoration:none;transition:background .2s ease,border-color .2s ease,color .2s ease}.cta-section .cta-btn-primary:hover{background:#e8003d14;border-color:#e8003d;color:#fff}.cta-section .cta-btn-secondary{background:transparent;color:#6e6e6e;font-size:14px;font-weight:500;padding:10px 20px;border-radius:4px;border:1px solid #2A2A2A;text-decoration:none;transition:background .2s ease,border-color .2s ease,color .2s ease}.cta-section .cta-btn-secondary:hover{background:#ffffff06;border-color:#3d3d3d;color:#a0a0a0}.footer{background:#0a0a0a;border-top:1px solid #1E1E1E;padding:60px 80px;width:100%}.footer-content{display:flex;justify-content:space-between;align-items:flex-start;gap:60px}.footer-brand{display:flex;flex-direction:column;gap:16px;align-items:flex-start}.footer-logo{flex-shrink:0;height:48px;max-width:min(240px,50vw);display:flex;align-items:center}.footer-logo img{height:100%;width:auto;max-width:100%;object-fit:contain;display:block}.footer-desc{color:#666;font-size:14px;line-height:1.6;text-align:right;max-width:300px}.footer-cols{display:flex;gap:80px}.footer-col{display:flex;flex-direction:column;gap:16px;align-items:flex-start}.footer-col-title{font-family:Sora,sans-serif;font-size:14px;font-weight:700;color:#fff}.footer-col a{color:#888;font-size:14px}.footer-col a:hover{color:#fff}.footer-social-row{display:flex;flex-direction:row;align-items:center;gap:4px;margin-top:14px}.footer-col .footer-social-icon-link{display:inline-flex;align-items:center;justify-content:center;width:40px;height:40px;color:#a8a8a8;border-radius:8px;transition:color .2s ease,background .2s ease}.footer-col .footer-social-icon-link:hover{color:#fff;background:#ffffff0f}.footer-tiktok-icon{display:block}.footer-bottom{margin-top:40px;padding-top:20px;padding-bottom:52px;border-top:1px solid #1E1E1E;display:flex;flex-direction:row;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:12px 16px;width:100%;color:#444;font-size:13px}.footer-copyright{flex-shrink:0;text-align:start}a.footer-credit{flex-shrink:0;text-align:end;display:inline-flex;align-items:center;flex-wrap:wrap;justify-content:flex-end;gap:4px;padding:8px 14px;font-size:14px;font-weight:500;letter-spacing:.02em;color:#9a9a9a;text-decoration:none;cursor:pointer;background:linear-gradient(135deg,#e8003d14,#ffffff0a);border:1px solid rgba(232,0,61,.22);border-radius:8px;box-shadow:0 1px #ffffff0a inset;transition:border-color .2s ease,background .2s ease,box-shadow .2s ease}a.footer-credit:hover{border-color:#e8003d73;background:linear-gradient(135deg,#e8003d1f,#ffffff0f);box-shadow:0 1px #ffffff0f inset,0 4px 16px #e8003d1f}a.footer-credit:focus-visible{outline:2px solid #E8003D;outline-offset:3px}.footer-credit-brand{color:#e8003d;font-weight:600}a.footer-credit:hover .footer-credit-brand{color:#ff4d7a;text-decoration:underline;text-underline-offset:3px}.bottom-nav{position:fixed;bottom:0;left:0;right:0;z-index:900;display:flex;align-items:center;justify-content:center;gap:32px;height:52px;background:#0a0a0aeb;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border-top:1px solid #1E1E1E;transform:translateY(100%);opacity:0;transition:transform .35s cubic-bezier(.4,0,.2,1),opacity .35s cubic-bezier(.4,0,.2,1);pointer-events:none}.bottom-nav.visible{transform:translateY(0);opacity:1;pointer-events:auto}.bottom-nav a{color:#aaa;font-size:13px;font-weight:500;padding:6px 0;border-bottom:2px solid transparent;transition:color .2s,border-color .2s;white-space:nowrap}.bottom-nav a:hover{color:#e8003d}.bottom-nav a.active{color:#e8003d;border-bottom-color:#e8003d;font-weight:700}@media (max-width: 1280px){.nav{padding:0 40px}.nav-links{gap:24px}.hero-left{padding:60px 40px}.hero-h1{font-size:60px}.about{padding:80px 40px;gap:60px}.about-img{width:360px;height:480px}.about-title{font-size:44px}.why{padding:80px 40px}.section-title{font-size:44px}.programs-header,.programs-grid{padding:0 40px}.programs-title{font-size:44px}.testimonials{padding:80px 40px}.test-title{font-size:44px}.groups{padding:80px 40px}.groups-title{font-size:44px}.workshops{padding:80px 40px}.workshops-title{font-size:44px}.faq{padding:80px 40px}.cta-section .cta-content{padding:28px 40px 48px}.cta-section .cta-title{font-size:24px}.footer{padding:60px 40px}.footer-cols{gap:48px}}@media (max-width: 1024px){.bottom-nav{gap:20px}.bottom-nav a{font-size:12px}.nav{padding:0 24px;height:70px}.nav-links{gap:16px}.nav-links a{font-size:13px}.nav-logo{height:48px;max-width:min(240px,40vw)}.cta-nav{font-size:13px;padding:10px 20px}.hero-row{flex-direction:column;height:auto}.hero-left{width:100%;padding:60px 40px 48px;gap:28px}.hero-right{height:400px;flex:none;width:100%}.hero-h1{font-size:52px;white-space:normal}.hero-sub{max-width:100%}.hero-stats{flex-wrap:wrap;height:auto;padding:24px 40px;gap:32px}.stat-divider{display:none}.about{flex-direction:column;gap:40px}.about-img{width:100%;height:400px;flex-shrink:unset}.about-desc{max-width:100%}.about-title{font-size:40px}.why-grid{flex-wrap:wrap;gap:20px}.feat-card{flex:1 1 calc(50% - 10px);min-width:calc(50% - 10px)}.section-title{font-size:40px}.programs-grid{grid-template-columns:repeat(2,1fr);gap:20px}.program-card{height:auto}.program-card.featured{flex-direction:column}.program-card.featured .program-card-img{width:100%;min-height:260px}.programs-title{font-size:40px}.test-grid{flex-wrap:wrap;gap:20px}.test-card{flex:1 1 calc(50% - 10px);min-width:calc(50% - 10px)}.test-card.featured{width:100%;flex:1 1 100%}.test-title{font-size:40px}.groups-list{flex-wrap:wrap;gap:20px}.group-card{flex:1 1 calc(50% - 10px);min-width:calc(50% - 10px);height:auto}.groups-title{font-size:40px;max-width:100%}.groups-intro{max-width:100%}.workshops-top{flex-direction:column;align-items:flex-start}.workshops-title{font-size:40px}.workshops-desc{max-width:100%}.workshop-card{--carousel-peek: 40px;flex:0 0 calc((100% - 24px - var(--carousel-peek)) / 2);width:calc((100% - 24px - var(--carousel-peek)) / 2);max-width:calc((100% - 24px - var(--carousel-peek)) / 2);min-width:0;height:auto}.faq-title{font-size:36px}.cta-section .cta-content{padding:26px 40px 44px}.cta-section .cta-title{font-size:23px;max-width:100%}.cta-section .cta-sub{max-width:100%}.footer-content{flex-wrap:wrap;gap:40px}}@media (max-width: 768px){.bottom-nav{gap:14px;height:48px;padding:0 12px}.bottom-nav a{font-size:11px}.nav{padding:0 20px;height:64px}.nav-links{display:none}.nav-logo{height:40px;max-width:min(200px,50vw)}.nav>.cta-nav{display:none}.burger-btn{display:block}.hero-left{padding:48px 20px 36px;gap:24px}.hero-right{height:300px}.hero-h1{font-size:40px;line-height:1}.hero-sub{font-size:15px}.hero-stats{padding:20px;gap:20px}.stat-num{font-size:26px}.about{padding:60px 20px;gap:32px}.about-img{height:280px}.about-title{font-size:36px}.why{padding:60px 20px;gap:36px}.why-grid{flex-direction:column}.feat-card{flex:1 1 100%;min-width:100%}.section-title{font-size:36px}.programs{padding:60px 0}.programs-header{padding:0 20px;margin-bottom:32px}.programs-grid{grid-template-columns:1fr;padding:0 20px}.program-card{height:auto}.program-card.featured{flex-direction:column}.program-card.featured .program-card-img{width:100%;min-height:240px}.programs-title{font-size:36px}.program-learn-more{opacity:1;transform:translateY(0);pointer-events:auto}.program-card.featured .program-card-right:has(.program-card-curriculum.is-open) .program-learn-more--body{display:none}.program-card.featured .program-card-curriculum.is-open .program-learn-more--after-curriculum{display:inline-flex;margin-top:14px}.curriculum-toggle{display:flex}.curriculum-head{cursor:pointer;-webkit-tap-highlight-color:transparent}.curriculum-header{padding-top:0}.curriculum-chevron{margin-top:0}.program-card-curriculum{padding:16px 24px 20px}.curriculum-body{flex-direction:column;max-height:0;overflow:hidden;transition:max-height .35s ease,margin-top .35s ease;margin-top:0}.curriculum-list{width:100%}.program-card-curriculum.is-open .curriculum-body{max-height:1000px;margin-top:14px}.testimonials{padding:60px 20px;gap:36px}.test-grid{flex-direction:column}.test-card{flex:1 1 100%;min-width:100%}.test-card.featured{width:100%;flex:1 1 100%}.test-title{font-size:32px}.groups{padding:60px 20px;gap:28px}.groups-list{flex-direction:column}.group-card{flex:1 1 100%;min-width:100%}.groups-title{font-size:36px}.workshops{padding:60px 20px;gap:28px}.workshops-title{font-size:36px}.workshop-card{--carousel-peek: 36px;flex:0 0 calc(100vw - 40px - var(--carousel-peek));width:calc(100vw - 40px - var(--carousel-peek));max-width:calc(100vw - 40px - var(--carousel-peek));min-width:0}.faq{padding:60px 20px}.faq-title{font-size:32px}.cta-section .cta-content{padding:22px 20px 40px;gap:14px}.cta-section .cta-title{font-size:21px}.cta-section .cta-sub{font-size:14px}.cta-section .cta-buttons{flex-direction:column;align-items:stretch;width:100%}.cta-section .cta-btn-primary,.cta-section .cta-btn-secondary{text-align:center;padding:12px 18px;width:100%}.footer{padding:40px 20px}.footer-content{flex-direction:column;gap:32px}.footer-cols{gap:32px}}@media (max-width: 480px){.bottom-nav{gap:10px;height:44px;padding:0 8px;overflow-x:auto;justify-content:flex-start}.bottom-nav a{font-size:11px;flex-shrink:0}.hero-left{padding:36px 16px 28px}.hero-right{height:240px}.hero-h1{font-size:32px}.hero-ctas{flex-direction:column;width:100%}.cta-primary,.cta-secondary{text-align:center;width:100%}.hero-stats{padding:16px;gap:16px}.stat-num{font-size:22px}.stat-label{font-size:10px}.about{padding:48px 16px}.about-title{font-size:28px}.about-img{height:220px}.about-creds{flex-direction:column;gap:16px}.why{padding:48px 16px}.section-title,.programs-title,.groups-title,.workshops-title,.test-title{font-size:28px}.programs-header,.programs-grid{padding:0 16px}.testimonials,.groups,.workshops{padding:48px 16px}.workshop-card{--carousel-peek: 32px;flex:0 0 calc(100vw - 32px - var(--carousel-peek));width:calc(100vw - 32px - var(--carousel-peek));max-width:calc(100vw - 32px - var(--carousel-peek));min-width:0}.faq{padding:48px 16px}.faq-title{font-size:28px}.faq-question{font-size:15px}.cta-section .cta-content{padding:20px 16px 36px}.cta-section .cta-title{font-size:19px}.cta-section .cta-sub{font-size:14px}.footer{padding:32px 16px}.footer-cols{flex-direction:column;gap:24px}}@media (prefers-reduced-motion: reduce){.program-card,.group-card,.workshop-card{transition:box-shadow .2s ease}.program-card:hover,.program-card:focus-within,.group-card:hover,.group-card:focus-within,.workshop-card:hover,.workshop-card:focus-within{transform:none}}
