







/* 1a. Containers */




/* 1b. Colors */




/* 1c. Typography */


























/* 1d. Buttons */













/* 1e. Forms */









































/* 1f. Tables */













/* 1g. Website header */








/* 1h. Website footer */








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

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

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





html {
  font-size: 24px;
}

body {
  font-family: Lato, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #fff;
  font-size: 24px;
}

/* Paragraphs */

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

/* Anchors */

a {
  font-weight: normal; text-decoration: underline; font-family: Lato, sans-serif; font-style: normal;
  color: #0270E0;
}

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

a:active {
  font-weight: normal; text-decoration: underline; font-family: Lato, sans-serif; font-style: normal;
  color: #2a98ff;
}

/* Headings */

h1,
.h1 {
  font-weight: 700; text-decoration: none; font-family: Merriweather, serif; font-style: normal;
  color: #fff;
  font-size: 50px;
  text-transform: none;
}

h2,
.h2 {
  font-weight: 700; text-decoration: none; font-family: Merriweather, serif; font-style: normal;
  color: #fff;
  font-size: 38px;
  text-transform: none;
}

h3,
.h3 {
  font-weight: 700; text-decoration: none; font-family: Merriweather, serif; font-style: normal;
  color: #fff;
  font-size: 30px;
  text-transform: none;
}

h4,
.h4 {
  font-weight: normal; text-decoration: none; font-family: Merriweather, serif; font-style: normal;
  color: #fff;
  font-size: 24px;
  text-transform: none;
}

h5,
.h5 {
  font-weight: normal; text-decoration: none; font-family: Merriweather, serif; font-style: normal;
  color: #fff;
  font-size: 16px;
  text-transform: none;
}

h6,
.h6 {
  font-weight: normal; text-decoration: none; font-family: Merriweather, serif; font-style: normal;
  color: #fff;
  font-size: 14px;
  text-transform: none;
}

/* Blockquote */

blockquote {
  border-left-color: #059669;
}





button,
.button,
.hs-button,
.hs-blog-post-listing__post-button {
  border: 1px solid #ffffff;

  padding-top: 15px;
padding-right: 53px;
padding-bottom: 15px;
padding-left: 53px;

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

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  border-radius: 6px;
  color: #FFFFFF;
  font-size: 22px;
  text-transform: none;
}

button:hover,
button:focus,
.button:hover,
.button:focus,
.hs-button:hover,
.hs-button:focus,
.hs-blog-post-listing__post-button:hover,
.hs-blog-post-listing__post-button:focus {
  border: 1px solid #1a334e;
;
  color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  background-color: 

  
  
    
  


  rgba(26, 51, 78, 1.0)

;
  border-radius: 6px;
}

button:active,
.button:active,
.hs-button:active,
.hs-blog-post-listing__post-button:active {
  font-family: Lato, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  background-color: rgba(255, 255, 255, 1.0);
  border-color: #ffffff;
}





form,
.submitted-message {
  font-family: Lato, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  border: 1px none #059669;
;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
  background-color: 

  
  
    
  


  rgba(5, 150, 105, 1.0)

;
  padding: 0px;
;
}

/* Form title */

.form-title {
  border: 1px none #059669;
;
  padding-top: 0px;
padding-right: 0px;
padding-bottom: 30px;
padding-left: 0px;
;
  font-family: Merriweather; font-style: normal; font-weight: 700; text-decoration: none;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
  font-size: 30px;
  color: #fff;
  background-color: 

  
  
    
  


  rgba(5, 150, 105, 1.0)

;
}


/* Labels */

form label {
  color: #fff;
}

/* Help text */

form legend {
  color: #fff;
}

/* Inputs */

form input[type=text],
form input[type=search],
form input[type=email],
form input[type=password],
form input[type=tel],
form input[type=number],
form input[type=file],
form select,
form textarea {
  border: 2px solid #D1D6DC;

  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  color: #fff;
  border-radius: 3px;
}

/* Form placeholder text */

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

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

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

::placeholder {
  color: #fff;
}

/* Inputs - date picker */

.hs-fieldtype-date .input .hs-dateinput:before {
  color: #fff;
}

.fn-date-picker td.is-selected .pika-button {
  background: #fff;
}

.fn-date-picker td .pika-button:hover {
  background-color: #fff !important;
}

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

/* Submit button */

form input[type=submit],
form .hs-button {
  border: 1px none #ffffff;
;
  padding-top: 15px;
padding-right: 53px;
padding-bottom: 15px;
padding-left: 53px;
;
  font-family: Lato, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #FFFFFF;
  font-size: 22px;
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  border-radius: 6px;
  text-transform: none;
}

form input[type=submit]:hover,
form input[type=submit]:focus,
form .hs-button:hover,
form .hs-button:focus {
  background-color: 

  
  
    
  


  rgba(26, 51, 78, 1.0)

;
  color: #ffffff;
  border: 1px none #1a334e;
;
}

form input[type=submit]:active,
form .hs-button:active {
  background-color: rgba(255, 255, 255, 1.0);
  border-color: #ffffff;
}





/* Table */

table {
  border: 1px solid #ffffff;

  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}

/* Table cells */

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

  padding: 18px;

  color: #fff;
}

/* Table header */

thead th {
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  color: #FFFFFF;
}

/* Table footer */

tfoot td {
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  color: #fff;
}





.header {
  background-color: 

  
  
    
  


  rgba(5, 150, 105, 1.0)

;
}

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

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

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

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

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

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

.menu .menu__item--depth-1 > .menu__link--active-link:after {
  background-color: #fff;
}

@media (min-width: 767px) {
  .menu .menu__submenu,
  .header__language-switcher .lang_list_class {
    border: 2px solid #ffffff;

    background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  }

  .menu__submenu--level-2 > .menu__item:first-child:before {
    border: 2px solid #ffffff;

    background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  }
}

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

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}

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

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

  
  
    
  


  rgba(5, 150, 105, 1.0)

;
}

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

  
  
    
  


  rgba(5, 150, 105, 1.0)

;
}

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

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

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

  
  
    
  


  rgba(5, 150, 105, 1.0)

;
  }

  .header__navigation-toggle svg,
  .menu-arrow svg {
    fill: #fff;
  }
}





.footer {
  background-color: 

  
  
    
  


  rgba(5, 150, 105, 1.0)

;
}

/* Footer content */

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





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

/* Blog post */

.blog-post__meta a {
  color: unset;
}

.blog-post__tag-link {
  color: unset;
}

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

.blog-post__tag-link:active {
  color: #ffffff;
}

/* Blog related posts */

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

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

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

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

/* Blog comments */

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

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

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

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





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





/* Blog listing */

.hs-blog-post-listing__post-title-link,
.hs-blog-post-listing__post-title-link:hover,
.hs-blog-post-listing__post-title-link:focus,
.hs-blog-post-listing__post-title-link:active {
  font-weight: 700; text-decoration: none; font-family: Merriweather, serif; font-style: normal;
  text-transform: none;
}

.hs-blog-post-listing__post-title-link {
  color: #fff;
}

.hs-blog-post-listing__post-title-link:hover,
.hs-blog-post-listing__post-title-link:focus {
  color: #d7d7d7;
}

.hs-blog-post-listing__post-title-link:active {
  color: #ffffff;
}


.hs-blog-post-listing__post-tag,
.hs-blog-post-listing__post-author-name {
  color: #fff;
}

/* Blog pagination */

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

.hs-pagination__link:hover .hs-pagination__link-text,
.hs-pagination__link:focus .hs-pagination__link-text,
.hs-pagination__link--number:hover,
.hs-pagination__link--number:focus {
  color: #d7d7d7;
}

.hs-pagination__link:active .hs-pagination__link-text,
.hs-pagination__link--number:active {
  color: #ffffff;
}

.hs-pagination__link-icon svg {
  fill: #fff;
}

/* Pricing card */

.card__price {
  font-weight: 700; text-decoration: none; font-family: Merriweather, serif; font-style: normal;
  color: #fff;
  font-size: 30px;
}

.card__body svg {
  fill: #fff;
}

/* Social follow */

.social-links__icon {
  background-color: #fff;
}

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

.social-links__icon:active {
  background-color: #ffffff;
  font-weight: 700; text-decoration: none; font-family: Merriweather, serif; font-style: normal;
  color: #fff;
  font-size: 30px;
}


/**************
Sona 2024 theme
**************/


/* Structure */

html {
  scroll-behavior: smooth;
}

.content-wrapper {
  padding:0 1em;
}

.dnd-section .dnd-column {
    padding: 0 !important;
}

.mobOnly {
  display:none;
}

.jump {
  display: block;
  position: relative;
  top: -87px;
  visibility: hidden;
}

