.custom-dropdown-wrapper{display:inline-block;margin-bottom:2rem;position:relative;white-space:nowrap;width:100%}.custom-dropdown-wrapper .custom-dropdown-toggle{align-items:center;background-color:#fff;border:1px solid #c4dbe1;border-radius:5rem;color:#004349;cursor:pointer;display:flex;font-family:inherit;font-size:1.8rem;font-weight:300;justify-content:space-between;padding:1.5rem 3rem;text-align:left;width:100%}.custom-dropdown-wrapper .custom-dropdown-toggle.open{border-radius:3rem 3rem 0 0}.custom-dropdown-wrapper .custom-dropdown-options{background:#fff;border:1px solid #c4dbe1;border-radius:0 0 3rem 3rem;border-top:none;display:none;overflow:hidden;padding:0;position:absolute;width:100%;z-index:10}.custom-dropdown-wrapper .custom-dropdown-options.open{display:block}.custom-dropdown-wrapper .custom-dropdown-options li{cursor:pointer;font-family:inherit;font-size:1.6rem;font-weight:300;list-style:none;padding:1rem 3rem}.custom-dropdown-wrapper .custom-dropdown-options li:hover{background-color:#f0f0f0}
