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

/* Header */


.pwr-header-advanced-mms .hs_cos_wrapper_widget .hs-menu-children-wrapper li a {
    margin: 0;
    padding: 12px 0!important;
}



.pwr-header-advanced-mms .pwr-adc__wrapper .pwr-adc__col:nth-child(3) .hs-menu-children-wrapper  {
    display: grid;
    grid-template-columns: 1fr 1fr;
}


.pwr-header-advanced-mms .pwr-adc__wrapper .pwr-adc__col:nth-child(3) .hs-menu-wrapper > ul {
    width: 100%!important;
}


.pwr-header-advanced-mms .pwr-header-advanced-mm:not(:first-child) li a,
.pwr-adc-content__menu .hs-menu-wrapper.no-flyouts li.hs-menu-depth-1>ul a {
  font-weight: 300!important;
}


.pwr-burger.ect-menu .pwr-burger__trigger-close {
    order: 1;
}
.pwr-burger.ect-menu .pwr-burger-bottom-bar {
    order: 2;
}
.pwr-burger.ect-menu .pwr-burger__menu {
    order: 3;
}


.pwr-burger.ect-menu .pwr-burger-bottom-bar {
    padding-bottom: 0px;
}

.pwr-burger.ect-menu .pwr-burger-bottom-bar .pwr-cta {
    display: none;
}
/*
.pwr-burger.ect-menu .hs-menu-wrapper ul li:last-child {
    margin-top: 12px!important;
    display: flex;

}

.pwr-burger.ect-menu .hs-menu-wrapper ul li:last-child a {
    background-color: #0158fe!important;
    min-width: auto;
    padding: 15px 21px;
    color: white!important;
}

.pwr-burger.ect-menu .hs-menu-wrapper ul li:last-child:hover a {
    background-color: #081c2ce!important;
}
*/

/* Stylowanie tylko dla przycisku "Contact" na końcu menu głównego */
.pwr-burger.ect-menu .hs-menu-wrapper > ul > li.hs-menu-depth-1:last-child {
    margin-top: 12px!important;
    display: flex;
}

.pwr-burger.ect-menu .hs-menu-wrapper > ul > li.hs-menu-depth-1:last-child a {
    background-color: #0158fe!important;
    min-width: auto;
    padding: 15px 21px;
    color: white!important;
}

.pwr-burger.ect-menu .hs-menu-wrapper > ul > li.hs-menu-depth-1:last-child:hover a {
    background-color: #081c2ce!important;
}

/* Contact Form */

.contact-form .legal-consent-container .hs-form-booleancheckbox-display > span,
.contact-form-padding .legal-consent-container .hs-form-booleancheckbox-display > span
{
    text-align: left;
    opacity: 0.7;
}

.contact-form .legal-consent-container .hs-form-booleancheckbox-display > span p,
.contact-form-padding .legal-consent-container .hs-form-booleancheckbox-display > span p
 {
    font-size: 12px;
    font-weight: 300;
}

@media (max-width: 575px) {
  .contact-form fieldset > .hs-form-field,
.contact-form-padding fieldset > .hs-form-field
 {
    width: 100%!important;
  }
}

.contact-form-padding {
    padding: 24px!important;
}

.contact-form-padding .pwr-sec-form__intro-sec {
    margin: 0px;
}


/* Custom Flex Box */
.coustom-flex-row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
}
.custom-flex-column {
  display: flex;
  flex-direction: column;
  flex-basis: 100%;
  flex: 1;
  align-items: center;
  justify-content: center;
}

@media (max-width: 991px) {
  .coustom-flex-row {
    flex-direction: column;
    align-items: flex-start;
  }

  .coustom-flex-row.reversed {
    flex-direction: column-reverse;
  }

  .custom-flex-column:not(:last-child) {
   padding-bottom: 40px;
  }

   .coustom-flex-row.reversed .custom-flex-column:not(:first-child) {
   padding-bottom: 40px;
  }
}

/* Hotspot */

.hotspot-area {
  width: 300px;
  padding: 24px;
  box-shadow: 0px 20px 40px 0px rgba(0, 0, 0, 0.04);
}

.custom-flex-centered {
  padding: 20px;
}

@media (max-width: 575px) {
  .custom-flex-centered {
    padding-left: 0px!important;
    padding-right: 0px!important;
  }
}

@media (min-width: 992px) {
  .custom-flex-max-width {
    max-width: 386px;
  }
}

.pwr-tooltip__text {max-width: 350px;
width: auto}

/*hero image - stylowanie */
.ect-sec-hero .pwr-hero__title {
  text-transform: none;}


/*testimoniale - stylowanie */
.ect-testimonial .pwr-testimonial__info {
  text-transform: none;}
.ect-testimonial .pwr-testimonial__name { 
  font-weight: 300;}
