.mapContainer__E0LTn {
  width: 100%;
  height: 100%;
}.title__jE00O {
  font-size: 14px;
  font-weight: 500;
  line-height: 15px;
}

.description__bjRoW {
  font-size: 13px;
  font-weight: 400;
  color: #333;
}

.link__AM1ap {
  display: block;
  font-size: 13px;
  font-weight: 400;
  color: var(--wst-links-and-actions-color, #1a73e8);
  text-decoration: underline;
}

.pinIcon__PgsnW svg {
  width: 32px;
  height: 32px;
}

.srOnly__BD6KL {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip-path: polygon(0 0, 0 0, 0 0, 0 0);
  border: 0;
}
.root__CGREm {
  box-shadow: none !important;
}

.noConsentBox__mrFy- {
  text-align: center;
  container-type: size;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background-color: rgb(var(--color_11));
}
.noConsentBox__mrFy- * {
  box-sizing: border-box;
}

.textBox__VgZcv {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  border: 1px solid rgba(var(--color_15), 0.3);
  border-radius: 2px;
  height: 100%;
  padding: 20px;
}
.textBox__VgZcv .cookieIcon__fOOVu {
  fill: rgb(var(--color_15));
  margin-bottom: 12px;
}

.largeTextBox__-nB4W {
  display: none;
  flex-direction: column-reverse;
  justify-content: flex-end;
}

.mediumTextBox__59Vot {
  display: none;
  flex-direction: column-reverse;
  justify-content: flex-end;
}

.smallTextBox__8nP4K {
  display: none;
  justify-content: flex-start;
}

.tinyTextBox__arVSF {
  display: flex;
  height: 100%;
  border: 1px solid rgba(var(--color_15), 0.3);
  border-radius: 2px;
}
.tinyTextBox__arVSF button {
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.tinyTextBox__arVSF .tooltipButton__gSrm2 {
  position: relative;
}
.tinyTextBox__arVSF .tooltipButton__gSrm2 div {
  display: flex;
}
.tinyTextBox__arVSF .tooltipButton__gSrm2:hover .cookieIcon__fOOVu {
  opacity: 0.7;
}

@container (width > 300px) and (height > 180px) {
  .largeTextBox__-nB4W {
    display: flex;
  }
  .mediumTextBox__59Vot {
    display: none;
  }
  .smallTextBox__8nP4K {
    display: none;
  }
  .tinyTextBox__arVSF {
    display: none;
  }
}
@container (280px < width <= 300px) and (160px <= height) {
  .largeTextBox__-nB4W {
    display: none;
  }
  .mediumTextBox__59Vot {
    display: flex;
  }
  .smallTextBox__8nP4K {
    display: none;
  }
  .tinyTextBox__arVSF {
    display: none;
  }
}
@container ((200px <= width <= 280px) and (160px <= height)) or ((150px <= width <= 200px) and (200px <= height)) {
  .largeTextBox__-nB4W {
    display: none;
  }
  .mediumTextBox__59Vot {
    display: none;
  }
  .smallTextBox__8nP4K {
    display: flex;
  }
  .tinyTextBox__arVSF {
    display: none;
  }
}
@container (width < 200px) and (height < 200px) {
  .largeTextBox__-nB4W {
    display: none;
  }
  .mediumTextBox__59Vot {
    display: none;
  }
  .smallTextBox__8nP4K {
    display: none;
  }
  .tinyTextBox__arVSF {
    display: flex;
  }
}.textDiv__CmQKK {
  align-items: center;
  display: flex;
  flex-direction: column-reverse;
}

.textWithLinkBox__M40jU {
  display: block;
  font: var(--font_8);
  font-size: 16px;
  color: rgb(var(--color_15));
}

.tooltipTextBox__3WCSS {
  box-sizing: border-box;
  text-align: center;
  font: var(--font_8);
  width: 320px;
  font-size: 16px;
  padding: 20px;
  background-color: #ffffff;
  position: relative;
  color: #000000;
}

@media (max-width: 767px) {
  .tooltipTextBox__3WCSS {
    width: 280px;
    padding: 20px;
  }
}
.tooltipButton__UQ8an {
  position: relative;
}
.tooltipButton__UQ8an .cookieIcon__FyZlm {
  fill: rgb(var(--color_15));
  margin-bottom: 12px;
}
.tooltipButton__UQ8an:hover .cookieIcon__FyZlm {
  opacity: 0.7;
}
.tooltipButton__UQ8an::after {
  position: absolute;
  content: "";
  left: -12px;
  right: -12px;
  top: -12px;
  bottom: -8px;
}

.textButton__z-AfY {
  text-decoration: underline;
  color: rgb(var(--color_18));
  cursor: pointer;
  font: var(--font_8);
  font-size: 16px;
  touch-action: manipulation;
}
.textButton__z-AfY:hover {
  opacity: 0.7;
}

.tooltipTextButton__9Fi7o {
  text-decoration: underline;
  color: #004fff;
  cursor: pointer;
  font: var(--font_8);
  font-size: 16px;
  touch-action: manipulation;
}
.tooltipTextButton__9Fi7o:hover {
  opacity: 0.7;
}

.tooltipIconWrapper__Q5IUf {
  display: flex;
}

.tooltip__Ahucg {
  position: absolute;
  visibility: hidden;
  z-index: var(--portals-z-index);
  opacity: 0.99;
  transition: opacity 1ms linear, box-shadow 0ms linear 10ms;
}
.tooltip__Ahucg:focus {
  z-index: var(--portals-z-index) !important;
  box-shadow: 0 0 0 1px #ffffff, 0 0 0 3px #116dff !important;
}
.tooltip__Ahucg:focus-within {
  opacity: 1;
}

.showTooltip__qzdh4 {
  visibility: visible;
}

.tooltipEntered__B0MHZ {
  transition: opacity 1ms linear, box-shadow 0ms linear 0ms;
}

.animationBox__uZDo1 {
  position: relative;
  animation-duration: 400ms;
  animation-timing-function: ease;
  animation-fill-mode: forwards;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.12), 0px 0px 4px rgba(0, 0, 0, 0.1);
  font-size: 16px;
  background-color: #ffffff;
  border-radius: 2px;
  display: inline-block;
}

.arrow__crH5d {
  visibility: hidden;
}

.arrow__crH5d,
.arrow__crH5d::before {
  position: absolute;
  width: 12px;
  height: 12px;
  background: inherit;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.12), 0px 0px 4px rgba(0, 0, 0, 0.1);
  z-index: -1;
  background-color: #ffffff;
}

