/* common */
#onetrust-consent-sdk .onetrust-pc-dark-filter {
  background-color: rgba(52, 62, 74, 0.9);
}

#onetrust-banner-sdk p,
#onetrust-pc-sdk p,
#ot-sdk-cookie-policy p {
  margin: 0 !important;
  font-family: inherit;
  line-height: normal;
}
#onetrust-banner-sdk.otCenterRounded {
  top: 50%;
  transform: translateY(-50%);
  border-radius: 0;
  width: 100%;
  max-height: 100%;
}

#onetrust-banner-sdk #onetrust-pc-btn-handler button:hover,
#onetrust-consent-sdk #onetrust-reject-all-handler button:hover,
#onetrust-consent-sdk #onetrust-accept-btn-handler button:hover {
  color: #000 !important;
  box-shadow: 0 10px 20px 0 rgba(255, 235, 154, 0.7) !important;
  border: solid 2px #fecb00 !important;
  background-color: #fff5cc !important;
}

#onetrust-consent-sdk #onetrust-banner-sdk *:focus {
  opacity: 1;
}

#onetrust-banner-sdk .ot-sdk-container {
  margin: 24px auto 0 auto;
  padding: 0;
}

#onetrust-banner-sdk #onetrust-policy {
  margin: 0 !important;
}

#onetrust-consent-sdk #onetrust-policy-title {
  text-transform: uppercase;
  padding-bottom: 14px !important;
  padding-left: 16px;
  font-size: 14px !important;
  line-height: 24px;
  letter-spacing: 0.5px;
  font-weight: bold;
  width: calc(100% - 56px);
  color: #000000;
  margin-bottom: 0px;
  display: flex;
}

#onetrust-consent-sdk #onetrust-policy-text {
  font-size: 12px;
  line-height: 20px;
  letter-spacing: 0.5px;
  margin: 0;
  width: auto;
  max-height: calc(100vh - 250px);
  overflow-y: auto;
  padding: 0 16px;
  overflow-x: hidden;
}

#onetrust-banner-sdk p,
#onetrust-banner-sdk p > b,
#onetrust-consent-sdk #onetrust-policy-text > p,
#onetrust-consent-sdk #onetrust-policy-text > p > b {
  color: #000000 !important;
}

#onetrust-consent-sdk #onetrust-pc-btn-handler,
#onetrust-consent-sdk #onetrust-reject-all-handler,
#onetrust-consent-sdk #onetrust-accept-btn-handler {
  margin: 0;
  height: auto;
  padding: 4px 19px;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: normal;
  border-radius: 0;
  white-space: nowrap;
  border: none;
  background-color: #fecb00 !important;
  color: #fff;
  max-width: unset;
  text-transform: uppercase;
}
/* Create button layout with first one on left, others on right */
#onetrust-banner-sdk #onetrust-button-group {
  display: flex;
  margin: 0 !important;
  width: 100%;
}

/* First button takes the left side */
#onetrust-banner-sdk #onetrust-button-group #onetrust-pc-btn-handler {
  margin-right: auto !important;
}

/* Group second and third buttons on the right side */
#onetrust-banner-sdk #onetrust-button-group #onetrust-reject-all-handler,
#onetrust-banner-sdk #onetrust-button-group #onetrust-accept-btn-handler {
  margin-left: 16px !important;
}

/* For when reject button is absent, but keeping in original structure */
#onetrust-banner-sdk
  #onetrust-button-group
  #onetrust-pc-btn-handler
  + #onetrust-accept-btn-handler {
  margin-left: auto !important;
}

#onetrust-banner-sdk #onetrust-button-group button {
  font-size: 16px;
  line-height: 24px;
  letter-spacing: normal;
  text-transform: uppercase;
  height: 30px;
  margin: 0;
  align-items: center;
  justify-content: center;
  display: flex;
  background-color: #fecb00 !important;
  color: #000 !important;
  padding: 0 16px;
  border-radius: 0 !important;
}

#onetrust-banner-sdk #onetrust-button-group #onetrust-pc-btn-handler:focus,
#onetrust-banner-sdk #onetrust-button-group #onetrust-pc-btn-handler:hover,
#onetrust-consent-sdk #onetrust-accept-btn-handler:hover,
#onetrust-consent-sdk #onetrust-accept-btn-handler:focus,
#onetrust-banner-sdk #onetrust-reject-all-handler:hover,
#onetrust-banner-sdk #onetrust-reject-all-handler:focus {
  color: #000 !important;
  box-shadow: 0 10px 20px 0 rgba(255, 235, 154, 0.7) !important;
  border: solid 2px #fecb00 !important;
  background-color: #fff5cc !important;
}
#onetrust-banner-sdk #onetrust-button-group #onetrust-pc-btn-handler:hover,
#onetrust-consent-sdk #onetrust-accept-btn-handler:hover,
#onetrust-banner-sdk #onetrust-reject-all-handler:hover {
  color: #000 !important;
}
#onetrust-banner-sdk #onetrust-button-group #onetrust-pc-btn-handler:hover,
#onetrust-consent-sdk #onetrust-accept-btn-handler:hover,
#onetrust-banner-sdk #onetrust-reject-all-handler:hover {
  background-color: #ffdb4c !important;
  border-color: #ffdb4c !important;
  opacity: 1;
  box-shadow: 0 10px 20px 0 rgba(0, 62, 133, 0.2);
  color: #000 !important;
}

