







/* 1a. Containers */





/* 1b. Colors */








/* 1c. Typography */





/* Body Text */







/* Heading One */








/* Heading Two */








/* Heading Three */








/* Heading Four */








/* Heading Five */








/* Heading Six */








/* Anchor */







/* 1d. Buttons */

/* General Button */






/* Primary Button - Filled and Outlined */













/* Primary - Outlined */













/* Secondary Button Filled */












/* Alternative Button Filled */














/* 1e. Forms */








































/* 1f. Tables */













/* 1g. Website header */





















/* 1h. Website footer */

























/* 1i. Container styles */








.content-wrapper {
  max-width: 1290px;
}

.dnd-section,
.content-wrapper--vertical-spacing {
  padding: 4rem 1rem;
}

@media (max-width:991px) {
  .dnd-section,
  .content-wrapper--vertical-spacing {
    padding: 2rem 1rem;
  }

}

.dnd-section > .row-fluid {
  max-width: 1290px;
}


/*
.dnd-section .dnd-column {
padding: 0 1rem;
}
*/





body {
  background-color: #FFFFFF;
}

/* Paragraphs */

body, html,p {
  font-weight: 400; text-decoration: none; font-family: 'Noto Sans', sans-serif; font-style: normal;
  
  color: #36424A;
  font-size: 16px;
  letter-spacing: 0px;
  line-height: 26px;
}

/* Anchors */

a {
  font-family: 'Noto Sans', sans-serif; font-style: normal; font-weight: 600; text-decoration: none;
  
  font-size: 16px;
  color: #66B645;
  line-height: 26px;
}

a:not(.st-btn):hover,
a:not(.st-btn):focus {
  font-family: 'Noto Sans', sans-serif; font-style: normal; font-weight: 600; text-decoration: none; 
  
  color: #66B645;
  line-height: 26px;
}

a:not(.st-btn):active {
  font-family: 'Noto Sans', sans-serif; font-style: normal; font-weight: 600; text-decoration: none;
 
  color: #66B645;
  line-height: 26px;
}

/* Headings */

h1 {
  font-family: 'Noto Sans', sans-serif; font-style: normal; font-weight: 700; text-decoration: none;

  color: #004D9E;
  font-size: 36px;
  letter-spacing: 0px;
  line-height: 46px;
  text-transform: none;
}

h2 {
  font-family: 'Noto Sans', sans-serif; font-style: normal; font-weight: 700; text-decoration: none;
  
  color: #004D9E;
  font-size: 32px;
  letter-spacing: 0px;
  line-height: 40px;
  text-transform: none;
}

h3 {
  font-family: 'Noto Sans', sans-serif; font-style: normal; font-weight: 700; text-decoration: none;
  
  color: #004D9E;
  font-size: 24px;
  letter-spacing: 0px;
  line-height: 32px;
  text-transform: none;
}

h4,
.webshop-notification {
  font-family: 'Noto Sans', sans-serif; font-style: normal; font-weight: 700; text-decoration: none;
  
  color: #004D9E;
  font-size: 20px;
  letter-spacing: 0px;
  line-height: 24px;
  text-transform: none;
}

h5,
.st-card__title a,
.st-team-card__name a,
.st-communication-preferences .header,
.product-details {
  font-family: 'Noto Sans', sans-serif; font-style: normal; font-weight: 700; text-decoration: none;
 
  color: #004D9E;
  font-size: 18px;
  letter-spacing: 0px;
  line-height: 22px;
  text-transform: none;
}

h6,
.systems-page .success {
  font-family: 'Noto Sans', sans-serif; font-style: normal; font-weight: 700; text-decoration: none;
  
  color: #004D9E;
  font-size: 16px;
  letter-spacing: 0px;
  line-height: 20px;
  text-transform: none;
}

@media only screen and (min-width: 768px) {
  h1 {
    font-size: 48px;
    line-height: 58px;
  }

  h2 {
    font-size: 38px;
    line-height: 48px;
  }

  h3 {
    font-size: 32px;
    line-height: 42px;
  }

  h4,
  .webshop-notification {
    font-size: 26px;
    line-height: 36px;
  }

  h5,
  .st-card__title a,
  .st-team-card__name a,
  .st-communication-preferences .header,
  .product-details {
    font-size: 22px;
    line-height: 28px;
  }

  h6,
  .systems-page .success {
    font-size: 18px;
    line-height: 20px;
  }

  body, html,p {
    font-size: 16px;
    line-height: 26px;
  }
}

/* Blockquote */

blockquote {

  font-family: font-family: 'Noto Sans', sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  font-size:120%;
  background: #ffffff;
  border-left: 5px solid #66B645;
  margin-right: 20%;
}

/* Small title a.k.a. "Eyebrow text" */
.small-title {
  font-family: 'Noto Sans', sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
 
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 300;
  letter-spacing: 0.03em;
  margin-bottom: 1em;
  display: block;
}

.small-title::after {
  background: #36424A;
  border-radius: 3px;
  content: "";
  display: inline-block;
  height: .1em;
  margin-left: 5px;
  width: 20px;
}





