header.brx-sticky{
  transition: all .1s ease-in-out;
}

header.brx-sticky.scrolling{
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background-color: rgba(0,0,0,0.2);
  transition: all .1s ease-in-out;
}

header.brx-sticky.scrolling #brxe-rkjtup{
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
  transition: all .2s ease-in-out;
}
header.brx-sticky #brxe-rkjtup .brxe-svg{
  transition: all .2s ease-in-out;
}
header.brx-sticky.scrolling #brxe-rkjtup .brxe-svg{
  height: 100px !important;
  transition: all .2s ease-in-out;
}
