







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






/* Dark Button Filled and Outlined */


























/* Dark Button Filled */












/* 1e. Forms */








































/* 1f. Tables */













/* 1g. Website header */





















/* 1h. Website footer */






























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

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

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

/*todo: fix this */
@media screen and (min-width:1600px) {
.default-padding {
  padding-top: 3em;
  padding-right: 10%;
  padding-bottom: 3em;
  padding-left: 10%;
  
}
}


.no-padding {
  padding-top: 0;
  padding-right: 0;
  padding-bottom: 0;
  padding-left: 0;
}

.small-padding {
  padding-top: 1em;
  padding-right: 1em;
  padding-bottom: 1em;
  padding-left: 1em;
}


.large-padding {
  padding-top: 10%;
  padding-right: 10%;
  padding-bottom: 10%;
  padding-left: 10%;
}

@media screen and (max-width:991px) {
 .default-padding {
  padding-top: 2em;
  padding-right: 1em;
  padding-bottom: 2em;
  padding-left: 1em;
} 
}





body {
  background-color: #FFFFFF;
}

/* Paragraphs */

body, html,p {
  font-weight: 500; text-decoration: none; font-family: Inter, serif; font-style: normal;
  color: #1C1470;
  font-size: 16px;
  letter-spacing: 0px;
  line-height: 26px;
}

/* Anchors */

a {
  font-weight: 600; text-decoration: underline; font-family: Inter, sans-serif; font-style: normal;
  font-size: 16px;
  color: #25C0C0;
  line-height: 24px;
}

a:not(.st-btn):hover,
a:not(.st-btn):focus {
  font-weight: 600; text-decoration: underline; font-family: Inter, sans-serif; font-style: normal;
  color: #1C1470;
  line-height: 24px;
}

a:not(.st-btn):active {
  font-weight: 600; text-decoration: underline; font-family: Inter, sans-serif; font-style: normal;
  color: #1C1470;
  line-height: 24px;
}

/* Headings */

h1 {
  font-weight: 700; text-decoration: none; font-family: Inter, sans-serif; font-style: normal;
  color: #1C1470;
  font-size: 38px;
  letter-spacing: -1px;
  line-height: 44px;
  text-transform: none;
}

h2 {
  font-weight: 700; text-decoration: none; font-family: Inter, sans-serif; font-style: normal;
  color: #1C1470;
  font-size: 32px;
  letter-spacing: 0px;
  line-height: 38px;
  text-transform: none;
}

h3 {
  font-weight: 700; text-decoration: none; font-family: Inter, sans-serif; font-style: normal;
  color: #1C1470;
  font-size: 24px;
  letter-spacing: -0.5px;
  line-height: 30px;
  text-transform: none;
}

h4 {
  font-weight: 700; text-decoration: none; font-family: Inter, sans-serif; font-style: normal;
  color: #1C1470;
  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 {
  font-weight: 700; text-decoration: none; font-family: Inter, sans-serif; font-style: normal;
  color: #1C1470;
  font-size: 18px;
  letter-spacing: 0px;
  line-height: 22px;
  text-transform: none;
}

h6,
.systems-page .success {
  font-weight: 700; text-decoration: none; font-family: Inter, sans-serif; font-style: normal;
  color: #25C0C0;
  font-size: 16px;
  letter-spacing: 0.5px;
  line-height: 19px;
  text-transform: uppercase;
}

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

  h2 {
    font-size: 44px;
    line-height: 52px;
  }

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

  h4 {
    font-size: 28px;
    line-height: 32px;
  }

  h5,
  .st-card__title a,
  .st-team-card__name a,
  .st-communication-preferences .header {
    font-size: 24px;
    line-height: 26px;
  }

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

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

/* Blockquote */

blockquote {
 
border-radius: 8px;
background: #ffffff;
box-shadow:  9px 9px 17px #d9d9d9,
             -9px -9px 17px #ffffff;
}





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

  border-radius: 6px;
  font-size: 16px;
  line-height: 24px;
  text-transform: uppercase;
  box-shadow: 2px 6px 20px -5px #bbb;
}

