.mw-dropdown_01 .container {height: 0;overflow: hidden;transition: 1s ease height;}.mw-dropdown_01.mw-dropdown_01-show-start .container {height: auto;}.mw-dropdown_01 .title {align-items: center;cursor: pointer;display: flex;height: 50px;}.mw-dropdown_01 .title .mw-icon:before {content: "+";}.mw-dropdown_01.mw-dropdown_01-show-start .title .mw-icon:before,.mw-dropdown_01.mw-dropdown_01-show .title .mw-icon:before {content: "-";}.mw-dropdown_01 .title .mw-icon {align-items: center;background: var(--mw-color-primary);color: #FFFFFF;display: flex;height: 50px;justify-content: center;width: 50px;}.mw-dropdown_01 .title span:last-child {align-items: center;border-bottom: 1px solid var(--mw-color-primary);border-left: 1px solid transparent;border-right: 1px solid var(--mw-color-primary);border-top: 1px solid var(--mw-color-primary);display: flex;flex: 1;height: 100%;margin: 0 0 0 -2px;padding: 0 0 0 15px;}