/* @import url('http://example.com/example_style.css'); */

/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/

/*****************************************/
/* Start your style declarations here    */
/*****************************************/


.position-sticky {
  position: -webkit-sticky;
  position: sticky;
  align-self: flex-start;
  top: 0;
}
p {
  color: #000;
}
a {
  text-decoration: underline;
}
a.link-no-underline {
  text-decoration: none;
}
/*
.hs-button, .hs-button:hover, .hs-button:focus, .button--primary:hover, .button--primary:focus {
  color: initial !important;
}
*/
a.hs-button, a.cta-primary, a.cta-secondary, a.cta-tertiary, a.cta-four, a.cta-five {
  text-decoration: none;
}
.cta-primary, .cta-four {
  padding-top: 22px !important;
  padding-bottom: 18px !important;
}
/*a.cta-tertiary {
  color: #CE00D6 !important;
}
a.cta-tertiary:hover {
  color: #EF05F4 !important;
}*/
a.cta-four {
  color: #000 !important;
}
a.cta-five:hover {
  color: #000 !important;
}
.cta-six a.cta-tertiary {
  color: #fff !important;
  border: 1px solid rgba(255, 255, 255, 1.0);
}
.cta-six a.cta-tertiary:hover {
  color: #fff !important;
  background-color: rgba(126, 126, 146, 1.0);
}
.hs-input:focus {
  border-color: inherit;
}
.general-section-newsletter.on-dark .hs-input:focus {
  border-color: rgba(255,255,255,1);
}
/*h1, .h1 {
  font-size: 48px;
  font-weight: bold;
}
.hero h1, .hero .h1, .dnd-section:has(.hero) h1, .dnd-section:has(.hero) .h1 {
  font-size: 48px;
}
@media screen and (min-width: 575px) {
  .h1 {
    font-size: 64px;
  }
  .hero h1, .hero .h1, .dnd-section:has(.hero) h1, .dnd-section:has(.hero) .h1 {
    font-size: 64px;
  }
}
.h2 {
  font-family: DM Sans;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  text-decoration: none;
  text-transform: none;
  letter-spacing: 0px;
  line-height: 1.2em;
}
.h3 {
  font-family: DM Sans;
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  text-decoration: none;
  text-transform: none;
  letter-spacing: 0px;
  line-height: 1.2em;
}
.h4 {
  font-family: DM Sans;
  font-size: 24px;
  font-style: normal;
  font-weight: 300;
  text-decoration: none;
  text-transform: none;
  letter-spacing: 0px;
  line-height: 1.2em;
}
.h5 {
  font-family: DM Sans;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  text-decoration: none;
  text-transform: none;
  letter-spacing: 0px;
  line-height: 1.2em;
}
.h1, .h2, .h3, .h4, .h5, .h6 {
  margin-bottom: 0.5em;
}
.small {
  font-size: 87.5%
}
.large {
  font-size: 120%;
}
.h1-large {
  font-size: 36px;
}
@media screen and (min-width: 575px) {
  .h1-large {
    font-size: 48px;
  }
}
@media screen and (min-width: 1024px) {
  .h1-large {
    font-size: 60px;
  }
}*/
.text-ig-lemon {
  color: #fc0;
}
.text-ig-steel-pink {
  color: #ce00d6;
}
.text-ig-grey-1-eye {
  color: #7E7E92;
}
.text-white {
  color: #fff;
}
.text-black {
  color: #000;
}
.text-subtext {
  display: block;
  font-size: 60%;
}
.text-center {
  text-align: center;
}
.text-shadow {
  text-shadow: 0 2px 4px rgba(0,0,0,0.5);
}
.text-underline {
  text-decoration: underline;
}
.text-decoration-none {
  text-decoration: none;
}
.text-uppercase {
  text-transform: uppercase;
}
.text-italic {
  font-style: italic;
}
.button-only .container, .button-only .c-col {
  padding: 0;
}
.hs-menu-wrapper.hs-menu-flow-vertical ul.hs-menu-children-wrapper {
  margin-top: 20px;
}
.body-wrapper .hs-menu-wrapper.hs-menu-flow-horizontal.flyouts>ul li.hs-item-has-children ul.hs-menu-children-wrapper {
  z-index: 9000 !important;
}
.body-wrapper .hhs-hat-menu .hs-menu-children-wrapper li a:hover,
.body-wrapper .hhs-lang-switch .lang_list_class li a:hover,
.body-wrapper .hs-menu-wrapper.hs-menu-flow-horizontal ul.hhs-nav-links .hs-menu-item.hs-menu-depth-2 a:hover,
.body-wrapper .hhs-top-bar .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper li a:hover {
  background-color: #000 !important;
}
.hhs-head-cta-1 .hs-cta-embed:hover {
  background-color: #7E7E92;
  border-radius: 8px;
  -webkit-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
}
.hhs-head-cta-2 a:hover img {
  filter: brightness(1.1);
  -webkit-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
}
.icon-footer {
  display:inline-flex;
  padding: 11px 10px;
  margin-right: 15px;
  background: #fff;
  border-radius: 20px;
  align-items: center;
  justify-content: center;
}
.icon-footer:last-child {
  margin-right: 0;
}
.icon-footer:hover {
  background: #DCE0EA;
}
.icon-footer > span {
  fill: #33475B !important;
}
.icon-footer span {
  line-height: 0;
}
.hhs-foot-copyright, .hhs-foot-break-line {
  display: none;
}
.footer-nav {
  padding: 50px 0 20px 0;
}
#hs_cos_wrapper_global_footer div[data-hs-cos-field='minimal_footer.disclaimer'] .footer-nav a {
  display: inline-block;
  margin: 0 10px;
  color: #A0A2B4;
  text-decoration: none;
}
#hs_cos_wrapper_global_footer div[data-hs-cos-field='minimal_footer.disclaimer'] .footer-nav a:hover {
  color: #B4B6C5;
}
#hs_cos_wrapper_global_footer .hhs-footer-mod {
  padding-top: 64px;
  padding-bottom: 64px;
}
#hs_cos_wrapper_global_footer div[data-hs-cos-field='minimal_footer.disclaimer'] a {
  color: #EF05F4;
}
#hs_cos_wrapper_global_footer div[data-hs-cos-field='minimal_footer.disclaimer'] a:hover {
  color: #a400b0;
}
.hs_cos_wrapper #container-breadcrumb.hhs-breadcrumb-mod {
  padding-top: 1em;
}
.hs_cos_wrapper #container-breadcrumb >.container, .hs_cos_wrapper #container-breadcrumb .col {
  padding: 0;
}
.hs_cos_wrapper #container-breadcrumb .hs-breadcrumb-menu {
  padding-left: 10px;
}
.hs_cos_wrapper_type_inline_rich_text:has(.badge-simple) {
  display: flex;
  justify-content: center;
}
.badge-simple {
  display: inline-block;
  margin: 0 auto;
  padding: 4px 12px;
  border: 1px solid #DFE1E6;
  border-radius: 8px;
}
.badge-free div {
  padding-left: 0;
  padding-right: 0;
}
.badge-free .c-col-inner {
  display: inline-block;
  width: auto;
  border-radius: 12px 0 12px 12px;
}
.badge-free h4 {
  margin: 0;
  padding: 10px 25px;
}
#general-section-how-it-works-intro, #general-section-how-it-works-outtro {
  margin: 0 auto;
  max-width: 780px
}
#general-section-how-it-works-intro h5 {
  padding-bottom: 24px;
}
#general-section-how-details-design .c-2 .c-content-con {
  display: inline-block;
  padding: 10px;
  width: auto;
  max-width: 80%;
  background: rgba(202, 205, 215, 0.6);
  border-radius: 8px;
  box-shadow: 0 4px 40px 4px rgba(16, 19, 24, 0.15);
  backdrop-filter: blur(44px);
}
#general-section-how-details-design .c-2 .c-content-con:first-child {
  position: absolute;
  right: 0;
  top: 30px;
}
#general-section-how-details-integrate > .container > .row {
  overflow: visible !important;
}
#general-section-how-details-integrate .c-1 .c-col-inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
#general-section-how-details-integrate .animate__animated.animate__delay-05s {
  -webkit-animation-delay: .2s;
  animation-delay: .2s;
}
#general-section-how-details-integrate .animate__animated.animate__delay-1s {
  -webkit-animation-delay: .4s;
  animation-delay: .4s;
}
#general-section-how-details-integrate .animate__animated.animate__delay-1-5s {
  -webkit-animation-delay: .6s;
  animation-delay: .6s;
}
#general-section-how-details-integrate .animate__animated.animate__delay-2s {
  -webkit-animation-delay: .8s;
  animation-delay: .8s;
}
#general-section-how-details-integrate .animate__animated.animate__delay-2-5s {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}
#general-section-how-details-integrate .animate__animated.animate__delay-3s {
  -webkit-animation-delay: 1.2s;
  animation-delay: 1.2s;
}
#general-section-how-details-integrate .animate__animated.animate__delay-3-5s {
  -webkit-animation-delay: 1.4s;
  animation-delay: 1.4s;
}
#general-section-how-details-integrate .animate__animated.animate__delay-4s {
  -webkit-animation-delay: 1.6s;
  animation-delay: 1.6s;
}
#general-section-how-details-integrate .c-1 .c-content-con:first-child {
  max-width: 200px;
}
#general-section-how-details-integrate .c-1 .c-content-con:not(:first-child) {
  position: absolute;
}
@media screen and (max-width: 330px) {
  #general-section-how-details-integrate .c-1 .c-content-con:first-child {
    left: 65px;
  }
}
@media screen and ((min-width: 331px) and (max-width: 370px)) {
  #general-section-how-details-integrate .c-1 .c-content-con:first-child {
    left: 45px;
  }
}
@media screen and ((min-width: 371px) and (max-width: 450px)) {
  #general-section-how-details-integrate .c-1 .c-content-con:first-child {
    left: 25px;
  }
}
/* hubspot */
#general-section-how-details-integrate .c-1 .c-content-con:nth-child(2) {
  top: 0;
  left: 20px;
}
/* wix */
#general-section-how-details-integrate .c-1 .c-content-con:nth-child(3) {
  top: 27px;
  left: 50px;
}
/* salesforce */
#general-section-how-details-integrate .c-1 .c-content-con:nth-child(4) {
  top: 30px;
  left: -10px;
}
/* gmail */
#general-section-how-details-integrate .c-1 .c-content-con:nth-child(5) {
  top: 45px;
  left: 45px;
}
/* microsoft365 */
#general-section-how-details-integrate .c-1 .c-content-con:nth-child(6) {
  top: 60px;
  left: -60px;
}
/* discord */
#general-section-how-details-integrate .c-1 .c-content-con:nth-child(7) {
  top: 100px;
  left: -10px;
}
/* clickup */
#general-section-how-details-integrate .c-1 .c-content-con:nth-child(8) {
  top: 125px;
  left: -40px;
}
/* workday */
#general-section-how-details-integrate .c-1 .c-content-con:nth-child(9) {
  top: 130px;
  left: 26px;
}
@media screen and (min-width: 320px) {
  /* hubspot */
  #general-section-how-details-integrate .c-1 .c-content-con:nth-child(2) {
    top: 0;
    left: 40px;
  }
  /* wix */
  #general-section-how-details-integrate .c-1 .c-content-con:nth-child(3) {
    top: 27px;
    left: 70px;
  }
  /* salesforce */
  #general-section-how-details-integrate .c-1 .c-content-con:nth-child(4) {
    top: 30px;
    left: 10px;
  }
  /* gmail */
  #general-section-how-details-integrate .c-1 .c-content-con:nth-child(5) {
    top: 45px;
    left: 65px;
  }
  /* microsoft365 */
  #general-section-how-details-integrate .c-1 .c-content-con:nth-child(6) {
    top: 60px;
    left: -40px;
  }
  /* discord */
  #general-section-how-details-integrate .c-1 .c-content-con:nth-child(7) {
    top: 100px;
    left: 10px;
  }
  /* clickup */
  #general-section-how-details-integrate .c-1 .c-content-con:nth-child(8) {
    top: 125px;
    left: -20px;
  }
  /* workday */
  #general-section-how-details-integrate .c-1 .c-content-con:nth-child(9) {
    top: 130px;
    left: 46px;
  }
}
@media screen and (min-width: 430px) {
  /* hubspot */
  #general-section-how-details-integrate .c-1 .c-content-con:nth-child(2) {
    top: 0;
    left: 50px;
  }
  /* wix */
  #general-section-how-details-integrate .c-1 .c-content-con:nth-child(3) {
    top: 27px;
    left: 80px;
  }
  /* salesforce */
  #general-section-how-details-integrate .c-1 .c-content-con:nth-child(4) {
    top: 30px;
    left: 20px;
  }
  /* gmail */
  #general-section-how-details-integrate .c-1 .c-content-con:nth-child(5) {
    top: 45px;
    left: 70px;
  }
  /* microsoft365 */
  #general-section-how-details-integrate .c-1 .c-content-con:nth-child(6) {
    top: 60px;
    left: -30px;
  }
  /* discord */
  #general-section-how-details-integrate .c-1 .c-content-con:nth-child(7) {
    top: 100px;
    left: 20px;
  }
  /* clickup */
  #general-section-how-details-integrate .c-1 .c-content-con:nth-child(8) {
    top: 125px;
    left: -15px;
  }
  /* workday */
  #general-section-how-details-integrate .c-1 .c-content-con:nth-child(9) {
    top: 125px;
    left: 56px;
  }
}
@media screen and (min-width: 575px) {
  #general-section-how-details-integrate .c-1 .c-content-con:first-child {
    max-width: 360px;
  }
  /* hubspot */
  #general-section-how-details-integrate .c-1 .c-content-con:nth-child(2) {
    left: 45px;
  }
  /* wix */
  #general-section-how-details-integrate .c-1 .c-content-con:nth-child(3) {
    top: 40px;
    left: 60px;
  }
  /* salesforce */
  #general-section-how-details-integrate .c-1 .c-content-con:nth-child(4) {
    top: 52px;
    left: 0;
  }
  /* gmail */
  #general-section-how-details-integrate .c-1 .c-content-con:nth-child(5) {
    top: 75px;
    left: 55px;
  }
  /* microsoft365 */
  #general-section-how-details-integrate .c-1 .c-content-con:nth-child(6) {
    top: 110px;
    left: -65px;
  }
  /* discord */
  #general-section-how-details-integrate .c-1 .c-content-con:nth-child(7) {
    top: 170px;
    left: -25px;
  }
  /* clickup */
  #general-section-how-details-integrate .c-1 .c-content-con:nth-child(8) {
    top: 210px;
    left: 20px;
  }
  /* workday */
  #general-section-how-details-integrate .c-1 .c-content-con:nth-child(9) {
    top: 240px;
    left: 40px;
  }
}
@media screen and (min-width: 650px) {
  #general-section-how-details-integrate .c-1 .c-content-con:first-child {
    max-width: 420px;
  }
  /* hubspot */
  #general-section-how-details-integrate .c-1 .c-content-con:nth-child(2) {
    left: 75px;
  }
  /* wix */
  #general-section-how-details-integrate .c-1 .c-content-con:nth-child(3) {
    top: 52px;
    left: 90px;
  }
  /* salesforce */
  #general-section-how-details-integrate .c-1 .c-content-con:nth-child(4) {
    top: 70px;
    left: 15px;
  }
  /* gmail */
  #general-section-how-details-integrate .c-1 .c-content-con:nth-child(5) {
    top: 100px;
    left: 75px;
  }
  /* microsoft365 */
  #general-section-how-details-integrate .c-1 .c-content-con:nth-child(6) {
    top: 135px;
    left: -30px;
  }
  /* discord */
  #general-section-how-details-integrate .c-1 .c-content-con:nth-child(7) {
    top: 200px;
    left: 15px;
  }
  /* clickup */
  #general-section-how-details-integrate .c-1 .c-content-con:nth-child(8) {
    top: 245px;
    left: 50px;
  }
  /* workday */
  #general-section-how-details-integrate .c-1 .c-content-con:nth-child(9) {
    top: 280px;
    left: 70px;
  }
}
@media screen and (min-width: 768px) {
  #general-section-how-details-integrate .c-1 .c-content-con:first-child {
    position: absolute;
    right: 30px;
    max-width: 260px;
  }
  /* hubspot */
  #general-section-how-details-integrate .c-1 .c-content-con:nth-child(2) {
    left: 30px;
  }
  /* wix */
  #general-section-how-details-integrate .c-1 .c-content-con:nth-child(3) {
    top: 30px;
    left: 50px;
  }
  /* salesforce */
  #general-section-how-details-integrate .c-1 .c-content-con:nth-child(4) {
    top: 40px;
    left: -10px;
  }
  /* gmail */
  #general-section-how-details-integrate .c-1 .c-content-con:nth-child(5) {
    top: 55px;
    left: 45px;
  }
  /* microsoft365 */
  #general-section-how-details-integrate .c-1 .c-content-con:nth-child(6) {
    top: 75px;
    left: -65px;
  }
  /* discord */
  #general-section-how-details-integrate .c-1 .c-content-con:nth-child(7) {
    top: 120px;
    left: -20px;
  }
  /* clickup */
  #general-section-how-details-integrate .c-1 .c-content-con:nth-child(8) {
    top: 150px;
    left: -35px;
  }
  /* workday */
  #general-section-how-details-integrate .c-1 .c-content-con:nth-child(9) {
    top: 165px;
    left: 25px;
  }
}
@media screen and (min-width: 1024px) {
  #general-section-how-details-integrate .c-1 .c-content-con:first-child {
    max-width: 395px;
  }
  /* hubspot */
  #general-section-how-details-integrate .c-1 .c-content-con:nth-child(2) {
    left: 20px;
  }
  /* wix */
  #general-section-how-details-integrate .c-1 .c-content-con:nth-child(3) {
    top: 45px;
    left: 30px;
  }
  /* salesforce */
  #general-section-how-details-integrate .c-1 .c-content-con:nth-child(4) {
    top: 55px;
    left: -35px;
  }
  /* gmail */
  #general-section-how-details-integrate .c-1 .c-content-con:nth-child(5) {
    top: 80px;
    left: 30px;
  }
  /* microsoft365 */
  #general-section-how-details-integrate .c-1 .c-content-con:nth-child(6) {
    top: 115px;
    left: -95px;
  }
  /* discord */
  #general-section-how-details-integrate .c-1 .c-content-con:nth-child(7) {
    top: 180px;
    left: -40px;
  }
  /* clickup */
  #general-section-how-details-integrate .c-1 .c-content-con:nth-child(8) {
    top: 220px;
    left: -10px;
  }
  /* workday */
  #general-section-how-details-integrate .c-1 .c-content-con:nth-child(9) {
    top: 260px;
    left: 10px;
  }
}
#general-section-how-details-optimize .c-2 .c-content-con {
  display: inline-block;
  padding: 10px;
  width: auto;
  max-width: 80%;
  background: rgba(202, 205, 215, 0.6);
  border-radius: 8px;
  box-shadow: 0 4px 40px 4px rgba(16, 19, 24, 0.15);
  backdrop-filter: blur(44px);
}
#general-section-how-details-optimize .c-2 .c-content-con:last-child {
  position: absolute;
  margin: 0;
  right: 0;
  top: 40px;
}
@media screen and (min-width: 768px) {
  #general-section-how-details-optimize .c-2 .c-content-con {
    margin-left: 40px;
  }
  #general-section-how-details-optimize .c-2 .c-content-con:last-child {
    margin: 0;
    top: 80px;
  }
}
#general-section-how-details-deploy .c-1 .c-content-con {
  display: inline-block;
  padding: 10px;
  width: auto;
  max-width: 80%;
  background: rgba(202, 205, 215, 0.6);
  border-radius: 8px;
  box-shadow: 0 4px 40px 4px rgba(16, 19, 24, 0.15);
  backdrop-filter: blur(44px);
}
.general-section-how-it-works-details-cta a.cta-five {
    color: #fff !important;
    border-color: #fff;
}
.general-section-how-it-works-details-cta a.cta-five:hover {
    background: #000;
}
.home-section-steps-detail h2 img {
  margin-right: 15px;
  max-height: 30px;
  vertical-align: top;
}
.home-section-steps-detail h2 {
  padding-bottom: 15px;
  border-bottom: 1px solid #fc0;
}
.home-section-steps-detail ul {
  padding-left: 0;
  list-style: none;
}
.home-section-steps-detail li {
  padding-bottom: 15px;
  border-bottom: 1px solid rgba(198, 202, 205, 0.3);
}
#home-section-discover {
  padding-left: 10px;
  padding-right: 10px;
}