.ect-testimonial .pwr-testimonial__quote { 
  font-weight: 100;}
@media only screen and (max-width: 767px) {
  .pwr-sec-testimonials .swiper-slide .pwr-testimonial__author .pwr-avatar {
    display: none;
  }
}


/*stylowanie boxów z ofertą */
.ect-services .pwr-services-item__title {
  color: black;
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 16px;}
.ect-services .pwr-services-box__front {
  padding-top: 24px;
  padding-bottom: 24px;
  padding-left: 24px;
  padding-right: 24px;
}
.ect-services .pwr-services-box {
  min-height: 230px;}
.ect-services .pwr-services-item__title { 
  text-transform: none !important;}
.ect-services .pwr-sec-services__intro-sec {
  margin-bottom: 40px}
.ect-services .pwr-services-sub-services {
  visibility: hidden !important;
}

@media (max-width: 1200px) {
.pwr-sec-services .page-center {
  margin-left: 0px!important;
  margin-right: 0px!important;
}
}


.ect-services .pwr-touch-btn {
  display: none;}
@media (max-width: 767px)
.pwr-services-box--w-links {
  min-height: 250px !important;
}



/*widget blogowy*/
.ect-posts .pwr-sec-posts__intro-sec {
  margin-bottom: 40px;}
.ect-posts .pwr-post-item__name {
  font-weight: 500;
  color: #000000;
  font-size: 12px;
  color: #000000;
}
.ect-posts .pwr-post-item__title {
  text-transform: none;
  color: #000000;
  font-weight: 500;
  line-height: 25.6px}
.ect-posts .pwr-post-item__more-link{
  text-transform: none;}

/*bullets*/
.hs_cos_wrapper_type_post_filter ul li::before, .hs_cos_wrapper_type_post_listing ul li::before, .hs_cos_wrapper_type_rich_text ul:not(.inputs-list) li::before, .pwr-rich-text ul li::before{
  background-color: transparent;
  content: url('https://7606657.fs1.hubspotusercontent-na1.net/hubfs/7606657/Persooa%202024/Frame.svg');;
  height: 24px;
  left: -42px;
  position: absolute;
  top: 5px;
  width: 24px;}


/* ect-four-col-icon-text */

.ect-four-col-icon-text .pwr-services-item,
.ect-four-col-icon-text-numbered .pwr-services-item {
  width: 25%;
  border: none!important;
}

.ect-three-col-icon-text .pwr-services-item {
  border: none!important;
}

.ect-four-col-icon-text-numbered .pwr-services-item {
  padding: 10px;
}

.ect-four-col-icon-text-numbered .pwr-sec-services__intro-sec {
    text-align: left;
}

.ect-four-col-icon-text-numbered .pwr-sec-services__intro-sec h2 {
    margin: 0px;
}

.ect-four-col-icon-text .pwr-services-item__title,
.ect-three-col-icon-text .pwr-services-item__title,
.ect-four-col-icon-text-numbered .pwr-services-item__title{
  font-size: 16px;
}

.ect-four-col-icon-text-numbered .pwr-services-item__icon img {
    height: 50px;
    margin-top: 0px;
}

@media (max-width: 991px) {
  .ect-four-col-icon-text .pwr-services-item,
  .ect-four-col-icon-text-numbered .pwr-services-item{
    width: 50%;
    border: none!important;
  }
}

@media (max-width: 767px) {
  .ect-four-col-icon-text .pwr-services-item,
  .ect-four-col-icon-text-numbered .pwr-services-item{
    width: 100%;
  }
}


/* stats-counter-persooa-blue */

.stats-counter-persooa-blue .pwr-sec-stats__wrapper {
  margin: 0!important;
}

.stats-counter-persooa-blue .pwr-stat {
   max-width: 386px;
   width: calc(33% - 40px);
   margin-left: 0px;
   margin-right: 0px;
}

.stats-counter-persooa-blue .pwr-stats {
   margin-left: 0px;
   margin-right: 0px;
}

.stats-counter-persooa-blue .pwr-stat .pwr-stat__number,
.stats-counter-persooa-blue .pwr-stat .pwr-stat__suffix {
  font-size: 56px;
  font-weight: 500;
}

.stats-counter-persooa-blue .pwr-stat .pwr-stat__suffix {
  margin-left: 16px;
}

.stats-counter-persooa-blue .pwr-stat .pwr-stat__title {
  margin-top: 16px;
  font-weight: 300;
  font-size: 16px;
}

@media (max-width: 767px) {
  .stats-counter-persooa-blue .pwr-stat {
    width: 100%;
  }
}


/* .ect-tech-partners-title-logos */

.ect-tech-partners-title-logos .pwr-sec-clients__intro-sec {
  margin-bottom: 80px;
}


/* custom-hotspots-images */

