@import"https://fonts.googleapis.com/css2?family=Geist:wght@100..900&family=Paytone+One&display=swap";:root{--grey-50: #f7f7f7;--grey-100: #f0f0f0;--grey-150: #e9e9e9;--grey-200: #dddddd;--grey-300: #aaaaaa;--grey-400: #808080;--grey-500: #555555;--grey-600: #2b2b2b;--grey-700: #222222;--grey-white: #ffffff;--rad-600: #eb3232;--space-0: 0;--space-150: 6px;--space-200: 8px;--space-350: 14px;--space-400: 16px;--space-500: 20px;--radius-xsm: 8px;--radius-sm: 14px;--radius-md: 18px;--radius-lg: 24px;--pill-md-w: 12px;--pill-md-h: 30px;--pill-lg-w: 15px;--pill-lg-h: 44px;--pill-xl-w: 20px;--pill-xl-h: 60px;--font-heading: Geist, "SF Pro Display", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;--font-body: Geist, "SF Pro Text", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;--font-decor: "Paytone One", var(--font-heading);--text-xsm: 12px;--text-sm: 14px;--text-md: 16px;--text-lg: 20px;--text-h1: 72px;--text-h2: 56px;--text-h6: 20px;--text-h5: 24px;--text-h4: 32px;--text-h4-bold: 32px;--text-h4-bold-url: 32px;--text-h3: 40px;--text-decor-1: 120px;--text-decor-3: 48px;--lh-xsm: 14px;--lh-sm: 16px;--lh-md-inline: 10px;--lh-md: 18px;--lh-lg: 24px;--lh-h1: 80px;--lh-h2: 64px;--lh-h6: 24px;--lh-h5: 28px;--lh-h4: 36px;--lh-h4-bold: 38px;--lh-h4-bold-url: 38px;--lh-h3: 48px;--lh-decor-1: 120px;--lh-decor-3: 48px;--fw-regular: 400;--fw-medium: 500;--fw-bold: 700;--shadow-soft: 4px 4px 60px rgba(0, 0, 0, .06);--content-width: 1468px}:root{--layout-margin: 40px;--layout-gutter: 20px}body{margin:0;font-family:var(--font-body);color:var(--grey-600);background:var(--grey-white)}.page{width:min(100%,var(--content-width));margin:0 auto;background:var(--grey-white)}.container{width:min(100%,var(--content-width));margin-inline:auto;padding-inline:var(--layout-margin)}.section{padding:32px var(--layout-margin)}.site-nav-host{margin:16px var(--layout-margin) 0;position:relative;z-index:72}.site-nav-host--hero{margin:0}.site-nav-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;background:#2b2b2b6b;opacity:0;pointer-events:none;z-index:68;transition:opacity .2s ease}.site-nav-backdrop.is-visible{opacity:1;pointer-events:auto}.site-nav{width:min(100%,1388px);margin:0 auto;height:60px;overflow:visible;position:relative;border-radius:var(--radius-md);padding:var(--space-400);background:#ffffffeb;-webkit-backdrop-filter:blur(3.3px);backdrop-filter:blur(3.3px);transition:background-color .22s ease}.site-nav.is-open{height:60px;background:#ffffffeb}.site-nav__bar{display:flex;align-items:center;justify-content:space-between;padding-left:var(--space-400);width:100%;position:relative;z-index:2}.site-nav__left{display:flex;align-items:center;gap:43px}.site-nav__brand{width:167.479px;font-family:var(--font-decor);font-size:26px;font-weight:400;line-height:.81;text-decoration:none;color:var(--grey-600)}.site-nav__links{display:flex;align-items:center;gap:61px}.site-nav__link,.site-nav__trigger,.site-nav__offer{border:0;background:transparent;font:400 var(--text-md)/ var(--lh-md-inline) var(--font-body);color:var(--grey-600);text-decoration:none;display:inline-flex;align-items:center;gap:2px}.site-nav__link,.site-nav__trigger{cursor:pointer;transition:color .2s ease}.site-nav__link:hover,.site-nav__trigger:hover,.site-nav__offer:hover,.site-nav.is-open .site-nav__trigger-text{color:var(--grey-500)}.site-nav__chevron-wrap{width:9.607px;height:7.958px;display:inline-flex;align-items:center;justify-content:center}.site-nav__chevron{width:9.607px;height:7.958px;object-fit:cover;transform:rotate(-90deg);transition:transform .2s ease,opacity .2s ease}.site-nav.is-open .site-nav__chevron{transform:rotate(90deg);opacity:.63}.site-nav__offer{height:var(--pill-md-h);border-radius:var(--radius-xsm);background:var(--grey-600);color:var(--grey-white);padding:10px var(--pill-md-w);cursor:pointer;transition:background-color .2s ease}.site-nav__offer:hover{background:#1f1f1f;color:var(--grey-white)}.site-nav__panel{position:absolute;left:0;right:0;top:0;margin-top:0;padding:calc(var(--space-400) + var(--pill-md-h) + var(--space-500)) var(--space-400) var(--space-400);background:var(--grey-50);border-radius:var(--radius-md);z-index:1;opacity:0;transform:translateY(-8px);pointer-events:none;transition:opacity .2s ease,transform .2s ease;display:grid;grid-template-columns:1027px minmax(0,1fr);column-gap:var(--space-500)}.site-nav.is-open .site-nav__panel{opacity:1;transform:translateY(0);pointer-events:auto}.site-nav__categories{width:1027px;display:grid;grid-template-columns:323px 332px 332px;grid-template-rows:83px 84px;column-gap:var(--space-500);row-gap:14px}.site-nav__category{height:100%;border-radius:10px;text-decoration:none;color:var(--grey-600);display:flex;gap:var(--space-200);align-items:flex-start;padding:14px 15px;transition:background-color .2s ease}.site-nav__category:hover{background:#ffffff8c}.site-nav__category-icon{width:22.023px;height:22.023px;object-fit:contain;flex:0 0 auto}.site-nav__category-copy{display:flex;flex-direction:column;gap:var(--space-150);width:287.303px}.site-nav__category-title{font:500 var(--text-md)/18px var(--font-body);color:var(--grey-600)}.site-nav__category-desc{font:400 var(--text-sm)/16px var(--font-body);color:var(--grey-300)}.site-nav__category-desc--muted{color:var(--grey-200)}.site-nav__promo{background:var(--grey-600);border-radius:var(--radius-xsm);padding:var(--space-400) 22px;display:flex;flex-direction:column;justify-content:space-between;min-height:181px}.site-nav__promo-title{margin:0;width:281.636px;font:700 var(--text-h5)/var(--lh-h5) var(--font-heading);color:var(--grey-white)}.site-nav__promo-btn{width:fit-content;height:var(--pill-lg-h);border:1px solid var(--rad-600);border-radius:var(--radius-sm);background:transparent;color:var(--grey-white);padding:13px 15px;display:inline-flex;align-items:center;gap:var(--space-150);font:400 var(--text-md)/ var(--lh-md-inline) var(--font-body);cursor:pointer;transition:background-color .2s ease,transform .2s ease}.site-nav__promo-btn:hover{transform:translateY(-1px);background:#ffffff14}.site-nav__promo-arrow{width:19px;height:14.254px;position:relative;display:inline-flex;align-items:center;justify-content:center;transform:rotate(180deg) scaleY(-1);opacity:.9}.site-nav__promo-arrow img{position:absolute;width:100%;height:100%;object-fit:contain}.navbar{margin:16px 40px;height:60px;border-radius:var(--radius-md);background:#ffffffeb;border:1px solid var(--grey-200);display:flex;align-items:center;justify-content:space-between;padding:0 var(--space-400)}.brand{font-family:var(--font-decor);font-size:26px;line-height:1}.nav-links{display:flex;gap:32px;font-size:var(--text-md);line-height:10px}.ui-pill-sm{height:23px;border:0;border-radius:22px;background:var(--grey-100);padding:0 10px;display:inline-flex;align-items:center;justify-content:center;font:400 var(--text-md)/ var(--lh-md-inline) var(--font-body);color:#000;white-space:nowrap}.ui-pill-md,.pill{height:var(--pill-md-h);border-radius:var(--radius-xsm);border:1px solid transparent;background:var(--grey-100);padding:0 var(--pill-md-w);display:inline-flex;align-items:center;justify-content:center;gap:4px;font:400 var(--text-md)/ var(--lh-md-inline) var(--font-body);color:var(--grey-600);white-space:nowrap}.ui-pill-md__icon{width:16.568px;height:16.568px;object-fit:contain;flex:0 0 auto}.ui-pill-md--active{border-color:var(--grey-600);background:var(--grey-100);color:#000}.ui-pill-md--outline{background:var(--grey-white);border-color:var(--grey-100)}.ui-pill-md--soft{background:var(--grey-50)}.ui-pill-lg{height:var(--pill-xl-h);border-radius:var(--radius-md);border:2px solid var(--grey-100);background:var(--grey-white);padding:0 var(--pill-xl-w);display:inline-flex;align-items:center;justify-content:center;gap:8px;font:400 var(--text-h5)/var(--lh-h5) var(--font-heading);color:var(--grey-600);white-space:nowrap}.ui-pill-lg--soft{background:var(--grey-50);border-color:var(--grey-50)}.ui-pill-lg--compact{font:400 var(--text-md)/ var(--lh-md-inline) var(--font-body)}.ui-pill-lg__icon{width:27.194px;height:27.194px;object-fit:contain;flex:0 0 auto}.ui-pill-lg--compact .ui-pill-lg__icon{width:20.375px;height:20.375px}.ui-btn-md{height:var(--pill-lg-h);border-radius:var(--radius-sm);border:1px solid var(--rad-600);background:transparent;padding:0 var(--pill-lg-w);display:inline-flex;align-items:center;justify-content:center;gap:var(--space-150);font:400 var(--text-md)/ var(--lh-md-inline) var(--font-body);color:var(--grey-600);text-decoration:none;cursor:pointer;transition:background-color .2s ease,color .2s ease,transform .2s ease}.ui-btn-md:hover{transform:translateY(-1px);background:var(--rad-600);color:var(--grey-white)}.ui-btn-md:not(.ui-btn-md--filled):hover .ui-btn-md__arrow,.ui-btn-md:not(.ui-btn-md--filled):hover .ui-btn-md__icon{filter:brightness(0) invert(1)}.ui-btn-md--filled{background:var(--rad-600);color:var(--grey-50)}.ui-btn-md__arrow{width:19px;height:14.254px;object-fit:contain;opacity:.9;flex:0 0 auto}.ui-btn-md__arrow--left{transform:rotate(180deg) scaleY(-1)}.ui-btn-md__icon{width:16.568px;height:16.568px;object-fit:contain;flex:0 0 auto}.ui-btn-lg{width:349px;height:var(--pill-xl-h);border-radius:var(--radius-md);border:2px solid var(--rad-600);background:transparent;display:inline-flex;align-items:center;justify-content:center;gap:10px;font:400 var(--text-h5)/var(--lh-h5) var(--font-heading);color:var(--grey-600);text-decoration:none;cursor:pointer;transition:background-color .2s ease,color .2s ease,transform .2s ease}.ui-btn-lg:hover{transform:translateY(-1px);background:var(--rad-600);color:var(--grey-white)}.ui-btn-lg:not(.ui-btn-lg--filled):hover .ui-btn-lg__icon{filter:brightness(0) invert(1)}.ui-btn-lg--filled{background:var(--rad-600);color:var(--grey-white)}.ui-btn-lg__icon{width:21.631px;height:21.631px;object-fit:contain;flex:0 0 auto}.ui-icon-btn{width:17px;height:17px;border:0;border-radius:46px;background:var(--grey-50);background-image:url("data:image/svg+xml,%3csvg%20preserveAspectRatio='none'%20width='100%25'%20height='100%25'%20overflow='visible'%20style='display:%20block;'%20viewBox='0%200%205.99975%206.00003'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20id='Group%20108'%3e%3cpath%20id='Vector%206'%20d='M0.501252%200.500992L5.49976%205.49981'%20stroke='var(--stroke-0,%20%232B2B2B)'%20stroke-linecap='round'/%3e%3cpath%20id='Vector%207'%20d='M5.49967%200.500016L0.499984%205.50002'%20stroke='var(--stroke-0,%20%232B2B2B)'%20stroke-linecap='round'/%3e%3c/g%3e%3c/svg%3e");background-repeat:no-repeat;background-position:center;background-size:5px 5px;display:inline-flex;align-items:center;justify-content:center;position:relative;padding:0;cursor:pointer;transition:transform .2s ease,background-color .2s ease}.ui-icon-btn:hover{transform:translateY(-1px);background:var(--rad-600);background-image:url("data:image/svg+xml,%3csvg%20preserveAspectRatio='none'%20width='100%25'%20height='100%25'%20overflow='visible'%20style='display:%20block;'%20viewBox='0%200%205.99975%206.00003'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20id='Group%20108'%3e%3cpath%20id='Vector%206'%20d='M0.501252%200.500992L5.49976%205.49981'%20stroke='var(--stroke-0,%20white)'%20stroke-linecap='round'/%3e%3cpath%20id='Vector%207'%20d='M5.49967%200.500016L0.499984%205.50002'%20stroke='var(--stroke-0,%20white)'%20stroke-linecap='round'/%3e%3c/g%3e%3c/svg%3e")}.ui-icon-btn--accent{background:var(--rad-600);background-image:url("data:image/svg+xml,%3csvg%20preserveAspectRatio='none'%20width='100%25'%20height='100%25'%20overflow='visible'%20style='display:%20block;'%20viewBox='0%200%205.99975%206.00003'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20id='Group%20108'%3e%3cpath%20id='Vector%206'%20d='M0.501252%200.500992L5.49976%205.49981'%20stroke='var(--stroke-0,%20white)'%20stroke-linecap='round'/%3e%3cpath%20id='Vector%207'%20d='M5.49967%200.500016L0.499984%205.50002'%20stroke='var(--stroke-0,%20white)'%20stroke-linecap='round'/%3e%3c/g%3e%3c/svg%3e")}.ui-stepper{width:55.583px;height:30px;display:inline-flex;align-items:center;justify-content:space-between;gap:6px}.ui-stepper__btn{width:24px;height:30px;border:0;border-radius:10px;background:var(--grey-50);background-image:url("data:image/svg+xml,%3csvg%20preserveAspectRatio='none'%20width='100%25'%20height='100%25'%20overflow='visible'%20style='display:%20block;'%20viewBox='0%200%2013.8474%202'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20id='Vector%205'%20d='M1%201H12.8474'%20stroke='var(--stroke-0,%20white)'%20stroke-width='2'%20stroke-linecap='round'/%3e%3c/svg%3e");background-repeat:no-repeat;background-position:center;background-size:11.847px 11.847px;display:inline-flex;align-items:center;justify-content:center;position:relative;cursor:pointer;padding:0;transition:transform .2s ease,background-color .2s ease,background-image .2s ease}.ui-stepper__btn--plus{background-image:url("data:image/svg+xml,%3csvg%20preserveAspectRatio='none'%20width='100%25'%20height='100%25'%20overflow='visible'%20style='display:%20block;'%20viewBox='0%200%2013.8474%202'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20id='Vector%205'%20d='M1%201H12.8474'%20stroke='var(--stroke-0,%20%232B2B2B)'%20stroke-width='2'%20stroke-linecap='round'/%3e%3c/svg%3e")}.ui-stepper__btn:hover{transform:translateY(-1px);background:var(--rad-600);background-image:url("data:image/svg+xml,%3csvg%20preserveAspectRatio='none'%20width='100%25'%20height='100%25'%20overflow='visible'%20style='display:%20block;'%20viewBox='0%200%2014%202'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20id='Vector%207'%20d='M1%201H13'%20stroke='var(--stroke-0,%20white)'%20stroke-width='2'%20stroke-linecap='round'/%3e%3c/svg%3e")}.ui-stepper__btn--plus:hover{background-image:url("data:image/svg+xml,%3csvg%20preserveAspectRatio='none'%20width='100%25'%20height='100%25'%20overflow='visible'%20style='display:%20block;'%20viewBox='0%200%2013.8474%202'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20id='Vector%206'%20d='M1%201H12.8474'%20stroke='var(--stroke-0,%20white)'%20stroke-width='2'%20stroke-linecap='round'/%3e%3c/svg%3e")}.ui-stepper__btn--accent{background:var(--rad-600);background-image:url("data:image/svg+xml,%3csvg%20preserveAspectRatio='none'%20width='100%25'%20height='100%25'%20overflow='visible'%20style='display:%20block;'%20viewBox='0%200%2014%202'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20id='Vector%207'%20d='M1%201H13'%20stroke='var(--stroke-0,%20white)'%20stroke-width='2'%20stroke-linecap='round'/%3e%3c/svg%3e")}.ui-stepper__btn--plus.ui-stepper__btn--accent{background-image:url("data:image/svg+xml,%3csvg%20preserveAspectRatio='none'%20width='100%25'%20height='100%25'%20overflow='visible'%20style='display:%20block;'%20viewBox='0%200%2013.8474%202'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20id='Vector%206'%20d='M1%201H12.8474'%20stroke='var(--stroke-0,%20white)'%20stroke-width='2'%20stroke-linecap='round'/%3e%3c/svg%3e")}.pill.dark{background:var(--grey-600);color:var(--grey-white);border-color:var(--grey-600)}.hero-title{font-family:var(--font-decor);font-size:120px;line-height:120px;margin:12px 0;text-align:center}.hero-sub{font-size:var(--text-lg);line-height:var(--lh-h6);text-align:center;color:var(--grey-400)}.grid-4{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:20px}.grid-3{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:20px}.card{border-radius:var(--radius-lg);border:1px solid var(--grey-200);background:var(--grey-50);overflow:hidden}.card-media{height:210px;background:linear-gradient(140deg,#d9d9d9,#f1f1f1 65%,#cfcfcf)}.card-body{padding:14px}.h4{font-family:var(--font-heading);font-size:var(--text-h4);line-height:36px;margin:0}.h5{font-family:var(--font-heading);font-size:var(--text-h5);line-height:var(--lh-h5);margin:0}.body-md{font-size:var(--text-md);line-height:var(--lh-md);color:var(--grey-500)}.muted{color:var(--grey-300)}.faq{background:var(--grey-50)}.faq-item{min-height:60px;border-radius:var(--radius-md);background:var(--grey-50);border:1px solid var(--grey-200);padding:9px 15px;display:flex;align-items:center;gap:7px;margin-bottom:10px}.faq-item.open{min-height:101px}.footer{background:var(--grey-50);padding:64px 42px;border-top:1px solid var(--grey-150)}.footer-grid{display:grid;grid-template-columns:1.1fr 1fr 1fr;gap:25px}.shell{display:grid;grid-template-columns:minmax(0,1fr) 407px;gap:18px}.sidebar{border-radius:var(--radius-lg);border:1px solid var(--grey-200);background:var(--grey-white);padding:16px}.step{border-radius:19px;border:1px solid var(--grey-300);background:var(--grey-50);min-height:60px;display:flex;align-items:center;padding:0 18px;margin-bottom:14px}@media (max-width: 1100px){:root{--layout-margin: 20px}.hero-title{font-size:72px;line-height:80px}.grid-4,.grid-3{grid-template-columns:repeat(2,minmax(0,1fr))}.shell,.footer-grid{grid-template-columns:1fr}.site-nav-host{margin:12px var(--layout-margin) 0}.site-nav-host--hero{margin:0}.site-nav__bar{align-items:center;gap:12px;padding-left:0}.site-nav__left{gap:22px;min-width:0}.site-nav__links{gap:24px;min-width:0}.site-nav__panel{grid-template-columns:1fr;row-gap:14px}.site-nav__categories{width:100%;grid-template-columns:repeat(2,minmax(0,1fr));grid-template-rows:auto}.site-nav__category-copy,.site-nav__promo-title{width:auto}}@media (max-width: 820px){:root{--layout-margin: 16px}.site-nav-host{margin:10px var(--layout-margin) 0}.site-nav-host--hero{margin:0}.site-nav__left{gap:14px;flex-wrap:wrap}.site-nav__links{gap:16px;flex-wrap:wrap}.site-nav__categories{grid-template-columns:1fr}}.site-nav__panel[aria-hidden=true]{visibility:hidden;transition:opacity var(--motion-duration-base) var(--motion-ease-standard),transform var(--motion-duration-base) var(--motion-ease-standard),visibility 0s linear var(--motion-duration-base)}.site-nav__panel[aria-hidden=false]{visibility:visible;transition:opacity var(--motion-duration-base) var(--motion-ease-standard),transform var(--motion-duration-base) var(--motion-ease-standard)}.site-nav__panel{grid-template-columns:minmax(0,1fr) minmax(250px,.32fr)}.site-nav__categories{width:auto;grid-template-columns:repeat(3,minmax(0,1fr))}.site-nav__category-copy,.site-nav__promo-title{width:auto}.site-nav-backdrop{border:0;padding:0}.site-nav__trigger:focus-visible,.site-nav__link:focus-visible,.site-nav__offer:focus-visible,.site-nav__category:focus-visible,.site-nav__promo-btn:focus-visible{position:relative;z-index:1}@media (prefers-reduced-motion: reduce){.site-nav,.site-nav__panel,.site-nav__chevron,.site-nav-backdrop,.site-nav__category,.site-nav__promo-btn{transition-duration:.01ms!important}}@media (max-width: 1100px){.site-nav__categories{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width: 820px){.site-nav__categories{grid-template-columns:1fr}}.ui-container{width:100%;max-width:var(--content-width);margin-inline:auto;padding-inline:var(--layout-margin)}@media (max-width: 860px){.ui-container{padding-inline:16px}}.site-footer{width:100vw;max-width:none;margin:0 0 0 calc(50% - 50vw);padding:clamp(54px,7vw,96px) 0 24px;border-radius:0;background:#151612;color:var(--grey-white)}.site-footer__container{width:min(1440px,100%)}.site-footer__top{padding-bottom:clamp(46px,7vw,88px);display:grid;grid-template-columns:minmax(260px,1fr) minmax(280px,.55fr);gap:40px;align-items:start;border-bottom:1px solid rgba(255,255,255,.16)}.site-footer .site-footer__brand{color:var(--grey-white);font:680 clamp(46px,6vw,86px)/.9 var(--font-heading);letter-spacing:-.075em;text-decoration:none}.site-footer__brand span{color:#777870}.site-footer__top>p{max-width:460px;margin:2px 0 0;color:#a8a9a2;font-size:clamp(15px,1.4vw,18px);line-height:1.55}.site-footer__main{padding:clamp(42px,6vw,74px) 0;display:grid;grid-template-columns:.8fr .8fr 1fr 1.25fr;gap:clamp(30px,5vw,76px)}.site-footer__column{align-content:start;display:grid;gap:13px}.site-footer__column h4,.site-footer__column p,.site-footer__column a{margin:0}.site-footer__column h4{margin-bottom:10px;color:#777870;font:650 10px/1.2 var(--font-body);letter-spacing:.13em;text-transform:uppercase}.site-footer__column a,.site-footer__column p{color:#d4d4ce;font:450 14px/1.35 var(--font-body);text-decoration:none;transition:color var(--motion-duration-fast) var(--motion-ease-standard)}.site-footer__column a:hover{color:var(--grey-white)}.site-footer__cta{min-height:175px;padding:22px;display:flex;flex-direction:column;border:1px solid rgba(255,255,255,.16);border-radius:20px;background:#ffffff09}.site-footer__cta p{margin:0;color:#92938c;font-size:12px}.site-footer__cta a{margin-top:auto;display:flex;align-items:end;justify-content:space-between;gap:20px;color:var(--grey-white);font:540 clamp(22px,2.3vw,30px)/1.05 var(--font-heading);letter-spacing:-.04em;text-decoration:none}.site-footer__cta a span{font-size:20px}.site-footer__bottom{padding-top:22px;display:grid;grid-template-columns:1fr auto 1fr;gap:24px;align-items:center;border-top:1px solid rgba(255,255,255,.16)}.site-footer__bottom p,.site-footer__bottom a,.site-footer__bottom span{margin:0;color:#777870;font-size:11px;text-decoration:none}.site-footer__bottom>div{display:flex;gap:22px}.site-footer__bottom>p:last-child{text-align:right}@media (max-width: 900px){.site-footer__main{grid-template-columns:repeat(2,minmax(0,1fr))}.site-footer__cta{min-height:150px}}@media (max-width: 640px){.site-footer{padding-top:48px}.site-footer__top,.site-footer__main,.site-footer__bottom{grid-template-columns:1fr}.site-footer__top{padding-bottom:44px}.site-footer__main{gap:36px}.site-footer__column a{min-height:36px;display:flex;align-items:center}.site-footer__bottom>div{flex-wrap:wrap}.site-footer__bottom>p:last-child{text-align:left}}@media (prefers-reduced-motion: reduce){.site-footer__column a{transition-duration:.01ms!important}}.app-main{padding-top:var(--space-400)}.section-heading{display:grid;justify-items:start;gap:10px;min-width:0}.section-heading__kicker{margin:0;color:var(--grey-400);font:600 13px / 1.2 var(--font-body);letter-spacing:.08em;text-transform:uppercase}.section-heading__title{max-width:880px;margin:0;color:var(--grey-600);font-family:var(--font-heading);font-size:clamp(44px,5vw,68px);font-weight:500;letter-spacing:-.055em;line-height:.98;text-wrap:balance}.section-heading__description{max-width:62ch;margin:8px 0 0;color:var(--grey-400);font:400 var(--text-md) / 1.4 var(--font-body)}.section-heading--md .section-heading__title{font-size:clamp(36px,4vw,52px)}.section-heading--sm .section-heading__title{font-size:clamp(28px,3vw,36px);letter-spacing:-.045em;line-height:1}.section-heading--center{justify-items:center;text-align:center}.section-heading--end{justify-items:end;text-align:right}@media (max-width: 640px){.section-heading__title{font-size:36px}.section-heading--md .section-heading__title{font-size:34px}.section-heading--sm .section-heading__title{font-size:28px}}.faq{display:grid;grid-template-columns:minmax(220px,.36fr) minmax(0,1fr);gap:clamp(28px,4vw,56px)}.faq__head{align-self:start}.faq__list{display:grid;gap:12px;align-content:start}.faq__item{min-width:0;background:var(--grey-50);border:1px solid var(--grey-100);border-radius:18px;padding:0 clamp(18px,2vw,28px);transition:border-color var(--motion-duration-base) var(--motion-ease-standard),background-color var(--motion-duration-base) var(--motion-ease-standard)}.faq__item:hover{border-color:var(--grey-200)}.faq__item.is-open{background:var(--grey-white);border-color:var(--grey-200)}.faq__trigger{min-height:68px;width:100%;border:0;background:transparent;padding:0;display:grid;grid-template-columns:24px 1fr;align-items:center;column-gap:var(--space-400);text-align:left;cursor:pointer}.faq__icon{width:24px;height:24px;position:relative}.faq__icon:before,.faq__icon:after{content:"";position:absolute;left:50%;top:50%;width:14px;height:2px;background:var(--grey-600);transform:translate(-50%,-50%);transition:transform .22s ease}.faq__icon:after{transform:translate(-50%,-50%) rotate(90deg)}.faq__question{color:var(--grey-600);font:400 var(--text-md)/var(--lh-md) var(--font-body)}.faq__answer-wrap{display:grid;grid-template-rows:0fr;overflow:hidden;transition:grid-template-rows var(--motion-duration-base) var(--motion-ease-standard)}.faq__answer{min-height:0;margin:6px 0 22px 40px;overflow:hidden;color:var(--grey-500);font:400 var(--text-md)/var(--lh-md) var(--font-body);max-width:66ch;opacity:0;transform:translateY(-2px);transition:opacity .22s ease,transform .22s ease}.faq__item.is-open .faq__icon:after{transform:translate(-50%,-50%) rotate(0)}.faq__item.is-open .faq__answer-wrap{grid-template-rows:1fr}.faq__item.is-open .faq__answer{opacity:1;transform:translateY(0)}@media (max-width: 860px){.faq{grid-template-columns:1fr}}@media (max-width: 520px){.faq{gap:22px}.faq__item{padding-inline:16px}.faq__trigger{min-height:64px;grid-template-columns:20px 1fr;column-gap:10px}.faq__icon{width:20px;height:20px}.faq__answer{margin:4px 0 20px 30px}}@media (prefers-reduced-motion: reduce){.faq__item,.faq__icon:after,.faq__answer-wrap,.faq__answer{transition-duration:.01ms!important}}.instructor-card{text-decoration:none;color:inherit;background:var(--grey-50);border-radius:30px;padding:8px;display:flex;flex-direction:column;border:1px solid transparent;transition:border-color .2s ease,transform .2s ease}.instructor-card:hover{border-color:var(--grey-200);transform:translateY(-1px)}.instructor-card__media{min-height:266px;border-radius:var(--radius-lg);background-size:cover;background-position:center;padding:10px;display:flex;flex-direction:column;justify-content:space-between}.instructor-card__langs,.instructor-card__sports{display:flex;flex-wrap:wrap;gap:var(--space-150)}.instructor-card__body{padding:var(--space-300) var(--space-200) var(--space-300);display:grid;gap:var(--space-150)}.instructor-card__body h3{margin:0;font:600 var(--text-h5)/var(--lh-h5) var(--font-heading);color:var(--grey-600)}.instructor-card__body p{margin:0;color:var(--grey-400);font:400 var(--text-md)/var(--lh-md) var(--font-body)}.instructor-card__rating{display:inline-flex;align-items:center;gap:var(--space-200)}.instructor-card__rating img:first-child{width:92px;height:18px;object-fit:contain}.instructor-card__rating span{color:var(--grey-600);font:500 var(--text-md)/var(--lh-md) var(--font-body)}.instructor-card__rating .rating-link{font-weight:400;text-decoration:underline}.home-hero-search{width:min(700px,100% - 32px);margin:34px auto 0;position:relative;z-index:5}.home-hero-search__label{margin:0 0 9px;display:block;color:var(--grey-500);font:600 11px/1 var(--font-body);letter-spacing:.1em;text-transform:uppercase}.home-hero-search__field{min-height:72px;padding:0 16px 0 24px;display:flex;align-items:center;gap:12px;border:1px solid rgba(32,33,30,.14);border-radius:24px;background:#fffffff5;box-shadow:0 18px 42px #1d1f1b1c;transition:border-color var(--motion-duration-base) var(--motion-ease-standard),box-shadow var(--motion-duration-base) var(--motion-ease-standard),transform var(--motion-duration-base) var(--motion-ease-standard)}.home-hero-search__field:focus-within{border-color:var(--grey-600);box-shadow:0 20px 48px #1d1f1b29;transform:translateY(-1px)}.home-hero-search__field svg{width:23px;height:23px;flex:0 0 auto;fill:none;stroke:var(--grey-600);stroke-linecap:round;stroke-width:1.8}.home-hero-search__field input{min-width:0;flex:1;border:0;outline:0;background:transparent;color:var(--grey-700);font:500 17px/1.2 var(--font-body)}.home-hero-search__field input::placeholder{color:var(--grey-400)}.home-hero-search__field button{width:34px;height:34px;display:grid;place-items:center;border:0;border-radius:50%;background:var(--grey-100);color:var(--grey-500);cursor:pointer;font:500 24px/1 var(--font-body)}.home-hero-search__field kbd{padding:7px 9px;border:1px solid var(--grey-200);border-radius:9px;color:var(--grey-400);font:500 11px/1 var(--font-body);white-space:nowrap}.home-hero-search__quick{margin-top:11px;display:flex;justify-content:center;flex-wrap:wrap;gap:6px}.home-hero-search__quick button{min-height:28px;padding:0 10px;border:1px solid rgba(32,33,30,.12);border-radius:999px;background:#ffffffa6;color:var(--grey-500);cursor:pointer;font:500 11px/1 var(--font-body);transition:background var(--motion-duration-fast) var(--motion-ease-standard),color var(--motion-duration-fast) var(--motion-ease-standard),border-color var(--motion-duration-fast) var(--motion-ease-standard)}.home-hero-search__quick button:hover,.home-hero-search__quick button:focus-visible{border-color:var(--grey-600);background:var(--grey-600);color:var(--grey-white)}.home-search-results{position:fixed;z-index:100;max-height:min(470px,100vh - 24px);overflow-y:auto;padding:10px;border:1px solid var(--grey-200);border-radius:18px;background:#fffffffa;box-shadow:0 20px 55px #1d1f1b2e;animation:home-search-reveal var(--motion-duration-base) var(--motion-ease-standard) both}.home-search-results>p{margin:5px 8px 8px;color:var(--grey-400);font:600 10px/1.2 var(--font-body);letter-spacing:.08em;text-transform:uppercase}.home-search-results a{min-height:58px;padding:10px;display:flex;align-items:center;justify-content:space-between;gap:12px;border-radius:12px;color:var(--grey-600);text-decoration:none;transition:background var(--motion-duration-fast) var(--motion-ease-standard),color var(--motion-duration-fast) var(--motion-ease-standard)}.home-search-results a:hover,.home-search-results a.is-active,.home-search-results a:focus-visible{outline:none;background:var(--grey-700);color:var(--grey-white)}.home-search-results a>span{min-width:0;display:grid;gap:4px}.home-search-results strong,.home-search-results small{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.home-search-results strong{font:560 14px/1.15 var(--font-body)}.home-search-results small{color:var(--grey-400);font:12px/1.2 var(--font-body)}.home-search-results a.is-active small,.home-search-results a:hover small,.home-search-results a:focus-visible small{color:var(--grey-300)}.home-search-results em{flex:0 0 auto;color:var(--grey-400);font:600 10px/1 var(--font-body);font-style:normal;letter-spacing:.06em;text-transform:uppercase}.home-search-results a.is-active em,.home-search-results a:hover em,.home-search-results a:focus-visible em{color:var(--grey-white)}.home-search-results__empty{min-height:116px;padding:24px;display:grid;place-items:center;gap:8px;text-align:center}.home-search-results__empty strong{font:560 16px/1.1 var(--font-heading)}.home-search-results__empty span{color:var(--grey-400);font-size:12px}@keyframes home-search-reveal{0%{opacity:0;transform:translateY(-6px) scale(.985)}to{opacity:1;transform:translateY(0) scale(1)}}@media (max-width: 680px){.home-hero-search{width:min(100% - 24px,480px);margin-top:24px}.home-hero-search__field{min-height:64px;padding-left:20px;border-radius:21px}.home-hero-search__field input{font-size:14px}.home-hero-search__field kbd{display:none}.home-search-results{max-height:min(390px,100vh - 16px)}}@media (prefers-reduced-motion: reduce){.home-hero-search__field,.home-hero-search__quick button,.home-search-results,.home-search-results a{animation:none;transition-duration:1ms}}.home-page-body{background:#e9e9e9;color:var(--grey-600)}.home-page{max-width:1468px;margin:0 auto;background:var(--grey-50)}.hero-wrap{padding:15px 0 0;background:linear-gradient(#fff 0%,#fff 72%,var(--grey-50) 100%);border-radius:0 0 24px 24px;position:relative;overflow:hidden}.hero-grid{position:relative}.home-nav-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;background:#2b2b2b6b;opacity:0;pointer-events:none;z-index:68;transition:opacity .2s ease}.home-nav-backdrop.is-visible{opacity:1;pointer-events:auto}body.menu-open{overflow:hidden}.home-page .site-nav-host{grid-column:1 / -1;position:relative;z-index:72}.home-page .site-nav,.home-page .site-nav.is-open{position:relative;height:60px;overflow:visible}.home-page .site-nav.is-open{background:var(--grey-50);-webkit-backdrop-filter:none;backdrop-filter:none}.home-page .site-nav__bar{position:relative;z-index:2}.hero-inner{grid-column:1 / -1;width:calc(100% + (var(--layout-margin) * 2));margin-left:calc(var(--layout-margin) * -1);text-align:center;padding-top:34px;position:relative;min-height:610px}.home-page .site-nav__panel{position:absolute;left:0;right:0;top:0;margin-top:0;padding:calc(var(--space-400) + var(--pill-md-h) + var(--space-500)) var(--space-400) var(--space-400);background:var(--grey-50);border-radius:var(--radius-md);z-index:1;opacity:0;transform:translateY(-8px);pointer-events:none;transition:opacity .2s ease,transform .2s ease}.home-page .site-nav.is-open .site-nav__panel{opacity:1;transform:translateY(0);pointer-events:auto}.home-navbar{display:flex;align-items:center;justify-content:space-between;height:60px;padding:0 16px;border-radius:18px;background:#ffffffe0;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px)}.brand{font-family:var(--font-decor);font-size:26px;line-height:.82;display:inline-flex;align-items:flex-start;gap:3px}.home-nav-links{display:flex;align-items:center;gap:61px;margin-left:8px;margin-right:auto;padding-left:43px}.nav-link{border:0;background:transparent;color:var(--grey-500);font:500 14px/16px var(--font-body);text-decoration:none;cursor:pointer;transition:color .2s ease}.nav-link:hover{color:var(--grey-600)}.dropdown{position:relative}.dropdown-toggle{display:inline-flex;align-items:center;gap:3px}.caret{width:7px;height:7px;border-right:1.4px solid var(--grey-500);border-bottom:1.4px solid var(--grey-500);transform:rotate(45deg) translateY(-2px);transition:transform .2s ease}.dropdown.is-open .caret{transform:rotate(-135deg) translateY(0)}.dropdown-menu{position:absolute;top:calc(100% + 10px);left:0;width:210px;background:#fff;border:1px solid var(--grey-200);border-radius:12px;box-shadow:0 12px 28px #00000014;padding:8px;display:grid;gap:4px;z-index:20}.dropdown-menu a{color:var(--grey-600);text-decoration:none;font:500 14px/16px var(--font-body);border-radius:8px;padding:10px 12px}.dropdown-menu a:hover{background:var(--grey-50)}.offer-btn{height:30px;border-radius:8px;border:0;padding:0 12px;background:var(--grey-600);color:#fff;font:400 14px/ var(--lh-md-inline) var(--font-body);cursor:pointer;transition:transform .22s ease,background-color .22s ease}.offer-btn:hover{transform:translateY(-1px);background:#1f1f1f}.hero-inner>.date-pill,.hero-inner>.hero-title-main,.hero-inner>.hero-subtitle{position:relative;z-index:4}.date-pill{display:inline-flex;align-items:center;justify-content:center;border:1px solid var(--rad-600);border-radius:8px;height:30px;padding:0 12px;font:500 12px/14px var(--font-body);color:var(--grey-500)}.hero-title-main{margin:19px 0 4px;font-family:var(--font-decor);font-size:var(--text-decor-1);line-height:var(--lh-decor-1);font-weight:400;letter-spacing:0}.hero-subtitle{margin:0;font:400 20px/24px var(--font-body);color:var(--grey-600)}.hero-lift-wrap{position:absolute;left:-575px;top:-41px;width:1407px;height:577px;z-index:3;overflow:hidden;pointer-events:none}.hero-lift{position:absolute;left:23.62%;top:3.85%;width:82.48%;height:134.12%;object-fit:cover}.hero-mountains-wrap{position:absolute;left:-14px;top:281px;width:calc(100% + 28px);height:466px;overflow:hidden;pointer-events:none;z-index:1}.hero-mountains{position:absolute;left:0;width:100%;height:219.74%;top:-86.7%;object-fit:fill}.service-grid-wrap{position:relative;z-index:6;margin-top:-35px;background:var(--grey-50);border:1px solid var(--grey-white);border-radius:30px;overflow:hidden}.service-grid{grid-column:1 / -1;width:min(100%,1386px);margin:0 auto;padding:44px 0;display:grid;grid-template-columns:332.738px 17.262px 205px 17px 240px 19px 203.262px 19px 332.738px;grid-template-rows:208px 20px 208px 20.556px 208px;justify-content:start;align-content:start}.service-card{position:relative;overflow:hidden;background:var(--grey-white);border-radius:var(--radius-lg);box-shadow:4px 4px 30px #00000014;padding:0;transition:transform .24s ease,box-shadow .24s ease;justify-self:start;align-self:start}.service-card:hover{transform:translateY(-1px);box-shadow:4px 4px 30px #0000001a}.service-card h2{margin:0;position:absolute;font:700 32px/38px var(--font-heading);color:var(--grey-600)}.service-card p{margin:0;position:absolute;font:400 16px/18px var(--font-body);color:var(--grey-300)}.service-card.instructors{grid-column:1;grid-row:1 / span 3;width:332.738px;height:437.011px}.service-card.tours{grid-column:3;grid-row:1;width:462px;height:208px}.service-card.rental{grid-column:7;grid-row:1;width:555px;height:208px}.service-card.places{grid-column:3;grid-row:3;width:689px;height:208px}.service-card.services{grid-column:9;grid-row:3 / span 3;width:332.738px;height:437.011px}.service-card.transfer{grid-column:1;grid-row:5;width:555px;height:208px}.service-card.real-estate{grid-column:5;grid-row:5;width:467px;height:208px}.service-card.instructors h2{left:24.43px;top:24.78px}.service-card.instructors p{left:25.43px;top:62.78px}.service-card.tours h2{left:24.43px;top:18.78px}.service-card.tours p{left:25.43px;top:56.78px;width:348.5px}.service-card.rental h2{left:32.41px;top:18.78px}.service-card.rental p{left:32.41px;top:61.78px;width:245.408px}.service-card.places h2{left:29.13px;top:15.78px}.service-card.places p{left:29.25px;top:53.78px;width:509.381px}.service-card.services h2{left:28.43px;top:20.78px}.service-card.services p{left:28.15px;top:63.78px;width:266.113px}.service-card.transfer h2{left:24.99px;top:18.78px}.service-card.transfer p{left:32.41px;top:61.78px;width:509.381px}.service-card.real-estate h2{left:30.41px;top:18.78px}.service-card.real-estate p{left:30.41px;top:58.78px;width:348.5px}.service-art{position:absolute;pointer-events:none}.service-art.instructors-art{left:126.43px;top:57.78px;width:225.727px;height:401.292px}.service-art.tours-art{left:81.57px;top:27.68px;width:381px;height:254px;object-fit:cover}.service-art.rental-art{left:251.62px;top:-24.32px;width:348.14px;height:232px;object-fit:cover}.service-art.places-art{left:349.4px;top:-4.68px;width:429.605px;height:212.678px;mix-blend-mode:darken}.service-art.services-art{left:181.4px;top:77.78px;width:225.727px;height:401.292px}.service-art.transfer-art{left:219.57px;top:49.12px;width:399px;height:186px;object-fit:cover}.tags-row{position:absolute;left:18px;bottom:18px;display:flex;gap:6px}.tag{display:inline-flex;align-items:center;justify-content:center;height:23px;padding:0 10px;border-radius:22px;border:0;background:var(--grey-100);font:400 16px/ var(--lh-md-inline) var(--font-body);color:var(--grey-600);transition:border-color .2s ease,color .2s ease,transform .2s ease}.tag.hot{background:var(--rad-600);color:#fff}.tag:hover{transform:translateY(-1px)}.tours-tags{left:272.25px;top:167px;bottom:auto}.rental-tags{left:30.57px;top:167.68px;bottom:auto}.services-tags{left:18.99px;top:392.01px;bottom:auto;flex-wrap:wrap;max-width:221px}.transfer-tags{left:243.04px;top:18.78px;bottom:auto}.real-estate-tags{left:342.25px;top:168px;bottom:auto}.instructors-block{padding:32px 0;background:var(--grey-white)}.instructors-layout{row-gap:41px}.instructors-heading{grid-column:1 / -1;width:920.398px}.instructors-grid{grid-column:1 / -1;display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:20px}.card-hoverable{transition:border-color .2s ease}.cta-card{background:transparent;border-radius:24px;padding:20px;display:flex;flex-direction:column;justify-content:space-between;border:1px solid var(--grey-200)}.cta-card p{margin:0;font:400 var(--text-h5)/var(--lh-h5) var(--font-heading);color:var(--grey-600)}.outline-btn{margin-top:18px;border:1px solid var(--rad-600);background:#fff;border-radius:14px;height:44px;padding:0 15px;width:100%;display:inline-flex;align-items:center;justify-content:center;gap:8px;font:400 16px/ var(--lh-md-inline) var(--font-body);color:var(--grey-600);cursor:pointer;transition:background-color .22s ease,transform .22s ease}.outline-btn img{width:19px;height:14px}.instructor-card{background:var(--grey-50);border-radius:24px;padding:6px;display:flex;flex-direction:column;border:1px solid transparent;cursor:pointer}.instructor-card.card-hoverable:hover,.instructor-card.is-hover{border-color:var(--grey-200)}.instructor-media{height:266px;border-radius:18px;padding:10px;display:flex;justify-content:space-between;flex-direction:column;background-size:cover;background-position:center;background-repeat:no-repeat;position:relative;overflow:hidden}.instructor-media--1,.instructor-media--2,.instructor-media--3{background-image:url(/assets/card-mikhail-DMWiRbhS.png)}.photo-overlay{position:absolute;top:0;bottom:0;left:0;height:100%;width:auto;right:-10px;margin-left:auto}.photo-overlay.cover{width:100%;height:100%;object-fit:cover;right:0}.chip{height:30px;border:1px solid var(--grey-100);background:#fff;border-radius:8px;padding:0 12px;display:inline-flex;align-items:center;gap:4px;font:400 16px/ var(--lh-md-inline) var(--font-body);color:var(--grey-600)}.icon-chip img{width:16px;height:16px}.instructor-body h3{margin:0;font:700 24px/28px var(--font-heading)}.instructor-body p{margin:2px 0 10px;font:400 16px/18px var(--font-body);color:var(--grey-300)}.rating-line{display:flex;align-items:center;gap:8px;font:700 16px/18px var(--font-body)}.rating-line img{height:18px}.rating-line a{font:400 16px/18px var(--font-body);color:var(--grey-600)}.faq-block{padding:24px 0 96px;background:var(--grey-white)}.home-footer{background:var(--grey-50);padding:64px 0 20px;min-height:394px}@media (max-width: 1280px){.hero-title-main{font-size:72px}.home-nav-links{gap:24px;padding-left:14px}.service-grid-wrap{margin-top:-24px;border-radius:24px}.service-grid{padding:24px 0;grid-template-columns:repeat(2,minmax(0,1fr));grid-template-rows:none;gap:12px}.service-card.instructors,.service-card.tours,.service-card.rental,.service-card.places,.service-card.services,.service-card.transfer,.service-card.real-estate{grid-column:auto;grid-row:auto;width:100%;min-height:220px;height:220px}.service-card h2{font-size:28px;line-height:32px;left:16px!important;top:14px!important}.service-card p{left:16px!important;top:46px!important;width:56%!important}.tags-row{left:12px!important;top:auto!important;bottom:10px!important;max-width:calc(100% - 24px);flex-wrap:wrap}.service-art.instructors-art{left:auto;right:-20px;top:50px;width:170px;height:auto}.service-art.tours-art{left:auto;right:-22px;top:30px;width:290px;height:auto}.service-art.rental-art{left:auto;right:-26px;top:18px;width:270px;height:auto}.service-art.places-art{left:auto;right:-10px;top:30px;width:270px;height:auto}.service-art.services-art{left:auto;right:-22px;top:42px;width:180px;height:auto}.service-art.transfer-art{left:auto;right:6px;top:72px;width:180px;height:auto}.instructors-heading{width:100%}.instructors-grid{grid-template-columns:1fr 1fr}.footer-main{grid-template-columns:1fr}}@media (max-width: 768px){.hero-wrap{padding:10px 0 0}.hero-inner{width:calc(100% + (var(--layout-margin) * 2));margin-left:calc(var(--layout-margin) * -1)}.home-navbar{height:auto;flex-wrap:wrap;gap:10px;padding:10px 12px}.home-nav-links{order:3;width:100%;justify-content:space-between;margin:0;padding:0;gap:8px}.hero-inner{min-height:350px;padding-top:20px}.hero-title-main{font-size:46px}.hero-subtitle{font-size:16px}.hero-lift-wrap{left:-420px;top:-10px;width:980px;height:440px}.hero-mountains-wrap{left:-10px;top:190px;width:calc(100% + 20px);height:260px}.instructors-grid{grid-template-columns:1fr}.instructors-layout{row-gap:24px}.legal{flex-wrap:wrap;gap:12px}}.home-page .outline-btn{text-decoration:none}.home-page .service-card{color:inherit;text-decoration:none}.home-page .faq-layout{grid-column:1/-1;grid-template-columns:minmax(220px,.7fr) minmax(0,1.3fr);align-items:start}.home-page .faq__item{background:var(--grey-white)}@media (max-width: 820px){.home-page .faq-layout{grid-template-columns:1fr}}.ui-button{border:1px solid transparent;background:transparent;color:var(--grey-600);border-radius:var(--radius-sm);cursor:pointer;display:inline-flex;align-items:center;justify-content:center;gap:var(--space-150);transition:transform .2s ease,background-color .2s ease,color .2s ease}.ui-button:hover{transform:translateY(-1px)}.ui-button--md{height:var(--pill-lg-h);padding:0 var(--pill-lg-w);font:400 var(--text-md)/var(--lh-md-inline) var(--font-body)}.ui-button--lg{height:var(--pill-xl-h);padding:0 var(--pill-xl-w);font:400 var(--text-h5)/var(--lh-h5) var(--font-heading);border-radius:var(--radius-md);border-width:2px}.ui-button--outline{border-color:var(--rad-600)}.ui-button--outline:hover{background:var(--rad-600);color:var(--grey-white)}.ui-button--outline:hover .ui-button__icon{filter:brightness(0) invert(1)}.ui-button--dark{background:var(--grey-600);color:var(--grey-white)}.ui-button--dark:hover{background:#1f1f1f}.ui-button--light{background:var(--grey-white);color:var(--grey-600)}.ui-button__icon{width:19px;height:14.254px;object-fit:contain}.calc-banner{min-height:320px;border-radius:var(--radius-xl);background:var(--grey-600);color:var(--grey-white);padding:clamp(26px,3vw,42px);display:flex;flex-direction:column;align-items:flex-start}.calc-banner__info{width:32.573px;height:32.573px}.calc-banner__row{margin-top:auto;display:grid;justify-items:start;gap:14px}.calc-banner__row p{margin:0;max-width:12ch;font:400 clamp(28px,3vw,42px)/.98 var(--font-heading);letter-spacing:-.04em}.calc-banner__row span{min-height:58px;border-radius:var(--radius-md);border:2px solid var(--grey-white);color:var(--grey-50);padding:0 var(--pill-xl-w);display:inline-flex;align-items:center;font:400 clamp(28px,2.5vw,38px)/1 var(--font-heading)}.calc-banner small{margin-top:18px;font:400 var(--text-md)/var(--lh-md) var(--font-body)}.calc-banner__trigger{margin-top:18px;color:var(--grey-white);border-color:var(--rad-600);width:fit-content}@media (max-width: 820px){.calc-banner{min-height:300px;padding:24px;border-radius:calc(var(--radius-lg) - 4px)}}.calc-modal{position:fixed;top:0;right:0;bottom:0;left:0;z-index:80;pointer-events:none}.calc-modal__backdrop{position:absolute;top:0;right:0;bottom:0;left:0;border:0;background:#000000a6;opacity:0;transition:opacity .22s ease}.calc-modal__panel{position:relative;width:min(924px,100vw - 32px);margin:140px auto 0;border-radius:var(--radius-xl);background:var(--grey-700);color:var(--grey-white);padding:27px var(--space-600);transform:translateY(8px);opacity:0;transition:transform .22s ease,opacity .22s ease}.calc-modal.is-open{pointer-events:auto}.calc-modal.is-open .calc-modal__backdrop,.calc-modal.is-open .calc-modal__panel{opacity:1}.calc-modal.is-open .calc-modal__panel{transform:translateY(0)}.calc-modal__head{display:flex;align-items:center;justify-content:space-between}.calc-modal__head h3{margin:0;font:400 var(--text-h4)/36px var(--font-heading)}.calc-modal__close{width:30.5px;height:30.5px;border:0;background:transparent;cursor:pointer;padding:0}.calc-modal__grid{margin-top:var(--space-500);display:grid;grid-template-columns:200px 24px 200px 24px minmax(280px,1fr);gap:var(--space-400);align-items:center}.calc-modal__metric p,.calc-modal__result-head p,.calc-modal__result-head small{margin:0;color:var(--grey-500);font:400 var(--text-sm)/var(--lh-sm) var(--font-body)}.calc-modal__value{margin-top:var(--space-150);min-height:91px;border-radius:19px;background:var(--grey-600);display:inline-flex;align-items:center;gap:var(--space-150);padding:0 var(--space-350)}.calc-modal__value b{font:400 64px/64px var(--font-heading)}.calc-modal__value span{margin-top:10px;color:var(--grey-300);font:400 32px/36px var(--font-heading)}.calc-modal__stepper{margin-top:var(--space-200);display:grid;grid-template-columns:1fr 1fr;gap:var(--space-200)}.calc-modal__stepper button{height:38.487px;border:0;border-radius:var(--radius-sm);background:var(--grey-white);cursor:pointer}.calc-modal__stepper img{width:22px;height:12px;margin-inline:auto}.calc-modal__symbol{font:400 32px/32px var(--font-heading);text-align:center}.calc-modal__symbol--star{font-family:var(--font-decor);font-size:24px;line-height:24px}.calc-modal__result-head{display:flex;justify-content:space-between}.calc-modal__result-head small{color:var(--green-600)}.calc-modal__result-head small span{border-radius:6px;background:var(--green-700);display:inline-flex;align-items:center;justify-content:center;padding:0 5px}.calc-modal__result strong{margin-top:var(--space-150);min-height:91px;border-radius:19px;background:var(--green-700);color:var(--green-600);display:flex;align-items:center;padding:0 var(--space-350);font:400 64px/64px var(--font-heading)}.calc-modal__currency{margin-top:var(--space-200);border-radius:var(--radius-sm);background:var(--grey-600);height:38.487px;display:grid;grid-template-columns:1fr 1fr}.calc-modal__currency button{border:0;background:transparent;color:var(--grey-white);font:400 var(--text-h5)/16px var(--font-heading);border-radius:var(--radius-sm);cursor:pointer}.calc-modal__currency button.is-active{background:var(--grey-white);color:var(--grey-600)}.calc-modal__note{margin:var(--space-500) 0 0;display:flex;align-items:flex-start;gap:var(--space-150);font:400 var(--text-sm)/var(--lh-sm) var(--font-body)}.calc-modal__note img{width:16px;height:16px;margin-top:1px}.calc-modal__note span{color:var(--rad-600)}@media (max-width: 1100px){.calc-modal__grid{grid-template-columns:1fr}.calc-modal__symbol{text-align:left}}@media (max-width: 860px){.calc-modal{overflow-y:auto;overscroll-behavior:contain}.calc-banner{padding:var(--space-400)}.calc-banner__row{flex-wrap:wrap}.calc-modal__panel{margin:8px auto;padding:var(--space-500);border-radius:20px}.calc-modal__value b,.calc-modal__result strong{font-size:52px;line-height:52px}.calc-modal__close,.calc-modal__stepper button,.calc-modal__currency{min-height:44px}.calc-modal__close{width:44px;height:44px}}@media (max-width: 520px){.calc-modal__panel{width:calc(100vw - 16px);padding:18px}.calc-modal__head h3{font-size:28px;line-height:1.05}.calc-modal__grid{margin-top:16px;gap:12px}.calc-modal__value{min-height:72px}.calc-modal__value b,.calc-modal__result strong{font-size:44px;line-height:44px}.calc-modal__value span,.calc-modal__symbol{font-size:26px}.calc-modal__result strong{min-height:72px}.calc-modal__note{margin-top:16px}}.catalog-category-tabs{margin-bottom:clamp(30px,4vw,48px)}.catalog-category-tabs__heading{display:flex;align-items:end;justify-content:space-between;gap:20px}.catalog-category-tabs__heading p{margin:0}.catalog-category-tabs__kicker{color:var(--grey-400);font:600 12px/1.2 var(--font-body);letter-spacing:.08em;text-transform:uppercase}.catalog-category-tabs__heading>p:last-child{max-width:44ch;color:var(--grey-400);font-size:13px;line-height:1.4;text-align:right}.catalog-category-tabs__list{margin-top:14px;display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:10px}.catalog-category-tabs button{min-height:112px;padding:18px;display:flex;align-items:flex-end;justify-content:space-between;gap:12px;border:1px solid var(--grey-200);border-radius:20px;background:var(--grey-white);color:var(--grey-600);cursor:pointer;font-family:var(--font-body);text-align:left;transition:background .18s ease,border-color .18s ease,color .18s ease,transform .18s ease}.catalog-category-tabs button:hover{border-color:var(--grey-500);transform:translateY(-2px)}.catalog-category-tabs button.is-active{border-color:var(--grey-700);background:var(--grey-700);color:var(--grey-white)}.catalog-category-tabs button>span{display:grid;gap:7px}.catalog-category-tabs strong{font:540 clamp(19px,1.6vw,24px)/.98 var(--font-heading);letter-spacing:-.04em}.catalog-category-tabs small{color:var(--grey-400);font-size:12px;line-height:1.3}.catalog-category-tabs button.is-active small{color:var(--grey-300)}.catalog-category-tabs b{min-width:26px;display:grid;place-items:center;color:var(--grey-400);font:600 12px/1 var(--font-body)}.catalog-category-tabs button.is-active b{color:var(--grey-white)}@media (max-width: 640px){.catalog-category-tabs__heading{align-items:flex-start;flex-direction:column;gap:8px}.catalog-category-tabs__heading>p:last-child{text-align:left}.catalog-category-tabs__list{grid-template-columns:repeat(2,minmax(0,1fr))}.catalog-category-tabs button{min-height:102px;padding:15px;border-radius:17px}}.catalog-page-body{background:var(--grey-white);color:var(--grey-600)}.catalog-page{max-width:var(--content-width);margin:0 auto;background:var(--grey-white)}.catalog-nav-host{width:1388px;margin:16px auto 0}.catalog-page .site-nav{width:1388px}.catalog-main{margin-top:14px}.catalog-header{padding-top:8px}.catalog-title-wrap{text-align:center}.catalog-sport-pills{display:inline-flex;align-items:center;gap:7px}.catalog-sport-pill{display:inline-flex;align-items:center}.catalog-sport-pill i{display:none}.catalog-title{margin:12px 0 0;font:400 var(--text-decor-1)/var(--lh-decor-1) var(--font-decor);color:var(--grey-600);letter-spacing:0}.catalog-rate-banner{margin-top:13px;min-height:222px;border-radius:30px;background:var(--grey-600);color:var(--grey-white);padding:23px 40px;display:flex;flex-direction:column;align-items:flex-start;gap:7px}.catalog-rate-icon{width:32.573px;height:32.573px}.catalog-rate-row{margin-top:0;display:inline-flex;align-items:center;gap:12px}.catalog-rate-row p{margin:0;font:400 32px/36px var(--font-heading);color:var(--grey-white)}.catalog-rate-pill{height:var(--pill-xl-h);border:2px solid var(--grey-white);border-radius:var(--radius-md);padding:0 var(--pill-xl-w);font:400 32px/36px var(--font-heading);display:inline-flex;align-items:center;justify-content:center;color:var(--grey-50)}.catalog-rate-note{margin:0;font:400 var(--text-md)/18px var(--font-body);color:var(--grey-white)}.catalog-calc-btn{margin-top:0;height:44px;padding:13px 15px;border:1px solid var(--rad-600);border-radius:var(--radius-sm);font:400 var(--text-md)/ var(--lh-md-inline) var(--font-body);border-color:var(--rad-600);background:transparent;color:var(--grey-white);gap:var(--space-150)}.catalog-calc-btn img{flex:0 0 auto}.catalog-calc-btn:hover{background:#eb32321f;color:var(--grey-white)}.catalog-calc-btn .ui-btn-md__icon,.catalog-calc-btn .ui-btn-md__arrow{width:19px;height:14.254px}.catalog-page-body.calc-modal-open{overflow:hidden}.catalog-calc-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:120;pointer-events:none}.catalog-calc-backdrop{position:absolute;top:0;right:0;bottom:0;left:0;border:0;background:#000000a6;opacity:0;transition:opacity .22s ease;pointer-events:none}.catalog-calc-modal{position:absolute;left:50%;top:171px;transform:translate(-50%) translateY(8px);width:924px;border-radius:30px;background:var(--grey-700);color:var(--grey-white);padding:27px 24px;display:flex;flex-direction:column;gap:28px;opacity:0;transition:opacity .22s ease,transform .22s ease;box-shadow:0 12px 40px #00000047}.catalog-calc-overlay.is-open{pointer-events:auto}.catalog-calc-overlay.is-open .catalog-calc-backdrop{opacity:1;pointer-events:auto}.catalog-calc-overlay.is-open .catalog-calc-modal{opacity:1;transform:translate(-50%) translateY(0)}.catalog-calc-modal-head{width:100%;display:flex;align-items:center;justify-content:space-between}.catalog-calc-modal-head h2{margin:0;font:400 32px/36px var(--font-heading);color:var(--grey-white)}.catalog-calc-close-btn{width:30.5px;height:30.5px;border:0;padding:0;background:transparent;cursor:pointer}.catalog-calc-close-btn img{width:100%;height:100%;object-fit:contain}.catalog-calc-grid{display:grid;grid-template-columns:200.605px 16px 200.605px 16px 1fr;align-items:center;column-gap:18px}.catalog-calc-metric p{margin:0;font:400 14px/16px var(--font-body);color:var(--grey-500)}.catalog-calc-metric-value{margin-top:5px;min-height:91.262px;border-radius:19px;background:var(--grey-600);display:flex;align-items:center;gap:5px;padding:0 14px}.catalog-calc-metric-value>span:first-child{font:400 64px/64px var(--font-heading);color:var(--grey-white)}.catalog-calc-metric-value>span:last-child{margin-top:10px;font:400 36px/36px var(--font-heading);color:var(--grey-300)}.catalog-calc-stepper{margin-top:9px;display:grid;grid-template-columns:1fr 1fr;gap:10px}.catalog-calc-step-btn{width:94.913px;height:38.487px;border:0;border-radius:14px;background:var(--grey-white);display:inline-flex;align-items:center;justify-content:center;cursor:pointer;transition:transform .2s ease}.catalog-calc-step-btn:hover{transform:translateY(-1px)}.catalog-calc-step-btn img{width:21.681px;height:12px;object-fit:contain}.catalog-calc-symbol{justify-self:center;font:400 32px/32px var(--font-heading);color:var(--grey-white)}.catalog-calc-symbol--star{font:400 24px/24px var(--font-decor);margin-top:1px}.catalog-calc-result{min-width:0}.catalog-calc-result-top{display:flex;align-items:center;justify-content:space-between}.catalog-calc-result-top p{margin:0;font:400 14px/16px var(--font-body);color:var(--grey-500)}.catalog-calc-save{color:#51ee6b!important;display:inline-flex;align-items:center;gap:4px}.catalog-calc-save span{display:inline-flex;align-items:center;justify-content:center;min-width:35px;height:20px;border-radius:6px;background:#264c2c6b;padding:0 5px}.catalog-calc-result-value{margin-top:6px;min-height:91.262px;border-radius:19px;background:#264c2c6b;color:#51ee6b;font:400 64px/64px var(--font-heading);display:flex;align-items:center;padding:0 14px}.catalog-calc-currency-toggle{margin-top:8px;width:298.833px;height:38.487px;border-radius:14px;background:var(--grey-600);padding:0;display:grid;grid-template-columns:158.408px 1fr;align-items:center}.catalog-calc-currency-toggle button{border:0;background:transparent;color:var(--grey-white);font:400 24px/16px var(--font-heading);height:38.487px;border-radius:14px;cursor:pointer}.catalog-calc-currency-toggle button.is-active{background:var(--grey-white);color:var(--grey-600)}.catalog-calc-footnote{display:flex;align-items:flex-start;gap:6px}.catalog-calc-footnote img{width:16.084px;height:16.084px;object-fit:contain;margin-top:1px}.catalog-calc-footnote p{margin:0;font:400 14px/16px var(--font-body);color:var(--grey-white)}.catalog-calc-footnote span{color:var(--rad-600)}.catalog-list{padding-top:20px}.catalog-kicker{margin:0}.catalog-filters{margin-top:8px;background:var(--grey-50);border-radius:14px;padding:5px;display:inline-flex;align-items:center;gap:5px}.catalog-filter-btn{border:0;background:var(--grey-white);color:var(--grey-600);height:30px;border-radius:var(--radius-xsm);padding:0 12px;display:inline-flex;align-items:center;gap:6px;font:400 var(--text-md)/ var(--lh-md-inline) var(--font-body);cursor:pointer;transition:color .2s ease,transform .2s ease}.catalog-filter-btn:hover{color:var(--grey-600);transform:translateY(-1px)}.catalog-filter-btn img{width:8.192px;height:5.171px}.catalog-count{margin:14px 0 0;color:var(--grey-400);font:400 var(--text-sm)/var(--lh-sm) var(--font-body)}.catalog-cards-grid{margin-top:8px;display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:20px}.catalog-card{text-decoration:none;color:inherit}.card-hoverable{transition:border-color .2s ease,transform .2s ease}.instructor-card{background:var(--grey-50);border-radius:var(--radius-lg);padding:6px;display:flex;flex-direction:column;border:1px solid transparent;cursor:pointer}.instructor-card.card-hoverable:hover{border-color:var(--grey-200);transform:translateY(-1px)}.instructor-media{height:266px;border-radius:var(--radius-md);padding:10px;display:flex;justify-content:space-between;flex-direction:column;background-size:cover;background-position:center;background-repeat:no-repeat;position:relative;overflow:hidden}.catalog-media--mikhail{background-image:url(/assets/card-mikhail-DMWiRbhS.png)}.catalog-media--oleg{background-image:url(/assets/card-oleg-CqmmejIV.png)}.catalog-media--red{background-image:url(/assets/card-red-ski-YrNneYpu.png)}.catalog-media--andrey{background-image:url(/assets/card-andrey-DEK1bJWB.png)}.chips-top,.chips-bottom{display:flex;gap:5px;z-index:1}.chips-bottom{flex-wrap:wrap}.chip{height:var(--pill-md-h);border:1px solid var(--grey-100);background:var(--grey-white);border-radius:var(--radius-xsm);padding:0 var(--pill-md-w);display:inline-flex;align-items:center;gap:4px;font:400 var(--text-md)/ var(--lh-md-inline) var(--font-body);color:var(--grey-600)}.icon-chip img{width:16.568px;height:16.568px}.instructor-body{padding:10px}.instructor-body h3{margin:0;font:700 var(--text-h5)/var(--lh-h5) var(--font-heading);color:var(--grey-600)}.instructor-body p{margin:2px 0 10px;font:400 var(--text-md)/18px var(--font-body);color:var(--grey-300)}.rating-line{display:flex;align-items:center;gap:8px;font:700 var(--text-md)/18px var(--font-body);color:var(--grey-600)}.rating-line img{height:18.445px}.rating-line .dot{width:5px;height:5px}.rating-line .rating-link{font:400 var(--text-md)/18px var(--font-body);color:var(--grey-600);text-decoration:underline}.catalog-benefits{margin-top:44px;background:var(--grey-50);padding:32px 0}.catalog-benefits-panel{border-radius:0}.catalog-section-title{margin:0}.benefits-grid{margin-top:24px;display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:20px}.benefit-card{min-height:164px;background:var(--grey-white);border-radius:15px;padding:16px}.benefit-card img{width:21.258px;height:21.258px}.benefit-card h3{margin:8px 0 0;font:400 var(--text-h4)/var(--lh-h4) var(--font-heading);color:var(--grey-600)}.benefit-card p{margin:0;font:400 var(--text-md)/18px var(--font-body);color:var(--grey-300)}.benefit-card p span{color:var(--grey-500)}.booking-head{margin-top:43px}.steps-grid-top{margin-top:24px;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:20px}.steps-grid-bottom{margin-top:20px;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:20px}.catalog-benefits-panel .steps-grid-top,.catalog-benefits-panel .steps-grid-bottom{display:grid}.booking-step,.catalog-benefits-panel .booking-step{background:var(--grey-white);border-radius:20px;box-shadow:4px 4px 60px #0000000f;padding:20px;position:relative;overflow:hidden}.catalog-benefits-panel .booking-step:not(.is-open),.catalog-benefits-panel .booking-step.is-open{background:var(--grey-white);border-radius:20px;box-shadow:4px 4px 60px #0000000f}.booking-step-1,.booking-step-2,.booking-step-4,.booking-step-5,.catalog-benefits-panel .booking-step-1,.catalog-benefits-panel .booking-step-2,.catalog-benefits-panel .booking-step-4,.catalog-benefits-panel .booking-step-5{min-height:258px}.booking-step-3,.catalog-benefits-panel .booking-step-3{min-height:249px}.booking-step-wide{grid-column:1 / span 1}.booking-step-xwide{grid-column:2 / span 2;padding-right:300px}.step-head,.catalog-benefits-panel .step-head{display:flex;align-items:center;gap:8px;color:var(--grey-400);font:500 var(--text-md)/ var(--lh-md-inline) var(--font-body)}.step-index,.catalog-benefits-panel .step-index{width:32px;height:32px;border-radius:100px;border:1px solid var(--rad-600);color:var(--rad-600);display:inline-flex;align-items:center;justify-content:center;font:600 16px/16px var(--font-heading)}.step-index.is-active{background:var(--rad-600);color:var(--grey-white)}.booking-step h3{margin:16px 0 0;font:400 var(--text-h4)/var(--lh-h4) var(--font-heading);color:var(--grey-600)}.booking-step p{margin:6px 0 0;font:400 var(--text-md)/18px var(--font-body);color:var(--grey-400)}.step-squares{position:absolute;right:20px;top:18px;width:48px;display:grid;grid-template-columns:repeat(3,1fr);gap:4px}.catalog-benefits-panel .step-squares,.catalog-benefits-panel .step-form-icon,.catalog-benefits-panel .step-id-icon{z-index:1}.step-squares i{width:13px;height:13px;border-radius:4px;background:var(--grey-100);display:block}.step-squares i.active{background:var(--rad-600)}.step-form-icon{position:absolute;right:20px;top:16px;width:79px;height:88px;border-radius:15px;background:var(--grey-100);padding:8px 12px}.step-form-icon b{display:block;color:var(--grey-white);font:600 var(--text-sm)/16px var(--font-body)}.step-form-icon i{display:block;height:5px;border-radius:2px;background:var(--grey-white);margin-top:5px}.step-form-icon span{position:absolute;right:10px;width:7px;height:7px;border-radius:2px;border:1px solid var(--grey-white)}.step-form-icon span:nth-of-type(1){top:28px}.step-form-icon span:nth-of-type(2){top:52px}.step-id-icon{position:absolute;right:13px;top:18px;width:91px;height:55px}.step-id-icon>img{position:absolute}.step-id-icon>img:first-child{width:91px;height:55px;left:0;top:0}.step-id-dot{width:12px;height:12px;left:42px;top:16px}.step-id-check{width:10px;height:10px;left:43px;top:17px}.booking-step-4{padding-right:150px}.step-operator{position:absolute;right:26px;top:63px;width:49px;height:49px}.step-operator-arrow{position:absolute;right:73px;top:86px;width:86px;height:33px}.step-operator-link{position:absolute;right:42px;top:63px;width:21px;height:21px}.step-payment{position:absolute;right:20px;top:16px;width:106px;height:106px}.step5-copy{margin-top:8px;max-width:650px;display:grid;gap:10px}.step5-copy p{margin:0}.catalog-faq-block{padding:32px 0 0;background:var(--grey-white)}.catalog-faq-block .faq-layout{align-items:start}.home-footer{margin-top:32px;background:var(--grey-50);padding:64px 0 20px;min-height:394px}.footer-brand-wrap p{margin:0;max-width:450px;font:400 var(--text-md)/18px var(--font-body);color:var(--grey-400)}.contacts span,.footer-sections span{display:block;color:var(--grey-300);font:400 var(--text-sm)/var(--lh-sm) var(--font-body);margin-bottom:5px}.contacts p{margin:0;font:400 var(--text-md)/ var(--lh-md-inline) var(--font-body)}.footer-nav a,.footer-sections a{text-decoration:none;color:var(--grey-600);font:400 var(--text-md)/18px var(--font-body);transition:color .2s ease}.legal{display:flex;gap:30px;font:400 var(--text-md)/18px var(--font-body)}@media (max-width: 1440px){.catalog-nav-host,.catalog-page .site-nav{width:calc(100% - 80px)}}@media (max-width: 1280px){.catalog-rate-banner{padding:16px 18px;border-radius:24px;min-height:186px}.catalog-rate-icon{width:24px;height:24px}.catalog-rate-row p{font-size:28px;line-height:32px}.catalog-rate-pill{height:48px;font-size:28px;line-height:32px}.catalog-calc-modal{width:min(924px,calc(100vw - 32px));top:110px;padding:18px 16px}.catalog-calc-grid{grid-template-columns:1fr;row-gap:14px}.catalog-calc-symbol{justify-self:start;font-size:32px;line-height:32px}.catalog-calc-step-btn{width:100%}.catalog-calc-currency-toggle{width:100%;grid-template-columns:1fr 1fr}.catalog-calc-result-value{font-size:48px;line-height:52px}.catalog-title{font-size:88px;line-height:92px}.catalog-cards-grid,.benefits-grid,.steps-grid-top,.steps-grid-bottom{grid-template-columns:repeat(2,minmax(0,1fr))}.booking-step-3,.booking-step-wide,.booking-step-xwide{grid-column:auto}.booking-step-xwide,.booking-step-4{padding-right:20px}.step-payment,.step-operator,.step-operator-arrow,.step-operator-link{position:static;margin-top:16px}.step-payment{width:86px;height:86px}.footer-main{grid-template-columns:1fr;gap:28px}}@media (max-width: 860px){.catalog-nav-host,.catalog-page .site-nav{width:calc(100% - 32px)}.catalog-title{font-size:56px;line-height:60px}.catalog-rate-row p{font-size:24px;line-height:26px}.catalog-rate-pill{height:36px;font-size:20px;line-height:22px}.catalog-filters{width:100%;flex-wrap:wrap}.catalog-cards-grid,.benefits-grid,.steps-grid-top,.steps-grid-bottom{grid-template-columns:1fr}.catalog-calc-modal-head h2{font-size:32px;line-height:32px}.catalog-calc-metric-value>span:first-child{font-size:52px;line-height:52px}.catalog-calc-result-value{font-size:44px;line-height:48px}.faq-layout .faq-head,.faq-layout .faq-list{grid-column:1 / -1}.legal{gap:12px;flex-wrap:wrap}.footer-brand-wrap{flex-direction:column;gap:16px}}.catalog-page{--catalog-shell-width: 1388px;width:min(100%,1600px);min-height:100vh}.catalog-main{display:grid;gap:clamp(32px,4vw,56px)}.catalog-main .ui-container{width:min(var(--catalog-shell-width),100% - 80px);max-width:none;padding-inline:0}.catalog-header{margin-inline:0;padding:0;overflow:visible;border:0;border-radius:0;background:transparent}.catalog-header__container{max-width:none;padding:0}.catalog-header__panel{min-height:clamp(390px,36vw,500px);padding:clamp(18px,2vw,28px);display:grid;grid-template-columns:minmax(0,1fr);gap:clamp(18px,2vw,28px);border:1px solid rgba(32,33,30,.07);border-radius:var(--radius-xl);background:var(--grey-white)}.catalog-title-wrap{min-width:0;padding:clamp(22px,3vw,48px);display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center}.catalog-header__eyebrow{margin:0 0 16px;color:var(--grey-400);font:600 12px/1.2 var(--font-body);letter-spacing:.08em;text-transform:uppercase}.catalog-title{max-width:none;width:100%;margin-top:18px;font-size:clamp(68px,7vw,112px);line-height:.86;letter-spacing:-.065em;text-transform:uppercase;text-align:center}.catalog-header__description{max-width:48ch;margin:clamp(24px,3vw,40px) 0 0;color:var(--grey-400);font:400 clamp(15px,1.2vw,17px)/1.45 var(--font-body);text-align:center}.catalog-header .calc-banner{height:100%;min-height:320px}.catalog-list{padding-top:0}.catalog-list__toolbar{display:flex;align-items:end;justify-content:space-between;gap:var(--space-500)}.catalog-list__meta{display:grid;justify-items:end;gap:4px}.catalog-list__meta h2,.catalog-list__meta p{margin:0}.catalog-list__meta h2{font:500 clamp(22px,2vw,28px)/1.1 var(--font-heading);letter-spacing:-.035em}.catalog-cards-grid{margin-top:var(--space-500)}.catalog-empty-state{margin-top:var(--space-500);padding:32px;border:1px dashed var(--grey-300);border-radius:20px;background:var(--grey-white);text-align:center}.catalog-empty-state p{margin:0}.catalog-empty-state button{min-height:42px;margin-top:16px;padding:0 16px;border:0;border-radius:999px;background:var(--grey-700);color:var(--grey-white);cursor:pointer;font:600 13px/1 var(--font-body)}.catalog-benefits{margin-top:0;padding-block:clamp(28px,4vw,56px)}.catalog-benefits-panel{padding:clamp(24px,4vw,52px)}.booking-steps-grid{margin-top:var(--space-500);display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:var(--layout-gutter)}.booking-steps-grid .booking-step{grid-column:span 2;min-height:258px}.booking-steps-grid .booking-step:nth-child(4),.booking-steps-grid .booking-step:nth-child(5){grid-column:span 3}.catalog-faq-block{padding:0 0 clamp(32px,4vw,56px)}.catalog-faq-block .faq{grid-template-columns:minmax(240px,.72fr) minmax(0,1.28fr);align-items:start;padding:0;border:0;border-radius:0;background:transparent}.catalog-faq-block .faq__item{background:var(--grey-white)}@media (max-width: 1100px){.catalog-header__panel{grid-template-columns:1fr}.catalog-title-wrap{min-height:360px}.booking-steps-grid .booking-step,.booking-steps-grid .booking-step:nth-child(4),.booking-steps-grid .booking-step:nth-child(5){grid-column:span 3}}@media (max-width: 1280px){.catalog-cards-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (max-width: 1020px){.catalog-cards-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width: 820px){.catalog-main .ui-container{width:calc(100% - 32px)}.catalog-header__panel{min-height:0;padding:10px;border-radius:var(--radius-lg)}.catalog-title-wrap{min-height:330px;padding:24px 14px}.catalog-title{font-size:clamp(52px,17vw,76px)}.catalog-header__description{margin-top:24px}.catalog-list__toolbar{align-items:stretch;flex-direction:column}.catalog-list__meta{justify-items:start}.catalog-cards-grid,.booking-steps-grid{grid-template-columns:1fr}.booking-steps-grid .booking-step,.booking-steps-grid .booking-step:nth-child(4),.booking-steps-grid .booking-step:nth-child(5){grid-column:auto}.catalog-faq-block .faq{grid-template-columns:1fr}}@media (max-width: 520px){.catalog-filter-btn{min-height:44px}.catalog-benefits-panel{padding:18px}}body.is-gallery-open{overflow:hidden}.profile-gallery{position:fixed;top:0;right:0;bottom:0;left:0;z-index:160;display:grid;place-items:center;padding:24px}.profile-gallery__backdrop{position:absolute;top:0;right:0;bottom:0;left:0;border:0;background:#0d0e0cd1;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);animation:profile-gallery-fade-in var(--motion-duration-base) var(--motion-ease-standard)}.profile-gallery__panel{position:relative;width:min(1180px,100%);height:min(820px,100vh - 48px);padding:18px;border:1px solid rgba(255,255,255,.12);border-radius:28px;background:#171815;color:var(--grey-white);display:grid;grid-template-rows:auto minmax(0,1fr) auto;gap:16px;box-shadow:0 30px 90px #0000006b;animation:profile-gallery-panel-in var(--motion-duration-slow) var(--motion-ease-standard)}.profile-gallery__header{display:grid;grid-template-columns:1fr auto auto;align-items:center;gap:16px}.profile-gallery__header p,.profile-gallery__header h2,.profile-gallery__stage{margin:0}.profile-gallery__header>div>p{color:#ffffff80;font:500 12px/1.2 var(--font-body);letter-spacing:.08em;text-transform:uppercase}.profile-gallery__header h2{margin-top:3px;font:550 20px/1.1 var(--font-heading)}.profile-gallery__counter{color:#ffffff9e;font:500 14px/1 var(--font-body)}.profile-gallery__close,.profile-gallery__nav{border:1px solid rgba(255,255,255,.16);background:#ffffff14;color:var(--grey-white);cursor:pointer;transition:background-color var(--motion-duration-base) var(--motion-ease-standard),transform var(--motion-duration-base) var(--motion-ease-standard)}.profile-gallery__close{width:42px;height:42px;border-radius:50%;font:300 28px/1 var(--font-body)}.profile-gallery__stage{min-height:0;overflow:hidden;border-radius:20px;background:#0e0f0d}.profile-gallery__stage img{width:100%;height:100%;object-fit:contain}.profile-gallery__footer{display:grid;grid-template-columns:44px minmax(0,1fr) 44px;align-items:center;gap:14px}.profile-gallery__nav{width:44px;height:44px;border-radius:14px;font-size:20px}.profile-gallery__close:hover,.profile-gallery__nav:hover{background:#ffffff29;transform:translateY(-1px)}.profile-gallery__thumbs{display:flex;justify-content:center;gap:8px;min-width:0}.profile-gallery__thumbs button{width:64px;height:44px;padding:2px;overflow:hidden;border:1px solid transparent;border-radius:11px;background:transparent;opacity:.5;cursor:pointer;transition:border-color var(--motion-duration-base) var(--motion-ease-standard),opacity var(--motion-duration-base) var(--motion-ease-standard)}.profile-gallery__thumbs button.is-active{border-color:var(--grey-white);opacity:1}.profile-gallery__thumbs img{width:100%;height:100%;border-radius:8px;object-fit:cover}@keyframes profile-gallery-fade-in{0%{opacity:0}}@keyframes profile-gallery-panel-in{0%{opacity:0;transform:translateY(10px) scale(.99)}}@media (max-width: 700px){.profile-gallery{padding:8px}.profile-gallery__panel{height:calc(100vh - 16px);padding:12px;border-radius:20px}.profile-gallery__thumbs button{width:42px;height:38px}}@media (prefers-reduced-motion: reduce){.profile-gallery__backdrop,.profile-gallery__panel{animation-duration:.01ms}}.profile-page-body{background:var(--grey-white);color:var(--grey-600)}.profile-page{max-width:var(--content-width);margin:0 auto;background:var(--grey-white)}.profile-nav-host{width:1301px;margin:19px auto 0}.profile-page .site-nav{width:1301px}.profile-main{width:1268px;margin:28px auto 0}.profile-hero{display:grid;grid-template-columns:753px 514px;column-gap:0;align-items:start}.profile-back-btn{height:44px;width:91px;border:1px solid var(--rad-600);border-radius:var(--radius-sm);display:inline-flex;align-items:center;justify-content:center;gap:6px;color:var(--grey-700);text-decoration:none;font:400 var(--text-md)/ var(--lh-md-inline) var(--font-body)}.profile-back-btn img{width:19px;height:14.254px}.profile-badges-row{display:flex;align-items:center;gap:9px;margin-top:32px}.profile-badge{display:inline-flex;align-items:center;gap:4px}.profile-badge img{width:16.568px;height:16.568px}.profile-role{font:700 var(--text-md)/18px var(--font-body)}.profile-title{margin:0;font:400 var(--text-decor-1)/var(--lh-decor-1) var(--font-decor);text-transform:uppercase}.profile-rating-main{margin-top:2px;display:flex;align-items:center;gap:9px}.profile-rating-main img{width:92.225px;height:18.445px}.profile-rating-main .profile-rating-dot{width:3.655px;height:3.655px}.profile-rating-main span{font:700 var(--text-md)/18px var(--font-body)}.profile-rating-main a{color:var(--grey-600);font:400 var(--text-md)/18px var(--font-body)}.profile-hero-photo-wrap{width:514.531px;height:494.309px;border-radius:31px;overflow:hidden}.profile-hero-photo{width:100%;height:100%;object-fit:cover}.profile-details{margin-top:48px;width:1265px;display:grid;grid-template-columns:845px 407px;column-gap:13px;align-items:start}.profile-left-col{display:flex;flex-direction:column;gap:57px}.profile-facts{width:839px;display:grid;grid-template-columns:160px 166px 160px 160px;column-gap:54px}.fact-card{display:flex;flex-direction:column;gap:17px}.fact-top{display:flex;flex-direction:column;gap:7px}.fact-top img{width:36px;height:36px;object-fit:contain}.fact-top p{margin:0;font:500 var(--text-md)/18px var(--font-body)}.fact-bottom{border-top:1px solid var(--grey-100);padding-top:7px;display:flex;align-items:center;gap:5px;flex-wrap:wrap}.fact-pill{height:var(--pill-md-h);border-radius:var(--radius-xsm);background:var(--grey-100);padding:0 var(--pill-md-w);font:400 var(--text-md)/ var(--lh-md-inline) var(--font-body);display:inline-flex;align-items:center}.fact-text{font:400 var(--text-md)/18px var(--font-body)}.profile-about,.profile-reviews,.profile-media,.profile-faq{width:839px;border-top:1px solid var(--grey-100)}.profile-about{padding-top:10px}.about-copy{margin-top:24px;width:821px;display:grid;gap:18px}.about-copy p{margin:0;font:400 var(--text-md)/18px var(--font-body)}.about-tags{margin-top:33px;width:807px;display:flex;flex-wrap:wrap;gap:15px}.about-tag{height:60px;border:2px solid var(--grey-100);border-radius:var(--radius-md);background:var(--grey-150);padding:0 20px;display:inline-flex;align-items:center;gap:8px;font:400 var(--text-h5)/var(--lh-h5) var(--font-heading)}.about-tag i,.media-filter.active i{width:17.867px;height:17.867px;border-radius:50%;background:var(--grey-600);display:inline-block}.profile-reviews{padding-top:11px}.reviews-summary{margin-top:20px;display:flex;align-items:center;gap:8px}.reviews-summary img:first-child{width:49.946px;height:49.946px}.reviews-summary img:nth-child(3){width:8.201px;height:8.201px}.reviews-summary__value{font:500 28px/1 var(--font-heading);letter-spacing:-.04em}.reviews-grid{margin-top:36px;width:840.934px;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));column-gap:20px;row-gap:40px}.review-card{width:410.467px;display:flex;flex-direction:column;gap:10px}.review-head{display:flex;align-items:flex-start;gap:14px}.avatar{width:50.533px;height:52.73px;border-radius:60px;overflow:hidden;position:relative;flex:0 0 auto}.avatar img{position:absolute;width:2538.87%;height:1170.68%;top:-918.87%}.avatar-1 img{left:-129.07%}.avatar-2 img{left:-912.99%}.avatar-3 img{left:-915.68%}.avatar-4 img{left:-1710.37%}.review-head h3{margin:0;font:400 var(--text-h5)/var(--lh-h5) var(--font-heading)}.review-head p{margin:0;color:var(--grey-400);font:400 var(--text-sm)/var(--lh-sm) var(--font-body)}.review-meta{display:flex;align-items:center;gap:5px}.review-meta img:first-child{width:74.693px;height:14.939px}.review-meta img:nth-child(2){width:2.65px;height:2.65px}.review-meta span{color:var(--grey-400);font:400 var(--text-sm)/var(--lh-sm) var(--font-body)}.review-text{margin:0;width:364.197px;font:400 var(--text-md)/18px var(--font-body)}.review-card a{width:fit-content;color:var(--grey-500);font:400 var(--text-md)/18px var(--font-body)}.outline-md-btn{margin-top:28px}.profile-media{padding-top:11px}.media-filters{margin-top:24px;display:flex;gap:8px}.media-filter{height:30px;border:0;border-radius:var(--radius-xsm);padding:0 12px;display:inline-flex;align-items:center;gap:8px;background:var(--grey-100);color:var(--grey-600);font:400 var(--text-md)/ var(--lh-md-inline) var(--font-body)}.media-filter.active{border:1px solid var(--grey-600)}.media-grid{margin-top:24px;width:840.368px;display:grid;grid-template-columns:302px 518px;grid-template-areas:"m1 m2" "m3 m4" "m3 m5";gap:19px 20px}.media-card{margin:0;border-radius:30px;overflow:hidden}.media-card img{width:100%;height:100%;object-fit:cover}.media-1{grid-area:m1;width:302px;height:283px}.media-2{grid-area:m2;width:518px;height:283px}.media-3{grid-area:m3;width:195px;height:298px;align-self:end}.media-4{grid-area:m4;width:301px;height:298px}.media-5{grid-area:m5;width:303px;height:298px}.profile-faq{padding-top:10px}.profile-booking-wrap{height:2649px;position:relative}.profile-booking-card{position:sticky;top:52px;width:407px;min-height:387px;border-radius:30px;border:1px solid var(--grey-100);background:var(--grey-white);box-shadow:0 4px 40px #00000012;padding:20px 28px 18px}.booking-head{display:flex;align-items:flex-start;gap:10px}.booking-avatar{width:45.956px;height:45.956px;border-radius:66px;object-fit:cover}.booking-head p{margin:0;color:var(--grey-300);font:400 var(--text-sm)/var(--lh-sm) var(--font-body)}.booking-head h3{margin:0;font:400 var(--text-lg)/var(--lh-h6) var(--font-heading)}.booking-price-row{margin-top:18px;display:flex;align-items:flex-end;gap:8px}.booking-price-row a{color:var(--grey-600);font:400 var(--text-h4)/var(--lh-h4) var(--font-heading);text-decoration:underline}.booking-price-row p{margin:0;font:400 var(--text-md)/18px var(--font-body)}.booking-price-row p:nth-child(2),.booking-price-row p:nth-child(4){color:var(--grey-400)}.booking-counters{margin-top:19px;display:grid;grid-template-columns:1fr 1fr;gap:8px}.booking-counter{height:60px;border-radius:19px;background:var(--grey-50);padding:3px;display:grid;grid-template-columns:minmax(0,1fr) 59px;gap:3px}.booking-counter-value{display:grid;height:54px;align-items:center;padding:0 14px}.booking-counter-value-inner{display:flex;align-items:baseline;gap:4px}.booking-counter-value-inner span{display:block;font:400 var(--text-h4)/36px var(--font-heading)}.booking-counter-value-inner p{display:block;margin:0;color:var(--grey-400);font:400 var(--text-md)/18px var(--font-body)}.booking-counter-controls{width:59px;height:54px;display:grid;grid-template-rows:1fr 1fr;gap:3px}.booking-counter-btn{width:59px;min-height:0;border:0;background:var(--grey-white);color:var(--grey-600);display:inline-flex;align-items:center;justify-content:center;cursor:pointer;padding:0;position:relative;transition:background-color .2s ease,color .2s ease}.booking-counter-btn:before{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);background-color:currentColor;mask-position:center;mask-repeat:no-repeat;-webkit-mask-position:center;-webkit-mask-repeat:no-repeat}.booking-counter-btn--plus{border-radius:2px 16px 2px 2px}.booking-counter-btn--plus:before{width:10.262px;height:12.138px;mask-image:url("data:image/svg+xml,%3csvg%20preserveAspectRatio='none'%20width='100%25'%20height='100%25'%20overflow='visible'%20style='display:%20block;'%20viewBox='0%200%2012.2617%2014.1381'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20id='Group%20108'%3e%3cpath%20id='Vector%206'%20d='M1%206.9135H11.2617'%20stroke='var(--stroke-0,%20%232B2B2B)'%20stroke-width='2'%20stroke-linecap='round'/%3e%3cpath%20id='Vector%207'%20d='M6.13135%201L6.13135%2013.1381'%20stroke='var(--stroke-0,%20%232B2B2B)'%20stroke-width='2'%20stroke-linecap='round'/%3e%3c/g%3e%3c/svg%3e");-webkit-mask-image:url("data:image/svg+xml,%3csvg%20preserveAspectRatio='none'%20width='100%25'%20height='100%25'%20overflow='visible'%20style='display:%20block;'%20viewBox='0%200%2012.2617%2014.1381'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20id='Group%20108'%3e%3cpath%20id='Vector%206'%20d='M1%206.9135H11.2617'%20stroke='var(--stroke-0,%20%232B2B2B)'%20stroke-width='2'%20stroke-linecap='round'/%3e%3cpath%20id='Vector%207'%20d='M6.13135%201L6.13135%2013.1381'%20stroke='var(--stroke-0,%20%232B2B2B)'%20stroke-width='2'%20stroke-linecap='round'/%3e%3c/g%3e%3c/svg%3e");mask-size:10.262px 12.138px;-webkit-mask-size:10.262px 12.138px}.booking-counter-btn--minus{border-radius:2px 2px 16px}.booking-counter-btn--minus:before{width:11.847px;height:2px;mask-image:url("data:image/svg+xml,%3csvg%20preserveAspectRatio='none'%20width='100%25'%20height='100%25'%20overflow='visible'%20style='display:%20block;'%20viewBox='0%200%2013.8474%202'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20id='Vector%205'%20d='M1%201H12.8474'%20stroke='var(--stroke-0,%20%232B2B2B)'%20stroke-width='2'%20stroke-linecap='round'/%3e%3c/svg%3e");-webkit-mask-image:url("data:image/svg+xml,%3csvg%20preserveAspectRatio='none'%20width='100%25'%20height='100%25'%20overflow='visible'%20style='display:%20block;'%20viewBox='0%200%2013.8474%202'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20id='Vector%205'%20d='M1%201H12.8474'%20stroke='var(--stroke-0,%20%232B2B2B)'%20stroke-width='2'%20stroke-linecap='round'/%3e%3c/svg%3e");mask-size:11.847px 2px;-webkit-mask-size:11.847px 2px}.booking-counter-btn:hover,.booking-counter-btn:active{background-color:var(--rad-600);color:var(--grey-white)}.booking-counter-btn.is-disabled,.booking-counter-btn:disabled{opacity:1;cursor:not-allowed;background:var(--grey-200);color:var(--grey-500)}.booking-counter-btn.is-disabled:hover,.booking-counter-btn:disabled:hover,.booking-counter-btn.is-disabled:active,.booking-counter-btn:disabled:active{background:var(--grey-200);color:var(--grey-500)}.booking-note-top{margin-top:9px;display:flex;align-items:center;gap:4px;position:relative}.booking-note-top img{width:14.871px;height:14.871px}.booking-note-top .booking-note-i{position:absolute;left:2.2px;top:2.2px;width:10.427px;height:10.427px}.booking-note-top p{margin:0;color:var(--grey-400);font:400 var(--text-md)/18px var(--font-body)}.booking-cta-btn{margin-top:30px;width:349px;height:var(--pill-xl-h);border:2px solid var(--rad-600);border-radius:var(--radius-md);background:transparent;display:flex;align-items:center;justify-content:center;gap:10px;color:var(--grey-600);font:400 var(--text-h5)/var(--lh-h5) var(--font-heading)}.booking-cta-btn img{width:21.631px;height:21.631px;transform:none}.booking-note-bottom{margin-top:10px;display:flex;justify-content:center;align-items:flex-start;gap:6px}.booking-note-bottom img{width:14.875px;height:14.875px;margin-top:1px}.booking-note-bottom p{margin:0;width:278.986px;text-align:center;color:var(--grey-600);font:400 var(--text-md)/18px var(--font-body)}.home-footer{margin-top:99px;background:var(--grey-50);padding:64px 0 20px;min-height:394px}.footer-layout>*{grid-column:1 / -1}.footer-top{display:flex;justify-content:space-between}.footer-brand-wrap{width:100%;display:flex;justify-content:space-between;gap:30px;align-items:flex-start}.footer-brand-wrap p{margin:0;max-width:450px;font:400 16px/18px var(--font-body);color:var(--grey-400)}.footer-main{margin-top:52px;display:grid;grid-template-columns:1.1fr .7fr 1fr;gap:40px;align-items:end}.contacts{display:grid;gap:20px}.contacts span,.footer-sections span{display:block;color:var(--grey-300);font:400 14px/16px var(--font-body);margin-bottom:5px}.contacts p{margin:0;font:400 16px/ var(--lh-md-inline) var(--font-body)}.footer-nav,.footer-sections div{display:grid;gap:15px}.footer-sections div{grid-template-columns:1fr 1fr;column-gap:52px}.footer-nav a,.footer-sections a{text-decoration:none;color:var(--grey-600);font:400 16px/18px var(--font-body);transition:color .2s ease}.footer-nav a:hover,.footer-sections a:hover{color:var(--rad-600)}.footer-line{width:100%;margin:25px 0 15px;display:block}.footer-bottom{display:flex;justify-content:space-between;align-items:center}.legal{display:flex;gap:30px;font:400 16px/18px var(--font-body)}.socials{display:flex;gap:10px}.socials img{width:20px;height:20px}@media (max-width: 1320px){.profile-main,.profile-details,.profile-hero,.profile-nav-host,.profile-page .site-nav{width:calc(100% - 80px)}.profile-hero{grid-template-columns:minmax(0,1fr) minmax(340px,40%)}.profile-title{font-size:88px;line-height:88px}.profile-details{grid-template-columns:minmax(0,1fr)}.profile-left-col,.profile-facts,.profile-about,.profile-reviews,.profile-media,.profile-faq{width:100%}.profile-facts{grid-template-columns:repeat(2,minmax(0,1fr));gap:18px 20px}.fact-bottom{border-top:0;padding-top:0}.reviews-grid,.review-card,.review-text{width:100%}.media-grid{width:100%;grid-template-columns:repeat(2,minmax(0,1fr));grid-template-areas:none;gap:12px}.media-card,.media-1,.media-2,.media-3,.media-4,.media-5{width:100%;height:260px;grid-area:auto}.profile-booking-wrap{height:auto}.profile-booking-card{position:static;width:100%}.booking-cta-btn{width:100%}}@media (max-width: 768px){.profile-main,.profile-nav-host,.profile-page .site-nav{width:calc(100% - 24px)}.profile-hero{grid-template-columns:1fr;gap:16px}.profile-hero-photo-wrap{width:100%;height:420px}.profile-title{font-size:64px;line-height:64px}.about-tags,.about-copy{width:100%}.reviews-grid{grid-template-columns:1fr}.footer-brand-wrap{flex-direction:column;gap:14px}.footer-main{grid-template-columns:1fr}.footer-sections div{column-gap:22px}.footer-bottom{flex-direction:column;align-items:flex-start;gap:14px}.legal{flex-wrap:wrap;gap:14px}}.legacy-profile-root{min-height:100vh}.profile-data-state{width:min(1320px,100% - var(--layout-margin) * 2);min-height:60vh;margin:24px auto;padding:clamp(32px,6vw,72px);border-radius:var(--radius-lg);background:var(--grey-white)}.profile-data-state h1{max-width:12ch;margin-bottom:20px;font-size:clamp(42px,6vw,80px);line-height:.95}.legacy-profile-root .profile-page{width:100%;max-width:1600px}.legacy-profile-root .profile-nav-host,.legacy-profile-root .profile-main{width:min(1320px,100% - var(--layout-margin) * 2)}.legacy-profile-root .profile-main{margin-top:clamp(16px,2vw,28px)}.legacy-profile-root .profile-hero,.legacy-profile-root .profile-details{width:100%}.legacy-profile-root .profile-hero{gap:clamp(20px,2.5vw,36px);padding:clamp(20px,2.5vw,36px);overflow:hidden}.legacy-profile-root .profile-hero-copy{display:flex;flex-direction:column;min-width:0;padding:0}.legacy-profile-root .profile-back-btn{width:fit-content;height:40px;padding-inline:14px;border-color:var(--grey-200);border-radius:999px;background:var(--grey-50);transition:border-color var(--motion-duration-base) var(--motion-ease-standard),background-color var(--motion-duration-base) var(--motion-ease-standard),transform var(--motion-duration-base) var(--motion-ease-standard)}.legacy-profile-root .profile-back-btn:hover{border-color:var(--grey-300);background:var(--grey-white);transform:translate(-2px)}.legacy-profile-root .profile-hero-intro{width:min(100%,470px);margin-top:auto}.legacy-profile-root .profile-hero-intro>p:first-child{margin:0;color:var(--grey-400);font:600 12px/1.2 var(--font-body);letter-spacing:.08em;text-transform:uppercase}.legacy-profile-root .profile-hero-intro>p:nth-child(2){margin:12px 0 0;max-width:44ch;color:var(--grey-500);font:400 16px/1.35 var(--font-body)}.legacy-profile-root .profile-hero-intro dl{margin:24px 0 0;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px}.legacy-profile-root .profile-hero-intro dl>div{padding-top:12px;border-top:1px solid var(--grey-150)}.legacy-profile-root .profile-hero-intro dt{font:560 24px/1 var(--font-heading);letter-spacing:-.04em}.legacy-profile-root .profile-hero-intro dd{margin:5px 0 0;color:var(--grey-400);font:400 12px/1.2 var(--font-body)}.legacy-profile-root .profile-badges-row{margin-top:clamp(40px,6vh,64px);gap:8px}.legacy-profile-root .profile-badge{min-height:32px;padding-inline:12px;border:1px solid var(--grey-100);background:var(--grey-50)}.legacy-profile-root .profile-role{margin-left:4px;color:var(--grey-400);font-size:14px;font-weight:550}.legacy-profile-root .profile-title{max-width:8.2ch;margin-top:12px;font-size:clamp(64px,6vw,92px);line-height:.86;letter-spacing:-.065em;text-wrap:balance}.legacy-profile-root .profile-rating-main{width:fit-content;min-height:38px;margin-top:18px;padding:0 12px;border:1px solid var(--grey-100);border-radius:999px;background:var(--grey-50)}.legacy-profile-root .profile-hero-photo-wrap{position:relative;height:clamp(500px,42vw,580px);min-height:0;border:1px solid var(--grey-100);border-radius:var(--radius-lg)}.legacy-profile-root .profile-hero-photo{object-position:center 38%}.legacy-profile-root .profile-photo-overlay{position:absolute;top:0;right:0;bottom:0;left:0;padding:16px;display:flex;flex-direction:column;justify-content:space-between;pointer-events:none;background:linear-gradient(180deg,rgba(12,13,11,.18),transparent 32%,transparent 62%,rgba(12,13,11,.44))}.legacy-profile-root .profile-availability{width:fit-content;min-height:32px;padding:0 12px;border:1px solid rgba(255,255,255,.3);border-radius:999px;background:#ffffffc2;color:var(--grey-600);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);display:inline-flex;align-items:center;gap:7px;font:500 12px/1 var(--font-body)}.legacy-profile-root .profile-availability i{width:7px;height:7px;border-radius:50%;background:#4c9a59;box-shadow:0 0 0 4px #4c9a5924}.legacy-profile-root .profile-gallery-trigger{width:fit-content;min-width:248px;padding:7px 10px 7px 7px;border:1px solid rgba(255,255,255,.32);border-radius:16px;background:#f6f6f3e0;color:var(--grey-600);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:12px;pointer-events:auto;cursor:pointer;text-align:left;transition:background-color var(--motion-duration-base) var(--motion-ease-standard),transform var(--motion-duration-base) var(--motion-ease-standard)}.legacy-profile-root .profile-gallery-trigger:hover{background:var(--grey-white);transform:translateY(-2px)}.legacy-profile-root .profile-gallery-trigger__thumbs{display:flex}.legacy-profile-root .profile-gallery-trigger__thumbs img{width:34px;height:42px;margin-left:-9px;border:2px solid var(--grey-white);border-radius:9px;object-fit:cover}.legacy-profile-root .profile-gallery-trigger__thumbs img:first-child{margin-left:0}.legacy-profile-root .profile-gallery-trigger>span:nth-child(2){display:grid;gap:3px}.legacy-profile-root .profile-gallery-trigger b{font:600 14px/1 var(--font-body)}.legacy-profile-root .profile-gallery-trigger small{color:var(--grey-400);font:400 11px/1 var(--font-body)}.legacy-profile-root .profile-gallery-trigger__arrow{width:30px;height:30px;border-radius:50%;background:var(--grey-600);color:var(--grey-white);display:grid;place-items:center}.legacy-profile-root .media-card{padding:0;border:0;cursor:zoom-in}.legacy-profile-root .profile-details{grid-template-columns:minmax(0,1fr) minmax(320px,407px);gap:var(--layout-gutter)}.legacy-profile-root .profile-left-col,.legacy-profile-root .profile-facts,.legacy-profile-root .profile-about,.legacy-profile-root .profile-reviews,.legacy-profile-root .profile-media,.legacy-profile-root .profile-faq{width:100%}.legacy-profile-root .profile-facts,.legacy-profile-root .profile-about,.legacy-profile-root .profile-reviews,.legacy-profile-root .profile-media,.legacy-profile-root .profile-faq{padding:clamp(20px,2.5vw,36px)}.legacy-profile-root .profile-faq .faq{width:100%}.legacy-profile-root .profile-facts{grid-template-columns:repeat(4,minmax(0,1fr));gap:var(--layout-gutter)}.legacy-profile-root .about-copy,.legacy-profile-root .reviews-grid,.legacy-profile-root .media-grid{width:100%}@media (max-width: 1100px){.legacy-profile-root .profile-title{font-size:clamp(58px,7vw,76px)}.legacy-profile-root .profile-details{grid-template-columns:1fr}.legacy-profile-root .profile-facts{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width: 768px){.legacy-profile-root .profile-nav-host,.legacy-profile-root .profile-main{width:calc(100% - 24px)}.legacy-profile-root .profile-hero{gap:16px;padding:12px}.legacy-profile-root .profile-hero-copy{min-height:0}.legacy-profile-root .profile-hero-intro{margin-top:36px}.legacy-profile-root .profile-badges-row{margin-top:32px}.legacy-profile-root .profile-gallery-trigger{min-width:0;width:100%}.legacy-profile-root .profile-badges-row{margin-top:auto;flex-wrap:wrap}.legacy-profile-root .profile-title{max-width:100%;font-size:clamp(44px,13vw,56px);line-height:.9}.legacy-profile-root .profile-rating-main{margin-top:14px}.legacy-profile-root .profile-hero-photo-wrap{height:min(112vw,440px)}.legacy-profile-root .profile-facts{grid-template-columns:1fr}}.booking-flow-page{min-height:100vh;background:var(--grey-white);padding-bottom:120px}.booking-flow-page__header-brand-wrap,.booking-flow-page__header,.booking-flow-page__content{width:1260px;max-width:calc(100% - 80px);margin-inline:auto;padding-inline:0}.booking-flow-page__header-line{width:min(100%,var(--content-width));margin-inline:auto;border-top:1px solid var(--grey-100);margin-top:19px}.booking-flow-page__header-brand-wrap{padding-top:18px}.booking-flow-page__brand{margin:0;width:167.479px}.booking-flow-page__header{display:flex;align-items:center;gap:14px;padding-top:41px}.booking-flow-page__header h1{margin:0;font:400 var(--text-h3)/var(--lh-h3) var(--font-heading);color:var(--grey-600)}.booking-flow-page__header h1 b{font-weight:600}.booking-flow-page__content{display:grid;grid-template-columns:839px 409px;gap:12px;align-items:start;padding-top:22px}.booking-flow-page__left{display:flex;flex-direction:column;gap:14px;width:839px}.booking-step{border-radius:19px;background:var(--grey-50);min-height:60px;padding:12px 18px;display:flex;flex-direction:column;gap:0;border:0}.booking-step:not(.is-open){background:var(--grey-50);box-shadow:none}.booking-step.is-open{background:var(--grey-white);box-shadow:0 4px 20px #0000001f;gap:16px;padding:17px 16px 16px}.booking-step--dates.is-open{border-radius:30px}.booking-step--participants.is-open,.booking-step--contact.is-open{border-radius:19px}.booking-step--review{gap:13px;padding:0;background:transparent;box-shadow:none}.booking-step--review .booking-step__head{background:var(--grey-50);border-radius:19px;min-height:60px;padding:0 18px}.booking-step__head{display:grid;grid-template-columns:auto 1fr auto;align-items:center;column-gap:12px;min-height:36px}.booking-step__head h2{margin:0;font:400 var(--text-h5)/var(--lh-h5) var(--font-heading);color:var(--grey-600);white-space:nowrap}.booking-step__summary{margin:0;justify-self:end;color:var(--grey-300);font:400 var(--text-h5)/var(--lh-h5) var(--font-heading);white-space:nowrap}.booking-step__edit{display:inline-flex;align-items:center;gap:6px;border:0;background:transparent;text-decoration:underline;color:var(--grey-600);font:400 var(--text-md)/var(--lh-md) var(--font-body);cursor:pointer;padding:0}.booking-step:not(.is-open) .booking-step__edit{position:relative;min-height:42px;padding-left:12px}.booking-step:not(.is-open) .booking-step__edit:before{content:"";position:absolute;left:0;top:0;bottom:0;width:1px;background:var(--grey-200)}.booking-step__edit img{width:12px;height:12px;object-fit:contain}.booking-step__body{display:flex;flex-direction:column;gap:12px}.booking-day-labels{display:grid;grid-template-columns:17px 53px 104px 1fr 1fr 1fr;gap:10px;padding:0 8px;color:var(--grey-300);font:400 var(--text-md)/var(--lh-md-inline) var(--font-body)}.booking-day-labels span:nth-child(1){grid-column:3;justify-self:center}.booking-day-labels span:nth-child(2){grid-column:4;justify-self:center}.booking-day-labels span:nth-child(3){grid-column:5;justify-self:center}.booking-day-labels span:nth-child(4){grid-column:6;justify-self:center}.booking-day-list{border:1px solid var(--grey-100);border-radius:19px;padding:9px 8px;background:var(--grey-white);display:flex;flex-direction:column;gap:8px}.booking-day-row{position:relative;display:grid;grid-template-columns:17px 53px 104px 1fr 1fr 1fr;gap:10px;align-items:center}.booking-day-name{color:var(--grey-400);font:400 var(--text-md)/var(--lh-md-inline) var(--font-body)}.booking-date-btn{width:104px;height:44px}.booking-date-btn--selected{border-color:var(--grey-600)}.booking-slot-btn{height:44px;border-radius:var(--radius-sm);border:1px solid var(--grey-300);background:var(--grey-50);color:var(--grey-400);font:400 var(--text-md)/var(--lh-md-inline) var(--font-body);cursor:pointer;transition:background-color .2s ease,color .2s ease,border-color .2s ease}.booking-slot-btn:disabled{opacity:1;color:var(--grey-300);border-color:var(--grey-300);cursor:not-allowed}.booking-slot-btn.is-selected{border-color:var(--grey-600);background:var(--grey-600);color:var(--grey-white)}.booking-calendar-popover{position:fixed;width:279px;min-height:279px;border-radius:30px;box-shadow:4px 4px 30px #00000014;background:var(--grey-white);border:0;padding:21px 25px 22px;z-index:1200}.booking-calendar-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:16px}.booking-calendar-head span{font:400 var(--text-md)/var(--lh-md) var(--font-body);color:var(--grey-600)}.booking-calendar-head button{border:0;background:transparent;color:var(--grey-600);cursor:pointer;width:32px;height:32px;border-radius:43px;display:inline-flex;align-items:center;justify-content:center;transition:background-color .2s ease,border-color .2s ease;border:1px solid transparent}.booking-calendar-head button img{width:17.934px;height:7.364px;object-fit:contain}.booking-calendar-head button:hover{background:var(--grey-50);border-color:var(--grey-100)}.booking-calendar-grid{display:grid;grid-template-columns:repeat(6,32px);gap:7px}.booking-calendar-grid button{width:32px;height:32px;border:1px solid transparent;border-radius:43px;background:transparent;color:var(--grey-600);font:400 var(--text-md)/var(--lh-md-inline) var(--font-body);cursor:pointer;display:inline-flex;align-items:center;justify-content:center;transition:background-color .2s ease,color .2s ease,border-color .2s ease,opacity .2s ease}.booking-calendar-grid button.is-active{border:1px solid var(--grey-600);color:var(--grey-600)}.booking-calendar-grid button.is-outside{color:var(--grey-300)}.booking-calendar-grid button:hover{border-color:var(--grey-600)}.booking-calendar-grid button.is-active:hover{border:1px solid var(--grey-600)}.booking-step__actions{display:flex;align-items:center;justify-content:space-between;gap:14px}.ui-btn-md.ui-btn-md--soft{border-color:transparent;background:var(--grey-100)}.booking-flow-page .ui-btn-md:hover,.booking-flow-page .ui-btn-lg:hover,.booking-flow-page .ui-icon-btn:hover{transform:none}.booking-add-btn{margin-inline:auto}.booking-step__body--participants{gap:10px}.participant-list{display:flex;flex-direction:column;gap:10px}.participant-card{border:1px solid var(--grey-100);border-radius:19px;padding:15px;display:flex;flex-direction:column;gap:18px}.participant-card>:not(.participant-card__head){margin-left:28px;margin-right:28px}.participant-card__head{display:flex;align-items:center;gap:14px}.participant-card__head h3{margin:0;font:500 var(--text-lg)/var(--lh-h6) var(--font-heading)}.participant-grid{display:grid;grid-template-columns:1fr 253px;gap:20px}.participant-card label{display:flex;flex-direction:column;gap:5px}.participant-card label>span,.booking-step__body--contact label>span,.booking-contact-group>span{margin-left:9px;color:var(--grey-600);font:400 var(--text-sm)/var(--lh-sm) var(--font-body)}.participant-card input,.booking-step__body--contact input{height:44px;border-radius:var(--radius-sm);border:1px solid var(--grey-300);padding:0 14px;color:var(--grey-600);font:400 var(--text-md)/var(--lh-md-inline) var(--font-body);background:var(--grey-white)}.participant-card input::placeholder,.booking-step__body--contact input::placeholder{color:var(--grey-200)}.participant-skill{width:379px}.segment-control{width:379px;height:44px;border:1px solid var(--grey-300);border-radius:15px;padding:2px;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:4px;background:var(--grey-white)}.segment-control button{border:0;border-radius:13px;background:transparent;color:var(--grey-600);font:400 var(--text-md)/var(--lh-md-inline) var(--font-body);cursor:pointer}.segment-control button.is-active{background:var(--grey-600);color:var(--grey-white)}.booking-step__body--contact{gap:20px;padding:0 28px}.booking-contact-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:20px}.booking-contact-group{display:flex;flex-direction:column;gap:2px}.booking-contact-group>span{color:var(--grey-300)}.segment-control--messenger{width:fit-content;border:1px solid var(--grey-100);border-radius:10px}.segment-control--messenger button{padding:0 12px;display:inline-flex;align-items:center;justify-content:center}.booking-summary{width:409px;border:1px solid var(--grey-200);border-radius:24px;background:var(--grey-white);padding:11px 11px 14px}.booking-summary--initial{min-height:321px}.booking-summary-column{width:409px}.booking-summary__head{display:flex;align-items:center;gap:10px;margin:0 -11px 16px;padding:4px 11px 10px;border-bottom:1px solid var(--grey-200)}.booking-summary__head img{width:45.956px;height:45.956px;border-radius:66px;object-fit:cover}.booking-summary__head p{margin:0;color:var(--grey-300);font:400 var(--text-sm)/var(--lh-sm) var(--font-body)}.booking-summary__head h3{margin:0;font:400 var(--text-lg)/var(--lh-h6) var(--font-heading)}.booking-summary__stat{border-radius:19px;min-height:60px;padding:10px 19px;background:var(--grey-50);display:flex;align-items:center;justify-content:space-between}.booking-summary__stat+.booking-summary__stat{margin-top:16px}.booking-summary__stat--hours,.booking-summary__stat--highlight{border:1px solid var(--grey-600)}.booking-summary__stat>div{display:inline-flex;align-items:baseline;gap:4px}.booking-summary__stat b{margin:0;color:var(--grey-600);font:400 var(--text-h4)/36px var(--font-heading)}.booking-summary__stat span{color:var(--grey-400);font:400 var(--text-md)/var(--lh-md) var(--font-body)}.booking-summary__stat p{margin:0;color:var(--grey-600);font:400 var(--text-h4)/36px var(--font-heading)}.booking-summary__stat--hours p{display:inline-flex;align-items:flex-end;gap:4px;min-height:43px;padding-left:16px;border-left:1px solid var(--grey-200)}.booking-summary__stat--hours p span{margin-bottom:4px}.booking-summary__stat--people p{display:inline-flex;align-items:flex-end;padding-left:17px;border-left:1px solid var(--grey-200)}.booking-summary__stat--empty b,.booking-summary__stat--empty p{color:var(--grey-300)}.booking-summary__contact{margin-top:12px;border:1px solid var(--grey-600);border-radius:19px;padding:12px 18px;display:grid;gap:5px}.booking-summary__contact div{display:flex;align-items:center;justify-content:space-between}.booking-summary__contact span{color:var(--grey-400);font:400 var(--text-sm)/var(--lh-sm) var(--font-body)}.booking-summary__contact p{margin:0;color:var(--grey-600);font:400 var(--text-md)/var(--lh-md) var(--font-body)}.booking-summary__price{margin-top:16px;padding:0 8px;display:inline-flex;align-items:flex-end;gap:5px}.booking-summary__price>strong{color:var(--grey-600);font:400 var(--text-h4)/var(--lh-h4) var(--font-heading)}.booking-summary__price p{margin:0 0 4px;color:var(--grey-400);font:400 var(--text-md)/var(--lh-md) var(--font-body)}.booking-summary__price b{color:var(--grey-600);font-weight:400}.booking-summary__submit{width:100%;margin-top:12px}.booking-summary__error{margin:8px 0 0;color:var(--rad-600);font:400 var(--text-sm)/var(--lh-sm) var(--font-body)}.booking-summary__info-card{margin-top:14px;width:408px;min-height:157px;border-radius:24px;background:var(--grey-600);color:var(--grey-white);padding:14px 14px 12px;position:relative;overflow:hidden;box-shadow:6px 4px 11px #0000001a}.booking-summary__info-title{margin:0;display:flex;align-items:center;gap:10px;font:500 var(--text-lg)/var(--lh-h6) var(--font-heading)}.booking-summary__info-title img{width:18px;height:18px}.booking-summary__info-card>p{margin:14px 0 0;width:242px;color:var(--grey-150);font:400 var(--text-sm)/var(--lh-sm) var(--font-body)}.booking-summary__operator{position:absolute;right:-3px;bottom:0;width:123px;height:auto}.booking-success-card{border:1px solid rgba(17,179,25,.27);border-radius:24px;min-height:360px;padding:23px 32px}.booking-success-card__icon{width:31px;height:31px}.booking-success-card h2{margin:12px 0 0;font:400 var(--text-h4)/36px var(--font-heading);max-width:580px}.booking-success-card__label{margin:16px 0 0;font:400 var(--text-lg)/var(--lh-h6) var(--font-heading)}.booking-success-card__request{margin-top:8px;height:60px;border:0;border-radius:19px;background:var(--grey-50);padding:0 16px 0 23px;display:inline-flex;align-items:center;gap:10px;color:var(--grey-600);font:400 var(--text-h4)/36px var(--font-heading);cursor:pointer}.booking-success-card__request img{width:26px;height:26px}.booking-success-card__hint{margin:8px 0 0;color:var(--grey-500);font:400 var(--text-xsm)/var(--lh-xsm) var(--font-body)}.booking-success-card__next{margin-top:10px;padding-top:10px;padding-left:10px;border-left:1px solid rgba(43,43,43,.2)}.booking-success-card__next h3{margin:0;font:500 var(--text-md)/var(--lh-md) var(--font-body)}.booking-success-card__next ol{margin:2px 0 0;padding-left:18px}.booking-success-card__next li{font:400 var(--text-md)/var(--lh-md) var(--font-body)}.booking-success-card__links{margin-top:18px;display:flex;align-items:center;gap:20px;flex-wrap:wrap}.booking-success-card__links a{color:var(--grey-600);font:400 var(--text-md)/var(--lh-md) var(--font-body)}.booking-summary__list-block{margin-top:13px}.booking-summary__list-block h4{margin:0 0 2px;padding-left:17px;font:400 var(--text-md)/var(--lh-md) var(--font-body);color:var(--grey-600)}.booking-summary__list-block>div{background:var(--grey-50);border-radius:14px;padding:11px 19px;display:grid;gap:5px}.booking-summary__list-block p{margin:0;display:flex;align-items:center;justify-content:space-between}.booking-summary__list-block span{color:var(--grey-400);font:400 var(--text-sm)/var(--lh-sm) var(--font-body)}.booking-summary__list-block b{color:var(--grey-600);font:400 var(--text-md)/var(--lh-md) var(--font-body)}@media (max-width: 1280px){.booking-flow-page__header-brand-wrap,.booking-flow-page__header,.booking-flow-page__content{width:auto;max-width:none;margin-inline:0;padding-inline:var(--layout-margin)}.booking-flow-page__header-line{width:100%}.booking-flow-page__content{grid-template-columns:1fr}.booking-summary{max-width:680px}.booking-day-labels,.booking-day-row{grid-template-columns:17px 53px 104px 1fr}.booking-day-labels span:nth-child(5),.booking-day-labels span:nth-child(6),.booking-day-row .booking-slot-btn:nth-of-type(2),.booking-day-row .booking-slot-btn:nth-of-type(3){display:none}}@media (max-width: 860px){.booking-flow-page__header{flex-direction:column;align-items:flex-start}.booking-flow-page__header h1{font-size:32px;line-height:38px}.booking-step__head{grid-template-columns:1fr;row-gap:8px}.booking-step__summary{justify-self:start}.booking-step__actions{flex-wrap:wrap;justify-content:flex-start}.participant-grid,.booking-contact-grid{grid-template-columns:1fr}.segment-control,.participant-skill{width:100%}}@media (max-width: 520px){.booking-calendar-popover{left:50%!important;top:50%!important;width:min(279px,100vw - 16px);max-height:calc(100dvh - 16px);overflow-y:auto;transform:translate(-50%,-50%)}.booking-step__actions{gap:10px}.booking-step__actions .ui-btn-md{min-height:44px}.booking-day-row .booking-slot-btn{height:44px}.booking-summary__stat{padding-inline:14px}}.summary-page__content{border-radius:var(--radius-xl);background:var(--grey-50);padding:var(--space-700);display:grid;gap:var(--space-500)}.summary-page__card{border-radius:var(--radius-md);background:var(--grey-white);padding:var(--space-500);display:grid;gap:var(--space-150)}.summary-page__card p{margin:0;font:400 var(--text-md)/var(--lh-md) var(--font-body);color:var(--grey-600)}.admin-shell,.admin-login{min-height:100vh;background:#f6f4ef;color:#1e2422;font-family:Geist,sans-serif;padding:40px max(24px,(100vw - 1200px) / 2)}.admin-login{display:grid;place-items:center}.admin-login form{width:min(100%,430px);background:#fff;border-radius:24px;padding:36px;box-shadow:0 12px 40px #25312918;display:grid;gap:18px}.admin-login h1,.admin-top h1,.admin-section h2{margin:0;font-family:Paytone One,sans-serif;letter-spacing:-.04em}.admin-login label,.admin-field{display:grid;gap:7px;color:#57605e;font-size:14px;font-weight:600}.admin-login input,.admin-field input,.admin-field textarea,.admin-field select{border:1px solid #d6d8d2;border-radius:10px;padding:11px 12px;background:#fff;color:#1e2422;font:inherit}.admin-password-field{position:relative;display:block}.admin-password-field input{width:100%;padding-right:70px}.admin-login .admin-password-toggle{position:absolute;top:50%;right:7px;transform:translateY(-50%);padding:7px 10px;border-radius:7px;background:#eaebe6;color:#3e4643;font-size:12px}.admin-field textarea{min-height:92px;resize:vertical}.admin-field small{color:#707875;font-weight:400}.admin-json-error{color:#b52e2e!important}.admin-kicker{margin:0 0 4px;color:#c54431;font-size:12px;font-weight:700;letter-spacing:.1em;text-transform:uppercase}.admin-top,.admin-section__title,.admin-editor__actions{display:flex;align-items:center;justify-content:space-between;gap:16px}.admin-top{margin-bottom:34px}.admin-section,.admin-editor{background:#fff;border:1px solid #e4e4df;border-radius:24px;padding:24px;margin-bottom:24px}.admin-section__title{margin-bottom:20px}.admin-shell button,.admin-login button{border:0;border-radius:10px;padding:11px 16px;background:#ce4a36;color:#fff;font:700 14px Geist,sans-serif;cursor:pointer}.admin-shell button:disabled,.admin-login button:disabled{opacity:.55;cursor:wait}.admin-quiet{background:#eaebe6!important;color:#3e4643!important}.admin-danger{background:#9d2e2e!important}.admin-categories{display:flex;flex-wrap:wrap;gap:10px}.admin-category{background:#f4f4f0;border-radius:10px;padding:10px 12px;display:flex;align-items:center;gap:12px}.admin-category label{display:flex;align-items:center;gap:8px;font-weight:600}.admin-category button{padding:3px 9px}.admin-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(210px,1fr));gap:12px}.admin-card{-webkit-appearance:none;-moz-appearance:none;appearance:none;padding:8px!important;text-align:left;background:#f4f4f0!important;color:#1e2422!important;display:grid;grid-template-columns:64px 1fr;gap:10px}.admin-card img{width:64px;height:64px;border-radius:8px;object-fit:cover}.admin-card span{display:grid;gap:5px}.admin-card small{color:#64706b;line-height:1.3}.admin-editor{margin-top:30px}.admin-form{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}.admin-field--wide{grid-column:1/-1}.admin-list-input{display:grid;gap:8px}.admin-list-input>div{display:flex;gap:8px}.admin-list-input input{flex:1}.admin-list-input button{padding:5px 10px}.admin-add-inline{width:max-content;background:#eaebe6!important;color:#3e4643!important}.admin-editor__actions{margin-top:24px;justify-content:flex-start}.admin-notice{background:#fff1d8;color:#744700;border-radius:10px;padding:12px 14px;margin:0 0 18px}@media (max-width: 800px){.admin-shell{padding:24px 16px}.admin-form{grid-template-columns:1fr}.admin-field--wide{grid-column:auto}.admin-top{align-items:flex-start}}.media-placeholder{position:relative;width:100%;height:100%;min-height:120px;overflow:hidden;isolation:isolate;background:linear-gradient(145deg,#dce3e1,#aebdbb 52%,#778b8b);color:var(--grey-white)}.media-placeholder--tone-1{background:linear-gradient(145deg,#ddd9cc,#b8ad91 52%,#817765)}.media-placeholder--tone-2{background:linear-gradient(145deg,#d9dce4,#aeb6c5,#747f92)}.media-placeholder--tone-3{background:linear-gradient(145deg,#e5ddd7,#c0a79b,#8e7066)}.media-placeholder:after{content:"";position:absolute;z-index:-1;top:0;right:0;bottom:0;left:0;background:linear-gradient(180deg,#10141405 35%,#10141457)}.media-placeholder__sun{position:absolute;right:12%;top:13%;width:clamp(52px,9vw,120px);aspect-ratio:1;border-radius:50%;background:#ffffff57;box-shadow:0 0 0 18px #ffffff0f}.media-placeholder__ridge{position:absolute;z-index:-1;left:-8%;width:116%;clip-path:polygon(0 66%,12% 50%,21% 59%,36% 28%,47% 57%,59% 38%,70% 58%,84% 25%,100% 55%,100% 100%,0 100%)}.media-placeholder__ridge--back{bottom:12%;height:72%;background:#fff3;transform:translate(5%)}.media-placeholder__ridge--front{bottom:-4%;height:68%;background:#1b232338;transform:scaleX(-1)}.media-placeholder__brand,.media-placeholder__copy{position:absolute;z-index:2;left:clamp(14px,3vw,28px)}.media-placeholder__brand{top:clamp(14px,3vw,26px);font-size:10px;font-weight:700;letter-spacing:.14em}.media-placeholder__copy{right:clamp(14px,3vw,28px);bottom:clamp(14px,3vw,26px);display:grid;gap:5px}.media-placeholder__copy strong{overflow:hidden;font:550 clamp(18px,2.3vw,30px)/1.04 var(--font-heading);letter-spacing:-.045em;text-overflow:ellipsis;white-space:nowrap}.media-placeholder__copy small{color:#ffffffb8;font-size:10px;letter-spacing:.08em;text-transform:uppercase}.media-placeholder--compact .media-placeholder__brand,.media-placeholder--compact .media-placeholder__copy small{display:none}.media-placeholder--compact .media-placeholder__copy{left:8px;right:8px;bottom:8px}.media-placeholder--compact .media-placeholder__copy strong{font-size:10px}.destination-card{min-width:0;overflow:hidden;padding:7px;display:flex;flex-direction:column;border:1px solid var(--grey-150);border-radius:28px;background:var(--grey-white);color:var(--grey-600);text-decoration:none;transition:transform var(--motion-duration-slow) var(--motion-ease-standard),box-shadow var(--motion-duration-slow) var(--motion-ease-standard),border-color var(--motion-duration-base) var(--motion-ease-standard)}.destination-card:hover{transform:translateY(-4px);box-shadow:var(--shadow-card);border-color:var(--grey-200)}.destination-card__media{position:relative;height:290px;overflow:hidden;border-radius:22px;background:var(--grey-100)}.destination-card__media:after{content:"";position:absolute;inset:auto 0 0;height:40%;background:linear-gradient(transparent,#0000002e);pointer-events:none}.destination-card__media img,.destination-card__media .media-placeholder{width:100%;height:100%;object-fit:cover;transition:transform .5s var(--motion-ease-standard)}.destination-card__media .media-placeholder__brand,.destination-card__media .media-placeholder__copy{display:none}.destination-card:hover .destination-card__media img,.destination-card:hover .destination-card__media .media-placeholder{transform:scale(1.035)}.destination-card:nth-child(3n+2) .destination-card__media img{object-position:66% 50%}.destination-card:nth-child(3n+3) .destination-card__media img{object-position:32% 50%}.destination-card__category,.destination-card__tags{position:absolute;z-index:1}.destination-card__category{top:10px;left:10px}.destination-card__body{flex:1;padding:16px 12px 12px;display:grid;align-content:start;gap:7px}.destination-card__body h3{margin:0;font:600 22px/1.1 var(--font-heading);letter-spacing:-.035em}.destination-card__body>p{min-height:2.7em;margin:0;overflow:hidden;color:var(--grey-400);font:400 14px/1.35 var(--font-body);-webkit-box-orient:vertical;-webkit-line-clamp:2;display:-webkit-box}.destination-card__tags{right:10px;bottom:10px;left:10px;display:flex;flex-wrap:wrap;gap:6px}.destination-card__tags span{max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;background:#ffffffd1;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.destination-card__meta{margin-top:7px;padding-top:14px;display:flex;align-items:end;justify-content:space-between;gap:14px;border-top:1px solid var(--grey-100);font-size:14px}.destination-card__rating{display:inline-flex;align-items:center;gap:5px;white-space:nowrap}.destination-card__rating b{color:var(--grey-600);font-size:14px}.destination-card__meta small{color:var(--grey-400);font-size:12px;font-weight:400}.destination-card__meta strong{display:flex;align-items:baseline;justify-content:end;flex-wrap:wrap;gap:4px;font-size:17px;white-space:nowrap}.destination-card__meta em{color:var(--grey-400);font:400 11px/1.2 var(--font-body);white-space:normal}@media (max-width: 720px){.destination-card__media{height:266px}}@media (prefers-reduced-motion: reduce){.destination-card,.destination-card__media img,.destination-card__media .media-placeholder{transition-duration:.01ms!important}}.destination-page-body{background:var(--grey-50)}.destination-page{width:min(100%,1600px);min-height:100vh;margin-inline:auto;color:var(--grey-600)}.destination-nav-host,.destination-page .site-nav{width:min(1388px,100% - 80px);margin-inline:auto}.destination-shell{width:min(1388px,100% - 80px);max-width:none;padding-inline:0}.destination-page main{padding:14px 0 clamp(64px,8vw,120px)}.destination-hero{min-height:clamp(390px,36vw,500px);display:grid;grid-template-columns:minmax(0,1fr);gap:clamp(18px,2vw,28px);padding:clamp(18px,2vw,28px);overflow:hidden;border:1px solid rgba(32,33,30,.07);border-radius:var(--radius-xl);background:var(--grey-white)}.destination-hero__copy{min-height:390px;padding:clamp(44px,5vw,76px) 0 clamp(36px,4vw,60px);display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center}.destination-eyebrow{margin:0;color:var(--grey-400);font-size:12px;font-weight:600;letter-spacing:.08em;text-transform:uppercase}.destination-hero__copy>.destination-eyebrow{margin-bottom:16px}.destination-tabs{margin-top:0;display:flex;flex-wrap:wrap;gap:7px}.destination-tabs button{min-height:30px;padding:0 12px;display:inline-flex;align-items:center;gap:7px;border:1px solid var(--grey-200);border-radius:var(--radius-xsm);background:var(--grey-white);color:var(--grey-600);cursor:pointer;font:400 14px/1 var(--font-body)}.destination-tabs button span{width:16px;height:16px;border:0;background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAHsAAAB7CAYAAABUx/9/AAAACXBIWXMAAG66AABuugHW3rEXAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAOdEVYdFNvZnR3YXJlAEZpZ21hnrGWYwAAB6RJREFUeAHtnTtPG1kUx4/HSbRSinVEQtJltiOCaL1dUsX+BDjdbpWkTBX4BIFuu4Rqy4Vqd6uQT4DptstE4SVR7NCtAClGAoSwMTnHuWMNw3g877n3zvlJxp5hAOO/zvM+pgKaUK/Xa91u1zQMo355eWni4yE+apVKxcRv03ONjr0/h+c7eL6DL21xysJzR/iw+v2+vbm5aYEmVEBRpqen6/jUwMfP4tmE7LDEY/3mzZtty7JsUBBlxCbLvbi4aKG1PUOra/lZaY7Y+Gjj+1jZ2NhogyJILbZL4Bf4wdYLFtgXEQZWVRBeSrFnZmYa+AHO4gf4UkaBA7Dx/S7funVrRUZXL5XYQuS38D0Gq84yxvdFmUSXQmzNRPYijeiFiq25yF4KF70QsTHxMnu93jsUugXl4z2KvlSE6FXIGbTmN5hd/41C16GcPMH/vzU5OXl0cHCQa8MmN8sma8YO159QDpcdllxdey6W7VgzvpwCxk2drPzBgwd7+/v7O5AxmYpNTZG7d+/+hS57Dg9/AMYP6tn/eu/ePUC3vg4ZkpkbF257DbLtWetGG936q6zceiZiU0mFTx8U637Jgo2CN7MQ3ICUofiMIq+x0LEhj/hJjOqlSqpio9BvUeT3wCSFDIUEfwEpklqCJoReACZNqB63MXH7DCmQitgsdKakJnhisVnoXEhF8ETZuEjGOEbnA82TayaZExdb7EePHrUMw/gATJ50sCz7JW5ZFktsMWr1icurQrCF4J2IPxe99BJTdrmOLg6qw2N51MgJ2sTExB/AI1dFY8bppUdy45yQyUWlUmlGmdEaWmwxsPEfMDIRKX6HjtliBIuRCzLAt2EvDiU2NU6AhyplZU6MMo5lrBvnMksJQrnzsZZNboKFlh7z/Px8btxFgZYtxlQ/AaMC1F37Kci6x1k2t0PVoTYuWRspNlr1S+CkTDXmKMca9c0gyw6d0jPyEGTdvjFbrMHiulpRMHbf8YvdoyybrVphRmXm1yyb26Ja4JuZX7PsKO03RlooM3/pPennxhvA6MCs98QVsbnc0oqGt2d+RWwcH50FRhv6/X7DfTwUm6YblXQnBG1B472yomQoNgZ0Flo/zKmpKdM5cLvxZ8BoR7VaHRqxW+wGMDoyzMMGYouhTBMYHalTPkYvHMtuAKMrtV6vN1jrPRAbszaO1xrjbEPmWLYJjM7QnuxgiPq6rBvQlYUGfTEcf85ojUlGbdC9M4DRnrOzs5rBLrwc4Ph2ncQ2gdEeHBQxyY0/BEZ7yKhT3/SOkRM06h/ZjZcE1PkOWTZn4yVgYNnAYpcGjtnlocZilwcWu0TYLHaJILFtYEoBW3ZJwDr7iNqlkffAZNQDdf7KbrwkoNh71C49AkZ7UOcOWXau94NkigEt2zIQjtklYGDZ3W63DYz20O0mjJ2dHRsY3RmEameRAMdtjUEXvkfPTlMl07u7MsWCxtymZ7bsctCmLwOxOUnTmo5zL7CB2CJJs4HRDozXwxA9HAhBV/4RGO1AXVed1+5Rr1VgtOPi4qLtvB6KfePGDfLr3E3TC8vdRxmKLfa5ZFeuF0vuA++md8vAaIPbhRPXdiWenp7+CjyXXAfaWHI13SeuTUtC614CRgdWvCeuiY2JGt9rU31stOpl78lrYlOi5q7NGCVZ9Ds5anYpu3J1sb2JmYOv2HSbXmekhFGO9qg5CkHzxheBUQ2y6pG6jRSbrVs9cNBjJWjmUeCKkF6v9woYVbBPT08DK6lq0DcPDw879+/fv4MvnwAjO/O7u7v/Bl0wdq0X1t0LwGPdsuNbV3sZKzbV3YZhzAMjLZiUNcNcF2oV55cvX1a50SInmJQthp0OHnrJLrpzStZsYGTC3traWgh7cWixRRuVs3NJoKXWYd23QzXKxfv7+zZn59Lwent7ux3lByoQg5mZmTWMFQ1gCoHidBT37RBrmw2M38+B43dRWHGEJmKJTfFbxAueoJgv1Pt+DjGJvYGOSPcjJQhMIkjoZpJVt5ESNC8HBwf/T05O0gpBvo9nhojM+2nS5dWJxCZQcIsFzw4SGhOyJmbeO5CQxGITLHg2OEI7C/OSkorYBAueOhSjn6Zh0Q6x6uwgxE1cPwDfBTAJiZMxP1IXm6AbdFer1TVgwSNDs4OOj4+f27adelmbmht3Q5MeJiYmPqLgJh5OARMKjM9LGJ9/63Q6Z5ABmYhNkODYS/8He+nkPRrAjETsH/saO2O/Q4Zk4sa9cBwPxKKuWB5blGVm2W6o+UJu3TAMGjHj20EK0KIXyW2TF4QcyMWy3Tx+/LjV7/ffQYmtnJIwjM/zadXPof8uFAQOky7gP/wGSrQ8WDRJ5sNMDszk70OBiBJtAV++AI0RCdgSllTvsyipQr8PkABdRZdF5OH7AYlwif4MFI7psonsIJXYDqZp1m7fvt3CD+2NSjdzF2vjFmmdHEiIlGK7IWvHkm0OP8hZkNDahcDrslmxH9KL7UY0ZxokfFETHoWLptJp/eTkZFl2gd0oJbYXLN8a5OZRgEGMz8Ll047N+HupHv4M33cgUnYHZ6XF9oOsH92+iY0bE4WqoVAP8dl0XULnasJCHauk+pcWQezhw6bjbrdr6XaXhW8QYo3Ipj0GTAAAAABJRU5ErkJggg==) center/contain no-repeat}.destination-tabs button.is-active{border-color:var(--grey-600)}.destination-tabs button.is-active span{border:0}.destination-hero h1{max-width:none;width:100%;margin:18px 0 0;font-family:var(--font-heading);font-size:clamp(72px,7vw,104px);font-weight:560;letter-spacing:-.055em;line-height:.9;text-transform:uppercase;text-align:center}.destination-hero__description{max-width:48ch;margin:clamp(24px,3vw,40px) 0 0;color:var(--grey-400);font-size:clamp(15px,1.2vw,17px);line-height:1.45;text-align:center}.destination-promise{min-height:320px;margin-top:0;padding:clamp(24px,3vw,42px);display:grid;grid-template-columns:auto minmax(0,1fr) auto;grid-template-rows:auto 1fr auto;align-items:center;gap:20px;border-radius:28px;background:var(--grey-700);color:var(--grey-white)}.destination-promise__icon{width:32px;height:32px;display:grid;place-items:center;border:1px solid var(--grey-400);border-radius:50%;font-family:serif}.destination-promise>div:nth-child(2){grid-column:1/3;grid-row:3}.destination-promise strong{display:block;font-size:clamp(20px,2vw,30px);font-weight:460;letter-spacing:-.025em}.destination-promise p{margin:7px 0 0;color:var(--grey-300);font-size:13px}.destination-promise>span{grid-column:3;grid-row:3;align-self:end;padding:12px 16px;border:2px solid var(--grey-white);border-radius:var(--radius-md);font-size:clamp(18px,2vw,28px);white-space:nowrap}.destination-list,.destination-benefits,.destination-faq{margin-top:clamp(64px,8vw,120px)}.destination-toolbar{display:flex;align-items:end;justify-content:space-between;gap:24px}.destination-filters{margin-top:12px;display:flex;flex-wrap:wrap;gap:8px}.destination-filters button{min-height:40px;padding:0 15px;display:inline-flex;align-items:center;gap:18px;border:1px solid var(--grey-200);border-radius:999px;background:var(--grey-white);color:var(--grey-600);cursor:pointer;font:500 13px/1 var(--font-body)}.destination-filters button.is-active{border-color:var(--grey-600);background:var(--grey-600);color:var(--grey-white)}.destination-toolbar__count{text-align:right}.destination-toolbar__count h2,.destination-toolbar__count p{margin:0}.destination-toolbar__count h2{font:520 clamp(24px,2.2vw,32px)/1.05 var(--font-heading);letter-spacing:-.04em}.destination-toolbar__count p{margin-top:5px;color:var(--grey-400);font-size:13px}.destination-grid{margin-top:28px;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}.destination-empty-state,.catalog-empty-state{margin-top:28px;padding:32px;border:1px dashed var(--grey-300);border-radius:20px;background:var(--grey-white);text-align:center}.destination-empty-state p,.catalog-empty-state p{margin:0}.destination-empty-state button,.catalog-empty-state button{min-height:42px;margin-top:16px;padding:0 16px;border:0;border-radius:999px;background:var(--grey-700);color:var(--grey-white);cursor:pointer;font:600 13px/1 var(--font-body)}.destination-benefits{padding:clamp(28px,5vw,64px);border-radius:32px;background:var(--grey-white)}.destination-section-heading h2{max-width:800px;margin:14px 0 0;font:540 clamp(42px,5vw,72px)/.98 var(--font-heading);letter-spacing:-.06em}.destination-benefits__grid{margin-top:clamp(40px,6vw,76px);display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px}.destination-benefits__grid article{min-height:220px;padding:20px;display:flex;flex-direction:column;border-radius:20px;background:var(--grey-50)}.destination-benefits__grid article>span{color:var(--grey-300);font-size:12px}.destination-benefits__grid h3{margin:auto 0 0;font:520 22px/1.1 var(--font-heading);letter-spacing:-.035em}.destination-benefits__grid p{margin:10px 0 0;color:var(--grey-400);font-size:13px;line-height:1.45}.destination-faq{padding:0;border-radius:0;background:transparent}.destination-faq .faq__item{background:var(--grey-white)}@media (max-width: 1050px){.destination-hero__copy{min-height:360px}.destination-grid,.destination-benefits__grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width: 820px){.destination-nav-host,.destination-page .site-nav,.destination-shell{width:calc(100% - 32px)}.destination-hero{padding:10px;border-radius:24px}.destination-hero__copy{min-height:330px;padding:28px 14px}.destination-hero h1{font-size:clamp(52px,17vw,76px)}.destination-promise{grid-template-columns:auto 1fr}.destination-promise>span{grid-column:2;grid-row:4}.destination-toolbar{align-items:flex-start;flex-direction:column}.destination-toolbar__count{text-align:left}.destination-grid,.destination-benefits__grid{grid-template-columns:1fr}}@media (max-width: 520px){.destination-tabs button,.destination-filters button{min-height:44px}.destination-promise{grid-template-columns:1fr}.destination-promise>div:nth-child(2){grid-column:1}.destination-promise>span{grid-column:auto;grid-row:4}}.destination-detail-body{background:var(--grey-50)}.destination-detail{width:min(100%,1600px);min-height:100vh;margin-inline:auto}.destination-detail main{padding:30px 0 clamp(64px,8vw,120px)}.destination-detail__back{min-height:44px;display:inline-flex;align-items:center;padding-bottom:4px;border-bottom:1px solid currentColor;color:var(--grey-600);font-size:13px;font-weight:550;text-decoration:none}.destination-detail__header{margin:clamp(40px,6vw,72px) 0 30px;display:flex;align-items:end;justify-content:space-between;gap:30px}.destination-detail__badges{display:flex;flex-wrap:wrap;gap:7px}.destination-detail__badges span{padding:7px 11px;border-radius:999px;background:var(--grey-100);color:var(--grey-500);font-size:11px}.destination-detail__badges span:last-child{background:var(--grey-700);color:var(--grey-white)}.destination-detail__header h1{max-width:1050px;margin:18px 0 0;font:620 clamp(52px,7vw,106px)/.9 var(--font-heading);letter-spacing:-.07em;text-transform:uppercase}.destination-detail__rating{padding-bottom:8px;display:grid;justify-items:end;white-space:nowrap}.destination-detail__rating strong{font-size:18px}.destination-detail__rating span{margin-top:3px;color:var(--grey-400);font-size:12px}.destination-gallery{height:clamp(440px,50vw,680px);display:grid;grid-template-columns:2fr 1fr 1fr;grid-template-rows:repeat(2,minmax(0,1fr));gap:10px;overflow:hidden;border-radius:30px}.destination-gallery>div{overflow:hidden;background:var(--grey-100)}.destination-gallery__main{grid-row:1/-1}.destination-gallery img,.destination-gallery .media-placeholder{width:100%;height:100%;object-fit:cover;transition:transform .6s var(--motion-ease-standard)}.destination-gallery>div:hover img,.destination-gallery>div:hover .media-placeholder{transform:scale(1.025)}.destination-detail__layout{margin-top:clamp(42px,6vw,76px);display:grid;grid-template-columns:minmax(0,1fr) 390px;gap:clamp(40px,6vw,90px);align-items:start}.destination-detail__facts{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px}.destination-detail__facts div{min-height:116px;padding:16px;display:flex;flex-direction:column;justify-content:space-between;border-radius:18px;background:var(--grey-white)}.destination-detail__facts span{color:var(--grey-400);font-size:11px;text-transform:uppercase}.destination-detail__facts strong{font:520 18px/1.15 var(--font-heading);letter-spacing:-.025em}.destination-detail__section{margin-top:clamp(54px,7vw,90px)}.destination-detail__section h2{max-width:760px;margin:15px 0 0;font:540 clamp(38px,4.5vw,64px)/.98 var(--font-heading);letter-spacing:-.055em}.destination-detail__description{max-width:68ch;margin:28px 0 0;color:var(--grey-500);font-size:clamp(16px,1.4vw,19px);line-height:1.6}.destination-detail__included{margin-top:30px;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.destination-detail__included span{min-height:60px;padding:12px 16px;display:flex;align-items:center;gap:12px;border-radius:16px;background:var(--grey-white);font-size:14px}.destination-detail__included i{width:24px;height:24px;display:grid;place-items:center;border-radius:50%;background:var(--grey-700);color:var(--grey-white);font-size:11px;font-style:normal}.destination-detail__notice{margin-top:48px;padding:24px;display:flex;gap:16px;border-radius:20px;background:var(--sand-50)}.destination-detail__notice>span{width:28px;height:28px;flex:0 0 auto;display:grid;place-items:center;border:1px solid var(--grey-400);border-radius:50%;font-family:serif}.destination-detail__notice strong{font-size:15px}.destination-detail__notice p{margin:7px 0 0;color:var(--grey-500);font-size:13px;line-height:1.5}.destination-booking-card{position:sticky;top:22px;overflow:hidden;border:1px solid rgba(32,33,30,.08);border-radius:26px;background:var(--grey-white);box-shadow:var(--shadow-float)}.destination-booking-card__provider{padding:16px;display:flex;align-items:center;gap:12px;border-bottom:1px solid var(--grey-100)}.destination-booking-card__provider img,.destination-booking-card__provider .media-placeholder{width:54px;height:54px;min-height:54px;flex:0 0 auto;border-radius:14px;object-fit:cover}.destination-booking-card__provider div{min-width:0;display:grid;gap:3px}.destination-booking-card__provider span,.destination-booking-card label{color:var(--grey-400);font-size:11px;font-weight:600;letter-spacing:.07em;text-transform:uppercase}.destination-booking-card__provider strong{overflow:hidden;font-size:14px;text-overflow:ellipsis;white-space:nowrap}.destination-booking-card__body{padding:22px;display:grid;gap:17px}.destination-booking-card__price{display:flex;align-items:baseline;gap:7px}.destination-booking-card__price strong{font:580 32px/1 var(--font-heading);letter-spacing:-.045em}.destination-booking-card__price span{color:var(--grey-400);font-size:12px}.destination-booking-card label{display:grid;gap:7px}.destination-booking-card label>button,.destination-booking-card__stepper{width:100%;min-height:52px;padding:0 14px;display:flex;align-items:center;justify-content:space-between;border:0;border-radius:14px;background:var(--grey-50);color:var(--grey-600);cursor:pointer;font:500 14px/1 var(--font-body);text-transform:none}.destination-booking-card__stepper>div{display:flex;gap:6px}.destination-booking-card__stepper button{width:30px;height:30px;display:grid;place-items:center;border:1px solid var(--grey-200);border-radius:50%;background:var(--grey-white);cursor:pointer}.destination-booking-card__cta{min-height:54px;padding:0 18px;display:flex;align-items:center;justify-content:space-between;border-radius:15px;background:var(--rad-600);color:var(--grey-white);font-size:14px;font-weight:650;text-decoration:none}.destination-booking-card__body>p{margin:-3px 0 0;color:var(--grey-400);font-size:11px;text-align:center}.destination-detail__faq{margin-top:clamp(72px,9vw,130px);padding:clamp(28px,5vw,64px);border-radius:30px;background:var(--grey-white)}.destination-detail-state{min-height:100vh;display:grid;place-content:center;justify-items:center;gap:16px}.destination-detail-state h1{margin:0}@media (max-width: 1050px){.destination-detail__layout{grid-template-columns:1fr}.destination-booking-card{position:static;width:min(100%,520px)}}@media (max-width: 820px){.destination-detail main{padding-top:18px}.destination-detail__header{margin-top:30px;align-items:flex-start;flex-direction:column;gap:18px}.destination-detail__header h1{font-size:clamp(42px,13vw,62px);overflow-wrap:anywhere}.destination-detail__rating{justify-items:start}.destination-gallery{height:min(128vw,480px);grid-template-columns:1fr 1fr;grid-template-rows:2fr 1fr}.destination-gallery__main{grid-column:1/-1;grid-row:auto}.destination-gallery>div:nth-child(n+4){display:none}.destination-detail__facts,.destination-detail__included{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width: 520px){.destination-detail__included{grid-template-columns:1fr}.destination-detail__notice,.destination-booking-card__body{padding:18px}.destination-booking-card__stepper button{width:44px;height:44px}.destination-detail__faq{padding:0;border-radius:0;background:transparent}.destination-detail__faq .faq__item{background:var(--grey-white)}}@media (max-width: 360px){.destination-detail__header h1{font-size:clamp(38px,12.5vw,45px)}.destination-detail__facts{grid-template-columns:1fr}}@media (prefers-reduced-motion: reduce){.destination-gallery img,.destination-gallery .media-placeholder{transition-duration:.01ms!important}}.articles-page{width:min(100%,1600px);margin-inline:auto}.articles-page main{padding:clamp(50px,7vw,100px) 0 clamp(80px,10vw,140px)}.articles-header{display:grid;grid-template-columns:1fr minmax(280px,.5fr);gap:40px;align-items:end}.articles-header h1{margin:16px 0 0;font:650 clamp(72px,10vw,150px)/.82 var(--font-heading);letter-spacing:-.08em;text-transform:uppercase}.articles-header>p{max-width:44ch;margin:0 0 7px;color:var(--grey-400);font-size:16px;line-height:1.5}.articles-category-tabs{margin-top:clamp(46px,6vw,78px);margin-bottom:0}.featured-article{min-height:clamp(500px,50vw,680px);margin-top:30px;padding:16px;display:grid;grid-template-columns:1.25fr .75fr;gap:16px;border-radius:32px;background:var(--grey-white);color:var(--grey-600);text-decoration:none}.featured-article>img,.featured-article>.media-placeholder{width:100%;height:100%;min-height:460px;border-radius:21px;object-fit:cover}.featured-article>div{padding:clamp(26px,4vw,54px);display:flex;flex-direction:column;align-items:flex-start}.featured-article>div>span,.articles-grid>a div span{padding:7px 10px;border-radius:999px;background:var(--grey-100);color:var(--grey-500);font-size:11px;font-weight:600}.featured-article h2{margin:auto 0 0;font:540 clamp(38px,4vw,62px)/.98 var(--font-heading);letter-spacing:-.06em}.featured-article p{margin:20px 0 0;color:var(--grey-400);font-size:15px;line-height:1.5}.featured-article strong{margin-top:30px;display:flex;gap:10px;font-size:13px}.featured-article i{font-style:normal}.articles-list{margin-top:clamp(70px,9vw,130px)}.articles-list__heading{display:flex;align-items:end;justify-content:space-between}.articles-list__heading h2{margin:0;font:540 clamp(42px,5vw,68px)/1 var(--font-heading);letter-spacing:-.06em}.articles-list__heading span{color:var(--grey-400);font-size:12px}.articles-grid{margin-top:30px;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}.articles-grid>a{padding:10px 10px 22px;border-radius:24px;background:var(--grey-white);color:var(--grey-600);text-decoration:none}.articles-grid>a div{position:relative;height:260px;overflow:hidden;border-radius:17px}.articles-grid>a img,.articles-grid>a .media-placeholder{width:100%;height:100%;object-fit:cover;transition:transform .5s var(--motion-ease-standard)}.articles-grid>a:hover img,.articles-grid>a:hover .media-placeholder{transform:scale(1.035)}.articles-grid>a div span{position:absolute;left:12px;top:12px;background:#ffffffe6}.articles-grid h3{min-height:2.25em;margin:20px 10px 0;font:520 25px/1.1 var(--font-heading);letter-spacing:-.04em}.articles-grid p{min-height:3em;margin:12px 10px 0;color:var(--grey-400);font-size:13px;line-height:1.45}.articles-grid small{margin:18px 10px 0;display:block;color:var(--grey-300)}@media (max-width: 980px){.featured-article{grid-template-columns:1fr}.featured-article>div{min-height:410px}.articles-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width: 720px){.articles-page main{padding-top:38px}.articles-header{grid-template-columns:1fr}.articles-header h1{font-size:clamp(56px,18vw,72px)}.featured-article{min-height:0;padding:10px;gap:0;border-radius:24px}.featured-article>img,.featured-article>.media-placeholder{height:300px;min-height:300px;border-radius:17px}.featured-article>div{min-height:0;padding:28px 12px 20px}.featured-article h2{margin-top:34px}.articles-list__heading{align-items:flex-start;flex-direction:column;gap:8px}.articles-grid{grid-template-columns:1fr}}.article-page{width:min(100%,1600px);margin-inline:auto}.article-page main{padding:30px 0 clamp(80px,10vw,140px)}.article-shell{width:min(1180px,100% - 80px);max-width:none;padding-inline:0}.article-hero{max-width:1050px;margin:clamp(60px,8vw,110px) auto 0;text-align:center}.article-hero>span{color:var(--grey-400);font-size:11px;font-weight:650;letter-spacing:.09em;text-transform:uppercase}.article-hero h1{margin:24px 0 0;font:570 clamp(54px,7vw,98px)/.94 var(--font-heading);letter-spacing:-.07em}.article-hero p{max-width:650px;margin:30px auto 0;color:var(--grey-400);font-size:18px;line-height:1.5}.article-cover{width:100%;height:clamp(430px,56vw,720px);margin-top:clamp(54px,7vw,90px);border-radius:30px;object-fit:cover}.article-layout{margin-top:clamp(60px,8vw,110px);display:grid;grid-template-columns:240px minmax(0,700px);justify-content:center;gap:clamp(50px,8vw,110px);align-items:start}.article-layout>aside{position:sticky;top:30px;display:grid;gap:12px}.article-layout>aside span{margin-bottom:8px;color:var(--grey-300);font-size:10px;font-weight:650;letter-spacing:.08em;text-transform:uppercase}.article-layout>aside a{color:var(--grey-500);font-size:13px;line-height:1.35;text-decoration:none}.article-lead{margin:0;font:480 clamp(24px,2.7vw,34px)/1.3 var(--font-heading);letter-spacing:-.035em}.article-layout article section{margin-top:76px;scroll-margin-top:24px}.article-layout article section>span{color:var(--grey-300);font-size:11px}.article-layout article h2{margin:12px 0 0;font:540 clamp(34px,4vw,52px)/1 var(--font-heading);letter-spacing:-.05em}.article-layout article section p{margin:24px 0 0;color:var(--grey-500);font-size:18px;line-height:1.75}.article-note{margin-top:70px;padding:25px;border-radius:20px;background:var(--sand-50)}.article-note p{margin:8px 0 0;color:var(--grey-500);font-size:14px;line-height:1.5}@media (max-width: 820px){.article-shell{width:calc(100% - 32px)}.article-layout{grid-template-columns:1fr}.article-layout>aside{position:static}.article-layout>aside a{min-height:40px;display:flex;align-items:center}}@media (max-width: 520px){.article-page main{padding-top:18px}.article-hero{margin-top:44px}.article-hero h1{font-size:clamp(42px,13vw,54px);overflow-wrap:anywhere}.article-hero p,.article-layout article section p{font-size:17px}.article-cover{height:320px;margin-top:44px;border-radius:22px}}.about-page{width:min(100%,1600px);margin-inline:auto}.about-page main{padding:14px 0 clamp(80px,10vw,140px)}.about-hero{position:relative;min-height:clamp(620px,68vw,900px);padding:clamp(34px,6vw,84px);overflow:hidden;border-radius:32px;background:var(--grey-white)}.about-hero>div:first-child{position:relative;z-index:2}.about-hero h1{margin:24px 0 0;font:650 clamp(74px,11vw,172px)/.77 var(--font-heading);letter-spacing:-.09em;text-transform:uppercase}.about-hero>div:first-child>p:last-child{max-width:470px;margin:42px 0 0;color:var(--grey-400);font-size:17px;line-height:1.5}.about-hero>img,.about-hero>.media-placeholder{position:absolute;z-index:1;left:-8%;bottom:-7%;width:116%;height:63%;object-fit:cover;object-position:center top;filter:saturate(.75)}.about-hero>.media-placeholder .media-placeholder__copy{display:none}.about-hero__stats{position:absolute;z-index:3;right:clamp(24px,5vw,70px);bottom:clamp(24px,4vw,52px);display:flex;gap:8px}.about-hero__stats span{min-width:135px;padding:15px;display:grid;gap:4px;border-radius:15px;background:#ffffffdb;color:var(--grey-500);font-size:10px;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.about-hero__stats strong{color:var(--grey-700);font:570 22px/1 var(--font-heading)}.about-intro{margin-top:clamp(80px,11vw,160px);display:grid;grid-template-columns:.33fr .67fr;gap:30px}.about-intro h2,.about-section-heading h2,.about-practical h2{margin:0;font:540 clamp(44px,6vw,82px)/.96 var(--font-heading);letter-spacing:-.065em}.about-intro>div>p{max-width:720px;margin:36px 0 0;color:var(--grey-500);font-size:18px;line-height:1.65}.about-seasons{margin-top:clamp(80px,10vw,140px);display:grid;grid-template-columns:1fr 1fr;gap:16px}.about-seasons article{min-height:480px;padding:clamp(28px,4vw,52px);display:flex;flex-direction:column;border-radius:28px;background-position:center;background-size:cover;color:var(--grey-white)}.about-seasons__winter{background-image:linear-gradient(145deg,#becdd3e0,#2e434df5)}.about-seasons__summer{background-image:linear-gradient(145deg,#b1bea1e6,#41533bfa)}.about-seasons article>span{font-size:11px;letter-spacing:.08em;text-transform:uppercase}.about-seasons h2{margin:auto 0 0;font:560 clamp(54px,7vw,92px)/.9 var(--font-heading);letter-spacing:-.07em}.about-seasons p{max-width:420px;margin:18px 0 0;line-height:1.5}.about-seasons a{margin-top:22px;color:var(--grey-white);font-size:13px;font-weight:600;text-decoration:none}.about-zones,.about-practical,.about-related{margin-top:clamp(90px,11vw,160px)}.about-section-heading{display:grid;grid-template-columns:.33fr .67fr;gap:30px}.about-zones__grid{margin-top:50px;display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px}.about-zones__grid article{min-height:250px;padding:22px;display:flex;flex-direction:column;border-radius:20px;background:var(--grey-white)}.about-zones__grid span{color:var(--grey-300);font-size:11px}.about-zones__grid h3{margin:auto 0 0;font:530 24px/1.1 var(--font-heading);letter-spacing:-.04em}.about-zones__grid p{margin:12px 0 0;color:var(--grey-400);font-size:13px;line-height:1.5}.about-practical{padding:clamp(30px,5vw,64px);display:grid;grid-template-columns:.85fr 1.15fr;gap:clamp(40px,7vw,90px);border-radius:32px;background:var(--grey-700);color:var(--grey-white)}.about-practical h2{margin-top:15px}.about-practical>div:last-child{display:grid;gap:10px}.about-practical article{padding:18px 0;display:grid;grid-template-columns:.35fr .65fr;gap:22px;border-bottom:1px solid var(--grey-500)}.about-practical h3,.about-practical p{margin:0}.about-practical h3{font-size:15px;font-weight:550}.about-practical p{color:var(--grey-300);font-size:13px;line-height:1.5}.about-related>div:last-child{margin-top:40px;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}.about-related a{padding:10px 10px 20px;border-radius:22px;background:var(--grey-white);color:var(--grey-600);text-decoration:none}.about-related img,.about-related .media-placeholder{width:100%;height:240px;border-radius:15px;object-fit:cover}.about-related a span{margin:17px 10px 0;display:block;color:var(--grey-400);font-size:10px;letter-spacing:.07em;text-transform:uppercase}.about-related h3{margin:9px 10px 0;font:520 24px/1.1 var(--font-heading);letter-spacing:-.04em}@media (max-width: 980px){.about-zones__grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width: 760px){.about-hero{min-height:700px;padding:38px 24px}.about-hero h1{font-size:clamp(62px,19vw,88px);line-height:.8}.about-hero>div:first-child>p:last-child{max-width:30ch;margin-top:28px;font-size:16px}.about-hero>img,.about-hero>.media-placeholder{left:0;bottom:0;width:100%;height:46%}.about-hero__stats{left:20px;right:20px;bottom:20px;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:6px;overflow:visible}.about-hero__stats span{min-width:0;padding:11px 9px}.about-hero__stats strong{font-size:clamp(16px,5vw,20px)}.about-intro,.about-section-heading,.about-practical,.about-seasons{grid-template-columns:1fr}.about-seasons article{min-height:420px}.about-related>div:last-child{grid-template-columns:1fr}}@media (max-width: 520px){.about-hero{min-height:660px;padding:34px 18px;border-radius:24px}.about-hero h1{font-size:clamp(56px,18vw,72px)}.about-hero>div:first-child>p:last-child{max-width:27ch;line-height:1.45}.about-zones__grid{grid-template-columns:1fr}.about-practical article{grid-template-columns:1fr}}:root{--content-width: 1440px;--layout-margin: clamp(18px, 3vw, 48px);--layout-gutter: clamp(12px, 1.4vw, 20px);--shadow-card: 0 1px 0 rgba(24, 25, 22, .05), 0 18px 48px rgba(24, 25, 22, .06);--shadow-float: 0 24px 70px rgba(24, 25, 22, .12);--motion-duration-fast: .15s;--motion-duration-base: .2s;--motion-duration-slow: .25s;--motion-ease-standard: cubic-bezier(.2, 0, 0, 1)}html{scroll-behavior:smooth;background:var(--grey-50);overflow-x:clip}body{background:var(--grey-50);color:var(--grey-600);overflow-x:clip;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility}::selection{color:var(--grey-white);background:var(--grey-600)}:where(a,button,input,select,textarea):focus-visible{outline:2px solid var(--rad-600);outline-offset:3px}.container{width:min(100%,var(--content-width))}.kicker{color:var(--grey-400);font-size:13px;font-weight:600;letter-spacing:.08em;line-height:1.2;text-transform:uppercase}.section-title{max-width:880px;font-family:var(--font-heading);font-size:clamp(38px,5vw,68px);font-weight:500;letter-spacing:-.055em;line-height:.98}.site-nav-host{margin-top:14px}.site-nav{height:64px;padding:12px 14px;border:1px solid rgba(32,33,30,.07);border-radius:18px;background:#ffffffdb;box-shadow:0 8px 32px #1819160a;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.site-nav__bar{height:38px;padding-left:8px}.site-nav__brand{width:auto;min-width:150px;font-family:var(--font-heading);font-size:22px;font-weight:720;letter-spacing:-.045em;line-height:1}.site-nav__brand-muted{color:var(--grey-300)}.site-nav__left{gap:clamp(24px,3vw,52px)}.site-nav__links{gap:clamp(20px,3vw,50px)}.site-nav__link,.site-nav__trigger,.site-nav__offer{font-size:14px;font-weight:520;line-height:1}.site-nav__offer{height:38px;padding:0 16px;border-radius:12px;background:var(--grey-700)}.site-nav__panel,.home-page .site-nav__panel{padding-top:76px;border:1px solid rgba(32,33,30,.07);border-radius:18px;background:#f6f6f3fa;box-shadow:var(--shadow-float)}.site-nav__category{border:1px solid transparent;border-radius:14px}.site-nav__category:hover{border-color:var(--grey-150);background:var(--grey-white)}.site-nav__promo{border-radius:14px;background:var(--grey-700)}.home-page-body,.home-page{background:var(--grey-50)}.home-page{max-width:1600px}.hero-wrap{padding-top:14px;border-radius:0 0 var(--radius-xl) var(--radius-xl);background:var(--grey-white)}.home-page .site-nav,.home-page .site-nav.is-open{height:64px}.hero-inner{min-height:clamp(560px,72vh,760px);padding-top:clamp(76px,10vh,120px)}.date-pill{height:28px;padding:0 12px;border:0;border-radius:999px;background:var(--grey-100);color:var(--grey-500);font-size:11px;font-weight:650;letter-spacing:.08em}.hero-title-main{margin:24px 0 12px;font-family:var(--font-heading);font-size:clamp(64px,8vw,118px);font-weight:680;letter-spacing:-.075em;line-height:.86}.hero-subtitle{max-width:520px;margin-inline:auto;color:var(--grey-500);font-size:clamp(17px,1.6vw,21px);line-height:1.35}.hero-lift-wrap{left:-510px;top:-24px;opacity:.94;filter:saturate(.82) contrast(.98)}.hero-mountains-wrap{top:clamp(300px,42vh,410px);height:480px}.hero-mountains{filter:saturate(.78) contrast(.97)}.service-grid-wrap{margin-top:-42px;border:1px solid var(--grey-white);border-radius:var(--radius-xl);background:var(--grey-50)}.service-grid{width:100%;padding:clamp(64px,7vw,104px) 0;grid-template-columns:repeat(3,minmax(0,1fr));grid-template-rows:auto repeat(3,280px);gap:var(--layout-gutter)}.service-grid-intro{grid-column:1/-1;display:grid;grid-template-columns:1fr 1.6fr 1fr;gap:var(--layout-gutter);align-items:end;min-height:190px;padding-bottom:clamp(32px,5vw,72px)}.service-grid-intro>p{align-self:start;margin:8px 0 0;color:var(--grey-400);font-size:13px;font-weight:600;letter-spacing:.08em;text-transform:uppercase}.service-grid-intro>h2{margin:0;font-size:clamp(42px,5.5vw,76px);font-weight:540;letter-spacing:-.06em;line-height:.94}.service-grid-intro>h2 span{color:var(--grey-300)}.service-grid-intro>div{max-width:330px;color:var(--grey-400);font-size:15px;line-height:1.45}.service-card,.service-card.instructors,.service-card.tours,.service-card.rental,.service-card.places,.service-card.services,.service-card.transfer,.service-card.real-estate{width:100%;height:280px;min-height:0;border:1px solid rgba(32,33,30,.06);border-radius:28px;box-shadow:none;transform:translateZ(0);transition:transform var(--motion-duration-slow) var(--motion-ease-standard),border-color var(--motion-duration-base) var(--motion-ease-standard),box-shadow var(--motion-duration-slow) var(--motion-ease-standard)}.service-card.instructors{grid-column:1;grid-row:2/span 2;height:580px;background:var(--blue-50)}.service-card.tours{grid-column:2;grid-row:2;background:var(--sand-50)}.service-card.rental{grid-column:3;grid-row:2;background:var(--olive-50)}.service-card.places{grid-column:2/span 2;grid-row:3;background:var(--grey-white)}.service-card.services{grid-column:1;grid-row:4;height:280px;background:var(--rad-100)}.service-card.transfer{grid-column:2;grid-row:4;background:var(--grey-white)}.service-card.real-estate{grid-column:3;grid-row:4;background:var(--grey-700)}.service-card:hover{border-color:#20211e24;box-shadow:var(--shadow-card);transform:translateY(-4px)}.service-card h2,.service-card.instructors h2,.service-card.tours h2,.service-card.rental h2,.service-card.places h2,.service-card.services h2,.service-card.transfer h2,.service-card.real-estate h2{left:24px;top:22px;z-index:2;font-size:clamp(26px,2.3vw,36px);font-weight:580;letter-spacing:-.045em;line-height:1}.service-card p,.service-card.instructors p,.service-card.tours p,.service-card.rental p,.service-card.places p,.service-card.services p,.service-card.transfer p,.service-card.real-estate p{left:25px;top:66px;z-index:2;width:min(58%,300px);color:var(--grey-400);font-size:14px;line-height:1.35}.service-card.real-estate h2{color:var(--grey-white)}.service-card.real-estate p{color:var(--grey-300)}.service-art{filter:saturate(.88);transition:transform var(--motion-duration-slow) var(--motion-ease-standard)}.service-card:hover .service-art{transform:scale(1.025)}.service-art.instructors-art{left:auto;right:-12px;top:94px;width:86%;height:auto}.service-art.tours-art{left:auto;right:-30px;top:54px;width:88%;height:auto}.service-art.rental-art{left:auto;right:-42px;top:34px;width:78%;height:auto}.service-art.places-art{left:auto;right:-15px;top:14px;width:58%;height:auto}.service-art.services-art{left:auto;right:-18px;top:62px;width:54%;height:auto}.service-art.transfer-art{left:auto;right:-20px;top:78px;width:67%;height:auto}.tags-row,.tours-tags,.rental-tags,.services-tags,.transfer-tags,.real-estate-tags{left:20px;top:auto;bottom:20px;z-index:3;max-width:calc(100% - 40px);flex-wrap:wrap}.tag{height:28px;padding:0 11px;border:1px solid rgba(32,33,30,.08);border-radius:999px;background:#ffffffbd;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);font-size:13px;font-weight:520}.tag.hot{border-color:transparent;background:var(--rad-600)}.instructors-block{padding:clamp(88px,9vw,140px) 0}.instructors-layout{row-gap:clamp(40px,6vw,80px)}.instructors-heading{width:100%}.instructors-grid{gap:var(--layout-gutter)}.cta-card,.instructor-card{min-height:420px;border:1px solid var(--grey-150);border-radius:28px;background:var(--grey-white)}.cta-card{padding:24px}.cta-card p{font-size:22px;letter-spacing:-.025em;line-height:1.18}.outline-btn{border-color:var(--grey-600);border-radius:14px}.instructor-card{padding:7px;transition:transform var(--motion-duration-slow) var(--motion-ease-standard),box-shadow var(--motion-duration-slow) var(--motion-ease-standard),border-color var(--motion-duration-base) var(--motion-ease-standard)}.instructor-card.card-hoverable:hover{border-color:var(--grey-200);box-shadow:var(--shadow-card);transform:translateY(-4px)}.instructor-media{height:290px;border-radius:22px}.instructor-body{padding:16px 12px 12px}.instructor-body h3{font-size:22px;font-weight:600;letter-spacing:-.035em}.instructor-body p{margin:5px 0 14px;color:var(--grey-400);font-size:14px;line-height:1.35}.rating-line,.rating-line a{font-size:14px}.faq-block,.catalog-faq-block,.profile-faq{padding:clamp(80px,9vw,140px) 0}.faq-component .faq-list{margin-top:0}.faq-component .faq-item{border:1px solid var(--grey-150);border-radius:18px;background:var(--grey-white)}.faq-component .faq-item h3{font-size:clamp(18px,2vw,23px);letter-spacing:-.025em}.home-footer,.site-footer{background:var(--grey-700);color:var(--grey-white)}.home-footer{min-height:460px;padding:74px 0 28px}.home-footer .brand,.site-footer__brand{color:var(--grey-white);font-family:var(--font-heading);font-weight:700;letter-spacing:-.055em}.home-footer .footer-brand-wrap p,.home-footer .contacts span,.home-footer .footer-sections>span,.home-footer .legal{color:var(--grey-300)}.home-footer .contacts p,.home-footer a{color:var(--grey-white)}.home-footer .footer-line{filter:invert(1);opacity:.14}.home-footer .brand img{width:10px;height:10px}.catalog-page,.profile-page,.booking-flow-page,.summary-page{background:var(--grey-50)}.profile-hero,.profile-about,.profile-facts,.profile-media,.profile-reviews,.catalog-benefits-panel,.booking-step,.booking-summary-card,.summary-page__content{border:1px solid rgba(32,33,30,.07);box-shadow:none}.catalog-benefits-panel,.profile-hero,.profile-about,.profile-facts,.profile-media,.profile-reviews,.summary-page__content{border-radius:var(--radius-xl);background:var(--grey-white)}.catalog-card,.profile-booking-card,.fact-card,.review-card,.media-card,.summary-page__card{border-radius:var(--radius-lg);border-color:var(--grey-150)}.catalog-title,.profile-title,.booking-flow-page__header h1{font-family:var(--font-heading);font-weight:560;letter-spacing:-.055em}.catalog-title-wrap{padding:clamp(44px,5vw,76px) 0 clamp(36px,4vw,60px)}.catalog-title{margin-top:18px;font-size:clamp(72px,7vw,104px);line-height:.9}.catalog-rate-banner{margin-top:0}.catalog-benefits-panel .booking-step h3{max-width:calc(100% - 108px);min-height:2.1em;font-size:clamp(26px,2vw,32px);line-height:1.05;letter-spacing:-.035em;overflow-wrap:anywhere}.catalog-benefits-panel .booking-step p{max-width:100%;line-height:1.35}.profile-title{max-width:720px;font-size:clamp(64px,5.4vw,84px);line-height:.92}.profile-hero-copy{min-width:0;padding:16px clamp(24px,3vw,48px) 30px 8px}@media (min-width: 769px){.profile-hero{grid-template-columns:minmax(0,1.15fr) minmax(420px,.85fr);align-items:stretch}.profile-hero-photo-wrap{width:100%;height:auto;min-height:480px}}.catalog-filter-btn,.media-filter,.profile-badge,.fact-pill,.ui-pill-md{border-radius:999px}.ui-btn-md,.ui-btn-lg{border-color:var(--grey-600)}.ui-btn-md:hover,.ui-btn-lg:hover{border-color:var(--grey-600);background:var(--grey-600)}.booking-step.is-open{box-shadow:var(--shadow-card)}.booking-flow-page input,.booking-flow-page textarea,.booking-flow-page select{border-color:var(--grey-200);background:var(--grey-white)}@media (max-width: 1100px){.site-nav__panel{grid-template-columns:1fr}.service-grid{grid-template-columns:repeat(2,minmax(0,1fr));grid-template-rows:auto repeat(4,260px)}.service-grid-intro{grid-template-columns:.7fr 1.3fr}.service-grid-intro>div{grid-column:2}.service-card.instructors{grid-column:1;grid-row:2/span 2;height:540px}.service-card.tours{grid-column:2;grid-row:2}.service-card.rental{grid-column:2;grid-row:3}.service-card.places{grid-column:1/-1;grid-row:4}.service-card.services{grid-column:1;grid-row:5}.service-card.transfer{grid-column:2;grid-row:5}.service-card.real-estate{grid-column:1/-1;grid-row:6}.instructors-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width: 820px){.site-nav{height:60px;padding:10px}.home-page .site-nav,.home-page .site-nav.is-open{height:60px}.site-nav__bar{height:38px}.site-nav__brand{min-width:0;font-size:20px}.site-nav__links .site-nav__link{display:none}.site-nav__left,.site-nav__links{flex-wrap:nowrap;gap:14px}.site-nav__trigger{font-size:13px}.site-nav__offer{height:36px;padding:0 12px;font-size:12px}.site-nav__panel,.home-page .site-nav__panel{max-height:calc(100vh - 32px);overflow-y:auto;padding:72px 12px 12px}.site-nav__promo{min-height:140px}.hero-inner{min-height:520px;padding-top:90px}.hero-title-main{font-size:clamp(42px,12.5vw,54px);letter-spacing:-.07em}.hero-subtitle{max-width:320px}.hero-lift-wrap{left:-610px;top:30px;width:1180px}.hero-mountains-wrap{left:0;width:100%;top:300px}.service-grid-wrap{margin-top:-30px}.service-grid{padding:72px 0;grid-template-columns:1fr;grid-template-rows:auto;gap:14px}.service-grid-intro{grid-column:1;grid-template-columns:1fr;min-height:0;padding-bottom:42px}.service-grid-intro>div{grid-column:1}.service-card.instructors,.service-card.tours,.service-card.rental,.service-card.places,.service-card.services,.service-card.transfer,.service-card.real-estate{grid-column:1;grid-row:auto;height:280px}.service-art.instructors-art{width:64%;top:40px}.instructors-grid{grid-template-columns:1fr}.rating-line{flex-wrap:wrap;gap:6px}.cta-card{min-height:260px}.footer-brand-wrap,.footer-bottom{align-items:flex-start;flex-direction:column}.footer-main{gap:42px}.faq-component .faq-list{height:auto}.faq-component .faq-item,.faq-component .faq-item.open{height:auto;min-height:64px}.profile-main,.profile-hero,.profile-details,.profile-left-col,.profile-facts,.profile-about,.profile-reviews,.profile-media,.profile-faq{width:100%}.profile-main{width:calc(100% - 24px)}.profile-hero{padding:12px}.profile-title{margin-top:6px;font-size:clamp(46px,14vw,56px);line-height:.92}.profile-hero-photo-wrap{height:min(112vw,440px)}.catalog-title{font-size:clamp(40px,11.8vw,48px);line-height:.95}.catalog-title-wrap{padding:26px 0 30px}.catalog-benefits-panel .booking-step h3{max-width:none;min-height:0}.catalog-rate-row{width:100%;justify-content:space-between;gap:10px}.catalog-rate-row p{max-width:180px;font-size:22px;line-height:1.08}.catalog-rate-pill{width:auto;min-width:98px;padding-inline:12px;white-space:nowrap}.booking-flow-page__header-brand-wrap,.booking-flow-page__header,.booking-flow-page__content,.booking-flow-page__left,.booking-summary-column,.booking-summary,.booking-summary__info-card{width:100%;max-width:100%}.booking-flow-page__content{padding-inline:16px}.booking-step.is-open{padding:14px 12px}.booking-step__head h2{white-space:normal;font-size:21px;line-height:1.15}.booking-day-labels{display:none}.booking-day-row{grid-template-columns:16px 42px repeat(3,minmax(0,1fr));gap:8px 6px}.booking-date-btn{grid-column:3/6;width:100%}.booking-day-row .booking-slot-btn{display:block!important;grid-row:2;min-width:0;height:40px;padding-inline:3px;font-size:11px;line-height:1.15}.booking-day-row .booking-slot-btn:nth-of-type(3){grid-column:3}.booking-day-row .booking-slot-btn:nth-of-type(4){grid-column:4}.booking-day-row .booking-slot-btn:nth-of-type(5){grid-column:5}.booking-summary__info-card>p{width:calc(100% - 110px)}}@media (max-width: 520px){.site-nav__panel,.home-page .site-nav__panel{max-height:calc(100dvh - 20px);overscroll-behavior:contain}.service-grid{padding-block:56px}.service-grid-intro{padding-bottom:32px}.service-grid-intro>h2{font-size:clamp(38px,13vw,48px)}.profile-main{width:calc(100% - 20px)}.profile-hero{border-radius:22px}.profile-back-btn{min-height:44px}.booking-flow-page__content{padding-inline:10px}.booking-flow-page__header-brand-wrap,.booking-flow-page__header{padding-inline:16px}.booking-step.is-open{padding:14px 10px}.participant-card{padding:12px}.participant-card>:not(.participant-card__head){margin-inline:0}.booking-step__body--contact{padding-inline:0}}@media (max-width: 400px){.site-nav__trigger-text{font-size:0}.site-nav__trigger-text:after{content:"Menu";font-size:12px}}@media (max-width: 360px){.site-nav{padding:8px}.site-nav__bar{gap:6px}.site-nav__left{flex:1 1 auto;justify-content:space-between;gap:6px}.site-nav__brand{flex:0 0 78px;font-size:17px}.site-nav__links{gap:0}.site-nav__trigger{min-width:54px;min-height:40px;justify-content:center;padding-inline:5px;font-size:12px}.site-nav__offer{width:72px;min-width:72px;height:40px;justify-content:center;padding-inline:7px;line-height:1.05;text-align:center}.site-nav__panel,.home-page .site-nav__panel{padding-top:68px}.hero-subtitle{padding-inline:10px}.catalog-title,.destination-hero h1{font-size:clamp(42px,14vw,50px)}}@media (prefers-reduced-motion: reduce){html{scroll-behavior:auto}*,*:before,*:after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}:root{--grey-50: #f6f6f3;--grey-100: #eeeeea;--grey-150: #e5e5df;--grey-200: #d8d8d1;--grey-300: #a3a39b;--grey-400: #77776f;--grey-500: #4d4d47;--grey-600: #20211e;--grey-700: #151612;--grey-white: #ffffff;--rad-600: #df4b3f;--rad-100: #f7e4df;--olive-50: #edf0e6;--blue-50: #e9eef2;--sand-50: #f2ede4;--green-600: #51ee6b;--green-700: rgba(38, 76, 44, .42)}:root{--space-0: 0;--space-150: 6px;--space-200: 8px;--space-300: 12px;--space-350: 14px;--space-400: 16px;--space-500: 20px;--space-600: 24px;--space-700: 28px;--space-800: 32px;--space-900: 40px}:root{--radius-xsm: 10px;--radius-sm: 14px;--radius-md: 20px;--radius-lg: 28px;--radius-xl: 36px}:root{--font-heading: Geist, "SF Pro Display", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;--font-body: Geist, "SF Pro Text", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;--font-decor: "Paytone One", var(--font-heading);--text-xsm: 12px;--text-sm: 14px;--text-md: 16px;--text-lg: 20px;--text-h1: 72px;--text-h2: 56px;--text-h6: 20px;--text-h5: 24px;--text-h4: 32px;--text-h4-bold: 32px;--text-h4-bold-url: 32px;--text-h3: 40px;--text-decor-1: 120px;--text-decor-3: 48px;--lh-xsm: 14px;--lh-sm: 16px;--lh-md-inline: 10px;--lh-md: 18px;--lh-lg: 24px;--lh-h1: 80px;--lh-h2: 64px;--lh-h6: 24px;--lh-h5: 28px;--lh-h4: 36px;--lh-h4-bold: 38px;--lh-h4-bold-url: 38px;--lh-h3: 48px;--lh-decor-1: 120px;--lh-decor-3: 48px;--fw-regular: 400;--fw-medium: 500;--fw-bold: 700}:root{--content-width: 1468px;--layout-margin: 40px;--layout-gutter: 20px;--pill-md-w: 12px;--pill-md-h: 30px;--pill-lg-w: 15px;--pill-lg-h: 44px;--pill-xl-w: 20px;--pill-xl-h: 60px;--shadow-soft: 4px 4px 60px rgba(0, 0, 0, .06)}*{box-sizing:border-box}html,body,#root{min-height:100%}body{margin:0}img{max-width:100%;display:block}button,a{font:inherit}body{font-family:var(--font-body);color:var(--grey-600);background:var(--grey-white)}body.is-scroll-locked{overflow:hidden}.app-shell{min-height:100vh;background:var(--grey-white)}.app-main{padding-bottom:var(--space-900)}.grid-12{display:grid;grid-template-columns:repeat(12,minmax(0,1fr));column-gap:var(--layout-gutter)}.h1{font:var(--fw-regular) var(--text-h1)/var(--lh-h1) var(--font-heading);letter-spacing:0}.h2{font:var(--fw-regular) var(--text-h2)/var(--lh-h2) var(--font-heading);letter-spacing:0}.h3{font:var(--fw-regular) var(--text-h3)/var(--lh-h3) var(--font-heading);letter-spacing:0}.h-decor-1{font:var(--fw-regular) var(--text-decor-1)/var(--lh-decor-1) var(--font-decor);letter-spacing:0;text-transform:uppercase}.h-decor-3{font:var(--fw-regular) var(--text-decor-3)/var(--lh-decor-3) var(--font-decor);letter-spacing:0}.h4{font:var(--fw-regular) var(--text-h4)/var(--lh-h4) var(--font-heading);letter-spacing:0}.h4-bold,.h4-bold-url{font:var(--fw-bold) var(--text-h4-bold)/var(--lh-h4-bold) var(--font-heading);letter-spacing:0}.h5{font:var(--fw-regular) var(--text-h5)/var(--lh-h5) var(--font-heading);letter-spacing:0}.h5-bold{font:var(--fw-bold) var(--text-h5)/var(--lh-h5) var(--font-heading);letter-spacing:0}.h6{font:var(--fw-regular) var(--text-h6)/var(--lh-h6) var(--font-heading);letter-spacing:0}.body-md{font:var(--fw-regular) var(--text-md)/var(--lh-md) var(--font-body)}.body-md-inline{font:var(--fw-regular) var(--text-md)/var(--lh-md-inline) var(--font-body)}.body-md-bold{font:var(--fw-bold) var(--text-md)/var(--lh-md) var(--font-body)}.body-md-medium{font:var(--fw-medium) var(--text-md)/var(--lh-md) var(--font-body)}.body-md-link{font:var(--fw-regular) var(--text-md)/var(--lh-md) var(--font-body);text-decoration:underline}.body-lg{font:var(--fw-regular) var(--text-lg)/var(--lh-lg) var(--font-body)}.body-lg-medium{font:var(--fw-medium) var(--text-lg)/var(--lh-lg) var(--font-body)}.body-lg-link{font:var(--fw-regular) var(--text-lg)/var(--lh-lg) var(--font-body);text-decoration:underline}.body-sm{font:var(--fw-regular) var(--text-sm)/var(--lh-sm) var(--font-body)}.body-sm-medium{font:var(--fw-medium) var(--text-sm)/var(--lh-sm) var(--font-body)}.body-sm-link{font:var(--fw-regular) var(--text-sm)/var(--lh-sm) var(--font-body);text-decoration:underline}.body-xsm{font:var(--fw-regular) var(--text-xsm)/var(--lh-xsm) var(--font-body)}.body-xsm-medium{font:var(--fw-medium) var(--text-xsm)/var(--lh-xsm) var(--font-body)}.body-xsm-link{font:var(--fw-regular) var(--text-xsm)/var(--lh-xsm) var(--font-body);text-decoration:underline}.section-title{margin:0;font:var(--fw-regular) var(--text-h3)/var(--lh-h3) var(--font-heading)}.kicker{margin:0;color:var(--grey-500);font:var(--fw-medium) var(--text-sm)/var(--lh-sm) var(--font-body)}
