







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































/* Secondary Button */






























/* Secondary White Button */






























/* Footer Button */































/* 1e. Forms */













































/* 1f. Tables */













/* 1g. Website header */





















/* 1h. Website footer */






























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

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

@media (max-width:991px) {
  .dnd-section,
  .content-wrapper--vertical-spacing {
    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: 400; text-decoration: none; font-family: Inter, serif; font-style: normal;
  color: #333333;
  font-size: 16px;
  letter-spacing: 0.1px;
  line-height: 24px;
}

li::marker {
  color: #222;
}
.green-bullets li::marker {
  color: #6de184;
}

/* Anchors */

a {
  font-weight: 600; text-decoration: underline; font-family: Inter, sans-serif; font-style: normal;
  font-size: 18px;
  color: #6DE184;
  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: #6DE184;
  line-height: 24px;
}

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

/* Headings */

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

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

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

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

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

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

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

  h4 {
    font-size: 26px;
    line-height: 26px;
  }

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

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

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

/* Blockquote */

blockquote {
  border-radius: 0;
  background: #ffffff;
  box-shadow: none;
}





.st-btn {
  font-size: 18px;
  line-height: 24px;
  text-transform: lowercase;
  background-clip: padding-box;
  width: auto;
  display: flex;
  width: max-content;
  align-items: center;
  gap: 10px;
  /* box-shadow: 2px 6px 20px -5px rgba(0,0,0,0.25);*/
}

.st-btn .arrow {
  width: 20px;
  transition: all 0.3s ease;
  border: 1px solid;
  position: relative;
}

.st-btn:hover .arrow {
  width: 50px;
}

.st-btn .arrow .head,
.st-btn .arrow .head:after {
  width: 0;
  height: 0;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  position: absolute;
  right: -5px;
  top: -7px;
}

/* Primary */

.st-btn.st-btn--primary {
  font-family: Inter, sans-serif; font-style: normal; font-weight: 700; text-decoration: none;
  padding-top: 18px;
padding-right: 24px;
padding-bottom: 18px;
padding-left: 24px;

  border-radius: 0px 0px 25px 0px;
  border-color: #6DE184;
  border-style: solid;
  border-top-width: 0px;
  border-bottom-width: 0px;
  border-left-width: 0px;
  border-right-width: 0px;
  background-color: #FF5A00;
  color: #ffffff;
  border-radius: 0px;
  transition: all 0.3s ease-in-out;
}

.st-btn.st-btn--primary:hover {
  border-color: #6DE184;
  border-style: solid;
  border-top-width: 0px;
  border-bottom-width: 0px;
  border-left-width: 0px;
  border-right-width: 0px;
  color: #FFFFFF;
  /*box-shadow: 2px 6px 25px -5px rgba(0,0,0,0.25);*/
  transition: all 0.3s ease-in-out;
  background-color: #FF5A00;
}


.st-btn.st-btn--primary:focus,
.st-btn.st-btn--primary:active {
  border-radius: 0px;
  border-color: #6DE184;
  border-style: solid;
  border-top-width: 0px;
  border-bottom-width: 0px;
  border-left-width: 0px;
  border-right-width: 0px;
  background-color: #FF5A00;
  color: #FFFFFF;
}

.st-btn.st-btn--primary .arrow {
  border-color: #ffffff !important;
}
.st-btn.st-btn--primary .arrow .head,
.st-btn.st-btn--primary .arrow .head:after
{
  border-left: 7px solid #ffffff !important;
}


/* Secondary Button  */

.st-btn.st-btn--secondary {
  font-family: Inter, sans-serif; font-style: normal; font-weight: 500; text-decoration: none;
  padding-top: 0px;
padding-right: 5px;
padding-bottom: 5px;
padding-left: 0px;

  border-radius: 0px 0px 0px 0px;
  border-color: #6DE184;
  border-style: solid;
  border-top-width: 0px;
  border-bottom-width: 3px;
  border-left-width: 0px;
  border-right-width: 0px;
  background-color: rgba(255, 255, 255, 0%);
  color: #6de184;
  transition: all 0.3s ease-in-out;
  text-transform:uppercase;

}

.st-btn.st-btn--secondary:hover {
  border-color: #6DE184;
  border-style: solid;
  border-top-width: 0px;
  border-bottom-width: 3px;
  border-left-width: 0px;
  border-right-width: 0px;
  background-color: rgba(109, 225, 132, 0%);
  color: #6DE184;
  transition: all 0.3s ease-in-out;
}

.st-btn.st-btn--secondary:active, 
.st-btn.st-btn--secondary:focus {
  border-color: #6DE184;
  border-style: solid;
  border-top-width: 0px;
  border-bottom-width: 3px;
  border-left-width: 0px;
  border-right-width: 0px;
  background-color: rgba(109, 225, 132, 0%);
  color: #6DE184;
  border-radius: 0px;
}

.st-btn.st-btn--secondary .arrow {
  border-color: #6de184 !important;
}
.st-btn.st-btn--secondary .arrow .head,
.st-btn.st-btn--secondary .arrow .head:after
{
  border-left: 7px solid #6de184 !important;
}

/* Secondary White Button  */

.st-btn.st-btn--secondary_white {
  font-family: Inter, sans-serif; font-style: normal; font-weight: 500; text-decoration: none;
  padding-top: 0px;
padding-right: 5px;
padding-bottom: 5px;
padding-left: 0px;

  border-radius: 0px 0px 0px 0px;
  border-color: #ffffff;
  border-style: solid;
  border-top-width: 0px;
  border-bottom-width: 3px;
  border-left-width: 0px;
  border-right-width: 0px;
  background-color: rgba(255, 255, 255, 0%);
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}

.st-btn.st-btn--secondary_white:hover {
  border-color: #ffffff;
  border-style: solid;
  border-top-width: 0px;
  border-bottom-width: 3px;
  border-left-width: 0px;
  border-right-width: 0px;
  background-color: #6DE184;
  color: #FFFFFF;
  transition: all 0.3s ease-in-out;
}

.st-btn.st-btn--secondary_white:active, 
.st-btn.st-btn--secondary_white:focus {
  border-color: #ffffff;
  border-style: solid;
  border-top-width: 0px;
  border-bottom-width: 3px;
  border-left-width: 0px;
  border-right-width: 0px;
  background-color: #6DE184;
  color: #FFFFFF;
  border-radius: 0px;
}

.st-btn.st-btn--secondary_white .arrow {
  border-color: #ffffff !important;
}
.st-btn.st-btn--secondary_white .arrow .head,
.st-btn.st-btn--secondary_white .arrow .head:after
{
  border-left: 7px solid #ffffff !important;
}


/* Header button */
.st-btn.st-btn--header {
  ;
  ;
  border:none;
  background-color: ;
  color: ;
  border-radius: 0px;
}


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

}

