.custom-select-opener,.custom-select-opener-default,.custom-select-opener-default:after,.custom-select-panel,.custom-select-panel-default{transition-duration:.4s;transition-timing-function:cubic-bezier(.25,.74,.22,.99)}.custom-select-opener{font-size:1.2rem;line-height:1.5em}.custom-select-option-default{font-size:1.6rem;line-height:1.375em}@media screen and (min-width:668px) and (min-height:416px){.custom-select-opener{font-size:1.2rem;line-height:1.5em}.custom-select-option-default{font-size:1.6rem;line-height:1.375em}}@media screen and (min-width:1280px){.custom-select-opener{font-size:1.2rem;line-height:1.5em}.custom-select-option-default{font-size:1.6rem;line-height:1.375em}}@media screen and (min-width:1600px){.custom-select-opener{font-size:1.2rem;line-height:1.5em}.custom-select-option-default{font-size:1.6rem;line-height:1.375em}}.custom-select-container{position:relative;color:#15191b;min-width:170px}.custom-select-opener{background-color:#fff;display:block;cursor:pointer;width:100%;font-weight:700;text-transform:uppercase;height:50px;padding:0 26px;border-radius:50px;line-height:50px;white-space:nowrap;outline:none;letter-spacing:1px;border:1px solid #fff;position:relative;z-index:2}.custom-select-opener:after{content:'';width:12px;height:8px;background:url(/images/icons/arrow-down-dark.svg) 0 0 no-repeat;position:absolute;right:24px;top:0;bottom:0;margin:auto}.is-open .custom-select-opener{border-color:#15191b;z-index:4}.custom-select-opener-default{background-color:transparent;display:block;cursor:pointer;width:100%;height:36px;line-height:36px;border-bottom:1px solid #cfd6d9;outline:none;color:#8798a1}.custom-select-opener-default:after{content:'';width:12px;height:8px;background:url(/images/icons/arrow-down-dark.svg) 0 0 no-repeat;position:absolute;right:0;top:0;bottom:0;margin:auto}.custom-select-opener-default.is-filled,.is-open .custom-select-opener-default{color:#15191b;border-bottom-color:#50ccff}.has-error .custom-select-opener-default{border-bottom-color:#f54369;color:#f54369}.custom-select-opener-default:hover{border-bottom-color:#15191b}.is-open .custom-select-opener-default:after{transform:rotate(180deg)}.custom-select-container select{visibility:hidden;position:absolute;top:0;left:0}.custom-select-panel{overflow:hidden;background-color:#fff;position:absolute;top:0;z-index:1;width:100%;max-height:300px;overflow-y:auto;font-weight:500;padding:15px 0 0;box-shadow:0 20px 60px 0 rgba(21,25,27,.08);border-radius:25px;border-top:50px solid #fff;border-bottom:20px solid #fff;visibility:hidden;opacity:0}.is-open .custom-select-panel{z-index:3;visibility:visible;opacity:1}.custom-select-panel-default{overflow:hidden;background-color:#fff;position:absolute;top:100%;z-index:1;width:100%;max-height:240px;overflow-y:auto;font-weight:500;padding:14px 0;box-shadow:0 20px 60px 0 rgba(21,25,27,.08);visibility:hidden;opacity:0}.is-open .custom-select-panel-default{visibility:visible;opacity:1}.custom-select-container.is-open .custom-select-panel,.custom-select-container.is-open .custom-select-panel-default{display:block}.custom-select-option{padding:12px 20px 8px;cursor:pointer}.custom-select-option.has-focus{background-color:#f5f7f8}.custom-select-option.is-selected{color:#50ccff}.custom-select-option-default{padding:8px 30px 7px;cursor:pointer}.custom-select-option-default.has-focus{background-color:#f5f7f8}.custom-select-option-default.is-selected{color:#50ccff}.is-mobile .custom-select-container select{visibility:visible;opacity:0;width:100%;height:100%;z-index:5}