.general-section-newsletter form {
  display: flex;
  justify-content: flex-start;
}
.general-section-newsletter .hs_email {
  width: calc(75% - 10px);
  max-width: 50%;
  margin-right: 10px;
}
@media screen and (min-width: 768px) {
  .general-section-newsletter .hs_email {
    max-width: 60%;
  }
}
@media screen and (min-width: 1240px) {
  .general-section-newsletter .hs_email {
    max-width: none;
  }
}
.general-section-newsletter .hs_submit {
  width: 25%;
}
.general-section-newsletter .form-title {
  margin-bottom: 0;
}
.general-section-newsletter .hs-form label {
  margin-bottom: 0;
}
.general-section-newsletter .hs-input {
  padding: 17px 20px !important;
}
.general-section-newsletter .hs-input::-webkit-input-placeholder { /* WebKit, Blink, Edge */
  color:    #fff;
}
.general-section-newsletter .hs-input:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
  color:    #fff;
  opacity:  1;
}
.general-section-newsletter .hs-input::-moz-placeholder { /* Mozilla Firefox 19+ */
  color:    #fff;
  opacity:  1;
}
.general-section-newsletter .hs-input:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color:    #fff;
}
.general-section-newsletter .hs-input::-ms-input-placeholder { /* Microsoft Edge */
  color:    #fff;
}
.general-section-newsletter .hs-input::placeholder { /* Most modern browsers support this now. */
  color:    #fff;
}
.general-section-newsletter .hs-button {
  padding: 20px 30px;
  background: #fff;
  color: #000 !important;
  font-size: 16px;
  cursor: pointer;
}
.general-section-newsletter .hs-button:hover {
  background: #DCE0EA;
}

