.custom-dropdown-container{align-items:center;display:flex;flex-direction:column;justify-content:flex-end;margin:0 auto;max-width:1080px}.custom-dropdown-head{--border-color:var(--primary-color);align-items:flex-start;border-bottom:1px solid var(--border-color);cursor:pointer;display:flex;justify-content:space-between;padding-block:70px 20px}.custom-dropdown-title{flex:1;font-weight:600!important;margin-bottom:0}.custom-dropdown-icon{--icon-size:36px;flex:0 0 var(--icon-size);height:var(--icon-size);transition:.35s ease;width:var(--icon-size)}.custom-dropdown-item{width:100%}.custom-dropdown-item-content{height:0;transition:.35s ease;interpolate-size:allow-keywords;overflow:clip}.custom-dropdown-item-content>div{padding-bottom:50px}.custom-dropdown-item.open .custom-dropdown-head{border-bottom:none}.custom-dropdown-item.open .custom-dropdown-icon{rotate:180deg}.custom-dropdown-item.open .custom-dropdown-item-content{height:auto}