.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 #3e3f40}.CustomSelect.has-error .CustomSelect__select{border-color:#e91630}.CustomSelect.has-clear .CustomSelect__select{padding-right:44px}.CustomSelect.is-disabled:after{content:none}.CustomSelect__select{cursor:pointer;margin:0;width:100%;padding:8px 24px 8px 8px;font-family:"NouvelR, sans-serif";font-size:1.6rem;background-image:none;background-color:#fff;border:1px solid #d9d9d6;display:inline-block;border-radius:0;-webkit-appearance:none;-moz-appearance:none;outline:none;color:#000}.CustomSelect__select:disabled{opacity:.3;cursor:default}.CustomSelect__selectOption{font:-moz-pull-down-menu}.CustomSelect_darkBackground .CustomSelect__select{background-color:transparent;color:#fff}.CustomSelect_darkBackground .CustomSelect__selectOption{color:#000}.CustomSelect_darkBackground:after{border-top-color:#fff}.CustomSelect__error{color:#e91630;font-size:1.3rem;margin-top:4px}.CustomSelect_l .CustomSelect__select{padding:16px 32px 16px 16px}.CustomSelect_l:after{right:16px}.CustomSelect_light:after{content:"";right:20px;top:10px;border:solid #000;border-width:0 2px 2px 0;padding:4px;transform:rotate(45deg)}.CustomSelect_inText .CustomSelect__select{font-size:inherit;color:#efdf00;background:transparent;font-weight:700;border:0;border-bottom:2px solid;padding:8px 20px 0 0}.CustomSelect_inText .CustomSelect__select .CustomSelect__selectOption{color:#000}.CustomSelect_inText:after{border-top-color:#efdf00;right:4px}.CustomSelect_inTextCurrentColor .CustomSelect__select{color:currentColor;border-bottom:2px solid}.CustomSelect_inTextCurrentColor:after{border-top-color:currentColor}.CustomSelect__clearButton{position:absolute;top:50%;transform:translateY(-50%);right:22px;z-index:3;font-size:1rem;height:96%}.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}}