

.back-top{
    display: none;
    bottom: 1rem;
    background-color: rgb(0 0 0);
    padding: .25rem;
    line-height: 1em;
    border-radius: 50%;
    right: 10px;
    position: fixed !important;
    width: 55px !important;
    height: 55px;
}

.leadin-popup-exist .back-top {
  bottom: 170px;
}

.back-top svg {
    width: 30px;
    height: 30px;
    fill: #fff;
}

.back-top svg path {
    fill: #fff;
}

body .header-container-wrapper.is-sticky ~ .footer-container-wrapper .back-top{
    display: flex;
    justify-content: center;
    align-items: center;
}
.back-top:after {
    display: none !important;
}
@media screen and (prefers-reduced-motion: no-preference) {
  html,
  body {
    scroll-behavior: smooth;
  }
}
