







/* 1a. Containers */






/* 1b. Breakpoints */







/* 1c. Colors */










.primary_color, .primary_color > *{ color:#334155;}
.primary_bgcolor{ background-color:#334155;}

.secondary_color, .secondary_color > *{ color:#2563eb;}
.secondary_bgcolor{ background-color:#2563eb;}

.third_color, .third_color > *{ color:#0f172a;}
.third_bgcolor{ background-color:#0f172a;}

.grey_color, .grey_color > *{color:#64748b;}
.white, .white > *{color:#fff;}



/* 1d. Typography */











/* 1e. Border */



/* 1f. Corner Radius */



/* 1g. Lists */






/* 1h. Horizontal Rule */



/* 1i. Blockquote */




/* 1j. Buttons */








































/* 1k. Forms */















































/* 1l. Tables */











/* 1m. Site Header */












/* 1n. Site Footer */












/* 1o. Blog */








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

.wrapper{
  max-width: 1280px;
  margin: 0 auto;
  padding:0 1rem;
  width:100%;
  display:block;
  float:none;
}

@media screen and (min-width: 1380px) {
  .content-wrapper {
    padding: 0;
  }
}

.content-wrapper--narrow {
  max-width: 760px;
}

@media screen and (min-width: 800px) {
  .content-wrapper--narrow {
    padding: 0;
  }
}

.dnd-section,
.content-wrapper--blog-index,
.content-wrapper--blog-post {
  padding: 0;
}

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




*{
  outline:none;
}
html {
  font-size: 16px;
}

body {
  font-family: Inter, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  background-color: #FFFFFF;
  color: #334155;
  font-size: 16px;
  line-height:1.72;
  overflow-x: hidden;
}

.font_Lexend, .font_Lexend > *{font-family: 'Lexend';}
.font_Inter, .font_Inter > *{font-family: 'Inter';}

/* Paragraphs */

p {
  font-family: Inter, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  margin:0;
  font-size:18px;
}
span{
  font-size:18px;
}

p.lead,
p.intro {
  font-size: 1.25rem;
}

/* Anchors */

a {
  font-family: Inter, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #334155;
}

a:hover, a:focus {
  font-weight: normal; text-decoration: underline; font-family: Inter, sans-serif; font-style: normal;
  color: #009E83;
}

a:active {
  font-weight: normal; text-decoration: underline; font-family: Inter, sans-serif; font-style: normal;
  color: #50eed3;
}

a.button:disabled {
  background-color: #f1f1f1;
}

/* Headings */

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: Lexend, sans-serif; font-style: normal; font-weight: 400; text-decoration: none;
  color: #334155;
  text-transform: none;
  margin:0;
  padding:0;
  letter-spacing:-0.025em !important;
}



h1,.h1 {
  font-family: Lexend, sans-serif; font-style: normal; font-weight: 400; text-decoration: none;
  color: #334155;
  font-size: 72px;
  letter-spacing: 0px;
  text-transform: none;
  line-height:1.16;
  font-size:48px;
}

h2,.h2 {
  font-family: Lexend, sans-serif; font-style: normal; font-weight: 400; text-decoration: none;
  color: #334155;
  font-size: 40px;
  letter-spacing: 0px;
  text-transform: none;
  line-height:1.25;
  font-size:32px;
}

h3,.h3 {
  font-family: Lexend, sans-serif; font-style: normal; font-weight: 400; text-decoration: none;
  color: #334155;
  font-size: 18px;
  letter-spacing: 0px;
  text-transform: none;
  line-height:1.78;
}

h4,.h4 {
  font-family: Lexend, sans-serif; font-style: normal; font-weight: 300; text-decoration: none;
  color: #334155;
  font-size: 16px;
  letter-spacing: 1.18px;
  text-transform: none;
  line-height:1.72;
}

h5,.h5 {
  font-family: Lexend, sans-serif; font-style: normal; font-weight: 800; text-decoration: none;
  color: #334155;
  font-size: 14px;
  letter-spacing: 1.18px;
  text-transform: none;
  line-height:1.72;
}

h6,.h6 {
  font-family: Lexend, sans-serif; font-style: normal; font-weight: 400; text-decoration: none;
  color: #334155;
  font-size: 12px;
  letter-spacing: 1.06px;
  text-transform: none;
  line-height:1.72;
}



/* Lists */

ul,
ol {
  margin: 1.5rem 0;
  padding-left: 1.5rem;
  margin:0;
  padding:0;
  list-style:none;
}

ul li,
ol li {
  margin: 0.7rem;
  margin:0;
  padding:0;
}

ul ul,
ol ul,
ul ol,
ol ol {
  margin: 1.5rem;
  margin:0;
  padding:0;
}

/* Blockquote */

blockquote {
  border-left: 10px solid #2563eb;
  padding-left: 1.5rem;
}

/* Horizontal Rules */

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





/* Primary Button */

button,
.button {
  font-family: Inter, sans-serif; font-style: normal; font-weight: 600; text-decoration: none;
  background-color: 

  
  
    
  


  rgba(15, 23, 42, 1.0)

;
  border: 1px solid #0f172a;
  border-radius: 50px;
  color: #FFFFFF;
  fill: #FFFFFF;
  font-size: 14px;
  padding: 7px 15px;
  text-transform: none;
  line-height:1.72;
}

button:hover,
button:focus,
.button:hover,
.button:focus,
button:active,
.button:active {
  font-family: Inter, sans-serif; font-style: normal; font-weight: 600; text-decoration: none;
  background-color: 

  
  
    
  


  rgba(51, 65, 85, 1.0)

;
  border: 1px solid #334155;
  color: #FFFFFF;
}

button:active,
.button:active {
  font-family: Inter, sans-serif; font-style: normal; font-weight: 600; text-decoration: none;
  background-color: rgba(131, 145, 165, 100);
  border: 1px solid #334155;
  border-color: #8391a5;
  color: #FFFFFF;
}

/* Disabled Button */

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

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

/* Secondary Button */

.button.button--secondary {
  font-family: Inter, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  border: 1px solid #334155;
  border-radius: 50px;
  color: #334155;
  fill: #334155;
  padding: 7px 15px;
  text-transform: none;
  line-height:1.72;
}

.button.button--secondary:hover,
.button.button--secondary:focus,
.button.button--secondary:active {
  font-family: Inter, sans-serif; font-style: normal; font-weight: 600; text-decoration: none;
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  border: 1px solid #009E83;
  color: #eff6ff;
  fill: #eff6ff;
}

.button.button--secondary:active {
  font-family: Inter, sans-serif; font-style: normal; font-weight: 600; text-decoration: none;
  background-color: rgba(255, 255, 255, 100);
  border: 1px solid #009E83;
  border-color: #50eed3;
  color: #ffffff;
  fill: #ffffff;
}

/* Simple Button */

.button.button--simple {
  font-family: Inter, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #334155;
  fill: #334155;
  text-transform: uppercase;
}



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



.button.button--simple:hover,
.button.button--simple:focus {
  font-family: Inter, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #009E83;
  fill: #009E83;
}



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



.button.button--simple:active {
  font-family: Inter, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #50eed3;
  fill: #50eed3;
}

/* Button Sizing */

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

.button.button--large {
  font-size: 18px;
  padding: 7px 15px;
}


/* Some others button  */
.blue_btn{
  background-color:#2563eb;
  border-color:#2563eb;
}
.blue_btn:hover, .blue_btn:focus, .blue_btn:active{
  background-color:#3b82f6;
  border-color:#3b82f6;
}
.full_cta{width:100%; justify-content:center; text-align:center; }






form {
  background-color: 

  
  
    
  


  rgba(51, 65, 85, 1.0)

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

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

/* Form Title */

.form-title {
  font-family: Lexend, sans-serif; font-style: normal; font-weight: 400; text-decoration: none;
  background-color: 

  
  
    
  


  rgba(51, 65, 85, 1.0)

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

/* Labels */

.hs-form-field > label,
.hs-form-field > label span {
  font-family: Inter, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #FFFFFF;
  font-size: 16px;
  padding: 6px 0px;
}

/* Help Text - Legends */

.hs-form-field legend {
  font-family: Inter, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #FFFFFF;
  font-size: 14px;
}

/* Inputs */

input[type='text'],
input[type='email'],
input[type='password'],
input[type='tel'],
input[type='number'],
select,
textarea {
  font-family: Inter, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  border: 1px solid #D2E9FC;
  border-radius: 4px;
  color: #334155;
  font-size: 16px;
  padding: 12px 12px;
}

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: #334155;
}

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

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

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

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

::placeholder {
  color: #D0D0D0;
}

/* 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: Inter, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #FFFFFF;
  font-size: 16px;
}

/* Inputs - Datepicker */

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

  
  
    
  


  rgba(51, 65, 85, 1.0)

;
  color: #FFFFFF;
}

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

.hs-datepicker .is-selected button.pika-button {
  background-color: #2563eb;
  color: #334155;
}

.hs-datepicker button.pika-button:hover {
  background-color: #334155 !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: Inter, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #FFFFFF;
}

/* GDPR Text */

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

/* Validation */

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

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

/* Submit */



form input[type='submit'],
form .hs-button {
  font-family: Inter, sans-serif; font-style: normal; font-weight: 600; text-decoration: none;
  background-color: 

  
  
    
  


  rgba(15, 23, 42, 1.0)

;
  border: 1px solid #0f172a;
  border-radius: 50px;
  color: #FFFFFF;
  fill: #FFFFFF;
  padding: 7px 15px;
  text-transform: none;
}

form input[type='submit']:hover,
form input[type='submit']:focus,
form .hs-button:hover,
form .hs-button:focus {
  font-family: Inter, sans-serif; font-style: normal; font-weight: 600; text-decoration: none;
  background-color: 

  
  
    
  


  rgba(51, 65, 85, 1.0)

;
  border: 1px solid #334155;
  color: #FFFFFF;
}

form input[type='submit']:active,
form .hs-button:active {
  font-family: Inter, sans-serif; font-style: normal; font-weight: 600; text-decoration: none;
  background-color: rgba(131, 145, 165, 100);
  border: 1px solid #334155;
  border-color: #8391a5;
}





form input[type='submit'],
form .hs-button {
  font-size: 14px;
  padding: 7px 15px;
}



/* Inline Thank You Message */

.submitted-message {
  background-color: 

  
  
    
  


  rgba(51, 65, 85, 1.0)

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





table {
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  border: 1px solid #D2E9FC;
}

th,
td {
  border: 1px solid #D2E9FC;
  color: #334155;
  padding: 15px 15px;
}

thead th,
thead td {
  background-color: 

  
  
    
  


  rgba(51, 65, 85, 1.0)

;
  border-bottom: 2px none #D2E9FC;
  color: #FFFFFF;
}

tbody + tbody {
  border-top: 2px none #D2E9FC;
}






.header {
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  border-bottom: 1px none #FFFFFF;
}

.header__container {
  max-width: 1280px;
  padding:0 1rem;
}

/* Header Content */

.header p,
.header h1,
.header h2,
.header h3,
.header h4,
.header h5,
.header h6,
.header div,
.header li,
.header blockquote,
.header .related-post__title a {
  color: 

  
  
    
  


  rgba(51, 65, 85, 1)

;
}

/* Logo */

.header__logo .logo-company-name {
  color: 

  
  
    
  


  rgba(51, 65, 85, 1)

;
}

/* Navigation Menu */

.navigation-primary .menu-item a {
  font-family: Inter, sans-serif; font-style: normal; font-weight: 400; text-decoration: none;
  color: #334155;
  font-size: 16px;
  text-transform: none;
  line-height:1.72;
}

.navigation-primary .menu-item a:hover,
.navigation-primary .menu-item a:focus {
  font-family: Inter, sans-serif; font-style: normal; font-weight: 400; text-decoration: none;
  color: #334155;
}

.navigation-primary .menu-item a:active {
  font-family: Inter, sans-serif; font-style: normal; font-weight: 400; text-decoration: none;
  color: #334155;
}

.navigation-primary .submenu:not(.level-1) {
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}

.navigation-primary .submenu:not(.level-1) .menu-item .menu-link:hover,
.navigation-primary .submenu:not(.level-1) .menu-item .menu-link:focus {
  font-family: Inter, sans-serif; font-style: normal; font-weight: 400; text-decoration: none;
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  color: #334155;
}

.navigation-primary .submenu:not(.level-1) .menu-item .menu-link:active {
  font-family: Inter, sans-serif; font-style: normal; font-weight: 400; text-decoration: none;
  background-color: 

  
  
    
  


  rgba(51, 65, 85, 1.0)

;
  color: #334155;
}


@media (min-width: 768px) {
  .navigation-primary .submenu:not(.level-1) {
    border: 2px solid #EFF7FE;
  }
}

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

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  }

  .header__menu .header__mobile-menu-icon,
  .header__menu .header__mobile-menu-icon:after,
  .header__menu .header__mobile-menu-icon:before,
  .header__menu .menu-arrow-icon,
  .header__menu .menu-arrow-icon:after {
    background-color: #334155;
  }

  .navigation-primary .submenu.level-1 .menu-item .menu-link:hover,
  .navigation-primary .submenu.level-1 .menu-item .menu-link:focus {
    font-family: Inter, sans-serif; font-style: normal; font-weight: 400; text-decoration: none;
    
    color: #334155;
  }

  .navigation-primary .submenu.level-1 .menu-item .menu-link:active {
    font-family: Inter, sans-serif; font-style: normal; font-weight: 400; text-decoration: none;
    background-color: 

  
  
    
  


  rgba(51, 65, 85, 1.0)

;
    color: #334155;
  }
}

/* Menu Toggle */

@media screen and (max-width: 767px) {
  body .header__navigation-toggle svg,
  body .menu-arrow svg {
    fill: #334155;
  }
}

/* Language Switcher */

.header__language-switcher .lang_list_class {
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  border: 2px solid #EFF7FE;
}

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

.header__language-switcher-label-current,
.header__language-switcher .lang_list_class li a {
  font-family: Inter, sans-serif; font-style: normal; font-weight: 400; text-decoration: none;
  color: #334155;
  font-size: 16px;
  text-transform: none;
}

.header__language-switcher-label-current:hover,
.header__language-switcher-label-current:focus,
.header__language-switcher-label-current:active,
.header__language-switcher .lang_list_class li:hover a,
.header__language-switcher .lang_list_class li:focus a,
.header__language-switcher .lang_list_class li a:active {
  font-family: Inter, sans-serif; font-style: normal; font-weight: 400; text-decoration: none;
  color: #334155;
}

.header__language-switcher .lang_list_class li:hover,
.header__language-switcher .lang_list_class li:focus {
  font-family: Inter, sans-serif; font-style: normal; font-weight: 400; text-decoration: none;
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  color: #334155;
}

/* Blog Post Listing Module */

.header .blog-post-listing h1,
.header .blog-post-listing h2,
.header .blog-post-listing h3,
.header .blog-post-listing h4,
.header .blog-post-listing h5,
.header .blog-post-listing h6,
.header .blog-post-listing p,
.header .blog-post-listing div,
.header .blog-post-listing span {
  color: #334155;
}

/* Related Posts Module */

.header .related-post__title a:hover,
.header .related-post__title a:focus {
  color: 

  
  
    
  


  rgba(51, 65, 85, 1)

;
}

.header .related-post__title a:active {
  color: 

  
  
    
  


  rgba(51, 65, 85, 1)

;
}

/* Social Follow Module */

.header .social-links__icon svg {
  fill: 

  
  
    
  


  rgba(51, 65, 85, 1)

;
}

.header .social-links__icon:hover svg {
  fill: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}

.header .social-links__icon:hover {
  background-color: 

  
  
    
  


  rgba(51, 65, 85, 1)

;
}





.footer--site-page {
  background-color: 

  
  
    
  


  rgba(248, 250, 252, 1.0)

;
  border-top: 1px none #00C6AB;
}

.footer--landing-page {
  background-color: #FFFFFF;
}

.footer__container {
  max-width: 1280px;
  padding:0 1rem;
}

.footer__bottom-section {
  border-color: #334155;
  border-top: 2px solid #EFF7FE;
}

/* Footer Content */

.footer--site-page h1,
.footer--site-page h2,
.footer--site-page h3,
.footer--site-page h4,
.footer--site-page h5,
.footer--site-page h6,
.footer--site-page p,
.footer--site-page a:not(.button),
.footer--site-page div,
.footer--site-page span,
.footer--site-page blockquote,
.footer--site-page .related-post__title a {
  color: #334155;
}



.footer--site-page h4 {
  font-family: Lexend, sans-serif; font-style: normal; font-weight: 400; text-decoration: none;
  font-size: 12px;
  letter-spacing: 1.06px;
  text-transform: none;
}



/* Footer Menu */

.footer .hs-menu-item a {
  font-family: Inter, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #334155;
  font-size: 16px;
  text-transform: none;
  padding:4px 8px;
  border-radius:8px;
  transition:0.3s;
  display: inline-block;
  font-size:14px;
  line-height:1.72;
}

.footer .hs-menu-item a:hover,
.footer .hs-menu-item a:focus {
  font-family: Inter, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #334155;
  background:#f1f5f9;
}

.footer .hs-menu-item a:active {
  font-family: Inter, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #334155;
  background:#f1f5f9;
}

/* Form Module */

.footer--site-page .form-title,
.footer--site-page form .hs-richtext,
.footer--site-page form .hs-richtext *,
.footer--site-page form .hs-richtext p,
.footer--site-page form .hs-richtext h1,
.footer--site-page form .hs-richtext h2,
.footer--site-page form .hs-richtext h3,
.footer--site-page form .hs-richtext h4,
.footer--site-page form .hs-richtext h5,
.footer--site-page form .hs-richtext h6,
.footer--site-page .hs-form-field > label,
.footer--site-page .hs-form-field > label span,
.footer--site-page .hs-form-field legend,
.footer--site-page form .inputs-list:not(.no-list) label,
.footer--site-page form .inputs-list:not(.no-list) label > span,
.footer--site-page form .inputs-list:not(.no-list) label > span p {
  color: #334155;
}

/* Blog Post Listing Module */

.footer .blog-post-listing h1,
.footer .blog-post-listing h2,
.footer .blog-post-listing h3,
.footer .blog-post-listing h4,
.footer .blog-post-listing h5,
.footer .blog-post-listing h6,
.footer .blog-post-listing p,
.footer .blog-post-listing div,
.footer .blog-post-listing span {
  color: #334155;
}

/* Related Posts Module */

.footer--site-page .related-post__title a:hover,
.footer--site-page .related-post__title a:focus {
  color: #000005;
}

.footer--site-page .related-post__title a:active {
  color: #8391a5;
}

/* Social Follow Module */

.footer--site-page .social-links__icon svg {
  fill: #334155;
}

.footer--site-page .social-links__icon:hover svg {
  fill: 

  
  
    
  


  rgba(248, 250, 252, 1.0)

;
}

.footer--site-page .social-links__icon:hover {
  background-color: #334155;
}





/* Blog Title */

.blog-index__post-title a,
.blog-index__post-author-name {
  color: #334155;
}

.blog-index__post-title a:hover,
.blog-index__post-title a:focus {
  color: #000005;
}

.blog-index__post-title a:active {
  color: #8391a5;
}

/* Blog Meta - Author */

.blog-index__post-author-name,
.blog-post__author-name {
  font-family: Inter, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #334155;
}

.blog-post__author-links svg {
  fill: #334155;
}

.blog-post__author-links a:hover svg {
  fill: #334155;
}

/* Tags */

.blog-index__post-tag-link,
.blog-post__tag-link {
  background-color: 

  
  
    
  


  rgba(37, 99, 235, 0.0)

;
  color: #00C6AB;
}

.blog-index__post-tags svg,
.blog-post__tags svg {
  fill: #2563eb;
}

/* Blog Listing */

.blog-subheader__author-links a {
  background-color: #334155;
}

.blog-subheader__author-links a:hover {
  background-color: #009E83;
}

/* Blog Pagination */

.blog-pagination__link {
  color: #334155;
}

.blog-pagination__link:hover,
.blog-pagination__link:focus {
  color: #009E83;
}

.blog-pagination__link:hover svg,
.blog-pagination__link:focus svg {
  fill: #009E83;
}

.blog-pagination__link:active {
  color: #50eed3;
}

.blog-pagination__link:active svg {
  fill: #50eed3;
}

.blog-pagination__prev-link--disabled,
.blog-pagination__next-link--disabled {
  color: #d0d0d0;
}

.blog-pagination__prev-link--disabled svg,
.blog-pagination__next-link--disabled svg {
  fill: #d0d0d0;
}

.blog-pagination__link--active {
  background-color: #334155;
  color: #fff;
}

.blog-pagination__link--active:hover,
.blog-pagination__link--active:focus {
  color: #fff;
}

/* Blog Post */

.blog-post__image {
  border-radius: 18px;
}

/* Blog Search */

.blog-search form button {
  border-radius: 4px;
}





/* Error Pages - Global */

.error-page:before {
  font-family: Inter, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
}

/* System Pages - Global */

.hs-search-results__title {
  font-family: Lexend, sans-serif; font-style: normal; font-weight: 400; text-decoration: none;
  color: #334155;
}

.hs-search-results__title:hover {
  font-family: Lexend, sans-serif; font-style: normal; font-weight: 400; text-decoration: none;
}

/* Forms in System Pages */

#email-prefs-form h3 {
  font-family: Inter, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #FFFFFF;
  font-size: 16px;
  padding: 6px 0px;
}

#email-prefs-form,
#email-prefs-form h1,
#email-prefs-form h2 {
  color: #FFFFFF;
}

/* Password Prompt */

.password-prompt input[type='password'] {
  margin-bottom: 1.5rem;
}

/* Backup Unsubscribe */

.backup-unsubscribe input[type='email'] {
  margin-bottom: 1.5rem;
  padding: 12px 12px !important;
}






em{ position:relative; font-style: normal; color:#2563eb; white-space: nowrap; z-index: 5; }
em:after{ content:''; position:absolute; background-image: url("data:image/svg+xml,%3Csvg aria-hidden='true' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 418 42' fill='%2393c5fdb3' preserveAspectRatio='none'%3E%3Cpath d='M203.371.916c-26.013-2.078-76.686 1.963-124.73 9.946L67.3 12.749c-31.879 5.313-49.1 9.017-61.296 13.185-4.76 1.627-5.176 1.844-5.13 2.676.07 1.214.828 1.121 9.595-1.176 9.072-2.377 17.15-3.92 39.246-7.496C123.565 7.986 157.869 4.492 195.942 5.046c7.461.108 19.25 1.696 19.17 2.582-.107 1.183-7.874 4.31-25.75 10.366-21.992 7.45-35.43 12.534-36.701 13.884-2.173 2.308-.202 4.407 4.442 4.734 2.654.187 3.263.157 15.593-.78 35.401-2.686 57.944-3.488 88.365-3.143 46.327.526 75.721 2.23 130.788 7.584 19.787 1.924 20.814 1.98 24.557 1.332l.066-.011c1.201-.203 1.53-1.825.399-2.335-2.911-1.31-4.893-1.604-22.048-3.261-57.509-5.556-87.871-7.36-132.059-7.842-23.239-.254-33.617-.116-50.627.674-11.629.54-42.371 2.494-46.696 2.967-2.359.259 8.133-3.625 26.504-9.81 23.239-7.825 27.934-10.149 28.304-14.005.417-4.348-3.529-6-16.878-7.066Z'/%3E%3C/svg%3E"); width:100%; height: 0.58em; left: 0; top: 66.666667%; color: rgb(147 197 253 / 0.7); z-index: -1; }

.text_base { font-size: 1rem; line-height: 1.75rem; }
.font14{ font-size: 14px; line-height: 1.5rem; }
.font48{ font-size: 32px; line-height: 1.25; }
.section_padding{ padding:5rem 0;}

/* Widths */
.fl { float:left; }
.fr { float:right; }
.text_center{text-align:center;}
.text_left{text-align:left;}
.ib.vt { vertical-align:top !important;  }
.w20 { width: 20%; }
.w25 { width: 25%; }
.w30 { width: 30%; }
.w33 { width: 33.33%; }
.w40 { width: 40%; }
.w50 { width: 50%; }
.w55 { width: 55%; }
.w60 { width: 60%; }
.w66 { width: 66.66%; }
.w70 { width: 70%; }
.w75 { width: 75%; }
.w80 { width: 80%; }
.w100 { width: 100%; }

/*unique paddings*/
.m-tb0{margin-top:0 !important;margin-bottom:0 !important;}
.pb5,.p5-0 { padding-bottom:5px; }
.pb10,.p10-0 { padding-bottom:10px; }
.pb20,.p20-0 { padding-bottom:20px; }
.pb30,.p30-0 { padding-bottom:30px  }
.pb40,.p40-0 { padding-bottom:40px; }
.pb50,.p50-0 { padding-bottom:50px; }
.pb55,.p55-0 { padding-bottom:55x; }
.pb60,.p60-0 { padding-bottom:60px; }
.pb70,.p70-0 { padding-bottom:70px; }
.pb95,.p95-0 { padding-bottom:95px; }
.pb100,.p100-0 { padding-bottom:100px; }
.pb130,.p130-0 { padding-bottom:130px; }
.pb150,.p150-0 { padding-bottom:150px; }
.pt5,.p5-0 { padding-top:5px; }
.pt10,.p10-0 { padding-top:10px; }
.pt20,.p20-0 { padding-top:20px; }
.pt25,.p25-0 { padding-top:25px; }
.pt30,.p30-0 { padding-top:30px  }
.pt40,.p40-0 { padding-top:40px; }
.pt45,.p45-0 { padding-top:45px; }
.pt50,.p50-0 { padding-top:50px; }
.pt55,.p55-0 { padding-top:55px; }
.pt60,.p60-0 { padding-top:60px; }
.pt65,.p65-0 { padding-top:65px; }
.pt70,.p70-0 { padding-top:70px; }
.pt95,.p95-0 { padding-top:95px; }
.pt125,.p125-0 { padding-top:125px; }
.pt150,.p150-0 { padding-top:150px; }
.pt130,.p130-0 { padding-top:130px; }
.pt100,.p100-0 { padding-top:100px; } 
.pl5, .p5 { padding-left:5px; }
.pl15, .p15 { padding-left:15px; }
.pl25, .p25 { padding-left:25px; }
.pr35, .p35 { padding-right:35px; }
.pr30, .p30 { padding-right:30px; }
.pr25, .p25 { padding-right:25px; }
.pr20, .p20 { padding-right:20px; }
.pr15, .p15 { padding-right:15px; }
.pt15, .p15 { padding-top:15px; }
.pb15, .p15 { padding-bottom:15px; }
.pl0,.p0-0 { padding-left:0; }
.pr0,.p0-0 { padding-right:0; }
.pt0,.p0-0 { padding-top:0; }
.pb0,.p0-0 { padding-bottom:0; }
.p90-0  { padding-top: 90px;padding-bottom: 90px; }
.p80-0  { padding-top: 80px;padding-bottom: 80px; }
.pb90 { padding-bottom: 90px; }

img { max-width:100%; height:auto; border:none; vertical-align:middle; }


/* Flex Property */
.flex{ display:flex; }
.items_start{ align-items: flex-start; }
.items_end{ align-items: flex-end; }
.items_center{ align-items: center; }
.justify_start{ justify-content: flex-start; }
.justify_end{ justify-content: flex-end; }
.justify_center{ justify-content: center; }
.justify_between{ justify-content: space-between; }
.flex_col{flex-direction:column;}
.flex_row{flex-direction:row;}


/* Column Gaps */
.gap_3{column-gap:0.75rem;}
.gap_5{column-gap:1.25rem;}
.gap_6{column-gap:1.5rem;}
.gap_8{column-gap:2rem;}
.gap_10{column-gap:2.5rem;}
.gap_12{column-gap:3rem;}

a.simple{ padding:4px 8px; border-radius:8px; transition:0.3s; display: inline-block; font-size:14px; line-height:1.72; }
a.simple:hover{ background:#f1f5f9; }






/* Start: Hero Banner Section */
.hero_banner_section.section_padding{padding-bottom:4rem !important;}
.hero_banner_section .section_title{ width:100%; max-width:56rem; margin:0 auto; letter-spacing:-0.025em; }
.hero_banner_section .section_content{ width:100%; max-width:40rem; margin:0 auto; }
.hero_banner_section .cta_box .button.video_button:before{ content:''; width:12px; height:12px; margin-right:12px; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' aria-hidden='true' fill='%232563eb' %3E%3Cpath d='m9.997 6.91-7.583 3.447A1 1 0 0 1 1 9.447V2.553a1 1 0 0 1 1.414-.91L9.997 5.09c.782.355.782 1.465 0 1.82Z'%3E%3C/path%3E%3C/svg%3E%0A"); }
.hero_banner_section .cta_box .button.button--secondary{border-color:rgb(226 232 240); font-weight:400;}
.hero_banner_section .cta_box .button.button--secondary:hover{border-color:rgb(203 213 225); background-color:initial;}
.hero_banner_section .companies_logo_box{ margin-top: 9rem; }
.hero_banner_section .logo{ height:100%; flex-direction: column; row-gap:2rem; }
.hero_banner_section .logo img  { max-height:48px; height:100%; }
/* End: Hero Banner Section */

/* Start: Features Tabbing Section */
.featureTabbing_section{ background-size: cover !important; background-position: center center !important; overflow:hidden; position:relative; }
.featureTabbing_section .sectionHead{margin:0; max-width:40rem; text-align:left;}
.featureTabbing_section .tabbingBox { display:grid  ; grid-template-columns: repeat(1, minmax(0, 1fr)); margin-top:4rem; }
.featureTabbing_section .tab_text{ color:#dbeafe; display:none;}
.featureTabbing_section .tabPanel_Group{display:flex; column-gap:16px; justify-content:center;}
.featureTabbing_section .tabPanel_Group .tab{ cursor:pointer; transition:0.3s; }
.featureTabbing_section .tab:hover{background:rgb(255 255 255 / 0.1);}
.featureTabbing_section .tabData_Group .tabData{ display:none; }
.featureTabbing_section .tabData_Group .tabData:first-child{ display:block; }
.featureTabbing_section .tabData_content{max-width:40rem; margin:0 auto; }
.featureTabbing_section .tabData_image{ width: 45rem; border-radius:12px; box-shadow: 0 20px 25px -5px rgb(30 58 138 / 0.2), 0 8px 10px -6px rgb(30 58 138 / 0.2); aspect-ratio: 1085/730; margin-top:2.5rem;}
.featureTabbing_section .tabData_image img{ border-radius:12px; }
/* End: Features Tabbing Section */

/* Start: Features Slider Section */
.featureSlider_section .featureSlider_box{ margin-top:5rem; }
.featureSlider_section .sectionHead{ max-width:40rem; margin:0 auto; text-align:left; }
.featureSlider_section .feature_title{ font-size:20px; }
.featureSlider_section .feature_description{ color:#475569; }
.featureSlider_section .feature_data{ opacity:0.75; transition:0.3s; }
.featureSlider_section .feature_data:hover{ opacity:1; transition:0.3s; }
.featureSlider_section .feature_nav .feature_icon{width:36px; height:36px; border-radius:8px;}
.featureSlider_section .feature_nav .feature_icon svg{width:36px; height:36px; }
.featureSlider_section .feature_for{ display:none; }
.featureSlider_section .feature_nav .feature_image{display:block; }
.featureSlider_section .feature_image{box-shadow: inset 0 0 0 1px #fff, 0 10px 15px -3px rgb(15 23 42 / 0.05), 0 4px 6px -4px rgb(15 23 42 / 0.05); border-radius:12px; aspect-ratio: 844/428; width: 52.75rem !important; }
.featureSlider_section .feature_image img{border-radius:12px; }
.featureSlider_section .feature_for .slick-track{background-color:rgb(226 232 240); padding:4rem 3.5rem; border-radius:32px; }
.featureSlider_section .feature_for{border-radius: 32px; margin-top:5rem;}
.featureSlider_section .feature_for .slick-list{border-radius: 32px; }
.featureSlider_section .slick-slide.slick-current .feature_data{opacity:1;}
.featureSlider_section .feature_for .slick-slide{ opacity:0.6; margin-left:-150px }
.featureSlider_section .feature_for .slick-slide.slick-active.slick-center{ opacity:1; }

/* End: Features Slider Section */

/* Start: CTA Banner Section */
.cta_banner_section{ background-size: cover !important; background-position: center center !important; }
.cta_banner_section .sectionHead{ width:100%; max-width:32rem; margin:0 auto; }
.cta_banner_section .section_content{ margin-top:14px; }
.cta_banner_section .cta_box{ margin-top:40px; }
/* End: CTA Banner Section */

/* Start: Testimonial Section */
.testmonial_section{ background-color:#f8fafc; }
.testmonial_section .sectionHead{ max-width: 40rem; margin: 0 auto; }
.testmonial_section .testimonial_cards{ display: grid; grid-template-columns: repeat(1, minmax(0, 1fr)); max-width:40rem; margin:0 auto; gap:1.5rem; margin-top:4rem; }
.testmonial_section .testimonial_card_column{ gap:1.5rem; }
.testmonial_section .testimonial_card{ padding: 1.5rem; background:#fff; border-radius:16px; box-shadow:0 20px 25px -5px rgb(15 23 42 / 0.1), 0 8px 10px -6px rgb(15 23 42 / 0.1); flex-direction:column; position:relative;} 
.testmonial_section .testimonial_card:after{content:''; width:105px; height:78px; position:absolute; z-index:0; top:24px; left:24px; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' aria-hidden='true' width='105' height='78' fill='%23f1f5f9'%3E%3Cpath d='M25.086 77.292c-4.821 0-9.115-1.205-12.882-3.616-3.767-2.561-6.78-6.102-9.04-10.622C1.054 58.534 0 53.411 0 47.686c0-5.273.904-10.396 2.712-15.368 1.959-4.972 4.746-9.567 8.362-13.786a59.042 59.042 0 0 1 12.43-11.3C28.325 3.917 33.599 1.507 39.324 0l11.074 13.786c-6.479 2.561-11.677 5.951-15.594 10.17-3.767 4.219-5.65 7.835-5.65 10.848 0 1.356.377 2.863 1.13 4.52.904 1.507 2.637 3.089 5.198 4.746 3.767 2.41 6.328 4.972 7.684 7.684 1.507 2.561 2.26 5.5 2.26 8.814 0 5.123-1.959 9.19-5.876 12.204-3.767 3.013-8.588 4.52-14.464 4.52Zm54.24 0c-4.821 0-9.115-1.205-12.882-3.616-3.767-2.561-6.78-6.102-9.04-10.622-2.11-4.52-3.164-9.643-3.164-15.368 0-5.273.904-10.396 2.712-15.368 1.959-4.972 4.746-9.567 8.362-13.786a59.042 59.042 0 0 1 12.43-11.3C82.565 3.917 87.839 1.507 93.564 0l11.074 13.786c-6.479 2.561-11.677 5.951-15.594 10.17-3.767 4.219-5.65 7.835-5.65 10.848 0 1.356.377 2.863 1.13 4.52.904 1.507 2.637 3.089 5.198 4.746 3.767 2.41 6.328 4.972 7.684 7.684 1.507 2.561 2.26 5.5 2.26 8.814 0 5.123-1.959 9.19-5.876 12.204-3.767 3.013-8.588 4.52-14.464 4.52Z'/%3E%3C/svg%3E%0A");}
.testmonial_section .testimonial_card_head > *{ line-height:1.72; }
.testmonial_section .testimonial_card_body{ margin-top:24px; border: 0 solid rgb(241 245 249 / 1); border-top-width: 1px; }
.testmonial_section .testimonial_card_head, .testmonial_section .testimonial_card_body{position:relative; z-index:5;}
.testmonial_section .testimonial_avatar{ border-radius:50%; width:56px; height:56px; }
.testmonial_section .testimonial_avatar img{ border-radius:50%; width:100%; height:100%; object-fit:cover; }
/* End: Testimonial Section */

/* Start: Pricing Section */
.pricing_section .sectionHead{max-width:40rem; margin:0 auto;}
.pricing_section .sectionHead h2.section_title > em:after{ height: 1em; top: 50%; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' aria-hidden='true' viewBox='0 0 281 40' fill='%2360a5fa' preserveAspectRatio='none'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M240.172 22.994c-8.007 1.246-15.477 2.23-31.26 4.114-18.506 2.21-26.323 2.977-34.487 3.386-2.971.149-3.727.324-6.566 1.523-15.124 6.388-43.775 9.404-69.425 7.31-26.207-2.14-50.986-7.103-78-15.624C10.912 20.7.988 16.143.734 14.657c-.066-.381.043-.344 1.324.456 10.423 6.506 49.649 16.322 77.8 19.468 23.708 2.65 38.249 2.95 55.821 1.156 9.407-.962 24.451-3.773 25.101-4.692.074-.104.053-.155-.058-.135-1.062.195-13.863-.271-18.848-.687-16.681-1.389-28.722-4.345-38.142-9.364-15.294-8.15-7.298-19.232 14.802-20.514 16.095-.934 32.793 1.517 47.423 6.96 13.524 5.033 17.942 12.326 11.463 18.922l-.859.874.697-.006c2.681-.026 15.304-1.302 29.208-2.953 25.845-3.07 35.659-4.519 54.027-7.978 9.863-1.858 11.021-2.048 13.055-2.145a61.901 61.901 0 0 0 4.506-.417c1.891-.259 2.151-.267 1.543-.047-.402.145-2.33.913-4.285 1.707-4.635 1.882-5.202 2.07-8.736 2.903-3.414.805-19.773 3.797-26.404 4.829Zm40.321-9.93c.1-.066.231-.085.29-.041.059.043-.024.096-.183.119-.177.024-.219-.007-.107-.079ZM172.299 26.22c9.364-6.058 5.161-12.039-12.304-17.51-11.656-3.653-23.145-5.47-35.243-5.576-22.552-.198-33.577 7.462-21.321 14.814 12.012 7.205 32.994 10.557 61.531 9.831 4.563-.116 5.372-.288 7.337-1.559Z'/%3E%3C/svg%3E%0A");}
.pricing_section .sectionHead .section_content > *{ color:#94a3b8; }
.pricing_section .pricing_cards{ display:grid; grid-template-columns: repeat(1, minmax(0, 1fr)); row-gap: 2.5rem; max-width:40rem; margin:0 auto; margin-top:4rem;}
.pricing_section .pricing_card { padding-left: 1.5rem; padding-right: 1.5rem; border-radius:24px;  background-color:transparent;}
.pricing_section .pricing_card.highlight_card{ padding-top: 2rem; padding-bottom: 2rem; background-color:#2563eb;}

.pricing_section .pricing_card.highlight_card .cta_box a{ background-color:#fff; color: #334155;}
.pricing_section .pricingCard_tag{ font-size:48px; line-height:1.16; }
.pricing_section .pricingCard_description{color:#94a3b8;}
.pricing_section .pricing_card.highlight_card .pricingCard_description{color:#fff;}
.pricing_section .pricing_features{ flex-direction:column; row-gap:0.75rem; }
.pricing_section .pricing_feature svg{ width: 25px; height: 25px; }
.pricing_section .cta_box a{border-color:rgba(256,256,256,0.5);}
.pricing_section .cta_box a:hover {border-color:rgba(256,256,256,1); background-color:transparent;}
.pricing_section .cta_box a.button--secondary:hover, .pricing_section .pricing_card.highlight_card .cta_box a:hover{background-color: #eff6ff;  color: #0f172a;}
/* End: Pricing Section */

/* Start: FAQ Section */
.faq_section{position:relative; background:#f8fafc; overflow:hidden;}
.faq_section .faq_bg{position:absolute; width:1558px; height:946px; top:0; left:50%; transform: translate(-30%, -25%);}
.faq_section .faq_inner{position:relative; z-index:9;}
.faq_section .sectionHead{ max-width: 40rem; margin: 0 auto; }
.faq_section .section_content > *{letter-spacing: -0.025em;}
.faq_section .faq_box{ display:grid; grid-template-columns: repeat(1, minmax(0, 1fr)); gap:2rem; max-width:40rem; margin:0 auto; margin-top:4rem;}
.faq_section .faq_box_column  { row-gap: 1.5rem; }
.faq_section .faq_title{line-height: 1.75rem;}
/* End: FAQ Section */





@media(min-width:640px){
  .wrapper, .footer__container, .header__container{ padding:0 1.5rem; }
  .section_padding{padding:128px  0;}

  /*   Heading Typography */
  h1,.h1 { font-size: 72px; line-height:1.1; }
  h2,.h2 { font-size: 40px; }
  h3,.h3 { font-size: 18px; }
  h4,.h4 { font-size: 16px; }
  h5,.h5 { font-size: 14px; }
  h6,.h6 { font-size: 12px; }

  .font48{ font-size: 40px;}

  /*   Hero Section */
  .hero_banner_section .companies_logo{ row-gap:2.5rem; flex-direction: column; }
  .hero_banner_section .logo{ flex-direction: row; }

  /*   Testmonial Section */
  .testmonial_section .testimonial_card_column{ row-gap:2rem; }
  .testmonial_section .testimonial_cards{ gap:2rem; }

  /*   FAQ Section */
  .faq_section .faq_box_column { row-gap: 2rem; }

  /*   Pricing Section */
  .pricing_section .pricing_card{ padding-left: 2rem; padding-right: 2rem; }

  /*   Features Tabbing */
  .featureTabbing_section .tabData_image{ width:auto; margin}
  .featureTabbing_section .tabData_content{ padding-left: 1.5rem; padding-right: 1.5rem; }

}

@media(min-width:768px){

  /*   Typography */
  .font48{ font-size: 48px;}

  /* Features Tabbing */
  .featureTabbing_section .sectionHead{margin:0 auto; text-align:center;}
  .featureTabbing_section .tabbingBox{margin-top:5rem;}

  /*   Features Slider */
  .featureSlider_section .sectionHead{text-align:center;}

  /*   FAQ Section */
  .faq_section .sectionHead{ text-align:center; }


}

@media(min-width:1024px){
  .wrapper, .footer__container, .header__container{ padding:0 2rem; }

  /*   Hero Section */
  .hero_banner_section .companies_logo_box{ margin-top: 11rem; }

  /* Testimonial Section */
  .testmonial_section .testimonial_cards{ margin-top:5rem; grid-template-columns: repeat(3, minmax(0, 1fr)); max-width:none; }

  /*   FAQ Section */
  .faq_section .sectionHead{ margin: 0 auto; }
  .faq_section .faq_box{grid-template-columns: repeat(3, minmax(0, 1fr)); max-width:none; }

  /*   Pricing Section */
  .pricing_section .pricing_cards{grid-template-columns: repeat(3, minmax(0, 1fr)); max-width:none;}
  .pricing_section .pricing_card{ padding-top: 2rem; padding-bottom: 2rem; }
  .pricing_section .pricing_card.highlight_card{ grid-column-start: 2;}

  /* Features Tabbing */
  .featureTabbing_section .tabbingBox{ grid-template-columns: repeat(12, minmax(0, 1fr)); padding-top:0;}
  .featureTabbing_section .tabPanel_Group{ display:grid; grid-column: span 5 / span 5; }
  .featureTabbing_section .tabData_Group{ grid-column: span 7 / span 7; width: 67.8125rem;}
  .featureTabbing_section .tab{ padding: 1.5rem; border-top-left-radius: 0.75rem; border-bottom-left-radius: 0.75rem; }
  .featureTabbing_section .tab:hover{background:rgb(255 255 255 / 0.05);}
  .featureTabbing_section .tab.active{background:rgb(255 255 255 / 0.1); box-shadow:inset 0 0 0 1px rgb(255 255 255 / 10%); }
  .featureTabbing_section .tab_text{display:block;}
  .featureTabbing_section .tabData_content{display:none;}
  .featureTabbing_section .tabData_image{ margin-top:0; }

  /*   Features Slider */
  .featureSlider_section .slick-slide.slick-current .feature_tag h3{color:#2563eb;}
  .featureSlider_section .feature_nav .feature_image{display:none;}
  .featureSlider_section .slick-slide:not(:last-child) .feature_data{padding-right:32px;}
  .featureSlider_section .feature_for{ display:block; }
  .featureSlider_section .feature_nav .feature_icon{ background-color:#64748b; }
  .featureSlider_section .slick-slide.slick-current .feature_icon{background-color:#2563eb;}
  .featureSlider_section .feature_for .slick-slide { margin-left: -70px; }
}

@media(min-width:1280px){

  /*   Hero Section */
  .hero_banner_section .companies_logo{ flex-direction: row; }

  /*   Pricing Section */
  .pricing_section .pricing_cards{column-gap:2rem;}

  /*   Features Tabbing */
  .featureTabbing_section .sectionHead{max-width:none;}

  /*   Features Slider */
  .featureSlider_section .feature_for .slick-track{padding-left:4rem; padding-right:4rem; }

}

@media(max-width:1023px){

  /*   Hero Banner */
  .hero_banner_section.section_padding{padding-top:80px!important;}

  /*   Pricing Section */
  .pricing_section .pricing_card:nth-child(1){ order:2; }
  .pricing_section .pricing_card:nth-child(2){ order:1; }
  .pricing_section .pricing_card:nth-child(3){ order:3; }

  /* Features tabbing */
  .featureTabbing_section .tabbingBox { padding-top: 2.5rem; row-gap: 1.5rem; background:rgb(255 255 255 / 0.1); box-shadow:inset 0 0 0 1px rgb(255 255 255 / 10%); border-radius: 12px;}
  .featureTabbing_section .tabPanel_Group .tab{ padding:0.25rem 1rem; border-radius:50px;  }
  .featureTabbing_section .tabPanel_Group .tab.active{ background:#fff; }
  .featureTabbing_section .tabPanel_Group .tab.active h3{ color:#2563eb; }

  /*   Faetures Slider */
  .featureSlider_section{overflow:hidden;}
  .featureSlider_section .feature_nav{display:flex; flex-direction:column; row-gap: 5rem;}
  .featureSlider_section .feature_data_head{max-width:40rem; margin:0 auto;}
  .featureSlider_section .feature_data_body{margin-top:2.5rem; position:relative; z-index:5; }
  .featureSlider_section .feature_data_body:after{content:''; width:calc(100% + 32px); height:100%; position:absolute; left:-16px; bottom:-2.5rem; background:rgb(226 232 240); z-index:-1; }
  .featureSlider_section .feature_icon { background-color: #2563eb; }
  .featureSlider_section .feature_tag h3 { color: #2563eb; }
  .featureSlider_section .feature_image{margin:0 auto}


}
@media(max-width:767px){
  /*   Testimonial section */
  .testmonial_section .sectionHead{ text-align: left; }

  /*   Pricing Section */
  .pricing_section .sectionHead{ text-align: left; }
}
@media(max-width:640px){

  /*   Features Tabbing */
  .featureTabbing_section .tabbingBox { background:none; box-shadow:none; position:relative;}
  .featureTabbing_section .tabbingBox:after {content:''; width:calc(100% + 32px); height:256px; background:rgb(255 255 255 / 0.1); box-shadow:inset 0 0 0 1px rgb(255 255 255 / 10%); position:absolute; left:-16px; top:0; }
  .featureTabbing_section .tabPanel_Group{ justify-content: flex-start; left: -16px; overflow-x: auto; padding:0 1rem 1rem; }
  .featureTabbing_section .tabPanel_Group, .featureTabbing_section .tabData_Group{position:relative; z-index:2;}
  .featureTabbing_section .tabData_content{text-align:left !important;}
  .featureTabbing_section .tabPanel_Group .tab .tab_title{ white-space: nowrap; }
}




.short-container{max-width:72rem;padding:0 3rem;margin:0 auto;}
.blog-new-banner {width: 100%;display: inline-block;padding: 4rem 0;}
.blog-new-banner .center-text { display: flex; justify-content: center; align-items: center; flex-direction: column;}
.blog-new-banner .center-text p.sub-heading { text-align: center; font-size: 18px; line-height: 28px; font-weight: 400; }
.blog-new-banner .center-text h1 {width: 100%;font-weight:800; color: #0f172a; text-align: center; font-size: 36px !important; line-height: 40px !important; margin-bottom: 1rem; }
.blog-new-banner .center-text .subscribe-form {position: relative; text-align: center; width: 100%; display: inline-block; max-width: 25rem; margin: 12px auto 0 auto; padding: 0 1rem; }
.blog-new-banner .center-text .subscribe-form .hs-form-private {align-items: flex-start; display: flex;justify-content: center;}
.blog-new-banner .center-text .subscribe-form .hs_email.hs-email.hs-fieldtype-text.field.hs-form-field { padding: 0 8px; margin-top: 12px; }
.blog-new-banner .center-text .subscribe-form .hs_submit.hs-submit { padding: 0 8px; margin-top: 12px; }
.blog-new-banner .center-text .subscribe-form .hs-form-private input {font-weight: normal;padding: 8px 12px 8px 33px; color: rgba(148 163 184); border: 2px solid rgba(15, 23, 42, .05);border-radius: 6px; font-size: 14px; background: #fff; line-height: 20px; }
.blog-new-banner .center-text .subscribe-form .hs-form-private input.hs-button.primary.large {padding: 8px 12px; text-align: center; color: #fff; background: #0062ff; }
.blog-new-banner .center-text .subscribe-form .hs-form-private input.hs-button.primary.large:hover{background: rgb(0 98 255 / 80%)}
.blog-new-banner .center-text .subscribe-form .hs-form-private input:focus-visible { border: 2px solid #0062ff; box-shadow: none; outline: none; }
.blog-new-banner .center-text .subscribe-form .hs-form-private .hs_error_rollup { display: none; }
.blog-new-banner .center-text .subscribe-form svg {z-index:2; top: 23px; width: 17px; height: 17px; display: inline-block; position: absolute; left: 35px; fill: rgba(148 163 184); }

.blog-new-banner .center-text .subscribe-form form { background: transparent; border: none; padding: 0; border-radius: unset; }
.blog-new-banner .center-text .subscribe-form h3 {display: none !important;}
.blog-new-banner .center-text .subscribe-form label.hs-error-msg {font-size: 10px;color: #e75b5b;}
.blog-new-banner .center-text .subscribe-form ul.no-list.hs-error-msgs.inputs-list li { margin: 0; }
.blog-new-banner .center-text .subscribe-form .hs_email.hs-email.hs-fieldtype-text.field.hs-form-field { margin-bottom: 0 !important;}
.blog-new-banner .center-text .subscribe-form .hs-form-field > label {padding: 0 !important;margin: 0 !important;}

@media(max-width:767px){
  .blog-new-banner .center-text p.sub-heading{font-size:16px;}
  .blog-new-banner .center-text h1 {font-size:20px !important;line-height:30px !important;margin-top:20px;}
}
@media(max-width:480px) {
  .blog-new-banner .center-text h1 { text-align: left; }
  .blog-new-banner .center-text { align-items: flex-start; }
  .blog-new-banner .center-text .subscribe-form { margin: 12px 0 0 0; padding: 0; max-width: 100%; }
  .blog-new-banner .center-text .subscribe-form .hs_email.hs-email.hs-fieldtype-text.field.hs-form-field { width: 100%; }
  .blog-new-banner .center-text .subscribe-form .hs-form-private input { width: 100%; }
  .blog-new-banner .center-text .subscribe-form .hs_submit.hs-submit { width: 100%; }
  .blog-new-banner .center-text { align-items: flex-start;}
  .blog-new-banner .center-text p.sub-heading{text-align: left;}
  .blog-new-banner .center-text .subscribe-form svg{left:18px;}
  .blog-new-banner .center-text .subscribe-form .hs-form-private {flex-direction: column;}
}






.new-blog-listing-sec { display: inline-block; width: 100%; }
.new-blog-listing-sec .blog-wrapper { width: 100%; display: inline-block !important; }
.new-blog-listing-sec .blog-wrapper .two-cal-sec>div {padding: 0 0 50px 0 !important; box-shadow: none!important; border: none!important; }
.new-blog-listing-sec .blog-wrapper .two-cal-sec {max-width: 100%;margin: 0 auto; display: flex; width: 100%;justify-content: space-between; }
.new-blog-listing-sec .blog-wrapper .two-cal-sec .date-time {position: relative;padding-right: 4% !important;text-align: right;width: 24%;font-size: 17px;color: #64748b;line-height: 24px;}
.new-blog-listing-sec .blog-wrapper .two-cal-sec .discription{width: calc(76% - 4%);margin-left: 4%;}
.new-blog-listing-sec .blog-wrapper .two-cal-sec .discription a {padding: 16px 24px;text-decoration: none;border-radius: 1rem;display: inline-block; }
.new-blog-listing-sec .blog-wrapper .two-cal-sec .discription h2 {color: rgb(15 23 42);letter-spacing: -.025em !important;font-size:20px !important;height: auto !important;line-height: 24px !important;}
.new-blog-listing-sec .blog-wrapper .two-cal-sec .discription .post-body-main {margin: 8px 0 16px;font-size: 17px;line-height: 30px;}
.new-blog-listing-sec .blog-wrapper .two-cal-sec .discription span {display: flex;align-items: center;font-size: 17px;line-height: 20px;color: #0062ff;}
.new-blog-listing-sec .blog-wrapper .two-cal-sec .discription span img {fill: #0062ff;height: 8px;object-fit: contain;width: 9px; margin-left: 10px;}
.new-blog-listing-sec .blog-wrapper .two-cal-sec .discription a:hover {background: rgba(248,250,252,.7);}

.new-blog-listing-sec .blog-wrapper .two-cal-sec { position: relative; }
.new-blog-listing-sec .blog-wrapper .two-cal-sec:after { content: ""; position: absolute; width: 1px; height: 100%; left: 24%; top: 25px; background: #e2e8f0; }
.blog-listing-section .blog-wrapper article .date-time:after{ background: #fff; border: 2px solid #e2e8f0; border-radius: 50%; content: ""; height:10px; position: absolute;right: -5px; top: 6px; width: 10px; z-index: 2; }
.new-blog-listing-sec .blog-wrapper .two-cal-sec .date-time { margin-top: 16px; }

@media(max-width:992px) {
  .new-blog-listing-sec .blog-wrapper .two-cal-sec { flex-wrap: wrap; display: flex; justify-content: space-between; margin: 0 auto; max-width: 52rem; width: 100%; position: relative; }
  .new-blog-listing-sec .blog-wrapper .two-cal-sec .date-time { width: 100%; text-align: left; border-right: none !important; padding-bottom: 0px !important; margin-top: 0; padding-left: calc(4% + 24px) !important; }
  .new-blog-listing-sec .blog-wrapper .two-cal-sec .discription { width: 100%; padding-left: 4% !important; margin-left: 0; padding-bottom: 15px !important; }
  section.blog-listing-section .blog-wrapper article .date-time:after { right: unset; left: -5px; }
  .new-blog-listing-sec .blog-wrapper .two-cal-sec:after { left: 0; top: 7px; }
}

@media(max-width:767px) {
  .new-blog-listing-sec .blog-wrapper .two-cal-sec .discription { padding-left: 1% !important; }
  .new-blog-listing-sec .blog-wrapper .two-cal-sec .date-time { padding-left: calc(1% + 24px)! important; }
}
@media(max-width:600px) {
  .new-blog-listing-sec .blog-wrapper .two-cal-sec:after{display: none;}
  .new-blog-listing-sec .blog-wrapper article .date-time:after{display: none;}
  .new-blog-listing-sec .blog-wrapper .two-cal-sec .discription { padding-left: 0 !important; }
  .new-blog-listing-sec .blog-wrapper .two-cal-sec .date-time { padding-left: 0% !important; }
  .new-blog-listing-sec .blog-wrapper .two-cal-sec .discription a { padding: 10px 0 !important; }
  .short-container { max-width: 52rem !important; padding: 0 !important; margin: 0 auto; }
}



.hs-blog-post .body-container-wrapper {max-width: 1280px;margin: 0 auto;width: 100%;padding: 0 2rem;}
.post-body-main h1 {display: none;}
.short-inner-container { max-width: 48rem; width: 100%;  margin: 0 auto; }
.go-back-sec img {width: 21px;height: 21px;}
.go-back-sec .go-back-btn:hover img {opacity: .5;}
.go-back-sec{width:100%;display:inline-block;}
.go-back-btn {transition:.3s; display: flex;align-items:center; padding: 2rem 0; font-size: 16px; font-weight: 600; text-decoration: none; line-height:24px; color: rgb(51 65 85); }
.blog-inner-post.blog-inner-post-sec time { color: #334155; font-size:16px !important; font-weight: 400; line-height:24px; position: absolute; top: 0; margin-top: 0; left: 0; }
.blog-title {position: relative;}
.blog-inner-post-sec h1 { font-size: 1.875rem !important; line-height: 2.25rem !important; padding-top: 2.5rem; margin-bottom: 1.5rem; color: rgb(15 23 42); }
.blog-inner-post .post-body-main img { width: auto !important;margin: 12px auto;display: block;}
.blog-inner-post.blog-inner-post-sec .post-body-main {margin: 3rem 0 !important;}
.blog-inner-post .blog-inner-post-sec .post-body-main h3 { margin-bottom: 20px;}
.blog-inner-post-sec h1 span {font-size: 1.875rem !important;line-height: 2.25rem !important;}
a.go-back-btn:hover {color: rgb(51 65 85);font-weight: 600;}
.blog-inner-post.blog-inner-post-sec .post-body-main h3 span {font-size: 24px !important;line-height: 30px !important;font-weight: 500;}
.blog-inner-post.blog-inner-post-sec .post-body-main h3 {margin: 16px 0;font-size: 24px !important;line-height: 30px !important;font-weight: 500;}
.blog-inner-post.blog-inner-post-sec .post-body-main span {font-size: 17px !important;line-height:30px !important;}
.blog-inner-post.blog-inner-post-sec .post-body-main p {font-size: 17px !important;line-height: 30px !important;}
.author-detail .author-img img { width: 40px; height: 40px; border-radius: 50%; }
.author-detail .author-img { display: inline-block; }
.author-detail { display: flex; width: 100%; align-items: center;}
.author-detail .author-name { margin-left:15px; display: inline-block; }
.author-detail .author-name a {    font-size: 16px;font-weight: 500;text-decoration: none;line-height:24px;color: #0f172a;}

@media(max-width:1024px) {
  .hs-blog-post .body-container-wrapper{padding: 0 1.5rem;}
}

@media(max-width:600px) {
  .body-container--blog-post .blog-inner-post-sec h1 span { font-size: 1.5rem !important;line-height: 1.6rem !important;}
  .body-container--blog-post .blog-inner-post.blog-inner-post-sec .post-body-main h3 span {font-size: 21px !important;line-height: 26px !important;font-weight: 500;}
  .body-container--blog-post .blog-inner-post.blog-inner-post-sec .post-body-main h3 {margin: 10px 0;font-size: 21px !important;}
  .blog-inner-post.blog-inner-post-sec .post-body-main {margin: 2rem 0 !important;}
  .hs-blog-post .body-container-wrapper{padding: 0 1rem;}
}


.header-new {
  background-color: #2563eb;
}