/* accordion */
.accordion-controls a.accordion-title {
  text-decoration: none;
}
.hhs-accordion-mod .container-fluid {
  padding: 0;
}
.hhs-accordion-mod .col-lg-6 {
  padding-left: 0;
}

/* breadcrumb */
.hs-breadcrumb-menu-item {
  font-size: 12px;
  font-weight: 400;
  line-height: 1.4;
}
.hs-breadcrumb-menu-item.first-crumb {
  padding-left: 0;
}
a.hs-breadcrumb-label {
  color: #505060;
  text-decoration: none;
}
span.hs-breadcrumb-label {
  font-weight: bold;
}

/* tooltip */
.tooltip-text {
  position: absolute;
  top: -40px;
  left: -50%; */
  z-index: 2;
  width: auto;
  color: white;
  font-size: 12px;
  background-color: #192733;
  border-radius: 10px;
  padding: 10px 15px 10px 15px;
}
.hover-fade {
  opacity: 0;
  transition: opacity 0.5s;
}
.hover-text:hover .hover-fade { opacity: 1; }
.hover-text {
  position: relative;
  display: inline-block;
  font-family: Arial;
  text-align: center;
}

/* blog */
#main-content .post-page-full .blog-header-full {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
}
.blog-post .sidebar-con {
  margin-bottom: 20px;
  padding: 30px;
  background: #F0F1F6;
  border-radius: 12px;
}
.blog-post .sidebar-con .sidebar-title, .blog-post .sidebar-con h3 {
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
}
.blog-post .hhs-tag-list li a {
  background: transparent;
  color: #000;
  border: 1px solid #A0A2B4;
  border-radius: 8px;
  text-decoration: none;
  transition: none;
}
.blog-post .hhs-tag-list li a:hover {
  background: rgba(220, 224, 234, 1);
}
.blog-post .hhs-tag-list li a span {
  display: none;
}
.blog-post .position-sticky {
  position: relative;
}
@media screen and (min-width: 991px) {
  .blog-post .position-sticky {
    position: -webkit-sticky;
    position: sticky;
    top: 100px;
  }
}