@media (max-width:767px) {
  .mobOnly {
  display:block;
}

.noMob {
  display:none;
}

.jump {
  display: block;
  position: relative;
  top: -64px;
  visibility: hidden;
}
}

/* Typography */


body {
  font-size:16px;
  font-weight:300;
  color:#111827;
  font-family:"Lexend", sans-serif !important;
}

p, h1, h2, h3, h4, h5, li, a, form, .header__column .megamenu-button button {
  font-family:"Lexend", sans-serif !important;
  color:#111827;
}

h1 {
  font-size: 40px;
  font-weight:500;
  margin-bottom:24px;
}

h2 {
  font-size: 32px;
  font-weight:500;
  margin-bottom:24px;
}

h3 {
  font-size: 28px;
  font-weight:400;
  margin-bottom:32px;
}

h4 {
  font-size: 22px;
  font-weight:300;
}

p {
  font-size:16px;
  font-weight:300;
  margin-bottom:24px;
}

p strong {
  font-weight:600;
}

p:last-child, p:last-of-type {
  margin-bottom:0;
}

ul {
  margin-bottom:24px;
}

@media (max-width:767px) {

h1 {
  font-size:32px;
}
  h2 {
    font-size:24px;
  }

  h3 {
    font-size:22px;
    margin-bottom:16px;
  }

  h4 {
    font-size: 20px !important;
  }

}


/* BUTTONS */

.sonaCTA {
  background-color: #000;
    color: #fff;
    text-decoration: none;
    padding: 8px 16px;
    border-radius: 8px;
    display: inline-flex;
    border:1px solid #000;
    gap:12px;
}

.sonaCTA:hover {
  color:#fff;
  text-decoration:none;
}

.sonaCTA svg {
  margin-bottom: 0 !important;
    max-width: 10px;
    min-width:10px;
}

.sonaCTA.transparentCTA {
  border:1px solid #111827;
  background-color:transparent;
  color:#111827;
}

.sonaCTA.greenTransparentCTA {
  border:1px solid #059669;
  background-color:transparent;
  color:#059669;
}

.sonaCTA.greenCTA {

border:1px solid #059669;
color:#fff;
background-color:#059669;
}



.sonaCTA.greenTransparentCTA path {
  fill: #059669;
}

.sonaCTA.transparentCTA path {
  fill: #111827;
}



.sonaCTA.blackCTA path, .sonaCTA.greenCTA path {
  fill: #fff;
}



.sonaCTA.whiteCTA {

border:1px solid #fff;
color:#111827;
background-color:#fff;
}

@media (max-width:400px) {
  .sonaCTA {
    font-size: 14px;
    padding: 8px 12px;
    line-height: normal;
  }
}


/* FORMS */

form {
  background-color:unset;
  margin-top:32px;
}

form label, form legend, form .hs-richtext p {
  color: #111827;
  margin-bottom: 4px;
  font-size: 14px;
  font-weight: 500;
}

form .hs-richtext p {
  font-weight:300;
}

form input[type=email], form input[type=file], form input[type=number], form input[type=password], form input[type=search], form input[type=tel], form input[type=text], form select, form textarea {
  background-color: #f9fafb;
  border:solid 1px #e5e7eb !important;
  color:#111827;
  box-shadow:none !important;
  font-size: 16px;
    padding: 12px 8px;
    margin-bottom:12px;
    border-radius:10px;
}

.hs-error-msgs.inputs-list li {
  margin:0;
}

.hs-error-msgs .hs-error-msg {

    margin-top: 0;
    color: red;
    font-size: 12px;
}

form .hs-form-required {
  display:none;
}

form .hs-form-field {
  margin-bottom:12px;
}


/* HEADER */

header.header {
    background-color: #fff;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 99;
    padding:0 1rem;
}

header.header a:hover, header.header a:focus {
  color:unset;
}


.header__container .header__column {
    margin-top: 16px
}

.header__container.no-nav .header__row-1 {
    justify-content: end
}

.header__logo.header__logo--main {
    margin-right: 48px;
    max-width: 128px
}

#header_container,#header_logo_image,#header_prospect_logo_image {
    transition: .2s
}

.header__logo--main, .header__row-1 {
  padding-top:0;
}

.header__row-1 {
  justify-content: end !important;
}

.header__logo img {
    max-width: 100%
}

.header__column .menu-options {
    align-items: center;
    display: flex;
    justify-content: space-between
}

.header__column {
    flex: 1
}

.header__row-1 {
    justify-content: space-between
}

.dropdown-content-outer-industries,.dropdown-content-outer-product,.dropdown-content-outer-resources,.dropdown-content-outer-support {
    display: none;
    left: 0;
    padding-top: 40px;
    position: absolute;
    width: 100%;
    z-index: 1
}

.dropdown-industries:hover .dropdown-content-outer-industries,.dropdown-product:hover .dropdown-content-outer-product,.dropdown-resources:hover .dropdown-content-outer-resources,.dropdown-support:hover .dropdown-content-outer-support {
    display: block
}

.dropdown-content-inner-industries,.dropdown-content-inner-product,.dropdown-content-inner-resources {
    border-radius: 8px 8px 24px 24px;
    box-shadow: 0 4px 12px 0 rgba(0,0,0,.15)
}

.dropdown-content-wrapper {
    display: flex;
    padding: 0
}

.dropdown-content-wrapper .dropdown-header {
    border-radius: 8px 0 0 24px;
    max-width: 336px
}

.dropdown-content-wrapper .dropdown-main {
    border-radius: 0 8px 24px 0
}

.dropdown-content-wrapper>div {
    flex: 1
}

.dropdown-content-wrapper .dropdown-main {
    background-color: #fff;
    padding: 24px
}

.dropdown-content-wrapper .dropdown-main .dropdown-main-upper-flex {
    display: flex;
    justify-content: space-between;
    margin-bottom: 48px
}

.dropdown-content-wrapper .dropdown-main .dropdown-main-upper-flex a {
    font-size: 14px
}

.dropdown-content-inner-product .dropdown-header {
    background-color: #10b982;
    background-image: url(https://20262390.fs1.hubspotusercontent-na1.net/hubfs/20262390/dot%20green%20lines.webp);
    background-position: 0 75%;
    background-repeat: no-repeat;
    padding: 24px
}

.dropdown-content-inner-industries .dropdown-header {
    background-color: #fee2e1;
    background-image: url(https://20262390.fs1.hubspotusercontent-na1.net/hubfs/20262390/dot%20red%20lines.webp);
    background-position: 100% 50%;
    background-repeat: no-repeat;
    padding: 24px
}

.dropdown-content-inner-product .dropdown-header h2,.dropdown-content-inner-product .dropdown-header p {
    color: #fff
}

.dropdown-content-inner-product .dropdown-header p {
    font-size: 18px
}

.dropdown-content-wrapper h5 {
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 8px;
    text-transform: uppercase;
    transition: all .1s ease-out
}

.dropdown-content-wrapper p {
    font-size: 13px;
    font-weight: 300;
    margin-bottom: 16px
}

.dropdown-main-lower {
    display: grid;
    grid-gap: 24px 88px;
    grid-template-columns: repeat(2,1fr);
    justify-content: start
}

.dropdown-main a:hover h5,.dropdown-split a:hover h5 {
    color: #059669
}

.dropdown-split {
    display: flex
}

.dropdown-split>div {
    flex: 1;
    padding: 24px;
    grid-gap: 24px 88px;
    display: grid;
    grid-template-columns: repeat(1,1fr)
}

.dropdown-split h3 {
    color: #000;
    font-size: 24px;
    margin-bottom: 0;
    text-transform: uppercase
}

.dropdown-split .dropdown-split-l {
    background-color: #fff;
    border-radius: 8px 0 0 24px
}

.dropdown-split .dropdown-split-r {
    background-color: #d0fae4;
    border-radius: 0 8px 24px 0
}

.dropdown-split .dropdown-split-r h3 {
    color: #047857
}

@media (max-width: 990px) {
    .dropdown-content-wrapper .dropdown-header {
        max-width:256px
    }

    .dropdown-content-wrapper .dropdown-main .dropdown-main-upper-flex {
        flex-direction: column
    }

    .dropdown-main-lower {
        grid-gap: 24px 24px
    }

    header .header__container {
        padding: 0;
    }
}

#mob-menu-icon {
    cursor: pointer;
    height: 40px;
    margin-bottom: 0;
    margin-top: 0;
    right: 24px;
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    width: 32px;
    z-index: 105
}

#mob-menu-icon,#mob-menu-icon span {
    position: absolute;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg)
}

#mob-menu-icon span {
    background: #1f2937;
    border-radius: 9px;
    display: block;
    height: 4px;
    left: 0;
    opacity: 1;
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
    width: 100%
}

