.component-country-selector__hidden{display:none}.component-country-selector__container-mobile{height:37px;margin:50px auto 30px;position:relative;width:233px}.component-country-selector__container-mobile:after{border-bottom:1px solid var(--footer-text-color);border-left:1px solid var(--footer-text-color);content:"";float:right;height:7px;position:absolute;right:22px;top:12px;transform:rotate(-45deg) translate(0);width:7px}.component-country-selector__select-mobile{appearance:none;background:transparent;border:1px solid var(--footer-text-color);border-radius:10px;box-sizing:border-box;color:var(--footer-text-color);display:flex;font-family:Founders Grotesk Text,sans-serif;font-weight:500;height:inherit;margin:0 auto;padding:0 22px;width:inherit}.component-country-selector__select-mobile:focus{outline:none}.component-country-selector__select-mobile[open]{background-color:#fff;width:233px}.component-country-selector__container-desktop{display:none;font-family:Founders Grotesk Text,sans-serif;font-size:14px;position:relative;width:233px}.component-country-selector__dropdown{background-color:var(--footer-bg-color);border:1px solid var(--footer-text-color);border-radius:10px;box-sizing:border-box;color:var(--footer-text-color);display:none;height:37px;padding:3px 22px;position:relative;width:233px}.component-country-selector__dropdown:hover{cursor:pointer}.component-country-selector__dropdown:focus{outline:none}.component-country-selector__dropdown[open]{background-color:#fff;width:233px}.component-country-selector__dropdown[open]:before{background:transparent;content:"";display:block;height:100vh;left:0;position:fixed;top:0;width:100vw}.component-country-selector__dropdown-menu{background-color:#fff;border-radius:10px;bottom:40px;color:#000;left:0;padding:5px 0;position:absolute;width:233px}.component-country-selector__option{margin:10px 0 10px 22px}.component-country-selector__option:hover{font-weight:500}.component-country-selector__dropdown-label{font-weight:500;height:100%;line-height:27px;position:relative;width:100%}.component-country-selector__dropdown-label:after{border-bottom:1px solid var(--footer-text-color);border-left:1px solid var(--footer-text-color);content:"";float:right;height:7px;position:absolute;right:0;top:10px;transform:rotate(-45deg) translate(0);width:7px}@media (min-width:375px){.component-country-selector__container-mobile,.component-country-selector__select-mobile,.component-country-selector__select-mobile[open]{width:300px}}@media (min-width:1024px){.component-country-selector__container-mobile{display:none;width:233px}.component-country-selector__container-desktop,.component-country-selector__dropdown{display:block}}