/* @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    */
/*****************************************/

.systems-page--membership {
    background-image: none;!important
}

.systems-page__content {
    max-width: 1240px;!important
}  

.localization-language {
margin-bottom: 1rem;
}  
  
h1, h2, h3,
h4, h5, h6 {
    line-height: 1.1;
}
.button{
    font-size: max(0.94rem, min(calc(0.91rem + 0.08vw), 0.99rem));
    padding: max(0.75rem, min(calc(0.5rem + 0.69vw), 1.13rem)) max(1.13rem, min(calc(1.13rem + 0vw), 1.13rem));
    font-weight: 500;
    text-transform: uppercase;
}
.button--outlined{
    border-width: 1px;!important
}