.bz-header{position:-webkit-sticky;position:sticky;z-index:100;top:0;border-bottom:1px solid var(--bz-border);background:color-mix(in srgb,var(--bz-surface) 94%,transparent);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.bz-header__inner{position:relative;display:flex;width:min(var(--bz-content-width),calc(100% - 40px));min-height:70px;align-items:center;justify-content:space-between;gap:24px;margin-inline:auto}.bz-header__brand{display:inline-flex;flex-shrink:0;align-items:center}.bz-header__navigation{display:flex;align-items:center;gap:25px}.bz-header__navigation>a{position:relative;color:var(--bz-text-secondary);font-size:.86rem;font-weight:650;transition:color .18s ease}.bz-header__navigation>a:hover{color:var(--bz-brand-purple)}.bz-header__navigation>a:after{position:absolute;right:0;bottom:-12px;left:0;height:2px;border-radius:999px;background:var(--bz-brand-purple);content:"";opacity:0;transform:scaleX(.45);transition:opacity .18s ease,transform .18s ease}.bz-header__navigation>a:hover:after{opacity:1;transform:scaleX(1)}.bz-header__actions{display:flex;flex-shrink:0;align-items:center;gap:8px}.bz-header__icon-button{display:inline-flex;min-width:38px;height:38px;align-items:center;justify-content:center;gap:4px;border:1px solid var(--bz-border);border-radius:12px;color:var(--bz-brand-gray-deep);background:var(--bz-surface);cursor:pointer}.bz-header__icon-button small{font-size:.62rem;font-weight:750}.bz-header__login{padding:9px 10px;color:var(--bz-text-primary);font-size:.84rem;font-weight:700}.bz-header__register{display:inline-flex;min-height:40px;align-items:center;justify-content:center;padding-inline:17px;border-radius:12px;color:#ffffff;background:var(--bz-brand-purple);font-size:.82rem;font-weight:750}.bz-header__menu,.bz-header__mobile-account{display:none}.light-home{min-height:100vh;color:var(--bz-text-primary);background:var(--bz-page-background)}.light-home *,.light-home :after,.light-home :before{box-sizing:border-box}.light-home a{color:inherit;text-decoration:none}.light-home button,.light-home input{font:inherit}.light-container{width:min(var(--bz-content-width),calc(100% - 40px));margin-inline:auto}.light-section{padding:36px 0}.light-section-heading{display:flex;align-items:flex-end;justify-content:space-between;gap:24px;margin-bottom:20px}.light-section-heading h2{margin:0;color:var(--bz-text-primary);font-size:clamp(1.5rem,2.7vw,2.15rem);font-weight:750;line-height:1.3}.light-section-heading p{margin:6px 0 0;color:var(--bz-text-secondary);font-size:.86rem;line-height:1.7}.light-section-heading>a{flex-shrink:0;color:var(--bz-brand-purple);font-size:.83rem;font-weight:700}.light-home__intro{overflow:hidden;padding:24px 0 12px;background:radial-gradient(circle at 12% 24%,color-mix(in srgb,var(--bz-brand-purple-soft) 88%,transparent),transparent 27%),var(--bz-page-background)}.light-home__welcome{display:grid;min-height:160px;align-items:center;grid-gap:22px;gap:22px;grid-template-columns:minmax(0,1fr) 240px}.light-home__welcome-copy h1{margin:0;color:var(--bz-text-primary);font-size:clamp(2rem,4vw,3.45rem);font-weight:760;line-height:1.2}.light-home__welcome-copy h1 strong{color:var(--bz-brand-purple)}.light-home__welcome-copy p{margin:9px 0 0;color:var(--bz-text-secondary);font-size:.95rem}.light-home__welcome-art{position:relative;min-height:145px}.light-home__kaaba{position:absolute;right:35px;bottom:0;width:105px;height:105px;border-radius:4px;background:linear-gradient(180deg,#111111 0 28%,#c9a34f 28% 36%,#121212 36% 100%);box-shadow:var(--bz-shadow-sm)}[dir=ltr] .light-home__kaaba{right:auto;left:35px}.light-home__kaaba:after,.light-home__kaaba:before{position:absolute;bottom:0;width:24px;height:70px;border-radius:16px 16px 0 0;background:color-mix(in srgb,var(--bz-brand-purple-soft) 84%,var(--bz-surface));content:""}.light-home__kaaba:before{right:-33px}.light-home__kaaba:after{right:-64px}.light-search{display:flex;min-height:61px;align-items:center;gap:13px;padding-inline:19px;border:1px solid var(--bz-border);border-radius:21px;background:var(--bz-surface);box-shadow:var(--bz-shadow-sm)}.light-search:focus-within{border-color:var(--bz-border-strong);box-shadow:0 0 0 4px color-mix(in srgb,var(--bz-brand-purple) 10%,transparent),var(--bz-shadow-sm)}.light-search__icon{flex-shrink:0;color:var(--bz-brand-gray)}.light-search input{width:100%;min-width:0;border:0;outline:0;color:var(--bz-text-primary);background:transparent;font-size:.96rem}.light-search input::placeholder{color:var(--bz-text-secondary)}.light-main-actions{display:grid;grid-gap:13px;gap:13px;margin-top:18px;grid-template-columns:repeat(4,minmax(0,1fr))}.light-main-actions>a{display:flex;min-height:105px;align-items:center;justify-content:center;flex-direction:column;gap:10px;border:1px solid var(--bz-border);border-radius:21px;background:var(--bz-surface);box-shadow:var(--bz-shadow-sm);transition:border-color .18s ease,box-shadow .18s ease,transform .18s ease}.light-main-actions>a:hover{border-color:var(--bz-border-strong);box-shadow:var(--bz-shadow-md);transform:translateY(-3px)}.light-main-actions__icon{display:grid;width:48px;height:48px;place-items:center;border-radius:16px;color:var(--bz-brand-purple);background:var(--bz-brand-purple-soft)}.light-main-actions__icon--turquoise{color:var(--bz-brand-turquoise-strong);background:var(--bz-brand-turquoise-soft)}.light-main-actions strong{color:var(--bz-text-primary);font-size:.9rem}.light-section--package{padding-top:22px}.light-package-card{padding:25px;border:1px solid var(--bz-border);border-radius:27px;background:var(--bz-surface);box-shadow:var(--bz-shadow-sm)}.light-package-services{display:grid;grid-gap:13px;gap:13px;grid-template-columns:repeat(4,minmax(0,1fr))}.light-package-service{position:relative;display:flex;min-height:175px;align-items:center;justify-content:center;flex-direction:column;gap:7px;padding:17px 12px;border:1px solid var(--bz-border);border-radius:18px;background:var(--bz-surface);text-align:center;transition:border-color .18s ease,box-shadow .18s ease,transform .18s ease}.light-package-service:hover{border-color:var(--bz-border-strong);box-shadow:var(--bz-shadow-sm);transform:translateY(-3px)}.light-package-service.is-featured{border-color:var(--bz-brand-purple);background:linear-gradient(180deg,color-mix(in srgb,var(--bz-brand-purple-soft) 65%,var(--bz-surface)),var(--bz-surface))}.light-package-service__number{position:absolute;top:-10px;right:13px;display:grid;width:29px;height:29px;place-items:center;border:1px solid var(--bz-border);border-radius:50%;color:var(--bz-text-secondary);background:var(--bz-surface);font-size:.75rem;font-weight:700}.light-package-service.is-featured .light-package-service__number{border-color:var(--bz-brand-purple);color:#ffffff;background:var(--bz-brand-purple)}.light-package-service__selected{position:absolute;top:-10px;left:12px;display:grid;width:30px;height:30px;place-items:center;border-radius:50%;color:#ffffff;background:var(--bz-brand-purple)}.light-package-service__icon{display:grid;width:55px;height:55px;place-items:center;border-radius:18px;color:var(--bz-brand-purple);background:var(--bz-brand-purple-soft)}.light-package-service:nth-child(2n) .light-package-service__icon{color:var(--bz-brand-turquoise-strong);background:var(--bz-brand-turquoise-soft)}.light-package-service strong{font-size:.98rem}.light-package-service small{color:var(--bz-text-secondary);font-size:.73rem}.light-package-service__action{margin-top:4px;color:var(--bz-brand-turquoise-strong);font-size:.7rem;font-weight:700}.light-package-summary{display:flex;min-height:112px;align-items:center;justify-content:space-between;gap:24px;margin-top:20px;padding:20px;border-radius:21px;background:linear-gradient(110deg,var(--bz-brand-purple-soft),var(--bz-surface) 56%,var(--bz-brand-turquoise-soft))}.light-package-summary>div{display:flex;flex-direction:column;gap:5px}.light-package-summary span{color:var(--bz-text-secondary);font-size:.8rem}.light-package-summary strong{color:var(--bz-brand-purple);font-size:1.18rem}.light-package-summary>a{display:inline-flex;min-height:44px;align-items:center;justify-content:center;gap:9px;padding-inline:19px;border-radius:13px;color:#ffffff;background:var(--bz-brand-purple);font-size:.8rem;font-weight:700}.light-section--explore{background:var(--bz-surface-muted)}.light-service-shortcuts{display:grid;grid-gap:11px;gap:11px;margin-bottom:21px;grid-template-columns:repeat(6,minmax(0,1fr))}.light-service-shortcut{display:flex;min-height:98px;align-items:center;justify-content:center;flex-direction:column;gap:9px;border:1px solid var(--bz-border);border-radius:17px;background:var(--bz-surface);box-shadow:var(--bz-shadow-xs)}.light-service-shortcut>span{display:grid;width:43px;height:43px;place-items:center;border-radius:14px}.light-service-shortcut--purple>span{color:var(--bz-brand-purple);background:var(--bz-brand-purple-soft)}.light-service-shortcut--turquoise>span{color:var(--bz-brand-turquoise-strong);background:var(--bz-brand-turquoise-soft)}.light-service-shortcut--gray>span{color:var(--bz-brand-gray-deep);background:var(--bz-brand-gray-soft)}.light-service-shortcut strong{font-size:.79rem}.light-banner{position:relative;display:grid;min-height:265px;align-items:center;overflow:hidden;padding:30px;border:1px solid var(--bz-border);border-radius:27px;background:var(--bz-surface);box-shadow:var(--bz-shadow-sm);grid-template-columns:minmax(0,.95fr) minmax(240px,1.05fr)}.light-banner--purple{background:linear-gradient(115deg,var(--bz-brand-purple-soft),var(--bz-surface) 56%)}.light-banner--turquoise{background:linear-gradient(115deg,var(--bz-brand-turquoise-soft),var(--bz-surface) 56%)}.light-banner--gray{background:linear-gradient(115deg,var(--bz-brand-gray-soft),var(--bz-surface) 56%)}.light-banner__content{position:relative;z-index:2;max-width:485px}.light-banner__eyebrow{margin:0 0 7px;color:var(--bz-brand-purple);font-size:.75rem;font-weight:750}.light-banner h2{margin:0;color:var(--bz-text-primary);font-size:clamp(1.6rem,2.8vw,2.45rem);font-weight:760;line-height:1.3}.light-banner__description{max-width:450px;margin:10px 0 0;color:var(--bz-text-secondary);font-size:.84rem;line-height:1.7}.light-banner__action{display:inline-flex;min-height:40px;align-items:center;justify-content:center;margin-top:16px;padding-inline:17px;border-radius:12px;color:#ffffff;background:var(--bz-brand-turquoise);font-size:.76rem;font-weight:700}.light-banner__visual{min-height:205px;background-position:50%;background-repeat:no-repeat;background-size:contain}.light-banner__visual-placeholder{position:relative;width:250px;height:185px;margin-inline:auto}.light-banner__case{position:absolute;right:52px;bottom:12px;width:102px;height:135px;border-radius:23px;background:linear-gradient(145deg,var(--bz-brand-purple),var(--bz-brand-purple-deep));box-shadow:var(--bz-shadow-md)}.light-banner__case:before{position:absolute;top:-17px;right:29px;width:44px;height:26px;border:7px solid var(--bz-brand-purple-deep);border-bottom:0;border-radius:15px 15px 0 0;content:""}.light-banner__calendar{position:absolute;right:0;bottom:6px;width:79px;height:72px;border-radius:17px;background:var(--bz-surface);box-shadow:var(--bz-shadow-sm)}.light-banner__ticket{position:absolute;right:120px;bottom:16px;width:88px;height:48px;border-radius:11px;background:var(--bz-brand-lavender);transform:rotate(-14deg)}.light-banner__pagination{position:absolute;right:50%;bottom:14px;display:flex;gap:5px;transform:translateX(50%)}.light-banner__pagination button{display:grid;width:19px;height:19px;place-items:center;border:0;background:transparent;cursor:pointer}.light-banner__pagination span{display:block;width:7px;height:7px;border-radius:999px;background:var(--bz-brand-gray)}.light-banner__pagination button.is-active span{width:19px;background:var(--bz-brand-turquoise)}.light-featured-grid{display:grid;grid-gap:17px;gap:17px;grid-template-columns:repeat(3,minmax(0,1fr))}.light-featured-card{overflow:hidden;border:1px solid var(--bz-border);border-radius:21px;background:var(--bz-surface);box-shadow:var(--bz-shadow-sm)}.light-featured-card__image{position:relative;min-height:178px;background-color:var(--bz-brand-purple-soft);background-position:50%;background-size:cover}.light-featured-card__image>span{position:absolute;top:11px;right:11px;padding:5px 9px;border-radius:999px;color:#ffffff;background:color-mix(in srgb,var(--bz-brand-purple) 86%,transparent);font-size:.65rem}.light-featured-card__body{padding:16px}.light-featured-card__rating{display:flex;align-items:center;justify-content:space-between;gap:12px}.light-featured-card__rating span{color:var(--bz-text-secondary);font-size:.76rem}.light-featured-card__rating small{color:#e6ab2e;letter-spacing:2px}.light-featured-card h3{margin:11px 0 6px;color:var(--bz-text-primary);font-size:.96rem}.light-featured-card p{margin:0;color:var(--bz-text-secondary);font-size:.75rem}.light-featured-card__price{display:flex;align-items:flex-end;justify-content:space-between;gap:12px;margin-top:18px}.light-featured-card__price small{color:var(--bz-text-secondary);font-size:.7rem}.light-featured-card__price strong{color:var(--bz-text-primary);font-size:.85rem}.light-suggestions-grid{display:grid;grid-gap:13px;gap:13px;grid-template-columns:repeat(4,minmax(0,1fr))}.light-suggestions-grid article{min-height:135px;padding:20px;border:1px solid var(--bz-border);border-radius:20px;background:var(--bz-surface);box-shadow:var(--bz-shadow-xs)}.light-suggestions-grid article:first-child,.light-suggestions-grid article:nth-child(4){background:linear-gradient(145deg,var(--bz-brand-purple-soft),var(--bz-surface))}.light-suggestions-grid article:nth-child(2){background:linear-gradient(145deg,var(--bz-brand-gray-soft),var(--bz-surface))}.light-suggestions-grid article:nth-child(3){background:linear-gradient(145deg,var(--bz-brand-turquoise-soft),var(--bz-surface))}.light-suggestions-grid article>span{display:grid;width:40px;height:40px;place-items:center;margin-bottom:15px;border-radius:13px;color:var(--bz-brand-purple);background:var(--bz-surface)}.light-suggestions-grid h3{margin:0 0 6px;font-size:.92rem}.light-suggestions-grid p{margin:0;color:var(--bz-text-secondary);font-size:.73rem}.bz-mobile-navigation{display:none}@media (max-width:980px){.bz-header__navigation{gap:15px}.bz-header__navigation>a{font-size:.78rem}.light-service-shortcuts{grid-template-columns:repeat(3,minmax(0,1fr))}.light-featured-grid,.light-package-services,.light-suggestions-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:860px){.bz-header__actions,.bz-header__navigation{display:none}.bz-header__menu{display:inline-flex;width:42px;height:42px;align-items:center;justify-content:center;flex-direction:column;gap:5px;border:1px solid var(--bz-border);border-radius:13px;background:var(--bz-surface);cursor:pointer}.bz-header__menu span{width:18px;height:2px;border-radius:999px;background:var(--bz-brand-purple);transition:opacity .18s ease,transform .18s ease}.bz-header__menu.is-open span:first-child{transform:translateY(7px) rotate(45deg)}.bz-header__menu.is-open span:nth-child(2){opacity:0}.bz-header__menu.is-open span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}.bz-header__navigation.is-open{position:absolute;top:calc(100% + 8px);right:0;left:0;display:flex;align-items:stretch;flex-direction:column;gap:2px;padding:13px;border:1px solid var(--bz-border);border-radius:19px;background:var(--bz-surface);box-shadow:var(--bz-shadow-md)}.bz-header__navigation.is-open>a{padding:12px;border-radius:11px}.bz-header__navigation.is-open>a:hover{background:var(--bz-brand-purple-soft)}.bz-header__navigation.is-open>a:after{display:none}.bz-header__mobile-account{display:grid;grid-gap:8px;gap:8px;margin-top:7px;grid-template-columns:1fr 1fr}.bz-header__mobile-account>a{display:flex;min-height:42px;align-items:center;justify-content:center;border:1px solid var(--bz-border);border-radius:12px}.bz-header__mobile-register{border-color:var(--bz-brand-purple)!important;color:#ffffff!important;background:var(--bz-brand-purple)}}@media (max-width:680px){.light-home{padding-bottom:88px}.bz-header__inner,.light-container{width:min(100% - 28px,var(--bz-content-width))}.bz-header__inner{min-height:66px}.light-section{padding:25px 0}.light-section-heading{align-items:flex-start;margin-bottom:16px}.light-section-heading h2{font-size:1.4rem}.light-section-heading p{font-size:.78rem}.light-home__intro{padding-top:14px}.light-home__welcome{min-height:142px;grid-template-columns:minmax(0,1fr) 105px}.light-home__welcome-copy h1{font-size:1.85rem}.light-home__welcome-copy p{font-size:.78rem;line-height:1.6}.light-home__welcome-art{min-height:115px}.light-home__kaaba{right:3px;width:82px;height:84px}[dir=ltr] .light-home__kaaba{right:auto;left:3px}.light-home__kaaba:after,.light-home__kaaba:before{display:none}.light-search{min-height:56px;padding-inline:16px;border-radius:19px}.light-search input{font-size:.84rem}.light-main-actions{gap:8px;grid-template-columns:repeat(4,minmax(0,1fr))}.light-main-actions>a{min-height:102px;gap:9px;border-radius:18px}.light-main-actions__icon{width:42px;height:42px;border-radius:14px}.light-main-actions__icon svg{width:25px;height:25px}.light-main-actions strong{font-size:.69rem;text-align:center}.light-package-card{padding:18px 13px;border-radius:22px}.light-package-services{display:flex;overflow-x:auto;gap:9px;padding:9px 2px 12px;scroll-snap-type:x mandatory}.light-package-service{min-width:146px;min-height:168px;flex:0 0 146px;scroll-snap-align:start}.light-package-summary{min-height:108px;align-items:stretch;flex-direction:column;gap:14px;padding:17px}.light-package-summary>a{width:100%}.light-service-shortcuts{display:flex;overflow-x:auto;gap:8px;padding:2px 2px 11px;scroll-snap-type:x mandatory}.light-service-shortcut{min-width:88px;min-height:96px;flex:0 0 88px;scroll-snap-align:start}.light-banner{min-height:225px;padding:20px 17px 34px;border-radius:22px;grid-template-columns:1fr 125px}.light-banner h2{font-size:1.45rem}.light-banner__description{display:-webkit-box;overflow:hidden;max-width:100%;font-size:.72rem;-webkit-box-orient:vertical;-webkit-line-clamp:2}.light-banner__action{min-height:37px;margin-top:12px;padding-inline:13px;font-size:.69rem}.light-banner__visual{min-height:140px}.light-banner__visual-placeholder{width:125px;height:135px}.light-banner__case{right:24px;width:58px;height:82px;border-radius:16px}.light-banner__case:before{right:16px;width:26px;height:17px;border-width:5px}.light-banner__calendar{width:47px;height:43px}.light-banner__ticket{right:65px;width:54px;height:29px}.light-featured-grid{display:flex;overflow-x:auto;gap:11px;padding:2px 2px 13px;scroll-snap-type:x mandatory}.light-featured-card{min-width:235px;flex:0 0 235px;scroll-snap-align:start}.light-featured-card__image{min-height:140px}.light-suggestions-grid{display:flex;overflow-x:auto;gap:9px;padding-bottom:11px}.light-suggestions-grid article{min-width:150px;min-height:130px;flex:0 0 150px}.bz-mobile-navigation{position:fixed;z-index:150;right:13px;bottom:10px;left:13px;display:grid;min-height:var(--bz-mobile-navigation-height);align-items:center;padding:6px;border:1px solid var(--bz-border);border-radius:25px;background:color-mix(in srgb,var(--bz-surface) 94%,transparent);box-shadow:var(--bz-shadow-md);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);grid-template-columns:repeat(5,minmax(0,1fr))}.bz-mobile-navigation a{display:flex;min-width:0;min-height:54px;align-items:center;justify-content:center;flex-direction:column;gap:3px;border-radius:18px;color:var(--bz-brand-gray)}.bz-mobile-navigation small{overflow:hidden;max-width:100%;font-size:.6rem;text-overflow:ellipsis;white-space:nowrap}.bz-mobile-navigation a.is-active{color:var(--bz-brand-purple);background:var(--bz-brand-purple-soft)}.bz-mobile-navigation a:nth-child(3){width:66px;height:66px;justify-self:center;margin-top:-21px;border:5px solid var(--bz-surface);border-radius:50%;box-shadow:var(--bz-shadow-md)}.bz-mobile-navigation a:nth-child(3),.bz-mobile-navigation a:nth-child(3).is-active{color:#ffffff;background:var(--bz-brand-purple)}}@media (prefers-reduced-motion:reduce){.light-home *,.light-home :after,.light-home :before{scroll-behavior:auto!important;transition-duration:.01ms!important}}.bz-header__admin{display:inline-flex;align-items:center;justify-content:center;min-height:40px;padding:0 14px;border:1px solid var(--bz-border,rgba(141,90,167,.28));border-radius:12px;color:var(--bz-primary,#8d5aa7);font-size:.86rem;font-weight:700;text-decoration:none;white-space:nowrap;transition:background-color .16s ease,border-color .16s ease,color .16s ease}.bz-header__admin:hover{background:rgba(141,90,167,.08);border-color:var(--bz-primary,#8d5aa7)}@media (max-width:900px){.bz-header__actions .bz-header__admin{display:none}}.bz-header__saved{min-height:38px;display:inline-flex;align-items:center;justify-content:center;gap:7px;padding-inline:10px;color:inherit;text-decoration:none;font-size:12px;font-weight:600;white-space:nowrap}.bz-header__saved:hover{opacity:.82}.bz-header__saved svg{flex:0 0 auto}.bz-header__theme{width:38px;min-width:38px;padding:0}.bz-header__mobile-theme{min-height:42px;width:100%;display:flex;align-items:center;justify-content:flex-start;border:0;background:transparent;color:inherit;cursor:pointer}.bz-header__mobile-account>a,.bz-header__mobile-account>button{gap:8px}.bz-header__mobile-register,.bz-header__register{display:none!important}:root{--bz-home-lavender:#8d5aa7;--bz-home-lavender-2:#74508f;--bz-home-lavender-soft:#f4eef8;--bz-home-navy:#171b3f;--bz-home-gold:#d9b86c;--bz-home-ink:#25243a;--bz-home-muted:#777486;--bz-home-border:#ebe7ef;--bz-home-bg:#faf9fc;--bz-home-card:#ffffff;--bz-home-radius:16px;--bz-home-shadow:0 8px 30px rgba(46,32,62,0.07)}[data-theme=dark]{--bz-home-ink:var(--bz-color-text);--bz-home-muted:var(--bz-color-text-muted);--bz-home-border:var(--bz-color-border);--bz-home-bg:var(--bz-color-bg);--bz-home-card:var(--bz-color-surface);--bz-home-lavender-soft:var(--bz-brand-purple-soft,#2d2233);--bz-home-shadow:0 8px 30px rgba(0,0,0,0.28)}.bz-home-page,.bz-home-page button,.bz-home-page input,.bz-home-page select,.bz-home-page textarea{font-family:Cairo,sans-serif}.bz-home-page{background:var(--bz-home-bg);color:var(--bz-home-ink);min-height:100vh}.bz-home-shell{width:min(1220px,calc(100% - 40px));margin-inline:auto}.bz-home-header{position:relative;z-index:20;background:var(--bz-home-lavender);color:#fff;border-bottom:1px solid rgba(255,255,255,.12)}.bz-home-header__inner{height:64px;display:grid;grid-template-columns:auto 1fr auto;align-items:center;grid-gap:28px;gap:28px}.bz-home-brand{display:inline-flex;align-items:center;gap:9px;color:#fff;text-decoration:none}.bz-home-brand span{display:grid;line-height:1.05}.bz-home-brand strong{font-size:17px;font-weight:700;letter-spacing:-.2px}.bz-home-brand small{margin-top:5px;font-size:8.5px;opacity:.72;font-weight:500}.bz-home-nav{display:flex;justify-content:center;align-items:center;gap:25px}.bz-home-nav a{color:rgba(255,255,255,.84);text-decoration:none;font-size:12.5px;font-weight:600;padding:21px 0 18px;position:relative;white-space:nowrap}.bz-home-nav a.is-active,.bz-home-nav a:hover{color:#fff}.bz-home-nav a.is-active:after{content:"";position:absolute;height:2px;border-radius:3px;inset-inline:2px;bottom:12px;background:var(--bz-home-gold)}.bz-home-header__actions{display:flex;gap:8px;align-items:center}.bz-home-login,.bz-home-register{height:34px;padding:0 14px;border-radius:9px;display:inline-flex;align-items:center;justify-content:center;text-decoration:none;font-size:11.5px;font-weight:700}.bz-home-login{color:#fff;border:1px solid rgba(255,255,255,.35);background:rgba(255,255,255,.06)}.bz-home-register{background:var(--bz-home-gold);color:#372f28}.bz-home-menu{display:none;border:0;background:rgba(255,255,255,.12);color:#fff;width:36px;height:36px;border-radius:10px;align-items:center;justify-content:center}.bz-home-hero{height:300px;position:relative;overflow:hidden;background:#2b2854}.bz-home-hero__image{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}.bz-home-hero__overlay{position:absolute;inset:0;background:linear-gradient(90deg,rgba(20,20,53,.32),rgba(28,22,61,.66) 55%,rgba(54,31,76,.88))}[dir=ltr] .bz-home-hero__overlay{background:linear-gradient(270deg,rgba(20,20,53,.32),rgba(28,22,61,.66) 55%,rgba(54,31,76,.88))}.bz-home-hero__content{height:100%;position:relative;z-index:2;display:flex;flex-direction:column;justify-content:center;align-items:flex-start;max-width:1220px;color:#fff}.bz-home-eyebrow{display:inline-flex;width:max-content;padding:5px 9px;border:1px solid rgba(255,255,255,.2);border-radius:999px;background:rgba(255,255,255,.09);font-size:10.5px;font-weight:600;margin-bottom:10px}.bz-home-hero h1{margin:0;max-width:600px;font-size:clamp(27px,3vw,36px);line-height:1.35;letter-spacing:-.5px;font-weight:700}.bz-home-hero p{max-width:570px;margin:10px 0 0;color:rgba(255,255,255,.82);font-size:12.5px;line-height:1.9;font-weight:400}.bz-home-hero__actions{margin-top:17px;display:flex;gap:9px}.bz-primary-button,.bz-secondary-button{min-height:36px;border-radius:10px;padding:0 14px;display:inline-flex;align-items:center;gap:7px;text-decoration:none;font-size:11.5px;font-weight:700}.bz-primary-button{color:#352e27;background:var(--bz-home-gold)}.bz-secondary-button{color:#fff;background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.25)}.bz-services{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));grid-gap:10px;gap:10px;padding-block:18px 8px}.bz-service-card{min-height:74px;padding:11px 12px;border:1px solid var(--bz-home-border);background:var(--bz-home-card);border-radius:14px;text-decoration:none;color:var(--bz-home-ink);display:flex;align-items:center;gap:10px;box-shadow:0 3px 14px rgba(52,37,71,.035);transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease}.bz-service-card:hover{transform:translateY(-2px);border-color:rgba(141,90,167,.28);box-shadow:var(--bz-home-shadow)}.bz-service-card__icon{width:38px;height:38px;flex:0 0 38px;border-radius:11px;display:inline-flex;align-items:center;justify-content:center;background:var(--bz-home-lavender-soft);color:var(--bz-home-lavender)}.bz-service-card__copy{display:grid;grid-gap:2px;gap:2px;min-width:0}.bz-service-card strong{font-size:12px;line-height:1.5;font-weight:700}.bz-service-card small{font-size:9.5px;color:var(--bz-home-muted);line-height:1.45;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.bz-home-body{display:grid;grid-template-columns:188px minmax(0,1fr);grid-gap:18px;gap:18px;padding-block:16px 50px;align-items:start}[dir=ltr] .bz-home-body{grid-template-columns:minmax(0,1fr) 188px}[dir=ltr] .bz-home-side-actions{grid-column:2}[dir=ltr] .bz-home-content{grid-column:1;grid-row:1}.bz-home-side-actions{position:-webkit-sticky;position:sticky;top:18px;display:grid;grid-gap:10px;gap:10px}.bz-side-card{min-height:150px;border-radius:var(--bz-home-radius);padding:15px;text-decoration:none;display:flex;flex-direction:column;align-items:flex-start;color:#fff;overflow:hidden;position:relative}.bz-side-card--request{background:linear-gradient(145deg,#8d5aa7,#67417c)}.bz-side-card--package{background:linear-gradient(145deg,#25264e,#3c3565)}.bz-side-card__icon{width:39px;height:39px;border-radius:11px;display:inline-flex;align-items:center;justify-content:center;background:rgba(255,255,255,.13);margin-bottom:14px}.bz-side-card strong{font-size:13px;font-weight:700}.bz-side-card p{margin:5px 0 12px;font-size:10px;line-height:1.8;color:rgba(255,255,255,.74)}.bz-side-card>span:last-child{margin-top:auto;display:inline-flex;gap:5px;align-items:center;font-size:10px;font-weight:700;color:#fff}.bz-home-content{min-width:0;display:grid;grid-gap:30px;gap:30px}.bz-home-section{min-width:0}.bz-section-heading{display:flex;align-items:flex-end;justify-content:space-between;gap:20px;margin-bottom:12px}.bz-section-heading h2{margin:0;font-size:18px;line-height:1.5;font-weight:700;letter-spacing:-.15px}.bz-section-heading p{margin:2px 0 0;font-size:10.5px;color:var(--bz-home-muted)}.bz-section-heading>a{color:var(--bz-home-lavender);display:inline-flex;align-items:center;gap:4px;text-decoration:none;font-size:10.5px;font-weight:700;white-space:nowrap}.bz-section-heading--centered{justify-content:center;text-align:center}.bz-section-heading--centered>div{display:flex;flex-direction:column;align-items:center}.bz-section-heading--centered p{margin-top:6px;font-size:13px;font-weight:600}.bz-product-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));grid-gap:11px;gap:11px}.bz-product-card{min-width:0;background:var(--bz-home-card);border:1px solid var(--bz-home-border);border-radius:14px;overflow:hidden;text-decoration:none;color:var(--bz-home-ink);box-shadow:0 3px 16px rgba(46,32,62,.035)}.bz-product-card__media{height:122px;position:relative;overflow:hidden;background:#eee9f3}.bz-product-card__media img{width:100%;height:100%;display:block;object-fit:cover;transition:transform .3s ease}.bz-product-card:hover .bz-product-card__media img{transform:scale(1.025)}.bz-product-card__badge{top:9px;inset-inline-start:9px;color:var(--bz-home-lavender);font-size:8.5px;font-weight:700;border-radius:999px;padding:4px 7px}.bz-product-card__badge,.bz-product-card__heart{position:absolute;background:rgba(255,255,255,.92)}.bz-product-card__heart{top:8px;inset-inline-end:8px;width:29px;height:29px;border-radius:50%;display:inline-flex;align-items:center;justify-content:center;border:0;color:#5f5b68}.bz-product-card__body{padding:10px 11px 11px}.bz-product-card__topline{min-height:19px;display:flex;justify-content:space-between;align-items:center;gap:6px;color:var(--bz-home-muted);font-size:9px}.bz-product-card__topline>span{display:inline-flex;gap:3px;align-items:center}.bz-product-card__rating{color:#8b7340}.bz-product-card h3{margin:3px 0 1px;font-size:12.5px;line-height:1.6;font-weight:700}.bz-product-card h3,.bz-product-card p{overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.bz-product-card p{margin:0;color:var(--bz-home-muted);font-size:9.5px;line-height:1.65}.bz-product-card__price{margin-top:9px;padding-top:8px;border-top:1px solid #f1eef3;display:flex;justify-content:space-between;align-items:baseline;gap:6px}.bz-product-card__price strong{color:var(--bz-home-lavender);font-size:13px;font-weight:700}.bz-product-card__price strong small{font-size:8.5px;font-weight:600}.bz-product-card__price>span{color:var(--bz-home-muted);font-size:8.5px}.bz-promo-banner{height:330px;position:relative;overflow:hidden;border-radius:18px;color:#fff;background:#2a2453}.bz-promo-banner>img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}.bz-promo-banner__shade{position:absolute;inset:0;background:linear-gradient(90deg,rgba(22,23,54,.28),rgba(38,30,73,.62) 48%,rgba(91,55,109,.94))}[dir=ltr] .bz-promo-banner__shade{background:linear-gradient(270deg,rgba(22,23,54,.28),rgba(38,30,73,.62) 48%,rgba(91,55,109,.94))}.bz-promo-banner__content{height:100%;position:relative;z-index:2;max-width:480px;padding:38px;display:flex;flex-direction:column;justify-content:center;align-items:flex-start}.bz-promo-banner__content>span{font-size:9.5px;font-weight:700;color:#e6d5a5}.bz-promo-banner h2{margin:7px 0 0;font-size:24px;line-height:1.55;font-weight:700}.bz-promo-banner p{margin:8px 0 0;max-width:400px;color:rgba(255,255,255,.78);font-size:10.5px;line-height:1.9}.bz-promo-banner a{margin-top:16px;min-height:36px;padding:0 14px;border-radius:10px;display:inline-flex;align-items:center;gap:6px;text-decoration:none;background:var(--bz-home-gold);color:#372f28;font-size:10.5px;font-weight:700}.bz-mini-sections{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:11px;gap:11px}.bz-mini-section{min-height:100px;padding:15px;border:1px solid var(--bz-home-border);border-radius:15px;background:var(--bz-home-card);color:var(--bz-home-ink);text-decoration:none;display:grid;grid-template-columns:auto 1fr auto;grid-gap:10px;gap:10px;align-items:center}.bz-mini-section__icon{width:42px;height:42px;border-radius:12px;display:inline-flex;align-items:center;justify-content:center;color:var(--bz-home-lavender);background:var(--bz-home-lavender-soft)}.bz-mini-section h3{margin:0;font-size:12.5px;font-weight:700}.bz-mini-section p{margin:3px 0 0;color:var(--bz-home-muted);font-size:9.5px;line-height:1.6}.bz-mini-section>svg{color:#aaa3b0}.bz-home-footer{background:var(--bz-home-navy);color:#fff;padding-top:33px}.bz-home-footer__grid{display:grid;grid-template-columns:1.4fr repeat(3,1fr);grid-gap:38px;gap:38px;padding-bottom:28px}.bz-home-footer__grid>div{display:flex;flex-direction:column;align-items:flex-start;gap:7px}.bz-home-footer__grid strong{font-size:11.5px;font-weight:700}.bz-home-footer__grid a,.bz-home-footer__grid p,.bz-home-footer__grid span{margin:0;color:rgba(255,255,255,.63);text-decoration:none;font-size:9.5px;line-height:1.8}.bz-home-footer__brand>strong{font-size:17px}.bz-home-footer__bottom{border-top:1px solid rgba(255,255,255,.08);padding-block:13px;text-align:center;color:rgba(255,255,255,.45);font-size:9px}@media (max-width:1180px){.bz-home-shell{width:min(100% - 32px,1060px)}.bz-home-header__inner{gap:18px}.bz-home-nav{gap:17px}.bz-home-nav a{font-size:11.5px}.bz-home-body{grid-template-columns:170px minmax(0,1fr);gap:14px}.bz-product-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.bz-product-grid>:nth-child(4){display:none}.bz-services{gap:7px}.bz-service-card{padding-inline:9px}.bz-service-card__icon{width:34px;height:34px;flex-basis:34px}}@media (max-width:900px){.bz-home-nav{display:none}.bz-home-header__inner{grid-template-columns:1fr auto auto}.bz-home-menu{display:inline-flex}.bz-home-header__actions .bz-home-login{display:none}.bz-services{grid-template-columns:repeat(3,minmax(0,1fr))}.bz-home-body{display:flex;flex-direction:column}.bz-home-side-actions{position:static;width:100%;display:grid;grid-template-columns:1fr 1fr;order:0}.bz-side-card{min-height:128px}.bz-home-content{width:100%;order:1}.bz-product-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.bz-product-grid>:nth-child(4){display:block}.bz-promo-banner{height:300px}.bz-mini-sections{grid-template-columns:1fr}}@media (max-width:640px){.bz-home-shell{width:calc(100% - 24px)}.bz-home-header__inner{height:58px;gap:9px}.bz-home-brand strong{font-size:15px}.bz-home-brand small{font-size:7.5px}.bz-home-brand svg{width:30px;height:30px}.bz-home-register{height:32px;padding-inline:10px;font-size:10px}.bz-home-menu{width:32px;height:32px}.bz-home-hero{height:238px}.bz-home-hero__content{justify-content:flex-end;padding-bottom:24px}.bz-home-eyebrow{font-size:9px;margin-bottom:7px}.bz-home-hero h1{max-width:92%;font-size:23px;line-height:1.45}.bz-home-hero p{max-width:96%;margin-top:7px;font-size:10.5px;line-height:1.75;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.bz-home-hero__actions{margin-top:12px}.bz-primary-button,.bz-secondary-button{min-height:34px;padding-inline:12px;font-size:10px}.bz-services{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;padding-top:12px}.bz-service-card{min-height:66px;padding:9px 10px;border-radius:13px}.bz-service-card__icon{width:34px;height:34px;flex-basis:34px}.bz-service-card strong{font-size:11px}.bz-service-card small{font-size:8.5px}.bz-home-body{padding-top:10px;padding-bottom:34px;gap:22px}.bz-home-side-actions{display:grid;grid-template-columns:1fr 1fr;grid-gap:8px;gap:8px;order:0}.bz-side-card{min-height:125px;padding:12px;border-radius:14px}.bz-side-card__icon{width:34px;height:34px;margin-bottom:10px}.bz-side-card strong{font-size:11.5px}.bz-side-card p{font-size:8.5px;margin-bottom:8px;line-height:1.65}.bz-side-card>span:last-child{font-size:8.5px}.bz-home-content{gap:24px}.bz-section-heading{align-items:center;margin-bottom:10px}.bz-section-heading h2{font-size:15px}.bz-section-heading p,.bz-section-heading>a{font-size:9px}.bz-product-grid,.bz-product-grid--featured{display:flex;overflow-x:auto;gap:9px;scroll-snap-type:x mandatory;scrollbar-width:none;padding-bottom:2px;-webkit-margin-end:-12px;margin-inline-end:-12px;-webkit-padding-end:12px;padding-inline-end:12px}.bz-product-grid::-webkit-scrollbar{display:none}.bz-product-grid>.bz-product-card{display:block!important;flex:0 0 76%;scroll-snap-align:start}.bz-product-card__media{height:128px}.bz-product-card h3{font-size:11.5px}.bz-product-card p{font-size:9px}.bz-product-card__price strong{font-size:12px}.bz-promo-banner{height:285px;border-radius:15px}.bz-promo-banner__content{max-width:89%;padding:22px;justify-content:flex-end}.bz-promo-banner__content>span{font-size:8.5px}.bz-promo-banner h2{font-size:19px;line-height:1.55}.bz-promo-banner p{font-size:9.5px;line-height:1.7}.bz-promo-banner a{min-height:34px;font-size:9.5px}.bz-mini-section{min-height:86px;padding:12px}.bz-mini-section__icon{width:38px;height:38px}.bz-mini-section h3{font-size:11.5px}.bz-mini-section p{font-size:8.8px}.bz-home-footer{padding-top:26px}.bz-home-footer__grid{grid-template-columns:1fr 1fr;gap:24px 16px;padding-bottom:22px}.bz-home-footer__brand{grid-column:1/-1}.bz-home-footer__grid strong{font-size:10.5px}.bz-home-footer__grid a,.bz-home-footer__grid p,.bz-home-footer__grid span{font-size:8.8px}}.bz-package-showcase{width:min(100% - 32px,1060px);margin-inline:auto;grid-template-columns:minmax(0,1fr) 282px;gap:12px;padding-block:16px 10px}.bz-package-builder,.bz-package-side-banner{height:182px;min-height:182px}.bz-package-builder{padding:15px 16px 14px;border-radius:17px}.bz-package-builder__heading{margin-bottom:11px}.bz-package-builder__heading h2{font-size:15px;line-height:1.45}.bz-package-builder__heading p{margin-top:2px;font-size:9px}.bz-package-steps{gap:23px}.bz-package-step{min-height:99px;padding:10px 8px 9px;border-radius:13px}.bz-package-step__number{top:7px;inset-inline-start:8px;font-size:10px}.bz-package-step__icon{width:35px;height:35px;margin-bottom:6px}.bz-package-step strong{font-size:10px}.bz-package-step small{margin-top:2px;font-size:8px}.bz-package-step:not(:last-child):after{inset-inline-end:-18px;width:26px;height:26px;margin-top:-13px;font-size:16px}.bz-package-side-banner{border-radius:17px}.bz-package-side-banner__content{width:68%;padding:15px}.bz-package-side-banner__content small{font-size:7.8px}.bz-package-side-banner__content strong{margin-top:3px;font-size:13px;line-height:1.5}.bz-package-side-banner__content p{margin-top:4px;font-size:8px;line-height:1.6}.bz-package-side-banner__button{min-height:29px;margin-top:9px;padding-inline:10px;font-size:8px}@media (max-width:1180px){.bz-package-showcase{width:min(100% - 32px,1060px);grid-template-columns:minmax(0,1fr) 255px}}@media (max-width:900px){.bz-package-showcase{grid-template-columns:1fr}.bz-package-builder{height:auto;min-height:182px}.bz-package-side-banner{height:195px;min-height:195px}.bz-package-steps{grid-template-columns:repeat(5,minmax(115px,1fr));overflow-x:auto;overscroll-behavior-inline:contain;scrollbar-width:none}.bz-package-steps::-webkit-scrollbar{display:none}}@media (max-width:640px){.bz-package-showcase{width:calc(100% - 24px);gap:9px;padding-block:12px 7px}.bz-package-builder{min-height:0;padding:12px 10px 11px;border-radius:14px}.bz-package-builder__heading{margin-bottom:9px}.bz-package-builder__heading h2{font-size:12.5px}.bz-package-builder__heading p{font-size:8.5px}.bz-package-steps{grid-template-columns:repeat(5,104px);gap:19px}.bz-package-step{min-height:88px;padding:9px 7px 8px;border-radius:12px}.bz-package-step__icon{width:32px;height:32px}.bz-package-step strong{font-size:9px}.bz-package-step small{font-size:7.8px}.bz-package-step:not(:last-child):after{inset-inline-end:-15px;width:23px;height:23px;margin-top:-12px;font-size:14px}.bz-package-side-banner{height:auto;min-height:0;aspect-ratio:1.8/1;border-radius:14px}.bz-package-side-banner__content{width:67%;padding:13px}.bz-package-side-banner__content strong{font-size:11.5px}.bz-package-side-banner__content p{font-size:7.8px}.bz-package-side-banner__button{min-height:27px;margin-top:7px}}.bz-package-showcase{width:min(1500px,calc(100% - 32px))!important;margin:0 auto!important;padding:28px 0!important;display:grid!important;grid-template-columns:360px minmax(0,1fr)!important;grid-gap:18px!important;gap:18px!important;align-items:stretch!important;direction:ltr}.bz-package-builder{grid-column:2!important;min-width:0!important;min-height:300px!important;padding:24px 26px 22px!important;border:1px solid var(--bz-home-border)!important;border-radius:20px!important;background:var(--bz-home-card)!important;box-shadow:0 8px 28px rgba(24,28,54,.07)!important;direction:rtl}.bz-package-side-banner{grid-column:1!important;grid-row:1!important;direction:rtl}.bz-package-builder__heading{margin:0 0 22px!important;text-align:center!important}.bz-package-builder__heading h2{margin:0!important;font-size:22px!important;line-height:1.45!important;font-weight:700!important}.bz-package-builder__heading p{margin:5px 0 0!important;font-size:13px!important;line-height:1.6!important}.bz-package-steps{width:100%!important;display:grid!important;grid-template-columns:repeat(5,minmax(0,1fr))!important;grid-gap:34px!important;gap:34px!important;overflow:visible!important;direction:rtl}.bz-package-step{position:relative!important;min-width:0!important;min-height:190px!important;justify-content:flex-start!important;padding:22px 12px 15px!important;border:1px solid var(--bz-home-border)!important;border-radius:17px!important;background:var(--bz-home-card)!important;box-shadow:0 5px 18px rgba(19,24,50,.055)!important;overflow:visible!important}.bz-package-step__number{position:absolute!important;right:11px!important;width:27px!important;height:27px!important;display:grid!important;place-items:center!important;border-radius:50%!important;background:#f7f3eb!important;font-size:12px!important;line-height:1!important}.bz-package-step__icon{width:76px!important;height:76px!important;margin:4px auto 10px!important;border:0!important;border-radius:12px!important;overflow:hidden!important}.bz-package-step__icon img{display:block!important;width:70px!important;height:70px!important;max-width:100%!important;max-height:100%!important}.bz-package-step strong{margin:0!important;font-size:15px!important;line-height:1.45!important}.bz-package-step small,.bz-package-step strong{display:block!important;white-space:normal!important}.bz-package-step small{margin-top:7px!important;font-size:11px!important;line-height:1.55!important;opacity:.68!important}.bz-package-step:not(:last-child):after{content:"+"!important;position:absolute!important;top:50%!important;right:auto!important;left:-31px!important;width:31px!important;height:31px!important;display:grid!important;place-items:center!important;margin:-15px 0 0!important;border-radius:50%!important;background:#312a5c!important;color:#fff!important;font-size:21px!important;line-height:1!important;font-weight:400!important;z-index:5!important}@media (max-width:1200px){.bz-package-showcase{grid-template-columns:280px minmax(0,1fr)!important}.bz-package-steps{gap:25px!important}.bz-package-step{min-height:170px!important}.bz-package-step:not(:last-child):after{left:-23px!important}}@media (max-width:900px){.bz-package-showcase{width:calc(100% - 24px)!important;display:flex!important;flex-direction:column!important;gap:14px!important}.bz-package-builder{width:100%!important;min-height:0!important}.bz-package-steps{display:grid!important;grid-template-columns:repeat(5,145px)!important;grid-gap:27px!important;gap:27px!important;overflow-x:auto!important;padding:2px 2px 10px!important;scrollbar-width:none!important}.bz-package-steps::-webkit-scrollbar{display:none!important}.bz-package-step{min-height:165px!important}.bz-package-side-banner{width:100%!important;height:auto!important;min-height:220px!important;aspect-ratio:1.8/1!important}.bz-package-step:not(:last-child):after{left:-24px!important}}.bz-package-side-banner{position:relative!important;display:block!important;width:100%!important;height:300px!important;min-height:300px!important;overflow:hidden!important;border-radius:20px!important;background:#241750!important;text-decoration:none!important;isolation:isolate!important}.bz-package-side-banner__image{z-index:0!important;width:100%!important;height:100%!important;object-fit:cover!important;object-position:center!important}.bz-package-side-banner__image,.bz-package-side-banner__shade{position:absolute!important;inset:0!important;display:block!important}.bz-package-side-banner__shade{z-index:1!important;background:linear-gradient(90deg,rgba(24,15,62,.18),rgba(24,15,62,.48) 55%,rgba(24,15,62,.88))!important}.bz-package-side-banner__content{position:absolute!important;top:0!important;right:0!important;bottom:0!important;z-index:2!important;width:62%!important;padding:28px 24px!important;display:flex!important;flex-direction:column!important;align-items:flex-start!important;justify-content:center!important;color:#fff!important;text-align:right!important}.bz-package-side-banner__content small{color:#fff!important;font-size:11px!important;line-height:1.5!important}.bz-package-side-banner__content strong{display:block!important;margin-top:7px!important;color:#fff!important;font-size:21px!important;line-height:1.5!important;font-weight:700!important}.bz-package-side-banner__content p{margin:8px 0 0!important;color:rgba(255,255,255,.88)!important;font-size:12px!important;line-height:1.7!important}.bz-package-side-banner__button{margin-top:16px!important;min-height:38px!important;padding:9px 15px!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;border-radius:9px!important;background:#e9c35c!important;color:#201846!important;font-size:12px!important;font-weight:700!important}@media (max-width:900px){.bz-package-side-banner{height:230px!important;min-height:230px!important}.bz-package-side-banner__content{width:68%!important;padding:20px!important}.bz-package-side-banner__content strong{font-size:17px!important}}.bz-package-steps{gap:16px!important}.bz-package-step{aspect-ratio:1/1!important;width:100%!important;min-height:0!important;padding:16px 10px 12px!important;display:flex!important;flex-direction:column!important;align-items:center!important;justify-content:center!important;border:1px solid rgba(105,78,180,.14)!important;border-radius:18px!important;background:linear-gradient(145deg,#ffffff,#faf8ff 38%,#f0ebff)!important;box-shadow:0 9px 24px rgba(76,55,135,.1),0 2px 7px rgba(76,55,135,.05)!important;overflow:hidden!important;text-align:center!important;text-decoration:none!important}.bz-package-step:hover{transform:translateY(-2px)!important;box-shadow:0 13px 30px rgba(76,55,135,.14),0 3px 8px rgba(76,55,135,.06)!important}.bz-package-step:after,.bz-package-step:not(:last-child):after{content:none!important;display:none!important}.bz-package-step__number{top:10px!important;right:10px!important;left:auto!important;width:25px!important;height:25px!important;background:rgba(105,78,180,.1)!important;color:#6048a8!important;font-size:11px!important;font-weight:700!important}.bz-package-step__icon{width:64px!important;height:64px!important;margin:1px auto 9px!important;border-radius:14px!important;background:rgba(255,255,255,.62)!important}.bz-package-step__icon img{width:56px!important;height:56px!important;object-fit:contain!important}.bz-package-step strong{font-size:13px!important;line-height:1.4!important;font-weight:700!important;color:#29243f!important}.bz-package-step small{margin-top:4px!important;font-size:9.5px!important;line-height:1.4!important;color:#777188!important;opacity:1!important}@media (max-width:900px){.bz-package-steps{grid-template-columns:repeat(5,128px)!important;gap:12px!important}.bz-package-step{width:128px!important;height:128px!important;aspect-ratio:1/1!important}}.bz-home-promo-section{width:100%!important}.bz-home-promo-between{grid-column:auto!important;grid-row:auto!important;display:block!important;width:100%!important;height:220px!important;min-height:220px!important;margin:0!important;border-radius:20px!important;overflow:hidden!important}@media (max-width:700px){.bz-home-promo-between{height:180px!important;min-height:180px!important}}.bz-side-card--extra{background:linear-gradient(145deg,#5d3d78,#332c59)}.bz-side-card--compact{min-height:88px;padding:12px 13px}.bz-side-card--compact .bz-side-card__icon{width:31px;height:31px;margin-bottom:7px}.bz-side-card--compact strong{font-size:11.5px}.bz-side-card--compact p{margin:3px 0 7px;font-size:9px;line-height:1.55}.bz-side-card__image{width:100%;height:62px;overflow:hidden;border-radius:10px;margin-bottom:10px;display:block}.bz-side-card__image img{width:100%;height:100%;object-fit:cover;display:block}.bz-side-card--compact .bz-side-card__image{height:38px;margin-bottom:7px}@media (max-width:900px){.bz-home-side-actions>.bz-side-card:nth-child(n+3){grid-column:1/-1}.bz-side-card--compact{min-height:76px}}@media (min-width:901px){.bz-package-showcase{width:min(calc(100% - 64px),1668px)!important;max-width:none!important;margin-inline:auto!important;grid-template-columns:360px minmax(0,1fr)!important;gap:18px!important;align-items:stretch!important}.bz-package-builder{grid-column:2!important;grid-row:1!important;width:100%!important;height:330px!important;min-height:330px!important;padding:22px 24px 20px!important}.bz-package-builder__heading{margin-bottom:18px!important}.bz-package-builder__heading h2{font-size:18px!important}.bz-package-builder__heading p{margin-top:4px!important;font-size:11px!important}.bz-package-steps{display:grid!important;grid-template-columns:repeat(5,minmax(0,1fr))!important;grid-gap:18px!important;gap:18px!important;overflow:visible!important}.bz-package-step{width:100%!important;height:205px!important;min-height:205px!important;aspect-ratio:auto!important;padding:18px 12px 14px!important;border-radius:18px!important;flex-direction:column!important}.bz-package-step,.bz-package-step__icon{display:flex!important;justify-content:center!important;align-items:center!important}.bz-package-step__icon{width:92px!important;height:92px!important;margin-bottom:12px!important}.bz-package-step__icon img{width:82px!important;height:82px!important;max-width:82px!important;max-height:82px!important;object-fit:contain!important}.bz-package-step strong{font-size:14px!important;line-height:1.45!important}.bz-package-step small{margin-top:5px!important;font-size:10px!important;line-height:1.45!important}.bz-package-step__number{top:12px!important;inset-inline-start:12px!important;font-size:11px!important}.bz-services-side-banner{grid-column:1!important;grid-row:1!important;width:360px!important;height:330px!important;min-height:330px!important;align-self:stretch!important;justify-self:stretch!important;border-radius:20px!important}}.bz-package-step__icon{width:92px!important;height:92px!important;margin-bottom:12px!important;border-radius:20px!important;background:transparent!important;border:none!important;box-shadow:none!important;display:flex!important;align-items:center!important;justify-content:center!important}.bz-package-step__icon img,.bz-package-step__icon svg{width:68px!important;height:68px!important;max-width:68px!important;max-height:68px!important;object-fit:contain!important;display:block!important}@media (min-width:901px){.bz-package-step__icon{width:100px!important;height:100px!important}.bz-package-step__icon img,.bz-package-step__icon svg{width:74px!important;height:74px!important;max-width:74px!important;max-height:74px!important}}@media (max-width:900px){.bz-package-step__icon{width:78px!important;height:78px!important}.bz-package-step__icon img,.bz-package-step__icon svg{width:58px!important;height:58px!important;max-width:58px!important;max-height:58px!important}}body,html{overflow-x:hidden}@media (min-width:901px){.bz-home-body,.bz-package-showcase{width:min(calc(100% - 48px),1680px)!important;max-width:none!important;margin-inline:auto!important}.bz-package-showcase{display:grid!important;grid-template-columns:360px minmax(0,1fr)!important;grid-gap:18px!important;gap:18px!important;direction:ltr!important;align-items:stretch!important}.bz-services-side-banner{grid-column:1!important;grid-row:1!important;width:360px!important;height:100%!important;align-self:stretch!important;justify-self:stretch!important;position:relative;overflow:hidden;display:block;border-radius:20px;background:#29264f;text-decoration:none}.bz-services-side-banner>img{position:absolute;inset:0;width:100%;height:100%;display:block;object-fit:cover}.bz-services-side-banner__placeholder{position:absolute;inset:0;display:grid;place-items:center;color:#fff}.bz-services-side-banner__shade{position:absolute;inset:0;background:linear-gradient(0deg,rgba(22,18,52,.82),rgba(22,18,52,.12) 70%,transparent)}.bz-services-side-banner__content{position:absolute;z-index:2;inset-inline:18px;bottom:18px;color:#fff}.bz-package-builder{grid-column:2!important;grid-row:1!important;width:100%!important;min-width:0!important;direction:rtl!important}.bz-home-body,[dir=ltr] .bz-package-builder{direction:ltr!important}.bz-home-body{display:grid!important;grid-template-columns:minmax(0,1fr) 300px!important;grid-column-gap:18px!important;column-gap:18px!important;grid-row-gap:40px!important;row-gap:40px!important;align-items:start!important;padding-block:16px 50px!important}.bz-home-content{display:contents!important}.bz-home-side-actions{grid-column:2!important;grid-row:1!important;width:300px!important;min-width:300px!important;position:static!important;top:auto!important;display:grid!important;grid-gap:14px!important;gap:14px!important;align-self:start!important;direction:rtl!important}[dir=ltr] .bz-home-side-actions{direction:ltr!important}.bz-home-content>.bz-home-section:first-child{grid-column:1!important;grid-row:1!important;min-width:0!important;direction:rtl!important}[dir=ltr] .bz-home-content>.bz-home-section:first-child{direction:ltr!important}.bz-home-promo-section{grid-column:1/-1!important;grid-row:2!important;width:100%!important;max-width:none!important;margin:40px 0 0!important;padding:0!important;direction:rtl!important}[dir=ltr] .bz-home-promo-section{direction:ltr!important}.bz-home-promo-section__heading{display:none!important}.bz-home-promo-grid{width:100%!important;display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;grid-gap:18px!important;gap:18px!important}.bz-home-promo-card{width:100%!important;height:350px!important;min-height:350px!important;aspect-ratio:auto!important;position:relative!important;overflow:hidden!important;border-radius:20px!important;background:#242044}.bz-home-promo-card__media,.bz-home-promo-card__media iframe,.bz-home-promo-card__media img{width:100%!important;height:100%!important}.bz-home-promo-card__media img{object-fit:cover!important}.bz-home-promo-card__shade{position:absolute!important;inset:0!important;z-index:1!important;display:block!important;background:linear-gradient(0deg,rgba(24,15,62,.86),rgba(24,15,62,.35) 45%,rgba(24,15,62,0) 75%)!important}.bz-home-promo-card__content{position:absolute!important;left:0!important;right:0!important;bottom:0!important;z-index:2!important;display:flex!important;flex-direction:column!important;align-items:flex-start!important;padding:20px!important;color:#fff!important;text-align:right!important}[dir=ltr] .bz-home-promo-card__content{text-align:left!important}.bz-home-promo-card__content strong{display:block!important;color:#fff!important;font-size:19px!important;line-height:1.5!important;font-weight:700!important}.bz-home-promo-card__content p{margin:6px 0 0!important;color:rgba(255,255,255,.88)!important;font-size:13px!important;line-height:1.6!important}.bz-home-promo-card__button{display:inline-flex!important;align-items:center!important;margin-top:14px!important;padding:9px 18px!important;border-radius:999px!important;background:#fff!important;color:#241750!important;font-size:12.5px!important;font-weight:700!important;text-decoration:none!important}.bz-home-promo-section+.bz-home-section{grid-column:1/-1!important;grid-row:3!important;min-width:0!important;direction:rtl!important}[dir=ltr] .bz-home-promo-section+.bz-home-section{direction:ltr!important}.bz-home-content>.bz-mini-sections{grid-column:1/-1!important;grid-row:4!important;min-width:0!important;direction:rtl!important}[dir=ltr] .bz-home-content>.bz-mini-sections{direction:ltr!important}}@media (max-width:900px){.bz-package-showcase{width:calc(100% - 24px)!important;margin-inline:auto!important;grid-template-columns:1fr!important}.bz-package-builder{grid-column:1!important;grid-row:1!important}.bz-services-side-banner{grid-column:1!important;grid-row:2!important;width:min(100%,360px)!important;height:auto!important;aspect-ratio:1/1!important;justify-self:center!important}.bz-home-body{width:calc(100% - 24px)!important;margin-inline:auto!important;display:block!important}.bz-home-content{display:grid!important}.bz-home-side-actions{position:static!important;width:100%!important}.bz-home-promo-section{width:100%!important;margin:30px 0 0!important}.bz-home-promo-grid{grid-template-columns:1fr!important;gap:12px!important}.bz-home-promo-card{height:auto!important;min-height:0!important;aspect-ratio:2/1!important;position:relative!important;overflow:hidden!important}.bz-home-promo-card__shade{position:absolute!important;inset:0!important;z-index:1!important;display:block!important;background:linear-gradient(0deg,rgba(24,15,62,.86),rgba(24,15,62,.35) 50%,rgba(24,15,62,0) 80%)!important}.bz-home-promo-card__content{position:absolute!important;left:0!important;right:0!important;bottom:0!important;z-index:2!important;padding:14px!important;color:#fff!important;text-align:right!important}[dir=ltr] .bz-home-promo-card__content{text-align:left!important}.bz-home-promo-card__content strong{display:block!important;color:#fff!important;font-size:15px!important;line-height:1.4!important;font-weight:700!important}.bz-home-promo-card__content p{margin:4px 0 0!important;color:rgba(255,255,255,.88)!important;font-size:11.5px!important;line-height:1.5!important}.bz-home-promo-card__button{display:inline-flex!important;align-items:center!important;margin-top:8px!important;padding:6px 14px!important;border-radius:999px!important;background:#fff!important;color:#241750!important;font-size:11px!important;font-weight:700!important;text-decoration:none!important}}.bz-destination-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));grid-gap:18px;gap:18px}.bz-destination-banner{position:relative;display:block;min-height:340px;border-radius:22px;overflow:hidden;text-decoration:none;color:#fff;background:#ddd}.bz-destination-banner img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}.bz-destination-banner:after{content:"";position:absolute;inset:0;background:linear-gradient(0deg,rgba(20,17,46,.75) 0,rgba(20,17,46,.28) 45%,rgba(20,17,46,.08))}.bz-destination-banner__content{position:absolute;inset-inline:18px;bottom:18px;z-index:2}.bz-destination-banner__content h3{margin:0;font-size:24px;line-height:1.3;font-weight:800}.bz-destination-banner__content p{margin:8px 0 0;font-size:14px;line-height:1.6;color:rgba(255,255,255,.9)}@media (max-width:1400px){.bz-destination-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (max-width:900px){.bz-destination-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:640px){.bz-destination-grid{grid-template-columns:1fr}.bz-destination-banner{min-height:280px}}@media (min-width:1200px){.bz-home-page .bz-home-body,.bz-home-page .bz-home-shell,.bz-home-page .bz-package-showcase{width:calc(100% - 288px)!important;max-width:1680px!important;margin-inline:auto!important}}@media (min-width:901px){.bz-home-page .bz-home-body{grid-template-columns:minmax(0,1fr) 300px!important;gap:18px!important}.bz-home-page .bz-home-side-actions{width:300px!important;min-width:300px!important;gap:14px!important}.bz-home-page .bz-side-card{min-height:190px!important;padding:18px!important;border-radius:22px!important}.bz-home-page .bz-side-card h3{font-size:17px!important;line-height:1.4!important}.bz-home-page .bz-side-card p{font-size:12px!important;line-height:1.65!important}.bz-home-page .bz-side-card__cta{font-size:13px!important}}.bz-home-saved,.bz-home-theme{min-height:36px;display:inline-flex;align-items:center;justify-content:center;color:rgba(255,255,255,.94)}.bz-home-saved{gap:7px;padding-inline:9px;text-decoration:none;font-size:11px;font-weight:600;white-space:nowrap}.bz-home-saved:hover{color:#fff}.bz-home-theme{width:36px;min-width:36px;padding:0;border:1px solid rgba(255,255,255,.18);border-radius:10px;background:rgba(255,255,255,.08);cursor:pointer}.bz-home-theme:hover{background:rgba(255,255,255,.14)}.bz-home-account{white-space:nowrap}.bz-home-register{display:none!important}@media (max-width:767px){.bz-home-saved{display:none}.bz-home-theme{display:inline-flex}}[data-theme=dark] .bz-home-page{background:var(--bz-color-bg);color:var(--bz-color-text)}[data-theme=dark] .bz-home-body,[data-theme=dark] .bz-package-showcase{color:var(--bz-color-text)}@media (min-width:1200px){.bz-home-page .bz-home-header .bz-home-shell{width:min(1220px,calc(100% - 40px))!important;max-width:none!important;margin-inline:auto!important}}.bz-home-page .bz-destination-section,.bz-home-page .bz-featured-section,.bz-home-page .bz-home-body,.bz-home-page .bz-mini-sections,.bz-home-page .bz-package-showcase,.bz-home-page .bz-promo-section{margin-top:12px}.bz-home-account,.bz-home-login{display:inline-flex!important;align-items:center!important;justify-content:center!important;font-size:10.5px!important;line-height:1!important;padding-top:2px!important;padding-bottom:0!important;text-align:center!important}@media (min-width:1200px){.bz-home-header .bz-home-header__inner{width:min(1220px,calc(100% - 40px))!important;max-width:none!important;margin-inline:auto!important}}.bz-package-showcase{-webkit-margin-before:28px;margin-block-start:28px;-webkit-border-before:1px solid var(--bz-brand-turquoise-soft,rgba(45,169,182,.22));border-block-start:1px solid var(--bz-brand-turquoise-soft,rgba(45,169,182,.22))}.bz-home-body,.bz-package-showcase{-webkit-padding-before:32px!important;padding-block-start:32px!important}.bz-home-content>.bz-home-promo-section,.bz-home-content>.bz-home-section{-webkit-padding-before:30px;padding-block-start:30px;-webkit-margin-before:22px;margin-block-start:22px;-webkit-border-before:1px solid var(--bz-brand-purple-soft,rgba(141,90,167,.18));border-block-start:1px solid var(--bz-brand-purple-soft,rgba(141,90,167,.18))}.bz-home-content>.bz-home-section:first-child{-webkit-margin-before:0;margin-block-start:0;-webkit-padding-before:0;padding-block-start:0;-webkit-border-before:none;border-block-start:none}.bz-home-content>.bz-home-promo-section{border-block-start-color:var(--bz-brand-turquoise-soft,rgba(45,169,182,.22))}@media (max-width:720px){.bz-home-body,.bz-package-showcase{-webkit-padding-before:22px!important;padding-block-start:22px!important}.bz-home-content>.bz-home-promo-section,.bz-home-content>.bz-home-section{-webkit-padding-before:20px;padding-block-start:20px;-webkit-margin-before:16px;margin-block-start:16px}}.bz-home-footer__stores{display:flex;flex-wrap:wrap;gap:8px;margin-top:14px}.bz-home-footer__stores .bz-home-footer__store-badge{display:inline-flex;align-items:center;gap:6px;padding:6px 12px;border:1px solid rgba(255,255,255,.22);border-radius:10px;color:#fff;text-decoration:none;font-size:inherit;line-height:inherit;transition:background .15s ease,transform .12s ease}.bz-home-footer__stores .bz-home-footer__store-badge:active{transform:scale(.96)}.bz-home-footer__stores .bz-home-footer__store-badge:hover{background:rgba(255,255,255,.08)}.bz-home-footer__stores .bz-home-footer__store-badge>span:first-child{font-size:15px;line-height:1}.bz-home-footer__stores .bz-home-footer__store-badge>span:last-child{display:grid;line-height:1.2}.bz-home-footer__stores .bz-home-footer__store-badge small{font-size:8px;opacity:.75;font-weight:500;color:inherit}.bz-home-footer__stores .bz-home-footer__store-badge strong{font-size:11.5px;font-weight:700;color:inherit}.bz-home-currency{display:inline-flex;align-items:center;gap:2px;padding:3px;border:1px solid rgba(255,255,255,.18);border-radius:10px;background:rgba(255,255,255,.08)}.bz-home-currency button{min-height:28px;padding-inline:9px;border:none;border-radius:7px;background:transparent;color:rgba(255,255,255,.75);font-size:11px;font-weight:600;font-family:inherit;cursor:pointer;transition:background .15s ease,color .15s ease}.bz-home-currency button:hover{color:#fff}.bz-home-currency button.is-active{background:rgba(255,255,255,.94);color:var(--bz-home-navy,#1c1f3a)}@media (max-width:767px){.bz-home-currency{display:none}}.bz-home-language{display:inline-flex;align-items:center;min-height:34px;padding-inline:12px;border:1px solid rgba(255,255,255,.18);border-radius:10px;background:rgba(255,255,255,.08);color:rgba(255,255,255,.85);font-size:12px;font-weight:700;font-family:inherit;cursor:pointer;transition:background .15s ease,color .15s ease}.bz-home-language:hover{background:rgba(255,255,255,.16);color:#fff}@media (max-width:767px){.bz-home-language{display:none}}.bz-home-footer__trust{display:inline-flex;align-items:center;gap:6px;margin-top:10px;padding:6px 10px;border-radius:8px;background:rgba(255,255,255,.06);color:rgba(255,255,255,.72);font-size:9px;font-weight:600;line-height:1.4;width:-moz-fit-content;width:fit-content}.bz-home-footer__contact-row{display:inline-flex!important;align-items:center;gap:8px}.bz-home-footer__contact-row svg{flex-shrink:0;opacity:.85}