._5uJBN {
  position: fixed;
  z-index: 21;
  bottom: 0;
  display: grid;
  grid-template-columns: 1fr;
  width: 100%;
}[dir] ._5uJBN {
  box-shadow: 0 0 1rem rgba(0, 0, 0, 0.4);
  background-color: #FFF;
}[dir=ltr] ._5uJBN {
  left: 0;
}[dir=rtl] ._5uJBN {
  right: 0;
}
@media (min-width: 768px) {
  ._5uJBN {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto;
  }
}._5zGQd {
  box-sizing: border-box;
  position: fixed;
  bottom: 0;
  height: 5rem;
  width: 100%;
  align-items: center;
  grid-row-gap: 0.3rem;
  row-gap: 0.3rem;
  z-index: 3;
  display: grid;
  justify-content: end;
  visibility: visible;
  opacity: 1;
}[dir] ._5zGQd {
  background-color: #F5F5F5;
  border-top: 0.2rem solid #183884;
}[dir=ltr] ._5zGQd {
  right: 0;
  padding-right: 2rem;
}[dir=rtl] ._5zGQd {
  left: 0;
  padding-left: 2rem;
}
._5zGQd[data-css-is-hidden=true] {
  visibility: hidden;
  opacity: 0;
  transition: visibility 0.2s linear, opacity 0.2s linear;
}