/**
 * Rockwell Style Utils
 */
.locator-search .MicrosoftMap {
  width: 100%;
}
.locator-search .filter__results-container {
  flex: 3;
}
.locator-search__location-select {
  padding: 1.25rem 0;
  display: flex;
  align-items: start;
  gap: 0.375rem;
}
.locator-search__location-select-icon svg {
  height: 2rem;
  position: relative;
  top: 0.25rem;
}
.locator-search__location-select-text-container {
  display: flex;
  flex-direction: column;
}
.locator-search__location-select-text {
  font-family: "BarlowBold", Arial, Helvetica Neue, Helvetica, sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 1.25rem;
}
html[lang^="cs"] .locator-search__location-select-text,
html[lang^="ja"] .locator-search__location-select-text,
html[lang^="ko"] .locator-search__location-select-text,
html[lang^="pl"] .locator-search__location-select-text,
html[lang^="ru"] .locator-search__location-select-text,
html[lang^="tr"] .locator-search__location-select-text,
html[lang^="zh"] .locator-search__location-select-text {
  font-family: Helvetica Neue, Helvetica, sans-serif;
  font-weight: 800;
}
.locator-search__location-select-button {
  all: unset;
  cursor: pointer;
  color: #2A79C4;
}
.locator-search__location-select-button:hover,
.locator-search__location-select-button:focus {
  text-decoration: underline;
}
.locator-search__location-dialog {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  max-width: none;
  max-height: none;
  margin: 0;
  background-color: rgba(1, 1, 1, 0.5);
  border: none;
}
.locator-search__location-dialog-card {
  margin: 10vh auto 0;
  max-width: 28.125rem;
  position: relative;
  padding: 1.5rem;
  box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.25);
  background-color: #fff;
}
.locator-search__location-dialog-close {
  all: unset;
  position: absolute;
  top: 1rem;
  right: 1.5rem;
  font-size: 1.25rem;
  cursor: pointer;
}
.locator-search__location-dialog-title {
  font-family: "BarlowMedium", Arial, Helvetica Neue, Helvetica, sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 1.5rem;
  line-height: 1.75rem;
  margin-bottom: 0.5rem;
  margin-right: 1rem;
  margin-bottom: 1.5rem;
}
html[lang^="cs"] .locator-search__location-dialog-title,
html[lang^="ja"] .locator-search__location-dialog-title,
html[lang^="ko"] .locator-search__location-dialog-title,
html[lang^="pl"] .locator-search__location-dialog-title,
html[lang^="ru"] .locator-search__location-dialog-title,
html[lang^="tr"] .locator-search__location-dialog-title,
html[lang^="zh"] .locator-search__location-dialog-title {
  font-family: Helvetica Neue, Helvetica, sans-serif;
  font-weight: 550;
}
.locator-search__location-dialog-title.highlighted {
  font-family: "BarlowBold", Arial, Helvetica Neue, Helvetica, sans-serif;
  font-weight: normal;
  font-style: normal;
}
html[lang^="cs"] .locator-search__location-dialog-title.highlighted,
html[lang^="ja"] .locator-search__location-dialog-title.highlighted,
html[lang^="ko"] .locator-search__location-dialog-title.highlighted,
html[lang^="pl"] .locator-search__location-dialog-title.highlighted,
html[lang^="ru"] .locator-search__location-dialog-title.highlighted,
html[lang^="tr"] .locator-search__location-dialog-title.highlighted,
html[lang^="zh"] .locator-search__location-dialog-title.highlighted {
  font-family: Helvetica Neue, Helvetica, sans-serif;
  font-weight: 800;
}
.locator-search__location-search-wrapper {
  position: relative;
}
.locator-search__location-autosuggest-list {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  margin: 0;
  padding: 0.75rem 1rem;
  box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.25);
  z-index: 1;
  background-color: #fff;
  border: 1px solid #E5E6E9;
  border-radius: 0.25rem;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 0.375rem;
}
.locator-search__location-autosuggest-item {
  margin: 0;
  cursor: pointer;
  padding: 0.25rem 0.75rem;
  border-radius: 0.25rem;
}
.locator-search__location-autosuggest-item:hover,
.locator-search__location-autosuggest-item:focus,
.locator-search__location-autosuggest-item[aria-selected="true"] {
  color: #fff;
  background-color: #2A79C4;
}
.locator-search__location-autosuggest-title {
  font-family: "BarlowMedium", Arial, Helvetica Neue, Helvetica, sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 0.938rem;
}
html[lang^="cs"] .locator-search__location-autosuggest-title,
html[lang^="ja"] .locator-search__location-autosuggest-title,
html[lang^="ko"] .locator-search__location-autosuggest-title,
html[lang^="pl"] .locator-search__location-autosuggest-title,
html[lang^="ru"] .locator-search__location-autosuggest-title,
html[lang^="tr"] .locator-search__location-autosuggest-title,
html[lang^="zh"] .locator-search__location-autosuggest-title {
  font-family: Helvetica Neue, Helvetica, sans-serif;
  font-weight: 550;
}
.locator-search__location-autosuggest-subtitle {
  font-size: 0.875rem;
}
.locator-search .filter__checkbox-list input[name="styp"] + span {
  display: flex;
  align-items: center;
}
.locator-search .filter__checkbox-list input[name="styp"] + span::before {
  content: '';
  position: relative;
  box-sizing: border-box;
  top: 0.063rem;
  width: 0.5rem;
  height: 0.5rem;
  margin: 0 0.313rem;
  border-radius: 50%;
  background: #E1EBF4;
  border: 1px solid #2A79C4;
}
.locator-search .filter__checkbox-list input[name="styp"][value="Platinum"] + span::before {
  background: #2A79C4;
}
.locator-search .filter__checkbox-list input[name="styp"][value="Gold"] + span::before {
  background: #d6a500;
  border-color: #d6a500;
}
.locator-search .filter__checkbox-list input[name="styp"][value="Silver"] + span::before {
  background: #969fa5;
  border-color: #969fa5;
}
.locator-search__result-card {
  box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.25);
  border-radius: 0.25rem;
  padding: 1.25rem;
  text-decoration: none;
  display: flex;
  flex-direction: column;
  gap: 10px;
  transition: all 0.3s ease-out;
}
.locator-search__result-card:focus,
.locator-search__result-card:hover {
  transform: scale(1.05);
}
.locator-search__result-logo[src] {
  height: 6.25rem;
  object-fit: scale-down;
}
.locator-search__result-name {
  font-family: "BarlowMedium", Arial, Helvetica Neue, Helvetica, sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 1.375rem;
}
html[lang^="cs"] .locator-search__result-name,
html[lang^="ja"] .locator-search__result-name,
html[lang^="ko"] .locator-search__result-name,
html[lang^="pl"] .locator-search__result-name,
html[lang^="ru"] .locator-search__result-name,
html[lang^="tr"] .locator-search__result-name,
html[lang^="zh"] .locator-search__result-name {
  font-family: Helvetica Neue, Helvetica, sans-serif;
  font-weight: 550;
}
.locator-search__result-chips-container {
  display: flex;
  gap: 0.625rem;
  flex-wrap: wrap;
}
.locator-search__result-chips-container .locator__result-chip {
  font-family: "BarlowRegular", Arial, Helvetica Neue, Helvetica, sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 0.875rem;
  padding: 2px 7px;
  border-radius: 3px;
}
html[lang^="cs"] .locator-search__result-chips-container .locator__result-chip,
html[lang^="ja"] .locator-search__result-chips-container .locator__result-chip,
html[lang^="ko"] .locator-search__result-chips-container .locator__result-chip,
html[lang^="pl"] .locator-search__result-chips-container .locator__result-chip,
html[lang^="ru"] .locator-search__result-chips-container .locator__result-chip,
html[lang^="tr"] .locator-search__result-chips-container .locator__result-chip,
html[lang^="zh"] .locator-search__result-chips-container .locator__result-chip {
  font-family: Helvetica Neue, Helvetica, sans-serif;
}
.locator-search__result-type {
  color: #2D2D2D;
}
.locator-search__result-body {
  font-family: "BarlowBold", Arial, Helvetica Neue, Helvetica, sans-serif;
  font-weight: normal;
  font-style: normal;
  color: #2D2D2D;
}
html[lang^="cs"] .locator-search__result-body,
html[lang^="ja"] .locator-search__result-body,
html[lang^="ko"] .locator-search__result-body,
html[lang^="pl"] .locator-search__result-body,
html[lang^="ru"] .locator-search__result-body,
html[lang^="tr"] .locator-search__result-body,
html[lang^="zh"] .locator-search__result-body {
  font-family: Helvetica Neue, Helvetica, sans-serif;
  font-weight: 800;
}
.locator-search__result-icons-container {
  margin-top: auto;
  display: flex;
}
.locator-search__result-icons-container button {
  border: none;
  background: none;
  padding: 0;
}
.locator-search__result-icons-container svg {
  height: 1.5rem;
}
.locator-search__result-icons-container-right {
  margin-left: auto;
  display: flex;
  gap: 1rem;
}
.locator-search__result-icons-container-right svg {
  fill: #2A79C4;
}
.locator-search__result-icons-container-right svg:hover {
  fill: #2D2D2D;
}

