@keyframes shine-skeleton-lines{0{background-position:-100px}
40%,100%{background-position:600px}
}
.cmp-topbar-country-selector{display:none;position:sticky;z-index:10000;padding:12px 0;background-color:var(--ds-opacity-black-30);backdrop-filter:blur(40px);-webkit-backdrop-filter:blur(40px)}
.cmp-topbar-country-selector.mod__active{display:block;z-index:var(--ds-z-index-overlay,1200) !important}
.cmp-topbar-country-selector__container{display:grid;grid-template-columns:repeat(1,1fr);gap:12px;position:relative;margin:0 auto;width:100%;max-width:1920px;min-width:320px;padding:0 var(--ds-layout-margin)}
.cmp-topbar-country-selector__text{width:256px;padding-right:8px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis}
.cmp-topbar-country-selector__text .cmp-text p{color:var(--ds-color-text-default);font-size:var(--ds-typography-size-body-m);line-height:var(--ds-typography-height-body-m);letter-spacing:var(--ds-typography-letter-spacing-m);margin:0}
.cmp-topbar-country-selector__text .cmp-text p>a{color:var(--ds-color-text-default);text-decoration:underline}
.cmp-topbar-country-selector__form-group{display:flex;gap:16px;align-items:center}
.cmp-topbar-country-selector__select{display:block;width:100%;min-width:159px;max-width:260px}
.cmp-topbar-country-selector__cta{width:100%}
.cmp-topbar-country-selector__cta .cmp-button{min-width:100px}
.cmp-topbar-country-selector__close{width:24px;height:24px;position:absolute;right:16px;mask:var(--ico-close) no-repeat 100% 100%;-webkit-mask:var(--ico-close) no-repeat 100% 100%;-webkit-mask-size:cover;mask-size:cover;transition:opacity .3s ease;background-color:var(--ds-color-text-default);border:0;cursor:pointer;outline:inherit;border-radius:50%;overflow:hidden}
.cmp-topbar-country-selector__close:hover{opacity:.7}
@media(min-width:480px){.cmp-topbar-country-selector__container{gap:16px}
.cmp-topbar-country-selector__text{width:auto}
.cmp-topbar-country-selector__select{min-width:228px}
.cmp-topbar-country-selector__form-group{gap:24px}
}
@media(min-width:768px){.cmp-topbar-country-selector__container{gap:24px;display:flex;align-items:center}
.cmp-topbar-country-selector__text{padding-right:0}
.cmp-topbar-country-selector__select{min-width:160px}
.cmp-topbar-country-selector__cta .cmp-button{min-width:150px}
.cmp-topbar-country-selector__close{right:initial;position:relative;top:initial;margin-left:auto}
}
@media(min-width:1024px){.cmp-topbar-country-selector{padding:12px 0}
.cmp-topbar-country-selector__container{gap:32px}
.cmp-topbar-country-selector__select{min-width:190px}
.cmp-topbar-country-selector__text .cmp-text p{font-size:var(--ds-typography-size-body-l);line-height:var(--ds-typography-height-body-l);letter-spacing:''}
.cmp-topbar-country-selector__text .cmp-text p>a{text-decoration:underline}
.cmp-topbar-country-selector__close{margin-right:10px}
}
@media(min-width:1440px){.cmp-topbar-country-selector__container{gap:40px;justify-content:center}
.cmp-topbar-country-selector__close{position:absolute;width:32px;height:32px;right:calc(var(--ds-layout-margin) + 8px);margin:0}
}