@charset "UTF-8";
.AnchorGlobal__link.-europe {
  position: absolute;
  top: 28%;
  left: 18%
}
.AnchorGlobal__link:after {
  display: none;
}
.AnchorGlobal__link:hover {
  background-color: #fff;
  color: #222;
}

@media print, screen and (max-width: 768px) {
.AnchorGlobal__link.-europe {
  position:relative;
  width:100%;
  top:initial;
  left:initial
}
.AnchorGlobal__box {
  display:none !important;
}

}
