@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700&family=Lora:wght@400;500&display=swap");.alpha-root{--color-primary:#121212;--color-white:#ffffff;--color-grey-bg:#f4f4f4;--color-grey-text:#737373;--color-grey-text-dark:#1e1e1e;--color-grey-stroke:#dfdfdf;--black:#121212;--white:#ffffff;--grey-bg:#f4f4f4;--stroke:#dfdfdf;--disable:#e5e5e5;--text1:#949494;--text2:#737373;--text3:#4b4b4b;--text4:#1e1e1e;--side-padding:82px;font-family:Montserrat,sans-serif;font-weight:400;line-height:1.3;color:var(--color-primary);background:var(--color-white);-webkit-font-smoothing:antialiased}.alpha-root *,.alpha-root :after,.alpha-root :before{box-sizing:border-box}.alpha-root img{display:block;max-width:100%}.alpha-root a{color:inherit}.alpha-root .container,.alpha-root .page{width:100%;max-width:1440px;margin:0 auto;padding:0 var(--side-padding)}.alpha-header{width:100%;z-index:1100;padding-top:12px;transition:background-color .3s ease}.alpha-header.is-transparent{position:absolute;top:0;left:0;right:0;background:transparent}.alpha-header.is-transparent.scrolled{position:fixed;background:rgba(18,18,18,.95);backdrop-filter:blur(10px)}.alpha-header.is-solid{position:relative;background:var(--color-primary)}.alpha-header .header-content{width:100%;max-width:1440px;margin:0 auto;height:78px;display:flex;align-items:center;justify-content:space-between;gap:12px;padding:0 var(--side-padding)}.alpha-header .logo{display:flex;align-items:center;width:243px;height:58px;flex-shrink:0;text-decoration:none}.alpha-header .logo img{width:100%;height:100%;-o-object-fit:contain;object-fit:contain}.alpha-header .navigation{padding:4px;background:rgba(255,255,255,.12);backdrop-filter:blur(3px);flex-shrink:0}.alpha-header .nav-item,.alpha-header .navigation{display:flex;align-items:center;gap:4px;border-radius:99px}.alpha-header .nav-item{position:relative;justify-content:center;padding:9px 16px;color:#ffffff;font-size:14px;font-weight:400;text-decoration:none;white-space:nowrap;line-height:1.3;transition:background-color .3s ease;cursor:pointer;background:transparent;border:none;font-family:inherit}.alpha-header .nav-item:hover{background:rgba(255,255,255,.14)}.alpha-header .nav-item.active{background:rgba(255,255,255,.22)}.alpha-header .chevron-icon{flex-shrink:0;transition:transform .25s ease}.alpha-header .nav-dd{position:relative}.alpha-header .nav-dd:hover .chevron-icon{transform:rotate(90deg)}.alpha-header .nav-dropdown{position:absolute;top:calc(100% + 10px);left:0;background:#ffffff;border-radius:24px;padding:18px 22px;box-shadow:0 12px 32px rgba(0,0,0,.16);opacity:0;visibility:hidden;transform:translateY(-6px);transition:opacity .25s ease,visibility .25s ease,transform .25s ease;z-index:1200;display:flex;flex-direction:column;gap:4px;min-width:220px}.alpha-header .nav-dd:hover .nav-dropdown{opacity:1;visibility:visible;transform:translateY(0)}.alpha-header .nav-dropdown a{display:block;padding:8px 14px;border-radius:99px;color:#4b4b4b;text-decoration:none;font-size:14px;white-space:nowrap;transition:background-color .2s ease,color .2s ease}.alpha-header .nav-dropdown a:hover{background:rgba(18,18,18,.05);color:var(--color-primary)}.alpha-header .header-actions{display:flex;align-items:center;justify-content:flex-end;gap:16px;flex-shrink:0}.alpha-header .icon-btn{width:20px;height:20px;background:transparent;border:none;cursor:pointer;padding:0;display:flex;align-items:center;justify-content:center;color:#ffffff;transition:opacity .2s ease,transform .2s ease}.alpha-header .icon-btn:hover{opacity:.8;transform:scale(1.06)}.alpha-header .sign-in-btn{display:flex;align-items:center;justify-content:center;gap:6px;padding:8px 14px;height:44px;min-width:123px;border:1px solid #ffffff;border-radius:99px;background:transparent;color:#f4f4f4;font-size:14px;font-weight:600;font-family:inherit;line-height:1.3;text-decoration:none;cursor:pointer;transition:background .3s ease,transform .2s ease;white-space:nowrap}.alpha-header .sign-in-btn:hover{background:rgba(255,255,255,.12);transform:translateY(-1px)}.alpha-header .account-menu{position:relative}.alpha-header .account-dropdown{position:absolute;top:calc(100% + 8px);right:0;z-index:30;min-width:190px;display:flex;flex-direction:column;padding:6px;border-radius:14px;background:#ffffff;box-shadow:0 16px 40px rgba(0,0,0,.16)}.alpha-header .account-dropdown a,.alpha-header .account-dropdown button{display:flex;align-items:center;height:40px;padding:0 14px;border:none;border-radius:8px;background:none;font-family:inherit;font-size:14px;color:#1e1e1e;text-align:left;text-decoration:none;cursor:pointer;transition:background .15s ease}.alpha-header .account-dropdown a:hover,.alpha-header .account-dropdown button:hover{background:#f4f4f4}.alpha-header .burger{display:none;width:24px;height:24px;background:transparent;border:none;cursor:pointer;color:#fff;padding:0;flex-shrink:0}.alpha-mobile-menu{display:none;position:fixed;inset:0;z-index:1300;background:rgba(18,18,18,.5);backdrop-filter:blur(4px)}.alpha-mobile-menu.open{display:block}.alpha-mobile-nav{position:absolute;top:0;right:0;height:100%;width:min(340px,86vw);background:var(--black);padding:88px 26px 32px;display:flex;flex-direction:column;gap:2px;overflow-y:auto;animation:mm-slide .28s ease}@keyframes mm-slide{0%{transform:translateX(100%)}to{transform:translateX(0)}}.alpha-mobile-nav .mm-item{color:#fff;text-decoration:none;font-size:17px;padding:15px 4px;border-bottom:1px solid rgba(255,255,255,.08)}.alpha-mobile-nav .mm-sub{display:flex;flex-direction:column;gap:2px;padding:6px 0 12px 14px}.alpha-mobile-nav .mm-sub a{color:rgba(255,255,255,.6);text-decoration:none;font-size:15px;padding:8px 4px}.alpha-mobile-nav .mm-signin{margin-top:22px}.alpha-root .btn{display:inline-flex;align-items:center;justify-content:center;gap:4px;height:44px;padding:8px 16px;border-radius:99px;border:1px solid transparent;font-family:inherit;font-size:14px;font-weight:600;line-height:1.3;cursor:pointer;white-space:nowrap;text-decoration:none;transition:transform .2s ease,background .2s ease,color .2s ease}.alpha-root .btn svg{flex-shrink:0}.alpha-root .btn-dark{background:var(--color-primary);color:#ffffff}.alpha-root .btn-dark:hover{background:#2a2a2a;transform:translateY(-1px)}.alpha-root .btn-light{background:#ffffff;color:var(--color-primary)}.alpha-root .btn-light:hover{background:#f0f0f0;transform:translateY(-1px)}.alpha-root .btn-outline{background:transparent;border-color:var(--color-primary);color:var(--color-primary)}.alpha-root .btn-outline:hover{background:rgba(18,18,18,.05)}.alpha-root .btn-block{width:100%}.alpha-footer{background:var(--color-primary);color:#ffffff;border-radius:40px 40px 0 0;margin-top:100px;padding:44px var(--side-padding) 34px}.alpha-footer .footer-inner{display:flex;gap:40px;justify-content:space-between;max-width:1276px;margin:0 auto;flex-wrap:wrap}.alpha-footer .footer-col{display:flex;flex-direction:column}.alpha-footer .footer-brand{gap:24px;max-width:304px}.alpha-footer .footer-logo{width:200px;height:auto}.alpha-footer .footer-note{font-size:12px;font-weight:300;color:#ffffff;opacity:.85}.alpha-footer .follow{display:flex;flex-direction:column;gap:12px}.alpha-footer .follow-title{font-size:16px}.alpha-footer .social{display:flex;gap:10px}.alpha-footer .social a{display:flex;align-items:center;justify-content:center;width:36px;height:36px;border-radius:50%;border:1px solid rgba(255,255,255,.25);color:#fff;transition:opacity .2s ease,background .2s ease}.alpha-footer .social a:hover{background:rgba(255,255,255,.12)}.alpha-footer .footer-nav{gap:12px;padding-top:4px}.alpha-footer .footer-contact a,.alpha-footer .footer-contact p,.alpha-footer .footer-nav a{color:#ffffff;text-decoration:none;font-size:16px;transition:opacity .2s ease}.alpha-footer .footer-contact a:hover,.alpha-footer .footer-nav a:hover{opacity:.7}.alpha-footer .footer-contact{gap:17px;padding-top:4px}.alpha-footer .footer-col-title{font-size:16px;font-weight:600;margin-bottom:4px}.alpha-footer .footer-bottom{display:flex;justify-content:space-between;gap:40px;max-width:1276px;margin:40px auto 0;padding-top:24px;border-top:1px solid rgba(255,255,255,.2);flex-wrap:wrap}.alpha-footer .footer-bottom p{font-size:12px;font-weight:300;color:#ffffff;opacity:.7}.alpha-footer .footer-bottom a{color:#ffffff;text-decoration:underline}.alpha-pcard{display:flex;flex-direction:column;background:#ffffff;border:1px solid var(--color-grey-stroke);border-radius:24px;overflow:hidden;text-decoration:none;color:inherit;transition:transform .25s ease,box-shadow .25s ease}.alpha-pcard:hover{transform:translateY(-3px);box-shadow:0 16px 36px rgba(0,0,0,.1)}.alpha-pcard-media{position:relative;height:240px;background:var(--color-grey-bg);overflow:hidden}.alpha-pcard-media img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;transition:transform .4s ease}.alpha-pcard:hover .alpha-pcard-media img{transform:scale(1.05)}.alpha-pcard-badge{top:16px;left:16px;display:inline-flex;padding:4px 12px;background:rgba(18,18,18,.82);color:#fff;border-radius:99px;font-size:12px;font-weight:500}.alpha-pcard-badge,.alpha-pcard-fav{position:absolute;align-items:center}.alpha-pcard-fav{top:14px;right:14px;width:34px;height:34px;display:flex;justify-content:center;background:rgba(0,0,0,.5);backdrop-filter:blur(4px);border:none;border-radius:50%;cursor:pointer;color:#ffffff;transition:background .2s ease,color .2s ease}.alpha-pcard-fav:hover{background:rgba(0,0,0,.7)}.alpha-pcard-fav.is-active{color:#e63946}.alpha-pcard-body{display:flex;flex-direction:column;gap:10px;padding:20px 24px 24px}.alpha-pcard-type{font-size:12px;text-transform:uppercase;letter-spacing:.04em;color:var(--color-grey-text)}.alpha-pcard-title{font-size:18px;font-weight:500;color:var(--color-grey-text-dark);line-height:1.3;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.alpha-pcard-loc{align-items:center;gap:6px;font-size:14px}.alpha-pcard-loc,.alpha-pcard-specs{display:flex;color:var(--color-grey-text)}.alpha-pcard-specs{flex-wrap:wrap;gap:16px;padding-top:4px;font-size:13px}.alpha-pcard-specs span{display:inline-flex;align-items:center;gap:5px}.alpha-pcard-foot{display:flex;align-items:baseline;justify-content:space-between;gap:12px;margin-top:6px;padding-top:16px;border-top:1px solid var(--color-grey-stroke)}.alpha-pcard-price{font-size:22px;font-weight:600;color:var(--color-primary)}.alpha-pcard-perm{font-size:12px;color:var(--color-grey-text)}.alpha-root .section-title{font-size:34px;font-weight:400;color:var(--color-grey-text-dark)}.alpha-root .lora{font-family:Lora,serif;font-weight:400}.alpha-spin{width:34px;height:34px;border-radius:50%;border:3px solid rgba(18,18,18,.15);border-top:3px solid var(--color-primary);animation:alpha-spin .8s linear infinite}@keyframes alpha-spin{to{transform:rotate(1turn)}}@media (max-width:1280px){.alpha-root{--side-padding:40px}}@media (max-width:1024px){.alpha-header .navigation{display:none}.alpha-header .burger{display:flex}.alpha-header .logo{width:180px;height:43px}}@media (max-width:768px){.alpha-root{--side-padding:16px}.alpha-header .header-content{height:60px}.alpha-header .sign-in-btn span{display:none}.alpha-header .sign-in-btn{min-width:auto;width:44px;padding:8px}.alpha-footer{padding:40px 16px 28px}.alpha-footer .footer-inner{gap:28px}}.alpha-root .alpha-honeypot{position:absolute;left:-9999px;top:auto;width:1px;height:1px;overflow:hidden}