.hero-section{justify-content:center;align-items:center;width:100%;height:60vh;min-height:900px;display:flex;position:relative;overflow:hidden}.hero-section video{object-fit:cover;z-index:1;width:auto;min-width:100vw;height:100%;min-height:100%;position:absolute;top:0;left:0}.hero-section .hero-overlay{z-index:2;background:#071528b3;width:100vw;height:100%;position:absolute;top:0;left:0}.hero-bigsam-text{background:var(--color-primary);z-index:4;align-items:center;gap:2.5rem;min-height:80px;padding:0 2.5rem;display:flex;position:absolute;bottom:0;left:0;right:0}.bigsam-title{color:#fff;letter-spacing:.04em;margin-left:1.5rem;font-family:Poppins,sans-serif;font-size:2.2rem;font-weight:700}.bigsam-highlight{color:var(--color-secondary);letter-spacing:.04em;margin-left:.5rem}.hero-social-icons{gap:18px;margin-left:17rem;display:flex}.hero-social-icons a{color:#fff;background:#232323;border-radius:4px;justify-content:center;align-items:center;width:48px;height:48px;font-size:1.7rem;text-decoration:none;transition:background .2s,color .2s;display:flex}.hero-social-icons a:hover{background:var(--color-secondary);color:#fff}.services-section{background:#fff;flex-direction:column;align-items:center;width:100%;min-height:500px;padding:64px 0 80px;display:flex}.services-header{text-align:center;max-width:900px;margin-bottom:48px;margin-left:auto;margin-right:auto}.services-subtitle{color:var(--color-secondary);letter-spacing:.04em;text-align:center;margin-bottom:.5rem;font-family:Poppins,sans-serif;font-size:2.3rem;font-weight:700}.services-title{color:#1a2340;letter-spacing:-.01em;text-align:center;margin-top:30px;margin-bottom:1.1rem;font-family:Poppins,sans-serif;font-size:2.3rem;font-weight:700;line-height:1.15}.services-desc{color:#3a3a3a;text-align:center;margin-bottom:0;font-family:Roboto,sans-serif;font-size:1rem;line-height:1.5}.services-grid{grid-template-columns:repeat(2,1fr);gap:36px 40px;width:100%;max-width:1100px;margin:0 auto;display:grid}.service-card{color:#fff;cursor:pointer;background:linear-gradient(135deg,#10244a 80%,#2c9ce3 100%);border:none;border-radius:10px;flex-direction:column;align-items:flex-start;min-height:260px;padding:44px 36px 36px;transition:box-shadow .25s,transform .22s;display:flex;position:relative;box-shadow:0 6px 32px #2c9ce321}.service-card:hover{transform:translateY(-6px)scale(1.035);box-shadow:0 16px 40px #2c9ce330}.service-icon{color:#2c9ce3;margin-bottom:24px;font-size:2.6rem}.service-title{color:#fff;letter-spacing:.01em;margin-bottom:18px;font-family:poppins,sans-serif;font-size:2rem;font-weight:400}.service-desc{color:#eaf6ff;margin-bottom:32px;font-family:Roboto,sans-serif;font-size:1rem;font-weight:300;line-height:1.6}.service-arrow-btn{color:#fff;background:#ffffff14;border:2px solid #fff;border-radius:50%;justify-content:center;align-items:center;width:48px;height:48px;margin-top:auto;font-size:1.7rem;transition:background .22s,color .22s,border .22s,box-shadow .22s;display:flex;box-shadow:0 2px 8px #2c9ce31a}.service-card:hover .service-arrow-btn{color:#10244a;background:#fff;border-color:#fff;box-shadow:0 4px 16px #2c9ce32e}.workwith-section{background:#142a4d;width:100%;margin:0;padding:0}.workwith-container{flex-direction:row;width:100%;min-height:380px;max-height:420px;display:flex}.workwith-image{filter:brightness(.7);background:#eee;flex:1.1;align-items:stretch;min-width:0;min-height:370px;max-height:420px;display:flex;overflow:hidden}.workwith-image img{object-fit:cover;width:100%;height:100%;display:block}.workwith-content{color:#fff;background:#142a4d;flex-direction:column;flex:1;justify-content:center;padding:56px 48px;display:flex}.workwith-subtitle{color:#c7e0ff;letter-spacing:.01em;margin-bottom:.5rem;font-family:Poppins,sans-serif;font-size:1.1rem;font-weight:400}.workwith-title{color:#fff;margin-bottom:1rem;font-family:Poppins,sans-serif;font-size:2.5rem;font-weight:400}.workwith-desc{color:#e3eaf6;max-width:520px;margin-bottom:2.2rem;font-family:Roboto,sans-serif;font-size:1.1rem;font-weight:300;line-height:1.6}.workwith-buttons{flex-wrap:wrap;gap:1.2rem;display:flex}.workwith-btn{color:#fff;letter-spacing:.03em;background:0 0;border:1.5px solid #fff;border-radius:5px;margin-bottom:.5rem;padding:.7rem 2.1rem;font-family:Poppins,sans-serif;font-size:1rem;font-weight:500;text-decoration:none;transition:background .18s,color .18s,border .18s;display:inline-block}.workwith-btn.primary{color:#142a4d;background:#fff;border:1.5px solid #fff}.workwith-btn:hover{color:#fff;background:#2c9ce3;border-color:#2c9ce3}.subtitle-co{color:#181818}@media (max-width:1100px){.services-grid{gap:24px 16px;max-width:98vw}.services-header{padding:0 12px}.workwith-content{padding:36px 24px}}@media (max-width:900px){.services-title{font-size:2rem}.services-grid{grid-template-columns:1fr;gap:20px}.service-card{padding:32px 18px 24px}.workwith-title{font-size:2rem}.workwith-content{padding:28px 10px}}@media (max-width:768px){.hero-section{height:38vh;min-height:740px}.hero-section video{object-fit:cover;height:38vh;min-height:740px}.hero-bigsam-text{flex-direction:column;justify-content:flex-end;align-items:flex-start;gap:.4rem;min-height:80px;padding:0 1rem}.bigsam-title{text-align:center;margin-left:0;font-size:.9rem;line-height:1.3}.hero-social-icons{gap:5px;margin-bottom:.5rem;margin-left:100px}.hero-social-icons a{width:36px;height:36px;font-size:1.1rem}.workwith-container{flex-direction:column;min-height:0;max-height:none}.workwith-image{height:220px;min-height:180px;max-height:220px}.workwith-content{align-items:flex-start;padding:24px 8vw 32px}.workwith-title{font-size:1.4rem}.workwith-desc{font-size:1rem}.workwith-buttons{flex-direction:column;gap:.7rem;width:100%}.workwith-btn{text-align:center;width:100%;padding:.7rem 0}.services-subtitle{font-size:1.4rem}.services-title{text-align:center;margin-top:15px;font-size:1.2rem}.services-section{padding:24px 0 12px}.services-header{padding:0 4vw}.services-title{font-size:1.1rem}.services-desc{font-size:.92rem}.services-grid{grid-template-columns:1fr;gap:12px;padding:0 2vw}.service-card{border-radius:8px;min-width:0;max-width:100%;padding:39px 10px}.service-title{font-size:1rem}.service-desc{margin-bottom:10px;font-size:.85rem}.service-arrow-btn{border-radius:6px;padding:6px 10px;font-size:1.1rem}}
