@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,400;1,700&display=swap");
h6 {
  margin: 0; }

p {
  margin: 0; }

a {
  color: white;
  text-decoration: none; }

#consent-popup {
  font-family: 'Roboto', sans-serif;
  position: fixed;
  bottom: 30px;
  left: 30px;
  width: 280px;
  padding: 2.5rem 2rem;
  opacity: 1;
  background-color: white;
  transition: opacity .8s ease;
  border-radius: 5px;
  box-shadow: 1px 2px 10px rgba(45, 45, 46, 0.2); }
  #consent-popup.hidden {
    opacity: 0; }
  #consent-popup .consent-popup__title {
    font-size: 20px;
    font-weight: 700;
    color: #3b5ea8;
    margin-bottom: 1.5rem; }
  #consent-popup .consent-popup__text {
    margin-bottom: 1.5rem;
    text-align: justify;
    line-height: 1.5; }
  #consent-popup .consent-popup__actions {
    display: flex;
    justify-content: end;
    width: 100%; }
  #consent-popup .consent-popup__button {
    color: white;
    padding: .8rem 1.5rem;
    font-weight: 700;
    margin-right: .5rem;
    font-size: 12px;
    letter-spacing: 1px;
    border-radius: 5px;
    background-color: #3b5ea8;
    transition: all .3s ease;
    text-transform: uppercase; }
    #consent-popup .consent-popup__button:hover {
      background-color: #eef0f5;
      color: #3b5ea8; }
  #consent-popup .terms-link {
    color: #3b5ea8; }

/*# sourceMappingURL=style.css.map */
