







/* 1a. Containers */





/* 1b. Breakpoints */







/* 1c. Colors */









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

@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: 80px 20px;
}

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





html {
  font-size: 16px;
}

body {
  font-family: 'Nunito Sans', sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  background-color: #FFFFFF;
  color: #00326D;
  font-size: 16px;
}

/* Paragraphs */

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

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

/* Anchors */

a {
  font-family: 'Nunito Sans', sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #00C6AB;
}

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

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

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

/* Headings */

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Nunito Sans', sans-serif; font-style: normal; font-weight: 800; text-decoration: none;
  color: #00326D;
  text-transform: none;
}



  h1 {
    font-family: 'Nunito Sans', sans-serif; font-style: normal; font-weight: 800; text-decoration: none;
    color: #00326D;
    font-size: 62px;
    letter-spacing: 0px;
    text-transform: none;
  }

  h2 {
    font-family: 'Nunito Sans', sans-serif; font-style: normal; font-weight: 800; text-decoration: none;
    color: #00326D;
    font-size: 42px;
    letter-spacing: 0px;
    text-transform: none;
  }

  h3 {
    font-family: 'Nunito Sans', sans-serif; font-style: normal; font-weight: 800; text-decoration: none;
    color: #00326D;
    font-size: 32px;
    letter-spacing: 0px;
    text-transform: none;
  }

  h4 {
    font-family: 'Nunito Sans', sans-serif; font-style: normal; font-weight: 300; text-decoration: none;
    color: #00326D;
    font-size: 20px;
    letter-spacing: 1.18px;
    text-transform: none;
  }

  h5 {
    font-family: 'Nunito Sans', sans-serif; font-style: normal; font-weight: 800; text-decoration: none;
    color: #00326D;
    font-size: 20px;
    letter-spacing: 1.18px;
    text-transform: none;
  }

  h6 {
    font-family: 'Nunito Sans', sans-serif; font-style: normal; font-weight: 800; text-decoration: none;
    color: #00326D;
    font-size: 18px;
    letter-spacing: 1.06px;
    text-transform: none;
  }



/* Lists */

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

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

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

/* Blockquote */

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

/* Horizontal Rules */

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





/* Primary Button */

button,
.button {
  font-family: 'Nunito Sans', sans-serif; font-style: normal; font-weight: 800; text-decoration: none;
  background-color: 

  
  
    
  


  rgba(0, 198, 171, 1.0)

;
  border: 1px solid #00C6AB;
  border-radius: 50px;
  color: #FFFFFF;
  fill: #FFFFFF;
  font-size: 16px;
  padding: 12px 44px;
  text-transform: none;
}

button:hover,
button:focus,
.button:hover,
.button:focus,
button:active,
.button:active {
  font-family: 'Nunito Sans', sans-serif; font-style: normal; font-weight: 800; text-decoration: none;
  background-color: 

  
  
    
  


  rgba(0, 158, 131, 1.0)

;
  border: 1px solid #009E83;
  color: #FFFFFF;
}

button:active,
.button:active {
  font-family: 'Nunito Sans', sans-serif; font-style: normal; font-weight: 800; text-decoration: none;
  background-color: rgba(80, 238, 211, 100);
  border: 1px solid #009E83;
  border-color: #50eed3;
  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: 'Nunito Sans', sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 0.0)

;
  border: 1px solid #00C6AB;
  border-radius: 50px;
  color: #00C6AB;
  fill: #00C6AB;
  padding: 12px 44px;
  text-transform: none;
}

.button.button--secondary:hover,
.button.button--secondary:focus,
.button.button--secondary:active {
  font-family: 'Nunito Sans', sans-serif; font-style: normal; font-weight: 800; text-decoration: none;
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 0.0)

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

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

/* Simple Button */

.button.button--simple {
  font-family: 'Nunito Sans', sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #00C6AB;
  fill: #00C6AB;
  text-transform: uppercase;
}



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



.button.button--simple:hover,
.button.button--simple:focus {
  font-family: 'Nunito Sans', 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: 'Nunito Sans', 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: 12px 44px;
}


  /* Search button */
  .hs-search-field__button {
    margin-left: 6px;
    margin-bottom: 0;
  }

  .hs-search-field__bar > form > .hs-search-field__input {
    padding: 10px;
  }






