.otsdk {
  position: relative;
  z-index: 10000000;
}
.otsdk.hidden {
  display: none;
}
.otsdk_overlay {
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
}
.otsdk-raja .otsdk_alert {
/* background-image: url(https://cdn.cookielaw.org/logos/2605aa8e-bac8-4ef5-a15e-f9c43acb4fde/1d2b246d-1fc0-4e62-814d-2e956c9e77a7/raja_logo_sticky.png); */
  background-image : url(https://cdn.cookielaw.org/logos/2605aa8e-bac8-4ef5-a15e-f9c43acb4fde/0198eb07-3be9-74fc-83e0-7131b1780bd0/7c17b81b-07aa-48de-a844-506d51da9207/RAJAPACK-blue-red-logo.png);  
}
.otsdk-mondoffice .otsdk_alert {
  background-image: url(https://cdn.cookielaw.org/logos/2605aa8e-bac8-4ef5-a15e-f9c43acb4fde/0ac02bdf-b321-4093-8586-271816bceabd/0e993cf8-e4d9-4a22-a023-b2f04c38689d/Mondoffice_logo_payoff_\(002\).jpg);
}
.otsdk-jpg .otsdk_alert {
  background-image: url(https://cdn.cookielaw.org/logos/2605aa8e-bac8-4ef5-a15e-f9c43acb4fde/d11de5ba-7356-46e5-a219-0426b0ee5aaa/c49a635e-5d0d-49e9-ab3d-542d72880b6d/JPG_Raja2.jpg);
  background-size: 40px;
  background-position: left 20px top 5px;
}
@media screen and (min-width: 650px) {
  .otsdk-jpg .otsdk_alert {
    background-size: 50px;
    background-position: left 30px top 10px;
  }
}
.otsdk-bernard .otsdk_alert {
  background-image: url(https://cdn.cookielaw.org/logos/2605aa8e-bac8-4ef5-a15e-f9c43acb4fde/df646fcf-edae-41e8-89a9-de349854213b/d28dd997-89b3-4123-8f18-2a99fbfdeeb0/logo_footer.jpg);
}
.otsdk-kalamazoo .otsdk_alert {
  background-image: url(https://cdn.cookielaw.org/logos/2605aa8e-bac8-4ef5-a15e-f9c43acb4fde/6d5e6df9-c6e3-48df-86dc-6738b7afbefe/8f942450-99a4-42af-a5b8-c75de9df6c8f/kalamazoo.png);
}
@media screen and (min-width: 650px) {
  .otsdk-kalamazoo .otsdk_alert {
    background-position: left 30px top 15px;
  }
}
@media screen and (min-width: 650px) {
  .otsdk-none .otsdk_alert {
    padding: 40px 30px 30px;
  }
}
.otsdk-cenpac .otsdk_alert {
  padding: 50px 30px 30px;
}
@media screen and (min-width: 650px) {
  .otsdk-cenpac .otsdk_alert {
    padding: 40px 30px 30px;
  }
}
.otsdk_alert {
  position: fixed;
  top: 50%;
  right: 0;
  left: 0;
  transform: translateY(-50%);
  background: #fff;
  width: 650px;
  max-width: 95%;
  border-radius: 2.5px;
  margin: 0 auto;
  padding: 50px 20px 20px;
  overflow-y: auto;
  overflow-x: hidden;
  z-index: 2;
  background-repeat: no-repeat;
  background-size: 80px;
  background-position: left 20px top 10px;
}
@media screen and (min-width: 425px) {
  .otsdk_alert {
    top: 15%;
    transform: translateY(-13%);
  }
}
@media screen and (min-width: 650px) {
  .otsdk_alert {
    top: 10%;
    height: auto;
    padding: 70px 30px 30px;
    background-size: 100px;
    background-position: left 30px top 20px;
  }
}
.otsdk_alert_title {
  color: #222831 !important;
  font-size: 16px;
  margin-bottom: 10px;
}
@media screen and (min-width: 769px) {
  .otsdk_alert_title {
    font-size: 18px;
  }
}
.otsdk_alert_text {
  color: #656f84 !important;
  font-size: 12px;
  line-height: 1.5;
}
@media screen and (min-width: 769px) {
  .otsdk_alert_text {
    font-size: 14px;
  }
}
.otsdk_alert_text a {
  color: #276ef1 !important;
  font-weight: bold;
  text-decoration: none;
  padding-left: 4px;
}
.otsdk-mondoffice .otsdk_alert_text a {
  color: #D42637 !important;
}
.otsdk_alert_text a:hover {
  text-decoration: underline;
}
.otsdk_alert_buttons {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  max-width: 650px;
  margin: 0 auto;
  padding: 20px 5px 5px;
}
@media screen and (min-width: 650px) {
  .otsdk_alert_buttons {
    flex-direction: row;
    position: unset;
    box-shadow: none;
    padding: 0;
    margin: 20px 0 0;
  }
}
.otsdk .ot-btn {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  background: none;
  padding: 10px 25px;
  border-radius: 32px;
  border: 2px solid #276ef1;
  text-decoration: none;
  color: #276ef1;
  width: 100%;
  text-transform: none;
  font-weight: bold;
  font-family: "Open Sans", "Archivo Narrow";
  font-size: 14px;
}
@media screen and (min-width: 650px) {
  .otsdk .ot-btn {
    width: unset;
  }
}
.otsdk .ot-btn:hover {
  opacity: 0.7;
}
@media screen and (min-width: 769px) {
  .otsdk .ot-btn-float {
    margin-left: auto;
    margin-right: 15px;
  }
}
@media screen and (min-width: 769px) {
  .otsdk .ot-btn-abs {
    position: absolute;
    top: 10px;
    right: 20px;
  }
}
.otsdk .ot-btn-deny {
  position: absolute;
  top: 5px;
  right: 20px;
  color: #656f84;
  font-size: 12px;
  font-weight: bold;
  margin: 0;
  padding: 0;
  width: auto;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  border: unset;
  background: none;
}
@media screen and (min-width: 650px) {
  .otsdk .ot-btn-deny {
    top: 10px;
    font-size: 14px;
  }
}
.otsdk .ot-btn-deny::after {
  content: "";
  background-image: url(https://raja.scene7.com/is/image/Raja/Onetrust-Arrow);
  background-size: 20px;
  background-repeat: no-repeat;
  background-position: center;
  width: 20px;
  height: 20px;
  margin-left: 5px;
  display: inline-block;
  position: relative;
  top: 1px;
  right: 0;
  transition: right 0.3s ease-in-out;
}
.otsdk .ot-btn-deny:hover {
  opacity: 0.7;
}
.otsdk .ot-btn-deny:hover::after {
  right: -5px;
}
.otsdk .ot-btn-primary {
  background: rgb(39, 110, 241);
  background: linear-gradient(270deg, rgb(39, 110, 241) 0%, rgb(97, 33, 245) 100%);
  color: #fff !important;
  border: 1px solid #fff !important;
}
.otsdk-mondoffice .ot-btn {
  border: 2px solid #D42637;
  color: #D42637;
}
.otsdk-cenpac .ot-btn {
  border: 2px solid #136433;
  color: #136433;
  font-family: "Hind Siliguri";
}
.otsdk .skeleton {
  background-color: #CBCBCB;
  width: 100%;
  margin-bottom: 0.8rem;
  border-radius: 4px;
}
.otsdk .skeleton-wrapper {
  position: relative;
  overflow: hidden;
}
.otsdk .skeleton-wrapper--button {
  width: 100%;
}
@media screen and (min-width: 650px) {
  .otsdk .skeleton-wrapper--button {
    width: unset;
  }
}
.otsdk .skeleton-wrapper::before {
  content: "";
  position: absolute;
  width: 1px;
  height: 100%;
  box-shadow: 0 0 3rem 2rem rgba(255, 255, 255, 0.5);
  animation: shineSkeleton 1.6s linear infinite;
  transform: translateX(-3rem);
}
.otsdk .skeleton-wrapper_grey::before {
  box-shadow: 0 0 3rem 2rem rgba(241, 244, 249, 0.5333333333);
}
.otsdk .skeleton-bar_big {
  height: 1.8rem;
}
.otsdk .skeleton-bar_small {
  height: 1rem;
}
.otsdk .skeleton-button {
  background-color: transparent;
  border: 2px solid #CBCBCB;
  border-radius: 25px;
  height: 40px;
  margin-bottom: 0;
  width: 100%;
}
@media screen and (min-width: 650px) {
  .otsdk .skeleton-button {
    width: 160px;
  }
}

#onetrust-consent-sdk .button-theme {
  padding: 10px 25px;
  border-radius: 32px;
  border: 2px solid #276ef1;
  text-decoration: none;
  color: #276ef1;
  width: 100%;
  text-transform: none;
  font-weight: bold;
  font-family: "Open Sans", "Archivo Narrow";
  font-size: 14px;
}
@media screen and (min-width: 650px) {
  #onetrust-consent-sdk .button-theme {
    width: unset;
  }
}
#onetrust-consent-sdk.otsdk-cenpac .button-theme {
  font-family: "Hind Siliguri";
  font-size: 12px !important;
}

#cookie-preferences .ot-pc-footer-logo {
  display: none;
}

.otbanner {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 13px 32px 10px;
  z-index: 1111111;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: #f2f4f9;
  overflow-x: hidden;
  overflow-y: auto;
  box-shadow: 0 0 18px rgba(0, 0, 0, 0.2);
}
.otbanner.hidden {
  display: none;
}
@media screen and (min-width: 769px) {
  .otbanner {
    flex-direction: row;
    align-items: center;
  }
}
.otbanner_content {
  flex: 1 1 0;
  color: #656F84;
  line-height: 1.25;
  margin-bottom: 15px;
}
@media screen and (min-width: 769px) {
  .otbanner_content {
    margin-bottom: unset;
  }
}
.otbanner_content a {
  color: #276ef1;
  margin-left: 5px;
  text-decoration: underline;
  font-weight: bold;
}
.otbanner_button {
  flex: 1 1 0;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  width: 100%;
}
@media screen and (min-width: 769px) {
  .otbanner_button {
    width: unset;
  }
}
.otbanner_button button {
  width: 100%;
  background-color: #276ef1;
  color: white;
  padding: 12px 30px;
  font-weight: bold;
}
@media screen and (min-width: 769px) {
  .otbanner_button button {
    width: unset;
  }
}

.otsdk-footer_cookie {
  position: relative;
  top: -10px;
}
.otsdk-footer_cookie::before {
  content: url(https://raja.scene7.com/is/image/Raja/ALL-Icon-Cookie?wid=32&hei=32&fmt=png-alpha);
  position: relative;
  top: 10px;
  padding-right: 5px;
}