.st-btn.st-btn--header:focus,
.st-btn.st-btn--header:active {
  ;
  border-radius: ;
  border:none;
  background-color: ;
  color: ;
}

/* Footer Button */

.st-btn.st-btn--footer {
  font-family: Inter, sans-serif; font-style: normal; font-weight: 500; text-decoration: none;
  padding-top: 0px;
padding-right: 5px;
padding-bottom: 5px;
padding-left: 0px;

  border-radius: 0px;
  border-color: #6DE184;
  border-style: solid;
  border-top-width: 0px;
  border-bottom-width: 0px;
  border-left-width: 0px;
  border-right-width: 0px;
  background-color: rgba(255, 255, 255, 0%);
  color: #ffffff;
  transition: all 0.3s ease-in-out;

}

.st-btn.st-btn--footer .st-btn__text {
  font-size: 28px;
  font-weight: 700;
  line-height: 1.1;
}

.st-btn.st-btn--footer:hover {
  border-color: #6DE184;
  border-style: solid;
  border-top-width: 0px;
  border-bottom-width: 0px;
  border-left-width: 0px;
  border-right-width: 0px;
  background-color: rgba(109, 225, 132, 0%);
  color: #FFFFFF;
  transition: all 0.3s ease-in-out;
}

.st-btn.st-btn--footer:active, 
.st-btn.st-btn--footer:focus {
  border-color: #6DE184;
  border-style: solid;
  border-top-width: 0px;
  border-bottom-width: 0px;
  border-left-width: 0px;
  border-right-width: 0px;
  background-color: rgba(109, 225, 132, 0%);
  color: #FFFFFF;
  border-radius: 0px;
}

