.navbar-mobile__burger{display:block;padding:0;margin:0;background:rgba(0,0,0,0);border:none;cursor:pointer;width:40px;height:40px;transition:transform .25s ease}.navbar-mobile__burger--active{transform:rotate(90deg)}.navbar-mobile__burger--inactive{transform:rotate(0)}.navbar-mobile__burger svg>path{stroke:#4682b4}.navbar-mobile{background-color:#fff;box-shadow:0 2px 4px rgba(0,0,0,.1);top:0;z-index:20;overflow:hidden;position:fixed;width:100%;height:64px;transition:background-color .35s linear,height .35s}.navbar-mobile__header{max-width:100%;display:flex;padding:.75rem 1.5rem;align-items:center;justify-content:space-between}.navbar-mobile__header-logo-img{width:auto;height:32px}.navbar-mobile--active{height:100vh;background:#fff;display:block}.navbar-mobile__body{max-width:100%;padding:24px;visibility:hidden}.navbar-mobile__body--active{visibility:visible}.navbar-mobile__menu{display:flex;flex-direction:column;text-align:center;gap:1.5rem;list-style:none;margin:0;padding:0}@media(min-width:769px){.navbar-mobile{display:none}}.navbar-web{background-color:#fff;box-shadow:0 2px 4px rgba(0,0,0,.1);position:fixed;top:0;z-index:20;width:100%;background-color:rgba(18,18,18,.4);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);transition:background-color .3s ease-in-out}.navbar-web:hover{background-color:#fff}.navbar-web:hover .navbar-web__logo-img{filter:none}.navbar-web:hover .text--navbar-link{color:#1a2526}.navbar-web:hover .text--navbar-link:hover{color:#4682b4}@media(max-width:768px){.navbar-web{display:none}}.navbar-web__container{max-width:1320px;margin:0 auto;display:flex;padding:1rem;justify-content:space-between;align-items:center}.navbar-web__logo-img{cursor:pointer;filter:brightness(0) invert(100%);transition:filter .3s ease-in-out}.navbar-web__menu{display:flex;gap:1.5rem;list-style:none;margin:0;padding:0}.navbar-web .text--navbar-link{color:#fff}.footer{background-color:#2e2e2e}.footer__container{max-width:1320px;margin:0 auto;display:flex;padding:1.5rem 1rem;flex-direction:column}.footer__info{display:flex;flex-wrap:wrap;justify-content:space-between;gap:.5rem}@media(max-width:768px){.footer__info{flex-direction:column;gap:1.5rem}}.footer__column{display:flex;flex-direction:column;gap:.5rem}.footer__column-title{font-family:Inter,sans-serif;font-size:1.25rem;font-weight:600;line-height:1.5;color:#e5e7eb}@media(max-width:768px){.footer__column-title{font-size:1.125rem}}.footer__column-links{display:flex;flex-direction:column;gap:.25rem;margin:0;padding:0;list-style:none}.footer__column--social{min-width:50%}.footer__link{font-family:Inter,sans-serif;font-size:.875rem;font-weight:400;line-height:1.5;color:#e5e7eb;cursor:pointer;text-decoration:none;transition:color .3s ease;position:relative;display:inline-block}.footer__link:hover{color:#79a5cb}@media(max-width:768px){.footer__link{font-size:.75rem}}.footer__link:after{content:"";position:absolute;left:0;bottom:-2px;width:100%;height:2px;transform:scaleX(0);transform-origin:left;transition:transform .3s ease;background-color:#79a5cb}.footer__link:hover:after{transform:scaleX(1)}.footer__separator{margin:1.5rem 0;width:100%}.footer__hr{color:#e5e7eb;width:100%}.footer__bottom{display:flex;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:.5rem}@media(max-width:768px){.footer__bottom{flex-direction:column;gap:.5rem;align-items:flex-start}}.footer__copyright{min-width:41%;text-align:left;font-family:Inter,sans-serif;font-size:.875rem;font-weight:400;line-height:1.5;color:#e5e7eb}@media(max-width:768px){.footer__copyright{font-size:.75rem}}.footer__bottom-links{display:flex;gap:1.5rem;justify-content:flex-end;margin:0;padding:0}@media(max-width:768px){.footer__bottom-links{flex-direction:column;gap:.25rem}}.footer__bottom-links li{list-style:none}.footer__social-links{display:flex;gap:.5rem}.footer__social-icon{display:inline-flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:50%;background-color:rgba(0,0,0,0);transition:background-color .3s ease,color .3s ease;text-decoration:none}.footer__social-icon:hover{background-color:#e5e7eb}.footer__social-icon:hover .footer__social-svg{fill:#4682b4}.footer__social-icon .footer__social-svg{fill:#e5e7eb}@import"https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;700&display=swap";body,html{min-height:100%;margin:0;padding:0;box-sizing:border-box}body{min-height:100vh;display:flex;flex-direction:column;background-color:#fff}*,:after,:before{box-sizing:border-box}main{min-height:80vh}@media(max-width:768px){main{margin-top:64px}}.text{margin:0}.text--page-title{font-family:Inter,sans-serif;font-size:3.5rem;font-weight:700;line-height:1.2;color:#1a2526}@media(max-width:768px){.text--page-title{font-size:2rem}}.text--section-title{font-family:Inter,sans-serif;font-size:1.75rem;font-weight:700;line-height:1.2;color:#1a2526}@media(max-width:768px){.text--section-title{font-size:1.5rem}}.text--section-content{font-family:Inter,sans-serif;font-size:1rem;font-weight:400;line-height:1.6;color:#1a2526}@media(max-width:768px){.text--section-content{font-size:.875rem}}.text--section-link{font-family:Inter,sans-serif;font-size:.875rem;font-weight:500;line-height:1.4;color:#4682b4;cursor:pointer;text-decoration:none;transition:color .3s ease;position:relative;display:inline-block}.text--section-link:hover{color:#2e5a80}@media(max-width:768px){.text--section-link{font-size:.75rem}}.text--section-link:after{content:"";position:absolute;left:0;bottom:-2px;width:100%;height:2px;transform:scaleX(0);transform-origin:left;transition:transform .3s ease;background-color:#2e5a80}.text--section-link:hover:after{transform:scaleX(1)}.text--navbar-link{font-family:Inter,sans-serif;font-size:1rem;font-weight:500;line-height:1.2;color:#1a2526;cursor:pointer;text-decoration:none;transition:color .3s ease;position:relative;display:inline-block}.text--navbar-link:hover{color:#4682b4}@media(max-width:768px){.text--navbar-link{font-size:.875rem}}.text--navbar-link:after{content:"";position:absolute;left:0;bottom:-2px;width:100%;height:2px;transform:scaleX(0);transform-origin:left;transition:transform .3s ease;background-color:#4682b4}.text--navbar-link:hover:after{transform:scaleX(1)}.text--navbar-link--active{color:#79a5cb;font-weight:700}.text--center{text-align:center}.text--right{text-align:right}.text--left{text-align:left}.screen--full-height{height:100vh}.screen--full-width{max-width:100vw;width:100%}:root{--color-acent:#00FFA3;--color-primary:#4682B4;--color-primary-light:#79a5cb;--color-primary-dark:#2e5a80;--color-secondary:#6C757D;--color-secondary-light:#858c92;--color-secondary-dark:#565d63;--color-text:#1A2526;--color-text-secondary:#4A5A5B;--color-text-light:#E5E7EB;--color-active:#8a2be2;--color-white:#ffffff;--color-black:#000000;--color-transparent:transparent;--color-red:#dd2020;--color-gray-500:#adb5bd;--color-gray-400:#ced4da;--color-gray-300:#dee2e6;--color-gray-100:#f8f9fa;--color-gray-200:#e9ecef;--color-bg-light:#ECF2F7;--color-bg-gradient:linear-gradient(135deg,#4682B4,#2C3E50);--color-white-low-opacity:rgba(255,255,255,0.1);--color-accent-low-opacity:rgb(0 255 163/0.2);--font-size-xs:0.25rem;--font-size-sm:0.5rem;--font-size-md:1rem;--font-size-lg:1.5rem;--font-size-xl:2rem;--font-size-xxl:4rem}