/* line 3, ../sass/privacycenter.sass */
#PrivacyLoginPage {
  background: linear-gradient(180deg, #eef2f8 0%, #f8f9fc 100%);
}
/* line 5, ../sass/privacycenter.sass */
#PrivacyLoginPage .auth-fluid {
  background: linear-gradient(135deg, rgba(36, 49, 66, 0.94) 0%, rgba(47, 58, 89, 0.9) 100%), url(../img/login-page-background.png);
  background-size: cover;
  background-position: center;
}
/* line 9, ../sass/privacycenter.sass */
#PrivacyLoginPage .auth-fluid .auth-fluid-right {
  background: none;
  position: relative;
}
/* line 12, ../sass/privacycenter.sass */
#PrivacyLoginPage .auth-fluid .auth-fluid-right .auth-user-testimonial {
  position: fixed;
  top: 50%;
  transform: translateY(-50%);
}
/* line 16, ../sass/privacycenter.sass */
#PrivacyLoginPage .auth-fluid .auth-fluid-right .privacy-center-login-brand {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 18px 24px;
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.12);
  box-shadow: 0 24px 60px rgba(8, 15, 32, 0.26);
  backdrop-filter: blur(6px);
}
/* line 26, ../sass/privacycenter.sass */
#PrivacyLoginPage .auth-fluid .auth-fluid-right .privacy-center-login-brand img {
  height: 108px;
}
/* line 28, ../sass/privacycenter.sass */
#PrivacyLoginPage .auth-fluid .auth-fluid-form-box {
  background: transparent;
  padding: 34px 30px;
}
/* line 31, ../sass/privacycenter.sass */
#PrivacyLoginPage .auth-fluid .privacy-center-login-page__body {
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
}
/* line 35, ../sass/privacycenter.sass */
#PrivacyLoginPage .privacy-center-login-shell {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
/* line 39, ../sass/privacycenter.sass */
#PrivacyLoginPage .privacy-center-login-shell__back {
  margin-bottom: 4px;
}
/* line 41, ../sass/privacycenter.sass */
#PrivacyLoginPage .privacy-center-login-hero {
  padding: 22px 24px;
  border-radius: 24px;
  background: linear-gradient(135deg, #ffffff 0%, rgba(255, 255, 255, 0.92) 100%);
  border: 1px solid rgba(114, 124, 245, 0.14);
  box-shadow: 0 22px 48px rgba(31, 45, 61, 0.1);
}
/* line 47, ../sass/privacycenter.sass */
#PrivacyLoginPage .privacy-center-login-hero__eyebrow {
  display: inline-flex;
  align-items: center;
  padding: 7px 12px;
  border-radius: 999px;
  background: rgba(114, 124, 245, 0.12);
  color: #5b63d3;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin-bottom: 14px;
}
/* line 59, ../sass/privacycenter.sass */
#PrivacyLoginPage .privacy-center-login-hero__title {
  margin: 0 0 10px;
  font-size: 2rem;
  line-height: 1.16;
  font-weight: 700;
  color: #243142;
}
/* line 65, ../sass/privacycenter.sass */
#PrivacyLoginPage .privacy-center-login-hero__copy {
  margin: 0;
  max-width: 740px;
  font-size: 1rem;
  line-height: 1.65;
  color: #5f6b7a;
}
/* line 71, ../sass/privacycenter.sass */
#PrivacyLoginPage .privacy-center-login-panel {
  padding: 22px 24px;
  border-radius: 22px;
  background: linear-gradient(180deg, rgba(35, 43, 62, 0.94) 0%, rgba(43, 51, 73, 0.96) 100%);
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: 0 22px 52px rgba(10, 18, 34, 0.22);
  color: #fff;
}
/* line 78, ../sass/privacycenter.sass */
#PrivacyLoginPage .privacy-center-login-panel--split {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
}
/* line 82, ../sass/privacycenter.sass */
#PrivacyLoginPage .privacy-center-login-panel__section + .privacy-center-login-panel__section {
  padding-left: 22px;
  border-left: 1px solid rgba(255, 255, 255, 0.08);
}
/* line 85, ../sass/privacycenter.sass */
#PrivacyLoginPage .privacy-center-login-panel__title {
  margin: 0 0 8px;
  font-size: 1.08rem;
  font-weight: 700;
  color: #fff;
}
/* line 90, ../sass/privacycenter.sass */
#PrivacyLoginPage .privacy-center-login-panel__copy {
  margin: 0;
  color: rgba(255, 255, 255, 0.78);
  line-height: 1.65;
}
/* line 94, ../sass/privacycenter.sass */
#PrivacyLoginPage .privacy-center-login-panel__copy--supportive {
  color: rgba(255, 255, 255, 0.68);
  font-weight: 400;
}
/* line 97, ../sass/privacycenter.sass */
#PrivacyLoginPage .privacy-center-login-panel__copy--form-spacing {
  margin-bottom: 20px;
}
/* line 99, ../sass/privacycenter.sass */
#PrivacyLoginPage .privacy-center-login-form__recaptcha {
  margin: 6px 0 12px;
}
/* line 101, ../sass/privacycenter.sass */
#PrivacyLoginPage .privacy-center-login-provider-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(132px, 1fr));
  gap: 14px;
}
/* line 105, ../sass/privacycenter.sass */
#PrivacyLoginPage .privacy-center-provider-card {
  display: block;
  height: 100%;
  padding: 18px 12px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.08);
  color: #fff;
  text-decoration: none;
  transition: transform 0.2s ease, border-color 0.2s ease, background-color 0.2s ease, box-shadow 0.2s ease;
}
/* line 115, ../sass/privacycenter.sass */
#PrivacyLoginPage .privacy-center-provider-card:hover,
#PrivacyLoginPage .privacy-center-provider-card:focus {
  color: #fff;
  text-decoration: none;
  transform: translateY(-2px);
  border-color: rgba(114, 124, 245, 0.34);
  background: rgba(114, 124, 245, 0.16);
  box-shadow: 0 18px 28px rgba(0, 0, 0, 0.16);
}
/* line 123, ../sass/privacycenter.sass */
#PrivacyLoginPage .privacy-center-provider-card__content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 12px;
  text-align: center;
  min-height: 84px;
}
/* line 131, ../sass/privacycenter.sass */
#PrivacyLoginPage .privacy-center-provider-card__label {
  font-size: 0.94rem;
  font-weight: 600;
  line-height: 1.3;
}
/* line 135, ../sass/privacycenter.sass */
#PrivacyLoginPage .privacy-center-login-form__label {
  display: block;
  margin: 0 0 6px;
  font-size: 0.84rem;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.84);
}
/* line 141, ../sass/privacycenter.sass */
#PrivacyLoginPage .privacy-center-login-form__input {
  margin-bottom: 14px;
  min-height: 48px;
  border-radius: 14px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.94);
  color: #243142;
}
/* line 148, ../sass/privacycenter.sass */
#PrivacyLoginPage .privacy-center-login-form__input:focus {
  border-color: rgba(114, 124, 245, 0.54);
  box-shadow: 0 0 0 0.2rem rgba(114, 124, 245, 0.14);
}
/* line 151, ../sass/privacycenter.sass */
#PrivacyLoginPage .privacy-center-login-footnote {
  padding: 0 6px 4px;
}
/* line 153, ../sass/privacycenter.sass */
#PrivacyLoginPage .privacy-center-login-footnote p {
  margin: 0;
  font-size: 0.92rem;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.74);
}

/* line 159, ../sass/privacycenter.sass */
#PrivacyCenterPage {
  font-family: Poppins;
  background: #f4f6fb;
  color: #37404a;
}
/* line 164, ../sass/privacycenter.sass */
#PrivacyCenterPage .content-page {
  margin-top: 0;
}
/* line 166, ../sass/privacycenter.sass */
#PrivacyCenterPage .privacy-center-page {
  background: linear-gradient(180deg, #f7f8fc 0%, #eef2f8 100%);
  min-height: calc(100vh - 70px);
}
/* line 169, ../sass/privacycenter.sass */
#PrivacyCenterPage .privacy-center-page__content {
  padding: 32px 16px 48px;
}
/* line 171, ../sass/privacycenter.sass */
#PrivacyCenterPage .privacy-center-page__container {
  max-width: 1480px;
  margin: 0 auto;
  width: 100%;
}
/* line 175, ../sass/privacycenter.sass */
#PrivacyCenterPage #root {
  display: none;
}
/* line 178, ../sass/privacycenter.sass */
#PrivacyCenterPage .navbar-custom .container-fluid {
  height: 70px;
}
/* line 180, ../sass/privacycenter.sass */
#PrivacyCenterPage .navbar-custom .container-fluid li {
  margin: 0;
}
/* line 183, ../sass/privacycenter.sass */
#PrivacyCenterPage .topnav .topnav-menu {
  height: 55px;
}
/* line 185, ../sass/privacycenter.sass */
#PrivacyCenterPage h1 {
  margin: 20px 0;
}
/* line 187, ../sass/privacycenter.sass */
#PrivacyCenterPage h2, #PrivacyCenterPage h3, #PrivacyCenterPage h4, #PrivacyCenterPage h5, #PrivacyCenterPage h6, #PrivacyCenterPage p, #PrivacyCenterPage li {
  margin: 10px 0;
}
/* line 189, ../sass/privacycenter.sass */
#PrivacyCenterPage ul {
  padding-left: 0;
}
/* line 191, ../sass/privacycenter.sass */
#PrivacyCenterPage a {
  transition: color 0.2s ease, background-color 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}