/* Dark Button Filled (Primary) */

.st-btn.st-btn--filled-dark {
  font-family: Inter, serif; font-style: normal; font-weight: 500; text-decoration: none;
  border: 2px solid #25C0C0;
;
  border:none;
  background-color: #25C0C0;
  color: #ffffff;
  border-radius: 6px;
  position:relative;
  background: linear-gradient(95.51deg, #FFFFFF 45.16%, #00FFFF 187.29%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  transition: box-shadow 0.3s ease-in-out, background 1s ease-in-out;
}

.st-btn.st-btn--filled-dark::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #25C0C0;
  background-color: #25C0C0;
  z-index: -1;
  border-radius: 6px;
}

.st-btn.st-btn--filled-dark:hover {
  border: 2px solid #25C0C0;
;
  border:none;
  position:relative;
  color: #ffffff;
  background:#FFFFFF;
  background: linear-gradient(-95.51deg, #FFFFFF 75.16%, #00FFFF 187.29%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  box-shadow: 2px 10px 30px -5px #bbb;
  transition: box-shadow 0.3s ease-in-out, background 1s ease-in-out;
}



.st-btn.st-btn--filled-dark:focus,
.st-btn.st-btn--filled-dark:active {
  border: 2px solid #25C0C0;
;
  border-radius: 6px;
  border:none;
  background-color: #FFFFFF;
  color: #1C1470;
}

.st-btn.st-btn--filled-dark svg path {
  fill: #ffffff;
}
.st-btn.st-btn--filled-dark:hover svg path {
  fill: #ffffff;
}
.st-btn.st-btn--filled-dark:focus svg path,
.st-btn.st-btn--filled-dark:active svg path {
  fill: #1C1470;
}


/* Dark Button Outlined (Secondary) */

.st-btn.st-btn--outlined-dark {
  font-family: Inter, serif; font-style: normal; font-weight: 500; text-decoration: none;
  border: 2px solid #1C1470;
;
  border:none;
  background-color: rgba(28, 20, 112, 0%);
  color: #4EE0E0;
  border-radius: 6px;
  position:relative;
  background: linear-gradient(95.51deg, #FFFFFF -1.29%, #00FFFF 35.16%, #FFFFFF 137.29%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  transition: box-shadow 0.3s ease-in-out, background 1s ease-in-out;
}

.st-btn.st-btn--outlined-dark::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #1C1470;
  background-color: #1C1470;
  z-index: -1;
  border-radius: 6px;
}


.st-btn.st-btn--outlined-dark:hover {
  border: 2px solid #1C1470;
;
  border:none;
  background-color: #1C1470;
  color: #4EE0E0;
  
  background:#FFFFFF;
  background: linear-gradient(95.51deg, #FFFFFF -17.29%, #00FFFF 25.16%, #FFFFFF 67.29%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  box-shadow: 2px 10px 30px -5px #bbb;
  transition: box-shadow 0.3s ease-in-out, background 1s ease-in-out;
}

.st-btn.st-btn--outlined-dark:focus,
.st-btn.st-btn--outlined-dark:active {
  border: 2px solid #1C1470;
;
  border:none;
  background-color: #1C1470;
  color: #4EE0E0;
  border-radius: 6px;
}

.st-btn.st-btn--outlined-dark svg path {
  fill: #4EE0E0;
}
.st-btn.st-btn--outlined-dark:hover svg path {
  fill: #4EE0E0;
}
.st-btn.st-btn--outlined-dark:focus svg path,
.st-btn.st-btn--outlined-dark:active svg path {
  fill: #4EE0E0;
}


/* Light Button Filled (Ghost)  */

.st-btn.st-btn--filled-light {
  font-family: Inter, sans-serif; font-style: normal; font-weight: 500; text-decoration: none;
  border: 2px solid #FFFFFF;
;
  border:none;
  position:relative;
  border-radius: 6px;
  background-color: #FFFFFF;
  color: #25C0C0;
  background: linear-gradient(93.67deg, #25C0C0 -81.75%, #00FFFF -35.18%, #25C0C0 31.49%, #00FFFF 98.54%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  transition: box-shadow 0.3s ease-in-out, background 1s ease-in-out;
}



.st-btn.st-btn--filled-light:hover {
  border: 2px solid #FFFFFF;
;
  border:none;
  background-color: #ffffff;
   color: #25C0C0;
  background: linear-gradient(93.67deg, #25C0C0 -81.75%, #00FFFF -15.18%, #25C0C0 61.49%, #00FFFF 98.54%);
   -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  box-shadow: 2px 10px 30px -5px #bbb;
  transition: box-shadow 0.3s ease-in-out, background 1s ease-in-out;

}

.st-btn.st-btn--filled-light::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #ffffff;
  background-color: #ffffff;
  z-index: -1;
  border-radius: 6px;
}




.st-btn.st-btn--filled-light:active, 
.st-btn.st-btn--filled-light:focus {
  border: 2px solid #1C1470;
;
  border:none;
  background-color: #1C1470;
  color: #FFFFFF;
  border-radius: 6px;
}

.st-btn.st-btn--filled-light svg path {
  fill: #25C0C0;
} 

.st-btn.st-btn--filled-light:hover svg path {
  fill: #25C0C0;
} 

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


/* Link Button  */

.st-btn.st-btn--link {
  font-family: Inter, sans-serif; font-style: normal; font-weight: 500; text-decoration: none;
  border:none;
  background-color: none;
  color: #25C0C0;
  box-shadow:none;

}

.st-btn.st-btn--link svg path {
  fill: #25C0C0;
} 

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

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

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

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

/* Header button */
.st-btn.st-btn--header {
  font-family: Inter, serif; font-style: normal; font-weight: 500; text-decoration: none;
  border: 2px solid #25C0C0;
;
  border:none;
  background-color: #25C0C0;
  color: #ffffff;
  border-radius: 6px;
}


.st-btn.st-btn--header:hover {
  border: 2px solid #25C0C0;
;
  border:none;
  position:relative;
  color: #ffffff;
  box-shadow: 2px 10px 30px -5px #bbb;

}



.st-btn.st-btn--header:focus,
.st-btn.st-btn--header:active {
  border: 2px solid #25C0C0;
;
  border-radius: 6px;
  border:none;
  background-color: #FFFFFF;
  color: #1C1470;
}





/* 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: Inter, 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: #1C1470;
  font-size: 28px;
  letter-spacing: 0px;
  line-height: 32px;
  text-transform: none;
}

/* Labels */

form label {
  padding: 0px;

  font-family: Inter, serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #1C1470;
  font-size: 16px;
  letter-spacing: 0px;
  line-height: 26px;
  text-transform: none;
}

/* Help text */

form legend {
  font-family: Inter, serif; font-style: normal; font-weight: 500; text-decoration: none;
  color: #1C1470;
  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, 249, 246, 1.0)

;
  border-radius: 8px;
  color: #1C1470;
  /*Labquality*/
  border:none;
  box-shadow:
			inset 2px 2px 4px #d1d9e6,
			inset -2px -2px 4px #fff;
}

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 {
  border-color: #1C1470;
}


/* Form fields - placeholders */

::-webkit-input-placeholder {
  color: #1C1470;
}

::-moz-placeholder {
  color: #1C1470;
}

:-ms-input-placeholder {
  color: #1C1470;
}

:-moz-placeholder {
  color: #1C1470;
}

::placeholder {
  color: #1C1470 !important;
}

/* Form fields - date picker */

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

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

  
  
    
  


  rgba(28, 20, 112, 1.0)

;
  color: #ffffff;
}

form td.is-today .pika-button {
  color: #1C1470;
}

form .is-selected .pika-button {
  background-color: #ffffff;
  color: #1C1470;
}

form .pika-button:hover {
  background-color: #1C1470 !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: Inter, serif; font-style: normal; font-weight: 500; text-decoration: none;
  color: #1C1470;
}

/* GDPR */

form .legal-consent-container,
form .legal-consent-container .hs-richtext,
form .legal-consent-container .hs-richtext p ,
form .legal-consent-container .hs-richtext a {
  font-family: Inter, serif; font-style: normal; font-weight: 500; text-decoration: none;
  color: #1C1470;
  font-size: 14px;
}

form .legal-consent-container .hs-richtext a:hover {
 text-decoration:underline; 
}

/* Submit button */

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

  font-family: Inter, serif; font-style: normal; font-weight: 500; text-decoration: none;
  padding-top: 12px;
padding-right: 20px;
padding-bottom: 12px;
padding-left: 20px;

  border-radius: 6px;
  font-size: 16px;
  line-height: 24px;
  text-transform: uppercase;
  background: #25C0C0;
  color: #ffffff;
}

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

  background: #24b7b7;
  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 #25C0C0;
