.contact_button[data-v-46f0d818] {
  background: #00aff0;
  width: 42px;
  height: 41px;
  border-radius: 3px 0 0 3px;
  position: fixed;
  right: var(--scrollbar-width);
  bottom: 25%;
  z-index: 99;
  transition: transform 0.3s;
  color: #fff;
  font-size: 24px;
  font-weight: 700;
}
.contact_button[m-hover-state][data-v-46f0d818] {
  background: #0091ea;
  color: #fff;
}
@media (any-hover: hover) and (pointer: fine) {
  .contact_button[data-v-46f0d818]:hover {
    background: #0091ea;
    color: #fff;
  }
}
@media (any-hover: hover) and (pointer: fine) {
  .contact_button[data-v-46f0d818]:focus-visible {
    outline: 2px solid #0091ea;
    outline-offset: 2px;
    text-decoration: none;
    background: #0091ea;
    color: #fff;
  }
}
.m-prevent-scrolling .contact_button[data-v-46f0d818] {
  z-index: 0;
  border-radius: 3px;
}
.m-black-body .contact_button[data-v-46f0d818] {
  display: none;
}
.contact_button .g-icon[data-v-46f0d818] {
  width: 30px;
  height: 30px;
  flex: 0 0 30px;
  position: absolute;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
}
.contact_button.m-unread[data-v-46f0d818]:after {
  content: "";
  position: absolute;
  width: 14px;
  height: 14px;
  border-radius: 1000px;
  right: 5px;
  top: 5px;
  background: inherit;
  border: 2px solid currentColor;
}
.contact_button.m-translations[data-v-46f0d818] {
  transform: translateY(45px);
}