#onetrust-banner-sdk #onetrust-group-container {
  width: 100% !important;
  overflow-y: hidden;
}

#onetrust-banner-sdk #onetrust-button-group-parent {
  position: relative !important;
  left: auto !important;
  width: 100% !important;
  top: 0 !important;
  transform: none !important;
  padding: 24px 16px 0 16px;
  min-height: auto;
}

#onetrust-banner-sdk
  :not(.ot-leg-btn-container)
  > button:not(.ot-link-btn):hover {
  opacity: 1;
}

#onetrust-banner-sdk .ot-close-icon {
  width: 24px;
  height: 24px;
  background-size: 12px;
  border: none;
  display: inline-block;
  padding: 0;
}

/*mobile styles*/
@media (max-width: 768px) {
  #onetrust-banner-sdk #onetrust-button-group {
    flex-direction: column;
  }
  #onetrust-banner-sdk #onetrust-button-group #onetrust-pc-btn-handler {
    color: #000 !important;
  }
  #onetrust-banner-sdk #onetrust-button-group {
    flex-direction: column;
    width: 100% !important;
  }
  /* Reset the left/right layout on mobile */
  #onetrust-banner-sdk #onetrust-button-group #onetrust-pc-btn-handler {
    margin-right: 0 !important;
    margin-bottom: 24px !important;
    height: auto !important;
    min-height: 30px !important;
  }

  #onetrust-banner-sdk #onetrust-button-group #onetrust-reject-all-handler,
  #onetrust-banner-sdk #onetrust-button-group #onetrust-accept-btn-handler {
    margin-left: 0 !important;
    margin-bottom: 24px !important;
  }

  #onetrust-banner-sdk
    #onetrust-button-group
    #onetrust-pc-btn-handler
    + #onetrust-accept-btn-handler {
    margin-left: 0 !important;
  }
  #onetrust-pc-sdk #ot-pc-desc a {
    border-bottom: 1px solid #000000 !important;
  }
  #onetrust-banner-sdk #onetrust-button-group #onetrust-pc-btn-handler,
  #onetrust-banner-sdk #onetrust-button-group #onetrust-proceed-handler {
    word-wrap: break-word;
    white-space: break-spaces;
    color: #000000;
    width: 100%;
  }

  #onetrust-banner-sdk #onetrust-reject-all-handler,
  #onetrust-banner-sdk #onetrust-accept-btn-handler {
    width: 100%;
  }

  #onetrust-banner-sdk #onetrust-close-btn-container {
    right: 16px;
    top: 0px;
  }
  #onetrust-banner-sdk #onetrust-policy-title {
    display: flex !important;
  }
  #onetrust-banner-sdk #onetrust-pc-btn-handler {
    max-width: 100%;
    color: #000000;
  }

  #onetrust-consent-sdk #onetrust-reject-all-handler {
    margin-bottom: 0;
  }

  #onetrust-banner-sdk .ot-close-icon {
    margin: 24px 0 0;
  }

  #onetrust-banner-sdk .ot-sdk-row {
    display: flex;
    flex-direction: column;
    max-height: 100vh;
  }
}
@media (min-width: 400px) {
  #onetrust-banner-sdk .ot-sdk-container,
  #onetrust-pc-sdk .ot-sdk-container,
  #ot-sdk-cookie-policy .ot-sdk-container {
    width: 100% !important;
    padding: 0;
  }
}
@media only screen and (min-width: 426px) and (max-width: 896px) {
  #onetrust-banner-sdk .onetrust-close-btn-ui {
    top: 0 !important;
    right: 0px !important;
  }
}
/* desktop styles */
@media (min-width: 768px) {
  #onetrust-banner-sdk.otCenterRounded {
    height: auto;
    top: 50%;
    transform: translate(-50%, -50%);
    left: 50%;
    box-sizing: border-box;
    max-width: 664px !important;
    margin: 0;
  }

  #onetrust-banner-sdk #onetrust-close-btn-container button {
    top: 10px !important;
  }
  #onetrust-banner-sdk .ot-sdk-container {
    margin: 0;
    padding: 32px;
  }

  #onetrust-banner-sdk .ot-sdk-row {
    margin: 0 auto;
  }

  #onetrust-banner-sdk #onetrust-group-container {
    border-bottom: 0;
    padding: 0;
  }

  #onetrust-consent-sdk #onetrust-policy-title {
    font-size: 16px !important;
    line-height: 24px;
    letter-spacing: Normal;
    padding: 0;
    margin-bottom: 8px;
    padding-bottom: 0px !important;
    width: calc(100% - 72px);
  }

  #onetrust-consent-sdk #onetrust-policy-text {
    margin: 0 0 24px 0;
    padding: 0;
    max-height: unset;
    overflow: auto;
  }

  #onetrust-banner-sdk #onetrust-button-group-parent {
    padding: 0 !important;
    margin: 0 !important;
    min-height: unset;
  }

  #onetrust-banner-sdk #onetrust-button-group {
    flex-direction: row;
    align-items: center;
  }

  #onetrust-consent-sdk #onetrust-pc-btn-handler {
    min-width: 220px;
  }

  #onetrust-consent-sdk #onetrust-accept-btn-handler {
    padding: 0 32px;
    min-width: 150px;
  }

  #onetrust-consent-sdk #onetrust-pc-btn-handler,
  #onetrust-consent-sdk #onetrust-reject-all-handler,
  #onetrust-consent-sdk #onetrust-accept-btn-handler {
    width: auto !important;
    max-width: unset !important;
    padding: 5px 24px;
  }

  #onetrust-banner-sdk #onetrust-close-btn-container {
    right: 32px;
    top: 32px;
  }
}
@media screen and (max-width: 390px) and (max-height: 634px) {
  #onetrust-banner-sdk #onetrust-button-group-parent {
    box-shadow: none !important;
    border-top: 1px solid #dcddde !important;
    padding-top: 16px !important;
  }
  #onetrust-consent-sdk #onetrust-policy-text {
    border-top: 1px solid #dcddde !important;
    padding-top: 16px !important;
    padding-bottom: 24px !important;
  }
}
@media only screen and (min-width: 890px) {
  #onetrust-banner-sdk.ot-buttons-fw:not(.ot-iab-2)
    #onetrust-button-group
    button:last-of-type {
    margin-bottom: 0px !important;
  }
}

