







/* 1a. Containers */




/* 1b. Colors */




/* 1c. Typography */
















/* 1d. Buttons */







/* 1e. Forms */










/* 1f. Tables */











/* 1g. Site header */





/* 1h. Site footer */








.content-wrapper {
  max-width: 75.625rem;
}

.dnd-section,
.content-wrapper--vertical-spacing {
  padding: 80px 20px;
}

.dnd-section > .row-fluid,.page-center {
  max-width: 75.625rem;
}






body {
  font-size: 18px;
  color: #0f1e3a;
  font-weight: 400;
  font-family: Roboto;
}

/* Paragraphs */


/* Anchors */

a {
  color: rgba(15, 30, 58, 1.0);
}

a:hover,
a:focus,
a:active {
  color: rgba(16, 30, 58, 1.0);
}

/* Headings */

h1 {
  font-family: Roboto;
  font-size: 48px;
  color: #101e39;
  font-weight: 400;
}

h2 {
  font-family: Roboto;
  font-size: 35px;
  color: #101e39;
  font-weight: 400;
}

h3 {
  font-family: Roboto;
  font-size: 32px;
  color: #0f1e3a;
  font-weight: 400;
}

h4 {
  font-family: Roboto;
  font-size: 26px;
  color: #0f1e3a;
  font-weight: 400;
}

h5 {
  font-family: Roboto;
  font-size: 24px;
  color: #0f1e3a;
  font-weight: 400;
}

h6 {
  font-family: Roboto;
  font-size: 22px;
  color: #0f1e3a;
  font-weight: 400;
}

/* Blockquote */

blockquote {
  border-left-color: #d6bb00;
}





button,
.button {
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 0.0)

;
  border: 0px solid #000000;
  border-radius: 0px;
  color: #0f1e3a;
  padding: 0px 10px;
}

button:hover,
button:focus,
.button:hover,
.button:focus {
  background-color: rgba(215, 215, 215, 0.0);
  border-color: #000000;
  color: #0f1e3a;
}

button:active,
.button:active {
  background-color: rgba(255, 255, 255, 0.0);
  border-color: #282828;
  color: #0f1e3a;
}

.custom-cta:hover {
	background-color: #a95549 !important;
}
	
/* Li */

.body-container-wrapper ul li::before {
    content: url(https://www.svedex.nl/static/shared/decotool/media/images/icon-checkmark.svg);
    font-weight: bold;
    display: inline-block;
    width: 1em;
    margin-left: -1em;
}
.body-container-wrapper form ul li::before {
content: unset
}


.body-container-wrapper ul li {
  list-style-type: none;
}

hs-form-radio




form,
.submitted-message {
  font-size: 18px;
  color: #0f1e3a;
  font-weight: 400
}

form{
  background-color: rgba(245, 245, 245, 1.0);
}

/* Form title */

.form-title {
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 0.0)

;
  color: #424242;
}

/* Form label */

form label {
  color: #424242;
}

/* Form help text */

form legend {
  color: #222222;
}

/* Form inputs */

form input[type=text],
form input[type=email],
form input[type=password],
form input[type=tel],
form input[type=number],
form input[type=file],
form select,
form textarea {
  background-color: rgba(255, 255, 255, 1.0);
  border-color: #000000;
  color: rgba(66, 66, 66, 1.0);
  border-width: 0px;
  border-radius: 0px;
  outline: none;
}

form input[type=text]:focus,
form input[type=email]:focus,
form input[type=password]:focus,
form input[type=tel]:focus,
form input[type=number]:focus,
form input[type=file]:focus,
form select:focus,
form textarea:focus {
  background-color: rgba(255, 255, 255, 1.0);
  border-color: #00000;
}

/* Form placeholder text */
.hs-fieldtype-date .input .hs-dateinput:before {
  color: #0f1e3a;
}

/* Date picker */

.fn-date-picker td.is-selected .pika-button {
  background: #002680;
}

.fn-date-picker td .pika-button:hover {
  background-color: #002680 !important;
}

.fn-date-picker td.is-today .pika-button {
  color: #002680;
}

/* Submit button */

form input[type=submit],
form .hs-button {
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 0.0)

;
  border: 0px solid #000000;
  border-radius: 0px;
  color: #0f1e3a;
  padding: 0px 10px;
  color: rgba(15, 30, 58, 1.0);
  border-color:rgba(0, 0, 0, 0.0);
}


form input[type=submit]:hover,
form input[type=submit]:focus,
form .hs-button:hover,
form .hs-button:focus {
  background-color: rgba(255, 255, 255, 0.0);
  border-color:rgba(0, 0, 0, 0.0);
  color: rgba(15, 30, 58, 0.6);
}

