@font-face{font-family:Colus;src:url(/assets/ColusRegular-6lx2553W.otf) format("opentype");font-weight:400;font-style:normal}:root{--color-white: #ffffff;--color-black: #000000;--color-pink: #ed67a6;--color-purple: #240c28;--color-light-gray: #e3e5e5;--color-medium-gray: #808184;--bg-dark-overlay: #592162;--bg-light-overlay: #e3e5e5;--bg-light-card: #e3e5e5;--text-primary-dark: #ffffff;--text-secondary-dark: rgba(255, 255, 255, .9);--text-tertiary-dark: rgba(255, 255, 255, .8);--text-muted-dark: #808184;--text-primary-light: #000000;--text-secondary-light: #808184;--text-tertiary-light: #808184;--text-dark: #000000;--border-red-light: rgba(238, 90, 159, .3);--border-yellow-light: rgba(238, 90, 159, .3);--border-white-light: rgba(255, 255, 255, .2);--border-dark-red-light: rgba(89, 33, 98, .3);--border-orange-light: rgba(227, 229, 229, .5);--border-orange-lighter: rgba(227, 229, 229, .3);--border-black-light: rgba(128, 129, 132, .3);--hover-red-medium: rgba(238, 90, 159, .2);--hover-yellow-light: rgba(238, 90, 159, .1);--hover-yellow-medium: rgba(238, 90, 159, .3);--hover-orange-light: rgba(227, 229, 229, .5);--hover-orange-medium: rgba(227, 229, 229, .7);--shadow-red: rgba(238, 90, 159, .4);--shadow-yellow: rgba(238, 90, 159, .3);--shadow-orange: rgba(128, 129, 132, .3);--gradient-background: linear-gradient(135deg, #592162 0%, #ee5a9f 50%, #592162 100%);--gradient-text-primary: linear-gradient(45deg, #ee5a9f, #ffffff, #ee5a9f);--gradient-text-secondary: linear-gradient(45deg, #ee5a9f, #ffffff, #ee5a9f);--hero-bg-dark: rgba(238, 90, 159, .1);--hero-bg-light: rgba(227, 229, 229, .5)}:root{font-family:Avenir,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;line-height:1.6;font-weight:400;color-scheme:light dark;color:var(--text-primary-dark);background:var(--color-purple);font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*{box-sizing:border-box;margin:0;padding:0}body{margin:0;min-width:320px;min-height:100vh}#root{min-height:100vh}h1,h2,h3,h4,h5,h6{font-family:Avenir,sans-serif}h1{font-family:Colus,sans-serif;font-size:2rem;font-weight:700;color:var(--color-pink)}h2{font-family:Colus,sans-serif;font-size:1.8em;margin-bottom:.8rem;color:var(--color-pink)}nav{padding:1rem 2rem;box-shadow:0 1px 5px #0000004d;position:sticky;top:0;margin-left:10.5rem;margin-right:10.5rem;margin-top:1.5rem;z-index:1000;display:flex;background:#301835;border-radius:32px;align-items:center;justify-content:space-between}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:var(--color-primary-red);color:#fff;cursor:pointer;transition:all .3s ease}button:hover{background-color:var(--color-primary-darker-red);transform:translateY(-2px);box-shadow:0 4px 12px var(--shadow-red)}button:focus,button:focus-visible{outline:2px solid var(--color-primary-yellow);outline-offset:2px}a{color:var(--color-primary-yellow);text-decoration:none;transition:color .3s ease}a:hover{color:var(--color-primary-red)}[dir=rtl]{direction:rtl;text-align:right}[dir=rtl] .nav-links{flex-direction:row-reverse}[dir=rtl] .language-switcher{order:-1}[dir=rtl] .contact-content,[dir=rtl] .services-grid,[dir=rtl] .gallery-grid{direction:rtl}[dir=rtl] input,[dir=rtl] textarea{text-align:right}.page-content{position:relative;text-align:left;min-height:calc(100vh - 80px);padding:0;margin:0;overflow:hidden;width:100vw;background-color:var(--color-purple-light);margin-left:calc(-50vw + 50%)}.page-content-intro{font-size:1.2rem;max-width:1000px;margin:4rem 0 0rem 10rem;color:var(--text-tertiary-dark)}@media(max-width:1530px)and (min-width:768px){nav{margin-right:4rem}}@media(max-width:768px){nav{background:var(--color-purple);box-shadow:none;padding:1rem;margin:0;margin-left:.5rem;margin-right:0;position:sticky;border-radius:0;width:100%}.page-content{margin-top:0}.page-content-intro{flex-direction:column;margin:0rem;min-height:calc(100vh - 60px)}}.nav-brand{display:flex;font-size:1rem;gap:.5rem;font-weight:900;align-items:center;color:var(--color-white)}.nav-links{display:flex;list-style:none;gap:2rem;margin:0;padding:0}.nav-links li{margin:0}.nav-links a{color:var(--color-white);text-decoration:none;padding:.5rem 1rem;border-radius:5px;transition:all .3s ease;font-weight:500}.nav-links a:hover{color:var(--color-white)}.nav-links a:focus{outline:2px solid var(--color-pink);outline-offset:2px}.nav-links a.active{color:var(--color-pink)}.hamburger-menu{display:none;flex-direction:column;background:none;border:none;cursor:pointer;padding:.5rem;z-index:1001}.hamburger-menu:focus{outline:2px solid var(--color-pink);outline-offset:4px;border-radius:4px}.hamburger-line{width:25px;height:3px;background-color:var(--color-white);margin:3px 0;transition:all .3s ease;border-radius:2px}.hamburger-line.open:nth-child(1){transform:rotate(45deg) translate(8px,8px)}.hamburger-line.open:nth-child(2){opacity:0}.hamburger-line.open:nth-child(3){transform:rotate(-45deg) translate(7px,-7px)}@media(max-width:768px){.nav-brand{display:none}.hamburger-menu{display:flex;position:relative;left:0;top:0}.nav-links{position:fixed;top:60px;left:-100%;flex-direction:column;background-color:var(--color-pink);width:250px;height:auto;padding:1rem 0;gap:0;transition:left .3s ease-in-out;box-shadow:2px 0 10px #0000004d;border-radius:0 0 8px;z-index:1000}.nav-links.mobile-open{left:0}.nav-links li{width:100%;border-bottom:1px solid rgba(255,255,255,.2)}.nav-links a{display:block;width:100%;padding:1.2rem 2rem;font-size:1.1rem;text-align:left;color:var(--color-white);border-radius:0}.nav-links a:hover{background-color:#5921624d;color:var(--color-white)}.nav-links a.active{background-color:var(--color-purple);color:var(--color-white);font-weight:900}.language-switcher{order:-1}}@media(max-width:480px){.nav-links{width:200px}.nav-links a{font-size:1rem;padding:1rem 1.5rem}}@media(max-width:1530px)and (min-width:768px){.nav-links{display:flex;list-style:none;gap:0rem;margin:0;padding:0}}.bigMarginTopSection{margin-top:6rem}.noy-subtitle{font-family:Avenir,sans-serif;font-size:1.3rem;font-style:italic;color:var(--color-pink);margin-bottom:1.5rem;font-weight:500}.noy-header{margin-top:5rem;position:relative}.noy-text{display:block}.noy-image-container{float:right;margin-left:2rem;margin-right:6rem;margin-bottom:1.5rem}.noy-image{width:320px;height:320px;object-fit:cover;border-radius:50%;border:3px solid var(--color-pink)}.section-title-v3{font-family:Colus,sans-serif;font-size:1.8rem;font-weight:700;color:var(--color-white);margin-bottom:1.5rem;text-align:left}@media(max-width:768px){.content-section{flex-direction:column;margin:4rem 1rem;gap:2rem;min-height:calc(100vh - 60px)}.bigMarginTopSection{margin-top:24px}.noy-image-container{float:none;margin:0 0 2rem;display:block;text-align:left}.noy-image{width:320px;height:320px}}.services-grid{display:grid;grid-template-columns:repeat(2,1fr);margin:6rem 0rem 0rem;column-gap:4rem;row-gap:4rem}.services-item{padding:1rem 2rem 0rem;border-radius:8px;border:2px solid var(--color-pink);max-width:900px;transition:all .3s ease}.services-item:hover{transform:translateY(-5px);box-shadow:0 8px 20px #ee5a9f4d}.service-header{display:flex;align-items:center;gap:1.5rem;margin-bottom:1rem}.service-icon{width:200px;height:200px;object-fit:contain;flex-shrink:0;filter:brightness(0) invert(1)}.services-item h3{font-family:Colus,sans-serif;font-size:1.5rem;color:var(--color-pink);margin:0}.services-item p{font-family:Avenir,sans-serif;font-size:1rem;color:var(--color-white);line-height:1.6}@media(max-width:900px){.services-grid{grid-template-columns:1fr;column-gap:0;row-gap:2rem;margin-top:3rem;width:100%;overflow:hidden}.services-item{max-width:100%;width:100%;padding:1rem 1rem 0rem}.service-header{flex-direction:column;gap:0rem;align-items:flex-start}.service-icon{width:120px;height:120px;flex-shrink:0}.services-item h3{font-size:1.2rem}}.clients-logos-grids{display:flex;align-items:flex-start;flex-direction:column;gap:56px;opacity:0;animation:slideInLogos 2s cubic-bezier(.68,-.55,.265,1.55) 1s forwards}@keyframes slideInLogos{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.clients-logos-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:2rem;margin:0rem;justify-items:center;border-radius:16px}.logo-card{background:#fff;border-radius:12px;box-shadow:0 2px 8px #00000012;padding:1.2rem .8rem;display:flex;align-items:center;justify-content:center;transition:box-shadow .2s;width:100%;max-width:144px;min-height:72px}.logo-card:hover{box-shadow:0 4px 16px #00000021}.client-logo-img{max-width:100%;max-height:60px;object-fit:contain}@media(max-width:900px){.clients-logos-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:600px){.clients-logos-grid{grid-template-columns:repeat(2,1fr)}.logo-card{max-width:100%}}.Clients-page{max-width:1200px;margin:0 auto;text-align:center}.clients-subtitle{font-size:1.5rem;margin-top:.5rem;margin-bottom:2rem;color:var(--color-primary-yellow)}.Clients-content{display:flex;flex-direction:column;gap:2rem;margin-top:2rem}.clients-description{font-size:1.15rem;line-height:1.8;color:var(--text-secondary-dark);max-width:900px;margin:0 auto 2rem;text-align:left;padding:0 1rem}.media-category-title{font-family:Avenir,sans-serif;font-size:1.5rem;font-weight:600;color:var(--color-pink);margin-bottom:1.5rem;text-align:left}@media(max-width:768px){.clients-subtitle{font-size:1.3rem}.clients-description{font-size:1rem}}.press-items-row{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;margin-top:24px;opacity:1;transform:translateY(0);transition:opacity 1s cubic-bezier(.4,0,.2,1),transform .8s cubic-bezier(.4,0,.2,1)}.press-items-row:not(.visible){opacity:0;transform:translateY(40px)}.press-items-row.visible{opacity:1;transform:translateY(0)}.press-item{display:flex;gap:16px;align-items:center;text-decoration:none;border:1px solid rgba(255,255,255,.18);border-color:#ee5a9f8c;border-radius:14px;padding:14px 16px;background:#ffffff0f;flex-direction:column}.press-item:hover{transform:translateY(-2px);border-color:#ee5a9f8c;background:#ee5a9f14}.press-item:focus-visible{outline:2px solid var(--color-pink);outline-offset:3px}.press-item-image{width:32vh;height:auto;margin-top:auto;border-radius:12px;background:#ffffff1f;border:1px dashed rgba(255,255,255,.22);flex:0 0 auto;object-fit:contain}.press-item-text{display:flex;flex-direction:column;gap:6px;min-width:0}.press-item-title{color:var(--color-white);font-family:Avenir,sans-serif;font-size:.98rem;line-height:1.25;font-weight:600;display:-webkit-box;line-clamp:3;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.press-item-subtitle{color:#fffc;font-family:Avenir,sans-serif;font-size:.9rem;line-height:1.2}@media(max-width:900px){.press-items-row{grid-template-columns:1fr}}.partners-slider-container{display:flex;width:100%;overflow:hidden;padding:.1rem 0;margin:.1rem 0;background-color:var(--color-purple-dark)}.partners-slider{position:relative;width:100%;overflow:hidden}.partners-track{display:flex;gap:.4rem;animation:scroll 30s linear infinite;will-change:transform;width:max-content}.partners-track:hover{animation-play-state:paused}.partner-item{flex-shrink:0;display:flex;align-items:center;justify-content:center;padding:1rem;transition:all .3s ease;min-width:130px}.partner-item:hover{transform:scale3d(1.2,1.2,1)}.partner-name{font-size:1.1rem;font-weight:600;color:var(--text-muted-dark);white-space:nowrap;letter-spacing:.5px}.partner-logo{height:50px;width:auto;max-width:160px;object-fit:maintain}@keyframes scroll{0%{transform:translate(0)}to{transform:translate(calc(-100% / 3))}}[dir=rtl] .partners-track{animation:scroll-rtl 90s linear infinite}@keyframes scroll-rtl{0%{transform:translate(0)}to{transform:translate(calc(100% / 3))}}@media(max-width:768px){.partner-item{min-width:150px;padding:.75rem 1.5rem}.partner-name{font-size:.95rem}}.page-container{padding:0rem 2rem 2rem;animation:fadeIn .5s ease-in}@keyframes fadeIn{0%{opacity:0;transform:translateY(40px)}to{opacity:1;transform:translateY(0)}}.home-page{position:relative;text-align:left;min-height:calc(100vh - 80px);padding:0;margin:0;margin-top:2rem;overflow:hidden;width:100vw;background-color:var(--color-purple-light);margin-left:calc(-50vw + 50%)}.home-content-wrapper{display:flex;margin:4rem 0 0rem 10rem;align-items:flex-start}.dragon-image{width:800px;height:auto;animation:fadeInApp 2s ease-in}@keyframes fadeInApp{0%{opacity:0}to{opacity:1}}.home-section{margin:0rem 10rem;max-width:700px;padding:2rem 0}.section-title-v2{font-family:Colus,sans-serif;font-size:2.5rem;font-weight:700;color:var(--color-white);margin-bottom:1.5rem;text-align:left;animation:fadeInApp 1s ease-in}.section-text-v6{font-family:Avenir,sans-serif;font-size:1.15rem;line-height:1.8rem;color:var(--color-white);text-align:left;margin-bottom:1.5rem;max-width:800px;animation:fadeInApp 1s ease-in}.section-divider{max-width:850px;height:3px;background:var(--color-pink);margin-left:0rem;border-radius:2px}.marginBottomLarge{margin-bottom:3rem}.expertise-list{list-style:none;padding:0;margin:2rem 0}.expertise-list li{position:relative;padding-left:2rem}.expertise-list li:before{content:"▸";position:absolute;left:0;color:var(--color-pink);font-size:1.5rem;font-weight:700}.cta-grid{display:grid;max-width:850px;grid-template-columns:repeat(2,1fr);gap:2rem;margin-top:3rem}.cta-card{background:#ffffff1a;padding:2rem;border-radius:8px;border:2px solid var(--color-pink);transition:all .3s ease}.cta-card:hover{background:#ee5a9f33;transform:translateY(-5px);box-shadow:0 8px 20px #ee5a9f4d}.cta-card:focus{outline:3px solid var(--color-pink);outline-offset:4px}.cta-card h3{font-family:Colus,sans-serif;font-size:1.5rem;color:var(--color-pink);margin-bottom:.5rem}.cta-card p{font-family:Avenir,sans-serif;font-size:1rem;color:var(--color-white);line-height:1.6}@media(max-width:768px){.home-page{min-height:calc(100vh - 60px)}h1{font-size:2rem}.home-content-wrapper{flex-direction:column;margin:0rem .5rem .5rem 0rem}.dragon-image{margin-top:1rem;align-self:center;width:460px}.home-section{margin:0rem 1rem 0rem 0rem}.section-title-v2{font-size:1.8rem}.section-text-v6{font-size:1.15rem;line-height:1.6;max-width:400px}.section-divider{max-width:100%;margin:2rem 0}.expertise-list li{padding-left:1.5rem}.cta-grid{grid-template-columns:1fr;gap:1.5rem;margin-top:2rem}.cta-card{padding:1.5rem}.cta-card h3{font-size:1.2rem}}.marginTopSection{margin-top:2rem}.page-content-intro p{font-size:1.2rem;margin-bottom:32px;line-height:1.8;color:var(--text-secondary-dark)}.page-content-intro h3{font-size:1.2rem;margin-bottom:32px;color:var(--text-secondary-dark)}.page-content-intro h2{font-size:1.3rem;margin-bottom:32px;color:var(--color-primary-yellow)}.case-study-subtitle{font-family:Avenir,sans-serif;font-size:1.2rem;font-weight:600;color:var(--color-white);margin-top:1.5rem;margin-bottom:1rem}.case-study-images{display:flex;gap:2rem;margin-top:2rem;margin-bottom:4rem;justify-content:space-between}.case-study-image{flex:1;width:100%;max-width:calc(33.333% - 1.5rem);height:auto;object-fit:cover;border-radius:8px}@media(max-width:768px){.case-study-images{flex-direction:column;gap:1.5rem}.case-study-image{max-width:100%}}.image-card-component{display:flex;flex-direction:row;align-items:stretch;width:100%;max-width:700px;min-height:120px;border-radius:20px;border:1px solid var(--color-pink);overflow:hidden;box-shadow:0 2px 8px #ee5a9f14;margin-top:48px}.image-section{flex:1 1 50%;display:flex;align-items:center;justify-content:center}.image-section img{object-fit:cover;width:350px;height:350px}.content-section{flex:1 1 50%;display:flex;flex-direction:column;justify-content:space-between;padding:1rem 1rem .5rem}.title-row{align-self:flex-start;margin-bottom:auto}.image-card-title{font-size:1.1rem;font-weight:700;color:var(--color-white)}.link-row{align-self:flex-end;margin-top:auto}.image-card-link{color:var(--color-pink);text-decoration:underline;font-size:1rem;font-weight:500;transition:color .2s}.image-card-link:hover{color:var(--color-pink);font-weight:700}@media(max-width:800px){.image-card-component{display:block;height:auto;min-height:0}.image-section{display:block;height:200px;width:100%}.image-section img{width:100%;height:100%;object-fit:cover}.content-section{display:block;flex:none;padding:12px;height:auto;min-height:unset!important}.title-row{margin:0 0 4px!important;display:block}.link-row{margin:0!important;display:block}}.contact-page{max-width:100%;margin:0 auto}.contact-intro{text-align:start;font-size:1.2rem;margin:1rem 0 3rem;color:var(--text-secondary-dark)}.contact-content{display:flex;flex-direction:column;gap:3rem;margin-top:2rem;background-color:var(--color-purple);padding:2rem;border-radius:12px;border:1px solid var(--border-yellow-light)}.contact-form{background-color:var(--color-purple);padding:2rem;border-radius:12px;border:1px solid var(--border-red-light)}.form-group{margin-bottom:1.5rem}.form-group label{display:block;margin-bottom:.5rem;color:var(--color-primary-yellow);font-weight:500}.form-group input,.form-group textarea{width:100%;padding:.8rem;border-radius:8px;border:1px solid var(--border-white-light);background:var(--glass-bg-dark-3);color:#fff;font-family:inherit;font-size:1rem;transition:all .3s ease}.form-group input:focus,.form-group textarea:focus{outline:none;border-color:var(--color-primary-yellow);background:var(--glass-bg-dark-4)}.submit-btn{width:100%;padding:1rem;font-size:1.1rem;margin-top:1rem;display:flex;align-items:center;justify-content:center;gap:.75rem}.send-icon{width:24px;height:24px;object-fit:contain;filter:brightness(0) invert(1)}.contact-info h2{margin-bottom:2rem;text-align:center}.info-grid{display:flex;grid-template-columns:1fr;gap:2rem}.info-column{display:flex;flex-direction:column;gap:1rem}.info-item{display:flex;align-items:center;gap:1rem;padding:1rem;background:var(--hover-yellow-light);border-radius:8px;transition:all .3s ease;text-decoration:none;color:inherit}.info-item:hover{transform:translateY(-5px);background:var(--hover-yellow-medium);box-shadow:0 5px 15px var(--shadow-yellow)}.info-item:focus{outline:3px solid var(--color-pink);outline-offset:2px}.info-icon{width:40px;height:40px;flex-shrink:0}.info-item p{color:var(--text-secondary-dark);flex:1;font-weight:500;margin:0;display:flex;align-items:center}@media(max-width:768px){.contact-page{padding:1rem}.contact-content{grid-template-columns:1fr;gap:2rem}.contact-info{padding:1.5rem}.contact-info h2{font-size:1.5rem;margin-bottom:1.5rem}.info-grid{grid-template-columns:1fr;gap:1rem}.info-column{gap:1rem}.info-item{justify-content:flex-start;padding:1rem;flex-direction:row}.info-icon{width:32px;height:32px;flex-shrink:0}.info-item p{font-size:.95rem;text-align:left}.contact-form{padding:1.5rem}.form-group{margin-bottom:1.25rem}.submit-btn{padding:.9rem;font-size:1rem}}.site-footer{width:100%;padding:20px 0;margin-top:4rem;border-top:1px solid #fff;opacity:.5}.site-footer-inner{width:100%;max-width:1200px;margin:0 auto;padding:0 16px;display:flex;flex-direction:row;align-items:center;justify-content:center;gap:10px}.footer-links{display:flex;align-items:center;gap:16px}.footer-link{display:inline-flex;align-items:center;justify-content:center;width:64px;height:32px;border-radius:12px;text-decoration:none}.footer-link:hover{transform:translateY(-2px)}.footer-link:focus-visible{outline:2px solid currentColor;outline-offset:3px}.mail-icon{width:auto;height:28px}.youtube-icon{width:64px;height:48px}.linkedin-icon{width:auto;height:24px}.footer-copyright{font-size:16px;line-height:1.6;text-align:center;opacity:.85}@media(max-width:480px){.site-footer{padding:16px 0}.footer-links{gap:12px}}.skip-to-main{position:absolute;left:-9999px;z-index:999;padding:1em;background-color:var(--color-pink);color:#fff;text-decoration:none;font-weight:700;border-radius:4px}.skip-to-main:focus{left:50%;top:1em;transform:translate(-50%);outline:3px solid white;outline-offset:2px}.app{min-height:100vh;display:flex;flex-direction:column}.main-content{flex:1;padding:20px;max-width:1200px;margin:0 auto;width:100%}