#onetrust-consent-sdk #onetrust-pc-sdk {
  box-shadow: 0 4px 20px -10px rgba(0, 0, 0, 0.2);
  border-radius: 0;
}

#onetrust-pc-sdk .ot-pc-header {
  padding: 24px 16px;
  box-sizing: border-box;
  margin: 0;
  width: 100%;
}

#onetrust-pc-sdk #ot-pc-content {
  position: static;
  padding-right: 16px;
  margin-left: 16px;
  width: auto;
}

#onetrust-pc-sdk .ot-title-cntr {
  padding: 0;
  width: 100%;
}

#onetrust-pc-sdk.otPcCenter {
  width: 100%;
  max-width: 664px;
  min-width: unset;
  top: 50%;
  transform: translate(-50%, -50%);
  left: 50%;
  margin: 0;
}

#onetrust-consent-sdk #onetrust-pc-sdk #ot-pc-title {
  font-size: 14px !important;
  font-weight: 700;
  line-height: 24px;
  padding-bottom: 0;
  letter-spacing: 0.8px;
  color: #000000;
  margin: 0;
  padding: 0;
  margin-top: 24px;
  position: absolute;
  top: 0px;
  max-width: calc(100% - 56px);
}

#onetrust-consent-sdk #onetrust-pc-sdk div[aria-modal="true"] {
  height: 100%;
  display: flex;
  flex-direction: column;
}

#onetrust-consent-sdk #onetrust-pc-sdk .ot-active-menu h3 {
  font-weight: 700;
}

#onetrust-pc-sdk .ot-accordion-layout.ot-cat-item {
  border: 1px solid #dcddde !important;
  margin: 8px 0;
}

#onetrust-pc-sdk #ot-category-title {
  font-size: 12px;
  line-height: 20px;
  font-weight: 600;
  color: #000000 !important;
  text-transform: uppercase;
}

#onetrust-pc-sdk
  #ot-pc-lst
  #ot-fltr-cnt
  .ot-fltr-btns
  #filter-cancel-handler:hover {
  color: #000 !important;
  box-shadow: 0 10px 20px 0 rgba(255, 235, 154, 0.7) !important;
  border: solid 2px #fecb00 !important;
  background-color: #fff5cc !important;
}

#onetrust-pc-sdk #ot-pc-desc * {
  color: #000000;
}

#onetrust-pc-sdk .ot-plus-minus span {
  background: #000000 !important;
}

#onetrust-pc-sdk .ot-pc-footer .ot-btn-container button:hover,
#onetrust-pc-sdk
  #ot-pc-lst
  #ot-fltr-cnt
  .ot-fltr-btns
  #filter-apply-handler:hover {
  background-color: #ffdb4c !important;
  box-shadow: 0 10px 20px 0 rgba(254, 203, 0, 0.3),
    0 0 20px 0 rgba(0, 0, 0, 0.1) !important;
  opacity: 1;
  color: #000 !important;
}

#onetrust-pc-sdk .ot-chkbox label::before {
  border: 2px solid #585858 !important;
  height: 15px;
  width: 15px;
}

#onetrust-pc-sdk .ot-chkbox input:checked ~ label::before {
  background-color: #585858 !important;
}

#onetrust-pc-sdk .ot-chkbox input[type="checkbox"]:focus + label::before {
  outline-width: 2px;
  outline-color: #0a1a32;
}

#onetrust-consent-sdk #onetrust-pc-sdk *:focus {
  outline: none !important;
}

#onetrust-pc-sdk #ot-pc-desc.ot-grp-desc a {
  font-weight: 700;
  font-size: 12px !important;
  letter-spacing: 0.8px;
  color: #003e85 !important;
  margin: 0;
  text-decoration: underline;
}

#onetrust-pc-sdk #ot-pc-desc a > b {
  font-weight: 700;
  font-size: 12px !important;
  letter-spacing: 0.8px;
  color: #003e85 !important;
  margin: 0;
  text-decoration: underline;
}

#onetrust-pc-sdk #ot-pc-desc #privacy-notice {
  margin-left: 0 !important;
}

#onetrust-pc-sdk #ot-lst-cnt {
  margin: 0 0 0 16px;
}

#onetrust-pc-sdk .ot-vs-config .ot-acc-hdr {
  padding: 18px 0;
}