form input[type=submit]:active,
form .hs-button:active {
  background-color: rgba(255, 255, 255, 0.0);
  border-color: #282828;
  color: #0f1e3a;
}

/* Captcha */

.grecaptcha-badge {
  margin: 0 !important;
}

/* Legal */

.legal-consent-container ul li::before {
  display: none;
}





table {
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  border-color: #101e39;
}

th,
td {
  border-color: #101e39;
  color: #101e39;
}

thead th,
thead td {
  background-color: 

  
  
    
  


  rgba(0, 38, 128, 1.0)

;
  border-bottom-color: #101e39;
  color: #FFFFFF;
}

tfoot td {
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  color: #0f1e3a;
}





header .header-top{
  background-color: rgba(15, 30, 58, 1.0);
}
header .header-bottom{
  background-color: rgba(255, 255, 255, 1.0);
}
.secondary-menu ul li a{
  color: rgba(255, 255, 255, 0.7);
  background-color: rgba(15, 30, 58, 1.0);
    border-color: rgba(15, 30, 58, 1.0);
}
.secondary-menu ul li a:hover{
  color: rgba(255, 255, 255, 1.0);
  background-color: rgba(15, 30, 58, 1.0);
  border-color: rgba(15, 30, 58, 1.0);
}
.main-menu .hs-menu-wrapper > ul > li > a,.button_topmenu label{
  color: rgba(15, 30, 58, 0.6);
  background-color: rgba(255, 255, 255, 0.0);
}
.main-menu .hs-menu-wrapper > ul > li > a:hover,.button_topmenu label:hover{
  color: rgba(15, 30, 58, 1.0);
  background-color: rgba(255, 255, 255, 0.0);
}
.main-menu .hs-menu-wrapper > ul li:hover{
  border-color:rgba(98, 98, 98, 1.0);
}
.main-menu .hs-menu-wrapper .hs-menu-depth-1 > ul li > a{
  color: rgba(16, 30, 58, 0.6);
  background-color: rgba(255, 255, 255, 1.0);
}
.main-menu .hs-menu-wrapper .hs-menu-depth-1 > ul li > a:hover{
  color: rgba(16, 30, 58, 1.0);
  background-color: rgba(255, 255, 255, 1.0);
}
.main-menu .hs-menu-wrapper>ul li.hs-item-has-children > ul,
.main-menu .hs-menu-wrapper li.hs-menu-depth-2.hs-item-has-children ul{
  background-color:rgba(255, 255, 255, 1.0);
}
.main-menu .hs-menu-wrapper .hs-menu-depth-1 .menu-category>a{
  color: rgba(15, 30, 58, 1.0);
}


body .navigation-primary a,
.header__logo .logo-company-name,
.header__language-switcher-label-current,
.header__language-switcher .lang_list_class li a {
  color: #0F1E3A;
  font-family: Roboto;
}

body .navigation-primary a:hover,
body .navigation-primary a:focus,
.header__language-switcher-label-current:hover,
.header__language-switcher-label-current:focus,
.header__language-switcher .lang_list_class li:hover a,
.header__language-switcher .lang_list_class li a:focus {
  color: #000012;
}

body .navigation-primary a:active,
.header__language-switcher-label-current:active,
.header__language-switcher .lang_list_class li a:active {
  color: #374662;
}

body .navigation-primary .submenu.level-1 > li > a.active-item:after {
  background-color: #002680;
}