#mob-menu-icon span:first-child {
    top: 25%
}

#mob-menu-icon span:nth-child(2) {
    top: 50%
}

#mob-menu-icon span:nth-child(3) {
    top: 75%
}

#mob-menu-icon.open span:first-child {
    top: 50%;
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg)
}

#mob-menu-icon.open span:nth-child(2) {
    left: -60px;
    opacity: 0
}

#mob-menu-icon.open span:nth-child(3) {
    top: 50%;
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    transform: rotate(-135deg)
}

#mob-menu {
    align-content: center;
    background-color: #fff;
    display: none;
    height: 100%;
    justify-content: center;
    position: fixed;
    top: 0;
    transition: all 1s ease;
    width: 100%;
    z-index: 100
}

#mob-menu.show {
    display: grid;
    transition: all 1s ease
}

#mob-menu a {
    color: #1f2937;
    display: block;
    font-weight: 600;
    margin-bottom: 16px;
    text-align: center
}

#mob-menu a svg {
    color: #059669;
    margin-top: 5px;
    position: absolute;
    right: 24px
}

#mob-menu .mob-sub-menu a {
    font-size: 18px;
    font-weight: 400
}


.header__container {
    display: flex;
    justify-content: space-between;
    padding: 0;
}

.header__container .header__column {
    margin-top: 0;
}


.header {
  background-color: #ffffff;
}

.header__container.content-wrapper .header__column .menu-options > a:hover, .header__container.content-wrapper .header__column .menu-options > .megamenu-button button:hover, .header__container.content-wrapper .inner-items a:hover h5, .header__container.content-wrapper .inner-mega-core a:hover h5, .header__container.content-wrapper .inner-mega-core a:hover svg, .header__container.content-wrapper .inner-items a:hover svg, {
  color:;
}

.header__container.content-wrapper .sona-button a:hover  {
  color:#fff !important;
}

.header__container.content-wrapper .inner-mega-sub a:hover {
  color:unset !important;
}

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

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

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

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

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

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

.menu .menu__item--depth-1 > .menu__link--active-link:after {
  background-color: #fff;
}

.megamenu {
  padding: 0 24px;
}

@media (min-width: 991px) {
    .mob-tablet-only {
        display:none
    }


}

@media (max-width:990px) {


  header.header {
    padding-top:28px;
    padding-bottom:28px;
  }
}

@media (min-width: 767px) {
  .menu .menu__submenu,
  .header__language-switcher .lang_list_class {
    border: 2px solid #ffffff;

    background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  }

  .menu__submenu--level-2 > .menu__item:first-child:before {
    border: 2px solid #ffffff;

    background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  }
}

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

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}

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

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

  
  
    
  


  rgba(5, 150, 105, 1.0)

;
}

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

  
  
    
  


  rgba(5, 150, 105, 1.0)

;
}

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

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

@media (min-width:768px) {

}

@media(max-width: 767px) {

header.header {
  padding-top:16px;
  padding-bottom:16px;
}


  .header__navigation {
    background-color: 

  
  
    
  


  rgba(5, 150, 105, 1.0)

;
  }

  .header__navigation-toggle svg,
  .menu-arrow svg {
    fill: #fff;
  }
}


header {
  box-shadow: 1px 13px 13px -14px rgb(0 0 0 / 20%);
}

header .menu-item .svg-inline--fa { 
    width: 0.575em;
    height:.7em;
    vertical-align: 0;
}

.megamenu-button {
  display:inline;

}

.menu-options > a {
    font-weight:unset;
    text-decoration:none;
}

.menu-options > a:hover {
    font-weight:unset;
}

.megamenu-button button {
  margin-right: 24px;
  display: inline;
  background-color: unset;
  color: unset;
  font-size: 16px;
  border: unset;
  padding: unset;
  padding: 32px 0;
  min-height: 84px;
}

.megamenu {
  display:none;
  top: 84px;
  left: 0;
  position: absolute;
  right: 0;
  background-color: #f9fafb;
  box-shadow: 1px 13px 13px -14px rgb(0 0 0 / 20%);
}

.menu-options a {
  text-decoration:none;
}

.green-bg {
  background: ;
}

.red-bg {
  background: ;
}

.blue-bg {
  background: ;
}


.yellow-bg {
  background: #FFFBEB;
}

.indigo-bg {
  background:#F7F9FF;
}

.grey-bg {
  background: #F3F4F6;
}

.megamenu .inner-mega {
  max-width: 1240px;
  margin:0 auto;
  padding: 24px 0;
  display: flex;
      
}

.megamenu .inner-mega .inner-mega-sub {
  margin-right:32px;
  width:25%;
  display: grid;
  align-content: start;
  gap: 8px;
}

.megamenu .inner-mega-sub .primary-menu-item {
  padding: 16px 30px 16px 16px;
  cursor:default;
  transition: all .15s ease-in-out;
  position:relative;
}

.megamenu .inner-mega-sub a.primary-menu-item {
  cursor:pointer;
}

.megamenu .inner-mega-sub .primary-menu-item.active-item {
  background-color:#fff;
  box-shadow: 0 2px 6px rgb(0 0 0 / 3%), 0 3px 10px rgb(0 0 0 / 3%);
  border-radius: 8px;
}


.megamenu .inner-mega-sub .primary-menu-item h4 {
  transition: all .15s ease-in-out;
}

.megamenu .inner-mega-sub .primary-menu-item.active-item#scheduling-select h4 {
  color:;
}


.megamenu .inner-mega-sub .primary-menu-item.active-item#comms-select h4 {
  color:;
}

.megamenu .inner-mega-sub .primary-menu-item.active-item#hr-select h4 {
  color:;
}

.megamenu .inner-mega-sub .primary-menu-item.active-item#core-select h4 {
  color:#9CA3AF;
}

.megamenu .inner-mega-sub .primary-menu-item.active-item#ai-select h4 {
  color:#6366F1;
}

.megamenu .inner-mega-sub .select-chevron {
  position: absolute;
    right: 16px;
    top: 50%;
    transform: 50%;
    transform: translate(0, -50%);
    opacity:0;
    transition: all .15s ease-in-out;
}

.megamenu .inner-mega-sub .primary-menu-item.active-item .select-chevron {
  opacity:1;
  line-height:0;
  transition: all .15s ease-in-out;
}


.megamenu .inner-mega .inner-mega-core {
  display:flex;
  flex-direction:column;
  width:25%;
  margin-right:32px;
  position:relative;
}

.megamenu .inner-mega-core a:hover p, .megamenu .inner-items a:hover p {
  color: #111827 !important;
}

.megamenu .inner-mega .inner-mega-core:after {
  content: url(https://www.getsona.com/hubfs/Sparkle.png);
  right: 16px;
  position: absolute;
  top: -16px;
  transform: rotate(108deg);
}

.megamenu .inner-mega .inner-mega-core h4, .megamenu .inner-mega .inner-mega-main h4 {
  font-size:20px;
  margin-top: 16px;
  font-weight: 500;
}

.megamenu .inner-mega-main-item svg {
  min-width: 17px;
  max-width: 17px;
}

.megamenu .inner-mega .inner-mega-core .core-items {
  display: flex;
    flex-direction: column;
    height:100%;
    gap:24px;
}

.megamenu .inner-mega .inner-mega-main {
  display: none;
    width: 75%;
    padding: 0 16px 16px;
    border-radius: 8px;
    flex-direction:column;
    justify-content:space-between;
}

#industries-mega .inner-mega .inner-mega-main, #resources-mega .inner-mega .inner-mega-main {
    width: 75%;
}

#industries-mega .inner-mega .inner-mega-core {
  width: 33.333%;
}

.megamenu .inner-mega .inner-mega-main .inner-items {
    grid-template-columns: repeat(3,1fr);
    gap: 24px;
    height: fit-content;
    display:grid;
}

.megamenu .inner-mega .inner-mega-main .inner-items p, #product-mega .mega-menu-content {
  display:none !important;
}

.megamenu button {
  cursor:pointer;
}

.megamenu .sona-button a,  #resources-mega .sona-button {
  background-color: transparent;
    color: #059669;
    border: 1px solid #059669;
    border-radius: 8px;
    display: inline-flex;
    gap: 12px;
    padding: 8px 16px;
    line-height: 1;
}

.megamenu .sona-button a:hover,  #resources-mega .sona-button:hover {
  background-color:#059669;
  color:#fff;
  border: 1px solid #059669;
}

.megamenu .industries-flex {
  display:flex;
}

.megamenu .industries-flex .inner-mega-core:after {
  content:'';
}

.megamenu .inner-mega .inner-mega-main.active-menu {
  display:flex;
  max-height:fit-content;
  
}