.st-btn {
  padding-top: 9px;
padding-right: 20px;
padding-bottom: 9px;
padding-left: 20px;

  border-radius: 40px;
  font-size: 16px;
  line-height: 24px;
  text-transform: none;
  background-clip: padding-box;
  display:inline-block;  
  transition: all 0.3 ease-in-out; 
  position:relative;
}

.st-btn:not(.st-btn--header):hover {
  transform: scale(1.1); 
}
.st-btn.st-btn--header:hover {
  transform: scale(1.05); 
}

/* Primary button */
.st-btn.st-btn--primary {
  font-family: 'Noto Sans', sans-serif; font-style: normal; font-weight: 500; text-decoration: none;
  border:none;
  background-color: #66B645;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
  box-shadow: 0 4px 20px -5px rgba(0,0,0,0.25);
}

.st-btn.st-btn--primary::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 2px solid #66B645; 
  border-radius: 50%;
  box-sizing: border-box;
  transition: all 0.3s ease-in-out;
}
.st-btn.st-btn--primary:hover::before {
  border-color: #5cb934;
}

.st-btn.st-btn--primary:hover {
  border:none;
  color: #FFFFFF;
  transition: all 0.3s ease-in-out;
  background-color: #66B645;
}


.st-btn.st-btn--primary:focus,
.st-btn.st-btn--primary:active {
  border: 2px solid #66B645;
;
  border:2px solid #66B645;
  background-color: #66B645;
  color: #FFFFFF;
}

.st-btn.st-btn--primary svg path {
  fill: #ffffff;
}
.st-btn.st-btn--primary:hover svg path {
  fill: #FFFFFF;
}
.st-btn.st-btn--primary:focus svg path,
.st-btn.st-btn--primary:active svg path {
  fill: #FFFFFF;
}
/* Secondary button  */

.st-btn.st-btn--secondary {
  font-family: 'Noto Sans', sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  border: 2px solid #004D9E;
;
  border:none;
  background-color: #004D9E;
  color: #FFFFFF;
  transition: all 0.3s ease-in-out;
  box-shadow: 0 4px 20px -5px rgba(0,0,0,0.25);
}

.st-btn.st-btn--secondary::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 2px solid #004D9E;
  border-radius: 50%;
  box-sizing: border-box;
  transition: all 0.3s ease-in-out;
}
.st-btn.st-btn--secondary:hover::before {
  border-color: #004D9E;
}

.st-btn.st-btn--secondary:hover {
  border:none;
  background-color: #004D9E;
  color: #FFFFFF;
  transition: all 0.3s ease-in-out;
}

.st-btn.st-btn--secondary:active, 
.st-btn.st-btn--secondary:focus {
  border: 2px solid #004D9E;
;
  background-color: #004D9E;
  color: #FFFFFF;
}

.st-btn.st-btn--secondary svg path {
  fill: #FFFFFF;
} 

.st-btn.st-btn--secondary:hover svg path {
  fill: #FFFFFF;
} 

.st-btn.st-btn--secondary:active svg path, 
.st-btn.st-btn--secondary:focus svg path {
  fill: #FFFFFF;
}

/* Alternative button */
.st-btn.st-btn--alternative {
  font-family: 'Noto Sans', sans-serif; font-style: normal; font-weight: 500; text-decoration: none;
  border:none;
  background-color: #36424A;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
  box-shadow: 0 4px 20px -5px rgba(0,0,0,0.25);
}

.st-btn.st-btn--alternative::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 2px solid #36424A;
  border-radius: 50%;
  box-sizing: border-box;
  transition: all 0.3s ease-in-out;
}
.st-btn.st-btn--alternative:hover::before {
  border-color: #36424A;
}

.st-btn.st-btn--alternative:hover {
  border:none;
  background-color: #36424A;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}

.st-btn.st-btn--alternative:active, 
.st-btn.st-btn--alternative:focus {
  border: 2px solid #004D9E;
;
  background-color: #36424A;
  color: #004D9E;
}

.st-btn.st-btn--alternative svg path {
  fill: #ffffff;
} 

.st-btn.st-btn--alternative:hover svg path {
  fill: #ffffff;
} 

.st-btn.st-btn--alternative:active svg path, 
.st-btn.st-btn--alternative:focus svg path {
  fill: #004D9E;
}

/* Outlined button */

.st-btn.st-btn--outlined {
  font-family: 'Noto Sans', sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  border: 2px solid #FFFFFF;
  background-color: rgba(255, 255, 255, 0%);
  color: #FFFFFF;
  padding-top: 7px;
  padding-bottom:7px;
}

.st-btn.st-btn--outlined::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 40px;
  box-sizing: border-box;
}
.st-btn.st-btn--outlined:hover::before {
  border-color: #FFFFFF;
}

.st-btn.st-btn--outlined:hover {
  border: 2px solid #FFFFFF;
  background-color: white;
  color: #004D9E;
}

.st-btn.st-btn--outlined:focus,
.st-btn.st-btn--outlined:active {
  border: 2px solid #FFFFFF;
  background-color: white;
  color: #004D9E;
}

.st-btn.st-btn--outlined svg path {
  fill: #FFFFFF;
}
.st-btn.st-btn--outlined:hover svg path {
  fill: #004D9E;
}
.st-btn.st-btn--outlined:focus svg path,
.st-btn.st-btn--outlined:active svg path {
  fill: #004D9E;
}


