







/* 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: Mulish, sans-serif; font-style: normal;
  color: #61534A;
  font-size: 16px;
  letter-spacing: 0px;
  line-height: 26px;
}

/* Anchors */

a {
  font-weight: 700; text-decoration: none; font-family: Mulish, sans-serif; font-style: normal;
  font-size: 18px;
  color: #5c6081;
  line-height: 26px;
}

a:not(.st-btn):hover,
a:not(.st-btn):focus {
  font-weight: 700; text-decoration: none; font-family: Mulish, sans-serif; font-style: normal; 
  color: #6eaabb;
  line-height: 26px;
}

a:not(.st-btn):active {
  font-weight: 700; text-decoration: none; font-family: Mulish, sans-serif; font-style: normal;
  color: #6eaabb;
  line-height: 26px;
}

/* Headings */

h1 {
  font-weight: 700; text-decoration: none; font-family: Mulish, sans-serif; font-style: normal;
  color: #61534A;
  font-size: 32px;
  letter-spacing: 0px;
  line-height: 40px;
  text-transform: none;
}

h2 {
  font-weight: 700; text-decoration: none; font-family: Mulish, sans-serif; font-style: normal;
  color: #d7cabd;
  font-size: 28px;
  letter-spacing: 0px;
  line-height: 36px;
  text-transform: none;
}

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

h4 {
  font-weight: 700; text-decoration: none; font-family: Mulish, sans-serif; font-style: normal;
  color: #61534A;
  font-size: 20px;
  letter-spacing: 0.5px;
  line-height: 26px;
  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: Mulish, sans-serif; font-style: normal;
  color: #5c6081;
  font-size: 18px;
  letter-spacing: 0px;
  line-height: 22px;
  text-transform: none;
}

h6,
.systems-page .success {
  font-weight: 700; text-decoration: none; font-family: Mulish, sans-serif; font-style: normal;
  color: #5c6081;
  font-size: 16px;
  letter-spacing: 0.5px;
  line-height: 20px;
  text-transform: none;
}

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

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

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

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

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

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

  body, html,p {
    font-size: 18px;
    line-height: 28px;
  }
}

/* Blockquote */

blockquote {
  font-family: font-family: 'courier new', courier; font-style: normal; font-weight: normal; text-decoration: none;
  font-size:120%;
  background: #ffffff;
  border-left: 5px solid #d0d1f2;
  margin-right: 20%;
}

/* Small title a.k.a. "Eyebrow text" */
.small-title {
  font-family: 'courier new', courier; 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: #d0d1f2;
  border-radius: 3px;
  content: "";
  display: inline-block;
  height: .1em;
  margin-left: 5px;
  width: 20px;
}





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

  border-radius: 0px;
  font-size: 18px;
  line-height: 24px;
  text-transform: none;
  background-clip: padding-box;
  display:inline-block;
  /* box-shadow: 2px 6px 20px -5px rgba(0,0,0,0.25); */
}

/* Primary button */

.st-btn.st-btn--primary {
  font-family: Mulish, sans-serif; font-style: normal; font-weight: 600; text-decoration: none;
  border: 2px solid #61534A;
;
  background-color: #61534A;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}

.st-btn.st-btn--primary:hover {
  border: 2px solid #61534A;
;
  color: #61534A;
  transition: all 0.3s ease-in-out;
  background-color: #FFFFFF;
}


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

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

.st-btn.st-btn--secondary {
  font-family: Mulish, sans-serif; font-style: normal; font-weight: 600; text-decoration: none;
  border: 2px solid #5c6081;
;
  background-color: #5c6081;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}

.st-btn.st-btn--secondary:hover {
  border: 2px solid #5c6081;
;
  background-color: #ffffff;
  color: #5c6081;
  transition: all 0.3s ease-in-out;
}

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

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

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

.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: Mulish, sans-serif; font-style: normal; font-weight: 600; text-decoration: none;
  border: 2px solid #ffffff;
;
  background-color: #ffffff;
  color: #61534A;
  transition: all 0.3s ease-in-out;
}

.st-btn.st-btn--alternative:hover {
  border: 2px solid #d0d1f2;
;
  background-color: #d0d1f2;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}

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

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

.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: #61534A;
}

/* Outlined button */

.st-btn.st-btn--outlined {
  font-family: Mulish, sans-serif; font-style: normal; font-weight: 600; text-decoration: none;
  border: 2px solid #61534A;
  background-color: rgba(255, 255, 255, 0%);
  color: #61534A;
  transition: all 0.3s ease-in-out;
}

.st-btn.st-btn--outlined:hover {
  border: 2px solid #61534A;
  background-color: #61534A;
  color: #FFFFFF;
  transition: all 0.3s ease-in-out;
}

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

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


/* White button  */
.st-btn.st-btn--white {
  ;
  font-weight:600;
  border:2px solid #fff;
  background-color: #fff;
  color: #61534A;
  transition: all 0.3s ease-in-out;
}

.st-btn.st-btn--white:hover {
  ;
  border:2px solid #fff;
  background-color: #fff;
  color: #61534A;
  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: #61534A;
}

.st-btn.st-btn--white svg path {
  fill: #61534A;
} 

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

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

/* Link button  */
.st-btn.st-btn--link {
  ;
  border:none;
  font-weight:600;
  background-color: transparent;
  color: #61534A;
  box-shadow:none;
  padding-left:0;
}

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

.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 button */
.st-btn.st-btn--header {
  font-family: Mulish, sans-serif; font-style: normal; font-weight: 600; text-decoration: none;
  border: 2px solid #61534A;
;
  border:none;
  background-color: #61534A;
  color: #ffffff;
  border-radius: 0px;
}


.st-btn.st-btn--header:hover {
  border: 2px solid #61534A;
;
  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 #61534A;
;
  border-radius: 0px;
  border:none;
  background-color: #FFFFFF;
  color: #61534A;
}





/* 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: Mulish, sans-serif; font-style: normal; font-weight: 700; text-decoration: none;
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  color: #61534A;
  font-size: 24px;
  letter-spacing: 0px;
  line-height: 28px;
  text-transform: none;
}

/* Labels */

form label {
  padding: 0px;

  font-family: Mulish, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #61534A;
  font-size: 18px;
  letter-spacing: 0px;
  line-height: 28px;
  text-transform: none;
}

/* Help text */

form legend {
  font-family: Mulish, sans-serif; font-style: normal; font-weight: 400; text-decoration: none;
  color: #61534A;
  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: 2px;
  color: #61534A;
}

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 #61534A;
}