/* line 194, ../sass/privacycenter.sass */
#PrivacyCenterPage .btn a {
  color: white;
}
/* line 196, ../sass/privacycenter.sass */
#PrivacyCenterPage .btn.btn-yellow {
  background-color: #d3b929;
  color: #37404a;
}
/* line 199, ../sass/privacycenter.sass */
#PrivacyCenterPage .content {
  padding: 0;
}
/* line 201, ../sass/privacycenter.sass */
#PrivacyCenterPage .container-fluid {
  padding-left: 0;
  padding-right: 0;
}
/* line 204, ../sass/privacycenter.sass */
#PrivacyCenterPage .page-title {
  max-width: 980px;
  margin: 0 0 28px;
}
/* line 207, ../sass/privacycenter.sass */
#PrivacyCenterPage .intro-links {
  margin: 0;
}
/* line 209, ../sass/privacycenter.sass */
#PrivacyCenterPage .pc-mainsectionrow {
  padding-top: 24px;
  padding-bottom: 28px;
  margin-left: 0;
  margin-right: 0;
  align-items: flex-start;
}
/* line 215, ../sass/privacycenter.sass */
#PrivacyCenterPage .privacycenter-content {
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
}
/* line 220, ../sass/privacycenter.sass */
#PrivacyCenterPage .pc-mainsectionrow .privacycenter-content > .p-2 {
  padding: 0 !important;
  display: flex;
  flex-direction: column;
  gap: 22px;
}
@media (min-width: 768px) {
  /* line 226, ../sass/privacycenter.sass */
  #PrivacyCenterPage .pc-mainsectionrow {
    display: flex;
    flex-wrap: nowrap;
  }
  /* line 229, ../sass/privacycenter.sass */
  #PrivacyCenterPage .pc-mainsectionrow > [class*="col-"]:first-child {
    flex: 0 0 280px;
    max-width: 280px;
    padding-right: 10px;
  }
  /* line 233, ../sass/privacycenter.sass */
  #PrivacyCenterPage .pc-mainsectionrow > .privacycenter-content {
    flex: 1 1 auto;
    max-width: none;
    min-width: 0;
    padding-left: 10px;
  }
}
/* line 238, ../sass/privacycenter.sass */
#PrivacyCenterPage .privacy-center-landing {
  display: flex;
  flex-direction: column;
  gap: 22px;
}
/* line 242, ../sass/privacycenter.sass */
#PrivacyCenterPage .privacy-center-shell-stack {
  display: flex;
  flex-direction: column;
  gap: 22px;
  margin-top: 24px;
  margin-bottom: 24px;
}
/* line 248, ../sass/privacycenter.sass */
#PrivacyCenterPage .privacy-center-shell-card {
  background: #fff;
  border: 1px solid rgba(55, 64, 74, 0.08);
  border-radius: 18px;
  box-shadow: 0 14px 34px rgba(31, 45, 61, 0.07);
  padding: 28px 32px 32px;
}
/* line 254, ../sass/privacycenter.sass */
#PrivacyCenterPage .privacy-center-shell-card--header {
  padding-bottom: 24px;
}
/* line 256, ../sass/privacycenter.sass */
#PrivacyCenterPage .privacy-center-shell-card--content {
  padding-top: 24px;
}
/* line 258, ../sass/privacycenter.sass */
#PrivacyCenterPage .privacy-center-tool-shell {
  display: flex;
  flex-direction: column;
  gap: 22px;
}
/* line 262, ../sass/privacycenter.sass */
#PrivacyCenterPage .privacy-center-landing__hero {
  max-width: 1080px;
  margin: 0;
  padding: 8px 0 2px;
}
/* line 266, ../sass/privacycenter.sass */
#PrivacyCenterPage .privacy-center-landing__eyebrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 7px 14px;
  border-radius: 999px;
  background: rgba(114, 124, 245, 0.12);
  color: #5b63d3;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin-bottom: 16px;
}
/* line 279, ../sass/privacycenter.sass */
#PrivacyCenterPage .privacy-center-landing__title {
  font-size: 2.2rem;
  line-height: 1.14;
  font-weight: 700;
  margin: 0 0 12px;
}
/* line 284, ../sass/privacycenter.sass */
#PrivacyCenterPage .privacy-center-landing__intro {
  font-size: 1.05rem;
  color: #5f6b7a;
  max-width: 900px;
  margin: 0;
}
/* line 289, ../sass/privacycenter.sass */
#PrivacyCenterPage .privacy-center-landing__summary {
  font-size: 1rem;
  color: #6c7a89;
  max-width: 900px;
  margin: 10px 0 0;
}
/* line 294, ../sass/privacycenter.sass */
#PrivacyCenterPage .privacy-center-grant-page-shell {
  padding: 0;
}
/* line 296, ../sass/privacycenter.sass */
#PrivacyCenterPage .privacy-center-react-surface__inner--grant {
  padding: 30px 26px 32px;
}
/* line 298, ../sass/privacycenter.sass */
#PrivacyCenterPage .privacy-center-chooser-toolbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin: 0 0 16px;
  flex-wrap: wrap;
}
/* line 305, ../sass/privacycenter.sass */
#PrivacyCenterPage .privacy-center-chooser-toolbar__search {
  flex: 1 1 320px;
  min-width: 0;
}
/* line 308, ../sass/privacycenter.sass */
#PrivacyCenterPage .privacy-center-chooser-toolbar__field {
  margin-bottom: 0;
}
/* line 310, ../sass/privacycenter.sass */
#PrivacyCenterPage .privacy-center-chooser-toolbar__meta {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: #7a8798;
  font-size: 0.93rem;
}
/* line 316, ../sass/privacycenter.sass */
#PrivacyCenterPage .privacy-center-chooser-toolbar__count {
  display: inline-flex;
  align-items: center;
  padding: 7px 12px;
  border-radius: 999px;
  background: rgba(114, 124, 245, 0.08);
  color: #5b63d3;
  font-weight: 700;
}
/* line 324, ../sass/privacycenter.sass */
#PrivacyCenterPage .privacy-center-search-input {
  min-height: 48px;
  border-radius: 14px;
  border: 1px solid rgba(55, 64, 74, 0.1);
  background: #fff;
  padding: 12px 16px;
  box-shadow: 0 10px 22px rgba(31, 45, 61, 0.04);
}
/* line 331, ../sass/privacycenter.sass */
#PrivacyCenterPage .privacy-center-search-input:focus {
  border-color: rgba(114, 124, 245, 0.38);
  box-shadow: 0 0 0 0.2rem rgba(114, 124, 245, 0.12);
}
/* line 334, ../sass/privacycenter.sass */
#PrivacyCenterPage .privacy-center-card-grid {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 20px;
  align-items: stretch;
}
/* line 339, ../sass/privacycenter.sass */
#PrivacyCenterPage .privacy-center-business-grid__item {
  min-width: 0;
  display: flex;
}
/* line 342, ../sass/privacycenter.sass */
#PrivacyCenterPage .privacy-center-card-grid__item {
  grid-column: span 6;
  min-width: 0;
}
/* line 345, ../sass/privacycenter.sass */
#PrivacyCenterPage .privacy-center-action-card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 100%;
  padding: 24px;
  border-radius: 20px;
  background: #fff;
  border: 1px solid rgba(114, 124, 245, 0.12);
  box-shadow: 0 14px 34px rgba(31, 45, 61, 0.07);
  color: #37404a;
  text-decoration: none;
  overflow: hidden;
}
/* line 358, ../sass/privacycenter.sass */
#PrivacyCenterPage .privacy-center-action-card:before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(114, 124, 245, 0.12) 0%, rgba(114, 124, 245, 0) 55%);
  opacity: 0.85;
  pointer-events: none;
}
/* line 365, ../sass/privacycenter.sass */
#PrivacyCenterPage .privacy-center-action-card:hover,
#PrivacyCenterPage .privacy-center-action-card:focus {
  color: #37404a;
  text-decoration: none;
  transform: translateY(-2px);
  box-shadow: 0 24px 60px rgba(31, 45, 61, 0.12);
  border-color: rgba(114, 124, 245, 0.28);
}
/* line 372, ../sass/privacycenter.sass */
#PrivacyCenterPage .privacy-center-action-card--primary {
  border-color: rgba(114, 124, 245, 0.24);
  box-shadow: 0 22px 55px rgba(91, 99, 211, 0.16);
}
/* line 375, ../sass/privacycenter.sass */
#PrivacyCenterPage .privacy-center-action-card--selectable:hover,
#PrivacyCenterPage .privacy-center-action-card--selectable:focus {
  border-color: rgba(114, 124, 245, 0.34);
}
/* line 378, ../sass/privacycenter.sass */
#PrivacyCenterPage .privacy-center-action-card > * {
  position: relative;
  z-index: 1;
}
/* line 381, ../sass/privacycenter.sass */
#PrivacyCenterPage .privacy-center-action-card__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 56px;
  border-radius: 16px;
  background: linear-gradient(135deg, #727cf5 0%, #8e6bf2 100%);
  color: #fff;
  font-size: 1.2rem;
  box-shadow: 0 12px 24px rgba(114, 124, 245, 0.28);
  margin-bottom: 20px;
}
/* line 393, ../sass/privacycenter.sass */
#PrivacyCenterPage .privacy-center-action-card__label {
  display: inline-block;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #727cf5;
  margin-bottom: 10px;
}
/* line 401, ../sass/privacycenter.sass */
#PrivacyCenterPage .privacy-center-action-card__title {
  font-size: 1.5rem;
  line-height: 1.25;
  font-weight: 700;
  margin: 0 0 12px;
}
/* line 406, ../sass/privacycenter.sass */
#PrivacyCenterPage .privacy-center-action-card__description {
  color: #5f6b7a;
  font-size: 1rem;
  line-height: 1.65;
  margin: 0 0 22px;
}
/* line 411, ../sass/privacycenter.sass */
#PrivacyCenterPage .privacy-center-action-card__action {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-top: auto;
  font-weight: 600;
  color: #4f57c8;
}
/* line 418, ../sass/privacycenter.sass */
#PrivacyCenterPage .privacy-center-react-surface {
  width: 100%;
}
/* line 420, ../sass/privacycenter.sass */
#PrivacyCenterPage .privacy-center-react-surface__inner {
  background: #fff;
  border: 1px solid rgba(114, 124, 245, 0.12);
  border-radius: 20px;
  box-shadow: 0 14px 34px rgba(31, 45, 61, 0.07);
  padding: 22px;
  overflow: hidden;
}
/* line 427, ../sass/privacycenter.sass */
#PrivacyCenterPage .privacy-center-list-actions {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 12px;
  margin-top: 8px;
}
/* line 434, ../sass/privacycenter.sass */
#PrivacyCenterPage .privacy-center-show-more {
  min-width: 220px;
}
/* line 436, ../sass/privacycenter.sass */
#PrivacyCenterPage .sidebar {
  position: sticky;
  top: 110px;
}
/* line 439, ../sass/privacycenter.sass */
#PrivacyCenterPage .privacy-center-sidebar-card {
  background: #fff;
  border: 1px solid rgba(55, 64, 74, 0.08);
  border-radius: 18px;
  box-shadow: 0 14px 34px rgba(31, 45, 61, 0.07);
  padding: 18px;
}
/* line 445, ../sass/privacycenter.sass */
#PrivacyCenterPage .privacy-center-sidebar-card__title {
  font-size: 1.2rem;
  font-weight: 700;
  margin: 0 0 8px;
}
/* line 449, ../sass/privacycenter.sass */
#PrivacyCenterPage .privacy-center-sidebar-nav {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
/* line 453, ../sass/privacycenter.sass */
#PrivacyCenterPage .privacy-center-sidebar-nav li {
  margin: 0 !important;
}
/* line 455, ../sass/privacycenter.sass */
#PrivacyCenterPage .privacy-center-sidebar-nav a {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 10px 12px;
  border-radius: 14px;
  color: #37404a;
  text-decoration: none;
  border: 1px solid transparent;
  background: #f8f9fc;
}
/* line 465, ../sass/privacycenter.sass */
#PrivacyCenterPage .privacy-center-sidebar-nav a:hover,
#PrivacyCenterPage .privacy-center-sidebar-nav a:focus {
  color: #37404a;
  text-decoration: none;
  border-color: rgba(114, 124, 245, 0.18);
  background: #f3f4ff;
}
/* line 471, ../sass/privacycenter.sass */
#PrivacyCenterPage .privacy-center-sidebar-nav__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  border-radius: 10px;
  background: rgba(114, 124, 245, 0.12);
  color: #5b63d3;
  flex: 0 0 auto;
}
/* line 481, ../sass/privacycenter.sass */
#PrivacyCenterPage .privacy-center-sidebar-nav__text {
  font-weight: 600;
  line-height: 1.35;
}
/* line 484, ../sass/privacycenter.sass */
#PrivacyCenterPage .privacy-center-sidebar-nav__content {
  display: flex;
  flex-direction: column;
  gap: 2px;
  min-width: 0;
}
/* line 489, ../sass/privacycenter.sass */
#PrivacyCenterPage .privacy-center-sidebar-nav__label {
  font-weight: 600;
  line-height: 1.35;
}
/* line 492, ../sass/privacycenter.sass */
#PrivacyCenterPage .privacy-center-sidebar-nav__detail {
  display: none;
  margin-top: 4px;
  padding-top: 10px;
  border-top: 1px solid rgba(114, 124, 245, 0.16);
}
/* line 497, ../sass/privacycenter.sass */
#PrivacyCenterPage .privacy-center-sidebar-nav__detail-copy {
  display: block;
  color: #6c7a89;
  font-size: 0.82rem;
  line-height: 1.5;
}
/* line 502, ../sass/privacycenter.sass */
#PrivacyCenterPage .privacy-center-sidebar-nav a.current-article {
  background: linear-gradient(135deg, rgba(114, 124, 245, 0.18) 0%, rgba(114, 124, 245, 0.08) 100%);
  border-color: rgba(114, 124, 245, 0.28);
  box-shadow: 0 12px 24px rgba(114, 124, 245, 0.12);
  padding-top: 12px;
  padding-bottom: 12px;
  align-items: flex-start;
}
/* line 509, ../sass/privacycenter.sass */
#PrivacyCenterPage .privacy-center-sidebar-nav a.current-article .privacy-center-sidebar-nav__detail {
  display: block;
}
/* line 511, ../sass/privacycenter.sass */
#PrivacyCenterPage .privacy-center-business-banner {
  display: flex;
  flex-direction: column;
  gap: 4px;
  padding: 14px 16px;
  border-radius: 16px;
  background: linear-gradient(135deg, rgba(114, 124, 245, 0.09) 0%, rgba(114, 124, 245, 0.03) 100%);
  border: 1px solid rgba(114, 124, 245, 0.14);
}
/* line 519, ../sass/privacycenter.sass */
#PrivacyCenterPage .privacy-center-tool-shell .privacy-center-callout:last-child {
  margin-bottom: 0;
}
/* line 521, ../sass/privacycenter.sass */
#PrivacyCenterPage .privacy-center-business-banner__label {
  margin: 0;
  font-size: 0.74rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #727cf5;
}
/* line 528, ../sass/privacycenter.sass */
#PrivacyCenterPage .privacy-center-business-banner__name {
  margin: 0;
  font-size: 1rem;
  font-weight: 700;
  color: #243142;
}
/* line 533, ../sass/privacycenter.sass */
#PrivacyCenterPage .privacy-center-business-banner__copy {
  margin: 0;
  color: #6c7a89;
  font-size: 0.9rem;
  line-height: 1.5;
}
/* line 538, ../sass/privacycenter.sass */
#PrivacyCenterPage .privacy-center-panel {
  background: #fff;
  border: 1px solid rgba(55, 64, 74, 0.08);
  border-radius: 18px;
  padding: 22px;
  margin-bottom: 16px;
  box-shadow: 0 12px 28px rgba(31, 45, 61, 0.05);
}
/* line 545, ../sass/privacycenter.sass */
#PrivacyCenterPage .privacy-center-panel--muted {
  background: #f8f9fc;
}
/* line 547, ../sass/privacycenter.sass */
#PrivacyCenterPage .privacy-center-panel--danger {
  border-color: rgba(220, 53, 69, 0.2);
  background: linear-gradient(180deg, rgba(220, 53, 69, 0.04) 0%, #fff 100%);
}
/* line 550, ../sass/privacycenter.sass */
#PrivacyCenterPage .privacy-center-panel__header {
  margin-bottom: 18px;
}
/* line 552, ../sass/privacycenter.sass */
#PrivacyCenterPage .privacy-center-panel__title {
  font-size: 1.3rem;
  font-weight: 700;
  margin: 0 0 8px;
}
/* line 556, ../sass/privacycenter.sass */
#PrivacyCenterPage .privacy-center-panel__meta {
  color: #7a8798;
  margin: 0;
}
/* line 559, ../sass/privacycenter.sass */
#PrivacyCenterPage .privacy-center-subpanel {
  padding: 16px 18px;
  border-radius: 14px;
  background: #f8f9fc;
  margin-bottom: 14px;
}
/* line 564, ../sass/privacycenter.sass */
#PrivacyCenterPage .privacy-center-subpanel:last-child {
  margin-bottom: 0;
}
/* line 566, ../sass/privacycenter.sass */
#PrivacyCenterPage .privacy-center-subpanel__header {
  margin-bottom: 14px;
}
/* line 568, ../sass/privacycenter.sass */
#PrivacyCenterPage .privacy-center-subpanel__header h5 {
  margin: 0 0 4px;
  font-size: 1rem;
}
/* line 571, ../sass/privacycenter.sass */
#PrivacyCenterPage .privacy-center-subpanel__header p {
  margin: 0;
  color: #7a8798;
  font-size: 0.93rem;
  line-height: 1.55;
}
/* line 576, ../sass/privacycenter.sass */
#PrivacyCenterPage .privacy-center-subpanel--actions {
  background: linear-gradient(180deg, rgba(114, 124, 245, 0.06) 0%, rgba(114, 124, 245, 0.02) 100%);
  border: 1px solid rgba(114, 124, 245, 0.14);
}
/* line 579, ../sass/privacycenter.sass */
#PrivacyCenterPage .privacy-center-check {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  min-height: 28px;
}
/* line 584, ../sass/privacycenter.sass */
#PrivacyCenterPage .privacy-center-check--compact {
  gap: 10px;
}
/* line 586, ../sass/privacycenter.sass */
#PrivacyCenterPage .privacy-center-check__input {
  width: 20px;
  height: 20px;
  margin: 0;
  flex: 0 0 auto;
  accent-color: #727cf5;
  cursor: pointer;
}
/* line 593, ../sass/privacycenter.sass */
#PrivacyCenterPage .privacy-center-check__input:hover {
  box-shadow: 0 0 0 4px rgba(114, 124, 245, 0.08);
}
/* line 595, ../sass/privacycenter.sass */
#PrivacyCenterPage .privacy-center-check__input:focus {
  outline: 0;
  box-shadow: 0 0 0 4px rgba(114, 124, 245, 0.14);
}
/* line 598, ../sass/privacycenter.sass */
#PrivacyCenterPage .privacy-center-check__label {
  margin: 0;
  font-weight: 600;
  line-height: 1.45;
  color: #243142;
  cursor: pointer;
}
/* line 604, ../sass/privacycenter.sass */
#PrivacyCenterPage .privacy-center-service-card {
  padding: 22px;
}
/* line 606, ../sass/privacycenter.sass */
#PrivacyCenterPage .privacy-center-service-list {
  display: flex;
  flex-direction: column;
  gap: 18px;
}
/* line 610, ../sass/privacycenter.sass */
#PrivacyCenterPage .privacy-center-service-card__top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 18px;
}
/* line 616, ../sass/privacycenter.sass */
#PrivacyCenterPage .privacy-center-service-card__identity {
  display: flex;
  align-items: center;
  gap: 16px;
  min-width: 0;
}
/* line 621, ../sass/privacycenter.sass */
#PrivacyCenterPage .privacy-center-service-card__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 54px;
  height: 54px;
  border-radius: 18px;
  background: linear-gradient(135deg, rgba(114, 124, 245, 0.14) 0%, rgba(114, 124, 245, 0.06) 100%);
  color: #4f57c8;
  font-size: 1.2rem;
  box-shadow: inset 0 0 0 1px rgba(114, 124, 245, 0.08);
  flex: 0 0 auto;
}
/* line 633, ../sass/privacycenter.sass */
#PrivacyCenterPage .privacy-center-service-card__identity-copy {
  min-width: 0;
}
/* line 635, ../sass/privacycenter.sass */
#PrivacyCenterPage .privacy-center-service-card__eyebrow {
  margin: 0 0 6px;
  font-size: 0.73rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #8a96a8;
}
/* line 642, ../sass/privacycenter.sass */
#PrivacyCenterPage .privacy-center-service-card__title {
  font-size: 1.45rem;
  line-height: 1.2;
}
/* line 645, ../sass/privacycenter.sass */
#PrivacyCenterPage .privacy-center-service-card__status {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 6px;
  flex: 0 0 auto;
}
/* line 651, ../sass/privacycenter.sass */
#PrivacyCenterPage .privacy-center-service-card__status-label {
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #8a96a8;
}
/* line 657, ../sass/privacycenter.sass */
#PrivacyCenterPage .privacy-center-service-card__status-pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 8px 13px;
  border-radius: 999px;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}
