.calc_cta {
    position: fixed;
    bottom: 16px;
    right: 16px;
    z-index: 999999;
}
.calc_cta a {
    color: #ffffff;
    background-color: #fb630d;
    border-radius: 30px;
    font-size: 16px;
    padding: 12px 22px;
    text-decoration: none;
    display: block;
    font-family: 'TildaSans',Arial,sans-serif;
    cursor: pointer;
    font-weight: 700;
    transition-property: background-color, color;
    transition-duration: 0.2s;
    transition-timing-function: ease-in-out;
}
.calc_cta a:hover {
    color: #000;
    background-color: #fff;
}


html, body {
  background-color: black !important;
  color: white !important;
}
a {
  color: white !important;
}