/* Form fields - placeholders */

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

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

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

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

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

/* Form fields - date picker */

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

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

  
  
    
  


  rgba(97, 83, 74, 1.0)

;
  color: #ffffff;
}

form td.is-today .pika-button {
  color: #61534A;
}

form .is-selected .pika-button {
  background-color: #ffffff;
  color: #61534A;
}

form .pika-button:hover {
  background-color: #61534A !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: Mulish, sans-serif; font-style: normal; font-weight: 400; text-decoration: none;
  color: #61534A;
}

/* GDPR */

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

/* Submit button */

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

  font-family: Mulish, sans-serif; font-style: normal; font-weight: 600; text-decoration: none;
  padding-top: 12px;
padding-right: 22px;
padding-bottom: 12px;
padding-left: 22px;

  border-radius: 0px;
  font-size: 18px;
  line-height: 24px;
  text-transform: none;
  background: #61534A;
  color: #ffffff;
}

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

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

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

  font-family: Mulish, sans-serif; font-style: normal; font-weight: 400; text-decoration: none;
  color: #DB524E;
  font-size: 18px;
  letter-spacing: 0px;
  line-height: 28px;
  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: #61534A;
}

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

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






/* Table */

table {
  border: 1px solid #61534A;
;

}

/* Table cells */

tbody td {
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}

th,
td {
  border: 1px solid #61534A;

  padding: 10px;
;
  color: #61534A;
}

/* Table header */

thead th,
thead td {
  background-color: 

  
  
    
  


  rgba(97, 83, 74, 1.0)

;
  color: #ffffff;
}

/* Table footer */

tfoot th,
tfoot td {
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  color: #61534A;
}





.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: #61534A;
}

.secondary-color {
  color: #5c6081;
}

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





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

.header.transparent, .st-header.header-transparent {
   background-color: transparent;
  z-index:2;
}

.header.transparent, .st-header.header-transparent.st-dropdown--open {
  background-color: #fff;
}


@media (min-width:1141px) {
.st-header.header-transparent:not(.st-sticky) nav.menu a.menu__link {
  color:#fff; 
}

.st-header.header-transparent:not(.st-sticky) .st-btn.st-btn--header {
  background-color: #fff;
  color: #61534A;
}
}

@media (max-width:1140px) {
 .header.transparent .st-header.header-transparent .header-navigation-column-1-vertical-alignment, .st-header.header-centered .header-navigation-column-1-vertical-alignment  {
   order: 2;
  }
  .header.transparent .st-header.header-transparent .header-navigation-column-3-vertical-alignment, .st-header.header-centered .header-navigation-column-3-vertical-alignment   {
   order: 1;
  }
  .header.transparent .st-header.header-transparent .header-navigation-column-6-vertical-alignment,.st-header.header-centered .header-navigation-column-6-vertical-alignment   {
   order: 3;
  }
}

