/* @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    */
/*****************************************/


/*****************************************/
/* CUSTOMIZATIONS */
/*****************************************/
/* HUBFINANCE */

/* Headings */


h1,h2,h3,h4,h5,h6 {
  word-break: break-word;
}
  h1, h2, h3, h4, h5, h6, p, span {
    hyphens: none;
}
body {
    word-break: break-word; /* Ensures long words break only at spaces */
    overflow-wrap: break-word; /* Adds a fallback for browsers that use overflow-wrap */
    hyphens: none; /* Disables automatic hyphenation */
}
/* Logo slider */

.swiper-autoheight .swiper-wrapper {
  align-items: center;
}

.swiper-slide .item img {
  max-height:80px;
}
/*****************************************/
/* BLOG*/
/*****************************************/

/* Search bar */

.hs-search-field__suggestions-container {
  z-index:1;
}

.pwr-author-profile__wrapper {
  display:none;
}
.pwr-filter .pwr-filter__link.active, .pwr-filter .pwr-filter__link:hover {
  color:#00ffff;
}
.pwr-blog-pagination {
  padding-bottom:80px;
}
.pwr-sec-posts .pwr-rel-post-item--small h3 {
  font-size:1rem;
  line-height: 1.35rem;
}
/*****************************************/

/* Trick to make HP 4 columns same height */
.row-fluid-wrapper.row-depth-1.row-number-2.dnd_area-row-1-padding.dnd-section.dnd_area-row-1-margin.dnd_area-row-1-force-full-width-section .row-fluid .span3.widget-span {
  padding-bottom: 100% !important;
  margin-bottom: -100% !important;
}
.row-fluid-wrapper.row-depth-1.row-number-2.dnd_area-row-1-padding.dnd-section.dnd_area-row-1-margin.dnd_area-row-1-force-full-width-section .row-fluid{overflow:hidden;}

/* Force the HP 4 columns width to remove the gap */
.row-fluid-wrapper.row-depth-1.row-number-2.dnd_area-row-1-padding.dnd-section.dnd_area-row-1-margin.dnd_area-row-1-force-full-width-section .row-fluid .span3.widget-span {
  width: 25% !important;
  margin: 0;
}

#main-content > div > div > div > div > div > div.row-fluid-wrapper.row-depth-1.row-number-2.dnd_area-row-1-padding.dnd-section.dnd_area-row-1-margin.dnd_area-row-1-force-full-width-section .row-fluid .span3.widget-span h2 {
  min-height:90px;
}
@media screen and (min-width: 2010px){
    .row-fluid-wrapper.row-depth-1.row-number-2.dnd_area-row-1-padding.dnd-section.dnd_area-row-1-margin.dnd_area-row-1-force-full-width-section .row-fluid .span3.widget-span .dnd-row .dnd-module .widget-type-rich_text {
    min-height: 230px;
    }
}
@media screen and (min-width: 1600px) and (max-width: 2010px){
    .row-fluid-wrapper.row-depth-1.row-number-2.dnd_area-row-1-padding.dnd-section.dnd_area-row-1-margin.dnd_area-row-1-force-full-width-section .row-fluid .span3.widget-span .dnd-row .dnd-module .widget-type-rich_text {
    min-height: 290px;
    }
}
@media screen and (min-width: 1360px) and (max-width: 1600px){
    .row-fluid-wrapper.row-depth-1.row-number-2.dnd_area-row-1-padding.dnd-section.dnd_area-row-1-margin.dnd_area-row-1-force-full-width-section .row-fluid .span3.widget-span .dnd-row .dnd-module .widget-type-rich_text {
    min-height: 360px;
    }
}
@media screen and (min-width: 1060px) and (max-width: 1360px){
    .row-fluid-wrapper.row-depth-1.row-number-2.dnd_area-row-1-padding.dnd-section.dnd_area-row-1-margin.dnd_area-row-1-force-full-width-section .row-fluid .span3.widget-span .dnd-row .dnd-module .widget-type-rich_text {
    min-height: 520px;
    }
}