#onetrust-consent-sdk #onetrust-pc-sdk h4 {
  font-size: 12px;
  line-height: 24px;
  letter-spacing: 0.5px;
  color: #000000;
  font-weight: 600;
}

#onetrust-consent-sdk #onetrust-pc-sdk .ot-acc-grpcntr.ot-acc-txt {
  background-color: #f5f5f6 !important;
}

#onetrust-pc-sdk .ot-accordion-layout .ot-acc-grpdesc {
  padding: 16px;
  margin: 0;
  font-size: 12px;
  color: #000 !important;
  line-height: 20px;
}

#onetrust-pc-sdk .ot-accordion-layout .ot-hlst-cntr:last-child {
  margin-bottom: 10px;
}

#onetrust-pc-sdk .ot-chkbox label::after {
  height: 4px;
  width: 8px;
}

#onetrust-pc-sdk .ot-host-item .ot-plus-minus {
  top: 0;
  float: none;
  margin: 0;
}

#onetrust-consent-sdk #onetrust-pc-sdk #ot-host-lst .ot-host-item {
  border: 1px solid #dcddde !important;
  margin: 16px 0;
  padding: 18px 16px;
}

#onetrust-pc-sdk .ot-host-hdr {
  display: flex;
  width: 100%;
  justify-content: space-between;
  gap: 16px;
}

#onetrust-pc-sdk .ot-host-hdr .ot-host-expand {
  text-align: right;
}

#onetrust-pc-sdk #ot-pc-lst .ot-acc-hdr {
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
}

#onetrust-pc-sdk .ot-host-expand {
  color: #000000 !important;
  font-size: 12px;
  line-height: 20px;
  font-weight: bold;
  margin: 0 8px 0 0;
}

#onetrust-pc-sdk .ot-host-hdr .ot-host-name {
  width: auto;
  color: #000000 !important;
}

#onetrust-pc-sdk .ot-host-opt {
  margin: 18px 0 0 0;
}

#onetrust-pc-sdk #no-results {
  margin-top: 0;
  margin-left: 6px;
  font-size: 12px;
  line-height: 20px;
  color: #0a1a32;
}

#onetrust-pc-sdk #ot-fltr-modal .ot-label-txt {
  position: relative;
  top: -3px;
  font-size: 16px;
  line-height: 24px;
  color: #000000 !important;
}

#onetrust-pc-sdk .ot-cat-grp {
  box-sizing: border-box;
  width: 100%;
  padding: 0;
  margin-bottom: 16px;
}

#onetrust-pc-sdk .ot-switch {
  height: 18px;
}

#onetrust-pc-sdk .ot-lst-subhdr {
  display: flex;
}

#onetrust-pc-sdk .ot-search-cntr {
  width: 100%;
  float: none;
}

#onetrust-pc-sdk .ot-fltr-cntr {
  float: none;
  right: auto;
}

#onetrust-pc-sdk #filter-btn-handler svg {
  width: 20px;
  height: 20px;
}

#onetrust-pc-sdk #filter-btn-handler svg path {
  fill: #fecb00 !important;
}

/* @media (min-width: 550px) { */

#onetrust-banner-sdk .ot-sdk-column:first-child,
#onetrust-banner-sdk .ot-sdk-columns:first-child,
#onetrust-pc-sdk .ot-sdk-column:first-child,
#onetrust-pc-sdk .ot-sdk-columns:first-child,
#ot-sdk-cookie-policy .ot-sdk-column:first-child,
#ot-sdk-cookie-policy .ot-sdk-columns:first-child {
  margin-left: 0;
}

#onetrust-pc-sdk #ot-pc-content .ot-sdk-container {
  margin-left: 0;
}

#onetrust-pc-sdk #ot-pvcy-hdr {
  font-size: 12px;
  line-height: 22px;
  font-weight: 700;
  text-transform: uppercase;
  color: #0a1a32 !important;
  letter-spacing: 0;
  padding-bottom: 6px;
  padding-top: 10px;
  display: inline-block;
}

#onetrust-consent-sdk #onetrust-pc-sdk #ot-pc-desc {
  margin-bottom: 22px;
  font-size: 12px;
  line-height: 20px;
  font-weight: 400;
  color: #000000;
  padding-top: 0px !important;
  padding-left: 0px;
  padding-right: 0px;
  width: 100%;
  box-sizing: border-box;
}

#onetrust-pc-sdk .ot-grp-hdr1 {
  padding-bottom: 16px;
}

#onetrust-pc-sdk .ot-grp-hdr1 .ot-cat-header {
  color: #0a1a32 !important;
  letter-spacing: 0;
  font-size: 12px;
  line-height: 22px;
  font-weight: 700;
  text-transform: uppercase;
}

#onetrust-pc-sdk .ot-category-desc.ot-grp-desc {
  font-size: 12px !important;
  line-height: 20px !important;
}

#onetrust-consent-sdk #onetrust-pc-sdk .ot-link-btn.category-host-list-handler {
  font-size: 16px;
  font-weight: 700;
  letter-spacing: normal;
  line-height: 24px;
  color: #000000 !important;
  text-transform: uppercase;
  width: auto;
}
#onetrust-consent-sdk
  #onetrust-pc-sdk
  .ot-link-btn.category-host-list-handler:hover {
  text-decoration: #000 !important;
}
#onetrust-pc-sdk .ot-link-btn {
  width: 20px;
  height: 20px;
}

