.mt-hg{--mt-hg-accent:#e4007b;--mt-hg-border:#e3e3e3}.mt-hg__section{margin:0 0 50px}.mt-hg__section:last-child{margin-bottom:0}.mt-hg__title{margin:0 0 20px}.mt-hg__group{margin:0 0 30px}.mt-hg__group-title{margin:0 0 10px}.mt-hg__accordion{border-top:1px solid var(--mt-hg-border)}.mt-hg__item{border-bottom:1px solid var(--mt-hg-border)}.mt-hg__q-wrap{margin:0;font-size:inherit;line-height:inherit}.mt-hg__q{display:flex;align-items:center;justify-content:space-between;gap:16px;width:100%;padding:16px 2px;margin:0;background:none;border:0;border-radius:0;box-shadow:none;font-family:inherit;font-size:1em;font-weight:600;line-height:1.4;color:inherit;text-align:left;cursor:pointer;transition:color 0.2s ease}.mt-hg__q:hover,.mt-hg__q:focus-visible,.mt-hg__item.is-open .mt-hg__q{color:var(--mt-hg-accent);background:none}.mt-hg__q:focus-visible{outline:2px solid var(--mt-hg-accent);outline-offset:2px}.mt-hg__icon{position:relative;flex:0 0 14px;width:14px;height:14px}.mt-hg__icon::before,.mt-hg__icon::after{content:"";position:absolute;top:50%;left:0;width:100%;height:2px;margin-top:-1px;background:currentColor;transition:transform 0.3s ease}.mt-hg__icon::after{transform:rotate(90deg)}.mt-hg__item.is-open .mt-hg__icon::after{transform:rotate(0deg)}.mt-hg__panel{display:grid;grid-template-rows:0fr;transition:grid-template-rows 0.3s ease}.mt-hg__item.is-open .mt-hg__panel{grid-template-rows:1fr}.mt-hg__panel-inner{overflow:hidden}.mt-hg__a{padding:0 30px 18px 2px}.mt-hg__a>:last-child{margin-bottom:0}@media (prefers-reduced-motion:reduce){.mt-hg__panel,.mt-hg__icon::before,.mt-hg__icon::after{transition:none}}