.megamenu h4, .megamenu h5, .megamenu p {
  margin-bottom:0;
  transition: all .15s ease-in-out;
}

.megamenu svg {
  transition: all .15s ease-in-out;
}

.megamenu h5 {
    font-weight:600;
}

.megamenu .inner-mega-main h4, .megamenu .inner-mega-core h4 {
  margin-bottom:24px;
}

.megamenu .inner-mega-sub h4 {
    font-size:17px;
    font-weight: 400;
}

.megamenu  p {
  font-size:14px;
  font-weight: 300;
}

.coming-soon a {
    color: #059669;
    font-weight: bolder;
    display: inline;
    margin-right: 0;
    font-size: unset;
}

.megamenu .inner-mega .inner-mega-main-item {
  display:flex;
  position:relative;
  padding-right: 12px;
}

.megamenu .inner-mega .inner-mega-main-item.coming-soon > div {
  padding-right: 72px;
}

.megamenu .inner-mega .inner-mega-main-item.coming-soon:hover .coming-soon-hide {
  display:none !important;
}

.megamenu .inner-mega .inner-mega-main-item.coming-soon:hover .coming-soon-reveal {
  display:block !important;
}

#scheduling-inner {
  background: #f6fefa;
}

#hr-inner {
  background: #eff6ff;
}

#comms-inner {
  background:#fff8f9;
}



.megamenu .inner-mega .inner-mega-main-item.coming-soon:after {
    content: 'Talk to us';
    text-transform: uppercase;
    font-size: 12px;
    line-height: 1;
    position: absolute;
    right: 0;
    display: inline;
    background-color: #60A5FA;
    border-radius: 2px;
    color: #fff;
    padding: 4px;
}


.megamenu .inner-mega i {
  margin-right: 8px;
  margin-top: 4px;
}

.megamenu .mega-menu-content {
    display:flex;
    margin-top: 24px;
    padding:8px;
    background-color:#fff;
    padding: 16px;
    border-radius: 8px;
    max-width: fit-content;
}

.megamenu #reports-inner .content-group, .megamenu #stories-inner .content-group, .megamenu #webinars-inner .content-group, .megamenu #free-resources-inner .content-group, .megamenu #learn-inner .content-group {
  display: grid;
  gap: 24px;
  grid-template-columns: repeat(3,1fr);
  width: 100%;
}

.megamenu #webinars-inner .content-group, .megamenu #learn-inner .content-group {
  grid-template-columns: repeat(2,1fr);
}

#reports-inner .content-group .mega-menu-content, #stories-inner .content-group .mega-menu-content, #webinars-inner .content-group .mega-menu-content, #free-resources-inner .content-group .mega-menu-content, #learn-inner .content-group .mega-menu-content {
  flex-direction:column;
  margin-top:0;
}

#webinars-inner .content-group .mega-menu-content, #learn-inner .content-group .mega-menu-content {
  padding:0;
}

#webinars-inner .content-group .mega-menu-content a:hover, #learn-inner .content-group .mega-menu-content a:hover  {
  box-shadow: 2px 2px 10px 0 rgb(0 0 0 / 8%);
}

#reports-inner .content-group .mega-menu-content h2, #stories-inner .content-group .mega-menu-content h2, #webinars-inner .content-group .mega-menu-content h2, #free-resources-inner .content-group .mega-menu-content h2, #learn-inner .content-group .mega-menu-content h2 {
  font-size:16px;
  margin-bottom:8px;
}

#reports-inner .content-group .mega-menu-content img, #webinars-inner .content-group .mega-menu-content img, #free-resources-inner .content-group .mega-menu-content img, #learn-inner .content-group .mega-menu-content img {
  margin: 0 auto 8px;
  max-width: 100%;
}


#free-resources-inner .report-image {
background-position: 50%;
    background-size: contain;
    padding-top: 56.25%;
    width: 100%;
    background-repeat: no-repeat;
    margin-bottom:8px;
}

#reports-inner .content-group .mega-menu-content p.publish-date, #webinars-inner .content-group .mega-menu-content p.publish-date, #free-resources-inner .content-group .mega-menu-content p.publish-date, #learn-inner .content-group .mega-menu-content p.publish-date {
font-size: 12px;
line-height: 1;
margin-bottom: 8px;
}

#reports-inner .content-group .mega-menu-content_copy {
  display:flex;
  flex-direction: column;
  justify-content:space-between;
  flex: 1;
}


#reports-inner .content-group .mega-menu-content p:nth-of-type(3) {
  display:none;
}

#reports-inner .content-group .mega-menu-content p strong {
  font-weight:unset;
}

#reports-inner .content-group .mega-menu-content .sona-button, #stories-inner .content-group .mega-menu-content .sona-button, #webinars-inner .content-group .mega-menu-content .sona-button, #free-resources-inner .content-group .mega-menu-content .sona-button {
  margin-top: 8px;
  width: fit-content;
  font-size: 14px;
}

.megamenu .mega-menu-content p {
  margin-bottom: 8px;
}

.megamenu .mega-menu-content img {
  max-width: 140px;
  height: auto;
  margin-right:32px;
}

.megamenu .mega-menu-content .sona-button a {
  font-size: 14px;
    width: auto;
    display: inline-block;
}

.megamenu .calendar-embed form .hs-form-field {
    margin-bottom:8px;
}

.megamenu .calendar-embed form .legal-consent-container .hs-richtext p {
    font-size: 12px;
    margin-bottom: 0;
    color: unset;
    text-align: left;
}

.megamenu .calendar-embed form .legal-consent-container .hs-richtext p a, .megamenu .roi-calculator .legal-consent-container a {

    font-size: unset;
    display: inline;
    margin-right: 0;
}

.megamenu .roi-calculator .result-row .result-title {
    font-size:13px;
}


.ctaMegaInner .ctaVideoBlock .ctaAction {
  color: #059669 !important;
    padding: 16px;
    display: flex;
    gap: 8px;
}

.ctaMegaInner .ctaDemoBlock .ctaAction {
    padding: 16px;
    display: flex;
    gap: 8px;
}

/* make the hover a little more forgiving when displaying the main product dropdown megamenu 

div#product-button:hover button:before {
  content: '';
  height: 88px;
  width: 300px;
  position: absolute;
  opacity: .4;
  transform: translate(-100%);
}

*/


#industries-mega .inner-mega-main img {
  max-width:100%;
  width:480px;
  border-radius: 8px;
}


header .mega-blog-posts {
  display:grid;
  width:100%;
  gap:24px;
  grid-template-columns: repeat(3,1fr);
}


header  .blog-index__post-image--small, .blog-related-posts__list .blog-index__post-image--small {
  background-size: cover;
  display: block;
  padding-top: 66.66%;
  width: 100%;
  background-position:center;
}

header .blog-index__post-content h2 {
  font-size:16px;
  margin-bottom: 8px;
  text-decoration:none;
}


#product-button:hover #product-mega, #solutions-button:hover #solutions-mega, #industries-button:hover #industries-mega, #resources-button:hover #resources-mega, #cta-mega-button-hover:hover #cta-mega, #usecases-button:hover #usecases-mega {
  display: block;
} 

a.coming-soon {
  position:relative;
}

a.coming-soon:after {
  background-color: #60a5fa;
  border-radius: 8px 8px 0 0;
  color: #fff;
  content: "Coming soon";
  line-height: 1;
  padding: 8px 16px;
  position: absolute;
  right: 0;
  text-transform: uppercase;
  top: 0;
  width: 100%;
  text-align: center;
}

#cta-mega-button > a {
  padding: 8px 12px;
  border-radius: 8px;
  background-color:#000;
}

#cta-mega-button > a > svg {
  height: 1em;
    vertical-align: 0;
    width: .575em;
    transform: rotate(270deg);
}

#cta-mega-button a {
  display: flex;
  align-items: center;
  gap: 8px;
  color:#fff;
}

.ctaMegaInner {
  display:flex;
  gap:48px;
}

.ctaDemoBlock, .ctaVideoBlock {
  border-radius:8px;
  background-color:#fff;
  gap:0 !important;
}

.ctaMegaInner > div {
  flex:1;
}

.ctaMegaInner img {
  max-width:220px;
  border-radius:8px;
}

.ctaMegaInner .ctaText {
  padding:16px;
  text-align: left;
}

.ctaMegaInner h4 {
  font-size: 17px;
  margin-bottom:4px;
  font-weight:500;
}

.ctaMegaInner p {
  line-height: normal;
}

@media (max-width:990px) {
  header .menu-options {
    display:none !important;
  }
}


/* mobile menu */

.header__logo.header__logo--main {
  margin-left:0;
}