#onetrust-pc-sdk .ot-tgl input:checked + .ot-switch .ot-switch-nob {
  background-color: #f2f1f1 !important;
}

#onetrust-pc-sdk #ot-pc-hdr {
  margin: 0 16px;
  padding: 16px;
  border-bottom: 1px solid#dcddde !important;
  flex-shrink: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

#onetrust-pc-sdk #ot-pc-hdr #ot-lst-title h3 {
  color: #000000 !important;
  font-size: 16px !important;
  line-height: 24px !important;
  letter-spacing: 0.8px;
  text-transform: uppercase;
  margin-left: 12px;
}

#onetrust-pc-sdk #ot-pc-hdr input {
  border-radius: 0 !important;
  padding-right: 15px !important;
  padding-left: 40px !important;
  box-shadow: 0 4px 20px -10px rgba(0, 0, 0, 0.2);
  border: none;
}

#onetrust-pc-sdk #ot-search-cntr svg {
  width: 25px !important;
  left: 16px;
  top: 0 !important;
}

#onetrust-pc-sdk #filter-btn-handler {
  background-color: #000000 !important;
  color: #fecb00;
  border: 0;
  border-radius: 50%;
  top: 4px;
  opacity: 1;
  margin-left: 16px;
  height: 40px;
  width: 40px;
}

#onetrust-pc-sdk #filter-btn-handler:hover {
  color: #000 !important;
  box-shadow: 0 10px 20px 0 rgba(255, 235, 154, 0.7) !important;
  background-color: #fff5cc !important;
}

#onetrust-pc-sdk .ot-fltr-cntr #filter-btn-handler:hover {
  box-shadow: 0 10px 20px 0 rgba(88, 88, 88, 0.3) !important;
  background-color: #585858 !important;
}

#onetrust-pc-sdk #ot-pc-lst .ot-acc-hdr {
  font-size: 12px;
  font-weight: 700;
  line-height: 20px;
}

#onetrust-pc-sdk .ot-host-hdr .ot-host-name {
  font-size: 12px;
  line-height: 20px;
}

#onetrust-pc-sdk
  #ot-pc-lst
  .ot-acc-hdr
  .ot-host-notice
  .ot-link-btn.ot-host-expand {
  color: #0a1a32 !important;
  font-size: 12px;
  line-height: 20px;
  font-weight: 700;
  letter-spacing: 0;
}

#onetrust-pc-sdk button[aria-expanded="true"] ~ .ot-acc-hdr .ot-arw-cntr svg {
  transform: rotate(-90deg) !important;
}

#onetrust-pc-sdk #ot-pc-lst .ot-acc-hdr .ot-host-notice .ot-arw-cntr svg path {
  fill: #0a1a32;
}

#onetrust-pc-sdk #ot-pc-lst .ot-acc-txt {
  padding: 0 !important;
  margin: 0 !important;
  width: 100%;
}

#onetrust-consent-sdk #onetrust-pc-sdk #ot-host-lst .ot-host-info {
  box-sizing: border-box;
  width: 100%;
  background-color: #f5f5f6 !important;
  margin: 0 0 16px 0;
  padding: 16px;
}

#onetrust-consent-sdk #onetrust-pc-sdk #ot-host-lst .ot-host-info * {
  font-size: 12px !important;
  color: #0a1a32;
  line-height: 20px;
}

#onetrust-consent-sdk #onetrust-pc-sdk #ot-pc-lst #ot-anchor {
  display: none !important;
}

#onetrust-pc-sdk #ot-pc-lst #ot-fltr-modal {
  height: auto !important;
  width: 0;
}

#onetrust-consent-sdk #onetrust-pc-sdk #ot-fltr-modal #ot-fltr-cnt {
  padding-right: 0px;
  right: 16px;
  left: unset;
  top: 155px !important;
  width: 300px;
  min-height: 278px !important;
  max-height: unset !important;
  height: unset !important;
  border-radius: unset !important;
  box-shadow: 0 0 30px -10px rgba(0, 0, 0, 0.25) !important;
}

#onetrust-consent-sdk #onetrust-pc-sdk #clear-filters-handler {
  color: #000000 !important;
  font-size: 16px;
  line-height: 24px;
  margin-right: 16px;
  letter-spacing: 0.8px;
  margin-top: 16px;
  margin-bottom: 16px;
  text-align: right;
  opacity: 1;
}

#onetrust-consent-sdk
  #onetrust-pc-sdk
  #ot-fltr-modal
  #ot-fltr-cnt
  .ot-fltr-opts {
  padding-right: 10px;
}

#onetrust-pc-sdk .ot-fltr-opt {
  margin-bottom: 0 !important;
  border-bottom: 1px solid #d3d3d3 !important;
  margin: 0 16px;
  width: 94%;
}

#onetrust-pc-sdk .ot-fltr-opt .ot-chkbox {
  padding-top: 8px;
  padding-bottom: 8px;
}

#onetrust-pc-sdk .ot-chkbox {
  float: none !important;
}

#onetrust-pc-sdk.ot-tgl-with-label .ot-label-status {
  color: #424242 !important;
  letter-spacing: 0.8px;
}

#onetrust-pc-sdk #ot-pc-lst #ot-fltr-cnt .ot-fltr-btns {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  margin: 24px 16px 0;
}