.st-btn.st-btn--footer .arrow {
  border: 1px solid #ffffff !important;
}
.st-btn.st-btn--footer .arrow .head,
.st-btn.st-btn--footer .arrow .head:after
{
  border-left: 10px solid #ffffff !important;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  right: -10px;
  top: -6px;
}





/* Form */

form {
  border: 1px none #BCBCBC;

  padding: 20px;

  background-color: 

  
  
    
  


  rgba(255, 255, 255, 0.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: #0F0F0F;
  font-size: 26px;
  letter-spacing: 0px;
  line-height: 26px;
  text-transform: none;
}

/* Labels */

form label {
  padding: 0px;

  font-family: Inter, serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #333333;
  font-size: 18px;
  letter-spacing: 0.1px;
  line-height: 24px;
  text-transform: none;
}

/* Help text */

form legend {
  font-family: Inter, serif; font-style: normal; font-weight: 400; text-decoration: none;
  color: #333333;
  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 {
  padding: 10px;

  border-color: #D0D0D0;
  border-style: solid;
  border-top-width: 0px;
  border-bottom-width: 1px;
  border-left-width: 0px;
  border-right-width: 0px;
  background-color: 

  
  
    
  


  rgba(250, 249, 246, 0.0)

;
  border-radius: 0px;
  color: #333333;
}

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: #6DE184;
  border-bottom-width: 2px;
  background-color: 

  
  
    
  


  rgba(250, 249, 246, 0.0)

;
}

form input[type='text']:active,
form input[type='email']:active,
form input[type='password']:active,
form input[type='tel']:active,
form input[type='number']:active,
form input[type='search']:active,
form select:active,
form textarea:active {
  background-color: 

  
  
    
  


  rgba(250, 249, 246, 0.0)

;
}

form input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px #fff inset;
}
}

/* Form fields - placeholders */

::-webkit-input-placeholder {
  color: #D0D0D0;
}

::-moz-placeholder {
  color: #D0D0D0;
}

:-ms-input-placeholder {
  color: #D0D0D0;
}

:-moz-placeholder {
  color: #D0D0D0;
}

::placeholder {
  color: #D0D0D0 !important;
}

/* Form fields - date picker */

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

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

  
  
    
  


  rgba(109, 225, 132, 1.0)

;
  color: #ffffff;
}

form td.is-today .pika-button {
  color: #6DE184;
}

form .is-selected .pika-button {
  background-color: #ffffff;
  color: #6DE184;
}

form .pika-button:hover {
  background-color: #6DE184 !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: 400; text-decoration: none;
  color: #333333;
}

/* GDPR */

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

/* Submit button */

form input[type=submit],
form .hs-button,
form .hs-button.primary {
  font-size: 18px;
  line-height: 24px;
  text-transform: lowercase;
  background-clip: padding-box;
  width: auto;
  display: flex;
  width: max-content;
  align-items: center;
  gap: 10px;
  font-family: Inter, sans-serif; font-style: normal; font-weight: 700; text-decoration: none;
  padding-top: 18px;
padding-right: 24px;
padding-bottom: 18px;
padding-left: 24px;

  border-radius: 0px 0px 25px 0px;
  border-color: #6DE184;
  border-style: solid;
  border-top-width: 0px;
  border-bottom-width: 0px;
  border-left-width: 0px;
  border-right-width: 0px;
  background-color: #FF5A00;
  color: #ffffff;
  border-radius: 0px;
  transition: all 0.3s ease-in-out;
  padding-right:48px;
  padding-left:48px;
}