/* line 667, ../sass/privacycenter.sass */
#PrivacyCenterPage .privacy-center-service-card__status-pill.is-on {
  background: rgba(40, 167, 69, 0.1);
  color: #157347;
}
/* line 670, ../sass/privacycenter.sass */
#PrivacyCenterPage .privacy-center-service-card__status-pill.is-off {
  background: rgba(220, 53, 69, 0.08);
  color: #b42318;
}
/* line 673, ../sass/privacycenter.sass */
#PrivacyCenterPage .privacy-center-service-card__toggle {
  margin-top: 2px;
}
/* line 675, ../sass/privacycenter.sass */
#PrivacyCenterPage .privacy-center-service-card__body {
  display: flex;
  flex-direction: column;
  gap: 14px;
}
/* line 679, ../sass/privacycenter.sass */
#PrivacyCenterPage .privacy-center-service-card__secondary {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}
/* line 683, ../sass/privacycenter.sass */
#PrivacyCenterPage .activity-sharing {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
/* line 687, ../sass/privacycenter.sass */
#PrivacyCenterPage .privacy-center-toggle-control {
  flex: 0 0 auto;
}
/* line 689, ../sass/privacycenter.sass */
#PrivacyCenterPage .privacy-center-toggle-switch {
  position: relative;
  display: inline-block;
  width: 64px;
  height: 36px;
  margin: 0;
}
/* line 695, ../sass/privacycenter.sass */
#PrivacyCenterPage .privacy-center-toggle-switch input {
  opacity: 0;
  width: 0;
  height: 0;
  position: absolute;
}
/* line 700, ../sass/privacycenter.sass */
#PrivacyCenterPage .privacy-center-toggle-switch .slider {
  position: absolute;
  inset: 0;
  cursor: pointer;
  background-color: #dbe2ec;
  border-radius: 999px;
  transition: 0.2s ease;
  box-shadow: inset 0 0 0 1px rgba(55, 64, 74, 0.1);
}
/* line 708, ../sass/privacycenter.sass */
#PrivacyCenterPage .privacy-center-toggle-switch .slider:before {
  position: absolute;
  content: "";
  height: 28px;
  width: 28px;
  left: 4px;
  top: 4px;
  background-color: #fff;
  border-radius: 50%;
  box-shadow: 0 6px 14px rgba(31, 45, 61, 0.16);
  transition: 0.2s ease;
}
/* line 719, ../sass/privacycenter.sass */
#PrivacyCenterPage .privacy-center-toggle-switch input:checked + .slider {
  background: linear-gradient(135deg, #727cf5 0%, #6a8af7 100%);
}
/* line 721, ../sass/privacycenter.sass */
#PrivacyCenterPage .privacy-center-toggle-switch input:focus + .slider {
  box-shadow: 0 0 0 4px rgba(114, 124, 245, 0.14);
}
/* line 723, ../sass/privacycenter.sass */
#PrivacyCenterPage .privacy-center-toggle-switch input:checked + .slider:before {
  transform: translateX(28px);
}
/* line 725, ../sass/privacycenter.sass */
#PrivacyCenterPage .privacy-center-scope-panel,
#PrivacyCenterPage .privacy-center-source-panel {
  border: 1px solid rgba(55, 64, 74, 0.06);
  background: #fbfcfe;
}
/* line 729, ../sass/privacycenter.sass */
#PrivacyCenterPage .privacy-center-scope-block {
  padding: 14px 16px;
  border-radius: 12px;
  background: #fff;
  border: 1px dashed rgba(114, 124, 245, 0.22);
  min-width: 0;
  overflow: hidden;
}
/* line 736, ../sass/privacycenter.sass */
#PrivacyCenterPage .privacy-center-scope-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
  min-width: 0;
}
/* line 744, ../sass/privacycenter.sass */
#PrivacyCenterPage .privacy-center-scope-list li {
  display: inline-flex;
  align-items: flex-start;
  padding: 9px 12px;
  border-radius: 999px;
  background: rgba(114, 124, 245, 0.08);
  border: 1px solid rgba(114, 124, 245, 0.12);
  color: #4c5899;
  font-size: 0.95rem;
  line-height: 1.55;
  max-width: 100%;
  min-width: 0;
  white-space: normal;
  overflow-wrap: anywhere;
  word-break: break-word;
}
/* line 759, ../sass/privacycenter.sass */
#PrivacyCenterPage .privacy-center-source-list {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
  min-width: 0;
}
/* line 767, ../sass/privacycenter.sass */
#PrivacyCenterPage .privacy-center-source-list__item {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: start;
  gap: 16px;
  padding: 12px 14px;
  border-radius: 12px;
  background: #fff;
  border: 1px solid rgba(55, 64, 74, 0.06);
}
/* line 776, ../sass/privacycenter.sass */
#PrivacyCenterPage .privacy-center-source-list__name {
  font-weight: 600;
  color: #4a5565;
  min-width: 0;
  white-space: normal;
  overflow-wrap: anywhere;
  word-break: break-word;
}
/* line 783, ../sass/privacycenter.sass */
#PrivacyCenterPage .privacy-center-source-list__meta {
  font-style: normal;
  min-width: 0;
  white-space: nowrap;
  text-align: right;
}
/* line 788, ../sass/privacycenter.sass */
#PrivacyCenterPage .privacy-center-inline-toggle {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 14px 16px;
  border-radius: 14px;
  background: #f8f9fc;
  margin-bottom: 18px;
  border: 1px solid rgba(55, 64, 74, 0.06);
}
/* line 798, ../sass/privacycenter.sass */
#PrivacyCenterPage .privacy-center-inline-toggle__eyebrow {
  margin-bottom: 6px;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #727cf5;
}
/* line 805, ../sass/privacycenter.sass */
#PrivacyCenterPage .privacy-center-inline-toggle__copy h5 {
  margin: 0 0 4px;
  font-size: 1.05rem;
}
/* line 808, ../sass/privacycenter.sass */
#PrivacyCenterPage .privacy-center-inline-toggle__copy p {
  margin: 0;
  color: #6c7a89;
  line-height: 1.55;
}
/* line 812, ../sass/privacycenter.sass */
#PrivacyCenterPage .privacy-center-action-row {
  display: flex !important;
  flex-wrap: wrap;
  gap: 10px;
}
/* line 816, ../sass/privacycenter.sass */
#PrivacyCenterPage .privacy-center-btn-soft {
  border-radius: 12px;
  padding: 9px 14px;
  font-weight: 600;
}
/* line 820, ../sass/privacycenter.sass */
#PrivacyCenterPage .privacy-center-btn-soft--danger {
  color: #b42318;
  border-color: rgba(180, 35, 24, 0.24);
  background: rgba(180, 35, 24, 0.04);
}
/* line 824, ../sass/privacycenter.sass */
#PrivacyCenterPage .privacy-center-btn-primary {
  border-radius: 12px;
  padding: 11px 20px;
  font-weight: 600;
}
/* line 828, ../sass/privacycenter.sass */
#PrivacyCenterPage .privacy-center-btn-danger {
  border-radius: 14px;
  padding: 12px 20px;
  font-weight: 700;
}
/* line 832, ../sass/privacycenter.sass */
#PrivacyCenterPage .privacy-center-callout {
  padding: 14px 16px;
  border-radius: 14px;
  margin-bottom: 16px;
  border: 1px solid transparent;
  line-height: 1.55;
}
/* line 838, ../sass/privacycenter.sass */
#PrivacyCenterPage .privacy-center-callout p:last-child {
  margin-bottom: 0;
}
/* line 840, ../sass/privacycenter.sass */
#PrivacyCenterPage .privacy-center-callout--info {
  background: rgba(13, 110, 253, 0.06);
  border-color: rgba(13, 110, 253, 0.12);
}
/* line 843, ../sass/privacycenter.sass */
#PrivacyCenterPage .privacy-center-callout--warning {
  background: rgba(255, 193, 7, 0.12);
  border-color: rgba(255, 193, 7, 0.24);
}
/* line 846, ../sass/privacycenter.sass */
#PrivacyCenterPage .privacy-center-callout--danger {
  background: rgba(220, 53, 69, 0.08);
  border-color: rgba(220, 53, 69, 0.18);
  color: #8a1c26;
}
/* line 850, ../sass/privacycenter.sass */
#PrivacyCenterPage .privacy-center-callout--subtle {
  background: #f8f9fc;
  border-color: rgba(55, 64, 74, 0.08);
}
/* line 853, ../sass/privacycenter.sass */
#PrivacyCenterPage .privacy-center-divider {
  margin: 18px 0;
  border-top-color: rgba(55, 64, 74, 0.08);
}
/* line 856, ../sass/privacycenter.sass */
#PrivacyCenterPage .privacy-center-data-row {
  padding: 10px 0;
}
/* line 858, ../sass/privacycenter.sass */
#PrivacyCenterPage .privacy-center-data-row__label {
  font-weight: 700;
  color: #4a5565;
  margin: 0;
}
/* line 862, ../sass/privacycenter.sass */
#PrivacyCenterPage .privacy-center-data-row__layout {
  display: grid;
  grid-template-columns: minmax(150px, 180px) minmax(0, 1fr) minmax(170px, 220px);
  gap: 16px;
  align-items: center;
  min-height: 54px;
}
/* line 868, ../sass/privacycenter.sass */
#PrivacyCenterPage .privacy-center-data-row__field {
  min-width: 0;
}
/* line 870, ../sass/privacycenter.sass */
#PrivacyCenterPage .privacy-center-data-row__main {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  min-width: 0;
}
/* line 876, ../sass/privacycenter.sass */
#PrivacyCenterPage .privacy-center-data-row__value {
  display: inline-block;
  font-size: 1rem;
  line-height: 1.6;
  min-width: 0;
}
/* line 881, ../sass/privacycenter.sass */
#PrivacyCenterPage .privacy-center-data-row__value--muted {
  color: #8a96a8;
}
/* line 883, ../sass/privacycenter.sass */
#PrivacyCenterPage .privacy-center-data-row__check {
  display: inline-flex;
  align-items: center;
  justify-content: flex-end;
  gap: 10px;
  flex-wrap: wrap;
  flex: 0 0 auto;
}
/* line 890, ../sass/privacycenter.sass */
#PrivacyCenterPage .privacy-center-data-row__links {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 8px;
}
/* line 895, ../sass/privacycenter.sass */
#PrivacyCenterPage .privacy-center-data-row__links a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #4f57c8;
  font-size: 0.92rem;
  font-weight: 600;
  text-align: right;
}
/* line 903, ../sass/privacycenter.sass */
#PrivacyCenterPage .privacy-center-settings-link {
  white-space: nowrap;
}
/* line 905, ../sass/privacycenter.sass */
#PrivacyCenterPage .privacy-center-bulk-option {
  display: inline-flex;
  align-items: center;
  padding: 12px 14px;
  border-radius: 12px;
  background: #f8f9fc;
  margin-bottom: 18px;
}
/* line 912, ../sass/privacycenter.sass */
#PrivacyCenterPage .privacy-center-form-actions {
  display: flex;
  justify-content: flex-end;
  padding-top: 4px;
}
/* line 916, ../sass/privacycenter.sass */
#PrivacyCenterPage .privacy-center-action-chip-row {
  gap: 12px;
  margin: 0;
}
/* line 919, ../sass/privacycenter.sass */
#PrivacyCenterPage .privacy-center-activity-preferences-panel__copy {
  color: #5f6b7a;
  margin-bottom: 14px;
  font-size: 0.95rem;
  line-height: 1.55;
}
/* line 924, ../sass/privacycenter.sass */
#PrivacyCenterPage .privacy-center-activity-preferences-panel__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  flex-wrap: wrap;
}
/* line 930, ../sass/privacycenter.sass */
#PrivacyCenterPage .privacy-center-activity-panel {
  padding-bottom: 24px;
}
/* line 932, ../sass/privacycenter.sass */
#PrivacyCenterPage .privacy-center-activity-journey-surface {
  margin-top: 8px;
}
/* line 934, ../sass/privacycenter.sass */
#PrivacyCenterPage .privacy-center-activity-journey-surface .privacy-center-react-surface__inner {
  padding: 0;
  border: 0;
  box-shadow: none;
}
/* line 938, ../sass/privacycenter.sass */
#PrivacyCenterPage .privacy-center-activity-journey-surface .card {
  border-color: rgba(55, 64, 74, 0.08);
  box-shadow: 0 10px 24px rgba(31, 45, 61, 0.04);
}
/* line 941, ../sass/privacycenter.sass */
#PrivacyCenterPage .privacy-center-activity-journey-surface .card + .card {
  margin-top: 16px;
}
/* line 943, ../sass/privacycenter.sass */
#PrivacyCenterPage .privacy-center-activity-journey-surface .btn-group-sm > .btn,
#PrivacyCenterPage .privacy-center-activity-journey-surface .btn-sm {
  font-weight: 600;
  white-space: nowrap;
}
/* line 947, ../sass/privacycenter.sass */
#PrivacyCenterPage .privacy-center-activity-journey-surface .border-start {
  border-left: 2px solid rgba(55, 64, 74, 0.12) !important;
}
/* line 949, ../sass/privacycenter.sass */
#PrivacyCenterPage .privacy-center-chip-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: auto !important;
  margin-right: 0 !important;
  border-radius: 999px !important;
  padding: 11px 16px;
  font-weight: 600;
  background: #fff;
  border-width: 1px;
  line-height: 1.2;
}
/* line 962, ../sass/privacycenter.sass */
#PrivacyCenterPage .privacy-center-chip-button i {
  line-height: 1;
}
/* line 964, ../sass/privacycenter.sass */
#PrivacyCenterPage .privacy-center-chip-button--link {
  text-decoration: none;
}
/* line 966, ../sass/privacycenter.sass */
#PrivacyCenterPage .privacy-center-chip-button--link:hover,
#PrivacyCenterPage .privacy-center-chip-button--link:focus {
  text-decoration: none;
}
/* line 969, ../sass/privacycenter.sass */
#PrivacyCenterPage .privacy-center-chip-button--danger {
  background: rgba(220, 53, 69, 0.04);
}
/* line 971, ../sass/privacycenter.sass */
#PrivacyCenterPage .privacy-center-activity-timeline {
  position: relative;
  margin-top: 10px;
}
/* line 974, ../sass/privacycenter.sass */
#PrivacyCenterPage .privacy-center-activity-timeline:before {
  content: "";
  position: absolute;
  top: 8px;
  bottom: 8px;
  left: 21px;
  width: 2px;
  background: linear-gradient(180deg, rgba(114, 124, 245, 0.18) 0%, rgba(114, 124, 245, 0.06) 100%);
}
/* line 982, ../sass/privacycenter.sass */
#PrivacyCenterPage .privacy-center-activity-date-group {
  position: relative;
  margin: 4px 0 10px;
  padding-left: 52px;
}
/* line 986, ../sass/privacycenter.sass */
#PrivacyCenterPage .privacy-center-activity-date-group__label {
  display: inline-block;
  padding: 0;
  background: transparent;
  color: #8a96a8;
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  margin: 0;
}
/* line 996, ../sass/privacycenter.sass */
#PrivacyCenterPage .privacy-center-activity-row-card {
  position: relative;
  margin: 0 0 16px;
  padding-left: 52px;
}
/* line 1000, ../sass/privacycenter.sass */
#PrivacyCenterPage .privacy-center-activity-row-card:before {
  content: "";
  position: absolute;
  top: 20px;
  left: 12px;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: #fff;
  border: 5px solid #727cf5;
  box-shadow: 0 0 0 6px rgba(114, 124, 245, 0.09);
}
/* line 1011, ../sass/privacycenter.sass */
#PrivacyCenterPage .privacy-center-activity-row-card__col {
  padding: 0;
}
/* line 1013, ../sass/privacycenter.sass */
#PrivacyCenterPage .privacy-center-activity-row-card__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 18px 22px 0;
}
/* line 1019, ../sass/privacycenter.sass */
#PrivacyCenterPage .privacy-center-activity-row-card__service {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  min-width: 0;
}
/* line 1024, ../sass/privacycenter.sass */
#PrivacyCenterPage .privacy-center-activity-row-card__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  border-radius: 14px;
  background: linear-gradient(180deg, #ffffff 0%, #f6f8fc 100%);
  border: 1px solid rgba(55, 64, 74, 0.08);
  box-shadow: 0 10px 22px rgba(31, 45, 61, 0.06);
  flex: 0 0 auto;
  font-size: 1.1rem;
  color: #4f57c8;
}
/* line 1037, ../sass/privacycenter.sass */
#PrivacyCenterPage .privacy-center-activity-row-card__icon i {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
}
/* line 1042, ../sass/privacycenter.sass */
#PrivacyCenterPage .privacy-center-activity-row-card__service-meta {
  display: flex;
  flex-direction: column;
  gap: 5px;
  min-width: 0;
}
/* line 1047, ../sass/privacycenter.sass */
#PrivacyCenterPage .privacy-center-activity-row-card__service-name {
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #8a96a8;
}
/* line 1053, ../sass/privacycenter.sass */
#PrivacyCenterPage .privacy-center-activity-row-card__actions {
  display: flex;
  align-items: center;
  flex: 0 0 auto;
}
/* line 1057, ../sass/privacycenter.sass */
#PrivacyCenterPage .privacy-center-activity-row-card__body {
  padding: 10px 22px 0 80px;
  margin-top: 0;
}
/* line 1060, ../sass/privacycenter.sass */
#PrivacyCenterPage .privacy-center-activity-row__meta-line {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
  color: #8a96a8;
  font-size: 0.84rem;
  line-height: 1.45;
}
/* line 1068, ../sass/privacycenter.sass */
#PrivacyCenterPage .privacy-center-activity-row__meta-item {
  display: inline-flex;
  align-items: center;
}
/* line 1071, ../sass/privacycenter.sass */
#PrivacyCenterPage .privacy-center-activity-row__meta-item + .privacy-center-activity-row__meta-item:before {
  content: "";
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: rgba(138, 150, 168, 0.9);
  margin-right: 10px;
}
/* line 1078, ../sass/privacycenter.sass */
#PrivacyCenterPage .privacy-center-activity-row__toolbar {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px;
}
/* line 1083, ../sass/privacycenter.sass */
#PrivacyCenterPage .privacy-center-activity-settings-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  white-space: nowrap;
  color: #6c7a89;
  font-size: 0.84rem;
  font-weight: 600;
}
/* line 1091, ../sass/privacycenter.sass */
#PrivacyCenterPage .privacy-center-activity-row__title {
  font-size: 1.04rem;
  line-height: 1.4;
  color: #243142;
}
/* line 1095, ../sass/privacycenter.sass */
#PrivacyCenterPage .privacy-center-activity-row__toggle small {
  display: inline-flex;
  align-items: center;
  padding: 6px 12px;
  border-radius: 999px;
  background: rgba(114, 124, 245, 0.08);
  color: #4f57c8;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  font-size: 0.68rem;
}
/* line 1106, ../sass/privacycenter.sass */
#PrivacyCenterPage .privacy-center-activity-row__details {
  display: inline-block;
  padding: 14px 0 2px;
  color: #6c7a89;
  line-height: 1.6;
  width: 100%;
}
/* line 1112, ../sass/privacycenter.sass */
#PrivacyCenterPage .privacy-center-activity-detail-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}
/* line 1116, ../sass/privacycenter.sass */
#PrivacyCenterPage .privacy-center-activity-detail-grid__item {
  display: flex;
  flex-direction: column;
  gap: 3px;
  padding: 12px 14px;
  border-radius: 12px;
  background: #f8f9fc;
  border: 1px solid rgba(55, 64, 74, 0.06);
}
/* line 1124, ../sass/privacycenter.sass */
#PrivacyCenterPage .privacy-center-activity-detail-grid__label {
  font-size: 0.74rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #8a96a8;
}
/* line 1130, ../sass/privacycenter.sass */
#PrivacyCenterPage .privacy-center-activity-detail-grid__value {
  color: #4a5565;
  word-break: break-word;
}
/* line 1133, ../sass/privacycenter.sass */
#PrivacyCenterPage .privacy-center-empty-state {
  color: #8a96a8;
}
/* line 1135, ../sass/privacycenter.sass */
#PrivacyCenterPage .privacy-center-download-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 18px 18px;
  border: 1px solid rgba(55, 64, 74, 0.08);
  border-radius: 16px;
  margin-bottom: 14px;
  background: #fdfdff;
  color: #37404a;
  text-decoration: none;
}
/* line 1147, ../sass/privacycenter.sass */
#PrivacyCenterPage .privacy-center-download-row:hover,
#PrivacyCenterPage .privacy-center-download-row:focus {
  color: #37404a;
  text-decoration: none;
  border-color: rgba(114, 124, 245, 0.24);
  box-shadow: 0 12px 24px rgba(114, 124, 245, 0.08);
}
/* line 1153, ../sass/privacycenter.sass */
#PrivacyCenterPage .privacy-center-download-row__meta {
  display: flex;
  flex-direction: column;
  gap: 6px;
  min-width: 0;
}
/* line 1158, ../sass/privacycenter.sass */
#PrivacyCenterPage .privacy-center-download-row__title {
  font-size: 1.05rem;
  font-weight: 700;
}
/* line 1161, ../sass/privacycenter.sass */
#PrivacyCenterPage .privacy-center-download-row__type {
  display: inline-flex;
  align-items: center;
  padding: 4px 9px;
  border-radius: 999px;
  background: rgba(114, 124, 245, 0.08);
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #727cf5;
}
/* line 1172, ../sass/privacycenter.sass */
#PrivacyCenterPage .privacy-center-download-row__description {
  color: #6c7a89;
  line-height: 1.5;
}
/* line 1175, ../sass/privacycenter.sass */
#PrivacyCenterPage .privacy-center-download-row__filename {
  font-size: 0.9rem;
  color: #8a96a8;
  word-break: break-word;
}
/* line 1179, ../sass/privacycenter.sass */
#PrivacyCenterPage .privacy-center-download-row__action {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 11px 15px;
  border-radius: 999px;
  border: 1px solid rgba(114, 124, 245, 0.18);
  background: rgba(114, 124, 245, 0.05);
  white-space: nowrap;
  color: #4f57c8;
  font-weight: 700;
  flex: 0 0 auto;
}
/* line 1191, ../sass/privacycenter.sass */
#PrivacyCenterPage .privacy-center-option-grid {
  margin: 0 -8px 12px;
}
/* line 1193, ../sass/privacycenter.sass */
#PrivacyCenterPage .privacy-center-option-card {
  padding: 0 8px;
  margin-bottom: 12px;
}
/* line 1196, ../sass/privacycenter.sass */
#PrivacyCenterPage .privacy-center-option-card__link {
  display: block;
  height: 100%;
  padding: 18px;
  border-radius: 16px;
  background: #fff;
  border: 1px solid rgba(55, 64, 74, 0.08);
  box-shadow: 0 12px 24px rgba(31, 45, 61, 0.05);
  color: #37404a;
  text-decoration: none;
  cursor: pointer;
  transition: transform 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease, color 0.2s ease;
}
/* line 1208, ../sass/privacycenter.sass */
#PrivacyCenterPage .privacy-center-option-card__link h6 {
  margin: 0 0 8px;
  font-size: 1rem;
  font-weight: 700;
  color: #243142;
  transition: color 0.2s ease;
}
/* line 1214, ../sass/privacycenter.sass */
#PrivacyCenterPage .privacy-center-option-card__link p {
  color: #6c7a89;
  line-height: 1.5;
  margin-bottom: 0;
}
/* line 1218, ../sass/privacycenter.sass */
#PrivacyCenterPage .privacy-center-option-card__link:hover,
#PrivacyCenterPage .privacy-center-option-card__link:focus {
  color: #37404a;
  text-decoration: none;
  transform: translateY(-2px);
  border-color: rgba(114, 124, 245, 0.28);
  box-shadow: 0 18px 36px rgba(31, 45, 61, 0.1);
}
/* line 1225, ../sass/privacycenter.sass */
#PrivacyCenterPage .privacy-center-option-card__link:hover h6,
#PrivacyCenterPage .privacy-center-option-card__link:focus h6 {
  color: #4f57c8;
}
/* line 1228, ../sass/privacycenter.sass */
#PrivacyCenterPage .privacy-center-delete-card {
  padding: 18px 20px;
}
/* line 1230, ../sass/privacycenter.sass */
#PrivacyCenterPage .privacy-center-delete-card__layout {
  align-items: center;
}
/* line 1232, ../sass/privacycenter.sass */
#PrivacyCenterPage .privacy-center-delete-card__content {
  max-width: 680px;
  margin: 0 auto;
}
/* line 1235, ../sass/privacycenter.sass */
#PrivacyCenterPage .privacy-center-delete-card__heading {
  margin-bottom: 16px;
}
/* line 1237, ../sass/privacycenter.sass */
#PrivacyCenterPage .privacy-center-delete-card__title {
  font-size: 1.65rem;
}
/* line 1239, ../sass/privacycenter.sass */
#PrivacyCenterPage .privacy-center-delete-form {
  display: flex;
  flex-direction: column;
  gap: 14px;
}
/* line 1243, ../sass/privacycenter.sass */
#PrivacyCenterPage .privacy-center-delete-confirm {
  display: flex;
  align-items: center;
  padding: 12px 14px;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.82);
  border: 1px solid rgba(220, 53, 69, 0.12);
  margin: 0;
}
/* line 1251, ../sass/privacycenter.sass */
#PrivacyCenterPage .privacy-center-delete-confirm input[type="checkbox"] {
  margin: 2px 0 0;
  flex: 0 0 auto;
}
/* line 1254, ../sass/privacycenter.sass */
#PrivacyCenterPage .privacy-center-delete-confirm label {
  margin: 0;
  font-weight: 600;
  line-height: 1.5;
  color: #243142;
}
/* line 1259, ../sass/privacycenter.sass */
#PrivacyCenterPage .privacy-center-delete-form__actions {
  padding: 0;
  display: flex;
  justify-content: center;
}
/* line 1263, ../sass/privacycenter.sass */
#PrivacyCenterPage .privacy-center-delete-form__actions .privacy-center-btn-danger {
  min-width: 220px;
  box-shadow: 0 16px 28px rgba(180, 35, 24, 0.16);
  transition: background-color 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease, color 0.2s ease;
}
/* line 1267, ../sass/privacycenter.sass */
#PrivacyCenterPage .privacy-center-delete-form__actions .privacy-center-btn-danger h6 {
  margin: 0;
  font-size: 0.92rem;
  font-weight: 700;
  letter-spacing: 0.04em;
}
/* line 1272, ../sass/privacycenter.sass */
#PrivacyCenterPage .privacy-center-delete-form__actions .privacy-center-btn-danger:hover:not(:disabled),
#PrivacyCenterPage .privacy-center-delete-form__actions .privacy-center-btn-danger:focus:not(:disabled) {
  transform: translateY(-1px);
  box-shadow: 0 20px 34px rgba(180, 35, 24, 0.22);
}
/* line 1276, ../sass/privacycenter.sass */
#PrivacyCenterPage .privacy-center-delete-form__actions .privacy-center-btn-danger.disabled,
#PrivacyCenterPage .privacy-center-delete-form__actions .privacy-center-btn-danger:disabled {
  background: #eef1f5;
  border-color: #d7dde5;
  color: #7f8997;
  box-shadow: none;
  opacity: 1;
  cursor: not-allowed;
  transform: none;
  pointer-events: none;
}
/* line 1286, ../sass/privacycenter.sass */
#PrivacyCenterPage .privacy-center-delete-form__actions .privacy-center-btn-danger.disabled h6,
#PrivacyCenterPage .privacy-center-delete-form__actions .privacy-center-btn-danger:disabled h6 {
  color: inherit;
}
/* line 1289, ../sass/privacycenter.sass */
#PrivacyCenterPage #PC_ActivityModal_TurnOffSharing .modal-content,
#PrivacyCenterPage #PC_ActivityModal_TurnOnSharing .modal-content,
#PrivacyCenterPage #PC_ActivityModal_ClearHistory .modal-content,
#PrivacyCenterPage #PC_ConfirmSocialModal .modal-content,
#PrivacyCenterPage #PC_DeleteSocialModal .modal-content,
#PrivacyCenterPage #PC_SocialModal_ActivitySharing .modal-content {
  border: 0;
  border-radius: 18px;
  box-shadow: 0 24px 60px rgba(31, 45, 61, 0.18);
  overflow: hidden;
}
/* line 1299, ../sass/privacycenter.sass */
#PrivacyCenterPage #PC_ActivityModal_TurnOffSharing .modal-header,
#PrivacyCenterPage #PC_ActivityModal_TurnOnSharing .modal-header,
#PrivacyCenterPage #PC_ActivityModal_ClearHistory .modal-header,
#PrivacyCenterPage #PC_ConfirmSocialModal .modal-header,
#PrivacyCenterPage #PC_DeleteSocialModal .modal-header,
#PrivacyCenterPage #PC_SocialModal_ActivitySharing .modal-header {
  padding: 18px 22px 12px;
  border-bottom: 1px solid rgba(55, 64, 74, 0.08);
}
/* line 1307, ../sass/privacycenter.sass */
#PrivacyCenterPage #PC_ActivityModal_TurnOffSharing .modal-body,
#PrivacyCenterPage #PC_ActivityModal_TurnOnSharing .modal-body,
#PrivacyCenterPage #PC_ActivityModal_ClearHistory .modal-body,
#PrivacyCenterPage #PC_ConfirmSocialModal .modal-body,
#PrivacyCenterPage #PC_DeleteSocialModal .modal-body,
#PrivacyCenterPage #PC_SocialModal_ActivitySharing .modal-body {
  padding: 18px 22px 10px;
}
/* line 1314, ../sass/privacycenter.sass */
#PrivacyCenterPage #PC_ActivityModal_TurnOffSharing .modal-footer,
#PrivacyCenterPage #PC_ActivityModal_TurnOnSharing .modal-footer,
#PrivacyCenterPage #PC_ActivityModal_ClearHistory .modal-footer,
#PrivacyCenterPage #PC_ConfirmSocialModal .modal-footer,
#PrivacyCenterPage #PC_DeleteSocialModal .modal-footer,
#PrivacyCenterPage #PC_SocialModal_ActivitySharing .modal-footer {
  border-top: 1px solid rgba(55, 64, 74, 0.08);
  padding: 14px 22px 20px;
  gap: 10px;
  justify-content: flex-end;
}
/* line 1324, ../sass/privacycenter.sass */
#PrivacyCenterPage #PC_ActivityModal_TurnOffSharing .modal-footer .btn,
#PrivacyCenterPage #PC_ActivityModal_TurnOnSharing .modal-footer .btn,
#PrivacyCenterPage #PC_ActivityModal_ClearHistory .modal-footer .btn,
#PrivacyCenterPage #PC_ConfirmSocialModal .modal-footer .btn,
#PrivacyCenterPage #PC_DeleteSocialModal .modal-footer .btn,
#PrivacyCenterPage #PC_SocialModal_ActivitySharing .modal-footer .btn {
  border-radius: 12px;
  font-weight: 600;
  padding: 10px 16px;
}
/* line 1335, ../sass/privacycenter.sass */
#PrivacyCenterPage .pc-mainsectionrow #PrivacyCenter_SideBar {
  text-align: left;
}
/* line 1337, ../sass/privacycenter.sass */
#PrivacyCenterPage .pc-mainsectionrow #PrivacyCenter_SideBar ul {
  list-style-type: none;
}
/* line 1339, ../sass/privacycenter.sass */
#PrivacyCenterPage .pc-mainsectionrow #PrivacyCenter_SideBar ul li {
  margin-left: 0;
}
/* line 1341, ../sass/privacycenter.sass */
#PrivacyCenterPage .pc-mainsectionrow #PrivacyCenter_SideBar ul li a.current-article {
  font-weight: bold;
}
/* line 1345, ../sass/privacycenter.sass */
#PrivacyCenterPage .pc-socialpage .connected-service {
  margin-top: 0;
  border-top: 0;
}
/* line 1349, ../sass/privacycenter.sass */
#PrivacyCenterPage .pc-socialpage .actions h5 {
  margin-bottom: 18px;
}
/* line 1354, ../sass/privacycenter.sass */
#PrivacyCenterPage .pc-activitylistpage .activity-list-preferences .btn {
  width: auto;
  border-radius: 5px;
  margin-right: 10px;
}
/* line 1358, ../sass/privacycenter.sass */
#PrivacyCenterPage .pc-activitylistpage .activity-list-preferences .activity-prefs {
  float: none;
}
/* line 1360, ../sass/privacycenter.sass */
#PrivacyCenterPage .pc-activitylistpage .activity-list-details:hover {
  cursor: pointer;
}
/* line 1364, ../sass/privacycenter.sass */
#PrivacyCenterPage .pc-deletepage .deletepage-deleteacct {
  max-width: 760px;
  margin: 0 auto;
}
/* line 1368, ../sass/privacycenter.sass */
#PrivacyCenterPage .privacy-center-grant-browser .privacy-center-card-grid {
  margin: 0;
}
/* line 1370, ../sass/privacycenter.sass */
#PrivacyCenterPage .privacy-center-grant-browser .privacy-center-business-grid__item {
  display: flex;
  width: 100%;
}
/* line 1373, ../sass/privacycenter.sass */
#PrivacyCenterPage .privacy-center-grant-browser a.privacy-center-action-card {
  width: 100%;
}
/* line 1375, ../sass/privacycenter.sass */
#PrivacyCenterPage .privacy-center-grant-browser a.privacy-center-action-card .card {
  background: transparent;
  border: 0;
  box-shadow: none;
}
/* line 1380, ../sass/privacycenter.sass */
#PrivacyCenterPage .privacy-center-grant-browser .detail h5 {
  margin-bottom: 8px;
  color: #243142;
}
/* line 1385, ../sass/privacycenter.sass */
#PrivacyCenterPage .modal .modal-content ul {
  list-style-type: none;
}
@media (max-width: 991.98px) {
  /* line 1390, ../sass/privacycenter.sass */
  #PrivacyCenterPage .auth-fluid .auth-fluid-right {
    display: none;
  }
  /* line 1392, ../sass/privacycenter.sass */
  #PrivacyCenterPage .auth-fluid .auth-fluid-form-box {
    padding: 18px 14px;
  }
  /* line 1394, ../sass/privacycenter.sass */
  #PrivacyCenterPage .privacy-center-login-panel--split {
    grid-template-columns: 1fr;
  }
  /* line 1396, ../sass/privacycenter.sass */
  #PrivacyCenterPage .privacy-center-login-panel__section + .privacy-center-login-panel__section {
    padding-left: 0;
    padding-top: 18px;
    border-left: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
  }
  /* line 1401, ../sass/privacycenter.sass */
  #PrivacyCenterPage .privacy-center-page__content {
    padding: 20px 14px 32px;
  }
  /* line 1403, ../sass/privacycenter.sass */
  #PrivacyCenterPage .sidebar {
    position: static;
    margin-bottom: 12px;
  }
  /* line 1406, ../sass/privacycenter.sass */
  #PrivacyCenterPage .privacy-center-section-header__title {
    font-size: 1.7rem;
  }
  /* line 1408, ../sass/privacycenter.sass */
  #PrivacyCenterPage .privacy-center-page__container {
    max-width: 100%;
  }
  /* line 1410, ../sass/privacycenter.sass */
  #PrivacyCenterPage .privacy-center-download-row {
    flex-direction: column;
    align-items: flex-start;
  }
  /* line 1413, ../sass/privacycenter.sass */
  #PrivacyCenterPage .privacy-center-download-row__action {
    white-space: normal;
  }
  /* line 1415, ../sass/privacycenter.sass */
  #PrivacyCenterPage .privacy-center-landing {
    gap: 18px;
  }
  /* line 1417, ../sass/privacycenter.sass */
  #PrivacyCenterPage .privacy-center-landing__title {
    font-size: 2rem;
  }
  /* line 1419, ../sass/privacycenter.sass */
  #PrivacyCenterPage .privacy-center-card-grid__item {
    grid-column: span 12;
  }
  /* line 1421, ../sass/privacycenter.sass */
  #PrivacyCenterPage .privacy-center-inline-toggle {
    flex-direction: column;
    align-items: flex-start;
  }
  /* line 1424, ../sass/privacycenter.sass */
  #PrivacyCenterPage .privacy-center-service-card__top {
    flex-direction: column;
    align-items: flex-start;
  }
  /* line 1427, ../sass/privacycenter.sass */
  #PrivacyCenterPage .privacy-center-service-card__status {
    align-items: flex-start;
  }
  /* line 1429, ../sass/privacycenter.sass */
  #PrivacyCenterPage .privacy-center-service-card__secondary {
    grid-template-columns: 1fr;
  }
  /* line 1431, ../sass/privacycenter.sass */
  #PrivacyCenterPage .privacy-center-source-list__item {
    grid-template-columns: 1fr;
    gap: 8px;
  }
  /* line 1434, ../sass/privacycenter.sass */
  #PrivacyCenterPage .privacy-center-source-list__meta {
    white-space: normal;
    text-align: left;
  }
  /* line 1437, ../sass/privacycenter.sass */
  #PrivacyCenterPage .privacy-center-activity-timeline:before {
    left: 17px;
  }
  /* line 1439, ../sass/privacycenter.sass */
  #PrivacyCenterPage .privacy-center-activity-row-card__header {
    flex-direction: column;
    align-items: flex-start;
    padding: 18px 18px 0;
  }
  /* line 1443, ../sass/privacycenter.sass */
  #PrivacyCenterPage .privacy-center-activity-date-group {
    padding-left: 42px;
  }
  /* line 1445, ../sass/privacycenter.sass */
  #PrivacyCenterPage .privacy-center-activity-row-card {
    padding-left: 42px;
  }
  /* line 1447, ../sass/privacycenter.sass */
  #PrivacyCenterPage .privacy-center-activity-row-card:before {
    left: 8px;
  }
  /* line 1449, ../sass/privacycenter.sass */
  #PrivacyCenterPage .privacy-center-activity-row-card__body {
    padding: 10px 18px 0;
  }
  /* line 1451, ../sass/privacycenter.sass */
  #PrivacyCenterPage .privacy-center-activity-detail-grid {
    grid-template-columns: 1fr;
  }
  /* line 1453, ../sass/privacycenter.sass */
  #PrivacyCenterPage .pc-mainsectionrow {
    padding-top: 12px;
    padding-bottom: 16px;
  }
  /* line 1456, ../sass/privacycenter.sass */
  #PrivacyCenterPage .pc-mainsectionrow .privacycenter-content > .p-2 {
    padding: 24px !important;
  }
  /* line 1458, ../sass/privacycenter.sass */
  #PrivacyCenterPage .privacy-center-data-row__layout {
    grid-template-columns: 1fr;
    gap: 10px;
  }
  /* line 1461, ../sass/privacycenter.sass */
  #PrivacyCenterPage .privacy-center-data-row__main {
    align-items: flex-start;
    flex-direction: column;
  }
  /* line 1464, ../sass/privacycenter.sass */
  #PrivacyCenterPage .privacy-center-data-row__check {
    justify-content: flex-start;
  }
  /* line 1466, ../sass/privacycenter.sass */
  #PrivacyCenterPage .privacy-center-data-row__links {
    align-items: flex-start;
  }
}
@media (max-width: 767.98px) {
  /* line 1470, ../sass/privacycenter.sass */
  #PrivacyCenterPage .privacy-center-login-hero {
    padding: 20px 18px;
  }
  /* line 1472, ../sass/privacycenter.sass */
  #PrivacyCenterPage .privacy-center-login-hero__title {
    font-size: 1.72rem;
  }
  /* line 1474, ../sass/privacycenter.sass */
  #PrivacyCenterPage .privacy-center-login-panel {
    padding: 18px;
  }
  /* line 1476, ../sass/privacycenter.sass */
  #PrivacyCenterPage .privacy-center-login-provider-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  /* line 1478, ../sass/privacycenter.sass */
  #PrivacyCenterPage .privacy-center-page__content {
    padding: 16px 12px 32px;
  }
  /* line 1480, ../sass/privacycenter.sass */
  #PrivacyCenterPage .privacy-center-sidebar-card {
    padding: 18px;
  }
  /* line 1482, ../sass/privacycenter.sass */
  #PrivacyCenterPage .privacy-center-section-header__title {
    font-size: 1.55rem;
  }
  /* line 1484, ../sass/privacycenter.sass */
  #PrivacyCenterPage .privacy-center-panel {
    padding: 18px;
  }
  /* line 1486, ../sass/privacycenter.sass */
  #PrivacyCenterPage .privacy-center-form-actions {
    justify-content: stretch;
  }
  /* line 1488, ../sass/privacycenter.sass */
  #PrivacyCenterPage .privacy-center-form-actions .btn {
    width: 100%;
  }
  /* line 1490, ../sass/privacycenter.sass */
  #PrivacyCenterPage .privacy-center-data-row__check {
    margin-top: 10px;
  }
  /* line 1492, ../sass/privacycenter.sass */
  #PrivacyCenterPage .privacy-center-chooser-toolbar {
    align-items: stretch;
  }
  /* line 1494, ../sass/privacycenter.sass */
  #PrivacyCenterPage .privacy-center-chooser-toolbar__meta {
    width: 100%;
  }
  /* line 1496, ../sass/privacycenter.sass */
  #PrivacyCenterPage .privacy-center-chooser-toolbar__count {
    width: 100%;
    justify-content: center;
  }
  /* line 1499, ../sass/privacycenter.sass */
  #PrivacyCenterPage .privacy-center-landing__shell--grant {
    padding-top: 6px;
    padding-bottom: 14px;
  }
  /* line 1502, ../sass/privacycenter.sass */
  #PrivacyCenterPage .privacy-center-grant-page-shell {
    padding-top: 4px;
    padding-bottom: 18px;
  }
  /* line 1505, ../sass/privacycenter.sass */
  #PrivacyCenterPage .privacy-center-react-surface__inner--grant {
    padding: 24px 20px 26px;
  }
  /* line 1507, ../sass/privacycenter.sass */
  #PrivacyCenterPage .privacy-center-action-row {
    flex-direction: column;
  }
  /* line 1509, ../sass/privacycenter.sass */
  #PrivacyCenterPage .privacy-center-action-row .btn {
    width: 100%;
  }
  /* line 1511, ../sass/privacycenter.sass */
  #PrivacyCenterPage .privacy-center-sidebar-nav a.current-article .privacy-center-sidebar-nav__detail {
    display: block;
    margin-top: 6px;
    padding-top: 8px;
  }
  /* line 1515, ../sass/privacycenter.sass */
  #PrivacyCenterPage .privacy-center-scope-list li {
    width: 100%;
    border-radius: 14px;
  }
  /* line 1518, ../sass/privacycenter.sass */
  #PrivacyCenterPage .privacy-center-activity-row-card__service {
    gap: 12px;
  }
  /* line 1520, ../sass/privacycenter.sass */
  #PrivacyCenterPage .privacy-center-activity-row-card__icon {
    width: 40px;
    height: 40px;
  }
  /* line 1523, ../sass/privacycenter.sass */
  #PrivacyCenterPage .privacy-center-activity-row__toolbar {
    align-items: flex-start;
  }
  /* line 1525, ../sass/privacycenter.sass */
  #PrivacyCenterPage #PC_ActivityModal_TurnOffSharing .modal-footer,
  #PrivacyCenterPage #PC_ActivityModal_TurnOnSharing .modal-footer,
  #PrivacyCenterPage #PC_ActivityModal_ClearHistory .modal-footer,
  #PrivacyCenterPage #PC_ConfirmSocialModal .modal-footer,
  #PrivacyCenterPage #PC_DeleteSocialModal .modal-footer,
  #PrivacyCenterPage #PC_SocialModal_ActivitySharing .modal-footer {
    justify-content: stretch;
  }
  /* line 1532, ../sass/privacycenter.sass */
  #PrivacyCenterPage #PC_ActivityModal_TurnOffSharing .modal-footer .btn,
  #PrivacyCenterPage #PC_ActivityModal_TurnOnSharing .modal-footer .btn,
  #PrivacyCenterPage #PC_ActivityModal_ClearHistory .modal-footer .btn,
  #PrivacyCenterPage #PC_ConfirmSocialModal .modal-footer .btn,
  #PrivacyCenterPage #PC_DeleteSocialModal .modal-footer .btn,
  #PrivacyCenterPage #PC_SocialModal_ActivitySharing .modal-footer .btn {
    width: 100%;
  }
  /* line 1539, ../sass/privacycenter.sass */
  #PrivacyCenterPage .privacy-center-option-card {
    padding: 0;
  }
  /* line 1541, ../sass/privacycenter.sass */
  #PrivacyCenterPage .privacy-center-option-grid {
    margin: 0 0 12px;
  }
  /* line 1543, ../sass/privacycenter.sass */
  #PrivacyCenterPage .privacy-center-chip-button {
    width: 100% !important;
    justify-content: center;
  }
  /* line 1546, ../sass/privacycenter.sass */
  #PrivacyCenterPage .privacy-center-delete-form__actions .privacy-center-btn-danger {
    width: 100%;
    min-width: 0;
  }
  /* line 1549, ../sass/privacycenter.sass */
  #PrivacyCenterPage .privacy-center-show-more {
    width: 100%;
    min-width: 0;
  }
  /* line 1552, ../sass/privacycenter.sass */
  #PrivacyCenterPage .privacy-center-landing {
    gap: 20px;
  }
  /* line 1554, ../sass/privacycenter.sass */
  #PrivacyCenterPage .privacy-center-landing__hero {
    padding-top: 8px;
  }
  /* line 1556, ../sass/privacycenter.sass */
  #PrivacyCenterPage .privacy-center-landing__shell--grant {
    padding-top: 4px;
    padding-bottom: 10px;
  }
  /* line 1559, ../sass/privacycenter.sass */
  #PrivacyCenterPage .privacy-center-grant-page-shell {
    padding-top: 2px;
    padding-bottom: 14px;
  }
  /* line 1562, ../sass/privacycenter.sass */
  #PrivacyCenterPage .privacy-center-landing__title {
    font-size: 1.7rem;
  }
  /* line 1564, ../sass/privacycenter.sass */
  #PrivacyCenterPage .privacy-center-action-card {
    padding: 22px 20px;
    border-radius: 18px;
  }
  /* line 1567, ../sass/privacycenter.sass */
  #PrivacyCenterPage .privacy-center-action-card__title {
    font-size: 1.3rem;
  }
  /* line 1569, ../sass/privacycenter.sass */
  #PrivacyCenterPage .privacy-center-react-surface__inner {
    padding: 18px 16px;
    border-radius: 18px;
  }
  /* line 1572, ../sass/privacycenter.sass */
  #PrivacyCenterPage .page-title {
    margin-bottom: 24px;
  }
  /* line 1574, ../sass/privacycenter.sass */
  #PrivacyCenterPage .pc-mainsectionrow .privacycenter-content {
    margin-top: 16px;
    border-radius: 14px;
  }
  /* line 1577, ../sass/privacycenter.sass */
  #PrivacyCenterPage .pc-mainsectionrow .privacycenter-content .pc-mainsectionrow .privacycenter-content > .p-2 {
    padding: 18px !important;
  }
}

