@font-face {
  font-family: MontblancType;
  src: url("../fonts/MontblancType-Regular.woff") format("woff");
}

@font-face {
  font-family: MontblancType;
  src: url("../fonts/MontblancType-Bold.woff") format("woff");
  font-weight: 700;
}

.country-locale-selector {
  cursor: pointer;
  gap: .5rem;
  display: flex;
}

.country-selector-content .heading-type {
  letter-spacing: .03125rem;
  text-transform: uppercase;
  color: #272727;
  font-size: .875rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.0625rem;
}

.country-selector-content .country-selector {
  flex-direction: column;
  flex: 1 0 0;
  align-items: flex-start;
  gap: .5rem;
}

.country-selector-content .country-selector__country {
  color: #000;
  letter-spacing: .03125rem;
  flex-wrap: wrap;
  margin-bottom: .25rem;
  font-size: .9375rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.25rem;
  list-style-type: none;
}

.country-selector-content .country-selector__country .link {
  cursor: pointer;
  text-transform: capitalize;
  text-decoration: none;
}

.country-selector-content .country-selector__country .link.active {
  font-weight: bold;
}

.country-selector-content .country-selector__list, .country-selector-content .country-selector__column {
  flex-direction: column;
  align-content: flex-start;
  align-self: stretch;
  align-items: flex-start;
  gap: 1.875rem;
}

@media (min-width: 1025px) {
  .country-selector-content .country-selector__list, .country-selector-content .country-selector__column, .country-selector-content .country-selector__list-last-column, .country-selector-content .country-selector__column-last-column {
    flex-direction: row;
  }
}

.country-selector-content .country-selector__column {
  gap: 1.88rem;
}

@media (min-width: 1025px) {
  .country-selector-content .country-selector__column {
    gap: 3.5rem;
  }
}

.country-selector-content .country-selector__country-list, .country-selector-content .country-selector__region {
  flex-direction: column;
  align-self: stretch;
  align-items: flex-start;
  gap: .25rem;
  margin-bottom: 0;
  padding: 0;
  display: flex;
}

@media (min-width: 1025px) {
  .country-selector-content .country-selector__region-first .country-selector__country-list {
    column-count: 2;
    list-style: none;
    display: list-item !important;
  }
}

.country-selector-content .country-selector-info {
  color: #000;
  letter-spacing: .03125rem;
  margin-bottom: .25rem;
  font-size: .9375rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.25rem;
}

.country-selector-content .country-selector-info + .country-selector-info {
  margin-top: 1.5rem;
}

.country-selector-content .country-selector .locale-code {
  text-transform: uppercase;
}

.country-selector-content .modal--country-selector__content {
  margin-top: 1.88rem;
}

@media (min-width: 1025px) {
  .country-selector-content .modal--country-selector__content {
    margin-top: 3.75rem;
    margin-bottom: 1.875rem;
  }
}

.country-selector-content .country-selector-language {
  text-transform: uppercase;
}

.country-selector-content .country-geoip-header {
  letter-spacing: .03125rem;
  text-transform: uppercase;
  margin-top: 1.75rem;
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5rem;
}

.country-selector-content .country-geoip-localization {
  letter-spacing: .03125rem;
  margin-top: .62rem;
  font-size: .9375rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.25rem;
}

.country-selector-content .country-geoip-actions {
  flex-direction: column;
  justify-content: space-between;
  gap: .938rem;
  margin-top: 1.25rem;
}

.country-selector-content .country-geoip-actions__item .btn {
  text-transform: uppercase;
  opacity: 1;
  width: 100%;
  text-shadow: none;
  text-decoration: none;
}

@media (min-width: 1025px) {
  .country-selector-content .country-geoip-actions__item {
    width: 50%;
  }

  .country-selector-content .country-geoip-actions {
    flex-direction: row;
  }
}

.country-selector-content .country-geoip-show-country-selection {
  letter-spacing: .025rem;
  margin-top: 1.25rem;
  font-size: .75rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1rem;
}

.country-selector-content .country-geoip .link {
  text-decoration: underline;
}

.country-selector-modal {
  background-color: #fff;
  height: 100%;
  padding-right: 0 !important;
}

.country-selector-modal .modal-dialog {
  max-width: 100%;
  height: 100%;
  margin: 0;
}

.country-selector-modal .modal-content {
  border: none;
  padding: 1.25rem 1.25rem 3.75rem;
}

@media (min-width: 768px) {
  .country-selector-modal .modal-content {
    padding: 1.25rem 3.75rem;
  }
}

@media (min-width: 1025px) {
  .country-selector-modal .modal-content {
    height: 100%;
    padding: 1.875rem 3.75rem;
  }
}

.country-selector-modal .modal-header {
  border: none;
  padding: 0;
}

.country-selector-modal .modal-header .modal-title {
  display: none;
}

.country-selector-modal .modal-body {
  padding: 0;
}

.country-selector-modal-ip-geo {
  background-color: rgba(0, 0, 0, 0);
}

.country-selector-modal-ip-geo .modal-dialog {
  width: 100%;
  max-width: 43.875rem;
  height: auto;
  margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) !important;
}

.country-selector-modal-ip-geo .modal-content {
  border: none;
  padding: 2rem 2rem 2.5rem;
}

.country-selector-modal-ip-geo .modal-body {
  margin-top: 0;
  padding: 0;
}

.country-selector-modal .tooltip {
  min-width: 10rem;
}


/*# sourceMappingURL=countryLocaleSelector.css.map*/