;
  background-color: #FFFFFF;
  color: #1C1470;
}

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

  font-family: Inter, serif; font-style: normal; font-weight: 500; 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: #1C1470;
}

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

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






/* Table */

table {
  border: 1px solid #1C1470;
;

}

/* Table cells */

tbody td {
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}

th,
td {
  border: 1px solid #1C1470;

  padding: 10px;
;
  color: #1C1470;
}

/* Table header */

thead th,
thead td {
  background-color: 

  
  
    
  


  rgba(28, 20, 112, 1.0)

;
  color: #ffffff;
}

/* Table footer */

tfoot th,
tfoot td {
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  color: #1C1470;
}





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

.theme-border {
 border: none;
}

.theme-corner {
 border-radius: 6px;
}

.default-card {
 border-radius: 6px;
 box-shadow: 10px 10px 20px #dedede, -10px -10px 20px #ffffff;
}

.default-card:nth-of-type(1), .default-card:nth-of-type(4), .default-card:nth-of-type(7) {
  border-bottom:4px solid #1C1470;
}

.default-card:nth-of-type(2), .default-card:nth-of-type(5), .default-card:nth-of-type(8) {
  border-bottom:4px solid #25C0C0;
}

.default-card:nth-of-type(3), .default-card:nth-of-type(6), .default-card:nth-of-type(9) {
  border-bottom:4px solid #00FFFF;
}





