.no-select {
  -webkit-touch-callout: none; /* iOS Safari */
  -webkit-user-select: none; /* Safari */
  -khtml-user-select: none; /* Konqueror HTML */
  -moz-user-select: none; /* Firefox */
  -ms-user-select: none; /* Internet Explorer/Edge */
  user-select: none; /* Non-prefixed version, currently
             supported by Chrome and Opera */
}

.break-word {
  overflow-wrap: break-word;
  word-wrap: break-word;
  -ms-word-break: break-all;
  word-break: break-word;
}

.hyphens {
  -ms-hyphens: auto;
  -moz-hyphens: auto;
  -webkit-hyphens: auto;
  hyphens: auto;
}

.force-unlimited-full-width {
  width: 100vw;
  margin-left: calc(50% - 50vw);
  max-width: 100vw;
}

.force-full-width {
  width: 100vw;
  margin-left: calc(50% - 960px);
  max-width: 1920px;
}
@media screen and (max-width: 1920px) {
  .force-full-width {
    margin-left: calc(50% - 50vw);
  }
}

.has-max-width {
  max-width: var(--maxWidth);
  margin: 0 auto;
}

.has-content-max-width {
  max-width: var(--contentMaxWidth);
  margin: 0 auto;
}

.swiper-navigation .swiper-button-next.swiper-button-disabled, .swiper-navigation .swiper-button-prev.swiper-button-disabled {
  opacity: 0;
  -o-transition: unset;
  -ms-transition: unset;
  -moz-transition: unset;
  -webkit-transition: unset;
  transition: unset;
}
.swiper-navigation .swiper-button-next.swiper-button-disabled svg, .swiper-navigation .swiper-button-prev.swiper-button-disabled svg {
  color: var(--swiperColor);
}
.swiper-navigation .swiper-button-next,
.swiper-navigation .swiper-button-prev {
  -o-transition: 0.25s ease;
  -ms-transition: 0.25s ease;
  -moz-transition: 0.25s ease;
  -webkit-transition: 0.25s ease;
  transition: 0.25s ease;
  font-size: 0;
  height: 64px;
  width: 64px;
  border-radius: 50%;
  right: unset;
  left: unset;
  top: 50%;
  margin-top: -32px;
}
.swiper-navigation .swiper-button-next svg,
.swiper-navigation .swiper-button-prev svg {
  top: 0;
  bottom: 0;
  position: absolute;
  left: 0;
  margin: auto;
  right: unset;
  font-size: 50px;
  color: var(--swiperColor);
}
@media screen and (max-width: 768px) {
  .swiper-navigation .swiper-button-next,
  .swiper-navigation .swiper-button-prev {
    -webkit-transform: scale(0.7);
    -moz-transform: scale(0.7);
    -ms-transform: scale(0.7);
    transform: scale(0.7);
  }
}
.swiper-navigation .swiper-button-next.swiper-button-next,
.swiper-navigation .swiper-button-prev.swiper-button-next {
  -webkit-transform-origin: right;
  -moz-transform-origin: right;
  -ms-transform-origin: right;
  transform-origin: right;
  right: 0;
  background: unset;
  border: unset;
}
.swiper-navigation .swiper-button-next.swiper-button-next svg,
.swiper-navigation .swiper-button-prev.swiper-button-next svg {
  right: 0;
  left: unset;
}
.swiper-navigation .swiper-button-next.swiper-button-next:after,
.swiper-navigation .swiper-button-prev.swiper-button-next:after {
  display: none;
  font-family: "Font Awesome 5 Free", serif;
  font-weight: 900;
  content: "\f054";
}
.swiper-navigation .swiper-button-next.swiper-button-prev,
.swiper-navigation .swiper-button-prev.swiper-button-prev {
  -webkit-transform-origin: left;
  -moz-transform-origin: left;
  -ms-transform-origin: left;
  transform-origin: left;
  left: 0;
  background: unset;
  border: unset;
}
.swiper-navigation .swiper-button-next.swiper-button-prev:after,
.swiper-navigation .swiper-button-prev.swiper-button-prev:after {
  display: none;
  font-family: "Font Awesome 5 Free", serif;
  font-weight: 900;
  content: "\f053";
}
.swiper-navigation .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: var(--swiperColor);
  opacity: 0.5;
}
.swiper-navigation .swiper-pagination-bullet-active {
  background-color: var(--swiperColor) !important;
  opacity: 1 !important;
}
.swiper-navigation .swiper-pagination-bullets {
  text-align: center;
}