/**
 * Rockwell Style Utils
 */
.locator__result-chip {
  width: fit-content;
  padding: 0.063rem 0.5rem;
  border-radius: 0.25rem;
  font-family: "BarlowMedium", Arial, Helvetica Neue, Helvetica, sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 0.75rem;
  color: #2A79C4;
  background-color: #E1EBF4;
  border: 1px #2A79C4 solid;
}
html[lang^="cs"] .locator__result-chip,
html[lang^="ja"] .locator__result-chip,
html[lang^="ko"] .locator__result-chip,
html[lang^="pl"] .locator__result-chip,
html[lang^="ru"] .locator__result-chip,
html[lang^="tr"] .locator__result-chip,
html[lang^="zh"] .locator__result-chip {
  font-family: Helvetica Neue, Helvetica, sans-serif;
  font-weight: 550;
}
.locator__result-chip[data-chip-type="Platinum"] {
  color: #fff;
  background-color: #5b86ba;
  border: none;
}
.locator__result-chip[data-chip-type="Gold"] {
  color: #fff;
  background-color: #d6a500;
  border: none;
}
.locator__result-chip[data-chip-type="Silver"] {
  color: #fff;
  background-color: #969fa5;
  border: none;
}
.locator__result-chip[data-chip-type="Bronze"] {
  color: #fff;
  background-color: #cd7f32;
  border: none;
}
.contact-dialog {
  position: fixed;
  z-index: 10100;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(1, 1, 1, 0.5);
  border: none;
}
.contact-dialog__card {
  margin: 10vh auto 0;
  max-width: 28.125rem;
  position: relative;
  padding: 1.5rem;
  box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.25);
  background-color: #fff;
}
.contact-dialog__x-button {
  all: unset;
  position: absolute;
  top: 1rem;
  right: 1.5rem;
  font-size: 1.25rem;
  cursor: pointer;
}
.contact-dialog__title {
  font-family: "BarlowMedium", Arial, Helvetica Neue, Helvetica, sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 1.5rem;
  line-height: 1.75rem;
  margin-bottom: 0.5rem;
  margin-right: 1rem;
}
html[lang^="cs"] .contact-dialog__title,
html[lang^="ja"] .contact-dialog__title,
html[lang^="ko"] .contact-dialog__title,
html[lang^="pl"] .contact-dialog__title,
html[lang^="ru"] .contact-dialog__title,
html[lang^="tr"] .contact-dialog__title,
html[lang^="zh"] .contact-dialog__title {
  font-family: Helvetica Neue, Helvetica, sans-serif;
  font-weight: 550;
}
.contact-dialog__title.highlighted {
  font-family: "BarlowBold", Arial, Helvetica Neue, Helvetica, sans-serif;
  font-weight: normal;
  font-style: normal;
}
html[lang^="cs"] .contact-dialog__title.highlighted,
html[lang^="ja"] .contact-dialog__title.highlighted,
html[lang^="ko"] .contact-dialog__title.highlighted,
html[lang^="pl"] .contact-dialog__title.highlighted,
html[lang^="ru"] .contact-dialog__title.highlighted,
html[lang^="tr"] .contact-dialog__title.highlighted,
html[lang^="zh"] .contact-dialog__title.highlighted {
  font-family: Helvetica Neue, Helvetica, sans-serif;
  font-weight: 800;
}
.contact-dialog__body {
  font-family: "BarlowMedium", Arial, Helvetica Neue, Helvetica, sans-serif;
  font-family: "BarlowRegular", Arial, Helvetica Neue, Helvetica, sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 1.125rem;
  line-height: 1.5rem;
}
html[lang^="cs"] .contact-dialog__body,
html[lang^="ja"] .contact-dialog__body,
html[lang^="ko"] .contact-dialog__body,
html[lang^="pl"] .contact-dialog__body,
html[lang^="ru"] .contact-dialog__body,
html[lang^="tr"] .contact-dialog__body,
html[lang^="zh"] .contact-dialog__body {
  font-family: Helvetica Neue, Helvetica, sans-serif;
  font-weight: 550;
}
html[lang^="cs"] .contact-dialog__body,
html[lang^="ja"] .contact-dialog__body,
html[lang^="ko"] .contact-dialog__body,
html[lang^="pl"] .contact-dialog__body,
html[lang^="ru"] .contact-dialog__body,
html[lang^="tr"] .contact-dialog__body,
html[lang^="zh"] .contact-dialog__body {
  font-family: Helvetica Neue, Helvetica, sans-serif;
}
.contact-dialog__button-container {
  margin-top: 1rem;
  display: flex;
  justify-content: flex-end;
  gap: 1rem;
}
.contact-dialog__close-button {
  font-family: "BarlowMedium", Arial, Helvetica Neue, Helvetica, sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 1rem;
  line-height: 1.5rem;
  letter-spacing: 0.0313em;
  /* Rounded to four decimal places */
  text-transform: uppercase;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  border-radius: 0.375rem;
  border: 0.125rem solid transparent;
  outline: 1px dashed transparent;
  color: #fff;
  overflow: hidden;
  -webkit-font-smoothing: subpixel-antialiased;
  backface-visibility: hidden;
  transform-style: preserve-3d;
  transition: all 0.3s ease-out;
  line-height: 1.375rem;
  padding: 0.25rem 1.5rem 0.375rem;
  text-align: center;
  color: #43434D;
  background-color: #fff;
  border-color: #43434D;
}
html[lang^="cs"] .contact-dialog__close-button,
html[lang^="ja"] .contact-dialog__close-button,
html[lang^="ko"] .contact-dialog__close-button,
html[lang^="pl"] .contact-dialog__close-button,
html[lang^="ru"] .contact-dialog__close-button,
html[lang^="tr"] .contact-dialog__close-button,
html[lang^="zh"] .contact-dialog__close-button {
  font-family: Helvetica Neue, Helvetica, sans-serif;
  font-weight: 550;
}
.contact-dialog__close-button::after {
  content: "";
  min-height: inherit;
  font-size: 0;
}
.contact-dialog__close-button svg {
  fill: #fff;
  width: 1.375rem;
  min-height: 1.375rem;
  margin-right: 0.625rem;
}
.contact-dialog__close-button:active,
.contact-dialog__close-button:hover,
.contact-dialog__close-button:focus {
  z-index: 1;
}
.contact-dialog__close-button:focus {
  border-color: #fff;
  outline: 1px dashed #2A79C4;
}
.contact-dialog__close-button:active,
.contact-dialog__close-button:hover {
  border-color: #2f2f36;
}
.contact-dialog__close-button:focus {
  outline: none;
  border-color: transparent;
  box-shadow: 0 0 0 2px #43434D, 0 0 0 4px #fff, 0 0 0 6px #F58025;
}
.contact-dialog__call-button {
  font-family: "BarlowMedium", Arial, Helvetica Neue, Helvetica, sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 1rem;
  line-height: 1.5rem;
  letter-spacing: 0.0313em;
  /* Rounded to four decimal places */
  text-transform: uppercase;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  border-radius: 0.375rem;
  border: 0.125rem solid transparent;
  outline: 1px dashed transparent;
  color: #fff;
  overflow: hidden;
  -webkit-font-smoothing: subpixel-antialiased;
  backface-visibility: hidden;
  transform-style: preserve-3d;
  transition: all 0.3s ease-out;
  line-height: 1.375rem;
  padding: 0.25rem 1.5rem 0.375rem;
  text-align: center;
  background-color: #2A79C4;
  border-color: #2A79C4;
  text-decoration: none;
}
html[lang^="cs"] .contact-dialog__call-button,
html[lang^="ja"] .contact-dialog__call-button,
html[lang^="ko"] .contact-dialog__call-button,
html[lang^="pl"] .contact-dialog__call-button,
html[lang^="ru"] .contact-dialog__call-button,
html[lang^="tr"] .contact-dialog__call-button,
html[lang^="zh"] .contact-dialog__call-button {
  font-family: Helvetica Neue, Helvetica, sans-serif;
  font-weight: 550;
}
.contact-dialog__call-button::after {
  content: "";
  min-height: inherit;
  font-size: 0;
}
.contact-dialog__call-button svg {
  fill: #fff;
  width: 1.375rem;
  min-height: 1.375rem;
  margin-right: 0.625rem;
}
.contact-dialog__call-button:active,
.contact-dialog__call-button:hover,
.contact-dialog__call-button:focus {
  z-index: 1;
}
.contact-dialog__call-button:focus {
  border-color: #fff;
  outline: 1px dashed #2A79C4;
}
.contact-dialog__call-button:hover {
  background-color: #005DB4;
  border-color: #005DB4;
}
.contact-dialog__call-button:active {
  background-color: #003E7E;
  border-color: #003E7E;
}
.contact-dialog__call-button:focus {
  background-color: #003E7E;
  border-color: #005DB4;
}
.contact-dialog__call-button[disabled] {
  background-color: #ccc;
  border-color: #ccc;
  color: #848484;
  cursor: text;
}
.contact-dialog__call-button:hover {
  color: #fff;
}
.locator-pagination {
  font-family: "BarlowRegular", Arial, Helvetica Neue, Helvetica, sans-serif;
  font-weight: normal;
  font-style: normal;
  display: flex;
  align-items: center;
  justify-content: center;
}
html[lang^="cs"] .locator-pagination,
html[lang^="ja"] .locator-pagination,
html[lang^="ko"] .locator-pagination,
html[lang^="pl"] .locator-pagination,
html[lang^="ru"] .locator-pagination,
html[lang^="tr"] .locator-pagination,
html[lang^="zh"] .locator-pagination {
  font-family: Helvetica Neue, Helvetica, sans-serif;
}
.locator-pagination__button {
  all: unset;
  cursor: pointer;
  color: #2A79C4;
}
.locator-pagination__button:disabled {
  cursor: unset;
  color: #ccc;
}
.locator-pagination__label {
  margin: 0 1.875rem;
  display: flex;
  align-items: inherit;
  gap: 0.5em;
}
.locator-pagination__input {
  width: 2.5em;
  text-align: center;
  padding: 0.25em;
  border: solid 1px #E5E6E9;
  border-radius: 0.375rem;
}
.locator-detail [hidden] {
  display: none !important;
}
.locator-detail summary {
  list-style: none;
}
.locator-detail summary::-webkit-details-marker {
  display: none;
}
.locator-detail input {
  line-height: normal;
}
.locator-detail h1,
.locator-detail h2,
.locator-detail h3,
.locator-detail .subtitle {
  font-family: "BarlowMedium", Arial, Helvetica Neue, Helvetica, sans-serif;
  font-weight: normal;
  font-style: normal;
  color: #43434D;
}
html[lang^="cs"] .locator-detail h1,
html[lang^="cs"] .locator-detail h2,
html[lang^="cs"] .locator-detail h3,
html[lang^="cs"] .locator-detail .subtitle,
html[lang^="ja"] .locator-detail h1,
html[lang^="ja"] .locator-detail h2,
html[lang^="ja"] .locator-detail h3,
html[lang^="ja"] .locator-detail .subtitle,
html[lang^="ko"] .locator-detail h1,
html[lang^="ko"] .locator-detail h2,
html[lang^="ko"] .locator-detail h3,
html[lang^="ko"] .locator-detail .subtitle,
html[lang^="pl"] .locator-detail h1,
html[lang^="pl"] .locator-detail h2,
html[lang^="pl"] .locator-detail h3,
html[lang^="pl"] .locator-detail .subtitle,
html[lang^="ru"] .locator-detail h1,
html[lang^="ru"] .locator-detail h2,
html[lang^="ru"] .locator-detail h3,
html[lang^="ru"] .locator-detail .subtitle,
html[lang^="tr"] .locator-detail h1,
html[lang^="tr"] .locator-detail h2,
html[lang^="tr"] .locator-detail h3,
html[lang^="tr"] .locator-detail .subtitle,
html[lang^="zh"] .locator-detail h1,
html[lang^="zh"] .locator-detail h2,
html[lang^="zh"] .locator-detail h3,
html[lang^="zh"] .locator-detail .subtitle {
  font-family: Helvetica Neue, Helvetica, sans-serif;
  font-weight: 550;
}
.locator-detail h1 {
  font-size: 3rem;
}
@media only screen and (max-width: 48em) {
  .locator-detail h1 {
    font-size: 2rem;
  }
}
.locator-detail h2 {
  font-size: 2.25rem;
}
@media only screen and (max-width: 48em) {
  .locator-detail h2 {
    font-size: 1.25rem;
  }
}
.locator-detail h3,
.locator-detail .subtitle {
  font-size: 1.5rem;
}
@media only screen and (max-width: 48em) {
  .locator-detail h3,
  .locator-detail .subtitle {
    font-size: 1.25rem;
  }
}
.locator-detail .locator-detail__contact-buttons {
  display: inline-flex;
  align-items: flex-end;
  gap: 0.8em;
}
.locator-detail .locator-detail__contact-buttons button {
  border: none;
  background: none;
  padding: 0;
}
.locator-detail .locator-detail__contact-buttons a {
  line-height: 1.15;
}
.locator-detail .locator-detail__contact-buttons svg {
  height: 1em;
  fill: #2A79C4;
}
.locator-detail .locator-detail__contact-buttons svg:hover {
  fill: #2D2D2D;
}
.locator-detail__header-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.locator-detail__header-back-link::before {
  content: "\2039";
}
.locator-detail__header-right-container {
  color: #2D2D2D;
  display: flex;
  align-items: center;
  gap: 1.25rem;
}
.locator-detail__header-right-container button {
  border: none;
  background: none;
  padding: 0;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.locator-detail__header-right-container svg {
  height: 1.5rem;
  fill: #6D6E71;
}
@media only screen and (max-width: 48em) {
  .locator-detail__header-button-label,
  .locator-detail__header-print-button {
    display: none;
  }
}
.locator-detail__info-container {
  padding-top: 2rem;
  padding-bottom: 3rem;
  display: flex;
  gap: 2rem;
}
@media only screen and (max-width: 48em) {
  .locator-detail__info-container {
    padding-top: 1.5rem;
    padding-bottom: 3.5rem;
    flex-direction: column;
  }
}
.locator-detail__info-image {
  flex: 1;
  place-self: center;
  min-width: 0;
  max-height: 32rem;
  object-fit: contain;
}
.locator-detail__info-image:not([src]) {
  display: none;
}
.locator-detail__info-content-container {
  flex: 3;
}
.locator-detail__info-company-name {
  text-decoration: none;
  text-transform: uppercase;
}
.locator-detail__info-title {
  margin-bottom: 2rem;
}
.locator-detail__info-inner-container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
}
@media only screen and (max-width: 48em) {
  .locator-detail__info-inner-container {
    display: flex;
    flex-direction: column;
  }
}
.locator-detail__product-container .locator-detail__info-inner-container {
  grid-template-columns: none;
}
.locator-detail__info-card {
  flex: 1;
}
.locator-detail__info-social-links {
  margin-top: 0.25rem;
  display: flex;
  gap: 0.25rem;
}
.locator-detail__info-social-links a {
  display: none;
}
.locator-detail__info-social-links a[href] {
  display: block;
}
.locator-detail__info-social-links a:not(.locator-detail__social-facebook) {
  transform: translateY(0.188rem);
}
.locator-detail__info-social-links svg {
  height: 1.5rem;
  fill: #2A79C4;
}
.locator-detail__info-social-links svg:hover,
.locator-detail__info-social-links svg:focus {
  fill: #2D2D2D;
}
.locator-detail__info-contact-buttons {
  display: inline-flex;
  align-items: flex-end;
  gap: 0.8em;
  margin-top: 0.5rem;
  font-size: 1.5rem;
}
.locator-detail__info-contact-buttons button {
  border: none;
  background: none;
  padding: 0;
}
.locator-detail__info-contact-buttons a {
  line-height: 1.15;
}
.locator-detail__info-contact-buttons svg {
  height: 1em;
  fill: #2A79C4;
}
.locator-detail__info-contact-buttons svg:hover {
  fill: #2D2D2D;
}
.locator-detail__office-info-container {
  flex: 1;
  max-width: 31.25rem;
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
.locator-detail__office-dialog-body {
  display: grid;
  grid-template-columns: auto max-content;
  justify-content: start;
  align-items: end;
  column-gap: 1rem;
}
@media only screen and (max-width: 48em) {
  .locator-detail__office-dialog-body {
    row-gap: 0.5rem;
  }
}
.locator-detail__section-container {
  border-top: 1px solid #ccc;
}
@media only screen and (min-width: 48.0625em) {
  .locator-detail__section-container {
    padding: 3rem 0;
  }
}
@media only screen and (max-width: 48em) {
  .locator-detail__section-container[open] {
    padding-bottom: 3.5rem;
  }
  .locator-detail__section-container:last-of-type {
    border-bottom: 1px solid #CCCCCC;
    margin-bottom: 1rem;
  }
}
@media only screen and (min-width: 48.0625em) {
  .locator-detail__section-header {
    padding-bottom: 0.75rem;
  }
}
@media only screen and (max-width: 48em) {
  .locator-detail__section-header {
    padding: 1rem 0;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .locator-detail__section-header::after {
    content: "\FE40";
    font-family: "BarlowRegular", Arial, Helvetica Neue, Helvetica, sans-serif;
    font-weight: normal;
    font-style: normal;
    font-size: 0.8em;
    display: block;
    transform: scaleY(1.25) translateY(0.25em);
  }
  html[lang^="cs"] .locator-detail__section-header::after,
  html[lang^="ja"] .locator-detail__section-header::after,
  html[lang^="ko"] .locator-detail__section-header::after,
  html[lang^="pl"] .locator-detail__section-header::after,
  html[lang^="ru"] .locator-detail__section-header::after,
  html[lang^="tr"] .locator-detail__section-header::after,
  html[lang^="zh"] .locator-detail__section-header::after {
    font-family: Helvetica Neue, Helvetica, sans-serif;
  }
}
@media only screen and (max-width: 48em) {
  .locator-detail__section-container[open] .locator-detail__section-header::after {
    transform: scaleY(-1.25) translateY(0.25em);
  }
}
.locator-detail__overview-container {
  display: flex;
  justify-content: space-between;
  gap: 2rem;
}
@media only screen and (max-width: 48em) {
  .locator-detail__overview-container {
    flex-direction: column;
  }
}
.locator-detail__overview-text-container {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.locator-detail__value-to-customer {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
}
.locator-detail__key-takeaways-heading {
  font-family: "BarlowBold", Arial, Helvetica Neue, Helvetica, sans-serif;
  font-weight: normal;
  font-style: normal;
}
html[lang^="cs"] .locator-detail__key-takeaways-heading,
html[lang^="ja"] .locator-detail__key-takeaways-heading,
html[lang^="ko"] .locator-detail__key-takeaways-heading,
html[lang^="pl"] .locator-detail__key-takeaways-heading,
html[lang^="ru"] .locator-detail__key-takeaways-heading,
html[lang^="tr"] .locator-detail__key-takeaways-heading,
html[lang^="zh"] .locator-detail__key-takeaways-heading {
  font-family: Helvetica Neue, Helvetica, sans-serif;
  font-weight: 800;
}
.locator-detail__overview-image-container {
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
@media only screen and (min-width: 48.0625em) {
  .locator-detail__overview-image-container {
    align-items: end;
  }
}
.locator-detail__overview-badge {
  width: 18rem;
}
.locator-detail__portal-image {
  max-width: 32rem;
  max-height: 48rem;
}
.locator-detail__portal-image:not([src]) {
  display: none;
}
.locator-detail__related-companies {
  margin-top: 2.5rem;
}
.locator-detail__related-companies-title {
  margin-bottom: 1rem;
}
.locator-detail__related-companies-container {
  display: grid;
  grid-template-columns: repeat(auto-fit, min(9.75rem, calc(50% - 0.625rem)));
  gap: 1.875rem;
  align-items: center;
}
@media only screen and (max-width: 48em) {
  .locator-detail__related-companies-container {
    gap: 0.625rem;
    justify-content: space-evenly;
  }
}
.locator-detail__expertise-badges-container {
  margin: 1.25rem 0;
  display: flex;
  flex-wrap: wrap;
  gap: 1.25rem;
}
@media only screen and (max-width: 48em) {
  .locator-detail__expertise-badges-container {
    margin: 0.75rem 0;
    gap: 0.75rem;
  }
}
.locator-detail__expertise-badge {
  height: 6.25rem;
}
.locator-detail__facet-lists-container {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2rem;
}
@media only screen and (max-width: 48em) {
  .locator-detail__facet-lists-container {
    grid-template-columns: 1fr;
  }
}
.locator-detail__facet-lists-container a {
  text-decoration: none;
}
.locator-detail__facet-lists-container + .locator-detail__product-table-container {
  margin-top: 2rem;
}
.locator-detail__product-container .locator-detail__facet-lists-container {
  margin-top: 3.5rem;
}
.locator-detail__facet-list {
  margin: 0;
  margin-top: 0.75rem;
}
.locator-detail__table {
  text-align: left;
  overflow-wrap: break-word;
}
.locator-detail__table a {
  text-decoration: none;
}
.locator-detail__table thead {
  background-color: #E5E6E9;
  font-family: "BarlowBold", Arial, Helvetica Neue, Helvetica, sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 0.875rem;
}
html[lang^="cs"] .locator-detail__table thead,
html[lang^="ja"] .locator-detail__table thead,
html[lang^="ko"] .locator-detail__table thead,
html[lang^="pl"] .locator-detail__table thead,
html[lang^="ru"] .locator-detail__table thead,
html[lang^="tr"] .locator-detail__table thead,
html[lang^="zh"] .locator-detail__table thead {
  font-family: Helvetica Neue, Helvetica, sans-serif;
  font-weight: 800;
}
.locator-detail__table tr {
  border: 1px solid #E5E6E9;
}
.locator-detail__table th {
  padding: 0.438rem 1.25rem;
}
.locator-detail__table td {
  padding: 0.625rem 1.25rem;
}
@media only screen and (max-width: 48em) {
  .locator-detail__table {
    width: 100%;
  }
  .locator-detail__table thead {
    display: none;
  }
  .locator-detail__table td {
    padding: 0.625rem 0.75rem;
    display: flex;
    gap: 1rem;
    align-items: baseline;
  }
  .locator-detail__table td::before {
    min-width: 7rem;
    content: attr(data-th);
    font-family: "BarlowMedium", Arial, Helvetica Neue, Helvetica, sans-serif;
    font-weight: normal;
    font-style: normal;
    color: #6D6E71;
    font-size: 0.75rem;
    text-transform: uppercase;
  }
  html[lang^="cs"] .locator-detail__table td::before,
  html[lang^="ja"] .locator-detail__table td::before,
  html[lang^="ko"] .locator-detail__table td::before,
  html[lang^="pl"] .locator-detail__table td::before,
  html[lang^="ru"] .locator-detail__table td::before,
  html[lang^="tr"] .locator-detail__table td::before,
  html[lang^="zh"] .locator-detail__table td::before {
    font-family: Helvetica Neue, Helvetica, sans-serif;
    font-weight: 550;
  }
  .locator-detail__table td:not(:first-of-type) {
    padding-top: 0;
  }
  .locator-detail__table td[data-filled="false"] {
    display: none;
  }
}
.locator-detail__full-width-table {
  table-layout: fixed;
  margin: 1rem 0;
}
.locator-detail__full-width-table td > a,
.locator-detail__full-width-table td > span {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
}
@media only screen and (max-width: 48em) {
  .locator-detail__full-width-table td > a,
  .locator-detail__full-width-table td > span {
    -webkit-line-clamp: 2;
  }
}
.locator-detail__product-table th:nth-child(-n+2) {
  width: 25%;
}
@media only screen and (min-width: 48.0625em) {
  .locator-detail__contacts-table {
    width: auto;
  }
}
@media only screen and (max-width: 48em) {
  .locator-detail__contacts-table {
    margin-top: 1.25rem;
  }
}
.locator-detail__contact-row-buttons {
  display: inline-flex;
  align-items: flex-end;
  gap: 0.8em;
}
.locator-detail__contact-row-buttons button {
  border: none;
  background: none;
  padding: 0;
}
.locator-detail__contact-row-buttons a {
  line-height: 1.15;
}
.locator-detail__contact-row-buttons svg {
  height: 1em;
  fill: #2A79C4;
}
.locator-detail__contact-row-buttons svg:hover {
  fill: #2D2D2D;
}
.locator-detail__locations-content-container {
  display: flex;
  gap: 3.5rem;
  height: 40.625rem;
}
@media only screen and (max-width: 48em) {
  .locator-detail__locations-content-container {
    flex-direction: column;
    height: auto;
  }
}
.locator-detail__locations-list-container {
  flex: 1;
  max-width: 31.25rem;
  overflow-y: scroll;
}
@media only screen and (max-width: 48em) {
  .locator-detail__locations-list-container {
    overflow-y: visible;
  }
}
.locator-detail__locations-list-header {
  color: #43434D;
  margin-bottom: 0.75rem;
}
.locator-detail__locations-hq-container {
  padding-bottom: 1.5rem;
  border-bottom: 1px solid #ccc;
  margin-bottom: 1.5rem;
}
.locator-detail__location:not(:last-child) {
  margin-bottom: 2rem;
}
.locator-detail__location-name {
  font-family: "BarlowBold", Arial, Helvetica Neue, Helvetica, sans-serif;
  font-weight: normal;
  font-style: normal;
  text-transform: uppercase;
  cursor: pointer;
}
html[lang^="cs"] .locator-detail__location-name,
html[lang^="ja"] .locator-detail__location-name,
html[lang^="ko"] .locator-detail__location-name,
html[lang^="pl"] .locator-detail__location-name,
html[lang^="ru"] .locator-detail__location-name,
html[lang^="tr"] .locator-detail__location-name,
html[lang^="zh"] .locator-detail__location-name {
  font-family: Helvetica Neue, Helvetica, sans-serif;
  font-weight: 800;
}
.locator-detail__location-contact-buttons {
  display: inline-flex;
  align-items: flex-end;
  gap: 0.8em;
}
.locator-detail__location-contact-buttons button {
  border: none;
  background: none;
  padding: 0;
}
.locator-detail__location-contact-buttons a {
  line-height: 1.15;
}
.locator-detail__location-contact-buttons svg {
  height: 1em;
  fill: #2A79C4;
}
.locator-detail__location-contact-buttons svg:hover {
  fill: #2D2D2D;
}
.locator-detail__locations-map-container {
  flex: 2;
}
@media only screen and (max-width: 48em) {
  .locator-detail__locations-map-container {
    flex: none;
    height: 28.125rem;
  }
}
.locator-detail__locations-map-container #locator-detail__locations-map {
  height: 100%;
}
.locator-detail__locations-map-container #locator-detail__office-map {
  height: 100%;
}
.locator-detail__locations-map-container .locator-detail__location {
  background-color: #fff;
}
.locator-detail__locations-map-container .locator-detail__location-name {
  color: #2D2D2D;
  cursor: default;
}
.locator-detail__regions-content-container {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 3.5rem;
}
@media only screen and (max-width: 48em) {
  .locator-detail__regions-content-container {
    display: flex;
    flex-direction: column;
  }
}
.locator-detail__regions-content-container .locator-detail__location:not(:last-child) {
  margin-bottom: 1rem;
}
.locator-detail__regions-content-container .locator-detail__location-name {
  cursor: default;
  color: #2A79C4;
}
.locator-detail__regions-header {
  font-family: "BarlowBold", Arial, Helvetica Neue, Helvetica, sans-serif;
  font-weight: normal;
  font-style: normal;
  text-transform: uppercase;
  margin-bottom: 0.5rem;
}
html[lang^="cs"] .locator-detail__regions-header,
html[lang^="ja"] .locator-detail__regions-header,
html[lang^="ko"] .locator-detail__regions-header,
html[lang^="pl"] .locator-detail__regions-header,
html[lang^="ru"] .locator-detail__regions-header,
html[lang^="tr"] .locator-detail__regions-header,
html[lang^="zh"] .locator-detail__regions-header {
  font-family: Helvetica Neue, Helvetica, sans-serif;
  font-weight: 800;
}
.locator-detail__company-link {
  text-decoration: none;
}

