

  



  


/* 1b. Colors */







/* 1c. Typography */





























/* 1d. Buttons */






























/* 1e. Forms */































/* 1f. Icons */
















/* 1g. Cards */











/* 1h. Tables */













/* 1i. Website header */



























/* 1j. Website footer */













/* Drag and drop layout styles */

.dnd-section {
  padding: 60px 20px;
}

/* Padding on blog post sections */

.blog-post-section {
  padding: 60px 0;
}

/* .content-wrapper is used for blog post and system templates and .header-wrapper is used for the website header module */

.dnd-section > .row-fluid,
.content-wrapper,
.header__wrapper {
  max-width: 1260px;
}





html {
  font-size: 16px;
}

body {
  font-family: Inter, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  background-color: #ffffff;
  color: #231f20;
  font-size: 16px;
}

/* Paragraphs */

p {
  font-family: Inter, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
}

/* Anchors */

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

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

a:active {
  font-weight: normal; text-decoration: underline; font-family: Poppins, sans-serif; font-style: normal;
  color: #91a289;
}

/* Headings */

h1 {
  font-family: Poppins, sans-serif; font-style: normal; font-weight: 700; text-decoration: none;
  color: #231f20;
  font-size: 42px;
  text-transform: none;
}

h2 {
  font-family: Poppins, sans-serif; font-style: normal; font-weight: 700; text-decoration: none;
  color: #231f20;
  font-size: 32px;
  text-transform: none;
}

h3 {
  font-family: Poppins, sans-serif; font-style: normal; font-weight: 600; text-decoration: none;
  color: #231f20;
  font-size: 28px;
  text-transform: none;
}

h4 {
  font-family: Inter, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #231f20;
  font-size: 24px;
  text-transform: none;
}

h5 {
  font-family: Inter, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #231f20;
  font-size: 20px;
  text-transform: none;
}

h6 {
  font-family: Inter, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #231f20;
  font-size: 16px;
  text-transform: none;
}

/* Blockquotes */

blockquote {
  font-family: Inter, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  border-left-color: #FF5760;
  color: #231f20;
  font-size: 24px;
}

blockquote > footer {
  font-family: Inter, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  font-size: 16px;
}

/* Horizontal rules */

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





/* Primary button */

button,
.button,
.hs-button {
  border: 1px none #000000;

  padding-top: 10px;
padding-right: 20px;
padding-bottom: 10px;
padding-left: 20px;

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

  
  
    
  


  rgba(0, 0, 0, 1.0)

;
  border-radius: 6px;
  color: #ffffff;
  fill: #ffffff;
  font-size: 16px;
  text-transform: none;
}

button:hover,
button:focus,
button:active,
.button:hover,
.button:focus,
.button:active,
.hs-button:hover,
.hs-button:focus,
.hs-button:active {
  border: 1px none #000000;

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

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  color: #000000;
  fill: #000000;
}

button:active,
.button:active,
.hs-button:active {
  border: 1px none #000000;

  font-family: Poppins, sans-serif; font-style: normal; font-weight: 600; text-decoration: none;
  background-color: rgba(255, 255, 255, 100);
  border-color: #505050;
  color: #000000;
  fill: #000000;
}

/* Secondary button */

.button.button--secondary {
  border: 1px solid #000000;

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

  
  
    
  


  rgba(255, 255, 255, 0.0)

;
  border-radius: 0px;
  color: #0053B9;
  fill: #0053B9;
  text-transform: none;
}

.button.button--secondary:hover,
.button.button--secondary:focus,
.button.button--secondary:active {
  border: 1px solid #000000;

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

  
  
    
  


  rgba(0, 83, 185, 1.0)

;
  color: #ffffff;
  fill: #ffffff;
}

.button.button--secondary:active {
  font-family: Poppins, sans-serif; font-style: normal; font-weight: 600; text-decoration: none;
  background-color: rgba(80, 163, 255, 100);
  border: 1px solid #000000;

  border-color: #505050;
  color: #ffffff;
  fill: #ffffff;
}

/* Simple button */

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

.button.button--simple:hover,
.button.button--simple:focus {
  font-weight: normal; text-decoration: underline; font-family: Poppins, sans-serif; font-style: normal;
  color: #415239;
  fill: #415239;
}

.button.button--simple:active {
  font-weight: normal; text-decoration: underline; font-family: Poppins, sans-serif; font-style: normal;
  color: #91a289;
  fill: #91a289;
}

/* Button sizing */

.button.button--small {
  padding-top: 10px;
padding-right: 20px;
padding-bottom: 10px;
padding-left: 20px;

  font-size: 14px;
}

.button.button--large {
  padding-top: 10px;
padding-right: 20px;
padding-bottom: 10px;
padding-left: 20px;

  font-size: 18px;
}





/* Form */

form {
  border: 1px none #FF5760;

  padding: 45px;

  background-color: 

  
  
    
  


  rgba(255, 87, 96, 1.0)

;
  border-radius: 0px;
}

/* Form title */

