/* @import url('http://example.com/example_style.css'); */

/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/

/*****************************************/
/* Start your style declarations here    */
/*****************************************/

.grey-background {
  background-color: #f2f2f2;
}

.white-background {
  background-color: #ffffff;
}

.body-height-fix {
 display: flex;
 flex-direction: column;
 min-height: 100vh;
}

.main-height {
    flex-grow: 1;
}

.systems-page form {
  background-color: #ffffff !important;
  border-radius: 20px;
}

.systems-page form input[type='submit'], form .hs-button {
  width: auto;
  border-radius: .2rem;
  margin-top: 2rem;
    font-family: Inter, sans-serif;
    font-style: normal;
    font-weight: 600;
    text-decoration: none;
    background-color: rgba(0, 67, 206, 1.0);
    color: #ffffff;
    text-transform: none;
}
.systems-page form input[type='submit']:hover, form .hs-button:hover {
  background-color: #0043CE;
}

.systems-page .confirmation-sub{
    background-color: white;
    border-radius: 20px;
    text-align:center;
    padding:40px;
    color:#231f20;
    border: none;
}

.systems-page .unsubscribe{
    background-color: white;
    border-radius: 20px;
    padding:40px;
    color:#231f20;
    border: none;
}

.systems-page .success {
   background-color: white;
    text-align:center;
    color:#231f20;
    border: none;
}

.footer-legal {
  display:flex; gap:20px; font-size:14px;
}

.footer-systems-page {
  display:flex; 
  align-items:center; 
  justify-content:space-between; 
  flex-wrap:wrap;
}

@media (max-width: 920px) {
  .footer-systems-page {
  flex-direction: column;
  justify-content: start;
  }
  
  .footer-systems-page {
  align-items: start !important;
    gap: 12px;
  }
  
  .footer-legal {
    flex-direction: column;
  }
}

.hs-subscriptions-secondary-button {
    background-color: #0043ce !important;
    border: none !important;
    color: white !important;
    font-size: 16px !important;
    padding: 20px !important;
    font-weight: 500 !important;
    width: auto !important;
    border-radius: .3rem; !important
}

.hs-subscriptions-secondary-button:hover {
    background-color: #0043ce !important;
    border: none !important;
    color: white !important;
    font-size: 16px !important;
    font-weight:500 !important;
    padding: 20px !important;
    width: auto !important;
    border-radius: .3rem !important;
}

.systems-page #email-prefs-form .localization-language {
display: none !important; 
}

.systems-page #email-prefs-form .hs-button.primary {
    background-color: #0043ce !important;
    border: none !important;
    color: white !important;
    font-size: 16px !important;
    padding: 20px !important;
    font-weight: 500 !important;
    width: auto !important;
    margin: 0 auto !important;
    border-radius: .3rem; !important;
  margin-top: 2rem !important;
}

.systems-page label {
    font-size: 16px !important;
    font-family: Inter, sans-serif !important;
    font-style: normal !important;
    font-weight: normal !important;
    text-decoration: none !important;
}

.email-prefs {
    display: flex !important;
    flex-direction:column !important;
}

.hs-subscriptions-secondary-button {
display: none !important;
}