/*
.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;
  transition: all 0.3s ease-in-out;
  padding-top:5px;
  padding-bottom:0px;
}

.st-header.st-sticky,
.st-header-new.st-sticky {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 100;
  padding-top:5px;
  padding-bottom:0px;
  transition: 0.3s linear all;
  background-color: #fff;
}

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

/* Menu items */
.header .menu__link {
  font-family: Mulish, sans-serif; font-style: normal; font-weight: 400; text-decoration: none;
  font-size: 18px;
  line-height: 26px;
  text-transform: none;
}

/* Menu items - top level */

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

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

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

.header .menu__item--depth-1:hover > .menu__link,
.header .menu__item--depth-1:focus > .menu__link {
  font-family: Mulish, sans-serif; font-style: normal; font-weight: 400; text-decoration: none;
  color: #61534A;
}

.header .menu__item--depth-1 > .menu__link:active,
.header .menu__item--depth-1 > .menu__link.menu__link--active-link {
  font-family: Mulish, sans-serif; font-style: normal; font-weight: 400; text-decoration: none;
  color: #61534A;
}


/* Menu items - submenus */

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

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

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

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

.header .menu .menu__wrapper .menu__submenu .menu__link:hover,
.header .menu .menu__wrapper .menu__submenu .menu__link:focus {
  font-family: Mulish, sans-serif; font-style: normal; font-weight: 400; text-decoration: none;
  color: #61534A;
}

.header .menu .menu__wrapper .menu__submenu .menu__item .menu__link.menu__link--active-link {
  color: #61534A;
  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:#53535B;
  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: #61534A;
}

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

.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: 18px;
    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: #53535B;
    border-right-color:  #53535B;
  }

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

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


  .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: #61534A;
  }
}

/* LOGO */







/* Footer Background  */

.footer {
  background: rgba(255, 255, 255,1.0);
  position: relative;
}

/* Footer Heading */

.footer h1,
.footer h2,
.footer h3,
.footer h4,
.footer h5,
.footer h6 {
  font-family: Mulish, sans-serif; font-style: normal; font-weight: 700; text-decoration: none;
  color: #d7cabd;
  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):not(.st-btn) {
  font-family: Mulish, sans-serif; font-style: normal; font-weight: 400; text-decoration: none;
  color: #61534A;
  font-size: 16px;
  line-height: 24px;
  text-transform: none;
}

/* Footer menu */

.footer nav a,
.footer .menu__link {
  font-family: Mulish, sans-serif; font-style: normal; font-weight: 400; text-decoration: none;
  color: #61534A;
  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: #61534A;
}

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

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


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

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

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

.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: 0px;;
  margin-bottom: 1em;
}

@media (max-width: 767px) {
  .footer-2 .footer-menu.st-footer__link {
    border-radius: 0px;;
    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: #61534A;
}

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

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

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

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

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



/* Blog comments */

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

#comments-listing .comment-reply-to {
  color: #5c6081;
}

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

#comments-listing .comment-reply-to:active {
  color: #8488a9;
}

.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: 18px;
    letter-spacing: 0px;
    line-height: 26px;
  }
}





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

.st-search__keyword span {
  color: #61534A;
}

.st-search-results .hs-search-results__listing li a {
  color: #61534A;
}

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

.st-search-results .hs-search-results__pagination a {
  ;
  color: #61534A;
  font-size: 18px;
  line-height: 24px;
  text-transform: none;
}

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

  background-color: 

  
  
    
  


  rgba(250, 249, 246, 1.0)

;
  border-radius: 2px;
  color: #61534A;
}

.hs-search-highlight {
  color: #61534A;
}






/* 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: Mulish, sans-serif; font-style: normal;
  text-transform: none;
}

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

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

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

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

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

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

/* Blog pagination */

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

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

.pagination__link:active .pagination__link-text,
.pagination__link--number:active {
  color: #897b72;
}

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

/* Pricing card */
.card__price {
  font-weight: 700; text-decoration: none; font-family: Mulish, sans-serif; font-style: normal;
  color: #61534A;
  font-size: 24px;
}

.card__body svg {
  fill: #61534A;
}

/* Social follow */
.social-links__icon {
  background-color: #61534A;
}

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

.social-links__icon:active {
  background-color: #d0d1f2;
  font-weight: 700; text-decoration: none; font-family: Mulish, sans-serif; font-style: normal;
  color: #d7cabd;
  font-size: 34px;
}

.st-listing-card__column,
.st-listing-grid__column {
  border: 2px solid rgba(97, 83, 74,0.16);
}

.st-listing-card__title-wrap span,
.st-listing-grid__title-wrap span {
  background: rgba(97, 83, 74,0.16);
  color: #61534A; 
}


/* Sections  */

.st-git {
  background-color: #61534A;
}

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


.cta-block-button-container .st-btn.st-btn--link {
  color: #fff;
}
.cta-block-button-container .st-btn--link svg.st-btn__arrow path {
  fill: #fff;
}

.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;
  }
  .mobile-reverse .row-fluid {
   flex-direction:column-reverse; 
  }
}