footer  .newsletter {
    width: 70px;
    height: 70px;
    display: flex;
    align-items: center;
    position: absolute;
    top: -60px;
    right: -70px;
    border-radius: 70px;
    overflow: hidden;
    transition: 0.5s ease-in-out;
}
footer .newsletter {
    border-radius: 70px;
    overflow: hidden;
    position: absolute;
    right: 100px;
    /* bottom: 0px; */
    top: auto;
    transition: .5s ease-in-out;
    width: 70px;
    margin-top: -67px;
}

footer .newsletter>button {
    width: 70px;
    height: 70px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    right: 0;
    background: #40bfef;
    border-radius: 50%;
    z-index: 2;
}
footer .newsletter>button img {
    width: 60%;
}
footer .newsletter>button {
    width: 70px;
    height: 70px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    right: 0;
    background: #40bfef;
    border-radius: 50%;
    z-index: 2;
  border:none;
}
footer  .newsletter.expand {
    width: 380px;
}
footer  .newsletter form {
    width: auto;
    height: 80px;
    position: relative;
    background: #40bfef;
    display: flex;
    align-items: center;
    padding: 0 80px 0 30px;
}
footer  .newsletter form input.hs-button.primary.large {
    background-image: url(https://20866445.fs1.hubspotusercontent-na1.net/hubfs/20866445/next-btn.svg);
    background-repeat: no-repeat;
    background-size: 21px;
    background-position: center;
}
footer  .newsletter form  .hs_submit.hs-submit {
    padding: 0;
    width: fit-content !important;
}
footer .newsletter form input.hs-button.primary.large:hover {
    background-color: transparent;
}
footer  .newsletter form  input[type="email"] {
    background-color: transparent !important;
    border: none !important;
  color:#fff  !important;
}
footer  .newsletter form  legend.hs-field-desc {
    color: #fff !important;
    font-size: 21px !important;
    font-family: 'Ubuntu';
    font-weight: 600 !important;
      margin: 0px 0 -10px 0;
}
footer .newsletter form input[type=email]::placeholder {
    color: #fff;
}

@media screen and (max-width:768px){
aside.access {
    bottom: 170px;
}
  .wpp {
    bottom: 117px;
}
  footer .newsletter form {
    padding: 0 60px 0 10px;
}
  footer  .newsletter.expand {
    width: 330px;
    right: 25px;
}