/* line 1581, ../sass/privacycenter.sass */
#PrivacyCenterPage .privacy-center-business-grid {
  margin-left: 0;
  margin-right: 0;
}
/* line 1584, ../sass/privacycenter.sass */
#PrivacyCenterPage .privacy-center-business-grid__item .privacy-center-action-card {
  width: 100%;
}
/* line 1586, ../sass/privacycenter.sass */
#PrivacyCenterPage .privacy-center-business-grid .privacy-center-action-card__title,
#PrivacyCenterPage .privacy-center-business-grid .privacy-center-action-card__description {
  overflow-wrap: break-word;
}

/* line 1591, ../sass/privacycenter.sass */
#PrivacyCenterPage .privacy-center-grant-results {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 20px;
  align-items: stretch;
  margin: 0;
}
/* line 1597, ../sass/privacycenter.sass */
#PrivacyCenterPage .privacy-center-grant-results__item {
  display: flex;
  min-width: 0;
}
/* line 1600, ../sass/privacycenter.sass */
#PrivacyCenterPage .privacy-center-grant-results__item .privacy-center-action-card {
  width: 100%;
}
/* line 1602, ../sass/privacycenter.sass */
#PrivacyCenterPage .privacy-center-grant-results .privacy-center-action-card__title,
#PrivacyCenterPage .privacy-center-grant-results .privacy-center-action-card__description {
  overflow-wrap: break-word;
  word-break: normal;
}