/* White button  */
.st-btn.st-btn--white {
  font-style: normal;
  font-weight: 600;
  text-decoration: none;
  
  font-weight:500;
  border:none;
  background-color: #fff;
  color: #004D9E;
  transition: all 0.3s ease-in-out;
  box-shadow: 0 4px 20px -5px rgba(0,0,0,0.25);
}

.st-btn.st-btn--white::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 2px solid #fff;
  border-radius: 50%;
  box-sizing: border-box;
  transition: all 0.3s ease-in-out;
}
.st-btn.st-btn--white:hover::before {
  border-color: #fff;
}

.st-btn.st-btn--white:hover {
  border:none;
  background-color: #fff;
  color: #004D9E;
  transition: all 0.3s ease-in-out;
}

.st-btn.st-btn--white:active, 
.st-btn.st-btn--white:focus {
  border:2px solid #fff;
  background-color: #fff;
  color: #004D9E;
}

.st-btn.st-btn--white svg path {
  fill: #004D9E;
} 

.st-btn.st-btn--white:hover svg path {
  fill: #004D9E;
} 

.st-btn.st-btn--white:active svg path, 
.st-btn.st-btn--white:focus svg path {
  fill: #004D9E;
}

/* Link button  */
.st-btn.st-btn--link {
  ;
  border:none;
  background-color: transparent;
  color: #004D9E;
  box-shadow:none;
  padding-left:0;
}

.st-btn.st-btn--link svg path {
  fill: #004D9E;
} 

.st-btn.st-btn--link:hover {
  border:none;
  background-color: transparent;
  color: ;
  box-shadow:none;
}

.st-btn.st-btn--link:hover svg path {
  fill: ;
} 

.st-btn.st-btn--link:active, 
.st-btn.st-btn--link:focus {
  border:none;
  background-color: transparent;
  color: ;
  box-shadow:none;
}

.st-btn.st-btn--link .st-btn__arrow {
  transition: all 0.1s ease-in-out;
}

.st-btn.st-btn--link:hover .st-btn__arrow {
  padding-left:5px;
  transition: all 0.1s ease-in-out;
}

.st-btn.st-btn--link:active svg path, 
.st-btn.st-btn--link:focus svg path {
  fill: ;
}

/* Header buttons */
.st-header--btn.button-1 .st-btn.st-btn--header {
  font-family: 'Noto Sans', sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  border: 2px solid #004D9E;
;
  border:2px solid #004D9E;
  background-color: #fff;
  color: #004D9E;
  border-radius: 40px;
  padding-top:7px;
  padding-bottom:7px;
}


.st-header--btn.button-1 .st-btn.st-btn--header:hover {
  border:2px solid #004D9E;
  background-color: #fff;
  color: #004D9E;
  position:relative;

  /* box-shadow: 2px 10px 30px -5px #bbb;*/

}

.st-header--btn.button-1 .st-btn.st-btn--header:focus,
.st-header--btn.button-1 .st-btn.st-btn--header:active {
  border: 2px solid #004D9E;
;
  border-radius: 40px;
  border:none;
  background-color: #004D9E;
  color: #FFFFFF;
}

.st-header--btn.button-2 .st-btn.st-btn--header {
  font-family: 'Noto Sans', sans-serif; font-style: normal; font-weight: 500; text-decoration: none;
  border: 2px solid #66B645;
;
  border:none;
  background-color: #66B645;
  color: #ffffff;
  border-radius: 40px;
}


.st-header--btn.button-2 .st-btn.st-btn--header:hover {
  border: 2px solid #66B645;
;
  border:none;
  position:relative;
  color: #ffffff;
  /* box-shadow: 2px 10px 30px -5px #bbb;*/

}

.st-header--btn.button-2 .st-btn.st-btn--header:focus,
.st-header--btn.button-2 .st-btn.st-btn--header:active {
  border: 2px solid #66B645;
;
  border-radius: 40px;
  border:none;
  background-color: #66B645;
  color: #FFFFFF;
}






/* Form */

form {
  border: 1px none #BCBCBC;

  padding: 20px;

  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  border-radius: 8px;
}

.st-form .st-form--form {
  border-radius: 8px;
}

.form-title + div > form,
.st-form--form > span > .form-title + div > form {
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
}

.form-title + div > form,
.st-form--form > span > .form-title + div > form {
  border-radius: 0 0 8px 8px;
}

/* Form title */

.form-title {
  border: 1px none #ffffff;

  padding: 20px;

  font-family: 'Noto Sans', sans-serif; font-style: normal; font-weight: 700; text-decoration: none;
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  color: #004D9E;
  font-size: 26px;
  letter-spacing: 0px;
  line-height: 36px;
  text-transform: none;
}

/* Labels */

form label {
  padding: 0px;

  font-family: 'Noto Sans', sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #36424A;
  font-size: 16px;
  letter-spacing: 0px;
  line-height: 26px;
  text-transform: none;
}

/* Help text */

form legend {
  font-family: 'Noto Sans', sans-serif; font-style: normal; font-weight: 400; text-decoration: none;
  color: #36424A;
  font-size: 14px;
}