form {
  background-color: 

  
  
    
  


  rgba(0, 50, 109, 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: 'Nunito Sans', sans-serif; font-style: normal; font-weight: 800; text-decoration: none;
  background-color: 

  
  
    
  


  rgba(0, 50, 109, 1.0)

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

/* Labels */

.hs-form-field > label,
.hs-form-field > label span,
#hs-subscriptions-unsubscribe-survey label {
  font-family: 'Nunito Sans', 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,
#hs-subscriptions-unsubscribe-survey legend {
  font-family: 'Nunito Sans', 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: 'Nunito Sans', 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: #00326D;
  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: #00C6AB;
}

::-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: 'Nunito Sans', 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(0, 50, 109, 1.0)

;
  color: #FFFFFF;
}

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

.hs-datepicker .is-selected button.pika-button {
  background-color: #FFF9E3;
  color: #00326D;
}

.hs-datepicker button.pika-button:hover {
  background-color: #00C6AB !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: 'Nunito Sans', 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: 'Nunito Sans', 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,
  form .hs-subscriptions-primary-button {
    font-family: 'Nunito Sans', sans-serif; font-style: normal; font-weight: 800; text-decoration: none;
    background-color: 

  
  
    
  


  rgba(0, 198, 171, 1.0)

;
    border: 1px solid #00C6AB;
    border-radius: 50px;
    color: #FFFFFF;
    fill: #FFFFFF;
    padding: 12px 44px;
    text-transform: none;
  }

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

  
  
    
  


  rgba(0, 158, 131, 1.0)

;
    border: 1px solid #009E83;
    color: #FFFFFF;
  }

  form input[type='submit']:active,
  form .hs-button:active,
  form .hs-subscriptions-primary-button:active {
    font-family: 'Nunito Sans', sans-serif; font-style: normal; font-weight: 800; text-decoration: none;
    background-color: rgba(80, 238, 211, 100);
    border: 1px solid #009E83;
    border-color: #50eed3;
}





  form input[type='submit'],
  form .hs-button,
  form .hs-subscriptions-primary-button {
    font-size: 16px;
    padding: 12px 44px;
  }



/* Inline Thank You Message */

.submitted-message {
  background-color: 

  
  
    
  


  rgba(0, 50, 109, 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: #00326D;
  padding: 15px 15px;
}

thead th,
thead td {
  background-color: 

  
  
    
  


  rgba(0, 50, 109, 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: 1300px;
}

/* Header Content */

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

  
  
    
  


  rgba(0, 50, 109, 1)

;
}

/* Logo */

.header__logo .logo-company-name {
  color: 

  
  
    
  


  rgba(0, 50, 109, 1)

;
}

/* Navigation Menu */

.navigation-primary .menu-item a {
  font-family: 'Nunito Sans', sans-serif; font-style: normal; font-weight: 900; text-decoration: none;
  color: #00326D;
  font-size: 16px;
  text-transform: none;
}

.navigation-primary .menu-item a:hover,
.navigation-primary .menu-item a:focus {
  font-family: 'Nunito Sans', sans-serif; font-style: normal; font-weight: 900; text-decoration: none;
  color: #00326D;
}

.navigation-primary .menu-item a:active {
  font-family: 'Nunito Sans', sans-serif; font-style: normal; font-weight: 900; text-decoration: none;
  color: #00326D;
}

.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: 'Nunito Sans', sans-serif; font-style: normal; font-weight: 900; text-decoration: none;
  background-color: 

  
  
    
  


  rgba(239, 247, 255, 1.0)

;
  color: #00326D;
}

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

  
  
    
  


  rgba(0, 198, 171, 1.0)

;
  color: #00326D;
}


@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: #00326D;
  }

  .navigation-primary .submenu.level-1 .menu-item .menu-link:hover,
  .navigation-primary .submenu.level-1 .menu-item .menu-link:focus {
    font-family: 'Nunito Sans', sans-serif; font-style: normal; font-weight: 900; text-decoration: none;
    background-color: 

  
  
    
  


  rgba(239, 247, 255, 1.0)

;
    color: #00326D;
  }

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

  
  
    
  


  rgba(0, 198, 171, 1.0)

;
    color: #00326D;
  }
}

/* Menu Toggle */

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