/* blog university hero */
.blog-post-university-header .col {
  padding: 0;
}
.blog-post-university-hero {
  margin-top: 47px;
  background: url(https://integrail.ai/hubfs/144358290/Website/Page%20Graphics/University/bg-blog-post-hero.jpg) no-repeat center center;
  background-size: cover;
}
@media screen and (min-width: 576px) {
  .blog-post-university-hero {
    margin-top: 50px;
  }
}
@media screen and (min-width: 1081px) {
  .blog-post-university-hero {
    margin-top: 84px;
  }
}
.blog-post-university-hero-inner {
  margin: 0 auto;
  padding: 30px;
  max-width: 1300px;
}
.blog-post-university-badge {
  display: inline-block;
  padding: 8px 20px 8px 17px;
  background: linear-gradient(to bottom right, rgba(206, 0, 214, 1), rgba(53, 125, 237, 1));
  border-radius: 12px 0 12px 12px;
}
.blog-post-university-badge span {
  font-size: 18px;
  font-weight: bold;
  color: #fff;
}
.blog-post-university-title {
  padding-top: 0.5em;
  font-size: 32px;
  font-weight: 500;
  color: #fff;
  line-height: 1.2;
}
.blog-post-university-hero h2 {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.2;
}
@media screen and (min-width: 575px) {
  .blog-post-university-title {
    font-size: 48px;
  }
  .blog-post-university-hero h2 {
    font-size: 28px;
  }
}
/* blog ai agents hero */
.blog-post-ai-agents-header .col {
  padding: 0;
}
.blog-post-ai-agents-hero {
  margin-top: 47px;
  background: url(https://integrail.ai/hubfs/Website/Page%20Graphics/Blog/hero-blog.jpg) no-repeat center center;
  background-size: cover;
}
@media screen and (min-width: 576px) {
  .blog-post-ai-agents-hero {
    margin-top: 50px;
  }
}
@media screen and (min-width: 1081px) {
  .blog-post-ai-agents-hero {
    margin-top: 84px;
  }
}
.blog-post-ai-agents-hero-inner {
  margin: 0 auto;
  padding: 30px;
  max-width: 1300px;
}
.blog-post-ai-agents-meta {
  display: block;
  padding-bottom: 5em;
}
.blog-post-ai-agents-title {
  padding-top: 0.5em;
  font-size: 32px;
  font-weight: 500;
  color: #fff;
  line-height: 1.2;
}
.blog-post-ai-agents-hero h2 {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.2;
}
@media screen and (min-width: 575px) {
  .blog-post-ai-agents-title {
    font-size: 48px;
    max-width: 60%;
  }
  .blog-post-ai-agents-meta-description {
    max-width: 60%;
  }
}
/* blog post meta */
.blog-post-meta {
  margin: 0 auto;
  padding: 10px 30px 30px 30px;
  max-width: 1300px;
}
.blog-post-cat {
  flex: 0 0 100%;
  max-width:  100%;
  padding-left: 0;
}
@media screen and (min-width: 575px) {
  .blog-post-cat {
    flex: 0 0 33.333333%;
    max-width:  33.333333%;
  }
}
.blog-post-tags {
  display: flex;
  align-items: center;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.5;
}
.blog-post-tags img {
  margin-right: 10px;
}
.blog-post-social {
  flex: 0 0 100%;
  max-width:  100%;
  padding-top: 20px;
  padding-left: 0;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.5;
}
@media screen and (min-width: 575px) {
  .blog-post-social {
    flex: 0 0 66.666666%;
    max-width:  66.666666%;
    padding-top: 0;
    padding-left: 20px;
    text-align: right;
  }
}
.blog-post-social .hs-blog-social-share {
  padding: 0;
  display: inline;
  width: auto;
  border: 0;
}
.blog-post-social .hs-blog-social-share .hs-blog-social-share-list {
  display: inline;
  margin: 0;
}
.blog-post-social .hs-blog-social-share .hs-blog-social-share-item {
  float: none;
  display: inline-block;
}
.social-sharing-wrapper > img {
  vertical-align: middle;
  margin: 0 10px;
}
a.icon-share {
  padding: 3px;
  margin: 1px 5px;
  background: #F0F1F6;
  border-radius: 30px;
  line-height: 1;
  vertical-align: middle;
}
a#copyLinkContent {
  padding: 5px;
}
a.icon-share img {
  width: 25px;
}
a#copyLinkContent img {
  width: 20px;
}
#main-content .blog-post__related .container, #main-content .blog-post__related .container .row {
  padding: 0;
}
#main-content .blog-post__related .hs_cos_wrapper_type_related_blog_posts {
  display: block;
}
#main-content .hhs-blog-card {
  display: block;
  padding: 20px 0;
  border-bottom: 1px solid #CCD1E0;
}
#main-content .hhs-blog-card:last-child {
  border-bottom: 0;
}
#main-content .blog-post__related .hhs-blog-card-inner {
  display: flex;
  flex-direction: row-reverse;
  align-items: flex-start;
  justify-content: space-between;
  padding-bottom: 0;
  height: auto;
  background: transparent;
}
#main-content .blog-index__post .blog-index__post-image {
  margin-bottom: 0;
  max-width: 75px;
}
#main-content .blog-post__related .hhs-blog-card-inner .blog-index__post-content {
  padding: 0;
  min-height: auto;
}
#main-content .blog-post__related .hhs-blog-card-inner .blog-index__post-content .card_post_title {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.5;
}
#main-content .blog-post__related .hhs-blog-card-inner .blog-index__post-content .card_post_title a {
  color: #000000;
  text-decoration: none;
}
#main-content .blog-post__related .hhs-blog-card-inner .blog-index__post-content .blog-index__post-tags, #main-content .blog-post__related .hhs-blog-card-inner .blog-index__post-content .blog-index__post-tag {
  padding: 0;
  font-size: 12px;
  font-weight: 400;
  color: #505060;
  text-decoration: none;
}
#main-content .blog-post__related .hhs-blog-card-inner .blog-index__post-content > p, #main-content .hhs-blog-cards .blog-index__post-author, #main-content .hhs-blog-cards a.blog-index__post-button {
  display: none;
}