/* Form fields */

form input[type='text'],
form input[type='email'],
form input[type='password'],
form input[type='tel'],
form input[type='number'],
form input[type='search'],
form select,
form textarea {
  border: 1px solid #D7D9E3;

  
  padding: 0.6rem 0.9rem;
  background-color: 

  
  
    
  


  rgba(250, 250, 250, 1.0)

;
  border-radius: 8px;
  color: #36424A;
}

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='search']:focus,
form select:focus,
form textarea:focus {
  /* novetos */
  border: 2px solid #004D9E;
}


/* Form fields - placeholders */

::-webkit-input-placeholder {
  color: #36424A;
}

::-moz-placeholder {
  color: #36424A;
}

:-ms-input-placeholder {
  color: #36424A;
}

:-moz-placeholder {
  color: #36424A;
}

::placeholder {
  color: #36424A !important;
}

/* Form fields - date picker */

form .hs-dateinput:before {
  right: 10px;
}

form .pika-table thead th {
  background-color: 

  
  
    
  


  rgba(0, 77, 158, 1.0)

;
  color: #ffffff;
}

form td.is-today .pika-button {
  color: #004D9E;
}

form .is-selected .pika-button {
  background-color: #ffffff;
  color: #004D9E;
}

form .pika-button:hover {
  background-color: #004D9E !important;
}

/* Headings and text */

form .hs-richtext,
form .hs-richtext *,
form .hs-richtext p,
form .hs-richtext h1,
form .hs-richtext h2,
form .hs-richtext h3,
form .hs-richtext h4,
form .hs-richtext h5,
form .hs-richtext h6 {
  font-family: 'Noto Sans', sans-serif; font-style: normal; font-weight: 400; text-decoration: none;
  color: #36424A;
}

/* GDPR */

form .legal-consent-container,
form .legal-consent-container .hs-richtext,
form .legal-consent-container .hs-richtext p {
  font-family: 'Noto Sans', sans-serif; font-style: normal; font-weight: 400; text-decoration: none;
  color: #36424A;
  font-size: 14px;
}

/* Submit button */

form input[type=submit],
form .hs-button,
form .hs-button.primary {
  border: 2px solid #66B645;

  font-family: 'Noto Sans', sans-serif; font-style: normal; font-weight: 500; text-decoration: none;
  
  padding-top: 9px;
padding-right: 20px;
padding-bottom: 9px;
padding-left: 20px;

  border-radius: 40px;
  font-size: 16px;
  line-height: 24px;
  text-transform: none;
  background: #66B645;
  color: #ffffff;
}

form input[type=submit]:hover,
form .hs-button:hover,
form .hs-button.primary:hover {
  border: 2px solid #66B645;
;
  background: #66B645;
  color: #FFFFFF;
}

body form input[type=submit]:focus,
body form .hs-button:focus,
form input[type=submit]:active,
form .hs-button:active {
  border: 2px solid #66B645;
;
  background-color: #66B645;
  color: #FFFFFF;
}

.hs-error-msg {
  padding-top: 10px;
padding-right: 0px;
padding-bottom: 0px;
padding-left: 0px;

  font-family: 'Noto Sans', sans-serif; font-style: normal; font-weight: 400; text-decoration: none;
 
  color: #DB524E;
  font-size: 16px;
  letter-spacing: 0px;
  line-height: 26px;
  text-transform: none;
}

.hs-error-msgs .hs-main-font-element {
  color: #DB524E;
}

.hs-form .hs-input[type="radio"]:checked:before,
.hs-form .hs-input[type=checkbox]:checked {
  background: #004D9E;
}

.hs-form .hs-input[type="radio"]:checked {
  border-color: #004D9E;
}

.hs-form .hs-input[type=checkbox]:checked {
  border: 1px solid #004D9E;
}






/* Table */

table {
  border: 1px solid #004D9E;
;

}

/* Table cells */

tbody td {
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}

th,
td {
  border: 1px solid #004D9E;

  padding: 10px;
;
  color: #004D9E;
}

/* Table header */

thead th,
thead td {
  background-color: 

  
  
    
  


  rgba(0, 77, 158, 1.0)

;
  color: #ffffff;
}

/* Table footer */

tfoot th,
tfoot td {
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  color: #004D9E;
}





.no-shadow {
  box-shadow:none; 
}

.light-shadow {
  box-shadow: 0 0 26px -10px rgba(0,0,0,0.15);
  -webkit-box-shadow:  0 0 26px -10px rgba(0,0,0,0.15);
  -moz-box-shadow:   0 0 26px -10px rgba(0,0,0,0.15);
}

.strong-shadow {
  box-shadow: 2px 6px 20px -5px #bbb;
  -webkit-box-shadow:  2px 6px 20px -5px #bbb;
  -moz-box-shadow:  2px 6px 20px -5px #bbb;
}

.sharp-shadow {
  box-shadow: 8px 6px 0px 0 rgb(0, 0, 0);
  -webkit-box-shadow: 8px 6px 0px 0 rgb(0, 0, 0);
  -moz-box-shadow:  8px 6px 0px 0 rgb(0, 0, 0);
}

.primary-color {
  color: #004D9E;
}