.form-title {
  border: 1px none #0053B9;

  padding: 25px;

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

  
  
    
  


  rgba(0, 83, 185, 1.0)

;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  color: #ffffff;
  font-size: 28px;
  text-transform: ;
}

/* Labels */

form label {
  padding-top: 6px;
padding-right: 0px;
padding-bottom: 6px;
padding-left: 0px;

  font-family: Inter, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #231f20;
  font-size: 16px;
}

/* Help text */

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

/* Form fields */

form input[type='text'],
form input[type='email'],
form input[type='password'],
form input[type='tel'],
form input[type='number'],
form input[type='search'],
form select,
form textarea {
  border: 1px none #d7d9e3;

  padding: 10px;

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

  
  
    
  


  rgba(255, 255, 255, 1.0)

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

/* Form fields - placeholders */

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

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

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

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

::placeholder {
  color: #d7d9e3;
}

/* Form fields - date picker */

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

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

  
  
    
  


  rgba(0, 83, 185, 1.0)

;
  color: #ffffff;
}

form td.is-today .pika-button {
  color: #231f20;
}

form .is-selected .pika-button {
  background-color: #FF5760;
  color: #231f20;
}

form .pika-button:hover {
  background-color: #0053B9 !important;
}

/* Headings and text */

form .hs-richtext,
form .hs-richtext *,
form .hs-richtext p,
form .hs-richtext h1,
form .hs-richtext h2,
form .hs-richtext h3,
form .hs-richtext h4,
form .hs-richtext h5,
form .hs-richtext h6 {
  font-family: Inter, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #231f20;
}

form .hs-richtext a {
  font-family: Inter, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #231f20;
}

/* GDPR */

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: #231f20;
  font-size: 14px;
}

/* Submit button */



  form input[type='submit'],
  form .hs-button {
    border: 1px none #000000;

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

  
  
    
  


  rgba(0, 0, 0, 1.0)

;
    border-radius: 6px;
    color: #ffffff;
    text-transform: none;
  }

  form input[type='submit']:hover,
  form input[type='submit']:focus,
  form .hs-button:hover,
  form .hs-button:focus {
    border: 1px none #000000;

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

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
    color: #000000;
  }

  form input[type='submit']:active,
  form .hs-button:active {
    border: 1px none #000000;

    font-family: Poppins, sans-serif; font-style: normal; font-weight: 600; text-decoration: none;
    background-color: rgba(255, 255, 255, 100);
    border-color: #505050;
    color: #000000;
}





  form input[type='submit'],
  form .hs-button {
    padding-top: 10px;
padding-right: 20px;
padding-bottom: 10px;
padding-left: 20px;

    font-size: 16px;
  }



/* Inline thank you message */

.submitted-message {
  border: 1px none #FF5760;

  padding: 45px;

  background-color: 

  
  
    
  


  rgba(255, 87, 96, 1.0)

;
  border-radius: 0px;
}





/* Default icon (regular/dark) */

.icon {
  padding: 15px;

  background-color: 

  
  
    
  


  rgba(0, 83, 185, 1.0)

;
}

.icon svg {
  fill: #ffffff;
  height: 16px;
  width: 16px;
}

/* Light icon */

footer .icon--light .icon {
	border: 1px solid #EDE;
}

.icon--light svg {
  fill: #0053B9;
}

/* Size */

.icon--small svg {
  height: 12px;
  width: 12px;
}

.icon--small .icon {
  padding: 10px;

}

.icon--large svg {
  height: 24px;
  width: 24px;
}

.icon--large .icon {
  padding: 25px;

}





/* Table */

table {
  border: 1px solid #d7d9e3;

  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}

/* Table cells */

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

  padding: 10px;

  color: #231f20;
}

/* Table header */

thead th,
thead td {
  background-color: 

  
  
    
  


  rgba(0, 83, 185, 1.0)

;
  color: #ffffff;
}

/* Table footer */

tfoot th,
tfoot td {
  background-color: 

  
  
    
  


  rgba(255, 87, 96, 1.0)

;
  color: #231f20;
}





/* Header container */

.header {
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 0.0)

;
}

/* Header content color */

.header p,
.header h1,
.header h2,
.header h3,
.header h4,
.header h5,
.header h6,
.header a:not(.button),
.header span,
.header div,
.header li,
.header blockquote,
.header .tabs__tab,
.header .tabs__tab:hover,
.header .tabs__tab:focus,
.header .tabs__tab:active {
  color: #231f20;
}

/* Header top bar */

.header__top {
  background-color: 

  
  
    
  


  rgba(255, 87, 96, 1.0)

;
}

/* Language switcher */

.header__language-switcher-current-label > span {
  font-family: Poppins, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #231f20;
  font-size: 16px;
  text-transform: none;
}

.header__language-switcher:hover .header__language-switcher-current-label > span,
.header__language-switcher:focus .header__language-switcher-current-label > span {
  font-family: Poppins, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #000000;
}

.header__language-switcher-child-toggle svg {
  fill: #231f20;
}

/* Language switcher - submenu */