.arrow__crH5d::before {
  position: absolute;
  content: "";
  transform: rotate(45deg);
}

.showTooltip__qzdh4 .arrow__crH5d::before {
  visibility: visible;
}

.tooltip__Ahucg[data-popper-placement^=top].showTooltip__qzdh4 .arrow__crH5d {
  bottom: -6px;
}
.tooltip__Ahucg[data-popper-placement^=top].showTooltip__qzdh4 .animationBox__uZDo1 {
  animation-name: slideTop__n9GW5;
}

.tooltip__Ahucg[data-popper-placement^=bottom].showTooltip__qzdh4 .arrow__crH5d {
  top: -6px;
}
.tooltip__Ahucg[data-popper-placement^=bottom].showTooltip__qzdh4 .animationBox__uZDo1 {
  animation-name: slideBottom__l4Nhf;
}

.tooltip__Ahucg[data-popper-placement^=left].showTooltip__qzdh4 .arrow__crH5d {
  right: -6px;
}
.tooltip__Ahucg[data-popper-placement^=left].showTooltip__qzdh4 .animationBox__uZDo1 {
  animation-name: slideLeft__wUJSn;
}

.tooltip__Ahucg[data-popper-placement^=right].showTooltip__qzdh4 .arrow__crH5d {
  left: -6px;
}
.tooltip__Ahucg[data-popper-placement^=right].showTooltip__qzdh4 .animationBox__uZDo1 {
  animation-name: slideRight__Ur0SA;
}

@keyframes slideTop__n9GW5 {
  from {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
@keyframes slideBottom__l4Nhf {
  from {
    opacity: 0;
    transform: translateY(-10px);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
@keyframes slideLeft__wUJSn {
  from {
    opacity: 0;
    transform: translateX(10px);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
@keyframes slideRight__Ur0SA {
  from {
    opacity: 0;
    transform: translateX(-10px);
  }
  to {
    opacity: 1;
    transform: none;
  }
}