body .submenu.level-2,
.header__language-switcher .lang_list_class {
  background-color: 

  
  
    
  


  rgba(#null, 1)

;
  border-color: ;
}

body .submenu.level-2 > li:first-child:before {
  border-color: ;
}

.header__language-switcher .lang_list_class:before {
  border-bottom-color: ;
}

body .submenu.level-2 .menu-item .menu-link:hover,
body .submenu.level-2 .menu-item .menu-link:focus,
.header__language-switcher .lang_list_class li:hover,
body .submenu.level-2 > li:first-child:hover:before,
body .submenu.level-2 > li:first-child.focus:before {
  background-color: 

  
  
    
  


  rgba(#null, 1)

;
}

.header__language-switcher .lang_list_class.first-active::after {
  border-bottom-color: 

  
  
    
  


  rgba(#null, 1)

;
}

.header__language-switcher-label-current,
.header__language-switcher .lang_list_class li a {
  font-family: Roboto;
}

.header__language-switcher-label-current:after {
  border-top-color: #0F1E3A;
}

@media(max-width: 767px) {
  .header__navigation {
    background-color: 

  
  
    
  


  rgba(#null, 1)

;
  }

  .header__navigation-toggle svg,
  .menu-arrow svg {
    fill: #0F1E3A;
  }
}





footer .footer.footer-navigation {
  background-color: 

  
  
    
  


  rgba(247, 247, 247, 1.0)

;
}

/* Footer Content */
footer .footer.footer-navigation ul > li > a{
  color: rgba(15, 30, 58, 1.0);
}
footer .footer.footer-navigation ul > li > a:hover{
  color: rgba(15, 30, 58, 1.0);
}
.footer .column ul .hs-menu-depth-1 > a{
  color: rgba(16, 30, 58, 1.0);
}
footer .footer-social-icon li a{
  border-color:rgba(213, 212, 209, 1.0);
}
footer .footer-social-icon li a:hover{
  border-color:rgba(0, 0, 0, 1.0);
}





/* Blog Header */

.blog-header {
  background-color: rgb(238, 240, 242);
}

/* Blog Listing */

.blog-index__post-inner-card {
  box-shadow: -5px 0px 20px 0px rgba(39, 12, 0, 0.10);
}

.blog-tag-filter__menu-link,
.blog-post__tag-link,
.blog-card__tag-link,
.blog-post__author-name,
.blog-card__title a {
  color: #0f1e3a;
}

.blog-card__tag-link:hover,
.blog-card__title a:hover,
.blog-tag-filter__menu-link:hover,
.blog-post__tag-link:hover,
.blog-post__author-name:hover,
.blog-card__tag-link:focus,
.blog-card__title a:focus,
.blog-tag-filter__menu-link:focus,
.blog-post__tag-link:focus,
.blog-post__author-name:focus {
  color: #101e3a;
}

.blog-card__tag-link:active,
.blog-card__title a:active,
.blog-tag-filter__menu-link:active,
.blog-post__tag-link:active,
.blog-post__author-name:active {
  color: #101e3a;
}

.blog-tag-filter__menu-link--active-item:after {
  background-color: #002680;
}

.blog-pagination__link {
  color: #0f1e3a;
}

.blog-pagination__link--active:after,
.blog-pagination__prev-link:after,
.blog-pagination__next-link:after {
  background-color: #002680;
}

.blog-post__title {
  color: #101e39;
  font-family:Roboto;
  font-size: 48px;
  font-weight: 400;
}

.blog-post__author {
  background-color: #d6bb00;
}

#comments-listing .comment-reply-to {
  color: rgba(#null, 0.0);
}

#comments-listing .comment-reply-to:hover,
#comments-listing .comment-reply-to:focus {
  color: rgba(#null, 0.0);
}

#comments-listing .comment-reply-to:active {
  color: rgba(#null, 0.0);
}

/*             Blog Grid Listing and Post styles            */


.blog-index__post-content a:hover,
.blog-sidebar a:hover,
.blog-post__meta a:hover,
.blog-post__back-to-blog:hover {
  color: #101e3a;
}

.blog-post__read-more a:hover svg,
a.blog-post__back-to-blog:hover svg {
  fill: #101e3a;
}

.blog-index__post-content--small h2 {
  font-size: 32px;
}

.blog-index__post-content a {
  color: #0f1e3a;
}

.blog-post__read-more svg {
  fill: #0f1e3a;
}

.blog-sidebar ul {
  box-shadow: -5px 0px 20px 0px rgba(39, 12, 0, 0.10);
}

.blog-sidebar a {
  color: #0f1e3a;
}


.post-featured-image {
  max-height: 600px;
}

.blog-post {
  box-shadow: -5px 0px 20px 0px rgba(39, 12, 0, 0.10);
}

.blog-post__meta a {
  color: #0f1e3a;
}

.blog-post__meta a:hover {
  color: #101e3a;
}

.blog-post__links-container {
  border-top:  2px solid rgb(194, 167, 0);
}

.blog-post__back-to-blog {
  color: #0f1e3a;
}

.blog-post__back-to-blog svg {
  fill: #0f1e3a;
}

.comment.depth-0,
.blog-comments form {
  border-top: 2px solid rgb(194, 167, 0) !important;
}

.comment.depth-1 {
  border-left: 2px solid rgb(194, 167, 0);
}

.section.post-footer .hs-input {
  border-color: rgb(194, 167, 0);
}

.blog-recent-posts {
  background-color: rgb(238, 240, 242);
}





.systems-page form input[type="submit"] {
  max-width: 225px;
}





.card__price {
  font-family: Roboto
    font-size: 32px;
  color: #0f1e3a;
  font-weight: 400
}