@media (max-width: 575.98px) {
    .footer-text {
        font-size: 10px;
        line-height: 15px;
        font-weight: 400;
    }
    .footer-watermark {
        position: absolute;
        top: 50%;
        transform: translate(0%,-50%);
        z-index: -1;
    }
    .footer-logo {
        height: 24px;
    }
    .left-text-align {
        text-align: left !important;
    }
}

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {
    .footer-text {
        font-size: 10px;
        line-height: 15px;
        font-weight: 400;
    }
    .footer-watermark {
        position: absolute;
        top: 50%;
        transform: translate(0%,-50%);
        z-index: -1;
    }
    .footer-logo {
        height: 24px;
    }
    .left-text-align {
        text-align: left !important;
    }
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {
    .footer-text {
        font-size: 10px;
        line-height: 15px;
        font-weight: 400;
    }
    .footer-watermark {
        position: absolute;
        top: 50%;
        transform: translate(0%,-50%);
        z-index: -1;
    }
    .footer-logo {
        height: 24px;
    }
    .left-text-align {
        text-align: left !important;
    }
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
    .footer-text {
        font-size: 10px;
        line-height: 15px;
        font-weight: 400;
    }
    .footer-watermark {
        position: absolute;
        top: 50%;
        transform: translate(0%,-50%);
        z-index: -1;
    }
    .left-text-align {
        text-align: left !important;
    }
}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
    .footer-text {
        font-size: 10px;
        line-height: 15px;
        font-weight: 400;
    }
    .footer-watermark {
        position: absolute;
        top: 50%;
        transform: translate(0%,-50%);
        z-index: -1;
    }
    .left-text-align {
        text-align: left !important;
    }
}


.cookie-consent-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 2147483645;
    box-sizing: border-box;
    width: 100%;
  
    background-color: #F1F6F4;
  }
  
  .cookie-consent-banner__inner {     
    /* max-width: 960px; */
    margin: 0 auto;
    padding: 32px 0;
  }
  
  .cookie-consent-banner__copy { 
    margin-bottom: 16px;
  }
  
  .cookie-consent-banner__actions {    
  }
  
  .cookie-consent-banner__header {
    margin-bottom: 8px;
    
    font-family: "CeraPRO-Bold", sans-serif, arial;
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
  }
  
  .cookie-consent-banner__description {
    font-family: "CeraPRO-Regular", sans-serif, arial;
    font-weight: normal;
    color: #838F93;
    font-size: 14px;
    line-height: 24px;
  }
  
  .cookie-consent-banner__cta {
    box-sizing: border-box;
    display: inline-block;
    min-width: 150px;
    padding: 11px 13px;
      
    border-radius: 2px;
    
    background-color: #008f77;
     
    color: #FFF !important;
    text-decoration: none;
    text-align: center;
    font-family: "CeraPRO-Regular", sans-serif, arial;
    font-weight: normal;
    font-size: 16px;
    line-height: 20px;
  }
  
  .cookie-consent-banner__cta--secondary { 
    padding: 9px 13px;
    
    border: 2px solid #3A4649;
    
    background-color: transparent;
    
    color: #008f77 !important;
  }
  
  .cookie-consent-banner__cta:hover {
    background-color: #008f77;
  }
  
  .cookie-consent-banner__cta--secondary:hover {
    border-color: #838F93;
    background-color: transparent;
    color: #008f77;
  }
  
  .cookie-consent-banner__cta:last-child {
    margin-left: 16px;
  }