.logo{align-items:center;display:flex}.logo .logo-image{object-fit:contain;image-rendering:-webkit-optimize-contrast;image-rendering:crisp-edges}
.header{z-index:100;background:#f9fcff;padding:1rem 0;position:-webkit-sticky;position:sticky;top:0}.header .header-content{justify-content:space-between;align-items:center;display:flex}.header .nav{gap:2rem;display:none}@media (min-width:1024px){.header .nav{display:flex}}.header .nav .nav-link{color:#002147;font-size:1rem;font-weight:600;text-decoration:none;transition:color .2s}@media (min-width:768px){.header .nav .nav-link{font-size:1.25rem}}.header .nav .nav-link:hover{color:#0c5cb8}.header .header-actions{align-items:center;gap:1rem;display:flex}.header .header-actions .language-selector{display:inline-block;position:relative}@media (max-width:1023px){.header .header-actions .language-selector{display:none}}.header .header-actions .language-selector .lang-dropdown-toggle{color:#fff;cursor:pointer;background:#002147;border:none;border-radius:2rem;justify-content:center;align-items:center;gap:.5rem;min-width:80px;padding:.75rem 1rem;font-size:1rem;font-weight:600;line-height:100%;display:flex}@media (min-width:768px){.header .header-actions .language-selector .lang-dropdown-toggle{font-size:1.25rem}}.header .header-actions .language-selector .lang-dropdown-toggle:hover{background:#0c5cb8}.header .header-actions .language-selector .lang-dropdown-toggle .dropdown-arrow{transition:transform .2s}.header .header-actions .language-selector .lang-dropdown-toggle .dropdown-arrow.open{transform:rotate(180deg)}.header .header-actions .language-selector .lang-dropdown-menu{z-index:1000;background:#fff;border-radius:.75rem;min-width:80px;position:absolute;top:calc(100% + .5rem);right:0;overflow:hidden;box-shadow:0 4px 12px rgba(0,0,0,.15)}.header .header-actions .language-selector .lang-dropdown-menu .lang-dropdown-item{color:#002147;cursor:pointer;text-align:center;background:0 0;border:none;width:100%;padding:.75rem 1rem;font-weight:600;transition:background .2s;display:block}.header .header-actions .language-selector .lang-dropdown-menu .lang-dropdown-item:hover{background:#f8fafc}.header .header-actions .language-selector .lang-dropdown-menu .lang-dropdown-item.active{color:#0c5cb8}.header .header-actions .language-selector .lang-dropdown-menu .lang-dropdown-item:not(:last-child){border-bottom:1px solid #e2e8f0}.header .header-actions .contact-btn{color:#fff;cursor:pointer;background:#002147;border:none;border-radius:2rem;padding:.75rem 1rem;font-size:1rem;font-weight:600;line-height:100%;transition:background .2s}@media (min-width:768px){.header .header-actions .contact-btn{font-size:1.25rem}}.header .header-actions .contact-btn:hover{background:#094a9a}.header .header-actions .contact-btn.desktop-only{display:none}@media (min-width:1024px){.header .header-actions .contact-btn.desktop-only{display:block}}.header .header-actions .burger-menu-btn{cursor:pointer;z-index:110;background:0 0;border:none;flex-direction:column;justify-content:space-between;width:2.25rem;height:2.25rem;padding:0;display:flex}@media (min-width:1024px){.header .header-actions .burger-menu-btn{display:none}}.header .header-actions .burger-menu-btn .burger-line{transform-origin:50%;background:#002147;border-radius:2px;width:100%;height:3px;transition:all .3s}.header .header-actions .burger-menu-btn .burger-line:first-child.open{transform:translateY(1.125rem)rotate(45deg)}.header .header-actions .burger-menu-btn .burger-line:nth-child(2).open{opacity:0}.header .header-actions .burger-menu-btn .burger-line:nth-child(3).open{transform:translateY(-1rem)rotate(-45deg)}.mobile-menu-overlay{z-index:99;opacity:0;visibility:hidden;background:rgba(0,0,0,.5);transition:opacity .3s,visibility .3s;position:fixed;top:0;bottom:0;left:0;right:0}@media (min-width:1024px){.mobile-menu-overlay{display:none}}.mobile-menu-overlay.open{opacity:1;visibility:visible}.mobile-menu{z-index:101;background:#fff;flex-direction:column;width:100%;height:100vh;padding:1rem;transition:transform .3s;display:flex;position:fixed;top:0;right:0;overflow-y:auto;transform:translate(100%);box-shadow:-4px 0 12px rgba(0,0,0,.15)}@media (min-width:768px){.mobile-menu{width:60%}}@media (min-width:1024px){.mobile-menu{display:none}}.mobile-menu.open{transform:translate(0)}.mobile-menu .mobile-menu-header{justify-content:flex-start;align-items:center;margin-bottom:2rem;display:flex}.mobile-menu .mobile-menu-header-left{align-items:center;gap:1rem;display:flex}.mobile-menu .mobile-menu-logo{flex-shrink:0}.mobile-menu .mobile-nav{flex-direction:column;flex:1;gap:0;display:flex}.mobile-menu .mobile-nav .mobile-nav-link{text-align:center;color:#002147;border-bottom:1px solid #e2e8f0;padding:1.25rem 0;font-size:1rem;font-weight:600;text-decoration:none;transition:color .2s}@media (min-width:768px){.mobile-menu .mobile-nav .mobile-nav-link{font-size:1.5rem}}.mobile-menu .mobile-nav .mobile-nav-link:hover{color:#0c5cb8}.mobile-menu .mobile-nav .mobile-nav-link:first-child{border-top:1px solid #e2e8f0}.mobile-menu .mobile-language-selector{flex:1;max-width:120px;display:inline-block;position:relative}.mobile-menu .mobile-language-selector .mobile-lang-dropdown-toggle{color:#fff;cursor:pointer;background:#002147;border:none;border-radius:2rem;justify-content:center;align-items:center;gap:.5rem;width:100%;min-width:80px;padding:.75rem 1rem;font-size:1rem;font-weight:600;line-height:100%;display:flex}@media (min-width:768px){.mobile-menu .mobile-language-selector .mobile-lang-dropdown-toggle{font-size:1.25rem}}.mobile-menu .mobile-language-selector .mobile-lang-dropdown-toggle:hover{background:#0c5cb8}.mobile-menu .mobile-language-selector .mobile-lang-dropdown-toggle .dropdown-arrow{transition:transform .2s}.mobile-menu .mobile-language-selector .mobile-lang-dropdown-toggle .dropdown-arrow.open{transform:rotate(180deg)}.mobile-menu .mobile-language-selector .mobile-lang-dropdown-menu{z-index:1000;background:#fff;border-radius:.75rem;min-width:100%;position:absolute;top:calc(100% + .5rem);left:0;overflow:hidden;box-shadow:0 4px 12px rgba(0,0,0,.15)}.mobile-menu .mobile-language-selector .mobile-lang-dropdown-menu .mobile-lang-dropdown-item{color:#002147;cursor:pointer;text-align:center;white-space:nowrap;background:0 0;border:none;width:100%;padding:.75rem 1rem;font-weight:600;transition:background .2s;display:block}.mobile-menu .mobile-language-selector .mobile-lang-dropdown-menu .mobile-lang-dropdown-item:hover{background:#f8fafc}.mobile-menu .mobile-language-selector .mobile-lang-dropdown-menu .mobile-lang-dropdown-item.active{color:#0c5cb8}.mobile-menu .mobile-language-selector .mobile-lang-dropdown-menu .mobile-lang-dropdown-item:not(:last-child){border-bottom:1px solid #e2e8f0}.mobile-menu .mobile-menu-actions{border-top:2px solid #e2e8f0;flex-direction:column;gap:1.5rem;margin-top:2rem;padding-top:2rem;display:flex}.mobile-menu .mobile-menu-actions .mobile-contact-btn{color:#fff;cursor:pointer;background:#002147;border:none;border-radius:2rem;justify-content:center;align-self:center;align-items:center;width:100%;max-width:450px;height:4rem;padding:1rem;font-size:1rem;font-weight:600;text-decoration:none;transition:all .2s;display:flex}@media (max-width:768px){.header .header-actions .language-selector{display:none}}
.contact-section{background:#f9fcff;padding:60px 20px}.contact-section .container{max-width:800px;margin:0 auto}.contact-section .section-title{text-align:center;color:#1a1a1a;margin-bottom:40px;font-size:2rem;font-weight:700}@media (min-width:768px){.contact-section .section-title{font-size:2.5rem}}.contact-section .form-type-switcher{justify-content:center;gap:12px;margin-bottom:40px;display:flex}.contact-section .form-type-switcher .switcher-btn{color:#666;cursor:pointer;background:#fff;border:2px solid #e0e0e0;border-radius:8px;padding:12px 32px;font-size:1rem;font-weight:500;transition:all .3s}.contact-section .form-type-switcher .switcher-btn:hover{color:#06c;background:#f0f7ff;border-color:#002147}.contact-section .form-type-switcher .switcher-btn.active{color:#fff;background:#06c;border-color:#06c;box-shadow:0 4px 12px rgba(0,102,204,.3)}.contact-section .form-type-switcher .switcher-btn:focus{outline:none;box-shadow:0 0 0 3px rgba(0,102,204,.1)}.contact-section .contact-form{background:#fff;border-radius:12px;padding:40px;box-shadow:0 2px 20px rgba(0,0,0,.08)}.contact-section .contact-form .form-group{margin-bottom:24px}.contact-section .contact-form .form-group label{color:#333;margin-bottom:8px;font-size:1rem;font-weight:500;display:block}.contact-section .contact-form .form-group input,.contact-section .contact-form .form-group textarea{background:#e9f4ff;border:2px solid #e9f4ff;border-radius:1rem;width:100%;padding:12px 16px;font-family:inherit;font-size:1rem;transition:all .3s}.contact-section .contact-form .form-group input:focus,.contact-section .contact-form .form-group textarea:focus{background:#e9f4ff;border-color:#002147;outline:none;box-shadow:0 0 0 3px rgba(0,102,204,.1)}.contact-section .contact-form .form-group input.error,.contact-section .contact-form .form-group textarea.error{background:#fff5f5;border-color:#dc3545}.contact-section .contact-form .form-group input::placeholder,.contact-section .contact-form .form-group textarea::placeholder{color:#999}.contact-section .contact-form .form-group input{border-radius:2rem}.contact-section .contact-form .form-group textarea{resize:vertical;min-height:120px}.contact-section .contact-form .form-group.checkbox-group .checkbox-label{cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none;align-items:flex-start;gap:12px;display:flex}.contact-section .contact-form .form-group.checkbox-group .checkbox-label input[type=checkbox]{cursor:pointer;accent-color:#06c;width:18px;height:18px;margin-top:2px}.contact-section .contact-form .form-group.checkbox-group .checkbox-label input[type=checkbox].error{outline-offset:2px;outline:2px solid #dc3545}.contact-section .contact-form .form-group.checkbox-group .checkbox-label span{color:#555;font-size:1rem;line-height:1.5}.contact-section .contact-form .form-group.checkbox-group .checkbox-label span a{color:#06c;text-decoration:underline}.contact-section .contact-form .form-group.checkbox-group .checkbox-label span a:hover{color:#004999}.contact-section .contact-form .form-group .error-message{color:#dc3545;margin-top:6px;font-size:1rem;font-weight:500;display:block}.contact-section .contact-form .submit-btn{color:#fff;cursor:pointer;background:linear-gradient(135deg,#06c 0%,#0052a3 100%);border:none;border-radius:8px;width:100%;margin-top:12px;padding:14px 32px;font-size:1rem;font-weight:600;transition:all .3s}@media (min-width:768px){.contact-section .contact-form .submit-btn{font-size:1.1rem}}.contact-section .contact-form .submit-btn:hover:not(:disabled){background:linear-gradient(135deg,#0052a3 0%,#003d7a 100%);transform:translateY(-2px);box-shadow:0 6px 20px rgba(0,102,204,.4)}.contact-section .contact-form .submit-btn:active:not(:disabled){transform:translateY(0)}.contact-section .contact-form .submit-btn:disabled{opacity:.6;cursor:not-allowed}.contact-section .contact-form .submit-btn:focus{outline:none;box-shadow:0 0 0 3px rgba(0,102,204,.3)}.contact-section .contact-form .status-message{text-align:center;border-radius:8px;margin-top:20px;padding:16px;font-weight:500;animation:.3s slideIn}.contact-section .contact-form .status-message.success{color:#155724;background:#d4edda;border:1px solid #c3e6cb}.contact-section .contact-form .status-message.error{color:#721c24;background:#f8d7da;border:1px solid #f5c6cb}@keyframes slideIn{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}@media (max-width:768px){.contact-section{padding:40px 16px}.contact-section .section-title{margin-bottom:30px;font-size:2rem}.contact-section .form-type-switcher{flex-direction:column;align-items:stretch}.contact-section .form-type-switcher .switcher-btn{width:100%}.contact-section .contact-form{padding:24px}}@media (max-width:480px){.contact-section .section-title{font-size:1.75rem}.contact-section .form-type-switcher .switcher-btn{padding:10px 20px;font-size:.9rem}.contact-section .contact-form{padding:20px}.contact-section .contact-form .form-group{margin-bottom:20px}.contact-section .contact-form .form-group input,.contact-section .contact-form .form-group textarea{padding:10px 14px;font-size:.95rem}.contact-section .contact-form .submit-btn{padding:12px 24px;font-size:1rem}}
*{box-sizing:border-box;margin:0;padding:0}h1,h2{font-weight:600}p,span{font-weight:500}body{color:#002147;background:#f9fcff;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;line-height:normal}.container{margin:0 auto;padding:0 1rem}@media (min-width:768px){.container{padding:0 2rem}}@media (min-width:1280px){.container{padding:0 3.75rem}}.hero{padding:4rem 0;overflow:hidden}.hero .hero-content{flex-direction:column;display:flex}.hero .hero-text .hero-title{color:#002147;margin-bottom:1.5rem;font-size:2rem;font-weight:600;line-height:100%}@media (min-width:768px){.hero .hero-text .hero-title{font-size:3.5rem}}@media (min-width:1280px){.hero .hero-text .hero-title{font-size:5rem}}.hero .hero-text .hero-title .hero-subtitle-text{color:#002147}.hero .hero-text .hero-title .hero-accent{color:#0c5cb8}.hero .hero-text .hero-description{color:#18181f;max-width:46rem;font-size:1rem;font-weight:500;line-height:100%}@media (min-width:768px){.hero .hero-text .hero-description{font-size:1.5rem}}.hero .hero-main{margin-top:2rem}.hero .hero-main .hero-cta{color:#fff;cursor:pointer;background:#002147;border:none;border-radius:2rem;width:18.75rem;height:4rem;padding:1rem;font-size:.75rem;font-weight:600;transition:all .2s}@media (min-width:768px){.hero .hero-main .hero-cta{font-size:1.25rem}}.hero .hero-main .hero-cta:hover{background:#094a9a;transform:translateY(-2px);box-shadow:0 10px 25px rgba(30,58,138,.2)}.hero .hero-main .hero-main__description{margin-top:2rem}.hero .hero-main .hero-main__description .hero-img-container{aspect-ratio:2.63;background:linear-gradient(45deg,#c9d5eb,#a1aec4);border-radius:2rem;position:relative}@media (min-width:1568px){.hero .hero-main .hero-main__description .hero-img-container{aspect-ratio:unset;height:595px}}.hero .hero-main .hero-main__description .cta-section{z-index:26;background:#f9fcff;border-bottom-right-radius:3rem;padding-bottom:4rem;padding-right:3.875rem;position:absolute;top:-25px}.hero .hero-main .hero-main__description .hero-img-description{z-index:26;background:#f9fcff;border-top-left-radius:3rem;flex-direction:column;gap:24px;width:300px;padding:3rem 0 3rem 3rem;display:flex;position:absolute;bottom:25px;right:0}.hero .hero-main .hero-main__description .hero-img-description p{color:#18181f;font-size:1rem}@media (min-width:768px){.hero .hero-main .hero-main__description .hero-img-description p{font-size:1.25rem}}.hero .hero-main .hero-main__description .hero-img-description h2{color:#002147;font-size:1.5rem;font-weight:600}@media (min-width:768px){.hero .hero-main .hero-main__description .hero-img-description h2{font-size:2rem}}.hero .hero-main .hero-main__description .hero-img-description p,.hero .hero-main .hero-main__description .hero-img-description h2{line-height:100%}.hero .hero-main .hero-main__description .hero-image{z-index:25;border-radius:1rem;width:100%;max-width:1568px;height:auto;position:absolute;top:-30px;left:50%;transform:translate(-50%)}.hero .hero-main .hero-main__description .hero-img-filler{background:#f9fcff;width:100%;height:30px;position:absolute;bottom:0}.about-us{background:#edf3fa;padding:4rem 0}.about-us .about-content{flex-direction:column-reverse;gap:3rem;display:flex}.about-us .about-content .team-image{object-fit:cover;aspect-ratio:auto 2.55;width:100%;height:auto;max-height:418px}@media (min-width:1024px){.about-us .about-content .team-image{border-top-right-radius:2.625rem;border-bottom-right-radius:2.625rem;min-width:650px}.about-us .about-content{flex-direction:row;gap:4rem}}.about-us .about-image{width:100%}@media (min-width:320px){.about-us .about-text{padding:1rem}}@media (min-width:1024px){.about-us .about-text{padding:0 3.75rem 0 0}}.about-us .about-text h2{color:#18181f;margin-bottom:1.5rem;font-size:2rem}@media (min-width:768px){.about-us .about-text h2{font-size:2.5rem}}.about-us .about-text p{color:#18181f;font-size:1rem}@media (min-width:768px){.about-us .about-text p{font-size:1.125rem}}.for-employers{background:#f9fcff}.for-employers .for-employers-container{flex-flow:column wrap;padding:1rem 0;display:grid}.for-employers .for-employers-container .employers-text{flex-direction:column;align-items:flex-start;display:flex}@media (min-width:320px){.for-employers .for-employers-container{grid-gap:1.25rem;grid-template-columns:repeat(1,1fr);padding:1rem}}@media (min-width:1024px){.for-employers .for-employers-container{padding:4rem}.for-employers .for-employers-container .employers-text{grid-column:1/span 2}.for-employers .for-employers-container{grid-gap:1.25rem;grid-template-columns:repeat(auto-fit,minmax(350px,1fr))}}.for-employers .section-title{text-align:center;color:#002147;margin-bottom:2rem;font-size:2rem}@media (min-width:768px){.for-employers .section-title{font-size:2.5rem}}.for-employers .employers-intro{text-align:left;max-width:800px}.for-employers .employers-intro p{color:#18181f;margin-bottom:1rem;font-size:1rem;line-height:100%}@media (min-width:768px){.for-employers .employers-intro p{font-size:1.5rem}}.for-employers .employers-intro p:last-child{margin-bottom:0}.for-employers .employer-card{background:#edf3fa;border-radius:.5rem;align-self:flex-end;align-items:center;gap:1rem;height:8.5rem;padding:1rem;transition:transform .2s,box-shadow .2s;display:flex;box-shadow:0 4px 6px rgba(0,0,0,.05)}.for-employers .employer-card:hover{transform:translateY(-4px);box-shadow:0 10px 25px rgba(0,0,0,.1)}.for-employers .employer-card h3{color:#18181f;font-size:1rem;font-weight:600;line-height:100%}@media (min-width:768px){.for-employers .employer-card h3{font-size:1.25rem}}.for-employees{background:#edf3fa}.for-employees .employees-content{grid-template-columns:1fr;align-items:center;gap:1rem;display:grid}@media (min-width:1024px){.for-employees .employees-content{grid-template-columns:1fr 1fr;gap:4rem}}.for-employees .employees-text{padding:1rem}@media (min-width:1280px){.for-employees .employees-text{padding:0 0 0 4rem}}.for-employees .employees-text h2{color:#002147;margin-bottom:2rem;font-size:1.75rem}@media (min-width:768px){.for-employees .employees-text h2{font-size:2.25rem}}.for-employees .employees-text .benefits-list{list-style:none}.for-employees .employees-text .benefits-list li{color:#18181f;margin-bottom:1rem;padding-left:2rem;font-size:1rem;font-weight:500;line-height:1.6;position:relative}@media (min-width:768px){.for-employees .employees-text .benefits-list li{font-size:1.125rem}}.for-employees .employees-text .benefits-list li:before{content:"●";color:#18181f;font-size:1.5rem;line-height:1.2;position:absolute;left:0}.for-employees .employees-image .handshake-photo{object-fit:cover;width:100%;height:auto}.vacancies{background:#f9fcff;gap:1.5rem;padding:4rem 0}.vacancies .section-title{text-align:center;color:#002147;margin-bottom:3rem;font-size:2rem;font-weight:800}@media (min-width:768px){.vacancies .section-title{font-size:2.5rem}}.vacancies .vacancies-grid{flex-wrap:wrap;justify-content:center;gap:1.5rem;display:flex}.vacancies .vacancy-card{text-align:left;background:#f9fcff;border-radius:.5rem;flex-direction:row;align-items:center;gap:1rem;width:max(280px,min(25% - 3rem,450px));padding:1rem;transition:transform .2s,box-shadow .2s;display:flex;box-shadow:0 4px 4px rgba(10,9,23,.06)}.vacancies .vacancy-card:hover{transform:translateY(-4px);box-shadow:0 10px 25px rgba(0,0,0,.1)}.vacancies .vacancy-card.proposal{color:#fff;background:#002147;justify-content:center}@media (min-width:320px){.vacancies .vacancy-card.proposal{border-radius:10rem;min-width:70%;max-width:438px}}@media (min-width:980px){.vacancies .vacancy-card.proposal{border-radius:.5rem;min-width:315px}}.vacancies .vacancy-card.proposal span{color:#fff;font-weight:600}.vacancies .vacancy-card .vacancy-icon{background:#002147;border-radius:1rem;justify-content:center;align-items:center;width:4rem;height:4rem;display:flex}.vacancies .vacancy-card span{color:#002147;font-size:1rem;font-weight:600}@media (min-width:768px){.vacancies .vacancy-card span{font-size:1.25rem}}.footer{background:#f8fafc;border-top:1px solid #e2e8f0;padding:3rem 0 2rem}.footer .footer-content{grid-template-columns:1fr;gap:2rem;display:grid}@media (min-width:768px){.footer .footer-content{grid-template-columns:1fr 1fr 1fr;gap:3rem}}.footer .footer-brand .footer-logo{margin-bottom:.5rem}.footer .footer-brand .footer-tagline{color:#002147;font-size:1rem}.footer .footer-nav h3{color:#002147;margin-bottom:1rem;font-size:1rem;font-weight:600}@media (min-width:768px){.footer .footer-nav h3{font-size:1.125rem}}.footer .footer-nav ul{list-style:none}.footer .footer-nav ul li{margin-bottom:.5rem}.footer .footer-nav ul li a{color:#002147;font-size:1rem;text-decoration:none;transition:color .2s}.footer .footer-nav ul li a:hover{color:#0c5cb8}.footer .footer-social .social-icons{gap:1rem;margin-bottom:1rem;display:flex}.footer .footer-social .social-icons .social-link{background:#002147;border-radius:.5rem;justify-content:center;align-items:center;width:2.5rem;height:2.5rem;text-decoration:none;transition:transform .2s;display:flex}.footer .footer-social .social-icons .social-link:hover{transform:translateY(-2px)}.footer .footer-social .social-icons .social-link:after{content:"";background:#fff;width:1.25rem;height:1.25rem;-webkit-mask-position:50%;mask-position:50%;-webkit-mask-size:contain;mask-size:contain;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat}.footer .footer-social .social-icons .social-link.viber:after,.footer .footer-social .social-icons .social-link.telegram:after,.footer .footer-social .social-icons .social-link.whatsapp:after,.footer .footer-social .social-icons .social-link.facebook:after{-webkit-mask-image:url("data:image/svg+xml,<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" fill=\"currentColor\"><path d=\"M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2z\"/></svg>");mask-image:url("data:image/svg+xml,<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" fill=\"currentColor\"><path d=\"M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2z\"/></svg>")}.footer .footer-social .copyright{color:#64748b;font-size:.75rem;line-height:1.4}@media (max-width:768px){.hero{padding:2rem 0}.hero .hero-title{font-size:2rem}.hero .hero-visual{height:300px}.section-title{font-size:2rem!important}.about-us .about-content,.about-us .employees-content,.for-employees .about-content,.for-employees .employees-content{grid-template-columns:1fr}}