/* 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: #00326D;
}

.header__language-switcher-label-current,
.header__language-switcher .lang_list_class li a {
  font-family: 'Nunito Sans', sans-serif; font-style: normal; font-weight: 900; text-decoration: none;
  color: #00326D;
  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: 'Nunito Sans', sans-serif; font-style: normal; font-weight: 900; text-decoration: none;
  color: #00326D;
}

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

  
  
    
  


  rgba(239, 247, 255, 1.0)

;
  color: #00326D;
}

/* 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: #00326D;
}

/* Related Posts Module */

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

  
  
    
  


  rgba(0, 50, 109, 1)

;
}

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

  
  
    
  


  rgba(0, 50, 109, 1)

;
}

/* Social Follow Module */

.header .social-links__icon svg {
  fill: 

  
  
    
  


  rgba(0, 50, 109, 1)

;
}

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

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}

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

  
  
    
  


  rgba(0, 50, 109, 1)

;
}





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

  
  
    
  


  rgba(0, 50, 109, 1.0)

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

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

  
  
    
  


  rgba(255, 255, 255, 1)

;
  color: 

  
  
    
  


  rgba(0, 50, 109, 1)

;
}

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

  
  
    
  


  rgba(0, 50, 109, 1)

;
}

.footer__container {
  max-width: 1300px;
}

.footer__bottom-section {
  border-color: #FFFFFF;
  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: #FFFFFF;
}



  .footer--site-page h4 {
      font-family: 'Nunito Sans', sans-serif; font-style: normal; font-weight: 800; text-decoration: none;
      font-size: 18px;
      letter-spacing: 1.06px;
      text-transform: none;
  }



/* Footer Menu */

.footer .hs-menu-item a {
  font-family: 'Nunito Sans', sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #FFFFFF;
  font-size: 16px;
  text-transform: none;
}

.footer .hs-menu-item a:hover,
.footer .hs-menu-item a:focus {
  font-family: 'Nunito Sans', sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #FFFFFF;
}

.footer .hs-menu-item a:active {
  font-family: 'Nunito Sans', sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #FFFFFF;
}

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

/* 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: #00326D;
}

/* Related Posts Module */

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

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

/* Social Follow Module */

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

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

  
  
    
  


  rgba(0, 50, 109, 1.0)

;
}

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





/* Blog Title */

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

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

.blog-index__post-title a:active {
  color: #5082bd;
}

/* Blog Meta - Author */

.blog-index__post-author-name,
.blog-post__author-name {
  font-family: 'Nunito Sans', sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #00326D;
}

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

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

/* Tags */

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

  
  
    
  


  rgba(255, 249, 227, 0.0)

;
  color: #00C6AB;
}

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

/* Blog Listing */

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

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

/* Blog Pagination */

.blog-pagination__link {
  color: #00C6AB;
}

.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: #00C6AB;
  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: 'Nunito Sans', sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
}

/* System Pages - Global */

.hs-search-results__title {
  font-family: 'Nunito Sans', sans-serif; font-style: normal; font-weight: 800; text-decoration: none;
  color: #00326D;
}

.hs-search-results__title:hover {
  font-family: 'Nunito Sans', sans-serif; font-style: normal; font-weight: 800; text-decoration: none;
}

/* Forms in System Pages */

#email-prefs-form h3 {
  font-family: 'Nunito Sans', 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;
}





/* Icon */

body .icon svg {
  fill: #FFF9E3;
}

/* Pricing Table */

body .price-block__header {
  background-color: #FFF9E3;
}

body .billing-selectors__pricing-option input[type='radio']:checked + label:before {
  border-color: #FFF9E3;
}

/* Image Module */

img {
  max-width: 100%;
}

/* Social Follow */

body .social-links__icon svg {
  fill: #00326D;
}

body .social-links__icon:hover svg {
  fill: #00326D;
}

body .social-links__icon:hover {
  background-color: transparent;
}

/* Statististic */

body .statistic__circle {
  background-color: #d0d0d0;
}

body .statistic__info {
  color: #00326D;
}

body .statistic__bar,
body .statistic__fill,
body .statistic__fill {
  border-color: #FFF9E3;
}

body .statistic__circle:after {
  background-color: #FFFFFF
}

/* Testimonial Slider */

body .tns-nav button {
  background-color: #d0d0d0;
}

body .tns-nav .tns-nav-active {
  background-color: #FFF9E3;
}