#mob-menu-icon {
  position: absolute;
  margin-top: 0;
  margin-bottom: 0;
  right: 24px;
  width: 32px;
  height: 40px;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer;
  z-index:105;
}

#mob-menu-icon span {
  display: block;
  position: absolute;
  height: 4px;
  width: 100%;
  background: #1f2937;
  border-radius: 9px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}

#mob-menu-icon span:nth-child(1) {
  top: 0%;
}

#mob-menu-icon span:nth-child(2) {
  top: 25%;
}

#mob-menu-icon span:nth-child(3) {
  top: 50%;
}

#mob-menu-icon.open span:nth-child(1) {
  top: 25%;
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
}

#mob-menu-icon.open span:nth-child(2) {
  opacity: 0;
  left: -60px;
}

#mob-menu-icon.open span:nth-child(3) {
  top: 25%;
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  transform: rotate(-135deg);
}


#mob-menu {
  position: fixed;
  background-color: #fff;
  width: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 100;
  display: none;
  justify-content: center;
  transition: all 1s ease;
}

#mob-menu.show {
  display:block;
  transition: all 1s ease;
  overflow: auto;
}

#mob-menu-inner {
  margin-top: 0;
  overflow:auto;
}



#mob-menu a {
  text-align: center;
  margin-bottom: 16px;
  font-weight:600;
  display: block;
  color:#1f2937;
    margin-right:0;
    text-decoration:none;
}

#mob-menu a svg {
  position: absolute;
  right: 24px;
  margin-top: 2px;
  color:#059669;
}

#mob-menu .mob-sub-menu {
  margin-bottom:32px;
}


#mob-menu .mob-sub-menu a {
  font-weight: 400;
  font-size: 16px;
}

/* stop body from scrolling behind mobile menu */

.lockScroll {
  overflow:hidden;
}

/* rotate the chevrons when menu open */

.rotate-chevron svg {
  transform:rotate(108deg)l
}


@media (max-width:990px) {
  .megamenu .inner-mega .inner-mega-main .inner-items {
    grid-template-columns: repeat(2,1fr);
}

.megamenu .inner-mega .inner-mega-sub {
  width:32%;
}

.megamenu .inner-mega .inner-mega-core {
  width:34%;
}





.megamenu .mega-menu-content {
  display:none;
}

.megamenu .content-group .mega-menu-content {
  display:block !important;
}

.megamenu .calendar-embed {
  padding-top:0;
  padding-bottom:0;
}

.megamenu #reports-inner .content-group, header .mega-blog-posts {
  grid-template-columns: repeat(2,1fr);
}



.megamenu #reports-inner .content-group .mega-menu-content:nth-of-type(3), header .mega-blog-posts > div:nth-of-type(3)  {
  display:none !important;
}



}

@media (max-width:990px) {
  .header__container {
    padding: 16px;
}

}



/* Base styles for the shimmer container */
.shimmer {
  position: relative;
  display: inline-block; /* shrink-wrap around the SVG */
  overflow: hidden;      /* clip the animated shine */
}



/* Pseudo-element that carries the moving gradient */
.shimmer::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;             /* start entirely off to the left */
  width: 100%;
  height: 100%;
  /* A diagonal “shine” gradient: transparent → semi-opaque white → transparent */
  background: linear-gradient(
    120deg,
    transparent 0%,
    rgba(255, 255, 255, 0.7) 50%,
    transparent 100%
  );
  transform: skewX(-20deg); /* tilt the gradient for a more dynamic effect */
  opacity: 0.8;             /* adjust overall opacity of the shine */
  animation: shimmer 3s infinite; /* 3s duration, loop indefinitely */
  /* make sure the shine blends rather than fully obscures */
  mix-blend-mode: lighten;
  pointer-events: none;     /* ensure clicks pass through */
}

/* Keyframes to move the gradient from left to right */
@keyframes shimmer {
  0% {
    left: -100%;
  }
  100% {
    left: 100%;
  }
}

/* FOOTER */

.dnd-section .dnd-column {
    padding: 0 1em;
}

footer.footer {
  background-color:#F9FAFB;
  padding: 4em 0 2em;
}

footer ul {
  padding-left:0;
  list-style-type:none;
}

footer .footer-inner-upper {
  display: flex;
  gap: 2em;
  justify-content: space-between;

}

footer p, footer li, footer a {
  color:#111827 !important;
  font-weight:300;
  font-size:14px;
}

footer a {
  text-decoration: none;
  font-weight: 200;
  letter-spacing: 0.02em;
  display: block;
  margin-bottom: 8px;
}

footer .footer-column h4 {
  color:#111827 !important;
  font-weight:500;
  font-size:14px;
  margin-bottom:8px;
}

footer .footer-left-contact img {
  max-width:88px;
} 

footer .footer-right-menus {
  display:flex;
  gap:6em;
}



footer .footer-socials {
  display: flex;
    margin-top: 16px;
}

#footer-copyright {
  font-weight:200;
  margin-top:32px;
}

#footer-copyright a {
  font-weight: 500;
}

footer.footer a:hover {
  font-weight:200;
}



footer .footer-inner-lower {
  align-items: baseline;
  display: flex;
  gap: 24px;
  justify-content: space-between;
}

footer .footerLogos {
  display:flex;
  align-items:center;
  gap:24px;
}

#footer-copyright {
  margin-top:0;
  display:flex;
  gap:32px;
}


#footer-copyright a {
  margin-bottom:0;
}

#footer-address {
  margin-top:32px;
}

#footer-address  {
  font-weight:200;
}

#footer-address a {
  margin-top:8px;
  font-weight:400;
}


@media (max-width:990px) {
  footer .footer-inner-upper {

    flex-direction: column;
}
}

@media (max-width:767px) {
  footer .footer-right-menus {
    gap: 32px;
    flex-direction: column;
    margin-bottom:32px;
}

footer .footer-inner-lower {
    flex-direction: column;
}
}

@media (max-width:500px) {
  footer #footer-copyright {
    flex-direction: column;
    gap:16px;
}
}




/* cookies banner */

div#hs-eu-cookie-confirmation.hs-cookie-notification-position-bottom, div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner {
  background-color:#059669 !important;
  border-top:0;
}

div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner {
  display:flex;
  padding:16px;
  justify-content: space-between;
  align-items: center;
}

div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner div#hs-eu-policy-wording {
  margin-bottom:0 !important;
}

div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner p {
  color:#fff !important;
  margin:0 !important;
  margin-right:16px !important;
}

div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner #hs-eu-policy-wording a {
  color:#fff !important;
  text-decoration:underline !important;
}

div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner div#hs-en-cookie-confirmation-buttons-area {
  margin-right:0 !important;
  justify-content:space-between !important;
}

div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner #hs-en-cookie-confirmation-buttons-area a#hs-eu-confirmation-button {
  margin:0 !important;
  background-color: #fff !important;
    color: #059669;
    border: none !important;
    padding: 4px 16px !important;
    border: 1px solid #fff !important;
}

#hs-eu-close-button-container {
  margin: 0 !important;
}

div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner div#hs-en-cookie-confirmation-buttons-area {
  min-width:fit-content;
}

#hs-eu-cookie-confirmation-inner #hs-eu-close-button-container a#hs-eu-close-button[role=button] {
    margin-bottom: 0 !important;
    color: #fff !important;
    font-size: 24px !important;
}

div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner #hs-eu-cookie-confirmation-button-group a#hs-eu-decline-button {
 border: 0 !important;
  padding: 4px 16px!important;
  background-color: transparent !important;
  color: #fff !important;
  margin: 0 !important; 
}

div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner #hs-en-cookie-confirmation-buttons-area a#hs-eu-cookie-settings-button {
  border: 1px solid #fff !important;
  padding: 4px 16px;
  border-radius: 3px;
}

@media (max-width:767px) {
  div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner {
    flex-direction:column;
    padding:8px 16px !important;
  }

  div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner p {
    margin-right: 0 !important;
    margin-bottom:8px !important;
  }

  div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner div#hs-en-cookie-confirmation-buttons-area {
    width: 100%;
    justify-content: flex-start !important;
  }

