.lo-hero{background:var(--hero-wash);padding:var(--hero-pad-top) 0 var(--hero-pad-bottom)}.lo-hero-grid{display:grid;grid-template-columns:minmax(0,5fr) minmax(0,6fr);gap:40px;align-items:center}.lo-crumb{font-size:var(--label);color:var(--text-muted);margin-bottom:14px}.lo-crumb a{color:var(--green-ink);text-decoration:none}.lo-crumb span{margin:0 2px}.lo-pill{display:inline-flex;align-items:center;gap:8px;background:#fff;border:1px solid rgba(0,196,127,.22);border-radius:var(--r-full);padding:7px 15px 7px 12px;font-size:var(--label-sm);font-weight:700;letter-spacing:.09em;text-transform:uppercase;color:var(--green-ink);box-shadow:0 3px 12px rgba(15,23,32,.05)}.lo-pill .ic{width:14px;height:14px}.lo-pill .ic svg,.lo-chips .ic svg,.lo-stat-ico .ic svg,.lo-card-ico .ic svg,.lo-more .ic svg,.lo-step-ico .ic svg,.lo-addons-h .ic svg,.lo-viewall .ic svg,.lo-near-list .ic svg{width:100%;height:100%;display:block}.lo-hero-copy h1{font-size:var(--h1);font-weight:800;line-height:1.2;margin:16px 0 0;color:var(--bg-dark)}.lo-hero-copy h1 span{color:var(--green-ink)}.lo-lead{margin-top:14px;max-width:460px;font-size:var(--text-md);line-height:1.7;color:var(--text-muted)}.lo-chips{list-style:none;display:flex;flex-wrap:wrap;gap:9px;margin:20px 0 0;padding:0}.lo-chips li{display:inline-flex;align-items:center;gap:7px;background:#fff;border:1px solid var(--border);border-radius:var(--r-full);padding:8px 15px;font-size:var(--label);font-weight:600;color:var(--bg-dark);box-shadow:0 2px 8px rgba(15,23,32,.04)}.lo-chips .ic{width:14px;height:14px;color:var(--green)}.lo-cta{display:flex;flex-wrap:wrap;gap:12px;margin-top:24px}.lo-btn{display:inline-flex;align-items:center;justify-content:center;gap:9px;border-radius:var(--r-full);padding:13px 26px;font-size:var(--text-sm);font-weight:700;text-decoration:none;transition:transform .2s var(--ease-out),background .2s var(--ease-out)}.lo-btn-solid{background:var(--green);color:#06231a}.lo-btn-line{background:#fff;color:var(--bg-dark);border:1px solid var(--border-dark)}.lo-btn:hover{transform:translateY(-2px)}.lo-hero-media{position:relative}.lo-hero-img{border-radius:var(--r-lg);overflow:hidden;box-shadow:0 24px 60px rgba(15,23,32,.18)}.lo-hero-img img{width:100%;height:auto;display:block;aspect-ratio:16 / 11;object-fit:cover}.lo-stats{list-style:none;display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:6px;margin:-46px 22px 0;padding:16px 10px;position:relative;background:#fff;border-radius:var(--r-lg);box-shadow:0 16px 40px rgba(15,23,32,.14)}.lo-stats li{display:flex;align-items:center;gap:9px;padding:0 8px}.lo-stats li+li{border-left:1px solid var(--border)}.lo-stat-ico{display:grid;place-items:center;width:30px;height:30px;flex:0 0 auto;border-radius:9px;background:var(--green-subtle);color:var(--green-ink)}.lo-stat-ico .ic{width:16px;height:16px}.lo-stats strong{display:block;font-size:var(--text-sm);line-height:1.2;color:var(--bg-dark)}.lo-stats span{display:block;font-size:var(--label-sm);line-height:1.3;color:var(--text-muted)}.lo-why{padding:72px 0;background:#fff}.lo-why-grid{display:grid;grid-template-columns:minmax(0,5.2fr) minmax(0,6.8fr);gap:20px;align-items:stretch}.lo-why-card{background:var(--bg-l1);border:1px solid var(--border);border-radius:var(--r-lg);padding:26px}.lo-why-card h2{font-size:var(--display-xs);line-height:1.3;margin-bottom:12px}.lo-why-card p{font-size:var(--text-dense);line-height:1.7;color:var(--text-muted)}.lo-ticks{list-style:none;margin:16px 0 0;padding:0;display:grid;gap:10px}.lo-ticks li{position:relative;padding-left:25px;font-size:var(--text-dense);line-height:1.5;color:var(--text-muted)}.lo-ticks li::before{content:"";position:absolute;left:0;top:3px;width:15px;height:15px;background:var(--green);-webkit-mask:var(--lo-tick) center / contain no-repeat;mask:var(--lo-tick) center / contain no-repeat}:root{--lo-tick:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='2.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M4 12.5l5 5L20 6.5'/%3E%3C/svg%3E");--lo-arrow:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M4 12h15M13 6l6 6-6 6'/%3E%3C/svg%3E")}.lo-cards{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:20px}.lo-card{background:#fff;border:1px solid var(--border);border-radius:var(--r-lg);box-shadow:0 8px 24px rgba(15,23,32,.05);padding:22px}.lo-card-ico{display:grid;place-items:center;width:42px;height:42px;border-radius:12px;background:var(--green-subtle);color:var(--green-ink);margin-bottom:14px}.lo-card-ico .ic{width:21px;height:21px}.lo-card h3{font-size:var(--text-md);line-height:1.35;margin-bottom:7px}.lo-card p{font-size:var(--text-dense);line-height:1.6;color:var(--text-muted);margin-bottom:12px}.lo-more{display:inline-flex;align-items:center;gap:7px;font-size:var(--text-dense);font-weight:700;color:var(--green-ink);text-decoration:none}.lo-more .ic{width:14px;height:14px;transition:transform .25s var(--ease-out)}.lo-more:hover .ic{transform:translateX(4px)}.lo-pack{padding:72px 0}.lo-pack-grid{display:grid;grid-template-columns:minmax(0,3fr) minmax(0,5fr) minmax(0,4fr);gap:24px;align-items:center;background:#fff;border:1px solid var(--border);border-radius:var(--r-lg);box-shadow:0 10px 30px rgba(15,23,32,.06);padding:26px}.lo-pack-photo{position:relative;align-self:end}.lo-pack-photo::before{content:"";position:absolute;left:4%;right:4%;top:10%;bottom:4%;border-radius:var(--r-full);background:var(--green-subtle)}.lo-pack-photo img{position:relative;width:100%;height:auto;display:block}.lo-pack-copy h2{font-size:var(--display-sm);line-height:1.28;margin-bottom:10px}.lo-pack-copy p{font-size:var(--text-dense);line-height:1.7;color:var(--text-muted)}.lo-pack-copy .lo-btn{margin-top:18px}.lo-addons{background:var(--green-subtle);border-radius:var(--r-lg);padding:20px}.lo-addons-h{display:flex;align-items:center;gap:8px;font-size:var(--text-dense);font-weight:700;color:var(--green-ink);margin-bottom:14px}.lo-addons-h .ic{width:15px;height:15px}.lo-addons ul{list-style:none;margin:0 0 14px;padding:0;display:grid;gap:9px}.lo-addons li{font-size:var(--text-dense);line-height:1.45;color:var(--bg-dark)}.lo-process{padding:72px 0;background:#fff}.lo-center{text-align:center;font-size:var(--display-sm);line-height:1.3;margin-bottom:26px}.lo-steps{list-style:none;margin:0;padding:0;display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:34px 26px}.lo-step{position:relative;background:#fff;border:1px solid var(--border);border-radius:var(--r-lg);box-shadow:0 6px 18px rgba(15,23,32,.05);padding:20px 18px}.lo-step+.lo-step::before{content:"";position:absolute;left:-22px;top:50%;width:18px;height:14px;transform:translateY(-50%);background:rgba(15,23,32,.28);-webkit-mask:var(--lo-arrow) center / contain no-repeat;mask:var(--lo-arrow) center / contain no-repeat}.lo-step-ico{display:inline-grid;place-items:center;width:36px;height:36px;border-radius:11px;background:var(--green-subtle);color:var(--green-ink)}.lo-step-ico .ic{width:19px;height:19px}.lo-step-n{display:inline-block;margin-left:8px;font-family:var(--font-display);font-size:var(--text-dense);color:var(--green-ink);vertical-align:12px}.lo-step h3{font-size:var(--text-sm);line-height:1.35;margin:12px 0 6px}.lo-step p{font-size:var(--label);line-height:1.55;color:var(--text-muted)}.lo-bottom{padding:72px 0}.lo-bottom-grid{display:grid;grid-template-columns:minmax(0,5fr) minmax(0,7fr);gap:20px;align-items:start}.lo-faq,.lo-nearby{background:#fff;border:1px solid var(--border);border-radius:var(--r-lg);box-shadow:0 8px 24px rgba(15,23,32,.05);padding:24px}.lo-faq h2,.lo-nearby h2{font-size:var(--title-md);line-height:1.3;margin-bottom:16px}.lo-faq .lo-more{margin-top:14px}.lo-nearby-head{display:flex;align-items:center;justify-content:space-between;gap:12px}.lo-viewall{display:inline-flex;align-items:center;gap:7px;background:var(--green-subtle);color:var(--green-ink);border-radius:var(--r-full);padding:8px 14px;font-size:var(--label);font-weight:700;text-decoration:none;white-space:nowrap}.lo-viewall .ic{width:13px;height:13px}.lo-nearby-body{display:grid;grid-template-columns:minmax(0,6fr) minmax(0,5fr);gap:16px}.lo-near-list{list-style:none;margin:0;padding:0;display:grid;gap:8px;align-content:start}.lo-near-list a{display:flex;align-items:center;justify-content:space-between;gap:10px;padding:11px 13px;border:1px solid var(--border);border-radius:12px;text-decoration:none;color:inherit;transition:border-color .2s var(--ease-out),background .2s var(--ease-out)}.lo-near-list a:hover{border-color:var(--green);background:var(--green-subtle)}.lo-near-list strong{display:block;font-size:var(--text-dense);line-height:1.3}.lo-near-list em{display:block;font-style:normal;font-size:var(--label-sm);color:var(--text-muted);margin-top:2px}.lo-near-list .ic{width:15px;height:15px;color:var(--green-ink);flex:0 0 auto}@media (max-width:1023.98px){.lo-hero-grid,.lo-why-grid,.lo-bottom-grid,.lo-pack-grid{grid-template-columns:minmax(0,1fr)}.lo-pack-photo{max-width:300px;margin:0 auto}.lo-steps{grid-template-columns:repeat(2,minmax(0,1fr))}.lo-step+.lo-step::before{display:none}}@media (max-width:599.98px){.lo-cards,.lo-steps,.lo-nearby-body{grid-template-columns:minmax(0,1fr)}.lo-stats{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px 0;margin:-30px 12px 0}.lo-stats li:nth-child(odd){border-left:0}.lo-stats li:nth-child(3){border-left:0}.lo-why,.lo-pack,.lo-process,.lo-bottom{padding:30px 0}.lo-cta .lo-btn{flex:1 1 100%}}@media (prefers-reduced-motion:reduce){.lo-btn,.lo-more .ic,.lo-near-list a{transition:none}.lo-btn:hover{transform:none}}.lo-logos{padding:22px 0;background:#fff;border-top:1px solid rgba(15,23,32,.06);border-bottom:1px solid rgba(15,23,32,.06)}.lo-logos-row{display:flex;align-items:center;gap:30px;flex-wrap:wrap}.lo-logos-label{flex:0 0 auto;max-width:150px;font-size:var(--label-sm);font-weight:700;letter-spacing:.09em;text-transform:uppercase;line-height:1.4;color:var(--bg-dark)}.lo-logos-label span{color:var(--green-ink)}@media (max-width:767.98px){.lo-logos-row{gap:14px}.lo-logos-label{max-width:none;flex:1 1 100%}.lo-logos-list{justify-content:flex-start;gap:16px}.lo-logos-list li{font-size:var(--label)}}.lo-pill .ic,.lo-chips .ic,.lo-stat-ico .ic,.lo-card-ico .ic,.lo-step-ico .ic,.lo-addons-h .ic,.lo-viewall .ic,.lo-near-list .ic,.lo-more .ic,.lo-btn .ic{vertical-align:0;display:flex}.lo-btn .ic{width:17px;height:17px}.lo-btn .ic svg{width:100%;height:100%;display:block}.lo-btn-solid .ic{color:#06231a}.lo-btn-line .ic{color:var(--green-ink)}.lo-stats .lo-stat-ico{display:grid;place-items:center}.lo-stats div span{display:block;font-size:var(--label-sm);line-height:1.3;color:var(--text-muted)}.lo-logos-track{flex:0 1 auto;min-width:0;max-width:min(720px,100%);margin-left:auto;overflow:hidden}.lo-logos-list{list-style:none;margin:0;padding:0;display:flex;align-items:center;gap:30px;transition:transform .48s var(--ease-out)}.lo-logos-list li{flex:0 0 auto}.lo-logos-list img{display:block;width:auto;height:20px;filter:grayscale(1);opacity:.5;transition:opacity .25s var(--ease-out),filter .25s var(--ease-out)}.lo-logos-list li:hover img{filter:grayscale(0);opacity:1}.lo-logos-nav{display:flex;gap:8px;flex:0 0 auto}.lo-logos-btn{display:grid;place-items:center;width:32px;height:32px;padding:0;border:1px solid var(--border-dark);border-radius:var(--r-full);background:#fff;color:var(--bg-dark);cursor:pointer;transition:background .2s var(--ease-out),color .2s var(--ease-out),border-color .2s var(--ease-out)}.lo-logos-btn:hover{background:var(--green);border-color:var(--green);color:#fff}.lo-logos-btn .ic{width:14px;height:14px;vertical-align:0;display:flex}.lo-logos-btn .ic svg{width:100%;height:100%;display:block}@media (max-width:767.98px){.lo-logos-list{gap:30px}.lo-logos-list img{height:17px}.lo-logos-nav{display:none}.lo-logos-track{overflow-x:auto;scrollbar-width:none}.lo-logos-track::-webkit-scrollbar{display:none}}@media (prefers-reduced-motion:reduce){.lo-logos-list{transition:none}}.lo-why-card{position:relative;overflow:hidden}.lo-why-card::after{content:"";position:absolute;right:-12px;bottom:-16px;width:300px;height:300px;background:url("/assets/images/reviews-bg.webp") right bottom / contain no-repeat;opacity:.16;pointer-events:none}.lo-why-card>*{position:relative;z-index:1}.lo-ticks--split li{padding-bottom:0;border-bottom:0}.lo-ticks--split{padding-left:34px;padding-right:34px}.lo-why-btn{margin-top:22px;margin-left:34px}.lo-why-btn .ic{width:16px;height:16px}.lo-card--photo{display:flex;flex-direction:column;padding:0;overflow:hidden}.lo-card--photo .lo-card-media{aspect-ratio:16 / 9;overflow:hidden;background:var(--bg-l1)}.lo-card--photo .lo-card-media img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .5s var(--ease-out)}.lo-card--photo:hover .lo-card-media img{transform:scale(1.04)}.lo-card--photo .lo-card-body{padding:20px;display:flex;flex-direction:column;flex:1 1 auto}.lo-card-head{display:flex;align-items:center;gap:12px;margin-bottom:9px}.lo-card-head .lo-card-ico{margin-bottom:0;width:38px;height:38px}.lo-card-head .lo-card-ico .ic{width:19px;height:19px}.lo-card-head h3{margin-bottom:0}@media (max-width:599.98px){.lo-why-card::after{width:190px;height:190px;opacity:.12}}@media (prefers-reduced-motion:reduce){.lo-card--photo .lo-card-media img{transition:none}.lo-card--photo:hover .lo-card-media img{transform:none}}.lo-faq h2,.lo-nearby h2{margin-bottom:8px}.lo-faq h2::after,.lo-nearby-head h2::after{content:"";display:block;width:34px;height:3px;border-radius:3px;background:var(--green);margin-top:10px}.lo-faq .faq-right{display:grid;gap:12px;margin-top:18px}.lo-faq .faq-item{background:#fff;border:1px solid rgba(15,23,32,.09);border-radius:14px;overflow:hidden}.lo-faq .faq-item.active{border-color:rgba(0,196,127,.28)}.lo-faq .faq-question{width:100%;display:flex;align-items:center;justify-content:space-between;gap:14px;padding:15px 16px;background:none;border:0;text-align:left;cursor:pointer}.lo-faq .faq-question h3{color:var(--bg-dark);margin:0}.lo-faq .faq-icon{flex:0 0 auto;display:grid;place-items:center;width:26px;height:26px;border-radius:var(--r-full);background:var(--green-subtle);color:var(--green-ink);font-size:var(--text-dense);vertical-align:0}.lo-faq .faq-item.active .faq-icon{background:var(--green);color:#fff}.lo-faq .faq-answer{padding:0 16px}.lo-faq .faq-item.active .faq-answer{padding:0 16px 16px}.lo-faq .faq-answer p{margin:0;padding:13px 15px;border-left:3px solid var(--green);border-radius:0 10px 10px 0;background:var(--green-subtle);font-size:var(--text-sm);line-height:1.7;color:var(--text-muted)}.lo-faq-foot{display:flex;align-items:center;gap:12px;flex-wrap:wrap;margin-top:16px;padding:14px 16px;background:var(--bg-l1);border-radius:14px}.lo-faq-foot-ico{display:grid;place-items:center;width:38px;height:38px;flex:0 0 auto;border-radius:var(--r-full);background:var(--green-subtle);color:var(--green-ink)}.lo-faq-foot-ico .ic{width:18px;height:18px;vertical-align:0;display:flex}.lo-faq-foot-ico .ic svg{width:100%;height:100%;display:block}.lo-faq-foot-txt{flex:1 1 auto;min-width:0}.lo-faq-foot-txt strong{display:block;font-size:var(--text-dense);line-height:1.3}.lo-faq-foot-txt em{display:block;font-style:normal;font-size:var(--label);color:var(--text-muted);margin-top:2px}.lo-faq-foot .lo-more{flex:0 0 auto}.lo-nearby-head{align-items:flex-start;margin-bottom:16px}.lo-map{border-radius:16px;overflow:hidden;background:var(--bg-l1)}.lo-map img{width:100%;height:100%;object-fit:cover;display:block}.lo-near-list{gap:10px}.lo-near-list a{gap:12px;padding:10px 12px;border-radius:14px}.lo-near-ico{display:grid;place-items:center;width:38px;height:38px;flex:0 0 auto;border-radius:11px;background:var(--green-subtle);color:var(--green-ink)}.lo-near-ico .ic{width:21px;height:21px;vertical-align:0;display:flex}.lo-near-ico .ic svg{width:100%;height:100%;display:block}.lo-near-txt{flex:1 1 auto;min-width:0}.lo-step{position:relative;overflow:hidden}.lo-step-n{position:absolute;top:14px;right:14px;z-index:0;margin-left:0;vertical-align:baseline;font-family:var(--font-display);font-size:62px;font-weight:800;line-height:1;letter-spacing:-.02em;color:var(--green);opacity:.11;pointer-events:none;user-select:none}.lo-step-ico,.lo-step h3,.lo-step p{position:relative;z-index:1}@media (max-width:767.98px){.lo-step-n{font-size:52px;top:12px;right:12px}}.lo-bottom{position:relative;overflow:hidden}.lo-bottom-grid{position:relative}.lo-bottom-grid::after{content:"";position:absolute;right:20px;bottom:0;width:calc((100% - 60px) * 7 / 12);height:400px;background:url("/assets/images/location/dubai-skyline.webp") center bottom / 100% auto no-repeat;opacity:.38;pointer-events:none;z-index:0}.lo-faq,.lo-nearby{position:relative;z-index:1}@media (max-width:1023.98px){.lo-bottom-grid::after{display:none}}.lo-eyebrow--pill .ic{vertical-align:0;display:flex}.lo-eyebrow--pill .ic svg{width:100%;height:100%;display:block}.lo-why-card::after{background-image:url("/assets/images/location/dubai-skyline.webp");left:auto;right:-20px;bottom:-10px;width:330px;height:200px;background-position:right bottom;background-size:contain;opacity:.2}@media (min-width:768px){.lo-card--photo{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);align-items:stretch}.lo-card--photo .lo-card-media{aspect-ratio:auto;height:100%;order:2}.lo-card--photo .lo-card-body{order:1;padding:20px 16px}.lo-card--photo .lo-card-head{flex-direction:column;align-items:flex-start;gap:10px}.lo-card--photo .lo-card-head h3{font-size:var(--text-sm)}.lo-card--photo .lo-card-body p{font-size:var(--label);line-height:1.55}}.lo-trustbar{grid-column:1 / -1;display:flex;align-items:center;gap:22px;flex-wrap:wrap;margin-top:4px;padding:16px 20px;background:var(--green-subtle);border-radius:var(--r-lg)}.lo-trustbar-lead{display:flex;align-items:center;gap:12px;flex:1 1 300px;min-width:0;font-size:var(--label);line-height:1.5;color:var(--bg-dark)}.lo-trustbar-ico{display:grid;place-items:center;width:34px;height:34px;flex:0 0 auto;border-radius:10px;background:#fff;color:var(--green-ink)}.lo-trustbar-ico .ic{width:18px;height:18px;vertical-align:0;display:flex}.lo-trustbar-ico .ic svg{width:100%;height:100%;display:block}.lo-trustbar-list{list-style:none;margin:0;padding:0;display:flex;align-items:center;gap:20px;flex-wrap:wrap}.lo-trustbar-list li{display:flex;align-items:center;gap:10px}.lo-trustbar-list strong{display:block;font-size:var(--label);line-height:1.3}.lo-trustbar-list em{display:block;font-style:normal;font-size:var(--label-sm);color:var(--text-muted);margin-top:2px}@media (max-width:767.98px){.lo-trustbar{gap:14px;padding:14px}.lo-trustbar-list{flex-direction:column;align-items:flex-start;gap:12px;width:100%}.lo-why-card::after{width:220px;height:140px;opacity:.16}}.lo-card:not(.lo-card--photo){position:relative;overflow:hidden;display:flex;flex-direction:column;padding:20px}.lo-card:not(.lo-card--photo)::after{content:"";position:absolute;left:0;right:0;bottom:0;height:46%;background:linear-gradient(to top,rgba(18,122,82,.07),rgba(18,122,82,0));pointer-events:none;z-index:0}.lo-card-n{position:absolute;top:20px;left:20px;z-index:2;display:grid;place-items:center;min-width:32px;height:25px;padding:0 7px;border-radius:9px;background:var(--green-subtle);color:var(--green-ink);font-size:var(--label-sm);font-weight:800;letter-spacing:.02em}.lo-card-wm{position:absolute;right:18px;bottom:20px;z-index:0;width:72px;height:72px;color:var(--green);opacity:.12;pointer-events:none}.lo-card-wm .ic,.lo-card-wm .ic svg{width:100%;height:100%;display:block}.lo-card:not(.lo-card--photo) .lo-card-body{position:relative;z-index:1;display:flex;flex-direction:column;flex:1 1 auto;padding-left:48px}.lo-card:not(.lo-card--photo) .lo-card-head{display:flex;align-items:center;gap:14px;margin-bottom:12px}.lo-card:not(.lo-card--photo) .lo-card-ico{flex:0 0 auto;width:58px;height:58px;border-radius:50%;background:var(--green-subtle);box-shadow:0 0 0 6px rgba(18,122,82,.05);margin-bottom:0}.lo-card:not(.lo-card--photo) .lo-card-ico .ic{width:27px;height:27px}.lo-card:not(.lo-card--photo) .lo-card-head h3{font-size:var(--text-lg);line-height:1.28;margin-bottom:0}.lo-card:not(.lo-card--photo) .lo-card-body p{padding-left:72px;margin-bottom:20px}.lo-card:not(.lo-card--photo) .lo-more{margin-top:auto;margin-left:-48px;align-self:flex-start}@media (max-width:599.98px){.lo-card:not(.lo-card--photo) .lo-card-body{padding-left:0;padding-top:34px}.lo-card:not(.lo-card--photo) .lo-card-body p{padding-left:0}.lo-card:not(.lo-card--photo) .lo-more{margin-left:0}.lo-card-n{top:18px;left:18px}.lo-card:not(.lo-card--photo) .lo-card-ico{width:48px;height:48px}.lo-card:not(.lo-card--photo) .lo-card-ico .ic{width:23px;height:23px}.lo-card-wm{width:44px;height:44px;right:18px;bottom:20px}}.lo-why-card{background-color:var(--bg-l1);background-image:url("/assets/images/location/dubai.webp");background-repeat:no-repeat;background-position:center bottom;background-size:min(100%,800px) auto;padding:30px 46px calc(min(58%,462px) - 100px)}.lo-why-card::after{content:none}.lo-card:not(.lo-card--photo) .lo-card-ico{display:none}.lo-card:not(.lo-card--photo) .lo-card-head{gap:0;margin-bottom:10px;min-height:25px}.lo-card:not(.lo-card--photo) .lo-card-body p{padding-left:0}@media (max-width:1023.98px){.lo-why-card{padding:28px 40px calc(min(58%,462px) - 100px)}}@media (max-width:599.98px){.lo-why-card{padding:24px 30px calc(min(58%,462px) - 100px)}.lo-ticks--split{padding-left:22px;padding-right:22px}.lo-why-btn{margin-left:22px}}@media (min-width:1024px){.lo-why-card{padding-bottom:calc(min(58%,462px) - 170px)}}@media (max-width:1023.98px){.lo-card-wm{width:44px;height:44px}}@media (max-width:767.98px){.lo-step{padding-left:74px}.lo-step>.lo-step-ico{left:18px;top:20px}}.lo-card:not(.lo-card--photo) .lo-card-body p{max-width:270px}@media (min-width:1600px){.lo-hero-copy h1{font-size:var(--display-hero)}.lo-hero-copy .lo-lead{font-size:var(--text-lg)}.lo-stats strong{font-size:var(--text-md)}.lo-stats span{font-size:var(--label-sm)}.lo-why-card h2{font-size:var(--display-sm)}.lo-why-card p{font-size:var(--text-sm)}.lo-ticks li{font-size:var(--text-dense)}.lo-card h3{font-size:var(--text-lg)}.lo-card:not(.lo-card--photo) .lo-card-head h3{font-size:var(--title-xs)}.lo-card p{font-size:var(--text-dense)}.lo-card:not(.lo-card--photo) .lo-card-body p{max-width:292px}.lo-more{font-size:var(--text-dense)}.lo-pack-copy h2{font-size:var(--display-sm)}.lo-pack-copy p{font-size:var(--text-sm)}.lo-addons li{font-size:var(--text-dense)}.lo-center{font-size:var(--display-md)}.lo-step h3{font-size:var(--text-sm)}.lo-step p{font-size:var(--text-dense)}.lo-nearby h2{font-size:var(--title-md)}.lo-near-list strong{font-size:var(--text-dense)}.lo-near-list em{font-size:var(--label)}.lo-faq-foot-txt strong{font-size:var(--text-sm)}.lo-faq-foot-txt em{font-size:var(--text-dense)}.lo-trustbar-lead{font-size:var(--text-dense)}.lo-trustbar-list strong{font-size:var(--text-dense)}.lo-trustbar-list em{font-size:var(--label)}}@media (min-width:1920px){.lo-hero-copy h1{font-size:var(--display-hero)}.lo-hero-copy .lo-lead{font-size:var(--text-lg)}.lo-stats strong{font-size:var(--text-md)}.lo-stats span{font-size:var(--label-sm)}.lo-why-card h2{font-size:var(--display-md)}.lo-why-card p{font-size:var(--text-sm)}.lo-ticks li{font-size:var(--text-sm)}.lo-card h3{font-size:var(--text-lg)}.lo-card:not(.lo-card--photo) .lo-card-head h3{font-size:var(--title-xs)}.lo-card p{font-size:var(--text-sm)}.lo-card:not(.lo-card--photo) .lo-card-body p{max-width:312px}.lo-more{font-size:var(--text-sm)}.lo-pack-copy h2{font-size:var(--display-md)}.lo-pack-copy p{font-size:var(--text-sm)}.lo-addons li{font-size:var(--text-sm)}.lo-center{font-size:var(--display-lg)}.lo-step h3{font-size:var(--text-md)}.lo-step p{font-size:var(--text-dense)}.lo-nearby h2{font-size:var(--title-lg)}.lo-near-list strong{font-size:var(--text-sm)}.lo-near-list em{font-size:var(--label)}.lo-faq .faq-answer p{font-size:var(--text-sm)}.lo-faq-foot-txt strong{font-size:var(--text-sm)}.lo-faq-foot-txt em{font-size:var(--text-dense)}.lo-trustbar-lead{font-size:var(--text-dense)}.lo-trustbar-list strong{font-size:var(--text-dense)}.lo-trustbar-list em{font-size:var(--label)}}@media (min-width:2400px){.lo-hero-copy h1{font-size:var(--display-hero)}.lo-hero-copy .lo-lead{font-size:var(--title-xs)}.lo-stats strong{font-size:var(--text-lg)}.lo-stats span{font-size:var(--label-sm)}.lo-why-card h2{font-size:var(--display-lg)}.lo-why-card p{font-size:var(--text-md)}.lo-ticks li{font-size:var(--text-sm)}.lo-card h3{font-size:var(--title-xs)}.lo-card:not(.lo-card--photo) .lo-card-head h3{font-size:var(--title-sm)}.lo-card p{font-size:var(--text-sm)}.lo-card:not(.lo-card--photo) .lo-card-body p{max-width:332px}.lo-more{font-size:var(--text-sm)}.lo-pack-copy h2{font-size:var(--display-lg)}.lo-pack-copy p{font-size:var(--text-md)}.lo-addons li{font-size:var(--text-sm)}.lo-center{font-size:var(--display-lg)}.lo-step h3{font-size:var(--text-md)}.lo-step p{font-size:var(--text-sm)}.lo-nearby h2{font-size:var(--title-lg)}.lo-near-list strong{font-size:var(--text-sm)}.lo-near-list em{font-size:var(--text-dense)}.lo-faq .faq-answer p{font-size:var(--text-sm)}.lo-faq-foot-txt strong{font-size:var(--text-md)}.lo-faq-foot-txt em{font-size:var(--text-sm)}.lo-trustbar-lead{font-size:var(--text-sm)}.lo-trustbar-list strong{font-size:var(--text-sm)}.lo-trustbar-list em{font-size:var(--text-dense)}}.lo-why-card h2,.lo-pack-copy h2,.lo-center,.lo-nearby h2,.lo-faq h2{font-size:var(--h2);line-height:1.4;margin-bottom:12px}.lo-center{margin-bottom:22px}.lo-why-card.lo-why-card>p,.lo-pack-copy.lo-pack-copy>p{font-size:var(--text-md);line-height:1.7}