.industry-drop-down{font-family:'Montserrat',sans-serif;font-size:18px;position:relative}.placeholder{margin:0}.placeholder span{color:#d96d59}.industry-drop-down .industry-drop-down__selected{padding:12px 24px;cursor:pointer;border:1px solid #dbdadf;padding-right:50px;position:relative}.industry-drop-down .industry-drop-down__selected::after{content:'\f078';font-weight:700;font-family:'FontAwesome5ProLight';position:absolute;right:24px;top:calc(50% - 8px);font-size:18px;transition:all .3s ease-in-out 0s;color:#d96d59}.industry-drop-down .industry-drop-down__selected.active::after{transform:rotate(180deg)}.industry-drop-down .industry-drop-down__items{max-height:0;opacity:0;border:1px solid #dbdadf;border-top:0;overflow:hidden;transition:all .3s}.industry-drop-down .industry-drop-down__items.active{max-height:500px;opacity:1}.industry-drop-down .industry-drop-down__item label{display:block;padding:12px 24px;cursor:pointer}.industry-drop-down .industry-drop-down__item{transition:all .3s}.industry-drop-down .industry-drop-down__item:hover{background-color:#d96d59;color:#fff}.industry-drop-down .industry-drop-down__item input{display:none}@media screen and (max-width:768px){.industry-drop-down,.placeholder{font-size:13px !important}}