/* blog unversity video */
.post-page-full:has(#university-video) .blog-post__body {
  flex: 0 0 100%;
  max-width: 100%;
}
.post-page-full:has(#university-video) .blog-post__body + div {
  display: none;
}
#university-video .container .c-video-card {
  padding: 0;
}

/* blog university home */
#blog-university-home-hero .hhs-col-inner .hhs-col-inner-con .hhs-rich-text .text-ig-lemon {
  color: #fc0;
}
#blog-university-home-hero .hhs-col-inner .hhs-col-inner-con .hhs-rich-text .text-ig-steel-pink {
  color: #ce00d6;
}
.blog-university-home-star-01, .blog-university-home-star-02 {
  display: none;
}
@media screen and (min-width: 320px) {
  .blog-university-home-star-01 {
    display: block;
    position: absolute;
    z-index: 1;
    top: -33px;
    right: -10px;
  }
  .blog-university-home-star-02 {
    display: block;
    position: absolute;
    bottom: -5px;
    left: -24px;
    z-index: -1;
  }
}
@media screen and (min-width: 923px) {
  .blog-university-home-star-02 {
    bottom: -30px;
  }
}
@media screen and (min-width: 992px) {
  .blog-university-home-star-02 {
    bottom: 0;
  }
}
@media screen and (min-width: 1192px) {
  .blog-university-home-star-02 {
    bottom: -30px;
  }
}
/* blog listing breadcrumb */
.hs-blog-id-114129390010 .dnd-blog-listing .row-number-4 > .row-fluid {
  max-width: 1300px;
  margin: 0 auto;
}
  /* left column of blog listing */