.header,
.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 {
  position: relative;
  transition: all 0.3s ease-in-out;
  padding-top:10px;
  padding-bottom:10px;
}
.st-header.st-sticky {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 100;
  padding-top:4px;
  padding-bottom:4px;
}

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

/* Menu items */
.header .menu__link {
  font-family: Inter, serif; font-style: normal; font-weight: 500; 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: #1C1470;
}

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

.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: #1C1470;
  border-right-color: #1C1470;
}

.header .menu__item--depth-1:hover > .menu__link,
.header .menu__item--depth-1:focus > .menu__link {
  font-family: Inter, serif; font-style: normal; font-weight: 500; text-decoration: none;
  color: #1C1470;
}

.header .menu__item--depth-1 > .menu__link:active,
.header .menu__item--depth-1 > .menu__link.menu__link--active-link {
  font-family: Inter, serif; font-style: normal; font-weight: 500; text-decoration: none;
  color: #1C1470;
}


/* Menu items - submenus */

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

.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 #1C1470;
  border-right:  2px solid #1C1470;
}

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

.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: #1C1470;
  border-right-color: #1C1470;
}

.header .menu .menu__wrapper .menu__submenu .menu__link:hover,
.header .menu .menu__wrapper .menu__submenu .menu__link:focus {
  font-family: Inter, serif; font-style: normal; font-weight: 500; text-decoration: none;
  color: #1C1470;
}