.header__language-switcher .lang_list_class {
  border-color: #d7d9e3;
}

.header__language-switcher .lang_list_class li {
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}

.header__language-switcher .lang_list_class a:not(.button) {
  font-family: Poppins, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #231f20;
  font-size: 16px;
  text-transform: none;
}

.header__language-switcher .lang_list_class a:hover,
.header__language-switcher .lang_list_class a:focus {
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  color: #000000;
}

.header__language-switcher .lang_list_class a:active {
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}

/* Header bottom */

.header__bottom {
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 0.0)

;
}

/* Logo */

.header__logo-company-name {
  font-family: Poppins, sans-serif; font-style: normal; font-weight: 700; text-decoration: none;
  color: #231f20;
  font-size: 42px;
  text-transform: none;
}

/* Menu */

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

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  }
}

/* Menu items */

.header__menu-link {
  font-family: Poppins, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  font-size: 16px;
  text-transform: none;
}

@media (max-width: 767px) {
  html footer .hs_email.hs-email{ width:60%; }
  html .header__menu-item--depth-1 {
    border-top: 1px solid #d7d9e3;
  }
  .footer-logo {
    text-align: center;
    margin-bottom: -30px;
}
  .widget-type-rich_text span br, .widget-type-rich_text p br {      display: none;  }
  
  footer.footer .span3 {    width: 50%;    float: left;  }
  
  html .header-style-light a.header__menu-link{ color:#000 !important; }
  
  html .blog-header-section h1 {
    width: 100%;
    font-size: 35px;
  }
  html .blog-post-featured-image {
    margin-top: -140px !important;
    height: auto !important;
    margin-left: auto;
    margin-right: auto;
    width: 90%;
  }
  html .blog-post-featured-image img {
      max-width: 920px;
      width: 100%;
      object-fit: cover;
      height: 100%;
      border-radius: 10px;
    max-height:628px;
    }
  html .blog-post-section .blog-post-social-share .social-sharing__link {
    margin-right: 13px !important;
    margin-bottom: 20px;
  }
  html .blog-header-section.blog-post-with-image {	padding-bottom: 190px; }
  html .blog-post-section .blog-post-social-share {
    max-width: 100%;
    position: relative;
    top: 0;
  }
  html .blog-post-section .blog-post {
    max-width: 100%;
    padding: 0 0 0 0;
  }
  html .blog-post-subscribe-form {
    width: 100%;
    position: relative;
    top:0;
  }
  html .author-info .blog-post-author-image {
    width: 150px;
    padding-right: 0;
  }
  html .author-info .blog-post-author-name-bio {	width: 100%; }
  html .blog-post-section {
    padding: 15px 0 0 0;
    flex-direction: column; 
  }
  html #hs_cos_wrapper_related_posts_static .blog-listing__post {
    margin-bottom: 30px;
  }
  html .blog-post__author {
    flex-direction: column; align-items:flex-start;
  }
  html .wrapper-1240px.cta {
    padding: 20px 0px;
  }
  
  html .cta-left-wrapper {  left: -5%; width:15%;   }
  html .cta-container {	width: 95%; height: auto; }
  html .cta-right-wrapper { right: -5%; width:15%; }
  html .h2-heading-white { font-size: 30px; font-weight:bold ; }
  
  footer #hs_cos_wrapper_widget_1651431725923_, footer #hs_cos_wrapper_widget_1651431725923_ span {    margin-top: 0 !important;  }
  footer .dnd-column {	margin-bottom: 40px; }
  html footer ul li a, footer ul li {
    text-align: left;
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
  }
  html .header__menu-toggle svg {
    fill: #FFF;
  }
  html .header-style-dark .header__menu-toggle svg{ fill:#000; }
}

/* Menu items - top level */

.header__menu-item--depth-1 > .header__menu-link:not(.button) {
  color: #231f20;
}

.header__menu-item--depth-1 > .header__menu-link:hover,
.header__menu-item--depth-1 > .header__menu-link:focus {
  font-family: Poppins, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #000000;
}

.header__menu-item--depth-1 > .header__menu-link:active {
  font-family: Poppins, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #505050;
}

.header__menu-item--depth-1 > .header__menu-link--active-link:not(.button) {
  font-family: Poppins, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #000000;
}

.header__menu-item--depth-1 .header__menu-child-toggle svg {
  fill: #231f20;
}

/* Menu items - submenus */

.header__menu-submenu {
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  border-color: #d7d9e3;
}

.header__menu-submenu .header__menu-link:not(.button) {
  color: #0053b9;
}

.header__menu-submenu .header__menu-item:hover,
.header__menu-submenu .header__menu-item:focus {
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}

.header__menu-submenu .header__menu-link:hover,
.header__menu-submenu .header__menu-link:focus {
  font-family: Poppins, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #0053b9;
}

.header__menu-submenu .header__menu-link:active {
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}

.header__menu-submenu .header__menu-link--active-link:not(.button) {
  color: ;
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}

html .header__menu-submenu {
    padding: 10px 10px;

    border-radius: 16px;
    width: 240px;
}

span.menu-icon {
    width: 30px;
    background-size: 27px;
    background-position: center;
    background-repeat: no-repeat;
    margin-right: 13px;
}
html .header__menu-submenu a.header__menu-link {
    display: flex;
    width: 100%;
    margin: 10px 0;
  padding:15px 15px 15px 20px;
}
html .header__menu-submenu a.header__menu-link:hover{

	border-radius: 12px;
	background-color: #fff;
	box-shadow: 0 0px 14px 0 rgb(0 0 0 / 9%);
	color: #0053b9;
}

span.ecommerce-menu-icon {    background-image: url(https://20022896.fs1.hubspotusercontent-na1.net/hubfs/20022896/ecommerce-menu-icon.svg); }
span.subscription-menu-icon {    background-image: url(https://20022896.fs1.hubspotusercontent-na1.net/hubfs/20022896/Consumer%20Subscription.svg); }
span.digital-content-menu-icon {    background-image: url(https://20022896.fs1.hubspotusercontent-na1.net/hubfs/20022896/Digital%20Content%20and%20Services.svg); }
span.marketplaces-menu-icon {    background-image: url(https://20022896.fs1.hubspotusercontent-na1.net/hubfs/20022896/Marketplaces.svg); }
span.platforms-menu-icon {    background-image: url(https://20022896.fs1.hubspotusercontent-na1.net/hubfs/20022896/Platforms.svg); }
span.blog-menu-icon {    background-image: url(https://20022896.fs1.hubspotusercontent-na1.net/hubfs/20022896/Blog.svg); }
span.documentations-menu-icon {    background-image: url(https://20022896.fs1.hubspotusercontent-na1.net/hubfs/20022896/Documentation.svg); }
span.careers-menu-icon {    background-image: url(https://20022896.fs1.hubspotusercontent-na1.net/hubfs/20022896/careers.png); }
span.about-menu-icon {    background-image: url(https://20022896.fs1.hubspotusercontent-na1.net/hubfs/20022896/about.svg); }
/* Menu icons */

.header__menu-toggle svg {
  fill: #231f20;
}





/* Footer container */

.footer {
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}

/* Footer content color */

.footer h1,
.footer h2,
.footer h3,
.footer h4,
.footer h5,
.footer h6,
.footer p,
.footer a:not(.button),
.footer span,
.footer div,
.footer li,
.footer blockquote,
.footer .tabs__tab,
.footer .tabs__tab:hover,
.footer .tabs__tab:focus,
.footer .tabs__tab:active {
  color: #231f20;
}

.footer hr {
  border-bottom-color: #EEE !important;
}

/* Footer menu */

.footer .hs-menu-wrapper a {
  font-family: Poppins, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #231f20;
  font-size: 16px;
  text-transform: none;
}

.footer .hs-menu-wrapper a:hover,
.footer .hs-menu-wrapper a:focus {
  font-family: Poppins, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #000000;
}

.footer .hs-menu-wrapper a:active {
  font-family: Poppins, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #505050;
}

.footer .hs-menu-wrapper .active > a {
  font-weight: bold; text-decoration: underline; font-family: Poppins, sans-serif; font-style: normal;
  color: #000000;
}






/* Dark card */

.card--dark {
  border: 1px solid #231f20;

  background-color: 

  
  
    
  


  rgba(35, 31, 32, 1.0)

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

.card--dark summary,
.card--dark p,
.card--dark h1,
.card--dark h2,
.card--dark h3,
.card--dark h4,
.card--dark h5,
.card--dark h6,
.card--dark a:not(.button),
.card--dark span,
.card--dark div,
.card--dark li,
.card--dark blockquote {
  color: #ffffff;
}

/* Light card */

.card--light {
  border: 1px solid #d7d9e3;

  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  border-radius: 0px;
  color: #231f20;
}

.card--light summary,
.card--light p,
.card--light h1,
.card--light h2,
.card--light h3,
.card--light h4,
.card--light h5,
.card--light h6,
.card--light a:not(.button),
.card--light span,
.card--light div,
.card--light li,
.card--light blockquote {
  color: #231f20;
}





/* Error templates */

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

/* System templates */

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

/* Search template */

.hs-search-results__title {
  font-size: 32px;
}

/* Backup unsubscribe template */

.backup-unsubscribe input[type='email'] {
  font-size: 16px !important;
  padding: padding: 10px;
 !important;
}





/* Accordion */

.accordion__summary,
.accordion__summary:before {
  font-family: Inter, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  font-size: 24px;
}

.card--dark .accordion__summary:before {
  color: #ffffff;
}

.card--light .accordion__summary:before {
  color: #231f20;
}

/* Blog listing, recent posts, related posts, and blog post */

.blog-listing__post-title {
  text-transform: none;
}

.blog-listing__post-title-link {
  font-family: Poppins, sans-serif; font-style: normal; font-weight: 700; text-decoration: none;
  color: #231f20;
}

.blog-listing__post-title-link:hover,
.blog-listing__post-title-link:focus {
  font-family: Inter, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #000000;
}

.blog-listing__post-title-link:active {
  font-family: Inter, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #736f70;
}

.blog-listing__post-tag {
  color: #231f20;
}

.blog-listing__post-tag:hover,
.blog-listing__post-tag:focus {
  color: #000000;
}

.blog-listing__post-tag:active {
  color: #736f70;
}

.blog-listing__post-author-name,
.blog-post__author-name {
  color: #231f20;
}

.blog-listing__post-author-name :hover,
.blog-listing__post-author-name :focus,
.blog-post__author-name:hover,
.blog-post__author-name:focus {
  color: #000000;
}

.blog-listing__post-author-name :active,
.blog-post__author-name:active {
  color: #736f70;
}

/* Image gallery */

.image-gallery__close-button-icon:hover,
.image-gallery__close-button-icon:focus {
  background-color: rgba(0, 3, 105, 1.0);
}

.image-gallery__close-button-icon:active {
  background-color: rgba(80, 163, 255, 1.0);
}

.icon--light .image-gallery__close-button-icon:hover,
.icon--light .image-gallery__close-button-icon:focus {
  background-color: rgba(175, 175, 175, 1.0);
}

.icon--light .image-gallery__close-button-icon:active {
  background-color: rgba(255, 255, 255, 1.0);
}

/* Pagination */

.pagination__link-icon svg {
  fill: #0053B9;
  height: 16px;
  width: 16px;
}

.pagination__link:hover .pagination__link-icon svg,
.pagination__link:focus .pagination__link-icon svg {
  fill: #415239;
}

.pagination__link:active .pagination__link-icon svg {
  fill: #50a3ff;
}

.pagination__link--active {
  border-color: #d7d9e3
}

/* Pricing card */

.pricing-card__heading {
  background-color: #0053B9;
}

/* Social follow and social sharing */

.social-follow__icon:hover,
.social-follow__icon:focus,
.social-sharing__icon:hover,
.social-sharing__icon:focus {
  background-color: rgba(0, 3, 105, 1.0);
}

.social-follow__icon:active,
.social-sharing__icon:active {
  background-color: rgba(80, 163, 255, 1.0);
}

.icon--light .social-follow__icon:hover,
.icon--light .social-follow__icon:focus,
.icon--light .social-sharing__icon:hover,
.icon--light .social-sharing__icon:focus {
  background-color: rgba(175, 175, 175, 1.0);
}

.icon--light .social-follow__icon:active,
.icon--light .social-sharing__icon:active {
  background-color: rgba(255, 255, 255, 1.0);
}

/* Tabs */

.tabs__tab,
.tabs__tab:hover,
.tabs__tab:focus,
.tabs__tab:active {
  border-color: #231f20;
  color: #231f20;
}


.hs-blog-listing  .hs-search-field button {
	position: absolute;
	right: 8px;
	top: 8px;
	padding: 0;
	width: 50px;
	height: 50px;
	text-align: center;
	line-height: 50px;
	border-radius: 8px;
}
.hs-blog-listing  .hs-search-field button {
	text-align: center;
	line-height: 50px;
}
.hs-blog-listing  .hs-search-field .hs-search-field__input {
	background: #FFFFFF;
	border: 1px solid #C6C6C6;
	box-sizing: border-box;
	border-radius: 8px;
	height: 66px;
	color: #002037;
}
.hs-blog-listing  .hs-search-field button span svg {
	height: 16px;
	text-align: center;
}
.hs-blog-listing  .hs-search-field form {
	padding: 0;
}


.blog-post-featured-image img {
    border: 1px solid #E5E7EB;
    border-radius: 24px;
  max-height:500px;
}
.blog-header-section {
	background-color: #FFF;
	padding: 80px 0;
	text-align: center;
}
.blog-header-section.blog-post-with-image {
	padding-bottom: 330px;
}
.blog-post-featured-image {
	text-align: center;
	margin-top: -300px;
	height: auto;
}
.blog-post-featured-image img {
	border-radius: 30px;
}
.blog-post-subscribe-form .hs_email.hs-email {
	margin-bottom: 20px;
}

a:focus-visible {
	border: 0 !important;
	text-decoration: none !important;
	box-sizing: border-box;
	outline: 0;
}

.blog-post-section {
	display: flex;
	position: relative;
	width: 100%;
	align-items: flex-start;
  padding:60px 0 0 0;
}
.blog-post-section .blog-post-social-share {
    max-width: 100%;
    position: sticky;
    top: 0;
    border: 1px solid #f8f8f8;
    border-radius: 6px;
    margin-bottom: 20px;
}
.blog-post-section .social-sharing__share-text {
    color: #000000;
    display: block;
    width: 100%;
    padding: 20px 20px 0 0;
}
 
.blog-post-section .blog-post {
	max-width: 70%;
	padding: 0 110px 0 0px;
	position: relative;
}
.blog-post-subscribe-form {
	width: 100%;
	position: sticky;
	top: 20px;
	border-radius: 20px;
	overflow: hidden;
}
.blog-post-social-share .social-sharing__link {
    border: 0;
    border-radius: 50%;
    margin-top: 20px;
    margin-left: 0 !important;
    margin-right: 0 !important;
    display: block;
    width: 35px;
    text-align: left !important;
}

.blog-post-subscribe-form #hs_cos_wrapper_form {
	display: none;
}
.blog-post-subscribe-form #hs_cos_wrapper_my_form h3 {
	text-align: center;
	background-color: #0053b9;
	font-size: 22px;
	font-family: 'Plus Jakarta Sans',sans-serif;
	font-weight: 700;
	line-height: 136%;
	color: #FFF;
  padding-bottom:0;
}
.blog-post-subscribe-form form {
	background-color: #0053b9;
	padding: 0 30px 30px 30px;
}
.blog-post-subscribe-form form input[type="email"], .hs-blog-listing .widget-type-custom_widget  input[type="email"] {
	color: hsla(0, 0%, 100%, 0.8);
	height: 48px;
	margin-bottom: 20px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 38px;
	border: 1px none #000;
	border-radius: 8px;
	background-color: hsla(0, 0%, 100%, 0.14);
	background-image: url("https://assets.website-files.com/61d2ba6a3f4963a27330d626/624c293d34c8ca30f3e29b91_email%201.svg");
	background-position: 5% 50%;
	background-size: auto;
	background-repeat: no-repeat;
	color: #fff;
	font-size: 16px;
	font-weight: 500;
  margin-bottom:0;
}
.blog-post-subscribe-form form .hs-form-field {
	margin-bottom: 0;
}
.blog-post-subscribe-form form .hs-button.primary.large{
	width: 100%;
	border-radius: 8px;
	background-color: #f6e979;
	background-image: url("https://assets.website-files.com/61d2ba6a3f4963a27330d626/61e6c2d35ad6592ac9508dda_Vector.svg");
	background-position: 80% 50%;
	background-size: auto;
	background-repeat: no-repeat;
	-webkit-transition: background-position 500ms ease;
	transition: background-position 500ms ease;
	color: #00000a;
	font-size: 18px;
  padding:15px 0;
}
.hs-blog-listing .widget-type-custom_widget .hs-button.primary.large {
	width: auto;
	border-radius: 8px;
	background-color: #f6e979;
	background-image: url("https://assets.website-files.com/61d2ba6a3f4963a27330d626/61e6c2d35ad6592ac9508dda_Vector.svg");
	background-position: 70% 50%;
	background-size: auto;
	background-repeat: no-repeat;
	-webkit-transition: background-position 500ms ease;
	transition: background-position 500ms ease;
	color: #00000a;
	font-size: 18px;
	padding: 15px 20px 15px 20px;
}
.hs-blog-listing  .hs-search-field .hs-search-field__input {
    background: #FFFFFF;
    border: 1px solid #C6C6C6;
    box-sizing: border-box;
    border-radius: 8px;
    height: 49px;
    color: #002037;
}

.blog-listing__post-content .blog-listing__post-tag {
	letter-spacing: 4px;
}


footer .hs_email.hs-email {
    float: left;
    width: 307px;
}

footer .hs_submit.hs-submit {
    float: left;
    width: 125px;
    position: relative;
    margin-left: 2%;
    top: 18px;
}
footer .social-follow__icon:hover, footer .social-follow__icon:focus{ background:transparent !important; }
footer form {
    float: left;
    width: 100%;
    padding: 0 !important;
    margin: 0 !important;
}


footer.footer h5 {
	font-style: normal;
	font-weight: bold;
	font-size: 20px;
	line-height: 26px;
	letter-spacing: -0.01em;
	margin-bottom: 15px;
}

footer.footer .footer-row-0-background-color .span2:nth-child(1) {
    position: relative;
    max-width: 340px;
    width:100%;
}

footer.footer ul[role="menu"] li a {
	font-family: 'Plus Jakarta Sans',sans-serif !important;
	font-style: normal;
	font-weight: 400;
	font-size: 16px;

	letter-spacing: -0.01em;
	color: #556987;
  line-height:normal;
	margin: 20px 0px;
	display: block;
	margin: 0;
	padding: 10px 0;
}
footer.footer h3.form-title {
    padding-left: 0 !important;
}


.blog-post__body h2 {
	font-size: 32px;
	font-weight: bolder;
	line-height: 131%;
	color: #00000a;
	font-family: Inter, sans-serif;
}

a:hover {
    font-family: Inter, sans-serif;
    font-style: normal;
    font-weight: normal;
    text-decoration: none;
    color: #0053B9;
}
.blog-post__body a:hover {    text-decoration: underline; }
.blog-post__body a.hs-button:hover {    text-decoration: none; }


.blog-post__body p {
	color: #000;
	font-size: 16px;
	line-height: 156%;
	margin-bottom: 30px;
}
.blog-post__body h3 {
	font-family: Inter,sans-serif;
	color: #00000a;
	font-size: 32px;
	font-weight: 700;
	margin-bottom: 30px;
}
.header-style-light a.header__menu-link {
	color: #FFF !important;
}
.header-style-light a.header__menu-link:hover {
	color: #000 !important;
}
.header-style-light ul li .header__menu-child-toggle svg {
	fill: #FFF !important;
}


.header-style-light ul li ul li a.header__menu-link {
	color: #000 !important;
}
.header-style-light .header__button.button {
	background-color: #FFF !important;
	color: #000 !important;
}
.header-style-light ul li ul li a, .header-style-dark ul li ul li a {
  font-weight:bold;
}
.header-style-light ul li ul li a:hover, .header-style-dark ul li ul li a:hover {
	color: #0053b9 !important;
}


.blog-post-section .blog-listing__heading {
	text-align: left;
	font-weight: bold;
	font-size: 30px;
}
.blog-post-section .content-wrapper {
	width: 100%;
}
.header__logo-image.logo_light {	display: none; }
.header-style-light .header__logo-image.logo_dark {	display: none; }
.header-style-light .header__logo-image.logo_light {	display: block !important; }

.hs-blog-listing .hs-search-field form {
	background: transparent;
}

.hs-blog-listing .hs-search-field button {
    text-align: center;
    line-height: 30px;
    color: #C6C6C6 !important;
    background-color: transparent;
}
.hs-blog-listing form > label {
    font-style: normal;
    font-weight: bolder;
    font-size: 16px;
    line-height: 47px;
    display: block;
    align-items: center;
    text-transform: uppercase;
    color: #000000;
}
.hs-blog-listing  .hs-search-field button {
    position: absolute;
    right: 8px;
    top: 38px;
    padding: 0;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 50px;
    border-radius: 8px;
}
.widget-type-form form {
	background-color: transparent !important;
	padding: 0 10px 10px 10px;
}

html .pagination__link--number {
    padding: 0.50rem 1.25rem;
    border-radius: 4px;
    border: 1px solid #0053B9;
}
html .pagination__link--active, html .pagination__link--number:hover{
    border-style: solid;
    border-width: 1px;
    background-color: #0053B9;
    color: #FFF !important;
}


.hs-blog-listing .hs-search-field form button span {
	width: 100% !important;
}
.author-info {
    padding: 30px 0px;
    border-top: 1px solid rgba(0, 0, 10, 0.1);
    border-bottom: 1px solid rgba(0, 0, 10, 0.1);
    max-width: 793px;
    margin: 0 auto;
    border: 1px solid #E5E7EB;
    padding: 30px 40px;
    margin-bottom: 50px;
    margin-top: 50px;
    border-radius: 24px;
}
html .blog-post__author{ margin-bottom: 0; }
.author-info .blog-post-author-image {
	width: 350px;
	padding-right: 40px;
}
.author-info .blog-post-author-image .blog-post__author-image {
	width: 100% !important;
}
.author-info .blog-post-author-name-bio {
	width: 140%;
}
.author-info .blog-post-author-name-bio .blog-post__author-name {
    margin-bottom: 20px;
    font-size: 24px;
    line-height: 136%;
    display: block;
    font-weight: 700;
}
.blog-post__body h4 {
	font-size: 20px;
	line-height: 120%;
	margin-bottom: 30px;
	font-family: Inter,sans-serif;
	color: #000;
	font-weight: 700;
}


.cta-section---blog {
	position: relative;
	background-color: #002037;
}
.wrapper-1240px.cta {
	width: 90%;
}
.cta-left-wrapper {
	position: relative;
	width: 32%;
	height: 393px;
	max-width: 332px;
}
.cta-right-wrapper {
	position: relative;
	width: 30%;
	height: 423px;
	max-width: 332px;
}
.cta-container {
	height: 215px;
}
.wrapper-1240px {
	position: relative;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	width: 85%;
	max-width: 1240px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 100px;
	padding-bottom: 100px;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}
.cta-container {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	max-width: 660px;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	text-align: center;
}
.h2-heading-white {
	display: block;
	margin-bottom: 24px;
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
	color: #fff;
	font-size: 50px;
}
.body-18px-regular {
	font-size: 18px;
	line-height: 28px;
}
.body-18px-regular.white-text-opacity-75 {
	color: hsla(0, 0%, 100%, 0.75);
}


.blue-button {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	padding: 17px 40px;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	border-radius: 8px;
	background-color: #0053b9;
	-webkit-transition: all 200ms ease;
	transition: all 200ms ease;
	color: #fff;
	font-size: 22px;
	line-height: 32px;
	font-weight: 700;
	text-decoration: none;
}
.body-22px-bold {
	font-size: 22px;
	line-height: 32px;
	font-weight: 700;
}

.cta-logo-wrapper img{ width:100%; }
.cta-logo-wrapper {
	border-radius: 50%;
}
.cta-logo-wrapper._1 {
	position: absolute;
	left: 35%;
	top: 40%;
	right: auto;
	bottom: auto;
	width: 86px;
	height: 86px;
	box-shadow: 0 20px 54px 0 rgba(102, 113, 228, 0.4);
}
.cta-logo-wrapper._2 {
	position: absolute;
	left: 0%;
	top: 65%;
	right: auto;
	bottom: auto;
	width: 40px;
	height: 40px;
}
.cta-logo-wrapper._3 {
	position: absolute;
	left: auto;
	top: auto;
	right: 20%;
	bottom: 10%;
	width: 40px;
	height: 40px;
}
.cta-logo-wrapper._5 {
	position: absolute;
	left: 10%;
	top: 15%;
	right: auto;
	bottom: auto;
	width: 50px;
	height: 50px;
}
.cta-logo-wrapper._6 {
	position: absolute;
	left: auto;
	top: 58%;
	right: 0%;
	bottom: auto;
	width: 34px;
	height: 34px;
}
.cta-logo-wrapper._7 {
	position: absolute;
	left: auto;
	top: 0%;
	right: 0%;
	bottom: auto;
	width: 63px;
	height: 63px;
}
.cta-logo-wrapper._4 {
	position: absolute;
	left: 11%;
	top: auto;
	right: auto;
	bottom: 0%;
	width: 40px;
	height: 40px;
	box-shadow: 0 20px 54px 0 rgba(102, 113, 228, 0.4);
}
.cta-logo-wrapper._8 {
	position: absolute;
	left: 12%;
	top: 23%;
	right: auto;
	bottom: auto;
	width: 66px;
	height: 66px;
	box-shadow: 0 23px 104px 0 rgba(0, 0, 10, 0.2);
}
.cta-logo-wrapper._9 {
	position: absolute;
	left: 0%;
	top: 60%;
	right: auto;
	bottom: auto;
	width: 36px;
	height: 36px;
}
.cta-logo-wrapper._10 {
	position: absolute;
	left: 40%;
	top: 40%;
	right: auto;
	bottom: auto;
	width: 86px;
	height: 86px;
	box-shadow: -14px 14px 74px 0 rgba(254, 179, 199, 0.68);
}
.cta-logo-wrapper._11 {
	position: absolute;
	left: 20%;
	top: auto;
	right: auto;
	bottom: 15%;
	width: 40px;
	height: 40px;
}
.cta-logo-wrapper._12 {
	position: absolute;
	left: 60%;
	top: auto;
	right: auto;
	bottom: 0%;
	width: 68px;
	height: 68px;
	box-shadow: 0 20px 54px 0 rgba(0, 0, 10, 0.2);
}
.cta-logo-wrapper._13 {
	position: absolute;
	left: auto;
	top: 35%;
	right: -5%;
	bottom: auto;
	width: 42px;
	height: 42px;
	box-shadow: 0 20px 54px 0 rgba(102, 113, 228, 0.54);
}
.cta-logo-wrapper._14 {
	position: absolute;
	left: 50%;
	top: 5%;
	right: auto;
	bottom: auto;
	width: 46px;
	height: 46px;
}
.cta-logo-wrapper._15 {
	position: absolute;
	left: 10%;
	top: 0%;
	right: auto;
	bottom: auto;
	width: 23px;
	height: 23px;
	box-shadow: 0 20px 54px 0 rgba(102, 113, 228, 0.54);
}
.blog-post__tags {
    margin-bottom: 11px;
}
.blog-post-with-image .blog-post__tag-link {
    text-transform: none;
    font-size: 16px;
    font-weight: bold;
    text-decoration: bisque;
    color: #090F1D;
    text-decoration: underline;
}
span.published_date {
    font-size: 16px;
    font-weight: 600;
    margin-left: 20px;
}
span.blog-post__tags_span {
    box-shadow: 0px 2px 6px 0px #4A4A520F;
    padding: 7px 14px;
    border: 1px solid #E5E7EB;
    border-radius: 6px;
}
.blog-header-section h1 {
	font-weight: 900;
	width: 70%;
	margin: 0 auto;
	font-size: 35px;
}
.blog-post-featured-image img {
	max-width: 1240px;
	width: 1240px;
	object-fit: cover;
	height: 100%;
}
html #hs_cos_wrapper_social_sharing .social-sharing {
    justify-content: left;
    padding-left: 20px;
    padding-bottom: 20px;
}

#hs_cos_wrapper_social_sharing .social-sharing__icon {
    background-color: rgba(255,255,255,1.0);
    border-radius: 100px;
    padding: 0;
}

.button-left-arrow {
	margin-top: 2px;
	margin-left: 10px;
}
.button-container.margin-top-48px {
	margin-top: 48px;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}


.hs-blog-id-104957928268 .dnd_area-row-0-background-image{ background-color:#FFF; }
.hs-blog-id-104957928268 span.reading_minutes_featured {
    top: 0;
    left: 0;
}
.hs-blog-id-104957928268 .blog-listing__post-author {
    display: none;
}
.hs-blog-id-104957928268 .blog-post-details {
    padding-top: 40px;
}