/*
Global 
*/

/*Adjustments from additional css*/
.language-footer .mega-menu-language {
   right: 0 !important;
   top: 0 !important;
}


/* COOKIEBOT Branding on the banner */
a#CybotCookiebotDialogPoweredbyCybot,
div#CybotCookiebotDialogPoweredByText {
   display: none;
}

/* COOKIEBOT Branding on the widget */
#CookiebotWidget .CookiebotWidget-body .CookiebotWidget-main-logo {
   display: none;
}

.CybotCookiebotDialogBodyButton {
   padding: 10px 32px;
   border-radius: 30px !important;
   background: linear-gradient(267.29deg, var(--blue4) 0%, var(--blue2) 100%);
   color: #ffffff;
   font-size: min(5vw, 20px);
   font-weight: 400;
   line-height: min(6vw, 28px);
   letter-spacing: 0.02em;
   text-align: center;
   margin: 0 auto;
   display: inline-block;
   width: auto;
   font-family: "Open Sans", sans-serif;
}

/**Fix twitter icons**/
a.tw-icon-img,
li.tw-icon-img {
   font-size: 0px !important;
}

/*Whatsapp*/

.whatsapp-chat {
   display: none !important;
   position: fixed;
   bottom: 10px;
   right: 10px;
   z-index: 10000;
}

.whatsapp-chat-2 {
   display: none !important;
   position: fixed;
   bottom: 10px;
   right: 10px;
   z-index: 10000;
   background: #25d366;
   color: white;
   font-weight: 700;
   font-size: 14px;
   display: flex;
   align-items: center;
   justify-content: center;
   gap: 10px;
   border-radius: 10px;
   padding: 9px 10px;
}

.whatsapp-chat-2:hover {
   color: white;
}

.whatsapp-chat-2 img {
   width: 30px;
}

@media (max-width:991px) {

   .whatsapp-chat-2,
   .whatsapp-cha {
      display: flex !important;
   }
}




body:not(.page-template-template-whistleblowing) .grecaptcha-badge {
   display: none !important;
}