:root{
    --bg:#1B1F3B; --tabbar:#b54872; --tab-pill:#f7e9ee; --tab-text:#2a2230;
    --tab-muted:#f7e9ee; --card:#f7e0ea; --card-text:#151c2a;
    --shadow:0 6px 18px rgba(0,0,0,.08); --r-lg:16px; --r-pill:999px;
  }
  body{margin:0;background:var(--bg);color:var(--card-text);font-family:ui-serif,Georgia,serif}



  /* hide radios */
  .tabs input{position:absolute;opacity:0;pointer-events:none}

  /* tab bar */
  .tabbar{display:flex;gap:.75rem;padding:1.25rem;background:var(--tabbar)}
  .tabbar label{
    padding:.6rem 1rem;border-radius:var(--r-pill);cursor:pointer;
    color:var(--tab-muted);font:600 14px/1.2 ui-sans-serif,system-ui;
    letter-spacing:.02em;user-select:none
  }

.tabbar {
  display: flex;
  gap: .75rem;
  padding: 1.25rem;
  background: var(--tabbar);
  justify-content: center; /* ⬅ centers the tabs */
}

  /* active pill */
  #t1:checked ~ .tabbar label[for=t1],
  #t2:checked ~ .tabbar label[for=t2],
  #t3:checked ~ .tabbar label[for=t3]{
    background:var(--tab-pill);color:var(--tab-text);box-shadow:var(--shadow)
  }

  /* panels */
  .panels{padding:1.25rem 1.25rem 2rem}
  .panel{display:none}
  #t1:checked ~ .panels #p1,
  #t2:checked ~ .panels #p2,
  #t3:checked ~ .panels #p3{display:block}

  /* card grid */
  .grid{display:grid;gap:1.25rem}
  @media(min-width:800px){.grid{grid-template-columns:repeat(3,minmax(0,1fr))}}
  .card{background:var(--card);border-radius:var(--r-lg);box-shadow:var(--shadow);
        padding:1.25rem 1.25rem 1.5rem;min-height:160px}
  .chip{font:700 12px/1 ui-sans-serif,system-ui;text-transform:uppercase;
        letter-spacing:.06em;opacity:.8;margin-bottom:.75rem}
  .card h3{margin:0;font-size:clamp(20px,2.2vw,28px);line-height:1.25}


.kicker {
text-transform: uppercase;
  font-size:16px;
  color: #B64775;
  font-family: Roboto, sans-serif;
}

.magentamode
{color: #FFD8E4 !important;}

.btn-wrapper {
 display: flex;
  justify-content: flex-end; /* pushes .btn-arrow to right */
  padding: 20px;
}


.btn-arrow {
    display: flex;
    flex-direction: column;
    gap: 20px;
    width: 350px; /* adjust to match design */

  
  }

.btn-arrow-box {
    display: flex;
    flex-direction: column;
    gap: 20px;
    

  
  }

  .btn-inkwell {
    background: #1B1F3B; /* dark navy */
    color: white;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 18px;
    padding: 18px 24px;
    border: none;
    border-radius: 12px;
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    cursor: pointer;
    transition: background 0.3s ease;
    text-decoration: none;
    
  }

  .btn-inkwell:hover {
    background: #7F3252; /* slightly lighter navy on hover */
  }

  .btn-inkwell-box {
    background: #B64775; /* dark navy */
    color: white;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 16px;
    padding: 18px 24px;
    border: none;
    border-radius: 12px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    transition: background 0.3s ease;
    margin-top:20px;
   
  }

  .btn-inkwell-box:hover {
    background: #7F3252; /* slightly lighter navy on hover */
  }


.btn-inkwell .btn-text {
  display: flex;
  align-items: center;    /* centers text vertically inside */
}

.btn-inkwell img {
  width: 24px;
  height: 24px;
  align-self: center;     /* override stretch so it stays centered */
  display: block;
}

.widget-span.cell_1756982487398-padding, .widget-span.cell_1756982497269-padding {margin-left:30px;}






.cell_17569818951234-background-layers, .cell_1756982487398-background-layers, .cell_1756982497269-background-layers {
  border-radius:16px;
}

  .btn-inkwell img {
    height: 20px;  /* adjust arrow size */
    width: auto;
  }


.scribble-list, .scribble-list2 {
    list-style:none;
    padding:0;
    margin:0;
    max-width: 720px;
  }

li.scribble-item::before, li.scribble-item2::before { display: none; padding-left: 0; }


  .scribble-item {
    position:relative;
    padding: 10px 18px 18px 0; /* space for arrow */
    margin: 10px 0;
  }

/* underline */
.scribble-item::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 20px; /* adjust to the image height */
  background-image: url("https://23829299.fs1.hubspotusercontent-na1.net/hubfs/23829299/scribbleline.svg");
  background-repeat: no-repeat; /* prevents tiling */
  background-size: contain;     /* scales image proportionally */
  background-position: center bottom; /* positions underline neatly */
}