.header .menu .menu__wrapper .menu__submenu .menu__item .menu__link.menu__link--active-link {
  color: #1C1470;
  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:#1C1470;
  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: {color=#FFFFFF, opacity=100, rgba=rgba(255, 255, 255, 1), rgb=rgb(255, 255, 255), hex=#FFFFFF, css=#FFFFFF};
  color: #1C1470;
}

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

.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: #1C1470;
    border-right-color:  #1C1470;
  }

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

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

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

  .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: #1C1470;
  }
}






/* Footer Background  */

.footer {
  background: rgba(28, 20, 112,1.0);
}

/* Footer Heading */

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

/* Footer text */

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

/* Footer menu */

.footer nav a,
.footer .menu__link {
  font-family: Inter, serif; font-style: normal; font-weight: 500; 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: 24px;
    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;
  }
}







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

@media only screen and (max-width: 767px){
  .st-blog-detail,
  .blog-header__inner,
  .blog-related-posts {
    padding: 15.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: #1C1470;
}


/* 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-weight: 700; text-decoration: none; font-family: Inter, sans-serif; font-style: normal;
  text-transform: none;
}

.blog-related-posts__title-link {
  color: #1C1470;
}

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

.blog-related-posts__title-link:active {
  color: #443c98;
}

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

/* Blog comments */

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

#comments-listing .comment-reply-to {
  color: #25C0C0;
}

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

#comments-listing .comment-reply-to:active {
  color: #4de8e8;
}

.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: #1C1470;
}

.st-search__keyword span {
  color: #1C1470;
}

.st-search-results .hs-search-results__listing li a {
  color: #1C1470;
}

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

.st-search-results .hs-search-results__pagination a {
  ;
  color: #1C1470;
  font-size: 16px;
  line-height: 24px;
  text-transform: uppercase;
}

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

  background-color: 

  
  
    
  


  rgba(250, 249, 246, 1.0)

;
  border-radius: 8px;
  color: #1C1470;
}

.hs-search-highlight {
  color: #1C1470;
}






/* 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-weight: 700; text-decoration: none; font-family: Inter, sans-serif; font-style: normal;
  text-transform: none;
}

.blog-index__post-title-link {
  color: #1C1470;
}

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

.blog-index__post-title-link:active {
  color: #443c98;
}

.blog-index__post-tag,
.blog-index__post-author-name,
.blog-index__post-tag:hover,
.blog-index__post-author-name:hover {
  color: #1C1470;
}

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

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

/* Blog pagination */

.pagination__link-text,
.pagination__link--number {
  color: #1C1470;
}

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

.pagination__link:active .pagination__link-text,
.pagination__link--number:active {
  color: #443c98;
}

.pagination__link-icon svg {
  fill: #1C1470;
}

/* Pricing card */

.card__price {
  font-weight: 700; text-decoration: none; font-family: Inter, sans-serif; font-style: normal;
  color: #1C1470;
  font-size: 38px;
}

.card__body svg {
  fill: #1C1470;
}

/* Social follow */

.social-links__icon {
  background-color: #1C1470;
}

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

.social-links__icon:active {
  background-color: #443c98;
  font-weight: 700; text-decoration: none; font-family: Inter, sans-serif; font-style: normal;
  color: #1C1470;
  font-size: 38px;
}

.st-listing-card__column,
.st-listing-grid__column {
  border: 2px solid rgba(28, 20, 112,0.16);
}

.st-listing-card__title-wrap span,
.st-listing-grid__title-wrap span {
  background: rgba(28, 20, 112,0.16);
  color: #1C1470; 
}


/* Sections  */

.st-git {
  background-color: #1C1470;
}

/* 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;
}