div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner #hs-en-cookie-confirmation-buttons-area a#hs-eu-cookie-settings-button {
  margin-left:0 !important;
  margin-right: 16px !important;
  }

  #hs-eu-close-button-container {
    align-self:baseline;
    margin-bottom:8px !important;
  }

  #hs-eu-cookie-confirmation-inner #hs-eu-close-button-container a#hs-eu-close-button {
    line-height: unset !important;
    width: unset !important;
    margin-bottom: 8px !important;
    } 
  }



    div#hs-eu-cookie-confirmation.hs-cookie-notification-position-bottom {
      background-color: rgba(0,0,0,.7) !important;
      height: 100%;
    }

    div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner {
      position: absolute;
      top: 50%;
      left: 16px;
      right: 16px;
      transform: translateY(-50%);
      max-width: 480px !important;
      flex-direction: column;
      border-radius: 12px;
      padding: 24px 24px 16px !important;
    }

    #hs-eu-close-button-container {
      position: absolute;
      top: 8px;
      right: 0;
    }

    div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner p {
      font-size: 16px !important;
      line-height: 1.5 !important;
    }

    div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner div#hs-en-cookie-confirmation-buttons-area {
      justify-content: center;
      align-items: center;
      width: 100%;
      margin-top: 12px;
    }

    div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner #hs-en-cookie-confirmation-buttons-area a#hs-eu-cookie-settings-button {
      margin-left: 0 !important;
      font-size: 16px;

    }

    div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner #hs-en-cookie-confirmation-buttons-area a#hs-eu-confirmation-button {
      font-size:16px;
    }

     body #hs-modal #hs-modal-content #hs-modal-footer #hs-modal-accept-all[role=button] {
      background-color: #059669 !important;
    }

    body #hs-modal #hs-modal-content #hs-modal-footer #hs-modal-save-settings[role=button] {
    border-color: #059669 !important;
    color: #059669 !important;
    background-color: #fff !important;
    }

    body #hs-modal #hs-modal-content #hs-modal-body #hs-modal-body-container .hs-category-toggle .slider {
      height: unset;
      opacity: unset;
      outline: unset;
      appearance: unset;
      background: unset;
      border: unset;
    }

    body #hs-modal #hs-modal-content #hs-modal-body #hs-modal-body-container .hs-category-toggle input:checked+.slider {
      background-color: #059669 !important;
  }


  
    @media screen and (max-width: 480px) {

    body div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner {
      padding: 24px 24px 16px!important;
    }

    div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner #hs-en-cookie-confirmation-buttons-area a#hs-eu-cookie-settings-button {
      margin-left: 0!important;
      width: 100% !important;
      text-align: center;
      margin-right: 0 !important;
      padding: 8px;
  }

  #hs-eu-cookie-confirmation-button-group {
    width:100%;
  }

  div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner #hs-en-cookie-confirmation-buttons-area a#hs-eu-confirmation-button {
    width:100%;
    text-align:center;
    padding:8px !important;
  }

  body div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner p, body div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner a, body div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner a#hs-eu-confirmation-button {
    font-size: 16px!important;
    line-height: 22px!important;
  }

  body #hs-modal #hs-modal-content {
    max-width: 100% !important;
    min-width: 90% !important;
  }


  }




  /***** ELEMENTS *******/



  /* table bullets */

  .tableBullets {
    margin-top: 32px;
  }

  .tableBullets p {
    border-bottom: 1px solid #111827;
    padding-bottom: 16px;
    margin-bottom: 16px;
  }

  .tableBullets p:last-of-type {
    border-bottom:unset !important;
    padding-bottom:0;
    margin-bottom:0;
  }

  .tableBullets.tableBulletsArrows svg {
    max-width:10px;
    min-width:10px;
    margin-bottom:0;
  }

  .tableBullets.tableBulletsArrows svg path {
    fill: #111827;
  }

  .tableBullets.tableBulletsArrows p a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    text-decoration:none;
}

.tableBullets.tableBulletsArrows p a:hover {
  color:#059669;
}

.tableBullets.tableBulletsArrows a:hover svg path {
  fill: #059669;
}


.ticklistBullets p:before {
  content: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="21" height="21" viewBox="0 0 21 21" fill="none"><path d="M10.5 0C4.70072 0 0 4.70072 0 10.5C0 16.2993 4.70072 21 10.5 21C16.2993 21 21 16.2993 21 10.5C20.9829 4.70794 16.2921 0.0170625 10.5 0ZM15.5577 7.68272L8.99522 14.2452C8.86725 14.3732 8.69925 14.4375 8.53125 14.4375C8.36325 14.4375 8.19525 14.3732 8.06728 14.2452L5.44228 11.6202C5.18569 11.3636 5.18569 10.9489 5.44228 10.6923C5.69887 10.4357 6.11363 10.4357 6.37022 10.6923L8.53125 12.8533L14.6298 6.75478C14.8864 6.49819 15.3011 6.49819 15.5577 6.75478C15.8143 7.01137 15.8143 7.42613 15.5577 7.68272Z" fill="%23059669"/></svg>');
  display: inline-block;
  width: 21px;
  height: 21px;
}

.ticklistBullets p {
  display: flex;
    align-items: center;
    gap: 12px;
}



  /* cloud icons */

  .cloudIcon {
    border:1px solid #111827;
    border-radius:50px;
    padding: 8px 12px;
    display:inline-flex;
    gap:12px;
    margin-bottom:24px;
    line-height: 1;
    align-items: center;
  }

  .cloudIcon img {
    max-width:24px !important;
  }


  @media (max-width:767px) {

  .cloudIcon {
    font-size:14px;
  }

  .cloudIcon img {
    max-width: 20px !important;
}

  }


  /*** Nav 2024 ***/

  .header24 .megamenu {
    background-color:#fff;
  }

  .header24 .innerLinksOnly ul {
    list-style-type: none;
    padding-left: 0;
    margin-bottom: 0;
  }

  .header24 .megamenu .inner-mega {
    gap: 48px;
}

.header24 .megamenu .inner-mega-sub a.primary-menu-item {
    cursor: pointer;
    padding: 0;
}

.header24 .megamenu .inner-mega-sub .primary-menu-item.active-item {
    background-color: unset;
    border-radius: 8px;
    box-shadow: unset;
    padding: 0;
}

.header24 .megamenu .inner-mega .inner-mega-sub {
  gap:16px;
  width:200px;
  margin-right:0;
}

.header24 .megamenu .inner-mega-sub ul {
  display:flex;
  flex-direction:column;
  gap:16px;
  list-style-type:none;
  padding-left:0;
}

.header24 .megamenu .inner-mega-sub > ul li {
  font-size:17px;
  font-weight:400;
}

.header24 .megamenu .cloud-menu.inner-mega-main {
  gap:24px;
  flex-direction:row;
  padding:24px;
}

.header24 .megamenu .cloud-menu.inner-mega-main > * {
  flex:1;
}

.header24 .megamenu .industry-menu .cloudInnerLeft {
  flex:2;
}


.header24 .inner-mega-main.active-menu {
  background-color:#e7f9f2 !important;
}

.header24 .cloud-menu .cloudInnerRight {
  display: flex;
      flex-direction: column;
      gap: 16px;
}

.header24 .cloudInnerLeft h5 {
  color: #059669;
    text-transform: uppercase;
    font-size: 14px;
}

.header24 #product-mega .inner-mega-sub h3,   .header24 #solutions-mega .inner-mega-sub h3 {
  border-bottom: 3px solid lightgray;
    padding-bottom: 16px;
    margin-bottom: 8px;
    font-size:20px;
    font-weight:500;
}

.header24 #product-mega .inner-mega-sub:first-of-type a:hover,   .header24 #solutions-mega .inner-mega-sub:first-of-type a:hover {
  text-decoration:underline;
}

.header24 .inner-mega-main img {
  max-width:100%;
  height:auto;
}



.header24 .industry-menu .cloudInnerLeft h4 {
  margin-bottom: 8px;
}

.header24 .industry-menu .cloudInnerLeft p {
  margin-bottom:16px;
}

.header24 .industry-menu .cloudInnerRight {
  padding:8px;
  border:2px solid #000;
  position:relative;
}

.mobDiamond {
    background-color: #000;
    content: "";
    height: 10px;
    position: absolute;
    transform: rotate(45deg);
    width: 10px;
    z-index: 2;
}

.cloudInnerRight .bottomLeft {
  bottom: -6px;
  left: -6px
}

.cloudInnerRight .bottomRight {
  bottom: -6px;
  right: -6px
}

.cloudInnerRight .topLeft {
  left: -6px;
  top: -6px
}

.cloudInnerRight .topRight {
  right: -6px;
  top: -6px
}

.header24 .navDialogue {
  bottom: 10%;
  position: absolute;
  right: -20%;
  width: 100%;
}

.header24 .megamenu #free-resources-inner .content-group, .header24  .mega-blog-posts {
  grid-template-columns:repeat(2,1fr);
}

.header24 .mega-menu-content {
  width:100%;
  max-width:unset;
}

.header24 .megamenu #free-resources-inner .mega-menu-content, .header24  .mega-blog-posts .blog-index__post {
  flex-direction:row;
  background-color:#f9fafb;
  gap:32px;
  align-items:center;
  display:flex;
}

