.top-branches-container{padding:80px 120px;margin:0 auto}.top-branches-title{font-size:64px;color:#1e3a8a;text-align:center;margin-bottom:60px;font-weight:700}.top-branches-content{display:flex;gap:80px;align-items:center}.text-section{flex:1 1;max-width:600px}.description-text{font-size:18px;line-height:1.6;color:#6b7280;margin-bottom:30px}.read-more-button{background-color:#60a5fa;color:#fff;border:none;padding:12px 32px;border-radius:25px;font-size:16px;cursor:pointer;transition:background-color .3s ease}.read-more-button:hover{background-color:#3b82f6}.logos-grid{flex:1 1;display:grid;grid-template-columns:repeat(2,1fr);grid-gap:24px;gap:24px}.logo-card{background:#fff;padding:15px;border-radius:8px;box-shadow:0 4px 6px rgba(0,0,0,.1);display:flex;align-items:center;justify-content:center;aspect-ratio:16/9}.logo-card img{max-width:100%;max-height:100%;object-fit:contain}@media (max-width:1024px){.top-branches-container{padding:60px 40px}.top-branches-content{flex-direction:column;gap:40px}.text-section{max-width:100%}}@media (max-width:640px){.top-branches-title{font-size:48px}.logos-grid{grid-template-columns:1fr}}.resources-section{padding:60px 40px;max-width:1200px;margin:0 auto}.resources-header{display:flex;align-items:center;justify-content:space-between;gap:40px;margin-bottom:48px}.resources-header-text{flex:1 1;max-width:600px}.resources-title{font-size:40px;font-weight:700;margin-bottom:16px;line-height:1.2}.resources-desc{font-size:16px;line-height:1.7;opacity:.85}.resources-slider-area{display:flex;align-items:center;gap:12px}.resources-viewport{flex:1 1;overflow:hidden;border-radius:12px}.resources-track{display:flex;transition:transform .45s ease}.resources-page{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:20px;gap:20px;min-width:100%;flex:0 0 100%}.resource-card{border-radius:12px;overflow:hidden;cursor:pointer;box-shadow:0 2px 12px rgba(0,0,0,.08);transition:transform .25s ease,box-shadow .25s ease;display:flex;flex-direction:column}.resource-card:hover{transform:translateY(-4px);box-shadow:0 8px 24px rgba(0,0,0,.14)}.resource-card-img{width:100%;height:160px;overflow:hidden}.resource-card-img img{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.resource-card:hover .resource-card-img img{transform:scale(1.05)}.resource-card-body{padding:16px}.resource-card-body h3{font-size:15px;font-weight:600;margin:0;line-height:1.4}.res-nav{flex-shrink:0;width:42px;height:42px;border:none;background:hsla(0,0%,100%,.9);border-radius:50%;cursor:pointer;display:flex;align-items:center;justify-content:center;box-shadow:0 2px 8px rgba(0,0,0,.12);transition:background .2s ease,transform .2s ease}.res-nav:hover:not(:disabled){background:#fff;transform:scale(1.08)}.res-nav:disabled{opacity:.3;cursor:default}.resources-dots{display:flex;justify-content:center;gap:8px;margin-top:24px}.res-dot{width:8px;height:8px;border-radius:50%;border:none;background:rgba(0,0,0,.2);cursor:pointer;padding:0;transition:background .2s ease,transform .2s ease}.res-dot.active{transform:scale(1.3)}.resources-footer{display:flex;justify-content:center;margin-top:36px}@media screen and (max-width:900px){.resources-section{padding:48px 24px}.resources-header{flex-direction:column;align-items:flex-start;gap:24px}.resources-page{grid-template-columns:repeat(2,1fr)}.resources-title{font-size:30px}}@media screen and (max-width:560px){.resources-section{padding:36px 16px}.resources-page{grid-template-columns:1fr}.resources-title{font-size:26px}.res-nav{width:36px;height:36px}}.gallery-container{max-width:1200px;margin:0 auto;padding:11px;position:relative;min-height:-moz-fit-content;min-height:fit-content;overflow:hidden}.gallery-title{text-align:center;color:#1e2b8c;font-size:48px;font-weight:700;margin-bottom:40px}.gallery-slider{width:100%;overflow:hidden;display:flex;justify-content:center;align-items:center}.gallery-grid{display:flex;transition:transform .5s ease-in-out;width:100%}.gallery-page{display:grid;grid-template-columns:repeat(3,1fr);grid-template-rows:repeat(2,1fr);grid-gap:10px;gap:10px;min-width:100%;flex:0 0 100%}.gallery-item{position:relative;width:100%;height:250px;overflow:hidden;border-radius:4px;box-shadow:0 2px 4px rgba(0,0,0,.1);display:block;padding:0;border:none;background:none;font:inherit;cursor:pointer}.gallery-item img{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.gallery-item:hover img{transform:scale(1.05)}.nav-button{position:absolute;top:50%;transform:translateY(-50%);background:hsla(0,0%,100%,.8);border:1px solid #e0e0e0;width:50px;height:50px;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .3s ease;z-index:10}.nav-button:hover{background:#fff;box-shadow:0 2px 8px rgba(0,0,0,.1)}.nav-button.prev{left:10px}.nav-button.next{right:10px}.nav-button svg{width:24px;height:24px;color:#666}@media screen and (max-width:1024px){.gallery-page{grid-template-columns:repeat(2,1fr)}}@media screen and (max-width:768px){.gallery-page{grid-template-columns:repeat(2,1fr)}.gallery-item{height:200px}.gallery-title{font-size:36px}.nav-button{width:40px;height:40px}}@media screen and (max-width:480px){.gallery-item{height:180px}.gallery-title{font-size:28px}.nav-button{width:35px;height:35px}}.popup-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,.85);z-index:1000}.popup-content,.popup-overlay{display:flex;justify-content:center;align-items:center}.popup-content{position:relative;width:80%;max-width:900px;height:80vh;background:#fff;border-radius:8px;padding:20px}.popup-media{width:100%;height:100%}.popup-media img,.popup-media video{width:100%;height:100%;object-fit:contain}.close-button{position:absolute;top:10px;right:10px;background:hsla(0,0%,100%,.9);border:none;width:32px;height:32px;border-radius:50%;cursor:pointer;display:flex;align-items:center;justify-content:center;z-index:10;transition:background .2s ease}.close-button:hover,.project-card{background:#fff}.project-card{border-radius:4px;overflow:hidden;box-shadow:0 4px 6px rgba(0,0,0,.1);transition:transform .3s ease}.project-card:hover{transform:translateY(-4px)}.card-image-container{position:relative;width:100%;height:200px;overflow:hidden}.card-image-container img{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.project-card:hover .card-image-container img{transform:scale(1.05)}.play-button{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);background:hsla(0,0%,100%,.9);border-radius:50%;width:48px;height:48px;display:flex;align-items:center;justify-content:center;cursor:pointer;opacity:0;transition:opacity .3s ease}.project-card:hover .play-button{opacity:1}.play-button svg{color:#1a237e}.project-card h2{padding:20px;font-size:18px;font-weight:600}.projects-app{padding:40px 20px}.projects-container{max-width:1200px;margin:0 auto}.projects-container>h1{color:#1a237e;font-size:48px;margin-bottom:40px;text-align:center}.projects-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));grid-gap:24px;gap:24px;padding:20px}@media screen and (max-width:800px){.projects-grid{grid-template-columns:unset;padding:unset}}.partners-section{padding:20px;width:100%;background-color:#fff}.partners-container{max-width:1200px;margin:0 auto;padding:0 20px}.partners-header{display:flex;align-items:center;gap:12px;margin-bottom:15px}.partners-header h2{font-size:24px;font-weight:600;color:#1a1a1a}.partners-logos{display:flex;align-items:center;justify-content:center;flex-wrap:wrap;gap:40px;min-height:100px}.partner-logo{height:80px;object-fit:contain;transition:all .3s ease}.microsoft{height:35px}.intuit{height:45px}.veeam{height:30px}.crayon{height:25px}.salesforce{height:50px}.vmware{height:25px}.partners-logos>a{display:flex;flex-direction:column;gap:5px}@media (max-width:768px){.partners-logos{gap:24px}.partner-logo{height:50px}.partners-logos>a{flex:0 1 120px;align-items:center}}