#onetrust-pc-sdk #ot-pc-lst #ot-fltr-cnt .ot-fltr-btns #filter-apply-handler {
  margin-right: 0;
  min-height: 30px;
  height: auto !important;
  border-radius: 0;
  color: #000 !important;
  font-weight: 6000 !important;
}

#onetrust-pc-sdk #accept-recommended-btn-handler,
#onetrust-pc-sdk .ot-btn-container button,
#onetrust-pc-sdk .ot-fltr-btns button {
  text-transform: uppercase;
  font-size: 14px !important;
  font-weight: 700 !important;
  line-height: 24px !important;
  letter-spacing: 0.8px;
  height: 30px;
  padding: 0 24px !important;
  border: 0;
  border-radius: 0;
}

#onetrust-pc-sdk .ot-btn-container .save-preference-btn-handler {
  padding: 0 38px !important;
  color: #000000 !important;
}
#onetrust-pc-sdk .ot-accordion-layout.ot-cat-item:first-of-type {
  border: 1px solid #dcddde !important;
}
#onetrust-pc-sdk #accept-recommended-btn-handler {
  padding: 0 !important;
  margin: 0;
  width: auto;
  position: absolute;
  bottom: 16px;
  left: 16px;
  right: 16px;
  max-width: unset;
  box-sizing: border-box;
  color: #000000 !important;
}

#onetrust-pc-sdk
  #ot-pc-lst
  #ot-fltr-cnt
  .ot-fltr-btns
  #filter-cancel-handler:hover {
  text-decoration: none !important;
}
#onetrust-consent-sdk
  #onetrust-pc-sdk
  .ot-link-btn.category-host-list-handler:hover {
  border-bottom: 1px solid black !important;
}

#onetrust-consent-sdk
  #onetrust-pc-sdk
  button:not(#clear-filters-handler):not(.ot-close-icon):not(
    #filter-btn-handler
  ):not(.ot-remove-objection-handler):not(.ot-obj-leg-btn-handler):not(
    [aria-expanded]
  ):not(.ot-link-btn):not(#filter-cancel-handler),
#onetrust-consent-sdk
  #onetrust-pc-sdk
  .ot-leg-btn-container
  .ot-active-leg-btn {
  background-color: #fecb00 !important;
  border-color: #fecb00 !important;
  color: #000000 !important;
  border-radius: 0px !important;
}
#onetrust-pc-sdk #ot-pc-lst #ot-fltr-cnt .ot-fltr-btns #filter-cancel-handler {
  flex-grow: 1;
  margin-right: 15px;
  background: #ffffff !important;
  color: #000000 !important;
  height: auto;
  border: 2px solid #fecb00 !important;
  border-radius: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

#onetrust-pc-sdk.ot-ftr-stacked .ot-btn-container {
  overflow: hidden;
  padding-right: 0;
}

#onetrust-pc-sdk .ot-pc-footer {
  position: static;
  display: flex;
  padding: 16px;
  max-height: none !important;
  box-sizing: border-box;
  flex-shrink: 0;
  background-color: #fff !important;
  min-height: 116px;
  box-shadow: none !important;
  border-top: 1px solid #dcddde !important;
}

#onetrust-pc-sdk .ot-pc-footer .ot-btn-container button {
  min-height: 30px;
  border-radius: 0 !important;
  width: 100%;
  margin: 0;
  /* margin-right: 0px;
      margin-bottom: 16px;
      margin-top: 24px; */
}

#onetrust-pc-sdk .ot-pc-footer .ot-btn-container .onetrust-close-btn-handler {
  margin: 0;
  max-width: 100%;
}
#onetrust-pc-sdk #ot-pc-desc a {
  border-bottom: 2px solid #000 !important;
  color: #000 !important;
}
#onetrust-pc-sdk .ot-btn-subcntr {
  float: right;
}

#onetrust-pc-sdk .ot-pc-logo,
#onetrust-pc-sdk .ot-pc-footer-logo {
  display: none !important;
}

#onetrust-pc-sdk button[aria-expanded="false"] ~ .ot-acc-hdr .ot-arw-cntr svg {
  transform: rotate(90deg);
}

#onetrust-pc-sdk #ot-pc-hdr #ot-lst-title .ot-link-btn svg path {
  fill: #000 !important;
}

#accept-recommended-btn-handler {
  display: inline-block;
}

#onetrust-pc-sdk #accept-recommended-btn-handler:hover {
  background-color: #ffdb4c !important;
  box-shadow: 0 10px 20px 0 rgba(254, 203, 0, 0.3),
    0 0 20px 0 rgba(0, 0, 0, 0.1) !important;
  opacity: 1;
}

#onetrust-pc-sdk .category-menu-switch-handler h3 {
  font-size: 14px !important;
  line-height: 24px !important;
  letter-spacing: 0.8px;
  font-weight: 400;
}

#onetrust-pc-sdk .ot-tgl input:checked + .ot-switch .ot-switch-nob:before {
  background-color: #fecb00 !important;
}

#onetrust-pc-sdk .ot-switch-nob {
  background-color: #dcddde !important;
}

#onetrust-pc-sdk .ot-switch-nob:before {
  position: absolute;
  content: "";
  height: 24px;
  width: 24px;
  bottom: 1px;
  background-color: #9b9b9b;
  -webkit-transition: 0.4s;
  border-radius: 100%;
  top: -4px;
  left: 0;
  transition: 0.4s;
}

