.loader_loader__lBh87 {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-animation: loader_loader-spinner__AsYJz 0.8s linear infinite;
  animation: loader_loader-spinner__AsYJz 0.8s linear infinite;
  border-bottom-color: #eee;
  border: var(--BORDER_WIDTH) solid #eee;
  border-bottom: var(--BORDER_WIDTH) solid var(--color-primary-base);
  border-radius: 50%;
  width: var(--SIZE);
  height: var(--SIZE);
  --SIZE: 6.4rem;
  --BORDER_WIDTH: 0.5rem;
}
@-webkit-keyframes loader_loader-spinner__AsYJz {
  0% {
    -webkit-transform: translate(-50%, -50%) rotate(0deg);
    transform: translate(-50%, -50%) rotate(0deg);
  }
  to {
    -webkit-transform: translate(-50%, -50%) rotate(1turn);
    transform: translate(-50%, -50%) rotate(1turn);
  }
}
@keyframes loader_loader-spinner__AsYJz {
  0% {
    -webkit-transform: translate(-50%, -50%) rotate(0deg);
    transform: translate(-50%, -50%) rotate(0deg);
  }
  to {
    -webkit-transform: translate(-50%, -50%) rotate(1turn);
    transform: translate(-50%, -50%) rotate(1turn);
  }
}
.common_content__D3sB0 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 3rem 6rem;
  background-color: var(--color-primary-base);
  text-align: center;
}
.common_content__D3sB0.common_withImages__jV6rJ {
  position: relative;
  overflow: visible;
}
.common_content__D3sB0.common_withImages__jV6rJ:before {
  content: "";
  position: absolute;
  top: 0;
  left: -6rem;
  width: 100%;
  height: 100%;
  background: url(/_next-static/images/legal/logo-medium-left.svg) no-repeat 0
    0 / contain;
  pointer-events: none;
}
.common_content__D3sB0.common_withImages__jV6rJ:after {
  content: "";
  position: absolute;
  bottom: 0;
  right: -1rem;
  width: 100%;
  height: 100%;
  background: url(/_next-static/images/legal/logo-medium-right.svg) no-repeat
    100% 100%;
  pointer-events: none;
}
.common_title__PBrvS {
  margin: 0;
  font-weight: var(--font-weight-regular);
}
.common_countryTitle__p_ibG,
.common_title__PBrvS {
  position: relative;
  z-index: 1;
  color: var(--color-grey-1);
}
.common_countryTitle__p_ibG {
  padding: 0 1.6rem;
  line-height: 1.5;
}
@media (max-width: 767px) {
  .common_content__D3sB0 {
    padding: 2rem;
  }
  .common_content__D3sB0.common_withImages__jV6rJ:before {
    left: 0;
    background: url(/_next-static/images/legal/logo-small-left.svg) no-repeat 0
      0;
  }
  .common_content__D3sB0.common_withImages__jV6rJ:after {
    right: 0;
    background: url(/_next-static/images/legal/logo-small-right.svg) no-repeat
      100% 100%;
  }
  .common_title__PBrvS {
    font-size: 2.4rem;
  }
}
@media (min-width: 1360px) {
  .common_content__D3sB0.common_withImages__jV6rJ:before {
    left: 0;
  }
  .common_content__D3sB0.common_withImages__jV6rJ:after {
    right: 4rem;
  }
}
.checkbox_textWrapper__WXZCD {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
}
.checkbox_text__8HPSZ {
  display: inline;
  margin-right: 2.2rem;
  cursor: pointer;
  line-height: 1.5;
  vertical-align: middle;
}
.checkbox_disabledText__ZcMno,
.checkbox_text__8HPSZ {
  font-size: var(--font-size-large);
  font-weight: var(--font-weight-bold);
  color: var(--color-grey-10);
}
.checkbox_disabledText__ZcMno {
  opacity: 0.3;
  cursor: default;
}
.checkbox_checkboxWrapper__XgSzR {
  position: relative;
  display: inline-block;
  height: 1.8rem;
  padding-top: 0.2rem;
}
.checkbox_saved__1yesu {
  position: absolute;
  top: 2.2rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  border: 0.1rem solid var(--color-grey-5);
  border-radius: 0.2rem;
  padding: 0.4rem 1.6rem;
  background-color: var(--color-grey-1);
  font-size: 1rem;
  line-height: 1.5;
  font-weight: var(--font-weight-regular);
  color: var(--color-grey-10);
}
.checkbox_checkboxWrapper__XgSzR .checkbox_input__byg4b {
  opacity: 1;
  margin: 0;
  border: 0.2rem solid var(--color-grey-5);
  border-radius: 0.2rem;
  width: 1.8rem;
  height: 1.8rem;
  background-color: var(--color-grey-1);
  cursor: pointer;
  vertical-align: middle;
}
.checkbox_checkboxWrapper__XgSzR
  .checkbox_input__byg4b.checkbox_disabled__MYkIi {
  opacity: 0.3;
  cursor: default;
}
@media (min-width: 768px) {
  .checkbox_checkboxWrapper__XgSzR {
    margin-right: 7rem;
  }
  .checkbox_saved__1yesu {
    top: 50%;
    left: 2.4rem;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}
.consent_messageWrapper__IzkxY {
  margin: 0;
}
.consent_messageWrapper__IzkxY .consent_text__MWDZT {
  display: inline;
  margin-right: 2.2rem;
  font-size: var(--font-size-large);
  line-height: 1.5;
  font-weight: var(--font-weight-bold);
  color: var(--color-grey-10);
  vertical-align: middle;
}
.consent_cta__U0vC5 {
  padding-left: 1rem;
  padding-right: 0;
}
.do-not-sell_content__wEJWW {
  margin: 0 auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  max-width: 124rem;
  padding: 5rem;
}
.do-not-sell_headerWrapper__ntiX0 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  margin: 0 auto;
  width: 80%;
  padding: 0 5rem;
}
.do-not-sell_title__jHltU {
  margin-bottom: 2.4rem;
  font-size: 3.2rem;
  color: var(--color-grey-8);
}
.do-not-sell_icon__Myd_5 {
  margin-left: 1.8rem;
  width: 5.1rem;
  height: 2.5rem;
}
.do-not-sell_wrapper__5NaIc {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 0.8rem;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 80%;
  padding: 0 5rem;
}
@media (max-width: 1023px) {
  .do-not-sell_content__wEJWW {
    padding: 3rem;
  }
  .do-not-sell_headerWrapper__ntiX0,
  .do-not-sell_wrapper__5NaIc {
    width: 100%;
    padding: 0;
  }
}
.help-centers_content__Fpaji {
  border-radius: 0.4rem;
  text-align: left;
}
.help-centers_title__QcJdQ {
  font-weight: var(--font-weight-bold);
}
.help-centers_text__lXBGb {
  color: var(--color-grey-8);
}
.help-centers_list__DCnYB {
  display: grid;
  grid-auto-rows: 4rem;
  grid-template-columns: 1fr 1fr;
  padding: 0;
  list-style: none;
}
.help-centers_listItem__ZrXXN {
  text-align: left;
}
.help-centers_list__DCnYB .help-centers_cta__2J9Yq,
.help-centers_list__DCnYB .help-centers_cta__2J9Yq:link {
  padding: 0 3rem 0 0;
  font-size: var(--font-size-base);
  color: var(--color-primary-base);
  text-decoration: none;
}
.help-centers_list__DCnYB .help-centers_cta__2J9Yq:hover {
  text-decoration: underline;
}
.help-centers_supportLinkText__nRVub {
  position: relative;
  color: var(--color-grey-8);
}
.help-centers_supportLinkText__nRVub:after,
.help-centers_supportLinkText__nRVub:before {
  content: "";
  position: absolute;
  top: 50%;
  right: -0.6rem;
  -webkit-transform: translate(100%, -50%);
  -ms-transform: translate(100%, -50%);
  transform: translate(100%, -50%);
}
.help-centers_supportLinkText__nRVub:before {
  width: 1.3rem;
  height: 0.2rem;
  background-color: var(--color-primary-base);
}
.help-centers_supportLinkText__nRVub:after {
  right: -2rem;
  -webkit-transform: translateY(-50%) rotate(45deg);
  -ms-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
  border-right: 0.2rem solid var(--color-primary-base);
  border-top: 0.2rem solid var(--color-primary-base);
  width: 0.8rem;
  height: 0.8rem;
}
@media (max-width: 1023px) {
  .help-centers_content__Fpaji {
    padding: 2rem;
  }
  .help-centers_content__Fpaji,
  .help-centers_listItem__ZrXXN {
    text-align: center;
  }
  .help-centers_title__QcJdQ {
    font-size: var(--font-size-large);
    color: var(--color-primary-base);
  }
}
.wrapper_container__axEvo {
  margin: 0 auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  max-width: 124rem;
  padding: 3rem 2rem;
  background-color: var(--color-grey-1);
}
.wrapper_container__axEvo.wrapper_loading__L_0AY {
  display: none;
}
.wrapper_container__axEvo.wrapper_noSidebar__21BPL {
  padding: 5rem;
}
.wrapper_noSidebar__21BPL .wrapper_commonHeader__XCR5I {
  margin-bottom: 5rem;
}
.wrapper_doNotSellPageAvailable__HRJx9 {
  margin-top: 1rem;
}
.wrapper_container__axEvo .otnotice-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  height: 100%;
}
.wrapper_container__axEvo .otnotice-language-dropdown-container,
.wrapper_container__axEvo .otnotice-menu {
  display: none;
}
.wrapper_container__axEvo .otnotice-sections {
  position: relative;
  margin: 0 0 5rem;
  width: 100%;
  padding: 8.7rem 0 0;
  text-align: center;
}
.wrapper_container__axEvo .otnotice-sections p {
  text-align: left;
}
.wrapper_container__axEvo .otnotice-sections:before {
  content: "Table of Contents";
  position: absolute;
  top: 5rem;
  left: 0;
  display: block;
  margin: 0;
  width: 100%;
  font-size: 1.8rem;
  font-weight: var(--font-weight-bold);
  text-align: center;
}
.wrapper_container__axEvo .otnotice-menu-section a {
  font-size: var(--font-size-base);
  font-weight: var(--font-weight-bold);
  color: var(--color-primary-base);
  text-decoration: none;
}
.wrapper_container__axEvo .otnotice-section a:hover {
  color: var(--color-primary-hover);
}
.wrapper_container__axEvo .otnotice-menu-section a:hover {
  text-decoration: none;
}
.wrapper_content__w2Vaq
  .wrapper_container__axEvo
  .otnotice-content
  .otnotice-section
  a {
  color: var(--color-primary-base) !important;
}
.wrapper_container__axEvo .otnotice-section td {
  padding: 0.6rem;
  text-align: left;
}
.wrapper_container__axEvo .otnotice-section-content {
  font-size: var(--font-size-large);
}
.wrapper_container__axEvo .otnotice-section-content * {
  font-size: inherit;
}
.wrapper_container__axEvo .otnotice-menu-section {
  margin-bottom: 1rem;
}
.wrapper_noSidebar__21BPL .otnotice-sections {
  margin-bottom: 0;
  border: none;
  width: 100%;
  padding: 0;
  text-align: left;
}
.wrapper_noSidebar__21BPL .otnotice-sections:before {
  display: none;
}
.wrapper_noSidebar__21BPL .otnotice-sections p {
  text-align: left;
}
.wrapper_noSidebar__21BPL .otnotice {
  margin: 0 auto;
  width: 80%;
  padding: 0 5rem;
}
.wrapper_noSidebar__21BPL .otnotice h2 {
  font-size: 2rem;
  font-weight: var(--font-weight-regular);
  color: inherit;
}
.wrapper_noSidebar__21BPL .otnotice table {
  border-collapse: collapse;
  width: 100%;
  font-size: var(--font-size-large);
}
.wrapper_container__axEvo
  .otnotice-content
  .otnotice-sections
  .otnotice-section-content
  ol,
