.elementor-kit-34{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-typography-primary-font-family:"Barlow Condensed";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;font-family:"Barlow Condensed", Sans-serif;font-weight:600;}.elementor-kit-34 e-page-transition{background-color:#FFBC7D;}.elementor-kit-34 a{font-family:"Barlow Condensed", Sans-serif;font-weight:600;}.elementor-kit-34 h1{font-family:"Barlow Condensed", Sans-serif;font-weight:600;}.elementor-kit-34 h2{font-family:"Barlow Condensed", Sans-serif;font-weight:600;}.elementor-kit-34 h4{font-family:"Barlow Condensed", Sans-serif;font-weight:600;}.elementor-kit-34 h6{font-family:"Barlow Condensed", Sans-serif;font-weight:600;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){margin-block-end:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}.site-footer .site-branding .site-logo img{width:270px;max-width:270px;}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* Hide default WordPress/Hello titles */
.page .entry-title,
.single .entry-title,
.elementor-page-title {
  display: none !important;
}


.full-highlight {
  position: relative;
  display: inline-block;
  padding-bottom: 0.1em; /* small space above the underline */
}

.full-highlight::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0.05em; /* adjust to sit just beneath the text */
  width: 100%;
  height: 0.3em;
  background-color: #484D6D;
  z-index: -1;
  border-radius: 2px;
}

.black-highlight {
  position: relative;
  display: inline-block;
}

.black-highlight::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -0.05em; /* adjust to move higher or lower */
  width: 100%;
  height: 0.3em;   /* thickness of the highlight */
  background-color: #000000; /* black highlight */
  z-index: -1;
  border-radius: 2px;
}

/* use with:  SEEMLESS <span class="black-highlight">INTEGRATION</span> */
.black-highlight{
  position: relative;
  display: inline;          /* inline works better around text */
  isolation: isolate;       /* creates a stacking context so ::after won't drop behind the section */
  z-index: 0;
}

.black-highlight::after{
  content:'';
  position:absolute;
  left:0;
  right:0;
  bottom:0.06em;            /* raise/lower the bar */
  height:0.32em;            /* thickness */
  background:#000;          /* black */
  border-radius:3px;
  z-index:-1;               /* sits under the letters but above the background */
}/* End custom CSS */