#onetrust-consent-sdk #onetrust-pc-sdk .ot-tgl input:focus + .ot-switch {
  outline: none !important;
}

#onetrust-pc-sdk .ot-tgl input:checked + .ot-switch .ot-switch-nob {
  border: none;
}

#onetrust-pc-sdk .ot-label-status {
  font-size: 0.75em;
  position: relative;
  top: 2px;
  display: none;
  padding-right: 5px;
  float: left;
}

#onetrust-pc-sdk .ot-grps-cntr *::-webkit-scrollbar-thumb,
#onetrust-pc-sdk .ot-pc-scrollbar::-webkit-scrollbar-thumb {
  background: #d1d2d4 !important;
}

#onetrust-pc-sdk .ot-grps-cntr *::-webkit-scrollbar,
#onetrust-pc-sdk .ot-pc-scrollbar::-webkit-scrollbar {
  width: 5px !important;
}

#onetrust-pc-sdk .ot-always-active {
  color: #000000 !important;
  font-size: 12px !important;
  line-height: 20px !important;
  letter-spacing: 0px;
  font-weight: 700;
}

#onetrust-pc-sdk .ot-btn-container {
  display: flex;
  margin: 0 !important;
  width: 100% !important;
}

#onetrust-pc-sdk .ot-vs-config .ot-acc-hdr div:last-child {
  margin-right: 16px;
}

#onetrust-pc-sdk #ot-lst-title {
  margin-bottom: 24px;
}

#onetrust-pc-sdk .ot-search-cntr > svg {
  left: 16px;
  right: auto;
  top: 8px;
}

#onetrust-pc-sdk ul li {
  border: 1px solid #dcddde;
  margin: 0 0 16px 0;
}

#onetrust-pc-sdk #ot-pc-desc ul {
  list-style: inside;
  list-style-position: outside;
  padding-left: initial;
}

#onetrust-pc-sdk #ot-pc-desc ul li {
  padding: 0 0 8px 12px;
  border-bottom: 0;
  margin: 0 0 16px;
  list-style-type: disc;
  border: none;
}

#onetrust-pc-sdk #ot-pc-desc ul li::marker {
  color: #fecb00 !important;
  font-weight: bold;
}

#onetrust-pc-sdk #ot-pc-lst {
  position: static;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}

#onetrust-pc-sdk .ot-close-icon {
  height: 24px;
  width: 24px;
}

#onetrust-pc-sdk #vendor-search-handler {
  height: 46px;
  position: static;
  float: none;
  font-size: 16px;
  line-height: 22px;
  box-shadow: 0 4px 25px 0 rgba(0, 0, 0, 0.1);
  background-color: #fff;
  border: 0;
  margin-left: 0;
  color: #000000;
}

#onetrust-pc-sdk .ot-cat-item button {
  color: #000000 !important;
}
#onetrust-banner-sdk.ot-buttons-fw:not(.ot-iab-2)
  #onetrust-button-group
  button {
  margin-bottom: 0px !important;
  margin-top: 0px !important;
}
#onetrust-pc-sdk #ot-filter-list-header {
  display: none !important;
}
/* MOBILE STYLES */

@media only screen and (max-width: 476px) {
  #onetrust-pc-sdk .ot-fltr-btns button {
    width: unset;
  }
  #onetrust-pc-sdk .ot-fltr-cntr {
    right: 10px !important;
  }
}

@media (min-width: 641px) and (max-width: 767.5px) {
  #onetrust-pc-sdk .ot-lst-subhdr {
    width: 100% !important;
  }

  #onetrust-consent-sdk #onetrust-pc-sdk #ot-host-lst .ot-host-item {
    margin: 16px 8px 16px 0;
  }
}

@media only screen and (max-width: 768px) {
  #onetrust-pc-sdk .ot-grp-hdr1 {
    float: none;
    width: 100%;
    margin-left: auto;
    box-sizing: border-box;
  }

  #onetrust-pc-sdk #ot-pc-lst .ot-acc-hdr .ot-host-notice {
    margin-left: 0;
  }

  #onetrust-pc-sdk #ot-pc-lst .ot-acc-hdr {
    display: flex;
    justify-content: space-between;
  }

  #onetrust-pc-sdk .ot-pc-footer {
    max-height: initial;
    width: 100%;
  }

  #onetrust-pc-sdk.ot-ftr-stacked .ot-btn-container {
    padding-right: 0 !important;
    margin-right: 0 !important;
    margin-left: 0 !important;
  }

  #onetrust-pc-sdk.ot-ftr-stacked .ot-btn-container {
    width: 100%;
    max-width: 100%;
  }
}
@media (max-width: 399px) {
  #onetrust-pc-sdk .ot-pc-header {
    min-height: 84px !important;
  }
}
@media (max-width: 640px) {
  #onetrust-pc-sdk .ot-pc-header {
    min-height: 64px !important;
    border-bottom: 1px solid #dcddde !important;
  }

  #onetrust-pc-sdk #ot-pc-lst {
    height: auto;
    flex-grow: 1;
  }

  #onetrust-pc-sdk .ot-lst-cntr {
    display: flex;
    flex-direction: column;
  }

  #onetrust-pc-sdk #ot-lst-cnt {
    margin: 0;
    width: 100%;
    min-height: auto;
    box-sizing: border-box;
    padding: 0 16px;
    max-height: calc(100% - 144px);
  }

  #onetrust-pc-sdk .ot-pc-footer {
    max-height: initial;
    width: 100%;
  }

  #onetrust-pc-sdk > div {
    display: flex;
    flex-direction: column;
  }

  #onetrust-pc-sdk #ot-host-lst .ot-tgl-cntr {
    width: 55%;
  }

  #onetrust-consent-sdk #onetrust-pc-sdk #ot-fltr-modal #ot-fltr-cnt {
    top: 205px !important;
  }

  #onetrust-pc-sdk #ot-pc-hdr {
    display: inline-block;
    margin: 0 !important;
    padding: 16px !important;
    max-height: initial;
    min-height: 70px;
    width: calc(100% - 32px);
    height: auto;
  }
}

