.CustomSelect{position:relative}.CustomSelect:after{pointer-events:none;content:"";position:absolute;top:50%;transform:translateY(-50%);right:8px;width:0;height:0;border-left:6px solid transparent;border-right:6px solid transparent;border-top:8px solid #333}.CustomSelect.has-error .CustomSelect__select{border-color:#e91630}.CustomSelect.is-disabled:after{content:none}.CustomSelect__select{cursor:pointer;margin:0;width:100%;padding:8px 24px 8px 8px;font-family:"readBeta2 sans-serif";font-size:1.6rem;background-image:none;background-color:#fff;border:1px solid #ccc;display:inline-block;border-radius:0;-webkit-appearance:none;-moz-appearance:none;outline:none;color:#000}.CustomSelect__select:disabled{opacity:.3;cursor:default}.CustomSelect_darkBackground .CustomSelect__select{background-color:initial;color:#fff}.CustomSelect_darkBackground .CustomSelect__selectOption{color:#000}.CustomSelect_darkBackground:after{border-top-color:#fff}.CustomSelect_l .CustomSelect__select{padding:16px 32px 16px 16px}.CustomSelect_l:after{right:16px}.CustomSelect__error{color:#e91630;font-size:1.3rem;margin-top:4px}.FeatureBranch{background-color:#ee5352;color:#fff;padding:16px;font-size:1.6rem;display:flex;flex-direction:column;align-items:center}@media screen and (min-width:670px){.FeatureBranch{flex-direction:row;justify-content:space-between}}.FeatureBranch__msg{padding-bottom:8px}@media screen and (min-width:670px){.FeatureBranch__msg{padding-bottom:0}}.FeatureBranch__select{max-width:75%}@media screen and (min-width:670px){.FeatureBranch__select{max-width:400px}}