.wrapper_container__axEvo
  .otnotice-content
  .otnotice-sections
  .otnotice-section-content
  ul {
  text-align: left;
}
.wrapper_otnoticeSidebar__j5r2j {
  display: block;
  min-height: 70vh;
}
.wrapper_otnoticeSidebar__j5r2j .wrapper_helpCentersContent__28r0v {
  display: block;
}
.wrapper_otnoticeSidebar__j5r2j .otnotice-menu {
  width: 100%;
  min-height: 0;
}
.wrapper_container__axEvo
  .otnotice-sections
  .wrapper_helpCentersContent__28r0v {
  display: none;
}
.wrapper_container__axEvo .otnotice-sections .wrapper_infoBox__15Tlt,
.wrapper_container__axEvo .otnotice-sections:before {
  display: none;
}
.wrapper_withSidebar__6rhpo .otnotice-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.wrapper_withSidebar__6rhpo .otnotice-sections {
  margin: 0;
  width: 66%;
  height: auto;
  padding: 0 5rem;
}
.wrapper_container__axEvo .otnotice h2 {
  margin: 0 0 1rem;
  font-size: 2rem;
  line-height: 1.2;
  font-weight: var(--font-weight-regular);
  text-align: left;
}
.wrapper_container__axEvo .otnotice-menu {
  position: relative;
  display: block;
  margin: 0 0 6rem;
  padding: 7.5rem 0 0;
  list-style: none;
}
.wrapper_container__axEvo .otnotice-menu:before {
  content: "Table of Contents";
  position: absolute;
  top: 3.5rem;
  display: block;
  margin: 0;
  font-size: 1.8rem;
  font-weight: var(--font-weight-bold);
}
@media (max-width: 1023px) {
  .wrapper_container__axEvo {
    padding: 3rem 1rem;
  }
  .wrapper_container__axEvo.wrapper_noSidebar__21BPL {
    padding: 3rem;
  }
  .wrapper_noSidebar__21BPL .wrapper_commonHeader__XCR5I {
    margin-bottom: 3rem;
  }
  .wrapper_noSidebar__21BPL .otnotice {
    margin: 0;
    width: 100%;
    padding: 0;
  }
  .wrapper_container__axEvo .otnotice-sections {
    padding: 8.7rem 0 0;
    text-align: center;
  }
  .wrapper_container__axEvo .otnotice-sections p {
    text-align: center;
  }
  .wrapper_noSidebar__21BPL .otnotice-sections p {
    text-align: left;
  }
  .wrapper_container__axEvo .otnotice-sections:before {
    display: block;
  }
  .wrapper_container__axEvo .otnotice-section-header {
    margin: 0 0 1rem;
    font-size: var(--font-size-base);
    font-weight: var(--font-weight-bold);
    color: var(--color-primary-base);
    text-decoration: none;
  }
  .wrapper_withSidebar__6rhpo .otnotice-section-header {
    cursor: pointer;
  }
  .wrapper_withSidebar__6rhpo .otnotice-content {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .wrapper_withSidebar__6rhpo .otnotice-sections {
    width: 100%;
    padding: 8.7rem 0 0;
  }
  .wrapper_withSidebar__6rhpo
    .wrapper_primaryNotice__2MX_o
    .otnotice-section-content {
    overflow: visible;
    -webkit-transition: none;
    transition: none;
    max-height: none;
  }
  .wrapper_withSidebar__6rhpo
    .wrapper_primaryNotice__2MX_o
    .otnotice-section-content
    table {
    width: 100%;
  }
  .wrapper_withSidebar__6rhpo
    .otnotice-section-header.wrapper_active__P4DrU
    ~ .otnotice-section-content {
    overflow-y: auto;
    max-height: 160rem;
  }
  .wrapper_withSidebar__6rhpo .otnotice-section-header {
    cursor: default;
  }
  .wrapper_withSidebar__6rhpo .otnotice-section-content {
    overflow: visible;
  }
  .wrapper_withSidebar__6rhpo .otnotice-table-scroll {
    width: 100%;
    max-width: 100%;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
  }
  .wrapper_withSidebar__6rhpo .otnotice-table-scroll table {
    min-width: 64rem;
    width: max-content;
    max-width: none;
  }
  .wrapper_noSidebar__21BPL .otnotice h2 {
    font-size: var(--font-size-base);
    line-height: 1.9;
    font-weight: var(--font-weight-bold);
  }
  .wrapper_container__axEvo .otnotice h2 {
    font-size: var(--font-size-base);
    font-weight: var(--font-weight-bold);
    text-align: center;
  }
  .wrapper_container__axEvo .otnotice-menu {
    display: none;
  }
  .wrapper_otnoticeSidebar__j5r2j {
    display: block;
    min-height: auto;
  }
  .wrapper_otnoticeSidebar__j5r2j .wrapper_helpCentersContent__28r0v {
    display: none;
  }
  .wrapper_container__axEvo
    .otnotice-sections
    .wrapper_helpCentersContent__28r0v {
    display: block;
    margin-top: 2rem;
    border-top: 0.2rem solid var(--color-grey-8);
  }
}

@media (max-width: 767px) {
  .wrapper_withSidebar__6rhpo .otnotice-table-scroll table {
    min-width: 72rem;
  }
}
