.dropdown{border-radius:36px;border:1px solid #eff1f7;padding:8px 20px}.dropdown__header{display:flex;align-items:center;justify-content:space-between;gap:16px;cursor:pointer;font-family:DM Sans;font-weight:500;font-style:Medium;font-size:13px;line-height:100%;letter-spacing:0}.dropdown__header-main{flex-grow:1}.dropdown__header-arrow{width:22px;min-width:22px;height:22px;min-height:22px;display:flex;justify-content:center;align-items:center}.dropdown__header-arrow-container{display:flex;align-items:center;gap:8px}.dropdown__header-arrow--active{transform:rotate(180deg)}.dropdown__content{max-height:0;overflow:hidden}.dropdown__content--active{max-height:none}.dropdown---absolute{position:relative}.dropdown---absolute .dropdown__content{z-index:5;position:absolute;left:0;width:100%;top:calc(100% + 12px)}