nav.main-nav-wisen {
  height: 60px;
  margin-bottom: 0;
} /* end main nav wisen */
nav.main-nav-wisen .btn-menu-mobile {
  border: none;
  position: relative;
  height: 40px;
  width: 25px;
  margin: auto 0;
  transition: .2s cubic-bezier(.4, 0, 1, 1), background-color .2s cubic-bezier(.4, 0, .2, 1), color .2s cubic-bezier(.4, 0, .2, 1);
}
nav.main-nav-wisen .btn-menu-mobile .icon-bar {
  background-color: #3EADEB;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 25px;
  height: 2px;
  transition: background-color 0.2s;
}
nav.main-nav-wisen .btn-menu-mobile .icon-bar:before,
nav.main-nav-wisen .btn-menu-mobile .icon-bar:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  background-color: #3EADEB;
  width: 25px;
  height: 2px;
  transform: translateY(-6px);
  transition: transform 0.5s, background-color 0.5s;
}
nav.main-nav-wisen .btn-menu-mobile .icon-bar:after {
  transform: translateY(6px);
}
nav.main-nav-wisen .btn-menu-mobile:hover {
  background: initial;
}
/* nav is open */
nav.main-nav-wisen .btn-menu-mobile:not(.collapsed) {
  z-index: 110;
}
nav.main-nav-wisen .btn-menu-mobile:not(.collapsed) .icon-bar {
  background-color: transparent;
}
nav.main-nav-wisen .btn-menu-mobile:not(.collapsed) .icon-bar:before {
  transform: translateY(0) rotate(45deg);
  background-color: #ffffff;
}
nav.main-nav-wisen .btn-menu-mobile:not(.collapsed) .icon-bar:after {
  transform: translateY(0) rotate(-45deg);
  background-color: #ffffff;
}
/* logo */
nav.main-nav-wisen .navbar-brand img {
  max-width: 70px;
  object-fit: contain;
}
/* message */
nav.main-nav-wisen .btn-contact-mobile:hover,
nav.main-nav-wisen .btn-contact-mobile:focus,
nav.main-nav-wisen .btn-contact-mobile:visited {
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  nav.main-nav-wisen .container-main-nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  nav.main-nav-wisen .navbar-collapse {
    transition: .2s cubic-bezier(.4, 0, 1, 1), background-color .2s cubic-bezier(.4, 0, .2, 1), color .2s cubic-bezier(.4, 0, .2, 1);
  }
  nav.main-nav-wisen .navbar-collapse.in,
  nav.main-nav-wisen .navbar-collapse.collapsing {
    background-color: #3EADEB;
    z-index: 99;
    position: absolute;
    top: 0;
    left: -15px;
    padding: 60px 40px;
    width: 85%;
    height: 100vh;
    border-bottom-right-radius: 5px;
    border-top-right-radius: 5px;
    transition: .2s cubic-bezier(.4, 0, 1, 1), background-color .2s cubic-bezier(.4, 0, .2, 1), color .2s cubic-bezier(.4, 0, .2, 1);
  }
  nav.main-nav-wisen .navbar-collapse.in .main-nav-item,
  nav.main-nav-wisen .navbar-collapse.collapsing .main-nav-item {
    color: #ffffff;
    padding: 10px 20px;
    font-size: 16px;
    font-size: 1.6rem;
    display: inline-block;
    border-radius: 25px;
    margin-bottom: 10px;
    transition: .2s cubic-bezier(.4, 0, 1, 1), background-color .2s cubic-bezier(.4, 0, .2, 1), color .2s cubic-bezier(.4, 0, .2, 1);
  }
  nav.main-nav-wisen .navbar-collapse.in .main-nav-item:hover,
  nav.main-nav-wisen .navbar-collapse.collapsing .main-nav-item:hover,
  nav.main-nav-wisen .navbar-collapse.in .main-nav-item:focus,
  nav.main-nav-wisen .navbar-collapse.collapsing .main-nav-item:focus {
    color: #3EADEB;
    background-color: #ffffff;
  }
} /* end max width 768 px */
@media screen and (min-width: 768px) {
  nav.main-nav-wisen {
    height: 90px;
  }
  nav.main-nav-wisen .navbar-brand {
    margin-left: 0;
  }
  nav.main-nav-wisen .nav-menu-mobile {
    display: none!important;
  }
  nav.main-nav-wisen .display-desktop {
    display: flex;
    justify-content: space-between;
    height: 100%;
  } /* end display desktop */
  nav.main-nav-wisen .display-desktop .desktop-menu {
    margin: auto 0;
    padding: 0;
  }
  nav.main-nav-wisen .display-desktop .desktop-menu .main-nav-item {
    margin-left: 20px;
    font-size: 18px;
    font-size: 1.8rem;
    opacity: 0.7;
    background-image: linear-gradient(to right, #3EADEB, #3EADEB 50%, #212529 50%);
    background-size: 200% 100%;
    background-position: 100%;
    padding: 0 0 5px 0;
    position: relative;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    transition: all 0.4s ease-in-out;
  } /* end main nav item */
  nav.main-nav-wisen .display-desktop .desktop-menu .main-nav-item:before {
    content: "";
    background: #3EADEB;
    display: block;
    position: absolute;
    bottom: -3px;
    left: 0;
    width: 0;
    height: 1px;
    transition: all 0.5s ease-in-out;
  }
  nav.main-nav-wisen .display-desktop .desktop-menu .main-nav-item:hover {
    background-position: 0;
    opacity: 1;
  }
  nav.main-nav-wisen .display-desktop .desktop-menu .main-nav-item:hover:before {
    width: 100%;
  }
} /* end min width 768 px */
@media screen and (min-width: 992px) {
  nav.main-nav-wisen {
    height: 120px;
  }
  nav.main-nav-wisen .display-desktop .desktop-menu .main-nav-item {
    font-size: 22px;
    font-size: 2.2rem;
    margin-left: 30px;
  }
} /* end min width 992 px */
@media screen and (min-width: 1200px) {
  nav.main-nav-wisen .display-desktop .desktop-menu .main-nav-item {
    margin-left: 50px;
  }
} /* end min width 992 px */
.wisen-main-footer {
  padding-bottom: 30px;
}
@media screen and (min-width: 992px) {
  .wisen-main-footer {
    padding-bottom: 60px;
  }
}
.wisen-main-footer .row-order {
  flex-direction: column;
} /* end row-order */
@media screen and (min-width: 992px) {
  .wisen-main-footer .row-order {
    flex-direction: row;
  }
  .wisen-main-footer .row-order .order {
    order: 2;
  }
}
.wisen-main-footer .row-order .wisen-contact-form {
  margin-top: -20px;
  box-shadow: 0px 6px 9px 4px rgba(56, 76, 103, 0.13);
} /* end form */
.wisen-main-footer .row-order .wisen-contact-form label {
  color: rgba(33, 37, 41, 0.7);
}
.wisen-main-footer .row-order .wisen-contact-form input {
  border-top: none;
  border-right: none;
  border-bottom: 1px solid #7A7C7F;
  border-left: none;
}
.wisen-main-footer .row-order .wisen-contact-form input:-webkit-autofill,
.wisen-main-footer .row-order .wisen-contact-form input:-webkit-autofill:hover,
.wisen-main-footer .row-order .wisen-contact-form input:-webkit-autofill:focus,
.wisen-main-footer .row-order .wisen-contact-form textarea:-webkit-autofill,
.wisen-main-footer .row-order .wisen-contact-form textarea:-webkit-autofill:hover,
.wisen-main-footer .row-order .wisen-contact-form textarea:-webkit-autofill:focus {
  outline: 1px solid #3EADEB !important;
  border-radius: 5px;
  border: none;
  -webkit-box-shadow: 0 0 0px 1000px #ebf6fd inset;
  box-shadow: 0 0 0px 1000px #ebf6fd inset;
  color: rgba(33, 37, 41, 0.7);
  font-size: 16px;
  font-size: 1.6rem;
}
.wisen-main-footer .row-order .wisen-contact-form textarea {
  border: 1px solid #7A7C7F;
}
.wisen-main-footer .row-order .wisen-contact-form textarea:focus,
.wisen-main-footer .row-order .wisen-contact-form textarea:focus-visible {
  border: none;
}
.wisen-main-footer .row-order .wisen-contact-form input[type="text"],
.wisen-main-footer .row-order .wisen-contact-form input[type="email"],
.wisen-main-footer .row-order .wisen-contact-form textarea {
  color: rgba(33, 37, 41, 0.7);
  padding: 10px;
  font-size: 16px;
  font-size: 1.6rem;
}
.wisen-main-footer .row-order .wisen-contact-form input[type="text"]:focus,
.wisen-main-footer .row-order .wisen-contact-form input[type="email"]:focus,
.wisen-main-footer .row-order .wisen-contact-form textarea:focus,
.wisen-main-footer .row-order .wisen-contact-form input[type="text"]:focus-visible,
.wisen-main-footer .row-order .wisen-contact-form input[type="email"]:focus-visible,
.wisen-main-footer .row-order .wisen-contact-form textarea:focus-visible {
  outline: 1px solid #3EADEB;
  border-radius: 5px;
  border-bottom: none;
}
.wisen-main-footer .row-order .wisen-contact-form input[type="text"].error,
.wisen-main-footer .row-order .wisen-contact-form input[type="email"].error,
.wisen-main-footer .row-order .wisen-contact-form textarea.error {
  outline: 1px solid #E81254 !important;
  border-radius: 5px;
}
.wisen-main-footer .row-order .wisen-contact-form input[type="text"].good,
.wisen-main-footer .row-order .wisen-contact-form input[type="email"].good,
.wisen-main-footer .row-order .wisen-contact-form textarea.good {
  outline: 1px solid #5FBD95 !important;
  border-radius: 5px;
}
.wisen-main-footer .row-order .wisen-contact-form .contact-form-submit {
  border: 1px solid #3EADEB;
  border-bottom-left-radius: 5px;
  border-top-left-radius: 5px;
  right: -1px;
  transition: all 0.6s ease-out;
}
.wisen-main-footer .row-order .wisen-contact-form .contact-form-submit span {
  z-index: 2;
}
.wisen-main-footer .row-order .wisen-contact-form .contact-form-submit:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background: #ffffff;
  transition: all 0.6s ease-out;
}
.wisen-main-footer .row-order .wisen-contact-form .contact-form-submit:hover,
.wisen-main-footer .row-order .wisen-contact-form .contact-form-submit:focus {
  color: #3EADEB;
}
.wisen-main-footer .row-order .wisen-contact-form .contact-form-submit:hover:after,
.wisen-main-footer .row-order .wisen-contact-form .contact-form-submit:focus:after {
  width: 100%;
}
@media screen and (min-width: 992px) {
  .wisen-main-footer .row-order .wisen-contact-form {
    margin-top: -30px;
  }
}
.wisen-main-footer .row-order .content {
  padding-top: 40px;
}
.wisen-main-footer .row-order .content .wisen-address {
  transition: .2s cubic-bezier(.4, 0, 1, 1), background-color .2s cubic-bezier(.4, 0, .2, 1), color .2s cubic-bezier(.4, 0, .2, 1);
  position: relative;
}
.wisen-main-footer .row-order .content .wisen-address .place {
  font-weight: 700;
}
.wisen-main-footer .row-order .content .wisen-address:before {
  content: "\ea4a";
  font-family: 'icomoon';
  color: #ffffff;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  top: 0;
  left: 0;
  height: 100%;
  width: 25px;
  transform: scale(0, 1);
  transform-origin: left-center;
  transition: .2s cubic-bezier(.4, 0, 1, 1), background-color .2s cubic-bezier(.4, 0, .2, 1), color .2s cubic-bezier(.4, 0, .2, 1);
}
.wisen-main-footer .row-order .content .wisen-address:hover,
.wisen-main-footer .row-order .content .wisen-address:focus {
  text-decoration: none;
  color: #ffffff;
  text-indent: 25px;
}
.wisen-main-footer .row-order .content .wisen-address:hover:before,
.wisen-main-footer .row-order .content .wisen-address:focus:before {
  transform: scale(1, 1);
  text-indent: 0;
}
.wisen-main-footer .row-order .content .wisen-social-network {
  font-size: 30px;
  font-size: 3.0rem;
}
@media screen and (min-width: 992px) {
  .wisen-main-footer .row-order .content {
    padding-top: 85px;
  }
  .wisen-main-footer .row-order .content .wisen-social-network {
    font-size: 40px;
    font-size: 4.0rem;
  }
}
.wisen-nav-footer ul {
  list-style-type: none;
  padding-inline-start: 0;
}
.wisen-nav-footer ul .legal-link {
  position: relative;
  padding-bottom: 3px;
}
.wisen-nav-footer ul .legal-link:after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%) scaleX(0);
  transform-origin: 50% 50%;
  width: 100%;
  height: 1px;
  background-color: #ffffff;
  transition: .2s cubic-bezier(.4, 0, 1, 1), background-color .2s cubic-bezier(.4, 0, .2, 1), color .2s cubic-bezier(.4, 0, .2, 1);
}
.wisen-nav-footer ul .legal-link:hover {
  text-decoration: none;
  color: #ffffff;
}
.wisen-nav-footer ul .legal-link:hover:after {
  transform: translateX(-50%) scaleX(1);
}
.wisen-nav-footer ul .legal-link:visited {
  color: #ffffff;
  text-decoration: none;
}
.wisen-sitemap .wisen-nav-tree-sitemap ul.treeview:not(:first-child) li.treeview-open a.treeview-name {
  color: rgba(33, 37, 41, 0.7);
  font-weight: 500;
  font-size: 20px;
  font-size: 2.0rem;
}
.wisen-sitemap .wisen-nav-tree-sitemap ul.treeview:not(:first-child) li.treeview-open ul.treeview {
  list-style-type: disc;
}
.wisen-sitemap .wisen-nav-tree-sitemap ul.treeview:not(:first-child) li.treeview-open ul.treeview li::marker {
  color: rgba(33, 37, 41, 0.7);
}
.wisen-sitemap .wisen-nav-tree-sitemap ul.treeview:not(:first-child) li.treeview-open ul.treeview a.treeview-name {
  font-family: 'Nunito Sans', embedded-roboto, Helvetica, Arial, sans-serif;
  font-weight: 300;
  font-size: 18px;
  font-size: 1.8rem;
  color: rgba(33, 37, 41, 0.7);
  transition: .2s cubic-bezier(.4, 0, 1, 1), background-color .2s cubic-bezier(.4, 0, .2, 1), color .2s cubic-bezier(.4, 0, .2, 1);
}
.wisen-sitemap .wisen-nav-tree-sitemap ul.treeview:not(:first-child) li.treeview-open ul.treeview a.treeview-name:hover {
  color: #3EADEB;
}
.wisen-sitemap .wisen-nav-tree-sitemap ul.treeview li.treeview-open span,
.wisen-sitemap .wisen-nav-tree-sitemap ul.treeview li.treeview-open .icon-treeview,
.wisen-sitemap .wisen-nav-tree-sitemap ul.treeview li.treeview-open .ctxTooltipMenu,
.wisen-sitemap .wisen-nav-tree-sitemap ul.treeview li.treeview-open img.treeview-item-icon {
  display: none;
}
.wisen-sitemap .wisen-nav-tree-sitemap ul.treeview li.treeview-open a.treeview-name {
  font-family: 'Nunito Sans', embedded-roboto, Helvetica, Arial, sans-serif;
  color: rgba(33, 37, 41, 0.7);
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 300;
  display: inline-block;
  position: relative;
  padding-bottom: 5px;
  margin-bottom: 10px;
  transition: .2s cubic-bezier(.4, 0, 1, 1), background-color .2s cubic-bezier(.4, 0, .2, 1), color .2s cubic-bezier(.4, 0, .2, 1);
}
.wisen-sitemap .wisen-nav-tree-sitemap ul.treeview li.treeview-open a.treeview-name:after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%) scaleX(0);
  transform-origin: 50% 50%;
  width: 100%;
  height: 1px;
  background-color: #3EADEB;
  transition: .2s cubic-bezier(.4, 0, 1, 1), background-color .2s cubic-bezier(.4, 0, .2, 1), color .2s cubic-bezier(.4, 0, .2, 1);
}
.wisen-sitemap .wisen-nav-tree-sitemap ul.treeview li.treeview-open a.treeview-name:hover {
  text-decoration: none;
  color: #3EADEB;
}
.wisen-sitemap .wisen-nav-tree-sitemap ul.treeview li.treeview-open a.treeview-name:hover:after {
  transform: translateX(-50%) scaleX(1);
}
.wisen-sitemap .wisen-nav-tree-sitemap ul.treeview li.treeview-open a.treeview-name.treeview-hl {
  background-color: inherit;
}
.wisen-pqf.pqf-actu-homepage {
  padding-top: 100px;
  padding-bottom: 30px;
} /* end pqf actu homepage */
.wisen-pqf.pqf-actu-homepage .container-title {
  left: 15px;
  top: 30px;
}
@media screen and (min-width: 992px) {
  .wisen-pqf.pqf-actu-homepage {
    padding-top: 0;
    padding-bottom: 0;
  }
  .wisen-pqf.pqf-actu-homepage .container-title {
    top: 30px;
  }
}
@media screen and (min-width: 1200px) {
  .wisen-pqf.pqf-actu-homepage .container-title {
    left: 30px;
  }
}
.wisen-pqf.pqf-actu-homepage .slider .slick-list {
  overflow: hidden;
}
.wisen-pqf.pqf-actu-homepage .arrows-carousel-actu {
  height: 40px;
  width: 40px;
  line-height: 40px;
  line-height: 4.0rem;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  border: none;
  box-shadow: none;
  background: rgba(255, 255, 255, 0.7);
  position: absolute;
  top: 35%;
}
.wisen-pqf.pqf-actu-homepage .arrows-carousel-actu.prev {
  left: 20px;
}
.wisen-pqf.pqf-actu-homepage .arrows-carousel-actu.next {
  right: 20px;
}
.wisen-pqf.pqf-costumers-homepage {
  padding: 20px 0;
} /* end pqf customers homepage */
.wisen-pqf.pqf-costumers-homepage .slider {
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .wisen-pqf.pqf-costumers-homepage {
    padding: 60px 0;
  }
}
@media screen and (min-width: 992px) {
  .wisen-pqf.pqf-costumers-homepage {
    padding: 60px 0 80px 0;
  }
}
/* end pqf collaboraters */
.wisen-pqf.pqf-collaboraters .fake-col-xs-12 {
  padding: 0 15px;
}
@media screen and (min-width: 992px) {
  .wisen-pqf.pqf-collaboraters .fake-col-xs-12 {
    padding: 0;
  }
  .wisen-pqf.pqf-collaboraters .row-pqf {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  .wisen-pqf.pqf-collaboraters .row-pqf > [class*='col-'] {
    display: flex;
    flex-direction: column;
  }
  .wisen-pqf.pqf-collaboraters .row-pqf > [class*='col-'].next-div-h-100 > div {
    height: 100%;
  }
  .wisen-pqf.pqf-collaboraters .row-pqf > .div-center {
    margin-top: auto;
    margin-bottom: auto;
  }
  .wisen-pqf.pqf-collaboraters .row-pqf > .next-div-center > div {
    margin-top: auto;
    margin-bottom: auto;
  }
}
.wisen-pqf.pqf-collaboraters .slick-track {
  display: flex;
}
.wisen-pqf.pqf-collaboraters .arrows-carousel-collaboraters {
  border: none;
  box-shadow: none;
  background: transparent;
  top: 35%;
}
.wisen-pqf.pqf-collaboraters .arrows-carousel-collaboraters.prev {
  left: -1%;
}
.wisen-pqf.pqf-collaboraters .arrows-carousel-collaboraters.next {
  right: -1%;
}
.wisen-pqf.pqf-collaboraters .arrows-carousel-collaboraters.slick-disabled span {
  color: #7A7C7F;
}
@media screen and (min-width: 768px) {
  .wisen-pqf.pqf-collaboraters .arrows-carousel-collaboraters.prev {
    left: -3%;
  }
  .wisen-pqf.pqf-collaboraters .arrows-carousel-collaboraters.next {
    right: -3%;
  }
}
.wisen-pqf.pqf-module-homepage .wisen-btn {
  left: 50%;
  transform: translateX(-50%);
}
.wisen-pqf.pqf-module-list-page {
  padding: 30px 0 60px 0;
} /* end pqf module */
.wisen-pqf.pqf-module-list-page .img-bg {
  top: 5%;
  right: 0;
  width: 250px;
  z-index: -1;
}
.wisen-pqf.pqf-module-list-page .btn-download-catalog {
  margin-top: 30px;
}
.wisen-pqf.pqf-module-list-page .container-search-wisen {
  float: right;
  right: 65px;
}
@media screen and (min-width: 992px) {
  .wisen-pqf.pqf-module-list-page {
    padding: 40px 0 120px 0;
  }
  .wisen-pqf.pqf-module-list-page .container-search-wisen {
    float: none;
    top: -10px;
    left: 65%;
  }
  .wisen-pqf.pqf-module-list-page .row-module .module:nth-child(even) {
    margin-top: 60px;
  }
  .wisen-pqf.pqf-module-list-page .row-module .module:nth-child(odd) {
    margin-top: -60px;
  }
  .wisen-pqf.pqf-module-list-page .btn-download-catalog {
    margin-top: 100px;
  }
}
/* end pqf real on FD */
.wisen-pqf.wisen-pqf-realisation-for-fd .wisen-realisation-card {
  margin-bottom: 30px;
}
.wisen-pqf.wisen-pqf-realisation-for-fd .wisen-realisation-card .realisation-card-intro {
  display: none;
}
/* end pqf real summary page */
.wisen-pqf.wisen-pqf-realisation-summary-page .fake-col {
  padding-right: 15px;
  padding-left: 15px;
  display: grid;
  gap: 20px 15px;
  grid-template-columns: repeat(2, 1fr);
}
.wisen-pqf.wisen-pqf-realisation-summary-page .wisen-realisation-card .realisation-card-intro {
  display: none;
}
@media screen and (min-width: 992px) {
  .wisen-pqf.wisen-pqf-realisation-summary-page .fake-col {
    grid-template-columns: repeat(4, 1fr);
    grid-auto-rows: minmax(180px, auto);
  }
  .wisen-pqf.wisen-pqf-realisation-summary-page .fake-col .container-card .wisen-realisation-card {
    height: 100%;
  }
  .wisen-pqf.wisen-pqf-realisation-summary-page .fake-col .container-card.counter-1 {
    grid-column-start: 1;
    grid-column-end: 3;
    grid-row-start: 1;
    grid-row-end: 3;
  }
  .wisen-pqf.wisen-pqf-realisation-summary-page .fake-col .container-card.counter-6 {
    grid-column-start: 1;
    grid-column-end: 5;
    grid-row-start: 3;
    grid-row-end: 5;
  }
  .wisen-pqf.wisen-pqf-realisation-summary-page .counter-1 .wisen-realisation-card .realisation-card-intro,
  .wisen-pqf.wisen-pqf-realisation-summary-page .counter-6 .wisen-realisation-card .realisation-card-intro {
    display: inline-block;
  }
}
.wisen-portlet-indicator.indicator-agency {
  padding: 15px 0;
}
@media screen and (min-width: 768px) {
  .wisen-portlet-indicator.indicator-agency {
    margin: auto;
  }
}
.indicator-class-border:after {
  content: "";
  position: absolute;
  height: 2px;
  background: #3EADEB;
  right: 20%;
  bottom: 0;
  left: 20%;
}
.indicator-class-border:last-child:after {
  content: none;
}
@media screen and (min-width: 768px) {
  .indicator-class-border:last-child:after {
    content: "";
  }
}
@media screen and (min-width: 992px) {
  .indicator-class-border:after {
    content: "";
    position: absolute;
    height: inherit;
    width: 2px;
    background: #3EADEB;
    top: 20%;
    right: 0;
    bottom: 20%;
    left: inherit;
  }
  .indicator-class-border:last-child:after {
    content: none;
  }
}
.wisen-header-page .header-img {
  height: 240px;
  opacity: 0.7;
}
.wisen-header-page .header-content {
  box-shadow: 0px 6px 9px 4px rgba(56, 76, 103, 0.13);
  margin: -65px auto 0 auto;
  width: 90%;
}
.wisen-header-page .header-content .header-btn {
  left: 50%;
  transform: translateX(-50%);
  bottom: -15px;
}
@media screen and (min-width: 768px) {
  .wisen-header-page .header-content {
    width: 100%;
  }
}
.wisen-header-page.header-page-module {
  padding-bottom: 30px;
} /* end header page module*/
@media screen and (max-width: 767px) {
  .wisen-header-page.header-page-module .header-content {
    margin-bottom: 30px;
  }
}
.wisen-header-page.header-page-module .container-icon {
  left: 50%;
  transform: translateX(-50%);
  bottom: -10%;
  transition: .2s cubic-bezier(.4, 0, 1, 1), background-color .2s cubic-bezier(.4, 0, .2, 1), color .2s cubic-bezier(.4, 0, .2, 1);
}
.wisen-header-page.header-page-module .container-icon .icon-2 {
  margin-top: -20px;
}
.wisen-header-page.header-page-module .container-icon:hover {
  transform: translate(-50%, 20%);
  transition: .2s cubic-bezier(.4, 0, 1, 1), background-color .2s cubic-bezier(.4, 0, .2, 1), color .2s cubic-bezier(.4, 0, .2, 1);
}
.wisen-header-page.header-page-module .btn-download-catalog {
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (min-width: 992px) {
  .wisen-header-page.header-page-module .btn-download-catalog {
    bottom: -5%;
  }
}
@media screen and (min-width: 992px) {
  .wisen-header-page.header-page-module {
    padding-bottom: 80px;
  }
  .wisen-header-page.header-page-module .container-icon {
    bottom: -10%;
  }
}
@media screen and (min-width: 992px) {
  .wisen-agency-services h2 {
    font-size: 24px !important;
    line-height: 26px !important;
  }
}
.wisen-agency-services .container-services-illustration {
  padding: 30px 0;
}
.wisen-agency-services .container-services-illustration .service-illustration {
  width: 30%;
  height: 100px;
  transition: .2s cubic-bezier(.4, 0, 1, 1), background-color .2s cubic-bezier(.4, 0, .2, 1), color .2s cubic-bezier(.4, 0, .2, 1);
}
.wisen-agency-services .container-services-illustration .service-illustration .container-img {
  height: 50px;
}
.wisen-agency-services .container-services-illustration .service-illustration .container-img img {
  object-fit: contain;
  transition: .2s cubic-bezier(.4, 0, 1, 1), background-color .2s cubic-bezier(.4, 0, .2, 1), color .2s cubic-bezier(.4, 0, .2, 1);
  filter: grayscale(100%);
}
.wisen-agency-services .container-services-illustration .service-illustration .like-h5 {
  transition: .2s cubic-bezier(.4, 0, 1, 1), background-color .2s cubic-bezier(.4, 0, .2, 1), color .2s cubic-bezier(.4, 0, .2, 1);
}
.wisen-agency-services .container-services-illustration .service-illustration:hover,
.wisen-agency-services .container-services-illustration .service-illustration:focus {
  text-decoration: none;
}
.wisen-agency-services .container-services-illustration .service-illustration:hover .container-img img,
.wisen-agency-services .container-services-illustration .service-illustration:focus .container-img img {
  transform: scale(1.1);
  transition: .2s cubic-bezier(.4, 0, 1, 1), background-color .2s cubic-bezier(.4, 0, .2, 1), color .2s cubic-bezier(.4, 0, .2, 1);
  filter: none;
}
.wisen-agency-services .container-services-illustration .service-illustration:hover .like-h5,
.wisen-agency-services .container-services-illustration .service-illustration:focus .like-h5 {
  color: #3EADEB;
  transition: .2s cubic-bezier(.4, 0, 1, 1), background-color .2s cubic-bezier(.4, 0, .2, 1), color .2s cubic-bezier(.4, 0, .2, 1);
}
.wisen-agency-services .container-services-illustration .service-illustration:focus-visible {
  outline: 1px solid #3EADEB;
}
.wisen-agency-services .container-services-illustration .service-illustration:focus-visible .like-h5 {
  color: #3EADEB;
}
.wisen-agency-services .container-services-illustration .service-illustration[aria-expanded="true"] .container-img img {
  filter: none;
}
.wisen-agency-services .container-services-illustration .service-illustration[aria-expanded="true"] .like-h5 {
  color: #3EADEB;
}
.wisen-agency-services .servicesAgency .slick-track {
  display: flex;
}
.wisen-agency-services .services-content {
  display: inline-block;
  padding: 20px 5px;
}
.wisen-agency-services .services-content .service-description {
  padding-top: 20px;
}
.wisen-agency-services .services-content .service-description p {
  margin-bottom: 10px;
}
@media screen and (min-width: 992px) {
  .wisen-agency-services .services-content {
    padding: 0;
    height: inherit;
  }
  .wisen-agency-services .services-content.collapse {
    display: none;
  }
  .wisen-agency-services .services-content.in {
    display: block;
  }
  .wisen-agency-services .services-content .service-description {
    padding: 30px 20px 0 20px;
  }
  .wisen-agency-services .services-content .service-description:before {
    content: "";
    position: absolute;
    top: 30px;
    left: 0;
    width: 2px;
    height: 70%;
    background: #3EADEB;
    border-radius: 5px;
  }
}
.wisen-agency-services .arrows-carousel-services {
  border: none;
  box-shadow: none;
  background: transparent;
  top: 15%;
}
.wisen-agency-services .arrows-carousel-services.prev {
  left: 5%;
}
.wisen-agency-services .arrows-carousel-services.next {
  right: 5%;
}
.wisen-agency-services .arrows-carousel-services.slick-disabled span {
  color: #7A7C7F;
}
.wisen-agency-services .img-bg {
  right: 0;
  top: -20%;
  width: 250px;
  z-index: -1;
}
.wisen-breadcrumb {
  padding-inline-start: 0;
  list-style-type: none;
}
.wisen-breadcrumb .breadcrumb-item {
  padding-right: 10px;
}
.wisen-breadcrumb .breadcrumb-item:after {
  content: "\edbe";
  font-family: 'icomoon';
  font-size: 10px;
  font-size: 1.0rem;
  color: rgba(33, 37, 41, 0.7);
  padding-left: 5px;
}
.wisen-breadcrumb .breadcrumb-item a:hover {
  color: #3EADEB;
  text-decoration: none;
}
.wisen-breadcrumb .breadcrumb-item:last-child {
  padding-right: 0;
}
.wisen-breadcrumb .breadcrumb-item:last-child:after {
  content: none;
}
/*# sourceMappingURL=common-portlet.css.map */