.hs-blog-id-114129390010 .dnd-blog-listing .widget-span > div:last-child > .row-fluid > .widget-span > .dnd-row:first-child {
  padding: 0 20px;
}
/* card container style for left column of blog listing */
.hs-blog-id-114129390010 .dnd-blog-listing .widget-span > div:last-child > .row-fluid > .widget-span .block {
  margin: 20px 10px;
  padding: 30px;
  background: #F0F1F6;
  border-radius: 12px;
}
.hs-blog-id-114129390010 .dnd-blog-listing .widget-span > div:last-child > .row-fluid > .widget-span .block h3 {
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
}
/* topics style for left column of blog listing */
.hs-blog-id-114129390010 .dnd-blog-listing .widget-span > div:last-child > .row-fluid > .widget-span .block ul {
  padding-left: 0px;
  display: table;
}
.hs-blog-id-114129390010 .dnd-blog-listing .widget-span > div:last-child > .row-fluid > .widget-span .block li {
  display: block;
  float: left;
  list-style-type: none;
  font-family: DM Sans;
  font-size: 18px;
  font-style: normal;
  font-weight: normal;
  color: #666666;
  text-decoration: none;
}
.hs-blog-id-114129390010 .dnd-blog-listing .widget-span > div:last-child > .row-fluid > .widget-span .block li a {
  display: inline-block;
  padding: 5px 10px;
  margin: 0 5px 5px 0;
  background: transparent;
  border: 1px solid #A0A2B4;
  border-radius: 8px;
  font-size: .8rem;
  color: #000;
  text-decoration: none;
  line-height: normal;
  transition: none;
}
.hs-blog-id-114129390010 .dnd-blog-listing .widget-span > div:last-child > .row-fluid > .widget-span .block li a span {
  display: none;
}
/* see all topics on left column of blog listing */
.hs-blog-id-114129390010 .dnd-blog-listing .widget-span > div:first-child > .row-fluid > .widget-span > div:nth-child(2) .hs_cos_wrapper_type_rich_text {
  position: relative;
}
.hs-blog-id-114129390010 .dnd-blog-listing .widget-span > div:first-child > .row-fluid > .widget-span > div:nth-child(2) .hs_cos_wrapper_type_rich_text a {
  position: absolute;
  left: 40px;
  top: -5em;
  white-space: nowrap;
  font-size: 80%;
}
@media screen and (min-width: 992px) {
  .hs-blog-id-114129390010 .dnd-blog-listing .widget-span > div:first-child > .row-fluid > .widget-span > div:nth-child(2) .hs_cos_wrapper_type_rich_text a {
    top: -3.5em;
  }
}
#main-content .body-container--blog-index .blog-index .blog-index__post {
  padding: 0 10px 1em 10px;
}
#main-content .body-container--blog-index .blog-index__post .hhs-blog-card-inner {
  display: grid;
  align-items: flex-start;
  padding: 20px;
  border-radius: 8px;
  text-align: center;
}
#main-content .body-container--blog-index .blog-index__post .blog-index__post-image {
  margin: 0 auto;
}
#main-content .body-container--blog-index .blog-index__post .hhs-blog-card-inner .blog-index__post-content {
  min-height: auto;
}
#main-content .body-container--blog-index .blog-index__post h4.card_post_title a {
  font-size: 18px;
  font-weight: bold;
  text-decoration: none;
  line-height: 1.5;
}
#main-content .body-container--blog-index .hhs-blog-grid-cards .blog-index__post-tags {
  display: flex;
  gap: 5px;
  flex-wrap: wrap;
  justify-content: center;
}
#main-content .body-container--blog-index .hhs-blog-grid-cards .blog-index__post-tag {
  display: inline-block;
  padding: 5px 10px;
  margin: 0 0 5px 0;
  background: transparent;
  border: 1px solid #A0A2B4;
  border-radius: 8px;
  font-size: .8rem;
  color: #000;
  text-decoration: none;
  line-height: normal;
  transition: none;
}
#main-content .body-container--blog-index .hhs-blog-grid-cards .blog-index__post-tag:last-child {
  margin-right: 0;
}
#main-content .body-container--blog-index .hhs-blog-grid-cards .blog-index__post-tag.blog-index_post-tag-video {
  display: flex;
  align-items: center;
  font-weight: bold;
  color: #357DED;
  border-color: #357DED;
}
#main-content .body-container--blog-index .hhs-blog-grid-cards .blog-index__post-tag.blog-index_post-tag-guide {
  display: flex;
  align-items: center;
  font-weight: bold;
  color: #FF6600;
  border-color: #FF6600;
}
#main-content .body-container--blog-index .hhs-blog-grid-cards .blog-index__post-tag.blog-index_post-tag-lesson {
  display: flex;
  align-items: center;
  font-weight: bold;
  color: #0CCA4A;
  border-color: #0CCA4A;
}
#main-content .body-container--blog-index .hhs-blog-grid-cards .blog-index__post-tag.blog-index_post-tag-video img,
#main-content .body-container--blog-index .hhs-blog-grid-cards .blog-index__post-tag.blog-index_post-tag-guide img,
#main-content .body-container--blog-index .hhs-blog-grid-cards .blog-index__post-tag.blog-index_post-tag-lesson img {
  margin-right: 5px;
}
#main-content .body-container--blog-index .hs_cos_wrapper_type_post_filter .block .widget-module a.blog-index_post-tag-video {
  display: flex;
  align-items: center;
  font-weight: bold;
  color: #357DED;
  border-color: #357DED;
}
#main-content .body-container--blog-index .hs_cos_wrapper_type_post_filter .block .widget-module a.blog-index_post-tag-guide {
  display: flex;
  align-items: center;
  font-weight: bold;
  color: #FF6600;
  border-color: #FF6600;
}
#main-content .body-container--blog-index .hs_cos_wrapper_type_post_filter .block .widget-module a.blog-index_post-tag-lesson {
  display: flex;
  align-items: center;
  font-weight: bold;
  color: #0CCA4A;
  border-color: #0CCA4A;
}
#main-content .body-container--blog-index .hs_cos_wrapper_type_post_filter .block .widget-module a.blog-index_post-tag-video img,
#main-content .body-container--blog-index .hs_cos_wrapper_type_post_filter .block .widget-module a.blog-index_post-tag-guide img,
#main-content .body-container--blog-index .hs_cos_wrapper_type_post_filter .block .widget-module a.blog-index_post-tag-lesson img {
  margin-right: 5px;
}
#main-content .body-container--blog-index a.blog-index__post-button {
  position: relative;
  right: auto;
  bottom: auto;
  display: inline-block;
  margin: 0 auto;
  padding: 20px 32px;
  width: auto;
  background-color: rgba(0, 0, 0, 0.0);
  border-color: #CE00D6;
  border-radius: 8px;
  border-style: solid;
  border-width: 2px ;
  font-family: DM Sans;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: none;
  color: #CE00D6;
  text-decoration: none;
  align-self: flex-end;
}
#main-content .body-container--blog-index a.blog-index__post-button:hover {
  background: rgba(255, 219, 255, 1.0);
}
@media screen and (min-width: 992px) {
  /* main body section of blog listing */
  .hs-blog-id-114129390010 .dnd-blog-listing .widget-span > div:last-child > .row-fluid {
    justify-content: center;
  }
  .hs-blog-id-114129390010 .dnd-blog-listing .widget-span > div:last-child > .row-fluid > .widget-span {
    flex-direction: row !important;
    max-width: 1280px;
  }
  /* left column of blog listing */
  .hs-blog-id-114129390010 .dnd-blog-listing .widget-span > div:last-child > .row-fluid > .widget-span > .dnd-row:first-child {
    padding: 0;
    max-width: 25%;
  }
  /* right column of blog listing */
  .hs-blog-id-114129390010 .dnd-blog-listing .widget-span > div:last-child > .row-fluid > .widget-span > .dnd-row:last-child {
    max-width: 75%;
  }
  /* card container style for left column of blog listing */
  .hs-blog-id-114129390010 .dnd-blog-listing .widget-span > div:last-child > .row-fluid > .widget-span .block {
    margin: 0 10px;
  }
}

/* blog footer */
.hs-blog-listing .general-section-newsletter > .custom {
  margin: 0 auto;
  padding-left: 15px;
  padding-right: 15px;
}
}
.hs-blog-listing #general-section-offer-card .c-cta-con, .hs-blog-listing #general-section-ready-start .c-justify-center, .hs-blog-listing #general-section-ready-start .c-cta-con {
  text-align: center;
}
@media screen and (min-width: 338px) {
  .hs-blog-listing .module-offer-container #general-section-offer-card .c-1 .c-in-1 {
    left: -45px;
  }
}