form input[type=submit]:hover,
form .hs-button:hover,
form .hs-button.primary:hover {
  border-color: #6DE184;
  border-style: solid;
  border-top-width: 0px;
  border-bottom-width: 0px;
  border-left-width: 0px;
  border-right-width: 0px;
  color: #FFFFFF;
  /*box-shadow: 2px 6px 25px -5px rgba(0,0,0,0.25);*/
  transition: all 0.3s ease-in-out;
  background-color: #FF5A00;
}

body form input[type=submit]:focus,
body form .hs-button:focus,
form input[type=submit]:active,
form .hs-button:active {
  border-radius: 0px;
  border-color: #6DE184;
  border-style: solid;
  border-top-width: 0px;
  border-bottom-width: 0px;
  border-left-width: 0px;
  border-right-width: 0px;
  background-color: #FF5A00;
  color: #FFFFFF;
}

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

  font-family: Inter, serif; font-style: normal; font-weight: 400; text-decoration: none;
  color: #DB524E;
  font-size: 18px;
  letter-spacing: 0.1px;
  line-height: 24px;
  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: #6DE184;
}

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

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






/* Table */

table {
  border: 1px solid #6DE184;
;

}

/* Table cells */

tbody td {
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}

th,
td {
  border: 1px solid #6DE184;

  padding: 10px;
;
  color: #6DE184;
}

/* Table header */

thead th,
thead td {
  background-color: 

  
  
    
  


  rgba(109, 225, 132, 1.0)

;
  color: #ffffff;
}

/* Table footer */

tfoot th,
tfoot td {
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  color: #6DE184;
}





.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: 10px;
}

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





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

/*
.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:10px;
  position: fixed;
  z-index: 201;
  width: 100%;
  /*   transition: top 0.3s; */
}


.st-sticky {
  position: fixed;
  top: 0;
  width: 100%;
  background: rgba(15,15,15,1);
}
.header--no-navigation.st-sticky {
 padding-top:0;
  padding-bottom:5px;
}

/* .st-sticky .header-nav .header-nav-toggle svg:first-child path {
fill: #6DE184;
} */

.st-sticky #hs_cos_wrapper_site_button .st-btn__wrap {
  margin: 5px 0 0;
}

.hide-header {
  top: -100%;
}
/*.st-header.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:5px;
  }
}

/* Menu items */
.header .menu__link {
  font-family: Inter, serif; font-style: normal; font-weight: normal; text-decoration: none;
  font-size: 24px;
  line-height: 32px;
  text-transform: uppercase;
}

/* Menu items - top level */

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

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

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

.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: normal; text-decoration: none;
  color: #0F0F0F;
}

.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: normal; text-decoration: none;
  color: #F8F8F8;
}


/* Menu items - submenus */

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

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

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

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

.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: normal; text-decoration: none;
  color: #0F0F0F;
}

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

/* Language switcher */
.header .header__language-switcher-label-current {
  color: #fff;
  font-size: 18px;
  line-height: 26px;
  text-transform: uppercase;
  cursor:pointer;
}

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

.header .st-lang-switcher {
  margin-left: 1rem;
}

.st-lang-switcher>span {
  width: 0;
  height: 0;
}

.st-lang-switcher .lang_switcher_class,
.st-lang-switcher.st-lang-open .lang_list_class {
  display: block;
}

.st-lang-switcher .lang_list_class {
  background: #ffffff;
  border-radius: 0 0 8px 8px;
  box-shadow: 0 2px 9px 0 rgba(0, 0, 0, 0.2);
  left: 20px;
  min-width: 20px;
  top: 38px;
}

@media (max-width:768px) {
 .st-lang-switcher .lang_list_class { 
   left:10px;
}
}