.secondary-color {
  color: #66B645;
}

.accent-color {
  color: ;
}
.white-color {
  color: #fff;
}





.header,
.st-header-new,
.st-header {
  background-color: rgba(255, 255, 255,100%);
}

/*
.header .content-wrapper {
max-width: 100%;
padding: 0 10%;
}

@media screen and (min-width: 992px) and (max-width:1390px) {
.header .content-wrapper {
max-width: 100%;
padding: 0 2em;
}
}

@media screen and (max-width:991px) {
.header .content-wrapper {
max-width: 100%;
padding: 0 1em;
}
}
*/

.header__top {
  background: ;
}

/* Sticky header */
.st-header,
.st-header-new {
  position: relative;
  -webkit-transition: all 0.3s ease-in-out;
  padding-top:15px;
  padding-bottom:15px;  
}

.st-header:not(.header--no-navigation).st-sticky,
.st-header-new.st-sticky {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 100;
  padding-top:5px;
  padding-bottom:5px;
}

@media only screen and (max-width: 1140px) {
  .st-header-new.st-sticky.st-dropdown--open,
  .st-header.st-sticky.st-dropdown--open {
    padding-top:10px;
  }
.st-header,
.st-header-new {
  padding-top:10px;
  padding-bottom:5px;
}
  
  .st-header.st-sticky,
.st-header-new.st-sticky {
  padding-top:10px;
  padding-bottom:5px;
}
}

/* Menu items */
.header .menu__link {
  font-family: 'Noto Sans', sans-serif; font-style: normal; font-weight: 400; text-decoration: none;
  font-size: 16px;
  line-height: 24px;
  text-transform: none;
}

/* Menu items - top level */

.header .menu__item--depth-1 > .menu__link:not(.st-btn),
.header .menu__link {
  color: #36424A;
}

.header .menu__submenu .menu__item .menu__child-toggle-icon {
  border-bottom-color: #36424A;
  border-right-color: #36424A;
}

.header .menu__item--depth-1:hover>.menu__child-toggle .menu__child-toggle-icon,
.header .menu__item--depth-1:focus>.menu__child-toggle .menu__child-toggle-icon {
  border-bottom-color: #004D9E;
  border-right-color: #004D9E;
}

.header .menu__item--depth-1:hover > .menu__link,
.header .menu__item--depth-1:focus > .menu__link {
  font-family: 'Noto Sans', sans-serif; font-style: normal; font-weight: 400; text-decoration: none;
  color: #004D9E;
}

.header .menu__item--depth-1 > .menu__link:active,
.header .menu__item--depth-1 > .menu__link.menu__link--active-link {
  font-family: 'Noto Sans', sans-serif; font-style: normal; font-weight: 400; text-decoration: none;
  color: #004D9E;
}


/* Menu items - submenus */

.header .menu .menu__wrapper .menu__submenu .menu__item .menu__link,
.header .hs-menu-item a {
  color: #36424A;
}

.header .menu__item--depth-1>.menu__child-toggle .menu__child-toggle-icon,
.header .menu__item--depth-2>.menu__child-toggle .menu__child-toggle-icon {
  border-bottom: 2px solid #36424A;
  border-right:  2px solid #36424A;
}

.header .menu .menu__wrapper .menu__submenu .menu__item .menu__child-toggle-icon {
  border-bottom-color: #36424A;
  border-right-color: #36424A;
}

.header .menu .menu__wrapper .menu__submenu .menu__item:hover .menu__child-toggle-icon,
.header .menu .menu__wrapper .menu__submenu .menu__item:focus .menu__child-toggle-icon {
  border-bottom-color: #004D9E;
  border-right-color: #004D9E;
}

.header .menu .menu__wrapper .menu__submenu .menu__link:hover,
.header .menu .menu__wrapper .menu__submenu .menu__link:focus {
  font-family: 'Noto Sans', sans-serif; font-style: normal; font-weight: 400; text-decoration: none;
  color: #004D9E;
}

.header .menu .menu__wrapper .menu__submenu .menu__item .menu__link.menu__link--active-link {
  color: #004D9E;
  background-color: ;
}

/* Language switcher */

.header .header__language-switcher-label-current {
  ;
  color: ;
  font-size: px;
  line-height: px;
  text-transform: ;
}

.header .ac-lang-switcher:hover .header__language-switcher-label-current,
.header .ac-lang-switcher:focus .header__language-switcher-label-current {
  ;
  color: ;
}

/* Language switcher - submenu */

.header .ac-lang-switcher .lang_list_class {
  background-color: #FFFFFF;
}

.header .st-lang-switcher .lang_list_class a:not(.st-btn) {
  color:#36424A;
  font-size: 14px;
  line-height: 22px;
}

.header .st-lang-switcher .lang_list_class a:hover,
.header .st-lang-switcher .lang_list_class a:focus {
  background-color: #FFFFFF;
  color: #004D9E;
}

.header .st-lang-switcher .lang_list_class a:active {
  background-color: #FFFFFF;
  color: #004D9E;
}

.header .menu .menu__wrapper .menu__submenu {
  background-color: #ffffff;
}

