








/* 1a. Containers */




/* 1b. Colors */




/* 1c. Typography */



































/* 1d. Buttons */

















































/* 1e. Forms */
















































/* 1f. Tables */













/* 1g. Website header */








/* 1h. Website footer */





/* overrides with custom font (# uncomment if needed #) */




:root {
  --primary-color: #0455a4; /* theme green */
  --secondary-color: #000000;
  --body-font-color: #000000;
  --primary-font: Poppins;
  --secondary-font: Poppins;
  --swiper-theme-color: var(--primary-color);

  --theme-orange: #F9A202;
  --theme-purple: #BB45FF;
  --theme-blue: #2990FF;
  --theme-yellow: #C9C402;

  --link-color: var(--body-font-color);
  --link-color-hover: var(--primary-color);
  --swiper-pagination-bullet-size: 15px;
  --swiper-pagination-bullet-horizontal-gap: 7px;

  --cp-card-img-height: 200px;

  /* buttons */
  /* buttons */
  --button-primary-font: {font=Poppins, font_set=DEFAULT, styles={font-family=Poppins, font-style=normal, font-weight=normal, text-decoration=none}, size=null, size_unit=null, color=#ffffff, variant=null, fallback=null, style=font-family: Poppins; font-style: normal; font-weight: normal; text-decoration: none, css=color: #ffffff;font-family: Poppins;};
  --button-primary-text-transform: none;
  --button-primary-line-height: 1.5;
  --button-primary-letter-spacing: 0;
  --button-primary-color:#ffffff;

  --button-primary-bg-color: 

  
  
    
  


  rgba(4, 85, 164, 1.0)

;
  --button-primary-border: 1px solid #0455a4;
  --button-primary-corner-radius: 5px;

  --button-primary-font-hover: {font=Poppins, font_set=DEFAULT, styles={font-family=Poppins, font-style=normal, font-weight=normal, text-decoration=none}, size=null, size_unit=null, color=#0455a4, variant=null, fallback=null, style=font-family: Poppins; font-style: normal; font-weight: normal; text-decoration: none, css=color: #0455a4;font-family: Poppins;};
  --button-primary-bg-color-hover: 

  
  
    
  


  rgba(0, 158, 131, 0.0)

;
  --button-primary-border-hover: 1px solid #0455a4;
  --button-primary-color-hover: #0455a4;

  --button-secondary-font: {font=Poppins, font_set=DEFAULT, styles={font-family=Poppins, font-style=normal, font-weight=normal, text-decoration=none}, size=null, size_unit=null, color=#0455a4, variant=null, fallback=null, style=font-family: Poppins; font-style: normal; font-weight: normal; text-decoration: none, css=color: #0455a4;font-family: Poppins;};
  --button-secondary-text-transform: none;
  --button-secondary-line-height: 1.5;
  --button-secondary-letter-spacing: 0;
  --button-secondary-bg-color: 

  
  
    
  


  rgba(0, 0, 0, 0.0)

;
  --button-secondary-border: 1px solid #0455a4;
  --button-secondary-corner-radius: 5px;
  --button-secondary-color:#0455a4;

  --button-secondary-font-hover: {font=Poppins, font_set=DEFAULT, styles={font-family=Poppins, font-style=normal, font-weight=normal, text-decoration=none}, size=null, size_unit=null, color=#ffffff, variant=null, fallback=null, style=font-family: Poppins; font-style: normal; font-weight: normal; text-decoration: none, css=color: #ffffff;font-family: Poppins;};
  --button-secondary-bg_color-hover: 

  
  
    
  


  rgba(4, 85, 164, 1)

;
  --button-secondary-border-hover: 1px solid #0455a4;

  --button-simple-font: {font=Poppins, font_set=GOOGLE, styles={font-family=Poppins, sans-serif, font-style=normal, font-weight=normal, text-decoration=none}, size=null, size_unit=null, color=#000000, variant=null, fallback=sans-serif, style=font-family: Poppins, sans-serif; font-style: normal; font-weight: normal; text-decoration: none, css=color: #000000;font-family: Poppins, sans-serif;};
  --button-simple-text-transform: none;
  --button-simple-underline: {add_underline=, color=, width=};
  --button-simple-line-height: 1.5;
  --button-simple-letter-spacing: 0;


  --button-simple-font-hover: {font=Poppins, font_set=GOOGLE, styles={font-family=Poppins, sans-serif, font-style=normal, font-weight=normal, text-decoration=none}, size=null, size_unit=null, color=#009E83, variant=null, fallback=sans-serif, style=font-family: Poppins, sans-serif; font-style: normal; font-weight: normal; text-decoration: none, css=color: #009E83;font-family: Poppins, sans-serif;};
  --button-simple-underline-hover: {add_underline=, color=, width=};

  --button_disabled-bg-color: #c8c8c8;
  --button_disabled-color: #fff;
}














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

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

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

.section-padding {
  padding: 80px 0;
}

@media(min-width: 768px) {
  .dnd-section,
  .content-wrapper--vertical-spacing {
    padding: 80px 1rem;
  }
}

@media(max-width: 767px) {
  .dnd-section .dnd-section,
  .dnd-section .dnd-section .content-wrapper {
    padding-right: 0;
    padding-left: 0;
  }
}






html {
  font-size: 16px;
}

body {

font-weight:300;
  font-family: Poppins;

  color: #000000;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0
}

ul {
  font-size: 16px;
}


/* Paragraphs */

p {

font-weight:300;
  font-family: Poppins;

}

/* Anchors */

a {

font-weight:400;  
  font-family: Poppins;
{font-weight=normal, text-decoration=underline, font-family=Poppins, sans-serif, font-style=normal};

  color: #000000;
  color: var(--link-color);
  font-family: inherit;
}

a:hover,
a:focus {
  color: #0455a4;
  color: var(--link-color-hover);
}

a:active {
  color: #0455a4;
  color: var(--link-color-hover);
}

hr {
  border-bottom-color: #000000;
}

/* Headings */

h1,
.h1 {

font-family: Poppins, sans-serif; font-style: normal; font-weight: 700; text-decoration: none;

  color: #000000;
  font-size: 40px;
  line-height: 1.1;
  letter-spacing: 0;
}

h2,
.h2 {

font-family: Poppins, sans-serif; font-style: normal; font-weight: 700; text-decoration: none;

  color: #000000;
  font-size: 35px;
  line-height: 1.24;
  letter-spacing: 0;
}

h3,
.h3 {

font-family: Poppins, sans-serif; font-style: normal; font-weight: 700; text-decoration: none;

  color: #000000;
  font-size: 28px;
  line-height: 1.25;
  letter-spacing: 0;
}

h4,
.h4 {

font-family: Poppins, sans-serif; font-style: normal; font-weight: 700; text-decoration: none;

  color: #000000;
  font-size: 22px;
  line-height: 1.5;
  letter-spacing: 0;
}

h5,
.h5 {

font-weight: 700; text-decoration: none; font-family: Poppins, sans-serif; font-style: normal;

  color: #000000;
  font-size: 18px;
  line-height: 1.5;
  letter-spacing: 0;
}

h6,
.h6 {

font-family: Poppins, sans-serif; font-style: normal; font-weight: 700; text-decoration: none;

  color: #000000;
  font-size: 18px;
  text-transform: none;
  line-height: 1.5;
  letter-spacing: 0;
}


.custom-h2 h2 {
  font-weight: 400;
  font-size: 40px;
}

/* Blockquote */

blockquote {
  border-left-color: #0455a4;
  border-left-color: var(--primary-color);
}

@media(min-width: 768px) {
  h1,
  .h1 {
    font-size: 60px;
  }

  h2,
  .h2 {
    font-size: 38px;
  }

  h3,
  .h3 {
    font-size: 32px;
  }

  h5,
  .h5 {
    font-size: 16px;
  }

  .custom-h2 h2 {
    font-size: 50px;
  }

}

@media(min-width: 1025px) {
  h1,
  .h1 {
    font-size: 40px;
  }

  h2,
  .h2 {
    font-size: 35px;
  }
}





/* Primary Button */

button,
.button,
.cta_button[title],
.hs-button{

font-family: Poppins; font-style: normal; font-weight: normal; text-decoration: none;


  background-color: 

  
  
    
  


  rgba(4, 85, 164, 1.0)

;
  border: 1px solid #0455a4;
  border-radius: 5px;
  color: #ffffff;
  fill: #ffffff;
  font-size: 15px;
  padding: 14px 20px;
  text-transform: none;
  line-height: 1.5;
  letter-spacing: 0;

}

button:hover,
button:focus,
.button:hover,
.button:focus,
.cta_button[title]:hover,
.cta_button[title]:focus,
button:active,
.button:active,
.cta_button[title]:active,
.hs-button:hover,
.hs-button:focus {

font-family: Poppins; font-style: normal; font-weight: normal; text-decoration: none;


  background-color: 

  
  
    
  


  rgba(0, 158, 131, 0.0)

;
  border: 1px solid #0455a4;
  color: #0455a4;

}


.cta_button[title],
form .hs-button,
button.button--simple {
  position: relative;
  display: inline-flex;
  align-items: center;
}

/* Disabled Button */

button:disabled,
.button:disabled,
.button.button--secondary:disabled,
.button.button--simple:disabled {
  color: #fff;
}

button:disabled,
.button:disabled {
  background-color: #c8c8c8;
}

button.no-button {
  padding: 0;
  background: transparent;
  border: none;

}

/* Secondary Button */

.button.button--secondary {

font-family: Poppins; font-style: normal; font-weight: normal; text-decoration: none;


  background-color: 

  
  
    
  


  rgba(0, 0, 0, 0.0)

;
  border: 1px solid #0455a4;
  border-radius: 5px;
  color: #0455a4;
  fill: #0455a4;
  padding: 10px 25px;
  text-transform: none;
  line-height: 1.5;
  letter-spacing: 0;
}

.button.button--secondary:hover,
.button.button--secondary:focus,
.button.button--secondary:active {

font-family: Poppins; font-style: normal; font-weight: normal; text-decoration: none;


  background-color: 

  
  
    
  


  rgba(4, 85, 164, 1)

;
  border: 1px solid #0455a4;
  color: #ffffff;
  fill: #ffffff;
}

.button.button--secondary:after,
.cta_button.button--secondary[title]:after {
  background-color: #ffffff;

}

/* Simple Button */
.button.button--simple {

font-family: Poppins, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;


  color: #000000;

  text-transform: none;
  line-height: 1.5;
  letter-spacing: 0;
}



.button.button--simple:after {
  content: none;
}



.button.button--simple:hover,
.button.button--simple:focus,
.button.button--simple:active {

font-family: Poppins, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;


  color: #009E83;
  fill: #009E83;
  background: var(--primary-color);

}



.button.button--simple:hover:after,
.button.button--simple:focus:after,
.button.button--simple:active:after {
  content: none;
}



button.button--simple:after {
  background-color: var(--primary-color);
}

/* Button Sizing */

.button.button--small {
  font-size: 14px;
  padding: 12px 20px;
}

.button.button--large {
  font-size: 18px;
  padding: 12px 44px;
}

@media(min-width: 768px) {
  button, .button, form:not(.hs-form) input[type=submit], .cta_button[title], form.hs-form .hs-button {
    padding: 14px 30px;
  }
}

@media(min-width: 1025px) {
  button, .button, form:not(.hs-form) input[type=submit], .cta_button[title], form.hs-form .hs-button {
    padding: 10px 25px;
  }
}





form {
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 0.0)

;
  border: 1px none #D0D0D0;
  border-radius: 0px;
  padding: 0px 0px;
}

.hs-form-field {
  margin-bottom: 1.5rem;
}

/* Form Title */

.form-title {

font-weight: 700; text-decoration: none; font-family: Poppins, sans-serif; font-style: normal;


  background-color: 

  
  
    
  


  rgba(255, 255, 255, 0.0)

;
  border: 1px none #D0D0D0;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  color: #000000;
  font-size: 32px;
  padding: 25px 25px;
  text-transform: none;
}

/* Labels */

.hs-form-field > label,
.hs-form-field > label span {

font-family: Poppins, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;


  color: #000000;
  font-size: 16px;
  padding: 6px 0px;
}

/* Help Text - Legends */

.hs-form-field legend {

font-family: Poppins, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;


  color: #000000;
  font-size: 14px;
}

/* Inputs */

input[type='text'],
input[type='email'],
input[type='password'],
input[type='tel'],
input[type='number'],
select,
textarea,
.payment-wrapper .stripe-card-stripe-elements {

font-family: Poppins, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;


  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  border: 1px solid #333333;
  border-radius: 0px;
  color: #000000;
  font-size: 16px;
}



input[type='text']:focus,
input[type='email']:focus,
input[type='password']:focus,
input[type='tel']:focus,
input[type='number']:focus,
input[type='file']:focus,
select:focus,
textarea:focus {
  outline-color: #0455a4;
  outline-color: var(--primary-color);
}

@media(min-width: 768px) {
  input[type='text'],
  input[type='email'],
  input[type='password'],
  input[type='tel'],
  input[type='number'],
  select,
  textarea {
    padding: 18px 20px;
  }
}

::-webkit-input-placeholder {
  color: 

  
  
    
  


  rgba(51, 51, 51, 1.0)

;
}

::-moz-placeholder {
  color: 

  
  
    
  


  rgba(51, 51, 51, 1.0)

;
}

:-ms-input-placeholder {
  color: 

  
  
    
  


  rgba(51, 51, 51, 1.0)

;
}

:-moz-placeholder {
  color: 

  
  
    
  


  rgba(51, 51, 51, 1.0)

;
}

::placeholder {
  color: 

  
  
    
  


  rgba(51, 51, 51, 1.0)

;
}

/* Inputs - Checkbox/Radio */

form .inputs-list:not(.no-list) label,
form .inputs-list:not(.no-list) label > span,
form .inputs-list:not(.no-list) label > span p {

font-family: Poppins, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;


  color: #000000;
  font-size: ;
}

/* Inputs - Datepicker */

.fn-date-picker .pika-table thead th {
  background-color: 

  
  
    
  


  rgba(4, 85, 164, 1.0)

;
  color: #FFFFFF;

}

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

.hs-datepicker .is-selected button.pika-button {
  background-color: #000000;
  color: #000000;
}

.hs-datepicker button.pika-button:hover {
  background-color: #0455a4 !important;
}

/* Form Rich 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: Poppins, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;


  color: #000000;
}

/* GDPR Text */

form .legal-consent-container,
form .legal-consent-container .hs-richtext,
form .legal-consent-container .hs-richtext p {


font-family: Poppins, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;


  color: #000000;
  font-size: 14px;
}

/* Validation */

.hs-input.invalid.error {
  border-color: ;
}

.hs-error-msg,
.hs-error-msgs {
  color: ;
}

/* Submit */



form:not(.hs-form) input[type='submit'],
form .hs-button {

font-family: Poppins; font-style: normal; font-weight: normal; text-decoration: none;


  background-color: 

  
  
    
  


  rgba(4, 85, 164, 1.0)

;
  border: 1px solid #0455a4;
  border-radius: 5px;
  color: #ffffff;
  fill: #ffffff;
  padding: 10px 25px;
  text-transform: none;
}

form:not(.hs-form) input[type='submit']:hover,
form:not(.hs-form) input[type='submit']:focus,
form .hs-button:hover,
form .hs-button:focus,
form:not(.hs-form) input[type='submit']:active,
form .hs-button:active  {

font-family: Poppins; font-style: normal; font-weight: normal; text-decoration: none;


  background-color: 

  
  
    
  


  rgba(0, 158, 131, 0.0)

;
  border: 1px solid #0455a4;
  color: #0455a4;
}







form:not(.hs-form) input[type='submit'],
form .hs-button {
  font-size: 15px;
  padding: 10px 25px;
}



/* Inline Thank You Message */

.submitted-message {
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 0.0)

;
  border: 1px none #D0D0D0;
  border-radius: 0px;
  padding: 0px 0px;
}





/* Table */

table {
border: 1px solid #000000;

  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}

/* Table cells */

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

padding: 18px;

  color: #000000;
}

/* Table header */

thead th {
  background-color: 

  
  
    
  


  rgba(4, 85, 164, 1.0)

;
  color: #FFFFFF;
}

/* Table footer */

tfoot td {
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  color: #000000;
}





.header {
  background-color: 

  
  
    
  


  rgba(0, 0, 0, 1.0)

;
}

.menu__link,
.header__logo .logo-company-name,
.header__language-switcher-label-current,
.header__language-switcher .lang_list_class li a {
  color: #FFFFFF;
  font-family: Poppins;
}

.menu__child-toggle-icon {
  border-top-color: #FFFFFF;
}

.menu .menu__link:hover,
.menu .menu__link:focus,
.header__language-switcher-label-current:hover,
.header__language-switcher-label-current:focus,
.header__language-switcher .lang_list_class li:hover a,
.header__language-switcher .lang_list_class li a:focus,
.menu .menu__link:active,
.header__language-switcher-label-current:active,
.header__language-switcher .lang_list_class li a:active {
  color: #d7d7d7;
}

.menu__child-toggle-icon:hover,
.menu__child-toggle-icon:focus,
.menu__child-toggle-icon:active {
  border-top-color: #d7d7d7;
}



@media (min-width: 768px) {
  .menu .menu__submenu,
  .header__language-switcher .lang_list_class {
    background-color: 

  
  
    
  


  rgba(0, 0, 0, 1.0)

;
  }

  .menu__submenu--level-2 > .menu__item:first-child:before {
    background-color: 

  
  
    
  


  rgba(0, 0, 0, 1.0)

;
  }
}

.menu__submenu .menu__link,
.menu__submenu .menu__link:hover,
.menu__submenu .menu__link:focus {
  color: #FFFFFF;
  background-color: 

  
  
    
  


  rgba(0, 0, 0, 1.0)

;
}

.menu__submenu .menu__link:hover {
  color: var(--primary-color);
}

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

.menu__submenu .menu__link:hover,
.menu__submenu .menu__link:focus,
.header__language-switcher .lang_list_class li:hover,
.menu__submenu--level-2 > .menu__item:first-child:hover:before,
.menu__submenu--level-2 > .menu__item:first-child.focus:before {
  background-color: 

  
  
    
  


  rgba(0, 0, 0, 1.0)

;
}

.header__language-switcher .lang_list_class.first-active::after {
  border-bottom-color: 

  
  
    
  


  rgba(0, 0, 0, 1.0)

;
}

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

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

@media(max-width: 767px) {
  .header__navigation {
    background-color: 

  
  
    
  


  rgba(0, 0, 0, 1.0)

;
  }

  .header__navigation-toggle svg,
  .menu-arrow svg {
    fill: #FFFFFF;
  }
  .header__logo {
    margin: 0;
  }
}





.footer {
  background-color: 

  
  
    
  


  rgba(4, 85, 164, 1.0)

;
}

/* Footer content */

.footer p,
.footer h1,
.footer h2,
.footer h3,
.footer h4,
.footer h5,
.footer h6,
.footer label,
.footer span,
.footer li,
.footer img {
  color: #FFFFFF;
}

@media(max-width: 767px) {
  .footer * {
    text-align: center !important;
  }
}





.blog-post,
.blog-header__inner,
.blog-related-posts,
.blog-post-cta-hubdb{
  padding: 80px 0;
}

.blog-post {
  padding-top: 0;
}

/* Blog post */

.blog-post__meta a {
  color: #000000;
}

.blog-post__tag-link {
  color: #000000;
}

.blog-post__tag-link:hover,
.blog-post__tag-link:focus,
.blog-post__tag-link:active {
  color: #000000;
}


/* Blog related posts */

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

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

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

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

/* Blog comments */

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

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

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

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





.hs-search-results__title {
font-family: Poppins, sans-serif; font-style: normal; font-weight: 700; text-decoration: none;
  color: #000000;
}





/* Blog listing */

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

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

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

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

/* Blog pagination */

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

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


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

/* Pricing card */

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

.card__body svg {
  fill: #0455a4;
  fill: var(--primary_color);
}

/* Social follow */

.social-links__icon {

}

.social-links__icon:hover,
.social-links__icon:focus {

}

.social-links__icon:active {

font-family: Poppins, sans-serif; font-style: normal; font-weight: 700; text-decoration: none;
  color: #000000;
  font-size: 32px;
}



/* custom css */
pre,
.small-text,
.small-text p {
  overflow: auto;
  font-size: 12px;
  line-height: 20px;
  font-family: inherit;
  white-space: normal;
}

.dgrid,
.dflex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.dflex:before,
.dflex:after,
.dgrid:before,
.dgrid:after{
  content:none;
}

.dgrid{
  display: grid;
}

.vtop,
.cm.vtop >.page-center {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.vcenter,
.cm.vcenter >.page-center {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.vbottom,
.cm.vbottom >.page-center {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.vstretch,
.cm.vstretch >.page-center {
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.acenter,
.cm.acenter >.page-center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.aspace,
.ajustify,
.cm.aspace >.page-center,
.cm.ajustify >.page-center {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}


@media(min-width: 768px) {
  .row-reverse-col {
    flex-direction: row-reverse;
  }

  .row-reverse-col > div {
    margin-left: 0 !important;
  }


}

.dgrid.spanCol:before,
.dgrid.spanCol:after {
  display: none;
}


.dgrid.spanCol > div {
  width: 100%;
  margin-left: 0;
}

@media(min-width: 768px) {
  .dgrid.spanCol .span2{
    grid-column: auto / span 2;
  }
  .dgrid.spanCol .span3{
    grid-column: auto / span 6;
  }
  .dgrid.spanCol .span4{
    grid-column: auto / span 4;
  }
  .dgrid.spanCol .span6{
    grid-column: auto / span 6;
  }

  .dgrid.spanCol .span12{
    grid-column: auto / span 12;
  }
}


@media(min-width: 950px) {
  .dgrid.spanCol .span3{
    grid-column: auto / span 3;
  }
}

@media(max-width: 767px) {

  .dgrid.spanCol > div {
    grid-column: auto / span 12;
  }
}

ul li pre,
ol li pre{
  overflow: initial;
}

/* form */

input[type=radio],
input[type=checkbox]{
  -webkit-appearance: none;
  width: 24px !important;
  height: 24px;
  margin-right: 15px !important;
  margin-top: 2px;
  border: 1px solid;
}

input[type=radio]:checked {
  background: var(--primary-color);
}

input[type=radio]{
  border-radius: 50%;
  border: 6px solid #e8e8e8;
  background: #e8e8e8;
}

.hs-fieldtype-radio > label,
.hs-fieldtype-checkbox > label {
  font-weight: bold;
  font-style: normal;
  margin-bottom: 10px;
  display: block;
  margin-top: 20px;
}

input[type=checkbox]:checked:before {
  content: "";
  display: block;
  margin: 3px auto;
  width: 7px;
  height: 13px;
  border: solid var(--primary-color);
  border-width: 0 3px 3px 0;
  transform: rotate(45deg);
}

.hs-form-checkbox > label {
  display: flex;
  margin-bottom: 10px;
}

.hs-fieldtype-booleancheckbox label {

}

.hs-fieldtype-booleancheckbox label.hs-form-booleancheckbox-display,
.hs-form-radio-display {
  font-style: normal;
  cursor: pointer;
  display: flex;
  align-items: flex-start;
  margin: 9px 0 10px;
}

.hs-fieldtype-booleancheckbox label.hs-form-booleancheckbox-display > input,
.hs-form-radio-display > input {
  flex: 0 0 24px;
}

.legal-consent-container .hs-form-booleancheckbox-display>span {
  margin-left: 0 !important;
}


fieldset {
  max-width: 100% !important;
}

@media(max-width: 767px) {
  form .hs-button, form input[type=submit],
  button:not(.hs-tabs__nudge),
  .ep-multistep-form .hs-form .hs-form-field,
  .button {
    width: 100% !important;
  }

  .ep-multistep-form .ep-multistep-form-navigation {
    flex-wrap: wrap;
  }

  .ep-multistep-form .ep-multistep-form-step-item h5 {
    font-size: 13px;
  }

  .cta_button[title] {
    width: 100%;
    justify-content: center;
    box-sizing: border-box !important;
  }

}


@media(max-width: 400px), (min-device-width: 320px) and (max-device-width: 480px) {
  fieldset input,
  fieldset select,
  fieldset textarea {
    width: 100% !important;
  }
}


img {
  height: auto;
}

.object-fit-image {
  object-fit: cover;
  width: 100%;
  height: 100% !important;
  max-width: 100% !important;
}

.content-wrapper-wide {
  max-width: 1350px;
  margin: 0 auto;
}

.button, button {
  justify-content: center;
}

.button.button--simple {
  background: transparent;
  border: 1px solid #0A5052 !important;
  border-radius: 10px;
  color: var(--primary-color);
}

.button.button--simple.white-border {
  border-color: #fff !important;
  color: #fff;
}

.button.button--white_button {
  background: #fff;
  color: var(--primary-color);
}

fieldset .hs-input:not([type="checkbox"]):not([type="radio"]) {
  width: 100% !important;
}

fieldset .hs-fieldtype-intl-phone.hs-input select.hs-input {
  width: 30%!important;
}

fieldset .hs-fieldtype-intl-phone.hs-input input.hs-input {
  width: 68%!important;
}

body .hs-fieldtype-intl-phone.hs-input .hs-input {
  margin-bottom: 15px;
}

.link-text.read-more {
  display: flex;
  align-items: center;
  font-size: 12px;
}

.cta_button.button--link-text {
  background: none;
  border: none !important;
  padding: 0;
  color: var(--body-font-color);
  border-radius: 0;
  display: inline-flex;
  align-items: center;
  position: relative;
  text-decoration:underline;
}


.cta_button.button--link-text:after {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg width='19' height='14' viewBox='0 0 19 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12.2206 0.147043L18.9686 6.63797L12.2206 13.1289L10.9794 11.9351L15.6087 7.48213L0 7.48213L0 5.79382L15.6087 5.79382L10.9794 1.3409L12.2206 0.147043Z' fill='currentColor'%3E%3C/path%3E%3C/svg%3E");
  width: 19px;
  height: 14px;
  background-repeat:no-repeat;
  background-size: contain;
  margin-left: 5px;
}


/* multiple buttons */
.buttons-group {
  margin-top: 10px;
  grid-gap: 9px;
}

.link-text.read-more svg {
  margin-top: 5px;
  margin-left: 10px;
}

@media(min-width: 768px) {
  .buttons-group {
    display: flex;
    flex-wrap: wrap;
  }

}

@media(max-width: 767px) {
  .button {
    width: 100%;
    text-align: center;
    justify-content: center;
  }
}


/* header */
.floating-header header.header {
  position: fixed;
  background: transparent !important;
  width: 100%;
  top: 0;
}

.floating-header .body-container-wrapper > div:not(.body-container--blog-post) > div > div > div > div:first-child {
  padding-top: 200px;
}


.zigzag-image-and-text .text-content {
  margin-bottom: 16px;
}


div[data-global-resource-path*="header"] {
  position: sticky;
  top: 0;
  z-index: 2;
}

.header__cta .button.button--simple {
  font-size: 16px;
  line-height: 20px;
  color: var(--primary-color);
  text-transform: none;
}

.hs-blog-post .body-container-wrapper .blog-post {
  width: 100%;
}


.blog-author-heading,
.blog-tag-heading {
  padding: 0 1rem;
}

.blog-index {
  display: flex;
  flex-wrap: wrap;
  grid-gap: 40px;
}

.blog-index__post {
  flex: 0 0 100%;
  padding: 0;
  border-radius: 20px;
  overflow: hidden;
  position: relative;
  border: 0.5px solid rgba(0, 0, 0, 0.20);

}

.blog-index__post.blog-index__post--small {
  padding-bottom:40px;
}

.blog-index__post.blog-index__post--small .blog-index__post-button-wrapper {
  position: absolute;
  bottom: 30px;
}

.blog-index__post--large .blog-index__post-title-link {
  font-family: var(--secondary-font) !important;
}

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


  .blog-index__post--small {
    flex: 0 0 calc((100% / 2) - 27px);
  }
}

@media screen and (min-width: 1000px) {
  .blog-index__post--small {
    flex: 0 0 calc((100% / 3) - 27px);
  }
}

@media screen and (min-width: 768px) {
  .blog-index__post--large {
    display: flex;
    flex: 1 0 100%;
    flex-direction: row-reverse;
    align-items: center;
    margin-bottom: 0;
  }
}

.blog-index__post-image {
  height: auto;
  max-width: 100%;
}

@media screen and (min-width: 768px) {
  .blog-index__post-image-wrapper--large {
    flex: 1 1 48%;
  }

  .blog-index__post-content--large {
    flex: 1 1 85%;
    padding-right: 2rem;
    padding-top: 0 !important;
  }

  .blog-index__post-content--full-width {
    flex: 1 1 100%;
    padding-left: 0;
  }
}

.hs-blog-post .body-container-wrapper .blog-post {
  font-size: 20px;
  line-height: 30px;
}

.blog-index__post-author-name {
  text-decoration: none;
}

.blog-index__post-timestamp {
  display: block;
  color: var(--primary-color);
}

.blog-index__post-author {
  align-items: center;
  display: flex;
  font-size: 12px;
}

.blog-index__post-author-image {
  border-radius: 50%;
  height: auto;
  margin-right: 15px;
  width: 45px;
}


.blog-index__post-tags,
.blog-index__post-title,
.blog-index__post-timestamp,
.blog-index__post-author,
.blog-index__post-image--small {
  margin: 0 0 0.7rem;
}

.blog-index__post-tags {
  margin-bottom: 15px;
}

.blog-index__post-tag {
  background: var(--secondary-color);
  border-radius: 60px;
  opacity: 1;
  padding: 5px 10px;
  font-size: 10px;
  text-decoration: none;
}

.blog-index__post-image-wrapper--small {
  height: 275px;
  background: var(--primary-color);
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  color: var(--secondary-color) !important;
}

.blog-index__post-image-wrapper--small .material-symbols-outlined {
  font-size: 5rem;
}

.blog-index__post-image-wrapper--small > img {
  object-fit: cover;
  height: 100%;
  width: 100%;
  margin: 0;
}

.blog-index__post-content {
  padding: 20px;
}

.blog-index__post-summary,
.blog-index__post-summary p {
  font-size: 12px;
  margin-bottom: 20px;
}

.link-text.small {
  font-size: 12px;
}


.blog-index__post-button {
  margin-bottom: 0;
}

.blog-post-author-social {
  margin-top: 30px;
}

.blog-post-social-sharing {
  margin-right: 0;
  display: flex;
  justify-content: flex-end;
}

.social-sharing__link {
  border: 1px solid #0A5052;
  border-radius: 6.66667px;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.social-sharing__icon svg {
  width: 15px;
}

span.icon--square.facebook-f svg {
  width: 10px;
}

body .social-sharing__share-text {
  margin-bottom: 0;
  width: auto;
  margin-right: 10px;
}

.blog-post-social-sharing>div {
  position: relative;
}

.blog-index__post-image-wrapper--small {
  position: relative;
}

img.blog-index__post-case-study {
  object-fit: contain;
  width: auto;
  height: auto;
  width: 125px;
  position: absolute;
  top: auto;
  left: 20px;
  bottom: -1px;
}

@media(min-width: 768px) {
  .blog-index__post-content {
    padding: 30px;
  }

  .blog-post-author-social {
    display: flex;
    justify-content: space-between;
  }

  .blog-post-author-social {
    margin-top: 60px;
  }

  .blog-post-social-sharing {
    width: 50%;
  }
}

/* single card */
.single-card-post {
  background: #FFFFFF;
  border: 0.5px solid rgba(0, 0, 0, 0.2);
  border-radius: 20px;
  height: auto;
  overflow: hidden;
}

.single-card-post .single-tag {
  font-weight: 400;
  font-size: 13px;
  line-height: 20px;
}

.single-card-post .single-card-post-image-wrap {
  height: 240px;
  margin-bottom: 20px;
}

.single-card-post .single-card-post-image-wrap img {
  object-fit: cover;
  height: 100% !important;
  width: 100% !important;
}

.single-card-post .single-card-post-text-wrap {
  padding: 25px;
}

.single-card-post .single-card-post-text-wrap,
.single-card-post .single-card-post-text-wrap p {
  font-size: 12px;
}

.single-card-post .single-card-post-btn-wrap {
  display: flex;
  align-items: center;
}

.single-card-post .single-card-post-btn-wrap > a:first-child {
  margin-right: 15px;
}

.single-card-post .single-card-post-btn-wrap .button {
  padding: 17px 50px;
}

.single-card-post .single-card-post-btn-wrap .button.button-vector {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  padding: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.single-card-post.active-card {
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.15);
  border: none;

}


/* search input */
.hs-editor-hide-until-active {
  display: none;
}

.inpage-editor-active-field .hs-editor-hide-until-active {
  display: block;
}

.hs-search-field {
  position: relative;
}

.hs-search-field__input {
  box-sizing: border-box;
  width: 100%;
  flex: 1;
}

.hs-search-field__bar button svg {
  height: 10px;
}

.hs-search-field__suggestions {
  padding: 0;
  margin: 0;
  list-style: none;
}

.hs-search-field--open .hs-search-field__suggestions,
.inpage-editor-active-field .hs-search-field__suggestions {
  position: absolute;
  width: 100%;
  border: 1px solid #cdcdcd;
  background-color: #fff;
  box-shadow: 1px 10px 16px -9px rgba(122, 122, 122, 0.75);
}

.hs-search-field__suggestions li {
  display: block;
  padding: 0;
  margin: 0;
}

.hs-search-field__suggestions .results-for {
  font-weight: bold;
}

.hs-search-field__suggestions a,
.hs-search-field__suggestions .results-for {
  display: block;
  padding: 0 10px;
  line-height: 1.7rem;
}

.hs-search-field__suggestions a:hover,
.hs-search-field__suggestions a:focus {
  background-color: rgba(0, 0, 0, 0.1);
  outline: none;
}

.hs-search-field__input:focus {
  outline-style: solid;
}

.hs-search-field__suggestions-container {
  position: relative;
  flex-basis: 100%;
}

.hs-search-field__form {
  display: flex;
  flex-wrap: wrap;
}

.hs-search-field__label {
  flex-basis: 100%;
}

.hs-search-field__bar--button-beneath .hs-search-field__input {
  flex-basis: 100%;
}

.hs-search-field__bar--button-beneath .hs-search-field__button {
  margin-top: 0.725rem;
  margin-right: 0.725rem;
}

.hs-search-field__bar--button-align-right .hs-search-field__button {
  margin-right: 0;
  margin-left: 0.725rem;
  order: 2;
}

.hs-search-field__bar--button-beneath .hs-search-field__suggestions-container {
  min-width: 75%;
  flex-basis: auto;
  flex-grow: 1;
}

.hs-search-field__button--labelled .hs_cos_wrapper_type_icon {
  margin-right: 0.5rem;
}

/* stylelint-disable declaration-no-important */
.show-for-sr {
  position: absolute !important;
  overflow: hidden !important;
  height: 1px !important;
  width: 1px !important;
  padding: 0 !important;
  border: 0 !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
}
/* stylelint-enable declaration-no-important */

.hs-search-field__input {
  background: #FFFFFF;
  opacity: 0.75;
  border-radius: 100px;
  padding: 15px 20px;
  outline: none;
  border: none;
  max-width: 515px;
}

/* swiper */
.swiper-pagination-bullet:not(.swiper-pagination-bullet-active) {
  background: var(--secondary-color);
  opacity: 1;
}

@media(max-width: 1023px) {
  .swiper-filler {
    display: none !important;
  }
}

/* ecommerce css */
form.add-cart .active-fields input,
form.add-qty-cart input{
  padding: 0;
  border: none;
}


.body-container.body-container--blog-post {
  padding-top: 50px;
}


@media(min-width: 768px) {
  .body-container.body-container--blog-post {
    padding-top: 100px;
  }
}

a[data-hs-anchor] {
  display: block;
  padding-top: 80px;
  margin-top: -80px;
}

/* specific page css */
@media(max-width: 767px) {
  iframe {
    max-width: 100%;
  }

  .swiper-button-next, .swiper-rtl .swiper-button-prev {
    right: -10px;
  }

  .swiper-button-prev.swiper-button-disabled,
  .swiper-button-prev {
    left: -10px;
  }

}


/* contact us */

@media(max-width: 767px) {
  .floating-header .hs-content-id-114169217969 .normal-logo {
    display: block !important;
  }

  .floating-header .hs-content-id-114169217969 .white-logo {
    display: none !important;
  }

  .floating-header .hs-content-id-114169217969  .header:not(.scroll) #toggle div {
    background-color: #30353f !important
  }

}

/* system pages */
.systems-page-form h1:empty {
  display: none;
}
.systems-page-form h2 {
  font-size: 30px;
}

.systems-page-form p.header {
  box-shadow: none;
  background: transparent;
}

.systems-page-form {
  max-width: 850px;
  margin: 80px auto;
  background: #ededed;
  padding: 20px;
  border-radius: 20px;
}

.backup-unsubscribe input[type=email] {
  width: 100% !important;
  padding: 19.35px 20px !important;
  max-width: 100%;
}

#email-prefs-form .item-inner {
  background: #fff;
  padding: 15px;
  margin-bottom: 15px;
  border-radius: 10px;
}

#email-prefs-form .item-inner p:last-child {
  margin-bottom: 0;
}

#email-prefs-form .checkbox-row {
  padding-bottom: 10px;
}

#email-prefs-form .checkbox-row .fakelabel {
  display: flex;
}

@media(min-width: 768px) {
  .systems-page-form h1 {
    font-size: 45px;
  }

  .systems-page-form {
    padding: 50px;
  }
}

body .hs-search-results__listing li {
  background: transparent;
  padding: 30px;
  margin-bottom: 15px;
  border-radius: 20px;
  border: 0.5px solid var(--card-stroke-20-black, rgba(0, 0, 0, 0.20));
}

.hs-search-results__pagination {
  margin-top: 50px;
}

div[data-global-resource-path*="header"] {
  z-index: 99;
}

.systems-page--search-results .hs-search-field {
  border-radius: 20px;
  background: #F5F5F5;
  padding: 40px;
  margin-bottom: 50px;
}


.systems-page--search-results .hs-search-field h5 {
  margin-bottom: 0;
  margin-right: 20px;
}

.systems-page--search-results .hs-search-field__bar {
  display: flex;
  align-items: center;
  max-width: 850px;
  margin: 0 auto;
}

.systems-page--search-results .hs-search-field__button {
  display: none
}

.systems-page--search-results .hs-search-field__form {
  width: 100%;
}


/*
Vue Tel Input (Telephone input fields - used in checkout)
 */
.vue-tel-input{
  /*border: 1px solid #333333;*/
  border-radius: 0px;
}
.vue-tel-input .vti__input{
  /*padding: 16px 20px;*/
  padding: 18px 20px;
  border-radius: 0px;
  font-size: 16px;
}