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