.header .menu .menu__wrapper .menu__submenu .menu__link:hover,
.header .menu .menu__wrapper .menu__submenu .menu__link:focus {
  background-color: #FFFFFF;
}

@media only screen and (min-width: 768px) {

  .header .menu__link {
    font-size: 16px;
    line-height: 24px;
  }

  .header .menu__item--depth-1>.menu__child-toggle .menu__child-toggle-icon,
  .header .menu__item--depth-2>.menu__child-toggle .menu__child-toggle-icon {
    border-bottom-color: #36424A;
    border-right-color:  #36424A;
  }

  .header .menu .menu__wrapper .menu__submenu .menu__item .menu__child-toggle-icon {
    border-bottom-color: #36424A;
    border-right-color: #36424A;
  }

  .header .menu .menu__wrapper .menu__submenu .menu__item:hover .menu__child-toggle-icon {
    border-bottom-color: #004D9E;
    border-right-color: #004D9E;
  }


  .header .st-lang-switcher .lang_list_class a:not(.st-btn) {
    font-size: 14px;
    line-height: 24px;
  }

  .header .menu__item--depth-1:after, .header .menu__item--depth-1:before {
    background-color: #004D9E;
  }
}

/* LOGO */







/* Footer Background  */

.footer {
  background: rgba(54, 66, 74,1.0);
  position: relative;
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: scroll;
}

/* Footer Heading */

.footer h1,
.footer h2,
.footer h3,
.footer h4,
.footer h5,
.footer h6 {
  font-family: 'Noto Sans', sans-serif; font-style: normal; font-weight: 700; text-decoration: none;
  color: #FFFFFF;
  font-size: 16px;
  line-height: 24px;
  text-transform: capitalize;
}

/* Footer text */

.footer p,
.footer li:not(.menu__item),
.footer blockquote,
.footer a:not(.menu__link):not(.st-btn) {
  font-family: 'Noto Sans', sans-serif; font-style: normal; font-weight: 400; text-decoration: none;
  color: #fafafa;
  font-size: 16px;
  line-height: 24px;
  text-transform: none;
}

/* Footer menu */

.footer nav a,
.footer .menu__link {
  font-family: 'Noto Sans', sans-serif; font-style: normal; font-weight: 400; text-decoration: none;
  color: #ffffff;
  font-size: 16px;
  line-height: 24px;
  text-transform: none;
}

.footer nav a:hover,
.footer nav a:focus,
.footer .menu__link:hover,
.footer .menu__link:focus {
  color: #ffffff;
}

.footer nav a:active,
.footer .menu__link:active {
  color: #ffffff;
}

.footer nav .active > a,
.footer .menu__link .active > a {
  color: #ffffff;
}


@media only screen and (min-width: 768px) {
  .footer h1,
  .footer h2,
  .footer h3,
  .footer h4,
  .footer h5,
  .footer h6 {
    font-size: 22px;
    line-height: 24px;
  }

  .footer p,
  .footer li,
  .footer blockquote,
  .footer a:not(.menu__link) {
    font-size: 16px;
    line-height: 24px;
  }

  .footer nav a,
  .footer .menu__link {
    font-size: 16px;
    line-height: 24px;
  }
}

.footer .st-btn.st-btn--link {
  color: #fff;
}

.footer .st-btn--link svg.st-btn__arrow path {
  fill: #fff;
}

/* Footer 2 */

.footer-2 {
  padding-left: 0px;
  padding-right: 0px;
  padding-top: 25px;
}

.footer-2 .st-logo img {
  max-width: 200px;
}
.footer-2 .row-fluid p {
  margin: 0 !important;
}

@media screen and (min-width: 768px) {
  .footer-2 .row-fluid .social-links {
    flex-direction: column;
  }
}
@media screen and (max-width: 767px) {
  .footer-2 .row-fluid .social-links {
    justify-content: center !important;
    width: 100% !important;
    flex-direction: row;
  }
  .footer-2 > .footer-dnd-area2 > .row-fluid-wrapper > .row-fluid > .span12 > .row-fluid-wrapper > .row-fluid  > .span3 > .row-fluid-wrapper > .row-fluid > .span12 > #hs_cos_wrapper_footer-module-9 {
    width: 100%;
  }
}

.footer-2 .footer-dnd-area3 {
  border-top: 1px solid #fff;;
  padding-top: 15px;
  padding-bottom: 15px;
}
.footer-2 .footer-dnd-area3 .span12 .row-fluid-wrapper .row-fluid {
  display: flex;
  align-items: center;
}

@media screen and (max-width: 767px) {
  .footer-2 .footer-dnd-area3 .span12 .row-fluid-wrapper .row-fluid {
    flex-direction: column;
    align-items: center;
    gap: 2px;
  }
  .span12.widget-span.widget-type-custom_widget.footer-module-8-flexbox-positioning.dnd-module {
    align-items: center !important;
  }
  .footer-2 .dnd-bottom-footer-row-0-padding {
    padding: 0px !important;
  }
}
.footer-2 .footer-dnd-area2 {
  padding-bottom: 25px;
}

.footer-2 .st-footer__link {
  border-radius: 20px;;
  margin-bottom: 1em;
}