.scribble-link {
  display: flex !important;
  align-items: center;
  width: 100% !important;          /* <-- make the row fill the li */
  text-decoration: none;
  color: inherit;
  gap: 16px;
  /* remove space-between; margin-left:auto will handle the push */
}



  .scribble-title {
    font-family: Roboto, sans-serif;
    font-weight:300;
    font-size: 18px;
    line-height:1.2;
    text-transform: uppercase;
    flex: 1 1 auto;  
    min-width: 0;  
  }



  .scribble-arrow {
    flex:0 0 auto;
    height:20px;   /* adjust arrow size */
    width:auto;
    color:#B64775 !important;
    margin-left: auto; 
  }



  .scribble-link:hover .scribble-title{
    opacity:.85;
  }

:root {
  --hsacc-panel: #151a2f;
  --hsacc-panel-2:#0c1022;
  --hsacc-ink: #e7e9f5;
  --hsacc-muted:#adb3c8;
  --hsacc-accent:#cf5c86;
  --hsacc-accent-2:#7b6dff;
  --hsacc-lavender:#d7d2e6;
  --hsacc-lavender-ink:#1f1b2e;
  --hsacc-radius: 20px;
}


.hsacc-wrap {
  display: grid;
  gap: 18px;
  max-width: 1100px;
  margin: 0 auto;
  font-family: Inter, Arial, sans-serif;
  color: var(--hsacc-ink);
}

/* Panel shell */
.hsacc-panel {
  background: var(--hsacc-panel);
  border-radius: var(--hsacc-radius);
  overflow: hidden;
}
.hsacc-panel summary {
  list-style: none;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 22px 26px;
  font-size: 28px;
  font-weight: 600;
}
.hsacc-panel summary::-webkit-details-marker { display: none; }
.hsacc-panel:not([open]) summary {
  background: var(--hsacc-panel-2);
}

/* Title styles */
.hsacc-label {
  display: flex;
  flex-wrap: wrap;
  gap: .6rem;
}
.hsacc-kicker { font-weight: 700; }
.hsacc-pink { color: var(--hsacc-accent); }
.hsacc-purple { color: var(--hsacc-accent-2); }

/* Chevron */
.hsacc-chev {
  width: 14px;
  height: 14px;
  border-right: 2px solid var(--hsacc-ink);
  border-bottom: 2px solid var(--hsacc-ink);
  transform: rotate(45deg);
  transition: transform .25s ease;
}
.hsacc-panel[open] .hsacc-chev { transform: rotate(-135deg); }

/* Expanded content */
.hsacc-content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  padding: 0 26px 26px;
}
@media (max-width: 900px) {
  .hsacc-content { grid-template-columns: 1fr; }
}
.hsacc-lead {
  color: var(--hsacc-muted);
  margin: 16px 0;
  font-size: 18px;
}
.hsacc-btn {
  display: inline-block;
  background: var(--hsacc-accent);
  color: #fff;
  padding: 12px 20px;
  border-radius: 8px;
  font-weight: 700;
  text-decoration: none;
}

/* Right side card */
.hsacc-note-card {
  background: var(--hsacc-lavender);
  color: var(--hsacc-lavender-ink);
  border-radius: 14px;
  padding: 18px;
}
.hsacc-note-card ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.hsacc-note-card li {
  margin-bottom: 12px;
  font-size: 16px;
  line-height: 1.5;
}

#widget_1765374182755.accordion_features_section.layout_one .accordion_inner_section::before, 
.accordion_features_section.layout_one .accordion_inner_section::after { background:none;
}

#playbook_box.accordion_features_section.accordion_wrapper {max-width:1400px;}

#widget_1765374182755.accordion_features_section.layout_one .image-box img {padding-left:20px !important;}