.header24 .megamenu #free-resources-inner .mega-menu-content {
padding: 8px 32px;
}


.header24 #resources-mega .inner-mega-main.active-menu {
  background-color: unset !important;
  padding:0 !important;
}

.header24 #solutions-mega .inner-mega-main.active-menu {
  background-color: #eff6ff !important;
  align-items:center;
}


.header24 #resources-mega #free-resources-inner h4 {
  margin-top:0 !important;
  text-transform: uppercase;
  margin-bottom: 12px;
  font-size:16px;
}

.header24 #resources-mega #free-resources-inner h4:last-of-type {
  margin-top:24px !important;
}

.header24 .mega-menu-content_copy {
  max-width:400px;
  flex:1;
}

.header24 a.report-image {
  flex: .7;
}

.header24 a.reportImage {
  margin: 0;
  width: 100px;
  /* transform: rotate(8deg); */
}

.header24 #webinars-inner {
  flex-direction:row;
  gap:48px;
}

.header24 .megamenu #webinars-inner .content-group {
  grid-template-columns: repeat(1, 1fr);
}

.header24 #webinars-inner .content-group .mega-menu-content {
  display: flex;
      flex-direction: row;
      gap: 24px;
      width: 100%;
      justify-content: space-between;
      background-color: #f8faf9;
      padding: 24px;
}

.header24 #webinars-inner .content-group .mega-menu-content img {
  width:200px;
}

.header24 #resources-mega .inner-mega-sub {
  width:280px;
}

.header24  .blog-index__post--small {
background-color:#f8faf9 !important;
padding:16px;

}

.header24  .blog-index__post--small > * {
  flex:1;
}

.header24  .blog-index__post-image--small {

padding-top:unset;
  height: 140px;
}

.header24 .inner-mega-main a.sonaCTA {
  font-size:15px;
  padding:6px 12px;
}

.header24 .inner-mega-main a.sonaCTA:hover {
  color:#fff;
}

.header24 .inner-mega-main a.sonaCTA svg {
    margin-bottom: 0 !important;
    max-width: 8px;
    min-width: 8px;
}

.header24 .cloudInnerRight h5 {
  margin-bottom:4px;
}

.header24 #free-resources-inner .content-group h5 {
  color: #059669;
  font-size: 14px;
  text-transform: uppercase;
}

.header24 .eventInfo h4 {
  margin-top:8px !important;
  font-size:18px !important;
}

.header24 .eventInfo h5 {
  color: #059669;
  font-size: 14px;
  text-transform: uppercase;
  margin-bottom:8px;
}

.header24 .blog-index__post h5 {
  color: #059669;
  font-size: 14px;
  text-transform: uppercase;
  margin-bottom:8px;
}

.header24 .blog-index__post h2 {
  font-size: 14px;
}

.header24 .blog-index__post h2 a {
 font-weight:600;
}

.header24 .content-group .mega-menu-content_copy a, .mega-menu-content .eventInfo a, .blog-index__post-content--small > a {
  font-size: 14px;
  display: flex;
  align-items: center;
  gap: 4px;
}

.header24 .content-group .mega-menu-content_copy a:hover, .mega-menu-content .eventInfo a:hover {
  box-shadow:unset !important;
}

.header24 .content-group .mega-menu-content_copy a svg, .mega-menu-content .eventInfo a svg, .blog-index__post-content--small > a svg {
  height:12px;
  width:12px;
}

.header24 .eventsLeft {
  display: flex;
      flex-direction: column;
      gap: 24px;
}

.header24 .eventsLeftInner h4 {
  margin-top: 4px !important;
  margin-bottom: 8px;
}

.header24 #stories-inner .mega-menu-content {
  border: 1px solid #000;
  padding:0;
}

.header24 #stories-inner .report-image {

  border-radius: 8px 8px 0 0;
}

.header24 #stories-inner .mega-menu-content_copy {
  padding:16px;
}

.header24 .header__column .menu-options {
  align-items: center;
  display: flex;
  justify-content: space-between;
  width: 100%;
}

.header24 #learn-inner .content-group .mega-menu-content a:hover, .header24 #webinars-inner .content-group .mega-menu-content a:hover {
    box-shadow: unset !important;
}

.header24 #blog-inner h4 {
  font-size: 16px;
    margin-bottom: 12px;
    margin-top: 0 !important;
    text-transform: uppercase;
}



/*** BLOG 2025 ***/

/* Blog post */

.blog-post {
  margin: 0 auto;
  max-width: 960px;
}

.blog-post__meta {
  margin-bottom: 1.4rem;
}

.blog-post__meta a {
  text-decoration: underline;
}

.blog-post__timestamp {
  display: block;
}

.blog-post__tags svg {
  height: auto;
  margin-right: 0.35rem;
  width: 15px;
}

.blog-post__tag-link {
  font-size: 0.875rem;
}

/* Blog related posts */

.blog-related-posts {
  background-color: #F8FAFC;
}

.blog-related-posts h2 {
  text-align: center;
}

.blog-related-posts__list {
  display: flex;
  flex-wrap: wrap;
}

.blog-related-posts__post {
  flex: 0 0 100%;
  padding: 1rem;
}

@media screen and (min-width: 768px) {
  .blog-related-posts__post {
    flex: 0 0 calc(100% / 2);
  }
}

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

.blog-related-posts__image {
  height: auto;
  max-width: 100%;
}

.blog-related-posts__title {
  margin: 0.7rem 0;
}

/* Blog comments */

.blog-comments {
  margin: 0 auto;
  max-width: 680px;
}

.blog-comments .hs-submit {
  text-align: center;
}

.blog-comments .comment-reply-to {
  border: 0 none;
}

.blog-comments .comment-reply-to:hover,
.blog-comments .comment-reply-to:focus {
  background-color: transparent;
  text-decoration: underline;
}


.blog-index__post-content .blog-post__tag-link {
    color: #10b981;
    font-size: 12px;
    text-decoration:none;
}

.blog-index__post-content .tag-divider {
    font-size: 12px
}

.blog-post p {
    line-height: 1.6;
    margin-bottom: 24px
}

.blog-post p:last-child {
    margin-bottom: 0
}

.blog-post p.highlightPara {
    background-color: #f7fbff;
    border-radius: 16px;
    padding: 16px
}

.blog-post {
    max-width: 100%
}

.blog-post h3 {
    font-size: 22px;
    margin-bottom: 16px
}

.blog-post h4 {
    font-size: 20px;
    margin-bottom: 16px
}

.blog-post h5 {
    font-size: 17px;
    margin-bottom: 16px
}

.blog-post li a,.blog-post p a {
    color: #059669;
    text-decoration:none;
}

.blog-post__body .hs-embed-wrapper.hs-fullwidth-embed,.blog-post__body img {
    margin-bottom: 24px!important
}

.blog-wrapper {
    display: flex
}

.blog-wrapper .blog-left {
    margin-top: 120px;
    min-width: 168px;
    padding-top: 0;
}

.blog-wrapper .blog-left a {
    color: unset
    text-decoration:none;
}

.blog-post {
    margin-top: 120px;
    padding-top: 0;
}

.blog-post p.blog-intro {
    font-weight: 700
}

.blog-post .blog-post__meta {
    margin-bottom: 32px
}

.blog-post .blog-post__meta,.blog-post .blog-post__meta>div {
    align-items: center;
    display: flex
}

.blog-post .blog-post__meta>div p {
    border-right: 1px solid #bbb;
    font-size: 14px;
    margin-bottom: 0;
    margin-left: 8px;
    padding-right: 8px
}

.blog-post .blog-post__meta .blog-author-name p:first-of-type {
    border-right: 1px solid #bbb;
    margin-left: 0;
    padding-right: 8px
}

.blog-post .blog-post__meta .blog-date-readtime {
    display: flex
}

.blog-post .blog-post__meta>div:first-of-type p:last-child {
    margin-right: 8px
}

.blog-post .blog-post__meta .blog-date-readtime p:last-child {
    border-right: 0;
    padding-right: 0
}

.blog-post .blog-post__meta p a {
    text-decoration: none
}

.blog-post .blog-post__meta .blog-header__author-avatar {
    background-repeat: no-repeat;
    background-size: contain;
    height: 40px;
    margin-right: 8px;
    width: 40px
}

.blog-post a.blog-button {
    background-color: #10b981;
    border-radius: 8px;
    color: #fff;
    padding: 8px 16px;
    transition: all .1s ease-out
}

.blog-post a.blog-button:hover {
    background-color: #fda4af
}