.swiper-button-next svg.svg-inline--fa, .swiper-button-prev svg.svg-inline--fa {
  height: 1em;
}

.swiper-lazy-preloader-white {
  filter: drop-shadow(0 0 1px rgba(105, 105, 105, 0.4));
}

.no-select {
  -webkit-touch-callout: none; /* iOS Safari */
  -webkit-user-select: none; /* Safari */
  -khtml-user-select: none; /* Konqueror HTML */
  -moz-user-select: none; /* Firefox */
  -ms-user-select: none; /* Internet Explorer/Edge */
  user-select: none; /* Non-prefixed version, currently
             supported by Chrome and Opera */
}

.break-word {
  overflow-wrap: break-word;
  word-wrap: break-word;
  -ms-word-break: break-all;
  word-break: break-word;
}

.hyphens {
  -ms-hyphens: auto;
  -moz-hyphens: auto;
  -webkit-hyphens: auto;
  hyphens: auto;
}

.force-unlimited-full-width {
  width: 100vw;
  margin-left: calc(50% - 50vw);
  max-width: 100vw;
}

.force-full-width {
  width: 100vw;
  margin-left: calc(50% - 720px);
  max-width: 1440px;
}
@media screen and (max-width: 1440px) {
  .force-full-width {
    margin-left: calc(50% - 50vw);
  }
}

.has-max-width {
  max-width: var(--maxWidth);
  margin: 0 auto;
}

.has-content-max-width {
  max-width: var(--contentMaxWidth);
  margin: 0 auto;
}

.location-slider-container {
  --border-radius: 4px;
  --profile-image-size: 192px;
  --consultant-area-width: 431px;
  --location-bg-height: 486px;
  --image-overlay: linear-gradient(0deg, var(--Colors-Page-Image-Overlay, rgba(38, 38, 38, 0.20)) 0%, var(--Colors-Page-Image-Overlay, rgba(38, 38, 38, 0.20)) 100%), linear-gradient(180deg, rgba(0, 0, 0, 0.00) 40%, rgba(0, 0, 0, 0.20) 85%);
}
@media screen and (max-width: 1023px) {
  .location-slider-container {
    --consultant-area-width: 340px;
    --profile-image-size: 144px;
  }
}
@media screen and (max-width: 767px) {
  .location-slider-container {
    --consultant-area-width: 100%;
    --profile-image-size: 96px;
    --location-bg-height: 280px;
  }
}
.location-slider-container .location-slider-content {
  position: relative;
  width: 100%;
  height: var(--location-bg-height);
  border-radius: 4px;
  overflow: hidden;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}