#widget_1765374182755.accordion_features_section.layout_one .row {
    flex-direction: row-reverse !important;
  }

#widget_1765374182755.accordion_features_section.layout_one hr {display:none;}

.accordion_features_section .accordion_wrapper {padding:0px;}

.tabs h3 {font-weight:500;}

.cell_17575277478715-background-layers {border-radius:30px;}
#hs_cos_wrapper_widget_1757527776673 input[type="text"], #hs_cos_wrapper_widget_1757527776673 input[type="email"], #hs_cos_wrapper_widget_1757527776673 select {border-radius:8px}

.card a:hover, .scribble-link:hover {color:#7F3252 !important;}

.card h3 {font-family: Georgia, Palatino, Times, 'Times New Roman', serif;}

.accordion_features_section.layout_one .accordion-content.open { height: auto; max-height: none;}



.scribble-container2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  
  max-width: 1200px;  /* make container wider overall */
  margin: 0 auto;     /* center it */
  align-items: start; /* keeps arrows aligned by row height */
  font-family: 'Roboto', sans-serif;
  margin-top:35px;
}




.scribble-container2 .scribble-item2::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 12px; /* line height — adjust if needed */
  background-image: url("https://21149294.fs1.hubspotusercontent-na1.net/hubfs/21149294/scribbleline.svg");
  background-repeat: no-repeat;
  background-size: 100% auto; /* ✅ makes the line stretch full width */
  background-position: left bottom; /* ✅ start the line from left edge */
}


.scribble-list2 > li {
  margin-left: 0 !important;
}

/* kill the UL left padding so text + line start at the same x */
.scribble-container2 .scribble-list2 {
  list-style: none;
  position: relative;
  padding: 0;   /* <-- this is the key fix */
  margin: 0;
}

.scribble-container2 .scribble-title {
    font-size: 16px !important;
}

#hs_cos_wrapper_widget_1756981970504 h4, #hs_cos_wrapper_module_17569824873984 h4  {
  letter-spacing:0 !important;}


.scribble-container2 .scribble-item2::after {
  content: "";
  position: absolute;
  left: 0;
  right: 2.25rem; /* leaves space for arrow */
  bottom: 0.1rem; /* keeps line close but not touching text */
  height: 10px;
  background: url("https://21149294.fs1.hubspotusercontent-na1.net/hubfs/21149294/scribbleline.svg") no-repeat left bottom;
  background-size: 100% 100%;
}


/* room on the right for the arrow, no left padding */
.scribble-container2 .scribble-item2 {
  position: relative;
  padding: 0 2.25rem 1.5rem 0; /* right = arrow space, bottom = space for line */
}

/* line sits under the text, starts at the same left edge */
.scribble-container2 .scribble-item2::after {
  content: "";
  position: absolute;
  left: 0;                 /* aligns with text start */
  right: 2.25rem;          /* stops before arrow */
  bottom: 0.1rem;          /* nudge as needed */
  height: 10px;
  background: url("https://21149294.fs1.hubspotusercontent-na1.net/hubfs/21149294/scribbleline.svg") no-repeat left bottom;
  background-size: 100% 100%;
}

/* keep link layout tidy (optional) */
.scribble-container2 .scribble-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}

.hsForm_61702a81-f2fa-43fb-91f0-6b618c6c244d {
  background-color: transparent !important;
  border: none !important;
  border-radius: 0 !important;
  padding: 0 !important;
}




@media (max-width: 767px){
.widget-span.cell_1756982487398-padding, .widget-span.cell_1756982497269-padding {margin-left:0;}
  
  .site-footer-module-2-padding > #hs_cos_wrapper_site-footer-module-2 {text-align:center;}

  
  #hs_cos_wrapper_widget_1757339761811_ > p {text-align:center !important;}

 .btn-wrapper {
    justify-content: flex-end;
   padding:0px;
  }
  
    .btn-arrow {
    width: 100%;       /* stretch to full container */
    max-width: 100%;   /* prevent overflow */
  }
  
    .scribble-container2 {
    grid-template-columns: 1fr;

}
  
  #hs_cos_wrapper_module_176131611695810 {
    padding-left:0px !IMPORTANT;
   PADDING-top:50px !IMPORTANT;
  }
  
   #hs_cos_wrapper_module_176131611695810 IMG {
     WIDTH:500PX;
}