.pwr-post-featured{max-width:100% !important;margin:0;} 
.pwr-post-featured__info-box { position: absolute; bottom: 90px; left: 0; right: 0; padding-left: calc(50% - 1200px / 2); }
.pwr-post-body { background-color: #fff;padding:0;}
.pwr-post-content {max-width: 100%;padding: 0;}

.sidebar-wrap { width: 100%; display: inline-block; padding: 60px 0; }
.sidebar-wrap .wrap { width: 100%; display: flex; align-items: flex-start; justify-content: space-between; gap: 60px; }
.sidebar-wrap .wrap .left-part { width: 65%; display: inline-block; }
.sidebar-wrap .wrap .right { width: 35%; display: inline-block; }
.sidebar-wrap .wrap .right .blog-post-sidebar { width: 100%; display: inline-block; }
.sidebar-wrap .wrap .right .blog-post-sidebar .box-info { width: 100%; display: inline-block; background-size: cover; background-repeat: no-repeat; background-position: center; padding: 80px 15px; text-align: center; }
.sidebar-wrap .wrap .right .blog-post-sidebar .box-info .title { width: 100%; display: inline-block; }
.sidebar-wrap .wrap .right .blog-post-sidebar .box-info .title h2 { width: 100%; display: inline-block; color: #fff; font-size: 38px; line-height: 48px; }
.sidebar-wrap .wrap .right .blog-post-sidebar .box-info .contain { width: 100%; display: inline-block; }
.sidebar-wrap .wrap .right .blog-post-sidebar .box-info .contain p { width: 100%; display: inline-block; color: #fff; }
.sidebar-wrap .wrap .right .blog-post-sidebar .box-info .cta { width: 100%; display: inline-block; }
.sidebar-wrap .wrap .right .blog-post-sidebar .box-info .cta a {font-family: 'Paytone One'; width: auto; display: inline-block; padding: 15px 20px; background-color: #00ffff; color: #000; border-radius: 5px; text-transform: uppercase; font-weight: 700; font-size: 13px; }

.sidebar-wrap .wrap .right .blog-post-sidebar .popular-post { width: 100%; display: inline-block; }
.sidebar-wrap .wrap .right .blog-post-sidebar .popular-post .popular-title { width: 100%; display: inline-block; }
.sidebar-wrap .wrap .right .blog-post-sidebar .popular-post .popular-title h3 { width: 100%; display: inline-block; margin: 30px 0 47px 0; }
.sidebar-wrap .wrap .right .blog-post-sidebar .popular-post .recent-post { width: 100%; display: flex; align-items: flex-start; justify-content: space-between; gap: 30px; }

.sidebar-wrap .wrap .right .blog-post-sidebar .popular-post .recent-post .left-area { width: 100%; max-width: 100px; display: inline-block; }
.sidebar-wrap .wrap .right .blog-post-sidebar .popular-post .recent-post .left-area .image { width: 100%; display: inline-block; line-height: 0; vertical-align: top; }
.sidebar-wrap .wrap .right .blog-post-sidebar .popular-post .recent-post .left-area .image img { width: 100%; display: inline-block; object-fit: cover; object-position: center; border-radius: 6px; height: 100px; }
.sidebar-wrap .wrap .right .blog-post-sidebar .popular-post .recent-post .right-area { width: calc(100% - 100px); display: inline-block; }
.sidebar-wrap .wrap .right .blog-post-sidebar .popular-post .recent-post .right-area .date-tag { width: 100%; display: inline-block; }
.sidebar-wrap .wrap .right .blog-post-sidebar .popular-post .recent-post .right-area .date-tag ul { width: 100%; display: inline-block; margin: 0; padding: 0; list-style: none; }
.sidebar-wrap .wrap .right .blog-post-sidebar .popular-post .recent-post .right-area .date-tag ul li { width: 100%; display: inline-block; font-size: 19px; font-weight: 700; color: #00FFFF; line-height: 30px; }
.sidebar-wrap .wrap .right .blog-post-sidebar .popular-post .recent-post .right-area .rec-title { width: 100%; display: inline-block;border-bottom: 1px solid #D9D9D9; padding: 0 0 18px 0; }
.sidebar-wrap .wrap .right .blog-post-sidebar .popular-post .recent-post .right-area .rec-title h5 { width: 100%; display: inline-block; }
.sidebar-wrap .wrap .right .blog-post-sidebar .popular-post .recent-post .right-area .rec-title h5 a { width: 100%; display: inline-block; color: #000; text-transform: uppercase; }

.sidebar-wrap .wrap .right .blog-post-sidebar .box-info.sec { margin: 60px 0 0 0; }
.sidebar-wrap .wrap .right .blog-post-sidebar .box-info.sec h3 {color: #fff;}
.sidebar-wrap .wrap .left-part .pwr-author-profile { padding: 0; }
.sidebar-wrap .wrap .left-part .pwr-author-profile__info { padding: 0; }
.blog-content .pwr-sec-search-results {overflow: visible;z-index: 1;}
.blog-content #pwr-search-results__input{   padding: 15px 52px 15px 15px;;}

.blog-content .pwr-search-results{display:none;}
@media (max-width: 1280px){
.pwr-post-featured__info-box {padding: 0 45px;}
}

@media (max-width:991px){
.sidebar-wrap .wrap .left-part { width: 100%; }
.sidebar-wrap .wrap { flex-wrap: wrap; gap: 0; }
.sidebar-wrap .wrap .left-part .pwr-post-content { margin: 0; }
.sidebar-wrap { padding: 30px 0; }
.sidebar-wrap .wrap .right { width: 100%; }
.sidebar-wrap .wrap .right .blog-post-sidebar .box-info .title h2 { font-size: 32px; line-height: 42px; }
}

@media (max-width: 767px) {
  .row-fluid-wrapper.row-depth-1.row-number-2.dnd_area-row-1-padding.dnd-section.dnd_area-row-1-margin.dnd_area-row-1-force-full-width-section .row-fluid .span3.widget-span {
    padding-bottom: 0 !important;
    margin-bottom: 0 !important;
  }
  .row-fluid-wrapper.row-depth-1.row-number-2.dnd_area-row-1-padding.dnd-section.dnd_area-row-1-margin.dnd_area-row-1-force-full-width-section .row-fluid{overflow:initial;}
  .row-fluid-wrapper.row-depth-1.row-number-2.dnd_area-row-1-padding.dnd-section.dnd_area-row-1-margin.dnd_area-row-1-force-full-width-section .row-fluid .span3.widget-span {
    width: auto !important;
    margin: 0;
  }

}
 /*HOME MARIE*/
.bento-full-width {
  padding-top: 50px !important;
  padding-bottom: 40px !important;
}
.pwr-bento-grid.col-home .pwr--full-width {
  padding: 0px !important;
    padding-right: 0px !important;
    padding-left: 0px !important;
}
.pwr-bento-grid.col-home {
  padding: 0px;
}
.key-number {
  background-color: transparent !important;
}
.pwr-testimonial__name.pwr-testimonial__name--has-job-desc {
  text-transform: uppercase;
  font-style: normal;
  font-weight: 600;
  font-size: 13px;
  color: #484848;
}
.pwr-rich-text.pwr-testimonial__quote {
  color: #484848;
  font-weight: 600;
  line-height: 20px;
}
.header-with-background.aqua {
  background-color: aqua;
  padding: 10px;
  font-weight: 600 !important;
  text-transform: uppercase;
}
 .header-with-background.black span {
  background-color: #000;
  line-height: 82px;
  padding: 0px 20px;
}
.pwr-adc__content-wrapper.bento-box-transparent-bg {
  background-color: transparent !important;
}
.home-accordion .pwr-accordion__title {
  padding-right: 51px;
}
.cell_1730236909270-background-gradient, .cell_1730237246061-background-gradient , .cell_1730237307692-background-gradient {
  background-color: #F4F8F9 !important;
  background-image: none !important;
  border-radius: 13px;
  border-style: 1px solid black !important;
  border: 2px solid aqua;
  box-shadow: 14px 10px 18px -12px #586C71AD !important;
}

.cell_17249271213992-background-layers .pwr-accordion__title , .cell_1730236909270-background-gradient .pwr-accordion__title , .cell_1730237246061-background-gradient .pwr-accordion__title , .cell_1730237307692-background-gradient .pwr-accordion__title {

  line-height: 20px;
}

.pwr--light .pwr-accordion__icon::before, .pwr--light .pwr-accordion__icon::after {
  background-color: aqua !important;
}
.key-numbers .pwr-stat {
  float: left;
  margin: 0PX;
  max-width: 285px;
  vertical-align: top;
  width: 42%;
}
.cell_1730387502902-background-color {
  border-right: 1px solid #6f6f6f;
}


  h2 {
  text-transform: none;
  }
  .pwr-shape-divider__shape {
    visibility: hidden;
  }
  .testimonials p {
    font-weight: 700 !important;
  }
 .testimonials .pwr-testimonial__job-title {
    font-family: Arial;
   font-style: italic;
  }
   .testimonials .pwr-testimonial__name {
    font-family: Arial;
     font-weight: bold;
     font-style: italic;
     font-size: 16px;
  }
  .bento-full-width {
    margin: 0px important;
  }
.logo-carousel .logo-carousel-single-inner img {
  filter: grayscale(100%);
}
 .pwr-testimonial--style-multiple  {
    border-radius: 24px;
   box-shadow: 0 4px 4px 0 rgba(0,0,0,.06),0 8px 8px 0 rgba(0,0,0,.03),0 16px 16px 0 rgba(0,0,0,.01)
  }
  .pwr-3D-box__sensor {
    background-color: #ffffff;
        border-radius: 24px;
  }
  .pwr-3D-box__sensor h3 {
    font-family: Arial;
  }
  .pwr-post-item__overlay {
    border-radius: 24px;
  }
.pwr-post-item__img {
    border-radius: 24px 24px 0px 0px;
  }
  .pwr-countdown__number {
    font-size: 32px
  }
  .pwr-countdown__desc {
    font-size: 24px
  }
  .pwr-sec-coming-soon__title {
    font-size: 44px
  }
  .pwr--dark .pwr-countdown {
    background-color: #0e1533;
    margin-top: 0px;
  }
  .pwr-countdown__desc {
    font-size: 16px;
  }
  }
  .hs_cos_wrapper_type_gallery img, .hs_cos_wrapper_type_linked_image img {
    border-radius: 24px;
  }
.pwr-dropdown--language{
  left: calc(50%);
  padding: 10px;
}
.pwr-dropdown.pwr-dropdown--language{
  top: 20px;
  border-radius: 10px;
}.pwr-header-right-bar__language-switcher {
  text-transform: uppercase;
}
.hs-menu-wrapper ul.hs-menu-children-wrapper li a{
border-radius: 999px !important;
}
.pwr-sec-clients__slider img {
  border-radius: 0px;
}

.pwr-rel-post-item__title--small {
opacity: 1;
      font-family: Arial, sans-serif;

  }
  .pwr-accordion__title {
    font-family: Arial, sans-serif;
    padding-left: 0px;
  }
  .pwr-accordion__desc {
    padding-left: 0px;
  }
.pwr-accordion.pwr--colored-box {
    border-radius: 0px;
    border-bottom: 2px solid #e8e8e8;
    margin: 0px;
    padding: 0px;
  }
  @media (max-width: 575px) {
    .dnd-section {
        padding-left: 0;
        padding-right: 0;
    }
}
.pwr-burger__menu .hs-menu-wrapper li a {
  font-family: Arial, sans serif;
  font-size: 20px;
}
.pwr-burger__menu .hs-menu-wrapper li.hs-item-has-children>a:before {
  background-color: #f3f8fa
}
.pwr-burger-bottom-bar__item-link {
    font-family: Arial, sans serif;
}
.pwr-burger__trigger-close{
      font-family: Arial, sans serif;
}
.pwr-accordion.active .pwr-accordion__desc a {
  color: #4392ae;
}
.pwr-cta--custom-03 .hs-submit:hover, .pwr-cta--custom-03 [class*=cta_button]:not(.pwr-cta):not(.pwr-cta--hubspot-style):hover {
    background-color: #1a2e3d;
}
/* For blog header images on mobile*/
@media (max-width: 575px) {
    .pwr-post-featured, .pwr-post-featured--small {
        min-height: 450px;
    }
}