@media (max-width: 767px) {
  .footer-2 .footer-menu.st-footer__link {
    border-radius: 20px;;
    border: 1px solid #fff;
  }
}
.footer-2 .footer-menu.st-footer__link .st-footer__menu-heading:before,
.footer-2 .footer-menu.st-footer__link .st-footer__menu-heading:after {
  background-color: #fff;
}


.footer-2 .footer-menu ul.menu__wrapper {
  display: flex;
  flex-direction: column;
}

.footer-2 .footer-menu ul.menu__submenu {
  padding-left: 0;
  padding-top: 5px;
  width:100%;
}
.footer-2 ul.menu__submenu span.menu__link,
.footer-2 ul.menu__submenu a.menu__link{
  padding-left: 0;
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 16px !important;
  font-weight: 400 !important;
}


.footer-2 > .container-fluid.footer-dnd-area2.footer__container.content-wrapper > .row-fluid-wrapper > .row-fluid {
  border-top: 1px solid #fff;;
}

.footer-2 > .container-fluid.footer-dnd-area2.footer__container.content-wrapper > .row-fluid-wrapper > .row-fluid .footer-row-0-padding {
  padding-top: 25px !important;
}

.footer-2 .st-footer-copyright {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}

.footer-2 .st-footer-copyright p {
  font-size:14px;
  text-align:right;
}

.footer-simple .social-links {
  justify-content: center;
}





.st-blog-detail,
.blog-header__inner,
.blog-related-posts {
  padding: 4px 0;
}

@media only screen and (max-width: 767px){
  .st-blog-detail,
  .blog-header__inner,
  .blog-related-posts {
    padding: 2.0px 0;
  }
}
/* Blog post */

.blog-post__meta a,
.blog-post__timestamp,
.st-blog-detail__sidebar-tags > li > a,
.st-blog-detail__sidebar-post > li > a {
  color: #36424A;
}

.blog-post__meta {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

/* Blog related posts */

.blog-related-posts__title-link,
.blog-related-posts__title-link:hover,
.blog-related-posts__title-link:focus,
.blog-related-posts__title-link:active {
  font-family: 'Noto Sans', sans-serif; font-style: normal; font-weight: 700; text-decoration: none;
  text-transform: none;
}

.blog-related-posts__title-link {
  color: #004D9E;
}

.blog-related-posts__title-link:hover,
.blog-related-posts__title-link:focus {
  color: #002576;
}

.blog-related-posts__title-link:active {
  color: #2875c6;
}

.blog-related-posts__image {
  border-radius: 16px;
}

/* Blog comments */

.blog-comments {
  /*   margin-bottom: 4px; */
}

#comments-listing .comment-reply-to {
  color: #66B645;
}

#comments-listing .comment-reply-to:hover,
#comments-listing .comment-reply-to:focus {
  color: #3e8e1d;
}

#comments-listing .comment-reply-to:active {
  color: #8ede6d;
}

.blog-post__body,
.blog-post__body p {
  font-size: 16px;
  letter-spacing: 0px;
  line-height: 24px;
}

.blog-post__body img {
  border-radius: 16px;
}


@media only screen and (min-width: 768px) {
  .blog-post__body,
  .blog-post__body p {
    font-size: 16px;
    letter-spacing: 0px;
    line-height: 24px;
  }
}





.st-subscription-confirmation .page-header h2,
.st-communication-preferences h2 {
  color: #004D9E;
}

.st-search__keyword span {
  color: #004D9E;
}

.st-search-results .hs-search-results__listing li a {
  color: #004D9E;
}

.st-search-results .hs-search-results__listing li a:hover {
  color: #004D9E;
}

.st-search-results .hs-search-results__pagination a {
  ;
  color: #004D9E;
  font-size: 16px;
  line-height: 24px;
  text-transform: none;
}

.backup-unsubscribe input[type=email] {
  border: 1px solid #D7D9E3;

  background-color: 

  
  
    
  


  rgba(250, 250, 250, 1.0)

;
  border-radius: 8px;
  color: #36424A;
}

.hs-search-highlight {
  color: #004D9E;
}






/* Blog listing */

.blog-index__post-title-link,
.blog-index__post-title-link:hover,
.blog-index__post-title-link:focus,
.blog-index__post-title-link:active {
  font-family: 'Noto Sans', sans-serif; font-style: normal; font-weight: 700; text-decoration: none;
  text-transform: none;
}

.blog-index__post-title-link {
  color: #004D9E;
}

.blog-index__post-title-link:hover,
.blog-index__post-title-link:focus {
  color: #002576;
}

.blog-index__post-title-link:active {
  color: #2875c6;
}

.blog-index__post-tag,
.blog-index__post-author-name,
.blog-index__post-tag:hover,
.blog-index__post-author-name:hover {
  color: #36424A;
}

.st-blog__sidebar .hs-highlight-title,
.st-blog-detail__sidebar .hs-highlight-title  {
  color: #004D9E;
  font-weight: 600;
}

.st-blog-detail__sidebar-tags > li > a:hover,
.st-blog-detail__sidebar-post > li > a:hover {
  color: #004D9E
}

/* Blog pagination */

.pagination__link-text,
.pagination__link--number {
  color: #36424A;
}