.st-lang-switcher .lang_list_class li {
  text-align: left;
}


.st-lang-switcher .lang_list_class:before,
.st-lang-switcher .lang_list_class:after,
.st-lang-switcher .lang_list_class li:last-child,
.st-lang-switcher .lang_list_class li:first-child,
.st-lang-switcher .lang_list_class li {
  border: none;
  padding-top: 0;
}
  
.st-lang-switcher .globe_class {
    background-image: none;
    width: 0;
    height: 0;
  }

 .st-lang-switcher .globe_class:hover .lang_list_class {
    display: unset;
  } 

  .lang_list_class li a {
    color: #202020;
  }

  .lang_list_class li a:hover {
    color: #000;
  }

  .header__language-switcher-label-current::after {
    border-bottom: 2px solid ;
    border-right: 2px solid ;
  }

/* 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:#202020;
  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: #000;
}

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

.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: 32px;
/*     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: #ffffff;
    border-right-color:  #ffffff;
  }

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

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


  .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: #6DE184;
  }
}

/* LOGO */







/* Footer Background  */

.footer {
  background: rgba(2, 2, 2,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: 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) {
  font-family: Inter, 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: Inter, 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: 18px;
    line-height: 24px;
  }

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







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

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

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

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

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

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

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

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

/* Blog comments */

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

#comments-listing .comment-reply-to {
  color: #6DE184;
}

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

#comments-listing .comment-reply-to:active {
  color: #95ffac;
}

.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: #6DE184;
}

.st-search__keyword span {
  color: #6DE184;
}

.st-search-results .hs-search-results__listing li a {
  color: #0F0F0F;
}

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

.st-search-results .hs-search-results__pagination a {
  ;
  color: #6DE184;
  font-size: 18px;
  line-height: 24px;
  text-transform: lowercase;
}

.backup-unsubscribe input[type=email] {
  
  background-color: 

  
  
    
  


  rgba(250, 249, 246, 0.0)

;
  border-radius: 0px;
  color: #333333;
}

.hs-search-highlight {
  color: #6DE184;
}






/* 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: #0F0F0F;
}

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

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

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

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

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

/* Blog pagination */

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

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

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

.pagination__link-icon svg {
  fill: #333333;
}

/* Pricing card */

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

.card__body svg {
  fill: #6DE184;
}

/* Social follow */

.social-links__icon {
  background-color: #6DE184;
}

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

.social-links__icon:active {
  background-color: #95ffac;
  font-weight: 700; text-decoration: none; font-family: Inter, sans-serif; font-style: normal;
  color: #0F0F0F;
  font-size: 32px;
}

.st-listing-card__column,
.st-listing-grid__column {
  border: 2px solid rgba(109, 225, 132,0.16);
}

.st-listing-card__title-wrap span,
.st-listing-grid__title-wrap span {
  background: rgba(109, 225, 132,0.16);
  color: #6DE184; 
}


/* Sections  */

.st-git {
  background-color: #6DE184;
}

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


/* Links underline */
.hs_cos_wrapper_type_rich_text a {
  text-decoration: none;
  transition: text-decoration 500ms;
  text-decoration-color: #fff;
}

.hs_cos_wrapper_type_rich_text a:hover {
  text-decoration: underline;
  text-decoration-color: #67c6e5;
  transition: text-decoration-color 1000ms;
  text-decoration-thickness: 3px;
  text-underline-offset: 2px;
}

.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%;
}