@media screen and (max-width: 767px) {
  .location-slider-container .location-slider-content {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    height: auto;
  }
}
.location-slider-container .location-slider-content .location-container {
  position: relative;
  -webkit-box-flex: auto;
  -moz-box-flex: auto;
  -webkit-flex: auto;
  -ms-flex: auto;
  flex: auto;
  min-height: var(--location-bg-height);
  background: var(--green-5);
  color: white;
  overflow: hidden;
  flex: 1;
}
.location-slider-container .location-slider-content .location-container .location-bg-slider {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 0;
}
.location-slider-container .location-slider-content .location-container .location-bg-slider .swiper-slide {
  width: 100%;
  height: 100%;
}
.location-slider-container .location-slider-content .location-container .location-bg-slider .location-background {
  position: relative;
  width: 100%;
  height: 100%;
}
.location-slider-container .location-slider-content .location-container .location-bg-slider .location-background img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.location-slider-container .location-slider-content .location-container .location-bg-slider .location-background:after {
  content: "";
  position: absolute;
  background: var(--image-overlay);
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.location-slider-container .location-slider-content .location-container .location-content {
  position: relative;
  padding: 32px;
  width: 100%;
  height: 100%;
  z-index: 100;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
}
@media screen and (max-width: 767px) {
  .location-slider-container .location-slider-content .location-container .location-content {
    position: absolute;
    padding: 16px;
  }
}
.location-slider-container .location-slider-content .location-container .location-name {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-inline-flexbox;
  display: -webkit-inline-flex;
  display: inline-flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  gap: 4px;
  color: white;
  width: 100%;
}
.location-slider-container .location-slider-content .location-container .location-name:has(.location-name-slider:not(.swiper-initialized)) {
  opacity: 0;
}
@media screen and (max-width: 767px) {
  .location-slider-container .location-slider-content .location-container .location-name {
    gap: 8px;
  }
}
.location-slider-container .location-slider-content .location-container .location-name svg {
  flex: 0 0 20px;
}
.location-slider-container .location-slider-content .location-container .location-name .location-prefix {
  padding-left: 4px;
}
@media screen and (max-width: 767px) {
  .location-slider-container .location-slider-content .location-container .location-name .location-prefix {
    display: none;
  }
}
.location-slider-container .location-slider-content .location-container .location-name .location-name-slider {
  --eyebrow-FontSize: 1.6rem;
  --eyebrow-LetterSpacing: 0.16rem;
  display: inline-block;
  overflow: hidden;
  font-family: var(--eyebrow-FontFamily), sans-serif;
  font-weight: var(--eyebrow-FontWeight);
  font-size: var(--eyebrow-FontSize);
  line-height: var(--eyebrow-LineHeight);
  text-transform: var(--eyebrow-TextTransform);
  letter-spacing: var(--eyebrow-LetterSpacing);
}
.location-slider-container .location-slider-content .location-container .location-name .location-name-slider .swiper-slide {
  height: auto;
}
.location-slider-container .location-slider-content .location-container .actions-container {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  gap: 16px;
  margin: 0;
}
.location-slider-container .location-slider-content .location-container .actions-container a {
  margin: 0;
}
@media screen and (max-width: 767px) {
  .location-slider-container .location-slider-content .location-container .actions-container {
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
  }
  .location-slider-container .location-slider-content .location-container .actions-container .office-button {
    display: none;
  }
  .location-slider-container .location-slider-content .location-container .actions-container .buttonstyle {
    width: auto;
    justify-content: center;
  }
}
.location-slider-container .location-slider-content .consultant-container {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: var(--consultant-area-width);
  background: var(--green-10);
  border-top-right-radius: var(--border-radius);
  border-bottom-right-radius: var(--border-radius);
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .location-slider-container .location-slider-content .consultant-container {
    border-bottom-left-radius: var(--border-radius);
    border-top-right-radius: 0;
    width: 100%;
  }
}
.location-slider-container .location-slider-content .consultant-container .consultant-content {
  display: flex;
  flex-direction: column;
  flex: 1;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .location-slider-container .location-slider-content .consultant-container .consultant-content {
    flex-direction: row;
    flex-wrap: wrap;
    padding: 24px 16px;
    display: flex;
    gap: 16px;
    row-gap: 0;
    align-items: center;
  }
}
.location-slider-container .location-slider-content .consultant-container .consultant-content .pagination-mobile {
  display: none;
}
@media screen and (max-width: 767px) {
  .location-slider-container .location-slider-content .consultant-container .consultant-content .pagination-mobile {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    flex: 0 0 100%;
    padding: 0 16px 24px 16px;
  }
}
.location-slider-container .location-slider-content .consultant-container .consultant-content .headline {
  padding: 3.2rem 2.4rem 3.6rem 2.4rem;
  color: var(--black-100);
  text-transform: uppercase;
  font-family: var(--eyebrow-FontFamily), sans-serif;
  font-weight: var(--eyebrow-FontWeight);
  font-size: var(--eyebrow-FontSize);
  line-height: var(--eyebrow-LineHeight);
  text-transform: var(--eyebrow-TextTransform);
  letter-spacing: var(--eyebrow-LetterSpacing);
}
@media screen and (max-width: 767px) {
  .location-slider-container .location-slider-content .consultant-container .consultant-content .headline {
    display: none;
  }
}
.location-slider-container .location-slider-content .consultant-container .consultant-image-slider,
.location-slider-container .location-slider-content .consultant-container .consultant-info-slider {
  width: 100%;
}
.location-slider-container .location-slider-content .consultant-container .consultant-image-slider {
  padding: 0 2.4rem;
}
@media screen and (max-width: 767px) {
  .location-slider-container .location-slider-content .consultant-container .consultant-image-slider {
    padding: 0;
    width: var(--profile-image-size);
    flex: 0 0 var(--profile-image-size);
  }
}
.location-slider-container .location-slider-content .consultant-container .consultant-image-slider .swiper-slide .consultant-info {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
.location-slider-container .location-slider-content .consultant-container .consultant-image-slider .swiper-slide .consultant-info .profile-image {
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
.location-slider-container .location-slider-content .consultant-container .consultant-image-slider .swiper-slide .consultant-info .profile-image img {
  width: var(--profile-image-size);
  height: var(--profile-image-size);
  border-radius: var(--border-radius);
  object-fit: cover;
  display: block;
  overflow: hidden;
}
.location-slider-container .location-slider-content .consultant-container .consultant-info-slider {
  padding: 1.6rem 2.4rem 2.4rem 2.4rem;
}
@media screen and (max-width: 767px) {
  .location-slider-container .location-slider-content .consultant-container .consultant-info-slider {
    display: flex;
    align-items: center;
    flex: 1;
    padding: 0;
    width: 100%;
    overflow: hidden;
  }
}
@media screen and (max-width: 767px) {
  .location-slider-container .location-slider-content .consultant-container .consultant-info-slider .swiper-wrapper {
    align-items: center;
  }
}
.location-slider-container .location-slider-content .consultant-container .consultant-info-slider .swiper-slide .profile-details {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  text-align: center;
  text-decoration: none;
}
.location-slider-container .location-slider-content .consultant-container .consultant-info-slider .swiper-slide .profile-details .name {
  font-family: var(--s4-fontFamily), sans-serif;
  font-weight: var(--s4-fontWeight);
  font-size: var(--s4-fontSize);
  line-height: var(--s4-lineHeight);
  letter-spacing: var(--s4-letterSpacing);
  color: var(--green-100);
  margin-bottom: 4px;
}
@media screen and (max-width: 767px) {
  .location-slider-container .location-slider-content .consultant-container .consultant-info-slider .swiper-slide .profile-details .name {
    font-family: var(--s6-fontFamily), sans-serif;
    font-weight: var(--s6-fontWeight);
    font-size: var(--s6-fontSize);
    line-height: var(--s6-lineHeight);
    margin-bottom: 2px;
  }
}
.location-slider-container .location-slider-content .consultant-container .consultant-info-slider .swiper-slide .profile-details .expertise {
  font-family: var(--paragraph-FontFamily), sans-serif;
  font-weight: var(--paragraph-FontWeight);
  font-size: var(--paragraph-FontSize);
  line-height: var(--paragraph-LineHeight);
  letter-spacing: var(--paragraph-LetterSpacing);
  margin-bottom: 4px;
}
@media screen and (max-width: 767px) {
  .location-slider-container .location-slider-content .consultant-container .consultant-info-slider .swiper-slide .profile-details .expertise {
    font-family: var(--paragraphSmall-FontFamily), sans-serif;
    font-weight: var(--paragraphSmall-FontWeight);
    font-size: var(--paragraphSmall-FontSize);
    line-height: var(--paragraphSmall-LineHeight);
    margin-bottom: 0;
  }
}
.location-slider-container .location-slider-content .consultant-container .consultant-info-slider .swiper-slide .profile-details .location {
  font-family: var(--paragraph-FontFamily), sans-serif;
  font-weight: var(--paragraph-FontWeight);
  font-size: var(--paragraph-FontSize);
  line-height: var(--paragraph-LineHeight);
  letter-spacing: var(--paragraph-LetterSpacing);
  color: var(--black-70);
}
@media screen and (max-width: 767px) {
  .location-slider-container .location-slider-content .consultant-container .consultant-info-slider .swiper-slide .profile-details .location {
    font-family: var(--paragraphSmall-FontFamily), sans-serif;
    font-weight: var(--paragraphSmall-FontWeight);
    font-size: var(--paragraphSmall-FontSize);
    line-height: var(--paragraphSmall-LineHeight);
  }
}
@media screen and (max-width: 767px) {
  .location-slider-container .location-slider-content .consultant-container .consultant-info-slider .swiper-slide .profile-details {
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    -ms-align-items: flex-start;
    align-items: flex-start;
    text-align: left;
  }
}
.location-slider-container .location-slider-content .consultant-container .consultant-overview-link {
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  vertical-align: middle;
  height: 6rem;
  width: 100%;
  padding: 0 2.4rem;
  text-align: left;
  background: var(--green-10-fade);
  color: var(--black);
  text-decoration: none;
  border-bottom-right-radius: var(--border-radius);
  font-family: var(--button-FontFamily), sans-serif;
  font-weight: var(--button-FontWeight);
  font-size: var(--button-FontSize);
  line-height: var(--button-LineHeight);
  letter-spacing: var(--button-LetterSpacing);
  font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
  .location-slider-container .location-slider-content .consultant-container .consultant-overview-link {
    padding: 0 1.6rem;
    height: 4.8rem;
  }
}
.location-slider-container .location-slider-content .consultant-container .consultant-overview-link:after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  display: block;
  width: 8px;
  height: 100%;
  background: var(--green-accent);
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
}
.location-slider-container .location-slider-content .consultant-container .consultant-overview-link .icon, .location-slider-container .location-slider-content .consultant-container .consultant-overview-link i {
  position: relative;
  width: 20px;
  height: 20px;
  font-size: 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.2s ease;
}
.location-slider-container .location-slider-content .consultant-container .consultant-overview-link:hover .icon, .location-slider-container .location-slider-content .consultant-container .consultant-overview-link:hover i {
  transform: translateX(4px);
}
.location-slider-container .location-slider-content .consultant-container .consultant-overview-link:hover:after {
  opacity: 1;
}
@media screen and (max-width: 767px) {
  .location-slider-container .location-slider-content .consultant-container .consultant-overview-link {
    border-bottom-left-radius: var(--border-radius);
  }
}
.location-slider-container .location-slider-content .consultant-container .consultant-overview-link .count {
  position: relative;
  font-family: var(--paragraphSmall-FontFamily), sans-serif;
  font-weight: var(--paragraphSmall-FontWeight);
  font-size: var(--paragraphSmall-FontSize);
  line-height: var(--paragraphSmall-LineHeight);
  top: -4px;
  color: var(--black-100);
  font-weight: 400;
}
.location-slider-container .location-slider-content .consultant-container .consultant-overview-link .count:before {
  content: " ";
}
.location-slider-container .location-slider-pagination {
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 10px 0;
  gap: 8px;
  inset: 0;
}
@media screen and (max-width: 767px) {
  .location-slider-container .location-slider-pagination {
    display: none;
  }
}
.location-slider-container .location-slider-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background: transparent;
  border: 1px solid var(--green-80);
  border-radius: 4px;
  opacity: 1;
  transition: background-color 0.3s ease, border-color 0.3s ease;
  cursor: pointer;
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}
.location-slider-container .location-slider-pagination .swiper-pagination-bullet:hover {
  border-color: var(--green-100);
}
.location-slider-container .location-slider-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: var(--green-80);
  border-color: var(--green-80);
}
.location-slider-container .actions-mobile {
  display: none;
}
@media screen and (max-width: 767px) {
  .location-slider-container .actions-mobile {
    display: flex;
    width: 100%;
    padding-top: 20px;
  }
}

/*# sourceMappingURL=location-slider.css.map */