@media (min-width: 641px) and (max-width: 768px) {
  #onetrust-pc-sdk #ot-pc-hdr {
    min-height: 120px;
  }

}

/* DESKTOP STYLES */

@media (min-width: 768px) {
  #onetrust-pc-sdk .ot-pc-header {
    padding: 32px 16px 16px 16px;
    height: auto;
    min-height: 73px;
    border-bottom: 1px solid #dcddde !important;
  }

  #onetrust-pc-sdk .ot-pc-footer {
    min-height: unset;
    padding: 24px 0;
  }

  #onetrust-pc-sdk #ot-pc-content {
    position: static;
    padding-right: 32px;
    margin-left: 32px;
    width: auto;
  }

  #onetrust-pc-sdk #ot-pc-lst {
    height: calc(100% - 144px);
    position: static;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
  }

  #onetrust-consent-sdk #onetrust-pc-sdk #ot-pc-desc {
    margin-bottom: 20px;
    font-size: 12px;
    line-height: 20px;
    letter-spacing: 0.5px;
    font-weight: 400;
    color: #000000;
    padding-top: 0px !important;
    padding-left: 0px;
    padding-right: 0px;
    width: 100%;
    box-sizing: border-box;
  }

  #onetrust-pc-sdk #ot-lst-cnt {
    margin: 0;
    height: 100%;
    max-height: calc(100% - 70px);
    box-sizing: border-box;
    padding-bottom: 20px;
    width: unset;
  }

  #onetrust-pc-sdk #ot-pc-hdr {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 16px;
    border-bottom: 1px solid #dcddde !important;
    margin-right: 32px;
    margin-left: 32px;
    padding-top: 16px;
  }

  #onetrust-pc-sdk .ot-search-cntr {
    width: auto;
    float: none;
  }

  #onetrust-pc-sdk .ot-lst-subhdr {
    width: auto;
    display: flex;
    align-items: center;
  }

  #onetrust-pc-sdk #filter-btn-handler {
    width: 40px;
    height: 40px;
    top: unset;
  }

  #onetrust-pc-sdk #filter-btn-handler svg {
    width: 16px;
    height: 17px;
    margin: 4px 5px 0 12px;
  }

  #onetrust-pc-sdk ul li {
    margin: 0 16px 16px 48px;
    padding: 18px 16px;
    border: 1px solid #dcddde;
  }

  #onetrust-pc-sdk .ot-cat-grp {
    box-sizing: border-box;
    width: 100%;
    padding: 0;
    margin-bottom: 24px;
  }

  #onetrust-consent-sdk #onetrust-pc-sdk #ot-pc-title {
    font-size: 16px !important;
    font-weight: 700;
    line-height: 24px;
    padding-bottom: 0;
    letter-spacing: 0.8px;
    color: #000000;
    margin: 0;
    padding: 0;
    margin-top: 32px;
    position: absolute;
    top: 0px;
    max-width: calc(100% - 72px);
  }

  #onetrust-pc-sdk #accept-recommended-btn-handler {
    margin-left: 32px;
    bottom: 24px;
    right: 32px;
    max-width: 284px;
    width: 100%;
    left: unset;
  }

  #onetrust-pc-sdk .ot-btn-container {
    display: flex;
    flex-direction: row;
  }

  #onetrust-pc-sdk .ot-pc-footer .ot-btn-container button {
    min-height: 30px;
    border-radius: 0 !important;
    width: 284px;
    margin-right: 30px;
  }

  #onetrust-pc-sdk #close-pc-btn-handler.ot-close-icon {
    top: 24px;
    right: 32px;
  }

  #onetrust-pc-sdk .ot-pc-footer .ot-btn-container .onetrust-close-btn-handler {
    margin-right: 0;
    margin-top: 0px;
  }

  #onetrust-pc-sdk #ot-lst-title {
    margin: 0;
  }

  #onetrust-consent-sdk #onetrust-pc-sdk #ot-fltr-modal #ot-fltr-cnt {
    padding-right: 0px;
    right: 32px;
    left: unset;
    top: 150px !important;
    margin-top: 0;
    min-height: auto !important;
  }

  #onetrust-pc-sdk #no-results {
    margin-top: 0;
    margin-left: 48px;
  }

  #onetrust-consent-sdk #onetrust-pc-sdk #ot-host-lst .ot-host-item {
    border: 1px solid #d1d2d4 !important;
    margin: 0 8px 16px 48px;
    padding: 18px 16px;
  }

  #onetrust-pc-sdk #ot-pc-hdr #ot-lst-title h3 {
    margin-left: 4px;
  }
}