blockquote {
    background: linear-gradient(90deg,#10b981 1px,transparent 0) 0 100%,linear-gradient(270deg,#10b981 1px,transparent 0) 100% 0,linear-gradient(180deg,#10b981 1px,transparent 0) 100% 0,linear-gradient(0deg,#10b981 1px,transparent 0) 0 100%;
    background-repeat: no-repeat;
    background-size: calc(100% - 40px) calc(100% - 40px);
    border: none;
    margin: 32px 0;
    padding: 40px;
    position: relative;
    text-align: left
}

blockquote:before {
    content: open-quote;
    margin-right: -26px;
    right: 100%;
    top: -24px
}

blockquote:after,blockquote:before {
    color: #10b981;
    font-family: Times New Roman,Times,serif;
    font-size: 64px;
    position: absolute
}

blockquote:after {
    bottom: -48px;
    content: close-quote;
    left: 100%;
    margin-left: -24px;
    top: auto
}

.blog-post .blog-signup {
    border-top: 1px solid #bbb;
    margin-top: 48px;
    padding-top: 24px
}

.blog-post .blog-signup form .legal-consent-container p {
    color: unset!important
}

.blog-post .blog-signup iframe {
    max-width: 440px
}

.blog-pagination a,.blog-post .blog-signup .legal-consent-container a {
    color: #10b981;
    text-decoration:none;
}

.blog-listing-title {
    text-align: center
}

.blog-listing-title h2 {
    font-size: 24px;
    font-weight: 400
}

.blog-listing,.blog-related-posts__list {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    grid-gap: 40px
}

.blog-listing .blog-index__post-image--small,.blog-related-posts__list .blog-index__post-image--small {
    background-position: 50%;
    background-size: cover;
    display: block;
    padding-top: 66.66%;
    width: 100%
}

.blog-listing .blog-index__post,.blog-related-posts__list .blog-index__post {
    background-color: #fff;
    border: 1px solid #dbd4db
}

.blog-listing-container {
    padding-top: 0;
}

.blog-listing .blog-info,.blog-related-posts__list .blog-info {
    padding: 16px
}

.blog-listing .blog-post__meta,.blog-related-posts__list .blog-post__meta {
    display: flex;
    margin-bottom: 16px
}

.blog-listing .blog-post__meta p,.blog-related-posts__list .blog-post__meta p {
    font-size: 12px;
    line-height: 1;
    margin-bottom: 0
}

.blog-listing .blog-post__meta p time,.blog-related-posts__list .blog-post__meta p time {
    border-right: 1px solid #dbd4db;
    line-height: 1;
    margin-right: 8px;
    padding-right: 8px
}

.blog-listing .blog-post__meta p a,.blog-related-posts__list .blog-post__meta p a {
    text-decoration: none
}

.blog-listing .blog-post__meta p.blog-author,.blog-related-posts__list .blog-post__meta p.blog-author {
    font-weight: 500
}

.blog-listing .blog-post__meta .blog-meta-text-lower,.blog-related-posts__list .blog-post__meta .blog-meta-text-lower {
    display: flex;
    margin-top: 4px
}

.blog-listing .blog-post__meta .blog-header__author-avatar,.blog-related-posts__list .blog-post__meta .blog-header__author-avatar {
    background-size: contain;
    height: 32px;
    margin-right: 8px;
    width: 32px
}

.blog-index__post-content h2 {
    font-size: 20px;
    margin-bottom: 16px;
    text-align: left
}

.blog-index__post-content h2 a {
    color: unset;
    font-weight: 600;
    text-decoration:none;
}

.blog-index__post-content p {
    font-size: 16px
}

.blog-pagination {
    display: block;
    margin-top: 48px;
    text-align: center;
    margin-bottom:24px;
}

.blog-pagination>div {
    display: inline-block
}

.blog-pagination-left {
    text-align: right
}

.blog-pagination-right {
    text-align: left
}

.blog-pagination a {
    border-radius: 4px;
    display: inline-block;
    font-size: 14px;
    padding: 5px 10px;
    text-align: center
}

.blog-pagination a:focus,.blog-pagination a:hover {
    background-color: #c8ecff;
    text-decoration: none
}

.blog-pagination a.elipses {
    border: 0
}

.blog-pagination a.active {
    background-color: #f5f5f5;
    color: #666;
    cursor: default;
    pointer-events: none
}

.blog-pagination a.next-link,.blog-pagination a.prev-link {
    background-color: #666;
    color: #fff
}

.blog-pagination a.next-link:hover,.blog-pagination a.prev-link:hover {
    background-color: #008cd4;
    color: #fff
}

.customerStoriesListing {
    padding-bottom: 48px!important;
    padding-top: 48px!important
}

.customerStoriesListingTitle {
    margin-top: 86px!important;
    padding-bottom: 24px!important;
    padding-top: 48px!important
}

.customerStoriesListing .blog-index__post {
    background-color: #fff;
    border: none;
    border-radius: 16px
}

.customerStoriesListing .blog-index__post-image--small {
    border-radius: 16px 16px 0 0;
    position: relative
}

.customerStoriesListing .customerStoriesListingLogo {
    background-color: #fff;
    bottom: 0;
    left: 0;
    max-height: 64px;
    max-width: 140px;
    padding: 8px;
    position: absolute
}

.customerStoriesListing .blog-index__post-content .blog-post__tag-link {
    background-color: #d1fae5;
    color: #10b981;
    font-size: 12px;
    padding: 2px 8px;
    text-transform: uppercase
}

.customerStoryMainImg {
    background-position: 50%;
    background-size: cover;
    min-height: 440px;
    width: 100%
}

.customerStoriesPost .blog-post .blog-post__meta {
    justify-content: space-between
}

.customerStoriesPost .blog-post .blog-post__meta .blog-date-readtime {
    flex-direction: column;
    text-align: right
}

.customerStoriesPost .blog-post .blog-post__meta>div p {
    border-right: none;
    font-size: 14px;
    margin-bottom: 0;
    margin-left: 0;
    padding-right: 0
}

.customerStoriesPost .blog-post__meta .blog-header__author-avatar {
    background-position: 0;
    background-repeat: no-repeat;
    background-size: contain;
    height: 48px;
    margin-right: 8px;
    width: 80px
}

.customerStoriesPost .blog-post__body img {
    margin-bottom: 0!important
}

.customerStoriesPost .blog-post h3 {
    margin-top: 24px
}

.customerStoriesPost .blog-post {
    margin-top: 86px;
    padding-top: 0
}

.customerStoriesDemoBlock {
    background-color: #f8fafc!important
}

.customerStoriesDemoBlock .blog-signup {
    margin: 48px auto 0;
    max-width: 1240px;
    padding: 48px 24px
}

@media (max-width: 767px) {
    .customerStoriesListingTitle {
        margin-top:0!important
        padding-top:0 !important;
    }

    .customerStoriesPost .blog-post {
        margin-top: 0;
        padding-bottom: 0
    }
}

.customerStoriesDemoBlock {
    background-color: #f8fafc !important;
}

.customerStoriesDemoBlock .blog-signup {
    margin: 48px auto 0;
    max-width: 1240px;
    padding: 48px 24px;
}

.customerStoriesDemoBlock h4 {
  font-weight:600;
}

.customerStoriesDemoBlock .blog-signup > p {
  margin-bottom:24px !important;
}

.customerStoriesDemoBlock .blog-signup > a {
  text-decoration:none;
}

@media (max-width: 990px) {
    .blog-listing {
        grid-template-columns:repeat(2,1fr)!important
    }
}

@media (min-width: 768px) {

  .mob-only {
    display:none;
  }
    .blog-listing-wrapper {
        margin-top:120px
    }

    .blog-left-inner {
        position: sticky;
        top: 120px
    }

    article.blog-post {
        max-width: 764px
    }
}

@media (max-width: 767px) {

   .desktop-only {
    display:none;
  }
    article.blog-post, .blog-listing-container {
        margin-top:88px;
    }

    .body-container--blog-post .blog-left {
        display: none
    }

    .blog-post .blog-post__meta p {
        font-size: 12px!important
    }

    .blog-post .blog-post__meta .blog-post-meta-lower {
        align-items: flex-start;
        display: flex;
        flex-direction: column
    }

    .blog-post .blog-post__meta .blog-author-name p:first-of-type {
        border-right: none
    }

    .blog-post .blog-post__meta .blog-date-readtime p:first-of-type {
        margin-left: 0
    }

    .blog-listing,.blog-related-posts__list {
        grid-template-columns: repeat(1,1fr)!important
    }
}

@media (max-width: 600px) {
    .blog-listing {
        grid-template-columns:repeat(1,1fr)
    }
}

@media (max-width: 500px) {
    .blog-post .blog-post__meta {
        align-items:center
    }

    .blog-post .blog-post__meta>div:first-of-type p:last-child {
        border-right: unset;
        margin-right: unset
    }
}