div.headerBackground {
  background: rgb(125,199,243);
  background: linear-gradient(180deg, rgba(125,199,243,1) 0%, rgba(131,143,240,1) 100%);
}

.customBtnBkg {
  background: #FFFFFF 0% 0% no-repeat padding-box;
  box-shadow: 0px 3px 6px #00000017;
  border: 0.5px solid #E5E5E5;
  border-radius: 12px;
  opacity: 1;
  height: 58px;
  line-height: 58px;
}

h1, h2, h3, h4, h5, h6, p {
  font-family: 'sofia-pro-soft', sans-serif;
}

body.modal-open .bg{
    -webkit-filter: blur(5px);
    -moz-filter: blur(5px);
    -o-filter: blur(5px);
    -ms-filter: blur(5px);
    filter: blur(5px);
}