@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@200..700&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
body {
    font-family: "Oswald", serif;
}
.section-wrapper, .section-wrapper--consents {
    border-radius: 3px;
}
#SyskonfLogoContainer {
  display: none;
}
.clause_info, .clause_info:hover{
 color: #0039A3;
}

.section-header.section-header--underlined span::after {
   border: 1px solid #FF24A9;
}
.section-title {
    font-size: 28px;
}
.section-title:after {
    content: "";
    display: block;
    height: 2px;
    width: 60px;
}
.footer {
    width: 100%;
    background: #0035ab;
    color: #ddd;
 
}
.footer__content {
    height: 200px;
}
.navbar-inverse {
    background: #0035ab;
    border-color: #080808;
}