@import url('https://fonts.googleapis.com/css2?family=Noto+Sans:ital,wght@0,100..900;1,100..900&display=swap');
:root {
    --awb-transition-time: 300;
    --animated: all 0.3s ease-in-out;
}
html *:focus{
  outline-color:transparent!important;
}
select {
    border: 1px solid #ced5dd !important;
}

/* FOOTER */
#footer-long-text-wrapper{
  padding-bottom:128px;
}
#footer-wrapper{
  padding-top:0px;
  padding-bottom:56px;
}
.footer-text-wrapper{
  padding-bottom:128px;
}
.trustarc-wrapper{
  display:inline-grid!important;
}

@media (min-width: 1024px) {
  .footer-menu-links{
    display:block;
  }
  .footer-menu-links-mobile{
    display:none;
  }
}
@media (max-width: 1023px) {
  .footer-menu-links{
    display:none;
  }
}
.footer-submenu-links >a,
.sub-menu-footer >a{
  display:grid;
  line-height: 36px;
  font-size:14px;
} 
.footer-menu-links-mobile >div >div >p >strong{
  font-size:16px;
  line-height:40px;
}
.title-footer{
  font-size:16px;
}
.social-icons-wrapper{
  margin-bottom:80px;
}
.privacy-link,#rights-reserved,#teconsent{
  font-size:12px;
  color:black;
  line-height:18px;
}
.social-icon{
  font-family:awb-icons;
  color:#152ea9;
  font-size:20px;
}
.awb-icon-facebook:before {
    content: "\e604";
}
.awb-icon-linkedin:before {
    content: "\e60f";
}
.awb-icon-youtube:before {
    content: "\e622";
}
.awb-icon-instagram:before {
    content: "\ea92";
}
.footer-bottom{
  background-color: #f0f0f0;
  display:grid;
  >div{
    align-items:center;
  }
}
.privacy-link-footer{
  align-items:center;
}
.footer-long-text >p >span{
  color:black;
  line-height:23px;
}
.title-footer{
  line-height:40px;
  color:black;
 
}
.footer-menu-links .title-footer{
   min-height:48px;
}
.title-footer >a{
  color:black;
}
@media(min-width:1024px){
  .left-icon-wrapper{
    max-width:384px;
  }
}
.logo-linkedin {
  width: 26px;
  height: 22px;
  vertical-align: middle;
  border-radius: 3px 0 0;
  background: #006097;
  font-family:awb-icons;
  font-size:12px;
  color:white;
  display: flex;
  justify-content: center;
}
.logo-linkedin:before {
    content: "\e60f";
}
.follow-btn--vertical {
  border: 1px solid rgba(0, 0, 0, 0.15);
  background: #F3F6F8;
  color: rgba(0, 0, 0, 0.6);
  margin-left: -3px;
  height: 22px;
  width:80px;
  text-align:center;
  font-size: 14px;
/*   outline: 0; */
  border-radius: 0 3px 0 0;
}
.follower-count {
  font-size: 12px;
  color: rgba(0, 0, 0, 0.6);
  background: #FFFFFF;
  border-radius: 0 0 3px 3px;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-top: 0;
  height:20px;
  vertical-align: middle;
  padding: 2px 8px 0px;
  line-height: 21px;
  text-align: center;
  margin-top: -3px;
  
}
@media(min-width:800px){
.filters-wrapper{
  margin-top:45px;
}
}
.privacy-link-footer > div:not(:last-child):after 
/* .privacy-link:nth-child(1):after*/
{
  content: "|";
  margin-right:12px;
  font-size: 12px;
} 
.breadcrumb > div > a:not(:last-child){
/*   color:#152EA9; */
  color:white;
}
.breadcrumb > div > a:not(:last-child):after{
  content: "|";
  padding-right: 18px;
  padding-left: 15px;
/*   color: #767676; */
  color:white;
  font-size: 12px;
  
}

.breadcrumb >div >a:last-child,
.breadcrumb >div{
/*   color: #767676!important; */
  color:white;
}
  .breadcrumb >div >a:last-child{
    cursor:not-allowed;
  }
.menu-links >a,
.language-selector >a{
  font-size:13px;
}

