/* @import url('http://example.com/example_style.css'); */
@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@400;500;700&display=swap')
@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@400;500;700&display=swap')  
/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/

/*****************************************/
/* Start your style declarations here    */
/*****************************************/
.header{
  padding-top: 1.8rem!important;
  padding-bottom: 1.8rem!important;
  background: #262626;
}

.header--no-navigation .header__logo {
    margin: 0;
}

.footer{ 
  background: #262626;
}

.footer__bottom--copyright {
    margin-top: 15px;
    opacity: .7
}

.footer-column-9-row-2-vertical-alignment .widget-type-cell{
  width: auto;
  margin-right:16px;
  margin-left:0;
  padding-top:16px;
}

.footer .widget-span p{
  line-height:36px !important;
  font-weight:600;
  font-family: 'Manrope', sans-serif;
  margin-bottom:24px !important;
}

.footer .hs-menu-wrapper .hs-menu-item{
  line-height:36px !important;
  font-weight:400;
  font-size:16px;
  font-family: 'Manrope', sans-serif;
  margin-bottom:0;
}

.footer .hs-menu-wrapper .hs-menu-item a{
  opacity:0.7;
  color:#fff;
}

#hs_cos_wrapper_footer-module-13_{
  opacity:0.7;
  font-size:14px;
  font-family: 'Manrope', sans-serif;
}

.footer .hs-menu-wrapper .hs-menu-item a:hover{
  opacity:1;
}

.header__logo{
  max-width:220px;
}

.header__container .submenu.level-1>li{
  padding:15px;
}

.header__cta{
  color: #f5f5f5;
  border: solid 1px #f5f5f5;
  background: transparent;
  line-height: 30px;
  margin-left: 8px;
}

.header__container .button.button--small,.header__container  .cta_button.button--small{
  font-size: 16px;
  padding: 6px 11px;
  font-weight: normal;
  font-family: 'Manrope', sans-serif;
}

.header__cta:hover{
  color: #000;
  background-color: #f5f5f5;
  border: solid 1px #f5f5f5;
}

.header__column .navigation-primary .submenu a, .header__column  .navigation-primary .submenu p{
  opacity:0.7;
}

.header__row-1{
  justify-content: flex-end;
}



#main-content button, #main-content .button, 
#main-content .cta_button[title],#main-content .cta_primary,
.form input[type=submit], form .hs-button,
.systems-page form input[type="submit"]
{
  background: #EBFF00;
  background-size: 200% 100%;
  background-position: 75% 0%;
  border: none!important;
  color: #262626;
  transition: all .3s ease-in-out;
}



.systems-page form .header {
    background: none;
    color: inherit;
    font-weight: 600;
    padding-bottom: 0px !important
    font-family: 'Manrope', sans-serif;
}

.error-page a.button {
    background: #262626;
    background-size: 200% 100%;
    background-position: 75% 0%;
    border: none !important;
    color: #fff;
    transition: all .3s ease-in-out;
}

#main-content button:hover, #main-content .button:hover, #main-content .cta_button[title]:hover,#main-content .cta_primary:hover,
.form input[type=submit]:hover, form .hs-button:hover,.systems-page form input[type="submit"]:hover
{
  background-position: 25% 0%;
  color: #fff;
  background-color: #7B90FF; 
}

body div#hs-eu-cookie-confirmation {
    align-items: center;
    background: rgba(0,0,0,.6);
    display: flex;
    height: 100%;
    padding: 0 10px;
  width: 100%;
  top: 0;
}

body div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner {
    background: #fff;
    margin: 0 auto;
    max-width: 1000px;
    padding: 20px;
}