.emailBar {
  display: flex;
  width: -moz-fit-content;
  width: fit-content;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
  position: fixed;
  right: 50px;
  bottom: 0;
  transform: rotate(90deg);
  transform-origin: bottom right;
}
@media (max-width: 768px) {
  .emailBar {
    display: none;
  }
}
.emailBar .emailBar_linkSection {
  display: block;
  width: 100%;
  text-align: center;
}
.emailBar .emailBar_linkSection a {
  color: #8892b0;
  font-size: 14px;
  text-decoration: none;
  margin-right: 15px;
  transition-duration: 0.3s;
}
.emailBar .emailBar_linkSection a:hover {
  color: #64ffda;
  transition-duration: 0.3s;
}
.emailBar .emailBar_line {
  display: flex;
  margin-top: 4px;
  height: 1px;
  width: 162px;
  background-color: #8892b0;
}/*# sourceMappingURL=emailBar.css.map */