.menu-title-footer:after{
  content: url(https://www.johnsoncontrols.com/-/media/themes/jci-global/jciglobal-master/jciglobal-master/Images/Base/dist/icon-caret.svg);
  display: inline-block;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  float:right;
  
      
}
.social-icon{
  height:17px!important;
}
.logo-footer{
  width: 154px!important;
}
 .footer-long-text{
    max-width:940px;
  }
.rights-reserved,
.footer-text,
.footer-links{
   font-family: "Noto Sans", sans-serif;
      font-weight:400;
  font-size:13px;
}
.footer-long-text >p> span >a{
  color: #0080b6;
    text-decoration: underline;
}
.menu-title-footer >p{
  display:inline-block;
}
.ais-Panel-footer{
  display:none;
}
@media(max-width:485px){
   .privacy-link-footer{
     flex-wrap:wrap;
         justify-content: start!important;
       align-items: end;
   }
 }

/* HEADER */

.main-menu {
    right: -566px;
    padding: 30px 0px 80px;
    display: none;
    position: absolute;
}
/* .header-sortable-wrapper{
  height:500px!important;
} */
#sortableHeader{
  height:400px;
  margin-top: 100px;
}
#sortableHeader .headline-section{
  padding-bottom:10px;
}
/* #sortableHeader .custom_button_3{
  display:none;
} */
.language-list >a{
  font-size:14px;
  line-height:36px;
}
.language-list {
   position: relative;
    border-radius: 6px;
    list-style-type: none;
    margin: 0;
    border: 1px solid #ccc;
    background-color: #fff;
    width:186px;
    padding-left:20px;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1);
    display: flex;
    flex-direction: column;
}
.language-list::before {
    content: "";
    position: absolute;
    top: -10px;
    right: 38px;
    border-width: 0 10px 10px 10px;
    border-style: solid;
    border-color: transparent transparent #ccc transparent;
}
.language-list::after {
    content: "";
    position: absolute;
    top: -9px;
    right: 39px;
    border-width: 0 9px 9px 9px;
    border-style: solid;
    border-color: transparent transparent white transparent;
}

#menu-block{
  height:100px;
  display:flex;
} 
 .searchbar-wrapper-header{
    padding-bottom:70px;
    align-content:end;
    height:calc(100vh - 100px);
  }
  @media(min-width:1030px){
    .searchbar-wrapper-header{
   height:100%;
  }
  }

.menu{
  transition: 0.3s ease;
}
.menu__list >a{
  color: #2E2924;
  font-family: "Noto Sans", sans-serif;
  line-height:90px;
  font-weight:500;
  font-size:30px;
}
.menu-language-mobile >div>a{
  color: #2E2924;
  font-family: "Noto Sans", sans-serif;
  font-weight: 500;
  line-height:90px;
  font-size:22px;
}
 .language-list-mobile >a{
   color: #2E2924;
   line-height:30px;
   display:block;
   
 } 
 
.btn-menu
{
/*   display: flex;
  align-items: center;
  gap: 16px; */
  cursor: pointer;
  text-transform: uppercase;
  position: relative;
}
.main-menu{
  right:-566px;
  padding:10px 0px 80px;
  display:none;
  position:absolute;

}
.main-menu >a{
  padding-left: 25px;
  padding-right: 25px;
}
.main-menu.open{
  right:0;
  display:block!important;
}
.menu.open{
  position:sticky;
}
@media(min-width:1000px){
  #footer-body{
    max-height:264px;
  }
}
@media(max-width:640px){
  
  .logo-footer{
    margin:20px 0px;
  }
  
}
.left-icon-wrapper > div:nth-child(1){
  margin-bottom:24px;
}
.title-footer-connect >p>strong{
  color:black;
  font-size:16px;
}
@media(max-width:1000px){
  #menu-block{
      padding:0px 16px;
    }
}
.footer-menu-links-mobile{
    padding:0px 16px;
  }
.footer-menu-links-mobile >div{
    padding:10px 0px;
  }
.footer-bottom{
    padding:10px;
      line-height: 24px;
  }
.main-menu-overlay
{
  width: 0;
  opacity: 0;
  background: rgba(0,0,0,0.5);
  cursor: pointer;
}
.main-menu
{
  background-color: white;
  width: 0;
  opacity: 0;
  max-width: 566px;
  height: auto;
  align-items: start;
  justify-content: center;
  
}

.main-menu.open
{
  width: 100%;
  opacity: 1;

}
.menu__list >a{
  position:relative;
}
.menu__list >a:after{
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  width: 0;
  bottom: 5px;
  background: linear-gradient(90deg, #000070 0%, #152ea9 20%, #2ee9ff 62%, #75e600 100%);
  height: 3px;
  transition-property: width;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
}
.menu__list > a:hover::after {
  left: 0;
  right: 0;
  width: 100%;
}

 .fa-bars-new >img{
   width:37px;
 } 
  .fa-times-new >img{
   width:40px;
 } 
.menu-language-mobile{
   font-family: "Noto Sans", sans-serif;
      font-weight:400;
  color:#152EA9;
      max-width: 200px;
}
.selected-language-mobile{
  width:100%;
}

.fa-times-new{
  opacity:0;
  transition: all calc(var(--awb-transition-time)* 1ms) cubic-bezier(.42, .01, .58, 1);
  transform:rotate(0);
  position:absolute;
  top:0px;
}
  @media(max-width:1024px){
    #menu-block > div.flex.justify-end.w-full.module4{
      display:none;
    }
  }
