@font-face {
    font-display: block;
    font-family: Roboto;
    src: url(https://assets.brevo.com/font/Roboto/Latin/normal/normal/7529907e9eaf8ebb5220c5f9850e3811.woff2) format("woff2"), url(https://assets.brevo.com/font/Roboto/Latin/normal/normal/25c678feafdc175a70922a116c9be3e7.woff) format("woff")
  }

  @font-face {
    font-display: fallback;
    font-family: Roboto;
    font-weight: 600;
    src: url(https://assets.brevo.com/font/Roboto/Latin/medium/normal/6e9caeeafb1f3491be3e32744bc30440.woff2) format("woff2"), url(https://assets.brevo.com/font/Roboto/Latin/medium/normal/71501f0d8d5aa95960f6475d5487d4c2.woff) format("woff")
  }

  @font-face {
    font-display: fallback;
    font-family: Roboto;
    font-weight: 700;
    src: url(https://assets.brevo.com/font/Roboto/Latin/bold/normal/3ef7cf158f310cf752d5ad08cd0e7e60.woff2) format("woff2"), url(https://assets.brevo.com/font/Roboto/Latin/bold/normal/ece3a1d82f18b60bcce0211725c476aa.woff) format("woff")
  }

  #sib-container input:-ms-input-placeholder {
    text-align: left;
    color: #c0ccda;
  }

  #sib-container input::placeholder {
    text-align: left;
    color: #c0ccda;
  }

  #sib-container textarea::placeholder {
    text-align: left;
    color: #c0ccda;
  }

  #sib-container a {
    text-decoration: underline;
    color: #2BB2FC;
  }
  .sib-form-block__button-with-loader {
  border-radius: 100px !important;
  padding: 12px 30px 10px 30px !important;
  margin: -10px 0 0 0 !important;
  line-height: 1em !important;
  }
  .sib-form-block__button-with-loader {
  background-color: #E43D5B !important;
  }
  
  .formcontainer{
  margin: -30px 0 0 -40px;
}
#header {
  padding: 0 10% 0 10%;
}
@media screen and (max-width: 480px) {
#header {
  padding: 0; } }
body, input, select, textarea, label, button {
color: rgba(255, 255, 255, 0.75);
font-family: "Poppins", sans-serif !important;
}
h1 {
  font-weight: 200;
}
@media screen and (max-width: 480px) {

  h1, h2, p {
    text-align: center;
    }
  .formcontainer{
    margin: -30px 0 0 0;
    text-align: center;
  }
  .sib-form .entry__label {
    text-align: center !important;
  }
  .sib-form-block {
    text-align: center !important;
  }
}

#header a, span.red {
  color: #E43D5B !important;
}
#header a:hover {
    color: #ac2d44 !important;
  }
span.grey {
  color: #95A0A7;
}
.sib-form .input {
  background: none !important;
}
.sib-form .entry__field {
  -webkit-align-items: center;
  align-items: center;
  background: none !important;
  border: 1px solid #fff;
  border-radius: 3px;
  display: -webkit-inline-flex;
  display: inline-flex;
  margin: 0.25rem 0;
  max-width: 100%;
  width: 370px;

}