.mpw{max-width:1360px;margin:0 auto;padding:0;font-family:Archivo;display:flex;flex-direction:column;gap:22px}
.mpw__title{text-align:center;font-size:30px;font-weight:400;color:#232426;line-height:110%;font-family:"Playfair Display",serif !important}
.mpw__subtitle{text-align:center;font-size:16px;font-weight:400;color:#53565a;line-height:120%;margin-top:4px;max-width:60%;margin-inline:auto}
.mpw__content{display:flex;gap:20px;align-items:stretch}
.mpw__left{flex:1;display:flex;position:relative;max-height:500px}
.mpw__right{flex-shrink:0;width:320px;display:flex;flex-direction:column}
.mpw__tabs{flex-shrink:0;width:110px;z-index:3;position:absolute}
.mpw__tab-list{list-style:none;display:flex;flex-direction:column;gap:10px;position:absolute;top:75px;left:18px}
.mpw__tab{display:flex;flex-direction:column;align-items:center;justify-content:center;width:80px;height:80px;padding:14px 6px 12px;border-radius:10px;background:#fff;cursor:pointer;transition:all .25s ease;box-shadow:0 1px 6px rgba(0,0,0,0.07);text-align:center;border:0;outline:0;-webkit-tap-highlight-color:transparent}
.mpw__tab:hover{background:#f7f7f7;box-shadow:0 3px 12px rgba(0,0,0,0.1)}
.mpw__tab:focus-visible{box-shadow:0 0 0 2px #1a1a1a}
.mpw__tab--active{background:#000;color:#fff;box-shadow:0 4px 16px rgba(0,0,0,0.18)}
.mpw__tab--active:hover{background:#1a1a1a}
.mpw__tab-icon{width:28px;height:28px;margin-bottom:6px;display:flex;align-items:center;justify-content:center}
.mpw__tab-icon svg{width:100%;height:100%}
.mpw__tab--active .mpw__tab-icon svg{stroke:#fff}
.mpw__tab-label{font-size:12px;font-weight:500;line-height:126%;white-space:nowrap;color:#818181}
.mpw__tab--active .mpw__tab-label{color:#e6e6e6}
.mpw__hero{flex:1;border-radius:18px;overflow:hidden;position:relative;background:#f0f0f0}
.mpw__hero-img{width:100%;height:100%;object-fit:cover;display:block;transition:opacity .35s ease}
.mpw__cta{position:absolute;bottom:20px;right:20px;display:inline-flex;align-items:center;gap:8px;padding:12px 24px;background:#333642;box-shadow:0 9px 14px -2px #0000001F;color:#fff;text-decoration:none;border-radius:60px;font-size:16px;font-weight:500;transition:background .25s ease,transform .2s ease;z-index:4;width:179px;height:52px;justify-content:center;line-height:150%}
.mpw__cta:hover{background:#333}
.mpw__cta svg{transition:transform .25s ease}
.mpw__cta:hover svg{transform:translateX(3px)}
.mpw__carousel-track{flex:1;display:flex;flex-direction:column;gap:10px;overflow:hidden}
.mpw__thumb{flex-shrink:0;border-radius:14px;overflow:hidden;cursor:pointer;border:2px solid transparent;transition:border-color .25s ease,transform .15s ease,box-shadow .25s ease;outline:0;-webkit-tap-highlight-color:transparent;max-height:144px}
.mpw__thumb:focus-visible{box-shadow:0 0 0 2px #545454}
.mpw__thumb--active{border-color:#545454}
.mpw__thumb img{width:100%;height:100%;object-fit:cover;display:block}
.mpw__carousel-nav{display:flex;justify-content:center;gap:30px;margin-top:18px}
.mpw__nav-btn{width:42px;height:42px;border-radius:50%;border:1.5px solid #d4d4d4;background:#fff;cursor:pointer;display:flex;align-items:center;justify-content:center;color:#1a1a1a;transition:all .25s ease;outline:0}
.mpw__nav-btn:hover:not(:disabled){border-color:#1a1a1a;background:#f7f7f7}
.mpw__nav-btn:focus-visible{box-shadow:0 0 0 2px #1a1a1a}
.mpw__nav-btn:disabled{opacity:.3;cursor:not-allowed}
.mpw--fade{animation:mpwFade .35s ease}
@keyframes mpwFade{from{opacity:0}
to{opacity:1}
}
@media(max-width:1024px){.mpw__content{min-height:440px}
.mpw__left{min-height:440px}
.mpw__right{width:210px}
.mpw__thumb{height:128px}
.mpw__title{font-size:26px}
.mpw__tab{width:88px;padding:12px 5px 10px}
.mpw__tab-label{font-size:14px}
}
@media(max-width:767px){.mpw__title{font-size:22px;text-align:center}
.mpw__content{flex-direction:column;gap:8px;min-height:auto}
.mpw__left{flex-direction:column;gap:10px;min-height:auto}
.mpw__tabs{width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch;scrollbar-width:none;position:relative}
.mpw__tab-label{font-size:14px}
.mpw__tabs::-webkit-scrollbar{display:none}
.mpw__tab:hover{background:unset;box-shadow:unset}
.mpw__tab-list{flex-direction:row;position:static;gap:8px;flex-wrap:nowrap;padding:0;overflow-x:auto;scrollbar-width:none}
.mpw__tab{width:auto;min-width:130px;flex-direction:row;padding:9px 14px;gap:11px;border-radius:50px;height:unset;border:1px solid #e6e6e8;box-shadow:none}
.mpw__tab--active{background:#e6e6e8;border:1px solid #eeeeef}
.mpw__tab--active:hover{background-color:#e6e6e8}
.mpw__tab--active .mpw__tab-label{color:#000}
.mpw__tab-icon{width:26px;height:26px;margin-bottom:0}
.mpw__tab-icon img{width:26px;height:26px}
.mpw__hero{margin-left:0;min-height:350px;border-radius:14px;padding:0 16px;background:transparent;max-height:350px}
.mpw__hero-img{border-radius:20px;min-height:350px}
.mpw__right{width:100%}
.mpw__thumb{border:2px solid transparent}
.mpw__thumb--active{border-color:#545454}
.mpw__tab-list>:first-child,.mpw__carousel-track>:first-child{margin-left:16px}
.mpw__tab-list>:last-child,.mpw__carousel-track>:last-child{margin-right:16px}
.mpw__carousel-track{flex-direction:row;gap:10px;overflow-x:auto;-webkit-overflow-scrolling:touch;padding-bottom:6px;scrollbar-width:none}
.mpw__carousel-track::-webkit-scrollbar{display:none}
.mpw__thumb{width:100px;height:65px;border-radius:10px;box-shadow:none}
.mpw__carousel-nav{display:none}
.mpw__cta{bottom:20px;right:30px;box-shadow:unset;padding:4px 18px;font-size:12px;line-height:24px;width:100px;height:26px;background:#202129;white-space:nowrap}
.mpw__cta svg{display:none}
}