.menu.open >div > .menu-icons .fa-times-new,
.menu.open >div > .menu-icons .fa-bars-new{
  opacity:1;
  transform:rotate(360deg);
}
.menu.open >div > .menu-icons .fa-bars-new{
  opacity:0;
   transition: all calc(var(--awb-transition-time)* 1ms) cubic-bezier(.42, .01, .58, 1);
  transform:rotate(0deg);
}
.selected-language:before{
  content: url('https://www.johnsoncontrols.com/-/media/themes/jci-global/jciglobal-master/jciglobal-master/Images/Base/dist/icon-globe.svg');
  display: inline-block;
  margin-right: 10px;
  position: relative;
  top: 3px;
}
.language-selector-mobile{
  padding-left:25px;
}

.language-list-mobile{
  font-size: 18px !important;
    min-height: 20px !important;
    line-height: 20px !important;
    font-family: "Noto Sans", sans-serif;
    font-weight: 400;
    padding: 0px 40px;
}
.selected-language-mobile:before{
  content: "";
  line-height: 26px;
  position: relative;
  display: inline-block;
  width: 26px;
  height: 26px;
  top:5px;
  margin-right: 10px;
  background-repeat: no-repeat !important;
  background-size: contain !important;
  background: url(https://cdn-static.findly.com/wp-content/uploads/sites/2490/2022/09/13201421/Language.png);
}
.selected-language:after,
.selected-language-mobile:after{
  content: "\f107";
  font-family: awb-icons;
  margin-left: 10px;
}
@media(max-width:824px){
  .selected-language:after,
.selected-language-mobile:after{
  
  font-size:30px;
  
}
}
.hidden {
    display: none;
}

.language-option {
    padding: 10px;
    cursor: pointer;
}
.language-list{
  position:absolute;
}

.language-option:hover {
    background-color: #f1f1f1;
}
@media(min-width:1024px){
  .menu-mobile{
    display:none;
  }
}
@media(max-width:1023px){
  .menu-links,.menu-language{
    display:none;
    visibility:hidden;
  }
}

/*  GENERAL */

.menu-links >a:hover,
.menu-links >a,
.language-selector >a,
.language-list >a,
.language-list >a:hover,
.footer-submenu-links >a,
.footer-submenu-links >a:hover{
  color:black;
}
.menu-links >a{
  line-height:16px;
}
.menu-links{
  column-gap:24px;
}
.menu-lang-desk{
  max-width: 192px;
    margin-left: -55px;
}
.max-width
{
  width: 100%;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;

}

.description-text{
   font-family: "Noto Sans", sans-serif;
      font-weight:400;
}
@media(min-width:1001px) and (max-width:1450px){
  .max-width{
  padding-left: 1rem;
  padding-right:1rem;
  }

}
@media(max-width:1000px){
  .max-width{
  padding-left: 16px;
  padding-right: 16px;
  }

}
@media screen and (min-width: 768px){
  .max-width 
  {
    max-width: 1403px;
  }
  .grid-parent
  {
      grid-template-columns: repeat(12, 1fr);
  }
}

.decor-font-bold{
  font-family: "Noto Sans", sans-serif;
  font-weight:500;
}
.decor-font-semi{
  font-family: "Noto Sans", sans-serif;
  font-weight:500;
}
.decor-font{
  font-family: "Noto Sans", sans-serif;
  font-weight:400;
}

.footer-wrapper-line .warning-footer-text-wrapper{
	color:black;
    line-height: 21px;
	font-size: 14px;
	padding-top: 60px;
	padding-bottom: 70px;
	border-top:1px solid #E5E5E5;
	max-width: 1403px;
	width:100%;
	margin:0 auto;
	font-family: "Noto Sans", sans-serif;
    font-weight: 400;

}
.warning-footer-text p{
  margin-bottom:0px;
}
.warning-footer-text ul {
    list-style-type: square;
    padding-left: 40px;
}
@media(max-width:1410px){
  .footer-wrapper-line .warning-footer-text-wrapper{
    padding-left:20px;
    padding-right:20px;
  }
}
