body.noScroll{overflow:hidden;position:fixed;inset:0}
@keyframes dot-animation{0{background-color:rgba(29,29,27,0.4)}
50%{background-color:rgba(29,29,27,0.7)}
100%{background-color:#1d1d1b}
}
.batcom--loading{display:inline-block;width:10px;height:10px;position:relative;background-color:grey;animation:dot-animation 1.2s infinite;animation-delay:.8s;border-radius:50%}
.batcom--loading::before,.batcom--loading::after{border-radius:50%;content:"";display:inline-block;position:absolute;width:10px;height:10px;background-color:#1d1d1b;animation:dot-animation 1.2s infinite}
.batcom--loading::before{animation-delay:.4s;left:-20px}
.batcom--loading::after{animation-delay:1.2s;right:-20px}
.batcom__loading-container{position:relative}
.batcom__loading-container .batcom--loading{display:none;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}
.batcom__loading-container.loading{pointer-events:none;opacity:.3}
.batcom__loading-container.loading .batcom--loading{display:inline-block}
.batcom-overlay__shorthand{position:relative;z-index:0}
@keyframes spin{from{transform:rotate(0)}
to{transform:rotate(360deg)}
}
.batcom-country-selector__container{width:100%;overflow-y:auto}
@media only screen and (min-width:1024px){.batcom-country-selector__container{padding:20px 0;overflow:visible}
}
.batcom-country-selector__continents{display:flex;flex-direction:column;gap:var(--batcom-layout-spacing-xl,32px)}
@media only screen and (min-width:1024px){.batcom-country-selector__continents{flex-flow:row wrap;align-content:flex-start;gap:var(--batcom-layout-spacing-xxxl,48px)}
}
@media only screen and (min-width:1280px){.batcom-country-selector__continents{gap:var(--batcom-layout-spacing-5xl,64px)}
}
.batcom-country-selector__continent{-moz-column-break-inside:avoid;break-inside:avoid}
@media only screen and (min-width:1024px){.batcom-country-selector__continent{min-width:180px}
}
.batcom-country-selector__title .color-1{color:var(--batcom-color-palette-1)}
.batcom-country-selector__title .color-2{color:var(--batcom-color-palette-2)}
.batcom-country-selector__title .color-3{color:var(--batcom-color-palette-3)}
.batcom-country-selector__title .color-4{color:var(--batcom-color-palette-4)}
.batcom-country-selector__title .color-5{color:var(--batcom-color-palette-5)}
.batcom-country-selector__title .color-6{color:var(--batcom-color-palette-6)}
.batcom-country-selector__title .color-7{color:var(--batcom-color-palette-7)}
.batcom-country-selector__title .color-8{color:var(--batcom-color-palette-8)}
.batcom-country-selector__title .color-9{color:var(--batcom-color-palette-9)}
.batcom-country-selector__title{padding-bottom:14px}
.batcom-country-selector__countries{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:var(--batcom-layout-spacing-xs,8px)}
@media only screen and (min-width:1024px){.batcom-country-selector__countries{display:grid;grid-auto-flow:column;grid-template-rows:repeat(auto-fit,minmax(44px,auto));max-height:60vh;gap:var(--batcom-layout-spacing-xs,8px) var(--batcom-layout-spacing-xxxl,48px)}
}
@media only screen and (min-width:1280px){.batcom-country-selector__countries{gap:var(--batcom-layout-spacing-xs,8px) var(--batcom-layout-spacing-5xl,64px)}
}
.batcom-country-selector__country{min-width:180px}
.batcom-country-selector__link{display:flex;align-items:center;gap:20px;min-height:44px;text-decoration:none;color:var(--batcom-color-anchor-default,#1d1d1b)}
.batcom-country-selector__link:hover,.batcom-country-selector__link:active{text-decoration:none}
.batcom-country-selector__link:focus{outline:0}
.batcom-country-selector__link:focus-visible{outline:1px auto var(--batcom-color-button-outline);outline-offset:4px}
.batcom-container--primary-dark .batcom-country-selector__link:focus-visible,.batcom-container--secondary-dark .batcom-country-selector__link:focus-visible,.batcom-container--tertiary-dark .batcom-country-selector__link:focus-visible{--batcom-color-button-outline:var(--batcom-color-button-outline-inverted)}
.batcom-country-selector__icon{width:32px;height:32px;flex-shrink:0;-o-object-fit:contain;object-fit:contain;border-radius:50%}
.batcom-country-selector__name{font-family:var(--batcom-typography-large-family),sans-serif;font-weight:var(--batcom-typography-large-weight);font-size:var(--batcom-typography-large-size-mobile);line-height:var(--batcom-typography-large-line-height-mobile)}
@media only screen and (min-width:768px){.batcom-country-selector__name{font-size:var(--batcom-typography-large-size-tablet);line-height:var(--batcom-typography-large-line-height-tablet)}
}
@media only screen and (min-width:1024px){.batcom-country-selector__name{font-size:var(--batcom-typography-large-size-desktop);line-height:var(--batcom-typography-large-line-height-desktop)}
}
.batcom-country-selector__placeholder{display:flex;align-items:center;justify-content:center;min-height:100px;padding:24px;background-color:#f5f5f5;border:2px dashed #ccc;border-radius:8px;color:#666;font-size:.875rem;text-align:center}