.pagination__link:hover .pagination__link-text,
.pagination__link:focus .pagination__link-text,
.pagination__link--number:hover,
.pagination__link--number:focus {
  color: #0e1a22;
}

.pagination__link:active .pagination__link-text,
.pagination__link--number:active {
  color: #5e6a72;
}

.pagination__link-icon svg {
  fill: #36424A;
}

/* Pricing card */
.card__price {
  font-family: 'Noto Sans', sans-serif; font-style: normal; font-weight: 700; text-decoration: none;
  color: #004D9E;
  font-size: 26px;
}

.card__body svg {
  fill: #004D9E;
}

/* Social follow */
.social-links__icon {
  background-color: #004D9E;
}

.social-links__icon:hover,
.social-links__icon:focus {
  background-color: #36424A;
}

.social-links__icon:active {
  background-color: #36424A;
  font-family: 'Noto Sans', sans-serif; font-style: normal; font-weight: 700; text-decoration: none;
  color: #004D9E;
  font-size: 32px;
}

.st-listing-card__column,
.st-listing-grid__column {
  border: 2px solid rgba(0, 77, 158,0.16);
}

.st-listing-card__title-wrap span,
.st-listing-grid__title-wrap span {
  background: rgba(0, 77, 158,0.16);
  color: #004D9E; 
}


/* Sections  */

.st-git {
  background-color: #004D9E;
}

/* RSS Feed styles */
.hs-rss-module {
  max-width: 900px; 
}
.hs-rss-item-text {
  padding: 2em 1em 1em 2em;
  border-radius: 6px; 
  box-shadow: 2px 6px 20px -5px #bbb;
  -webkit-box-shadow:  2px 6px 20px -5px #bbb;
  -moz-box-shadow:  2px 6px 20px -5px #bbb;
  border-left: 5px solid ;
}
.hs-rss-item-text .hs-rss-title {
  font-size: 1.4rem;
  text-decoration:none;
}

.hs-rss-item-text .hs-rss-byline .hs-rss-author {
  color: #1C1470;
}
.hs-rss-item-text .hs-rss-byline .hs-rss-posted-at, .hs-rss-item-text .hs-rss-byline .hs-rss-date {
  display:none;
}
.hs-rss-item-text .hs-rss-description a {
  display:block;
  margin-top: 1em;
}


/* to be cleaned */
.blog-post .hs_cos_wrapper_type_social_sharing .social-icon {
  background-color: #F9F9FF;
  border-radius: 8px;
  display: block;
  width: 30px;
  padding: 0.75em;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;

}

.blog-post .hs_cos_wrapper_type_social_sharing .social-icon img {
  object-fit: contain;
}

.blog-post .hs_cos_wrapper_type_social_sharing {
  display: flex;
  column-gap: 0.75em;
  flex-wrap: wrap;
}

.blog-post .hs_cos_wrapper_type_social_sharing p.small-title {
  width: 100%;
}

a.blog-post__tag {
  font-size:15px;
  font-weight:400;
  color:#aaa;
}
.blog-post__tags {
  display:flex;
  flex-flow: row wrap;
  gap:0.3em;
  padding-bottom:1em;
}
a.blog-post__tag:hover {
  color:#222222;
  font-weight:400;
}

.st-search-results .hs-search-field__button {
  display:none;
}

.gradient-background {
  background-color: black;
}

.left-dynamic {
  padding-left: max(calc(50vw - 645px), 1rem);
}

.right-dynamic {
  padding-right: max(calc(50vw - 645px), 1rem);
}

@media (max-width:767px) {
  .mobile-side-padding {
    padding-left:1rem;
    padding-right:1rem;
  }
  .st-btn.st-btn--header:hover {
   transform:scale(1); 
  }
}

.blog-bg-gradiant {
  background: linear-gradient(to bottom, #ffffff 40%, #fccce2 0%);
}

.widget-type-rich_text ul {
  padding-left: 2em;

}

.widget-type-rich_text ul li::marker {
  color: #66B645;
  font-size: 25px;
}

@media screen and (max-width:768px) {
 footer .st-logo {
   text-align:center;
  }
}

.product-page-wrapper {
  display: flex;
  gap: 2rem;
  padding-bottom: 4rem;
}

.product-information-wrapper {
  flex-basis: 70%;
}

.product-form {
  flex-basis: 30%;
}

.product-information {
  display: flex; 
  gap: 3rem;
  padding-bottom: 2rem;
}

.product-buttons {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
}

.product-img {
  Width: 250px;
  height: auto;
}

.no-image {
  Width: 160px;
  height: 160px;
}

.product-page-wrapper .form-title {
  display: none;
}

.product-page-wrapper form {
  padding: 0;
  
}

.product-page-wrapper form .legal-consent-container .hs-richtext p,
.product-page-wrapper form .legal-consent-container .hs-richtext a {
  font-size: 11px;
  line-height: 1.4;
}

@media screen and (max-width:1140px) {
  .product-page-wrapper {
    flex-direction: column;
    padding-bottom: 2rem;
  }
  .product-information {
    flex-direction: column; 
    gap: 0;
  }

  .product-img {
    Width: 150px;
    height: auto;
  }

  .no-image {
    Width: 50px;
    height: 50px;
  }
}