.custom-hotspots-images .pwr-tooltip .pwr-tooltip__text {
  width: 285px;
}

.custom-hotspots-images .pwr-tooltip .pwr-tooltip__icon {
  z-index: 99;
  position: relative;
}

.custom-hotspots-images .pwr-tooltip .pwr-tooltip__text-wrapper {
  z-index: 999;
  position: relative;
}

.custom-hotspots-images .pwr-tooltip__text-wrapper:hover {
    opacity: 1;
    visibility: visible;
}

/* list-checked-icons - UL list with checked icon */

.list-checked-icons li,
.list-checked-icons-white li {
  font-weight: 300;
}

.list-checked-icons li:before {
  content: url(https://7606657.fs1.hubspotusercontent-na1.net/hubfs/7606657/Persooa%202024/Ikony/chcecked-icon.svg)!important;
  left: -32px!important;
  top: 1px!important;
  vertical-align: middle;
  background-color: transparent!important;
}

.list-checked-icons-white li:before {
  content: url(https://7606657.fs1.hubspotusercontent-na1.net/hubfs/7606657/Frame-white-1.svg)!important;
  left: -32px!important;
  top: 1px!important;
  vertical-align: middle;
  background-color: transparent!important;
}



/* Strong 500 */

.mid-strong strong {
    font-weight: 500;
    color: #595959;
}

/* list-target-icons-white - UL list withh target icons */

.list-target-icons-white {
  padding-inline-start: 0px!important;
}

.list-target-icons-white li {
  font-weight: 500;
  line-height: 1rem;
  display: flex;
  align-items: center;
  margin-bottom: 24px!important;
}

.list-target-icons-white li:before {
  content: url(https://7606657.fs1.hubspotusercontent-na1.net/hubfs/7606657/Persooa%202024/Ikony/Communication_Target.svg)!important;
  position: relative!important;
  left: 0px!important;
  top: 0px!important;
  width: 40px!important;
  height: 40px!important;
  display: block;
  margin-right: 16px;
}

/* custom-ma-table */

.custom-ma-table .pwr-comparison-table {
    grid-column-gap: 0px;
}

.custom-ma-table .pwr-ct-row-head__item {
    padding: 32px 24px;
    background-color: #FFF;
    border-top: 1px solid #EFEFEF;
    border-bottom: 1px solid #EFEFEF;
    border-right: 1px solid #EFEFEF;
}

.custom-ma-table .pwr-ct-row-head__item .pwr-ct-row-head__item-title {
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 0px;
    padding: 8px 0px;
    text-transform: none;
}

.custom-ma-table .pwr-ct-row-head__item .pwr-ct-row-head__item-title {
    background-color: #FAFAFA;
    color: #595959;
}

.custom-ma-table .pwr-ct-row-head__item:nth-child(3) {
    border-left: 1px solid #EFEFEF;
}

.custom-ma-table .pwr-ct-row-head__item:nth-child(4) .pwr-ct-row-head__item-title {
    background-color: #E4EEFF;
    color: #0158FE;
}

.custom-ma-table .pwr-ct-row-head__item:nth-child(5) .pwr-ct-row-head__item-title {
    background-color: #0158FE;
    color: #FFFFFF;
}

.custom-ma-table .pwr-ct-row-head__item .pwr-ct-row-head__price-wrapper .pwr-ct-row-head__price {
    font-size: 26px;
    font-weight: 500;
    margin: 0px;
    padding: 16px 0px;
}

.custom-ma-table .pwr-ct-row-head__item .pwr-ct-row-head__description {
    margin-bottom: 0px;
    font-weight: 300;
    color: #000;
}

.custom-ma-table .pwr-ct-row-feature__title,
.custom-ma-table .pwr-ct-row-feature__item {
    background-color: #FFF;
    border-bottom: 1px solid #EFEFEF;
    border-right: 1px solid #EFEFEF;
    font-size: 14px;
    font-weight: 300;
}

.custom-ma-table .pwr-ct-row-feature__title {
    border-left: 1px solid #EFEFEF;
    padding: 18px 24px;
}

.custom-ma-table .pwr-comparison-table > div:nth-child(6) {
    border-top: 1px solid #EFEFEF;
}

.custom-ma-table .pwr-ct-row-feature__item {
    display: flex;
    align-items: center;
    justify-content: center;
}

.custom-ma-table .pwr-ct-row-feature__item .pwr-comparison-table__icon--checkmark circle {
  fill: #E4EEFF;
}

.custom-ma-table .pwr-ct-row-feature__item .pwr-comparison-table__icon--checkmark path {
  fill: #0158FE;
}


/* Video Button */

.pwr-sec-video__button {
  width: 80px;
  height: 80px;
  line-height: 80px;
  background-color: #0158FE;
}

.pwr-sec-video__button svg {
      margin-left: 7px;
    margin-bottom: 4px;
}


.pwr-sec-video__icon--as-button {
  color: white;
}

/* Content Split = .ect-content-split-full-height */

.ect-content-split-full-height .pwr-sec__title {
    font-size: 26px;
    font-weight: 500;
    line-height: 1.2em;
}

.ect-content-split-full-height .pwr-rich-text {
  margin-top: 48px;
}

/* Center text - Sec Text */

.centered-element {
    display: flex;
    justify-content: center;
}


/*button*/
.pwr-cta a.cta_button span {margin-left: 8px}

/*boxy z ofertą na stronie głównej */

.ect-oferta .pwr-services-box__front {background-color: white !important}
.ect-oferta .pwr-sec-services__intro-sec {margin-bottom: 40px !important}

/*form*/
.contact-form .hs-input {background-color: #435269 !important;}
.contact-form-padding .hs-input {background-color: #435269 !important;}

/* POWER Sec Device Mockup */

.pwr-sec-mockup .pwr-sec-mockup__content--center {
  padding-left: 102px;
  padding-right: 102px;
  padding-top: 39.5px;
  padding-bottom: 39.5px;
}

.pwr-sec-mockup .pwr-sec-mockup__content--center > div,
.pwr-sec-mockup .pwr-sec-mockup__content--center > span {
  max-width: 386px;
  width: 100%;
  margin-left: none;
  margin-right: auto;
}

.pwr-sec-mockup .pwr-sec-mockup__title > h {
  max-width: 386px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 767px) {
  .pwr-sec-mockup .pwr-sec-mockup__content > div,
  .pwr-sec-mockup .pwr-sec-mockup__content > span {
    max-width: 100%;
  }

  .pwr-sec-mockup .pwr-sec-mockup__content {
    padding: 0px;
  }
  
  .pwr-sec-mockup .pwr-sec-mockup__mockup-wrapper {
    margin-left: 0px;
    margin-right: 0px;
  }
  
  .pwr-sec-mockup .pwr-sec-mockup__mockup-wrapper .pwr-sec-mockup__mockup {
    width: 100%!important;
    max-width: 100%!important;
  }
}


@media only screen and (min-width:768px) and (max-width: 991px) {
  .pwr-sec-mockup .pwr-sec-mockup__content > div,
  .pwr-sec-mockup .pwr-sec-mockup__content > span {
    max-width: 100%;
  }

  .pwr-sec-mockup .pwr-sec-mockup__content {
    padding: 0px;
  }
  
  .pwr-sec-mockup .pwr-sec-mockup__mockup-wrapper {
    width: 100%!important;
    max-width: 100%!important;
    margin-right: 0px;
    margin-left: 0px;
  }
    
  .pwr-sec-mockup .pwr-sec-mockup__mockup-wrapper .pwr-sec-mockup__mockup {
    width: 100%!important;
    max-width: 100%!important;
  }
}
*/

@media (min-width: 1201px) and (max-width: 1280px) {
  .page-center {
    max-width: calc(100% - 80px);
  }
}

/* FOOTER */

#hs_menu_wrapper_footer_page_ .hs-menu-depth-1 > a,
.footer .hs-menu-wrapper .hs-menu-depth-1 > a {
  font-weight: 500!important;
  color: #000!important;
}

.part-of-container {
    display: flex;
    gap: 8px 16px;
    width: 100%;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
}

.part-of-container .part-of-text {
    font-size: 16px;
    font-weight: 500;
}


.part-of-container .part-of-images {
    display: flex;
    flex-wrap: nowrap;
}




/* Case Study */

.ect-wdrozenia .pwr-image-box__more-link--mobile {
    color: var(--clr-text-lt);
    display: block;
    height: auto;
    opacity: 1
}

.ect-wdrozenia .pwr-image-box__intro {
    font-size: 12px;
    font-weight: 500;
    color: #000;
}

.ect-wdrozenia .pwr-image-box__title {
    font-size: 16px;
    font-weight: 500;
    color: #000;
}

.ect-wdrozenia .pwr-image-box__more-link--mobile {
    color: #0158FE;
}

/* Scroll UP */
.footer .pwr-adc-sub .pwr-social-icon {
    background: #0158FE;
    color: white!important;
    font-size: 16px;
    padding: 16px;
}

/* Logo - Size */
.footer .pwr-footer__logo {
    max-width: 160px!important;
    margin-bottom: 32px!important;
}

/* Text size */
.footer .pwr-adc-content__title {
    font-weight: 500!important;
}

.pwr-footer-legal__back-to-top svg {
  color: white!important;
}

.footer .pwr-adc-content__text,
.footer a,
.footer li a{
    color: #595959!important;
    font-weight: 300!important;
}
/*blog*/

.wp-block-image img {height: auto !important}