.liini-green-bg{
  background-image: url('https://6105192.fs1.hubspotusercontent-na1.net/hubfs/6105192/Liini%20photos/liini-wave.svg'), linear-gradient(to top, #6DE184 47.5%, white 47.5%);
  overflow:hidden;
  background-repeat: repeat;
  background-size: contain;

}

.header .st-header .header-nav-toggle svg path {
  fill:#fff !important;
}

.header-button {
  z-index: 0; 
}
footer.footer-simple .dnd-section {
 padding:2rem 4rem; 
}
footer .st-btn--primary span.st-btn__text {
 font-weight:600; 
}
footer .footer-description {
 padding-bottom: 1em; 
  max-width:500px;
}
@media (max-width:768px) {
  footer .footer-description {
    text-align:center; 
    padding-top:1em;
    font-size:18px;
  }
}
  
.lang_switcher_class {
  position:relative;
  display:inline-block
  }
.globe_class {
     background-image:url(//static.hsappstatic.net/cos-LanguageSwitcher/static-1.11/img/globe.png);
    background-position:50%;
    background-repeat:no-repeat;
    background-size:cover;
    border-radius:10px;
    width:20px;
    height:20px;
    cursor:pointer
}
.lang_list_class{
    display:none;
    position:absolute;
    top:17px;
    left:50%;
    -webkit-transform:translateX(-50%);
    transform:translateX(-50%);
    text-align:center;
    z-index:100;
    list-style-type:none;
    padding:15px 0 0;
    margin:0
}
.globe_class:hover .lang_list_class{
    display:block
}
.lang_list_class:before{
    top:-8px;
    border:12px solid transparent;
    border-bottom-color:#000
}
.lang_list_class:after,.lang_list_class:before{
    content:"";
    display:block;
    position:absolute;
    left:50%;
    width:0;
    height:0;
    margin-left:-12px
}
.lang_list_class:after{
    top:-7px;
    border:12px solid transparent;
    border-bottom-color:#fff;
    margin-bottom:-1px
}
.lang_list_class li{
    position:relative;
    line-height:1;
    font-size:13px;
    padding:0 15px 10px;
    background-color:#fff;
    border-left:1px solid #000;
    border-right:1px solid #000
}
.lang_list_class li:first-child{
    padding-top:15px;
    border-top:1px solid #000
}
.lang_list_class li:last-child{
    padding-bottom:15px;
    border-bottom:1px solid #000
}
.lang_list_class li a{
    text-decoration:none;
    color:#000;
    cursor:pointer
}
.lang_list_class li a:hover{
    color:#02f
}

.swiper-button-prev {
 left:-25px !important; 
}
.swiper-button-next {
  right:-25px !important;
}

.swiper-button-next, .swiper-button-prev {
  position: absolute;
  top: 200px !important;
  width: 2px !important;
  height: 2px  !important;
  margin-top: calc(0px - (var(--swiper-navigation-size)/ 2));
  z-index: 340;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white !important;
  background: #6DE184;
  padding: 1em;
  border-radius: 100%;
  border: 5px solid white;
}

.swiper-button-next::after, .swiper-button-prev::after {
  font-family: swiper-icons;
  text-transform: none !important;
  letter-spacing: 0;
  font-variant: initial;
  line-height: 1;
  font-size: 16px !important;
  font-weight: 900 !important;
  margin-right:2px !important;
}

.swiper-button-disabled {
 display: none !important; 
}

@media (max-width:991px) {
  .swiper-button-prev {
 left:-16px !important; 
}
.swiper-button-next {
  right:-16px !important;
}
 
}

#footer-module-4 .st-btn--secondary .st-btn__text {
  text-transform:uppercase;
  color: #6DE184;
}

.ux-flow-test .liini-case-section__counter-text {
  color: #ffffff;
}


/* Fresh header megamenu  */





.header_fresh .updated-header-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}

.header_fresh .header-left, .header-right {
  display: flex;
  align-items: center;
}

.header_fresh .header-logo {
  margin-right: 20px;
}

@media (max-width: 1024px) {
  
}

@media (max-width: 768px) {
  .header_fresh .updated-header-wrapper {
    flex-direction: column;
  }

  .header_fresh .header-left, .header_fresh .header-right {
    flex-direction: column;
    align-items: center;
    width: 100%;
  }

  .header_fresh .header-mega-menu, .header_fresh .header-controls, .header_fresh .header-button {
    margin: 10px 0;
  }
}