.tenant-selector{position:fixed;inset:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000;padding:20px}.tenant-selector__content{background:#fff;border-radius:24px;padding:32px;max-width:500px;width:100%;box-shadow:0 4px 8px #0000002e,0 2px 4px #00000024;animation:slideIn .3s cubic-bezier(.2,0,0,1)}@keyframes slideIn{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}.tenant-selector__title{font-size:24px;font-weight:600;margin:0 0 8px;color:#1a1a1a}.tenant-selector__description{font-size:14px;color:#666;margin:0 0 24px;line-height:1.5}.tenant-selector__list{display:flex;flex-direction:column;gap:12px;margin-bottom:24px}.tenant-selector__item{display:flex;align-items:center;justify-content:space-between;padding:16px;border:1px solid #E5E8EB;border-radius:12px;background:#fff;cursor:pointer;transition:all .2s cubic-bezier(.2,0,0,1);text-align:left;box-shadow:0 1px 2px #00000014}.tenant-selector__item:hover{border-color:#1e70eb;background:#f5f7fa;transform:translateY(-1px);box-shadow:0 1px 3px #0000001f,0 1px 2px #0000003d}.tenant-selector__item:active{transform:translateY(0) scale(.98);transition:all .1s cubic-bezier(.4,0,1,1)}.tenant-selector__item-content{flex:1}.tenant-selector__name{font-size:16px;font-weight:600;color:#1a1a1a;margin-bottom:4px}.tenant-selector__id{font-size:12px;color:#666;font-family:monospace;margin-bottom:4px}.tenant-selector__roles{font-size:12px;color:#4f46e5;font-weight:500;text-transform:capitalize}.tenant-selector__arrow{font-size:20px;color:#1e70eb;margin-left:16px;transition:transform .2s cubic-bezier(.2,0,0,1)}.tenant-selector__item:hover .tenant-selector__arrow{transform:translate(4px)}.tenant-selector__cancel{width:100%;padding:12px 24px;min-height:48px;background:#fff;border:1px solid #E5E8EB;border-radius:20px;font-size:14px;font-weight:500;color:#121714;cursor:pointer;transition:all .2s cubic-bezier(.2,0,0,1);box-shadow:0 1px 2px #00000014;text-transform:uppercase;letter-spacing:.5px}.tenant-selector__cancel:hover{background:#f5f7fa;border-color:#1e70eb;color:#1e70eb;transform:translateY(-1px);box-shadow:0 1px 3px #0000001f,0 1px 2px #0000003d}.tenant-selector__cancel:active{transform:translateY(0) scale(.97);background:#e8f0fe;transition:all .1s cubic-bezier(.4,0,1,1)}.login-form{display:flex;flex-direction:column;gap:20px;width:100%;max-width:400px;box-sizing:border-box;overflow-x:hidden}.login-form__field{display:flex;flex-direction:column;gap:8px}.login-form__label{font-family:Inter,sans-serif;font-weight:500;font-size:16px;line-height:1.5;color:#121417;margin:0;transition:color .2s cubic-bezier(.2,0,0,1)}.login-form__input{width:100%;padding:16px;border:1px solid #E5E8EB;border-radius:12px;background-color:#fff;font-family:Inter,sans-serif;font-weight:400;font-size:16px;line-height:1.5;color:#121417;transition:all .2s cubic-bezier(.2,0,0,1);box-sizing:border-box;box-shadow:none}.login-form__input::placeholder{color:#637887}.login-form__input:hover:not(:focus):not(:disabled){border-color:#cbd5e0;background-color:#f9fafb}.login-form__input:focus{outline:none;border-color:#1e70eb;border-width:2px;background-color:#fff;box-shadow:0 1px 3px #1e70eb33,0 1px 2px #1e70eb26}.login-form__input:disabled{background-color:#f5f7fa;border-color:#e5e8eb;color:#9ca3af;cursor:not-allowed}.login-form__input--error{border:1px solid #EF4444;border-width:1px;background-color:#fff}.login-form__input--error:hover:not(:focus){border-color:#dc2626;background-color:#fef2f2}.login-form__input--error:focus{border-color:#ef4444;border-width:2px;box-shadow:0 1px 3px #ef444433,0 1px 2px #ef444426}.login-form__error{font-family:Inter,sans-serif;font-weight:400;font-size:14px;line-height:1.5;color:#ef4444;margin:0;animation:fadeInSlide .2s cubic-bezier(.2,0,0,1)}.login-form__forgot{padding:4px 0 12px}.login-form__forgot-link{font-family:Inter,sans-serif;font-weight:400;font-size:14px;line-height:1.5;color:#637887;text-decoration:none;transition:all .2s cubic-bezier(.2,0,0,1);position:relative}.login-form__forgot-link:hover{color:#1e70eb;text-decoration:underline;transform:translateY(-1px)}.login-form__forgot-link:active{transform:translateY(0);color:#1a5fd9}.login-form__error-message{padding:12px 16px;background-color:#fef2f2;border:1px solid #FECACA;border-radius:12px;font-family:Inter,sans-serif;font-weight:400;font-size:14px;line-height:1.5;color:#dc2626;text-align:center;box-shadow:0 1px 3px #dc26261f,0 1px 2px #dc26263d;transition:all .2s cubic-bezier(.2,0,0,1);animation:fadeInSlide .3s cubic-bezier(.2,0,0,1)}.login-form__submit{width:100%;height:48px;min-height:48px;background:linear-gradient(135deg,#1e70eb,#1a5fd9);border:none;border-radius:20px;font-family:Inter,sans-serif;font-weight:700;font-size:16px;line-height:1.5;color:#fff;cursor:pointer;transition:all .2s cubic-bezier(.2,0,0,1);display:flex;align-items:center;justify-content:center;letter-spacing:.5px;text-transform:uppercase;position:relative;overflow:hidden;box-shadow:0 1px 3px #0000001f,0 1px 2px #0000003d}.login-form__submit:hover:not(:disabled){background:linear-gradient(135deg,#1a5fd9,#1552c4);transform:translateY(-1px);box-shadow:0 3px 6px #00000026,0 2px 4px #0000001f}.login-form__submit:active:not(:disabled){transform:translateY(0) scale(.97);transition:all .1s cubic-bezier(.4,0,1,1);box-shadow:0 1px 3px #0000001f,0 1px 2px #0000003d}.login-form__submit:focus-visible{outline:2px solid #1e70eb;outline-offset:2px}.login-form__submit:disabled{background:#d1d5db;color:#666;cursor:not-allowed;transform:none;box-shadow:0 1px 2px #0000001a;opacity:.6}@media (max-width: 768px){.login-form{max-width:100%;padding:0 16px;width:100%}.login-form__input{font-size:16px}.login-form__label{font-size:clamp(14px,3vw,16px)}}.language-selector{display:flex!important;gap:.5rem;align-items:center;flex-shrink:0}.language-selector__button{display:flex!important;align-items:center;justify-content:center;gap:.375rem;padding:.5rem .75rem!important;border:1px solid #e5e8eb!important;background:#fff!important;border-radius:.5rem;cursor:pointer;transition:all .2s ease;font-size:.875rem!important;font-weight:500!important;min-width:auto!important;min-height:2.5rem!important;width:auto!important;height:auto!important;position:relative;color:#121714!important;box-shadow:0 1px 2px #0000000d;font-family:inherit}.language-selector__button:hover{background-color:#f8f9fa;border-color:#d1d5db;box-shadow:0 2px 4px #0000001a;transform:translateY(-1px)}.language-selector__button:focus{outline:2px solid #0066cc;outline-offset:2px}.language-selector__button:focus:not(:focus-visible){outline:none}.language-selector__button--active{background-color:#e8f4fd;border-color:#06c;color:#06c;box-shadow:0 2px 4px #06c3}.language-selector__button--active:hover{background-color:#d1e9f9;border-color:#0052a3}.language-selector__emoji{font-size:1rem;line-height:1;display:inline-block}.language-selector__text{font-size:.875rem;font-weight:600;line-height:1;color:inherit}.login-page{min-height:100vh;background-color:#fff;display:flex;flex-direction:column;width:100%;max-width:100vw;overflow-x:hidden;box-sizing:border-box;position:relative}.login-page__header{border-bottom:1px solid #E5E8EB;padding:12px 20px}.login-page__header-content{display:flex;justify-content:space-between;align-items:center;width:100%}.login-page__logo{display:flex;align-items:center}.login-page__logo-text{font-family:Inter,sans-serif;font-weight:700;font-size:18px;line-height:1.28;color:#121417}.login-page__language-selector{display:flex;align-items:center}.login-page__main{flex:1;display:flex;justify-content:center;align-items:center;padding:20px 160px;width:100%;max-width:100%;box-sizing:border-box;overflow-x:hidden}@media (max-width: 1200px){.login-page__main{padding:20px 80px}}@media (max-width: 1024px){.login-page__main{padding:20px 40px}}.login-page__container{width:100%;max-width:960px;height:713px;padding:20px 0;box-sizing:border-box;overflow-x:hidden}.login-page__content{display:flex;flex-direction:column;align-items:center;padding:32px;height:100%;background-color:#fff;border-radius:24px;transition:all .3s cubic-bezier(.2,0,0,1);animation:fadeInSlide .4s cubic-bezier(.2,0,0,1)}.login-page__title{font-family:Inter,sans-serif;font-weight:700;font-size:28px;line-height:1.25;color:#121417;text-align:center;margin:0 0 40px}.login-page__loading{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:16px;height:100vh}.login-page__spinner{width:40px;height:40px;border:4px solid #E5E8EB;border-top:4px solid #1C82D4;border-radius:50%;animation:spin 1s linear infinite}.login-page__loading p{font-family:Inter,sans-serif;font-weight:400;font-size:16px;color:#637887;margin:0}@media (max-width: 1024px){.login-page__main{padding:20px 80px}.login-page__container{max-width:100%}}@media (max-width: 768px){.login-page__header{padding:12px 20px}.login-page__main{padding:20px}.login-page__container{height:auto;min-height:500px}.login-page__content{padding:20px 0}.login-page__title{font-size:24px;margin-bottom:32px}}@media (max-width: 480px){.login-page__header{padding:12px 16px}.login-page__main{padding:16px}.login-page__title{font-size:20px;margin-bottom:24px}}.booking-navbar{width:100%;max-width:100vw;background:#fff;border-bottom:1px solid rgba(0,0,0,.06);position:sticky;top:0;z-index:100;overflow-x:hidden;box-sizing:border-box;box-shadow:0 1px 3px #0000000d,0 1px 2px #00000008}.booking-navbar__container{width:100%;max-width:100%;display:flex;align-items:center;justify-content:space-between;padding:12px 0;box-sizing:border-box;overflow-x:hidden}.booking-navbar__logo{display:flex;align-items:center;gap:12px;flex-shrink:0;margin-right:auto;padding-left:16px}.booking-navbar__back-btn{background:none;border:none;cursor:pointer;padding:4px;display:flex;align-items:center;justify-content:center;transition:opacity .2s ease;flex-shrink:0}.booking-navbar__back-btn:hover{opacity:.7}.booking-navbar__back-btn:active{opacity:.5}.booking-navbar__logo-btn{display:flex;align-items:center;gap:8px;background:none;border:none;cursor:pointer;transition:opacity .2s ease}.booking-navbar__logo-btn:hover{opacity:.8}.booking-navbar__logo-icon{width:24px;height:24px;color:#1e70eb;flex-shrink:0}.booking-navbar__logo-text{font-family:Inter,sans-serif;font-weight:700;font-size:20px;line-height:1.28;color:#0d1b2a;user-select:none;cursor:default}.booking-navbar__right{display:flex;align-items:center;gap:20px;flex-shrink:0;margin-left:auto;padding-right:16px}.booking-navbar__nav{display:flex;gap:36px}.booking-navbar button.booking-navbar__nav-link{font-family:Inter,sans-serif;font-weight:500;font-size:14px;line-height:1.5;color:#121714!important;background:none!important;border:none!important;padding:0!important;cursor:pointer;transition:color .2s ease}.booking-navbar button.booking-navbar__nav-link:hover{color:#1e70eb!important;border-color:transparent!important}.booking-navbar button.booking-navbar__nav-link[aria-current=page]{color:#121714!important;font-weight:500}.booking-navbar__actions{display:flex;gap:8px;align-items:center}.booking-navbar__user-dropdown{position:relative}.booking-navbar__user-avatar-btn{background:none;border:none;cursor:pointer;padding:0;border-radius:50%;transition:transform .2s ease;display:flex;align-items:center;justify-content:center}.booking-navbar__user-avatar-btn:hover{transform:scale(1.05)}.booking-navbar__user-avatar-btn:active{transform:scale(.95)}.booking-navbar__user-avatar{width:36px;height:36px;border-radius:50%;background:linear-gradient(135deg,#1e70eb,#1a5fd9);display:flex;align-items:center;justify-content:center;border:2px solid #E5E8EB;flex-shrink:0;transition:border-color .2s ease}.booking-navbar__user-avatar-btn:hover .booking-navbar__user-avatar{border-color:#1e70eb}.booking-navbar__avatar-initials{font-family:Inter,sans-serif;font-weight:600;font-size:14px;line-height:1;color:#fff;text-transform:uppercase;letter-spacing:.5px}.booking-navbar__avatar-icon{color:#fff;stroke:currentColor}.booking-navbar__dropdown{position:fixed;background:#fff;border:1px solid #E5E8EB;border-radius:8px;box-shadow:0 4px 12px #0000001a;min-width:200px;z-index:10000;overflow:hidden}.booking-navbar__dropdown-header{padding:12px 16px;background-color:#f5f7fa;border-bottom:1px solid #E5E8EB}.booking-navbar__dropdown-user-name{font-family:Inter,sans-serif;font-weight:600;font-size:14px;line-height:1.5;color:#121714;margin-bottom:4px}.booking-navbar__dropdown-user-email{font-family:Inter,sans-serif;font-weight:400;font-size:12px;line-height:1.5;color:#637887}.booking-navbar__dropdown-divider{height:1px;background-color:#e5e8eb;margin:0}.booking-navbar__dropdown-item{width:100%;display:flex;align-items:center;gap:12px;padding:12px 16px;background:none;border:none;cursor:pointer;font-family:Inter,sans-serif;font-weight:400;font-size:14px;line-height:1.5;color:#121714;text-align:left;transition:background-color .2s ease}.booking-navbar__dropdown-item:hover{background-color:#f5f7fa}.booking-navbar__dropdown-item--logout{color:#ef4444}.booking-navbar__dropdown-item--logout:hover{background-color:#fef2f2;color:#dc2626}.booking-navbar__dropdown-icon{flex-shrink:0;color:currentColor}.booking-navbar__btn{font-family:Inter,sans-serif;font-weight:700;font-size:14px;line-height:1.5;padding:0 16px;height:40px;border-radius:8px;cursor:pointer;transition:all .2s ease;border:none}.booking-navbar__btn--primary{background:#0d1b2a;color:#fff;border-radius:9999px}.booking-navbar__btn--primary:hover{background:#1a2d47;transform:translateY(-1px)}.booking-navbar__btn--secondary{background:transparent;color:#121714;border:none}.booking-navbar__btn--secondary:hover{color:#1e70eb;background:transparent}@media (min-width: 640px){.booking-navbar__logo{padding-left:20px}.booking-navbar__right{padding-right:20px}}@media (min-width: 1024px){.booking-navbar__logo{padding-left:40px}.booking-navbar__right{padding-right:40px}}@media (min-width: 768px) and (max-width: 1024px){.booking-navbar__logo{padding-left:24px}.booking-navbar__right{padding-right:24px;gap:16px}.booking-navbar__nav{gap:24px}.booking-navbar button.booking-navbar__nav-link{font-size:13px}.booking-navbar__btn{padding:0 14px;height:38px;font-size:13px}}@media (max-width: 768px){.booking-navbar__container{padding:10px 0}.booking-navbar__logo{padding-left:16px}.booking-navbar__right{padding-right:16px}.booking-navbar__nav{display:none}.booking-navbar__logo-text{font-size:16px}.booking-navbar__btn{padding:0 12px;height:36px;font-size:13px}.booking-navbar__logo-icon{width:14px;height:14px}.booking-navbar__user-avatar{width:32px;height:32px}.booking-navbar__avatar-initials{font-size:12px}.booking-navbar__dropdown{min-width:180px}.booking-navbar__dropdown-user-name{font-size:13px}.booking-navbar__dropdown-user-email{font-size:11px}.booking-navbar__dropdown-item{padding:10px 14px;font-size:13px}}@media (max-width: 480px){.booking-navbar__logo-text{font-size:14px}.booking-navbar__btn{padding:0 10px;height:34px;font-size:12px}.booking-navbar__actions{gap:6px}.booking-navbar__btn--secondary{font-size:12px;padding:0 8px}}.home-hero{background:#fff;padding:120px 160px 80px}.home-hero__container{max-width:1280px;margin:0 auto;padding-top:110px}.home-hero__content{display:flex;align-items:flex-start;gap:40px;padding:0;flex-direction:row;justify-content:center}.home-hero__text{flex:0 1 auto;display:flex;flex-direction:column;gap:32px;max-width:580px;padding-top:0;margin:0;align-items:flex-start}@media (min-width: 1025px){.home-hero__text{margin-right:50px}}.home-hero__title{font-family:Inter,sans-serif;font-weight:700!important;font-size:48px;line-height:1.2;letter-spacing:-.02em;color:#0d1b2a;margin:0;max-width:100%}.home-hero__subtitle{font-family:Inter,sans-serif;font-weight:400;font-size:18px;line-height:1.6;color:#4a5568;margin:0;max-width:480px;width:100%;text-align:left;word-wrap:break-word;overflow-wrap:break-word;hyphens:auto}.home-hero__actions{display:flex;gap:12px;flex-wrap:wrap}.home-hero__btn{font-family:Inter,sans-serif;font-weight:700;font-size:16px;line-height:1.5;padding:0 24px;height:48px;cursor:pointer;transition:all .2s ease;border:none}.home-hero__btn--primary{background:#1e70eb;color:#fff;border-radius:9999px}.home-hero__btn--primary:hover{background:#1a5fd9;transform:translateY(-1px)}.home-hero__btn--secondary{background:#f9fafb;color:#4a5568;border:1px solid #e2e8f0;border-radius:9999px}.home-hero__btn--secondary:hover{background:#f1f5f9;transform:translateY(-1px)}.home-hero__image{flex:0 0 auto;display:flex;align-items:center;justify-content:center}@media (min-width: 1025px){.home-hero__image{margin-left:50px}}.home-hero__visual-container{width:auto;max-width:350px;display:flex;align-items:center;justify-content:center;position:relative}.home-hero__img{width:100%;max-width:350px;height:auto;max-height:400px;object-fit:contain;display:block;border-radius:16px}@media (max-width: 1200px){.home-hero__title{white-space:normal}.home-hero__text{max-width:520px}}@media (max-width: 1024px){.home-hero{padding:80px 60px 60px}.home-hero__container{padding-top:30px}.home-hero__content{flex-direction:column;text-align:center;gap:40px;align-items:center}.home-hero__text{max-width:100%;width:100%;margin:0 auto;align-items:center}.home-hero__title{font-size:36px;font-weight:700!important;white-space:normal;text-align:center;width:100%}.home-hero__subtitle{max-width:100%;width:100%;text-align:center;margin:0 auto}.home-hero__image{width:100%;max-width:400px;margin-left:0}.home-hero__visual-container,.home-hero__img{max-width:100%}}@media (min-width: 768px) and (max-width: 1024px){.home-hero{padding:80px 40px 60px}.home-hero__container{padding-top:40px}.home-hero__content{gap:48px;align-items:center}.home-hero__text{width:100%;max-width:100%;align-items:center}.home-hero__title{font-size:40px;text-align:center;width:100%}.home-hero__subtitle{font-size:17px;text-align:center;max-width:600px;width:100%;margin:0 auto}.home-hero__actions{width:100%;justify-content:center}.home-hero__image{max-width:450px}.home-hero__img{max-height:350px}}@media (max-width: 768px){.home-hero{padding:60px 24px 40px}.home-hero__container{padding-top:20px}.home-hero__content{gap:32px}.home-hero__text{max-width:100%;width:100%;margin:0 auto;align-items:center}.home-hero__title{font-size:32px;font-weight:700!important;white-space:normal;line-height:1.3;text-align:center;width:100%}.home-hero__subtitle{font-size:16px;text-align:center;max-width:100%;width:100%;margin:0 auto}.home-hero__actions{justify-content:center;flex-direction:column;width:100%;align-items:center}.home-hero__btn{font-size:14px;padding:0 24px;height:44px;width:100%;max-width:300px}.home-hero__image{width:100%;max-width:100%;margin-left:0}.home-hero__visual-container{max-width:100%;width:100%}.home-hero__img{max-width:100%;max-height:300px}}@media (max-width: 480px){.home-hero{padding:40px 16px 30px}.home-hero__container{padding-top:10px}.home-hero__title{font-size:28px;font-weight:700!important;text-align:center}.home-hero__subtitle{font-size:15px;text-align:center;width:100%;margin:0 auto}.home-hero__img{max-height:250px}}.home-benefits{background:#fff;padding:100px 16px}.home-benefits__container{max-width:1280px;width:100%;margin:0 auto;padding:0 160px;box-sizing:border-box;display:flex;flex-direction:column;align-items:center}@media (max-width: 1200px){.home-benefits__container{padding:0 80px}}.home-benefits__header{text-align:center;margin-bottom:48px;width:100%;display:flex;flex-direction:column;align-items:center;gap:26px}.home-benefits__heading{font-family:Inter,sans-serif;font-weight:700;font-size:36px;line-height:1.25;letter-spacing:-.028em;color:#121714;margin:0;text-align:center;width:100%}.home-benefits__subtitle{font-family:Inter,sans-serif;font-weight:400;font-size:16px;line-height:1.5;color:#6b7280;margin:0 auto;max-width:720px;text-align:center}.home-benefits__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;width:100%}.home-benefits__card{background:#fff;border:1px solid #e5e7eb;border-radius:12px;padding:32px;display:flex;flex-direction:column;align-items:center;text-align:center;gap:16px;transition:all .2s ease;box-shadow:0 2px 8px #00000014}.home-benefits__card:hover{transform:translateY(-2px);box-shadow:0 4px 12px #00000026}.home-benefits__icon{width:48px;height:48px;flex-shrink:0;display:flex;align-items:center;justify-content:center;margin-bottom:8px;position:relative;z-index:1}.home-benefits__icon svg{width:48px!important;height:48px!important;min-width:48px!important;min-height:48px!important;max-width:48px!important;max-height:48px!important;display:block!important;visibility:visible!important;opacity:1!important;filter:none!important;transform:none!important;pointer-events:auto!important}.home-benefits__icon svg path{fill:#1e70eb!important}.home-benefits__content{flex:1;display:flex;flex-direction:column;gap:8px;align-items:center;text-align:center;width:100%}.home-benefits__title{font-family:Inter,sans-serif;font-weight:700;font-size:18px;line-height:1.3;color:#0d1b2a;margin:0 0 8px;text-align:center}.home-benefits__description{font-family:Inter,sans-serif;font-weight:400;font-size:15px;line-height:1.6;color:#64748b;margin:0;text-align:center}@media (max-width: 1024px){.home-benefits__container{padding:0 40px}}@media (min-width: 768px) and (max-width: 1024px){.home-benefits__grid{grid-template-columns:repeat(2,1fr);gap:20px}.home-benefits__container{padding:0 32px}}@media (max-width: 767px){.home-benefits__grid{grid-template-columns:1fr;gap:16px}}@media (max-width: 768px){.home-benefits{padding:60px 16px}.home-benefits__container{padding:0 16px}.home-benefits__header{margin-bottom:32px;gap:20px}.home-benefits__heading{font-size:28px}.home-benefits__subtitle{font-size:14px}.home-benefits__grid{grid-template-columns:1fr;gap:16px}.home-benefits__card{padding:20px}.home-benefits__title{font-size:15px}.home-benefits__description{font-size:13px}}@media (min-width: 768px) and (max-width: 1024px){.home-benefits{padding:80px 24px}.home-benefits__header{margin-bottom:40px}.home-benefits__heading{font-size:32px}.home-benefits__subtitle{font-size:15px}.home-benefits__card{padding:28px}}.home-cta{background:#fff;padding:120px 40px}.home-cta__container{max-width:1280px;margin:0 auto}.home-cta__content{display:flex;flex-direction:column;align-items:center;gap:32px;text-align:center;width:100%}.home-cta__title{font-family:Inter,sans-serif;font-weight:700;font-size:36px;line-height:1.25;letter-spacing:-.028em;color:#121714;margin:0 auto;max-width:720px;width:100%;text-align:center}.home-cta__subtitle{font-family:Inter,sans-serif;font-weight:400;font-size:16px;line-height:1.5;color:#6b7280;margin:0 auto;max-width:720px;width:100%;text-align:center}.home-cta__btn{font-family:Inter,sans-serif;font-weight:700;font-size:16px;line-height:1.5;padding:0 32px;height:48px;background:#1e70eb;color:#fff;border:none;border-radius:8px;cursor:pointer;transition:all .2s ease}.home-cta__btn:hover{background:#1a5fd9;transform:translateY(-1px)}@media (min-width: 768px) and (max-width: 1024px){.home-cta{padding:100px 40px}.home-cta__content{width:100%;align-items:center}.home-cta__title{font-size:32px;text-align:center;width:100%;max-width:700px;margin:0 auto}.home-cta__subtitle{font-size:17px;text-align:center;width:100%;max-width:700px;margin:0 auto}.home-cta__btn{font-size:15px;padding:0 28px;height:46px}}@media (max-width: 768px){.home-cta{padding:60px 20px}.home-cta__content{width:100%;align-items:center}.home-cta__title{font-size:28px;text-align:center;width:100%;margin:0 auto}.home-cta__subtitle{font-size:15px;text-align:center;width:100%;margin:0 auto}.home-cta__btn{font-size:14px;padding:0 16px;height:44px;width:100%;max-width:300px}}@media (max-width: 480px){.home-cta{padding:50px 16px}.home-cta__content{width:100%}.home-cta__title{font-size:24px;text-align:center;width:100%;margin:0 auto}.home-cta__subtitle{font-size:14px;text-align:center;width:100%;margin:0 auto}.home-cta__btn{width:100%;max-width:100%}}.home-footer{background:#fff;border-top:1px solid #e5e8eb;padding:40px 20px}.home-footer__container{max-width:1280px;margin:0 auto}.home-footer__content{display:flex;flex-direction:row;justify-content:space-between;align-items:center;gap:24px}.home-footer__copyright{font-family:Inter,sans-serif;font-weight:400;font-size:14px;line-height:1.5;color:#6b7280}.home-footer__links{display:flex;gap:24px;flex-wrap:wrap}.home-footer__link{font-family:Inter,sans-serif;font-weight:400;font-size:14px;line-height:1.5;color:#6b7280!important;text-decoration:none;transition:color .2s ease}.home-footer__link:hover{color:#6b7280}@media (min-width: 768px) and (max-width: 1024px){.home-footer{padding:36px 32px}.home-footer__content,.home-footer__links{gap:20px}}@media (max-width: 768px){.home-footer{padding:32px 16px}.home-footer__content{flex-direction:column;gap:16px;text-align:center}.home-footer__links{flex-direction:column;gap:12px}.home-footer__copyright,.home-footer__link{font-size:12px}}.home-page{font-family:Inter,sans-serif;background:#fff;color:#121714;line-height:1.5}.home-page *{box-sizing:border-box}.home-page h1,.home-page h2,.home-page h3,.home-page h4,.home-page h5,.home-page h6{margin:0;font-weight:inherit}.home-page p{margin:0}.home-page button{font-family:inherit}.home-page a{color:inherit;text-decoration:none}.home-page{width:100%;background:#fff}@media (max-width: 1280px){.home-page{max-width:100%}}@media (max-width: 768px){.home-page{overflow-x:hidden}}.home-page{width:100%;max-width:100vw;overflow-x:hidden;box-sizing:border-box;position:relative}.customer-login-form{display:flex;flex-direction:column;gap:20px;width:100%;max-width:400px;box-sizing:border-box;overflow-x:hidden}.customer-login-form__field{display:flex;flex-direction:column;gap:8px}.customer-login-form__label{font-family:Inter,sans-serif;font-weight:500;font-size:16px;line-height:1.5;color:#121417;margin:0;transition:color .2s cubic-bezier(.2,0,0,1)}.customer-login-form__input{width:100%;padding:16px;border:1px solid #E5E8EB;border-radius:12px;background-color:#fff;font-family:Inter,sans-serif;font-weight:400;font-size:16px;line-height:1.5;color:#121417;transition:all .2s cubic-bezier(.2,0,0,1);box-sizing:border-box;box-shadow:none}.customer-login-form__input::placeholder{color:#637887}.customer-login-form__input:hover:not(:focus):not(:disabled){border-color:#cbd5e0;background-color:#f9fafb}.customer-login-form__input:focus{outline:none;border-color:#1e70eb;border-width:2px;background-color:#fff;box-shadow:0 1px 3px #1e70eb33,0 1px 2px #1e70eb26}.customer-login-form__input:disabled{background-color:#f5f7fa;border-color:#e5e8eb;color:#9ca3af;cursor:not-allowed}.customer-login-form__input--error{border:1px solid #EF4444;border-width:1px;background-color:#fff}.customer-login-form__input--error:hover:not(:focus){border-color:#dc2626;background-color:#fef2f2}.customer-login-form__input--error:focus{border-color:#ef4444;border-width:2px;box-shadow:0 1px 3px #ef444433,0 1px 2px #ef444426}.customer-login-form__error{font-family:Inter,sans-serif;font-weight:400;font-size:14px;line-height:1.5;color:#ef4444;margin:0;animation:fadeInSlide .2s cubic-bezier(.2,0,0,1)}.customer-login-form__forgot{padding:4px 0 12px}.customer-login-form__forgot-link{font-family:Inter,sans-serif;font-weight:400;font-size:14px;line-height:1.5;color:#637887;text-decoration:none;transition:all .2s cubic-bezier(.2,0,0,1);position:relative}.customer-login-form__forgot-link:hover{color:#1e70eb;text-decoration:underline;transform:translateY(-1px)}.customer-login-form__forgot-link:active{transform:translateY(0);color:#1a5fd9}.customer-login-form__error-message{padding:12px 16px;background-color:#fef2f2;border:1px solid #FECACA;border-radius:12px;font-family:Inter,sans-serif;font-weight:400;font-size:14px;line-height:1.5;color:#dc2626;text-align:center;box-shadow:0 1px 3px #dc26261f,0 1px 2px #dc26263d;transition:all .2s cubic-bezier(.2,0,0,1);animation:fadeInSlide .3s cubic-bezier(.2,0,0,1)}@keyframes fadeInSlide{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}.customer-login-form__submit{width:100%;height:48px;min-height:48px;background:linear-gradient(135deg,#1e70eb,#1a5fd9);border:none;border-radius:20px;font-family:Inter,sans-serif;font-weight:700;font-size:16px;line-height:1.5;color:#fff;cursor:pointer;transition:all .2s cubic-bezier(.2,0,0,1);display:flex;align-items:center;justify-content:center;letter-spacing:.5px;text-transform:uppercase;position:relative;overflow:hidden;box-shadow:0 1px 3px #0000001f,0 1px 2px #0000003d}.customer-login-form__submit:hover:not(:disabled){background:linear-gradient(135deg,#1a5fd9,#1552c4);transform:translateY(-1px);box-shadow:0 3px 6px #00000026,0 2px 4px #0000001f}.customer-login-form__submit:active:not(:disabled){transform:translateY(0) scale(.97);transition:all .1s cubic-bezier(.4,0,1,1);box-shadow:0 1px 3px #0000001f,0 1px 2px #0000003d}.customer-login-form__submit:focus-visible{outline:2px solid #1e70eb;outline-offset:2px}.customer-login-form__submit:disabled{background:#d1d5db;color:#666;cursor:not-allowed;transform:none;box-shadow:0 1px 2px #0000001a;opacity:.6}@media (max-width: 768px){.customer-login-form{max-width:100%;padding:0 16px;width:100%}.customer-login-form__input{font-size:16px}.customer-login-form__label{font-size:clamp(14px,3vw,16px)}}.customer-login-page{min-height:100vh;background-color:#fff;display:flex;flex-direction:column;width:100%;max-width:100vw;overflow-x:hidden;box-sizing:border-box;font-family:Inter,sans-serif}.customer-login-page__main{flex:1;display:flex;justify-content:center;align-items:flex-start;padding:24px 20px 40px;width:100%;max-width:100%;box-sizing:border-box;overflow-x:hidden}.customer-login-page__container{width:100%;max-width:480px;padding:20px 0;box-sizing:border-box;margin-top:0}.customer-login-page__content{display:flex;flex-direction:column;align-items:center;gap:24px;padding:32px;background-color:#fff;border-radius:24px;box-shadow:0 3px 6px #00000026,0 2px 4px #0000001f;transition:all .3s cubic-bezier(.2,0,0,1);animation:fadeInSlide .4s cubic-bezier(.2,0,0,1)}@keyframes fadeInSlide{0%{opacity:0;transform:translateY(16px)}to{opacity:1;transform:translateY(0)}}.customer-login-page__title{font-family:Inter,sans-serif;font-weight:900;font-size:32px;line-height:1.25;color:#121714;text-align:center;margin:0;letter-spacing:-1px}.customer-login-page__subtitle{font-family:Inter,sans-serif;font-weight:400;font-size:16px;line-height:1.5;color:#121714;text-align:center;margin:0}.customer-login-page__loading{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:16px;height:100vh}.customer-login-page__spinner{width:40px;height:40px;border:4px solid #F0F5F2;border-top:4px solid #1e70eb;border-radius:50%;animation:spin 1s linear infinite}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.customer-login-page__loading p{font-family:Inter,sans-serif;font-weight:400;font-size:16px;color:#637887;margin:0}@media (max-width: 768px){.customer-login-page__main{padding:16px 16px 40px}.customer-login-page__container{max-width:100%}.customer-login-page__content{padding:24px 20px;gap:20px}.customer-login-page__title{font-size:28px}.customer-login-page__subtitle{font-size:14px}}@media (max-width: 480px){.customer-login-page__main{padding-top:12px}.customer-login-page__content{padding:20px 16px;gap:18px}.customer-login-page__title{font-size:24px}.customer-login-page__subtitle{font-size:13px}}.helpyou-landing{min-height:100vh;background:#f6f7f8;color:#0d1b2a;font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;overflow-x:hidden}.helpyou-landing__header{position:sticky;top:0;z-index:50;display:flex;align-items:center;justify-content:space-between;padding:.75rem 1.5rem;background:#f6f7f8cc;backdrop-filter:blur(8px)}@media (min-width: 768px){.helpyou-landing__header{padding:.75rem 2.5rem}}.helpyou-landing__header-content{width:100%;display:flex;align-items:center;justify-content:space-between}.helpyou-landing__logo{display:flex;align-items:center;gap:1rem;color:#0d1b2a}.helpyou-landing__logo-icon{width:1.5rem;height:1.5rem;color:#1e70eb}.helpyou-landing__logo-text{font-size:1.25rem;font-weight:700;line-height:1.2;letter-spacing:-.025em;margin:0}.helpyou-landing__btn-demo{display:flex;min-width:84px;max-width:480px;cursor:pointer;align-items:center;justify-content:center;overflow:hidden;border-radius:9999px;height:2.5rem;padding:0 1.25rem;background:#1e70eb;color:#fff;font-size:.875rem;font-weight:700;letter-spacing:.015em;border:none;transition:opacity .2s}.helpyou-landing__btn-demo:hover{opacity:.9}.helpyou-landing__main{flex:1}.helpyou-landing__hero{padding:6rem 1rem;text-align:center}@media (min-width: 768px){.helpyou-landing__hero{padding:10rem 1rem}}.helpyou-landing__hero-content{max-width:64rem;margin:0 auto}.helpyou-landing__hero-title{font-size:2.25rem;font-weight:900;line-height:1.2;letter-spacing:-.05em;color:#0d1b2a;margin:0}@media (min-width: 768px){.helpyou-landing__hero-title{font-size:3.75rem}}.helpyou-landing__hero-subtitle{margin-top:1.5rem;font-size:1.125rem;color:#6b7280;max-width:42rem;margin-left:auto;margin-right:auto}@media (min-width: 768px){.helpyou-landing__hero-subtitle{font-size:1.25rem}}.helpyou-landing__hero-cta{margin-top:2.5rem;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1rem;max-width:32rem;margin-left:auto;margin-right:auto}@media (min-width: 640px){.helpyou-landing__hero-cta{flex-direction:row}}.helpyou-landing__hero-cta-secondary{margin-top:1rem;display:flex;justify-content:center}.helpyou-landing__input{flex:1;width:100%;min-width:0;resize:none;overflow:hidden;border-radius:9999px;font-size:1.125rem;color:#0d1b2a;border:1px solid #d1d5db;background:#fff;height:3.5rem;padding:0 1.5rem;font-weight:400;line-height:1.5}.helpyou-landing__input::placeholder{color:#6b7280}.helpyou-landing__input:focus{outline:none;border-color:#1e70eb;box-shadow:0 0 0 3px #1e70eb1a}.helpyou-landing__btn-primary{display:flex;width:100%;min-width:150px;cursor:pointer;align-items:center;justify-content:center;overflow:hidden;border-radius:9999px;height:3.5rem;padding:0 2rem;background:#1e70eb;color:#fff;font-size:1rem;font-weight:700;letter-spacing:.015em;border:none;transition:opacity .2s}@media (min-width: 640px){.helpyou-landing__btn-primary{width:auto}}.helpyou-landing__btn-primary:hover{opacity:.9}.helpyou-landing__btn-primary--large{height:3.5rem;padding:0 2rem;font-size:1.125rem}.helpyou-landing__btn-secondary{display:flex;align-items:center;justify-content:center;gap:.5rem;width:100%;min-width:150px;cursor:pointer;overflow:hidden;border-radius:9999px;height:3.5rem;padding:0 2rem;background:#fff;color:#1e70eb;font-size:1rem;font-weight:700;letter-spacing:.015em;border:2px solid #1e70eb;transition:all .2s}@media (min-width: 640px){.helpyou-landing__btn-secondary{width:auto}}.helpyou-landing__btn-secondary:hover{background:#1e70eb0d;border-color:#1e70eb}.helpyou-landing__btn-secondary .material-icons,.helpyou-landing__btn-secondary .helpyou-landing__whatsapp-icon{width:20px;height:20px;flex-shrink:0}.helpyou-landing__hero-visual{margin-top:5rem;padding:0 1rem}.helpyou-landing__video-container{position:relative;margin:0 auto;max-width:80rem;height:auto}.helpyou-landing__hero-image,.helpyou-landing__hero-video{width:100%;height:auto;object-fit:cover;border-radius:.5rem}.helpyou-landing__section{padding:6rem 1rem}@media (min-width: 768px){.helpyou-landing__section{padding:10rem 1rem}}.helpyou-landing__section--alt{background:#fff}.helpyou-landing__section-content{max-width:80rem;margin:0 auto}.helpyou-landing__section-header{text-align:center}.helpyou-landing__section-title{font-size:1.875rem;font-weight:700;letter-spacing:-.025em;color:#0d1b2a;margin:0}@media (min-width: 768px){.helpyou-landing__section-title{font-size:3rem}}.helpyou-landing__section-subtitle{margin-top:1rem;font-size:1.125rem;color:#6b7280;max-width:48rem;margin-left:auto;margin-right:auto}.helpyou-landing__problems-grid{margin-top:4rem;display:grid;grid-template-columns:1fr;gap:2rem;text-align:center}@media (min-width: 768px){.helpyou-landing__problems-grid{grid-template-columns:repeat(3,1fr)}}.helpyou-landing__problem-card{display:flex;flex-direction:column;align-items:center;gap:1rem;padding:1.5rem}.helpyou-landing__problem-icon{font-size:2.25rem!important;color:#1e70eb}.helpyou-landing__problem-text{font-size:1.125rem;font-weight:600;line-height:1.625;color:#0d1b2a;margin:0}.helpyou-landing__solutions-grid{margin-top:4rem;display:grid;grid-template-columns:1fr;gap:2rem}@media (min-width: 768px){.helpyou-landing__solutions-grid{grid-template-columns:repeat(3,1fr)}}.helpyou-landing__solution-card{display:flex;flex-direction:column;gap:1rem}.helpyou-landing__solution-image{width:100%;aspect-ratio:1;background-size:cover;background-position:center;background-repeat:no-repeat;border-radius:.5rem;display:block;position:relative;overflow:hidden}.helpyou-landing__solution-image video{width:100%;height:100%;object-fit:cover;border-radius:.5rem;display:block;position:absolute;top:0;left:0}.helpyou-landing__solution-title{font-size:1.25rem;font-weight:700;color:#0d1b2a;margin:0}.helpyou-landing__solution-text{font-size:1rem;color:#6b7280;margin-top:.5rem;margin:0}.helpyou-landing__steps-grid{margin-top:4rem;display:grid;grid-template-columns:1fr;gap:2.5rem}@media (min-width: 640px){.helpyou-landing__steps-grid{grid-template-columns:repeat(2,1fr)}}@media (min-width: 768px){.helpyou-landing__steps-grid{grid-template-columns:repeat(4,1fr)}}.helpyou-landing__step-card{display:flex;flex-direction:column;align-items:center;text-align:center}.helpyou-landing__step-number{display:flex;align-items:center;justify-content:center;width:4rem;height:4rem;border-radius:9999px;background:#1e70eb1a;color:#1e70eb;font-size:1.5rem;font-weight:700}.helpyou-landing__step-title{margin-top:1.5rem;font-size:1.125rem;font-weight:700;color:#0d1b2a;margin-bottom:0}.helpyou-landing__step-text{margin-top:.5rem;color:#6b7280;margin-bottom:0}.helpyou-landing__stats-grid{margin-top:4rem;display:grid;grid-template-columns:repeat(2,1fr);gap:1rem}@media (min-width: 768px){.helpyou-landing__stats-grid{grid-template-columns:repeat(4,1fr);gap:2rem}}.helpyou-landing__stat-card{padding:1.5rem;border-radius:.5rem;background:#fff;border:1px solid #e5e7eb;text-align:center}.helpyou-landing__stat-value{font-size:2.25rem;font-weight:700;color:#1e70eb;margin:0}@media (min-width: 768px){.helpyou-landing__stat-value{font-size:3rem}}.helpyou-landing__stat-label{margin-top:.75rem;font-size:.875rem;color:#6b7280;margin-bottom:0;line-height:1.5}@media (min-width: 768px){.helpyou-landing__stat-label{font-size:1rem}}.helpyou-landing__plans-grid{margin-top:4rem;display:grid;grid-template-columns:1fr;gap:2rem}@media (min-width: 768px){.helpyou-landing__plans-grid{grid-template-columns:repeat(3,1fr)}}.helpyou-landing__plan-card{position:relative;border:1px solid #e5e7eb;border-radius:.5rem;padding:2rem;display:flex;flex-direction:column}.helpyou-landing__plan-card--popular{border:2px solid #1e70eb}.helpyou-landing__plan-badge{position:absolute;top:-1rem;left:50%;transform:translate(-50%);background:#1e70eb;color:#fff;font-size:.75rem;font-weight:700;padding:.25rem .75rem;border-radius:9999px;text-transform:uppercase;letter-spacing:.05em}.helpyou-landing__plan-name{font-size:1.125rem;font-weight:700;color:#0d1b2a;margin:0}.helpyou-landing__plan-price{font-size:2.25rem;font-weight:700;margin-top:1rem;color:#0d1b2a;margin-bottom:0}.helpyou-landing__plan-period{font-size:1rem;font-weight:400;color:#6b7280}.helpyou-landing__plan-features{margin-top:1.5rem;list-style:none;padding:0;color:#6b7280;display:flex;flex-direction:column;gap:.75rem;flex-grow:1}.helpyou-landing__plan-features li{display:flex;align-items:center;gap:.75rem}.helpyou-landing__check-icon{color:#10b981;font-size:1.25rem}.helpyou-landing__plan-btn{margin-top:2rem;width:100%;display:flex;min-width:84px;cursor:pointer;align-items:center;justify-content:center;overflow:hidden;border-radius:9999px;height:3rem;padding:0 1.5rem;background:#1e70eb;color:#fff;font-size:1rem;font-weight:700;border:none;transition:opacity .2s}.helpyou-landing__plan-btn:hover{opacity:.9}.helpyou-landing__plan-btn--secondary{background:#1e70eb1a;color:#1e70eb}.helpyou-landing__plan-btn--secondary:hover{background:#1e70eb26}.helpyou-landing__cta-content{max-width:64rem;margin:0 auto;text-align:center}.helpyou-landing__cta-title{font-size:2.25rem;font-weight:900;line-height:1.2;letter-spacing:-.05em;color:#0d1b2a;margin:0}@media (min-width: 768px){.helpyou-landing__cta-title{font-size:3.75rem}}.helpyou-landing__cta-subtitle{margin-top:1.5rem;font-size:1.125rem;color:#6b7280;max-width:42rem;margin-left:auto;margin-right:auto}@media (min-width: 768px){.helpyou-landing__cta-subtitle{font-size:1.25rem}}.helpyou-landing__cta-button-wrapper{margin-top:2.5rem}.material-symbols-outlined{font-variation-settings:"FILL" 0,"wght" 400,"GRAD" 0,"opsz" 24;font-family:Material Symbols Outlined;font-weight:400;font-style:normal;font-size:24px;line-height:1;letter-spacing:normal;text-transform:none;display:inline-block;white-space:nowrap;word-wrap:normal;direction:ltr;-webkit-font-feature-settings:"liga";-webkit-font-smoothing:antialiased}:root{--focus-outline: 2px solid #0066cc;--focus-outline-offset: 2px;--min-touch-target: 44px}*{box-sizing:border-box;margin:0;padding:0}html{font-size:16px;scroll-behavior:smooth}@media (prefers-reduced-motion: reduce){*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important;scroll-behavior:auto!important}}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;line-height:1.5;color:#333;background-color:#fff}button,a,input,select,textarea{font-size:inherit;font-family:inherit}*:focus-visible{outline:var(--focus-outline);outline-offset:var(--focus-outline-offset)}*:focus:not(:focus-visible){outline:none}button,a,input[type=button],input[type=submit],input[type=checkbox],input[type=radio]{min-height:var(--min-touch-target);min-width:var(--min-touch-target)}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border-width:0}a{color:#06c;text-decoration:underline}a:hover,a:focus{color:#0052a3;text-decoration:none}label{display:block;margin-bottom:.5rem;font-weight:500}input[type=text],input[type=email],input[type=password],input[type=number],input[type=tel],input[type=date],input[type=time],textarea,select{width:100%;padding:.75rem;border:2px solid #ccc;border-radius:4px;font-size:1rem;transition:border-color .2s}input:focus,textarea:focus,select:focus{border-color:#06c;outline:none}input:invalid{border-color:#dc3545}.error-message{color:#dc3545;font-size:.875rem;margin-top:.25rem;display:block}button{padding:.75rem 1.5rem;border:none;border-radius:4px;font-size:1rem;font-weight:500;cursor:pointer;transition:background-color .2s,transform .1s}button:disabled{opacity:.6;cursor:not-allowed}button:not(:disabled):active{transform:scale(.98)}img{max-width:100%;height:auto}img[alt=""]{border:2px dashed #ccc}ul,ol{padding-left:1.5rem}h1,h2,h3,h4,h5,h6{font-weight:600;line-height:1.2;margin-bottom:.5rem}table{width:100%;border-collapse:collapse}th,td{padding:.75rem;text-align:left;border-bottom:1px solid #ddd}th{font-weight:600;background-color:#f5f5f5}[role=dialog],[role=alertdialog]{position:fixed;z-index:1000}[role=dialog]:focus{outline:none}[role=region]{padding:1rem}[role=banner]{padding:1rem 0}[role=contentinfo]{padding:2rem 0;margin-top:2rem;border-top:1px solid #ddd}main{min-height:50vh}[aria-busy=true]{cursor:wait}[hidden],[aria-hidden=true]{display:none!important}[aria-disabled=true],:disabled{opacity:.6;cursor:not-allowed}.material-icons{font-family:Material Icons;font-weight:400;font-style:normal;font-size:24px;line-height:1;letter-spacing:normal;text-transform:none;display:inline-block;white-space:nowrap;word-wrap:normal;direction:ltr;-webkit-font-feature-settings:"liga";-webkit-font-smoothing:antialiased;font-feature-settings:"liga"}
