/*! orejime v1.2.3 - BSD-3-Clause license, original work Copyright (c) 2019 Empreinte Digitale, modified work Copyright (c) 2020 OpenFed, all rights reserved. */
[class^="orejime-"] {
  margin: 0;
  padding: 0;
  border: 0;
  font-family: inherit;
  font-size: inherit;
  color: inherit;
  vertical-align: baseline;
  float: none;
  width: auto;
  text-align: left;
  font-weight: normal;
}
.orejime-Main,
.orejime-Modal {
  font-size: 1em;
  line-height: 1.5;
}
.orejime-Modal {
  background: white;
  padding: 2em;
}
.orejime-Button {
  cursor: pointer;
  text-decoration: underline;
}
.orejime-Button[disabled] {
  opacity: 0.75;
  cursor: default;
}
.orejime-Notice {
  background: white;
  position: fixed;
  z-index: 1000;
  width: 100%;
  bottom: 0;
  left: 0;
  right: 0;
}
.orejime-Notice--mandatory {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  max-width: none;
}
.orejime-Notice--hidden {
  display: none !important;
}
.orejime-Notice-body {
  padding: 1em;
}
.orejime-Notice-logo {
  max-width: 200px;
}
.orejime-Notice-description,
.orejime-Notice-title {
  margin-bottom: 0.5em;
}
.orejime-Notice-changes {
  font-weight: bold;
}
.orejime-Notice-actions {
  display: block;
}
.orejime-Notice-actionItem {
  display: inline;
}
.orejime-Notice-learnMoreButton {
  display: inline-block;
}
.orejimeHtml-WithModalOpen {
  height: 100%;
}
.orejimeHtml-WithModalOpen body {
  position: fixed;
  overflow: hidden;
  height: 100%;
  width: 100%;
}
.orejime-ModalOverlay,
.orejime-NoticeOverlay {
  z-index: 1000;
  background: rgba(0, 0, 0, 0.5);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.orejime-ModalWrapper {
  z-index: 1001;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin: 0;
  width: 640px;
  max-width: 100%;
  max-height: 100%;
  overflow: auto;
}
.orejime-Modal-closeButton {
  border: none;
  background: none;
  color: inherit;
  position: absolute;
  top: 10px;
  right: 15px;
  cursor: pointer;
}
.orejime-CloseIcon {
  stroke: currentColor;
  width: 12px;
}
.orejime-Modal-body {
  padding: 1em;
}
.orejime-Modal-footer {
  padding: 1em;
}
.orejime-Modal-poweredByLink,
.orejime-Modal-privacyPolicyLink {
  cursor: pointer;
  text-decoration: underline;
  color: inherit;
}
.orejime-Modal-poweredByLink:active,
.orejime-Modal-poweredByLink:focus,
.orejime-Modal-poweredByLink:hover,
.orejime-Modal-privacyPolicyLink:active,
.orejime-Modal-privacyPolicyLink:focus,
.orejime-Modal-privacyPolicyLink:hover {
  color: inherit;
  text-decoration: underline;
}
.orejime-Modal-poweredByLink:focus,
.orejime-Modal-poweredByLink:hover,
.orejime-Modal-privacyPolicyLink:focus,
.orejime-Modal-privacyPolicyLink:hover {
  text-decoration: none;
}
.orejime-AppList {
  display: block;
  padding: 0;
  margin: 0;
}
.orejime-AppList-item {
  display: block;
  position: relative;
  line-height: 1.25;
  padding-left: 80px;
  min-height: 40px;
  margin-top: 0.7em;
}
.orejime-AppList-item:first-child {
  margin-top: 0;
}
.orejime-AppItem-title {
  cursor: pointer;
}
.orejime-AppItem-description {
  font-size: 0.8em;
}
.orejime-AppItem-purposes {
  font-size: 0.8em;
}
.orejime-AppItem-optOut,
.orejime-AppItem-required {
  padding-left: 0.2em;
  font-size: 0.8em;
}
.orejime-AppItem-input {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  width: 50px;
  height: 30px;
}
.orejime-AppItem-switch {
  position: absolute;
  left: 0;
  top: 3px;
  display: inline-block;
  width: 50px;
  height: 30px;
}
.orejime-AppItem-slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: gray;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  width: 50px;
  display: inline-block;
  border-radius: 30px;
}
.orejime-AppItem-slider:before {
  position: absolute;
  content: "";
  height: 20px;
  width: 20px;
  left: 5px;
  bottom: 5px;
  background-color: white;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  border-radius: 50%;
  border: 1px solid #555;
}
.orejime-AppItem-switchLabel {
  position: absolute;
  width: 50px;
  top: 34px;
  overflow: ellipsis;
  font-size: 0.8em;
  text-align: center;
}
.orejime-AppItem-switch--disabled .orejime-AppItem-slider {
  cursor: default;
  opacity: 0.5;
}
.orejime-AppItem-switch--disabled .orejime-AppItem-switchLabel {
  color: gray;
}
.orejime-AppItem-input:focus + .orejime-AppItem-label .orejime-AppItem-slider {
  border-color: #fff;
}
.orejime-AppItem-input:checked + .orejime-AppItem-label .orejime-AppItem-slider:before {
  -webkit-transform: translateX(20px);
  -ms-transform: translateX(20px);
  transform: translateX(20px);
}
.orejime-AppToggles {
  margin-bottom: 1em;
  display: block;
}
.orejime-AppToggles-item {
  display: inline;
}
.theme--light [class^="orejime-"] {
  margin: 0;
  padding: 0;
  border: 0;
  font-family: inherit;
  font-size: 16px;
  vertical-align: baseline;
  float: none;
  width: auto;
  text-align: left;
  font-weight: normal;
}
.theme--light .theme--light [class^="orejime-"] {
  color: #000;
}
.theme--dark .theme--light [class^="orejime-"] {
  color: #fff;
}
.theme--light .orejime-Button {
  border: 0;
  border-radius: 2em;
  padding: 0.5rem 1em;
  margin-right: 0.5em;
  border: 1px solid transparent;
  line-height: 1.3em;
  min-width: auto !important;
  text-decoration: none;
}
@media (max-width: 989px) {
  .theme--light .orejime-Button {
    margin-top: 0.25em;
    margin-bottom: 0.25em;
  }
}
.theme--light .orejime-Button--accept,
.theme--light .orejime-Button--save {
  color: #fff;
}
.theme--light .orejime-Button {
  border: 1px solid #C7C7C7;
  background: transparent;
  text-decoration: none;
}
.theme--light .orejime-AppToggles-enableAll {
  border: 0;
}
.theme--light .orejime-Notice {
  position: fixed;
  z-index: 1000;
  width: 100%;
  bottom: 0;
  left: 0;
  right: 0;
  font-size: 0.8em;
}
.theme--light .orejime-Notice button {
  cursor: pointer;
}
@media (min-width: 990px) {
  .theme--light .orejime-Notice {
    box-shadow: 0 4px 6px 0 rgba(0, 0, 0, 0.2), 5px 5px 10px 0 rgba(0, 0, 0, 0.19);
    border-radius: 0;
  }
}
@media (max-width: 989px) {
  .theme--light .orejime-Notice {
    border: none;
    border-radius: 0;
  }
}
.theme--light .orejime-Notice--mandatory {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  max-width: none;
}
.theme--light .orejime-Notice--hidden {
  display: none !important;
}
.theme--light .orejime-Notice-body {
  padding: 1.5em;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
}
@media (max-width: 989px) {
  .theme--light .orejime-Notice-body {
    flex-direction: column;
  }
}
.theme--light .orejime-Notice-logo {
  max-width: 14em;
  padding-right: 1.5em;
}
.theme--light .orejime-Notice-logo img {
  width: 100%;
}
.theme--light .orejime-Notice-description,
.theme--light .orejime-Notice-title {
  width: 100%;
  margin-bottom: 0.5em;
}
.theme--light .orejime-Notice-description a,
.theme--light .orejime-Notice-title a {
  text-decoration: underline;
}
.theme--light .orejime-Notice-description a:focus,
.theme--light .orejime-Notice-description a:hover,
.theme--light .orejime-Notice-title a:focus,
.theme--light .orejime-Notice-title a:hover {
  text-decoration: none;
}
.theme--light .orejime-Notice-description {
  margin-bottom: 1em;
}
.theme--light .orejime-Notice-title {
  font-weight: bold;
  font-size: 1.2em;
  line-height: 1.3;
}
.theme--light .orejime-Notice-changes {
  margin-bottom: 0.5em;
  font-weight: bold;
}
.theme--light .orejime-Notice-privacyPolicyLink {
  text-decoration: underline;
  cursor: pointer;
}
.theme--light .orejime-Notice-privacyPolicyLink:hover {
  color: inherit;
}
.theme--light .orejime-Notice-privacyPolicyLink:focus,
.theme--light .orejime-Notice-privacyPolicyLink:hover {
  text-decoration: none;
}
.theme--light .orejime-Notice-actions {
  display: block;
  width: 100%;
}
.theme--light .orejime-Notice-actionItem {
  display: inline;
}
.theme--light .orejime-Notice-learnMoreButton {
  display: inline-block;
}
.theme--light .orejimeHtml-WithModalOpen {
  height: 100%;
}
.theme--light .orejimeHtml-WithModalOpen body {
  position: fixed;
  overflow: hidden;
  height: 100%;
  width: 100%;
}
.theme--light .orejime-ModalOverlay,
.theme--light .orejime-NoticeOverlay {
  z-index: 1000;
  background: rgba(0, 0, 0, 0.5);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.theme--light .orejime-ModalWrapper {
  z-index: 1001;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin: 0;
  width: 640px;
  max-width: 100%;
  max-height: 100%;
  overflow: auto;
}
.theme--light .orejime-Modal {
  border-radius: 0;
  box-shadow: 0 4px 6px 0 rgba(0, 0, 0, 0.2), 5px 5px 10px 0 rgba(0, 0, 0, 0.19);
}
.theme--light .orejime-Modal-header {
  padding: 1em;
  border-bottom: 1px solid #C7C7C7;
}
.theme--light .orejime-Modal-title {
  margin: 0;
  font-size: 2em;
  display: block;
  font-weight: bold;
  padding-right: 20px;
}
.theme--light .orejime-Modal-closeButton {
  display: block;
  height: 12px !important;
  width: 12px !important;
  min-width: none !important;
  padding: 12px !important;
  background: transparent;
  border-radius: 50%;
  border: 1px solid transparent;
  position: absolute;
  top: 0.75em;
  right: 0.75em;
}
.theme--light .orejime-Modal-closeButton:focus,
.theme--light .orejime-Modal-closeButton:hover {
  border: 1px solid black;
}
.theme--light .orejime-CloseIcon {
  top: 6px !important;
  left: 6px !important;
  transform-origin: center center;
  position: absolute;
  z-index: 0;
  stroke: currentColor;
  width: 12px;
}
.theme--light .orejime-Modal-body {
  padding: 1em;
}
.theme--light .orejime-Modal-footer {
  padding: 1em;
  border-top: 1px solid #C7C7C7;
}
.theme--light .orejime-Modal-poweredByLink,
.theme--light .orejime-Modal-privacyPolicyLink {
  cursor: pointer;
  text-decoration: underline;
  color: inherit;
}
.theme--light .orejime-Modal-poweredByLink:active,
.theme--light .orejime-Modal-poweredByLink:focus,
.theme--light .orejime-Modal-poweredByLink:hover,
.theme--light .orejime-Modal-privacyPolicyLink:active,
.theme--light .orejime-Modal-privacyPolicyLink:focus,
.theme--light .orejime-Modal-privacyPolicyLink:hover {
  color: inherit;
}
.theme--light .orejime-Modal-poweredByLink:focus,
.theme--light .orejime-Modal-poweredByLink:hover,
.theme--light .orejime-Modal-privacyPolicyLink:focus,
.theme--light .orejime-Modal-privacyPolicyLink:hover {
  text-decoration: none;
}
.theme--light .orejime-Modal-poweredByLink {
  position: absolute;
  right: 1em;
  font-size: 0.8em;
  padding: 6px 0;
}
.theme--light .orejime-AppList {
  display: block;
  padding: 0;
  margin: 0;
}
.theme--light .orejime-AppList-item {
  display: inline-block;
  position: relative;
  line-height: 1.25;
  vertical-align: middle;
  padding-left: 100px;
  min-height: 40px;
  margin-top: 0.7em;
  width: 100%;
}
.theme--light .orejime-AppList-item:first-child {
  margin-top: 0;
}
.theme--light .orejime-AppItem-title {
  font-weight: 600;
  cursor: pointer;
}
.theme--light .orejime-AppItem-description {
  font-size: 0.8em;
}
.theme--light .orejime-AppItem-description a {
  text-decoration: underline;
}
.theme--light .orejime-AppItem-description a:focus,
.theme--light .orejime-AppItem-description a:hover {
  text-decoration: none;
}
.theme--light .orejime-AppItem-purposes {
  font-size: 0.8em;
}
.theme--light .orejime-AppItem-optOut,
.theme--light .orejime-AppItem-required {
  padding-left: 0.2em;
  font-size: 0.8em;
}
.theme--light .orejime-AppItem-input {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  width: 50px;
  height: 30px;
}
.theme--light .orejime-AppItem-switch {
  position: absolute;
  left: 0;
  top: 3px;
  display: inline-block;
  width: 50px;
  height: 24px;
}
.theme--light .orejime-AppItem-slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #aaa;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  width: 50px;
  display: inline-block;
  border-radius: 30px;
  border: 0;
}
.theme--light .orejime-AppItem-slider:before {
  position: absolute;
  content: "";
  height: 20px;
  width: 20px;
  left: 1px;
  bottom: 1px;
  background-color: white;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  border-radius: 50%;
  border: 1px solid #555;
}
.theme--light .orejime-AppItem-switchLabel {
  position: absolute;
  width: 50px;
  top: 34px;
  overflow: ellipsis;
  font-size: 0.8em;
  text-align: center;
}
.theme--light .orejime-AppItem-label {
  background: none !important;
}
.theme--light .orejime-AppItem-switch--disabled .orejime-AppItem-slider {
  cursor: default;
  opacity: 0.5;
}
.theme--light .orejime-AppItem-input:focus + .orejime-AppItem-label .orejime-AppItem-slider {
  border-color: #fff;
  outline-offset: 2px;
}
.theme--light .orejime-AppItem-input:checked + .orejime-AppItem-label .orejime-AppItem-slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}
.theme--light .orejime-AppToggles {
  margin-bottom: 1em;
  display: block;
}
.theme--light .orejime-AppToggles-item {
  display: inline;
}
.theme--dark [class^="orejime-"] {
  margin: 0;
  padding: 0;
  border: 0;
  font-family: inherit;
  font-size: 16px;
  vertical-align: baseline;
  float: none;
  width: auto;
  text-align: left;
  font-weight: normal;
}
.theme--light .theme--dark [class^="orejime-"] {
  color: #000;
}
.theme--dark .theme--dark [class^="orejime-"] {
  color: #fff;
}
.theme--dark .orejime-Button {
  border: 0;
  border-radius: 2em;
  padding: 0.5rem 1em;
  margin-right: 0.5em;
  border: 1px solid transparent;
  line-height: 1.3em;
  min-width: auto !important;
  text-decoration: none;
}
@media (max-width: 989px) {
  .theme--dark .orejime-Button {
    margin-top: 0.25em;
    margin-bottom: 0.25em;
  }
}
.theme--dark .orejime-Button--accept,
.theme--dark .orejime-Button--save {
  color: #fff;
}
.theme--dark .orejime-Button {
  border: 1px solid #C7C7C7;
  background: transparent;
  text-decoration: none;
}
.theme--dark .orejime-AppToggles-enableAll {
  border: 0;
}
.theme--dark .orejime-Notice {
  position: fixed;
  z-index: 1000;
  width: 100%;
  bottom: 0;
  left: 0;
  right: 0;
  font-size: 0.8em;
}
.theme--dark .orejime-Notice button {
  cursor: pointer;
}
@media (min-width: 990px) {
  .theme--dark .orejime-Notice {
    box-shadow: 0 4px 6px 0 rgba(0, 0, 0, 0.2), 5px 5px 10px 0 rgba(0, 0, 0, 0.19);
    border-radius: 0;
  }
}
@media (max-width: 989px) {
  .theme--dark .orejime-Notice {
    border: none;
    border-radius: 0;
  }
}
.theme--dark .orejime-Notice--mandatory {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  max-width: none;
}
.theme--dark .orejime-Notice--hidden {
  display: none !important;
}
.theme--dark .orejime-Notice-body {
  padding: 1.5em;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
}
@media (max-width: 989px) {
  .theme--dark .orejime-Notice-body {
    flex-direction: column;
  }
}
.theme--dark .orejime-Notice-logo {
  max-width: 14em;
  padding-right: 1.5em;
}
.theme--dark .orejime-Notice-logo img {
  width: 100%;
}
.theme--dark .orejime-Notice-description,
.theme--dark .orejime-Notice-title {
  width: 100%;
  margin-bottom: 0.5em;
}
.theme--dark .orejime-Notice-description a,
.theme--dark .orejime-Notice-title a {
  text-decoration: underline;
}
.theme--dark .orejime-Notice-description a:focus,
.theme--dark .orejime-Notice-description a:hover,
.theme--dark .orejime-Notice-title a:focus,
.theme--dark .orejime-Notice-title a:hover {
  text-decoration: none;
}
.theme--dark .orejime-Notice-description {
  margin-bottom: 1em;
}
.theme--dark .orejime-Notice-title {
  font-weight: bold;
  font-size: 1.2em;
  line-height: 1.3;
}
.theme--dark .orejime-Notice-changes {
  margin-bottom: 0.5em;
  font-weight: bold;
}
.theme--dark .orejime-Notice-privacyPolicyLink {
  text-decoration: underline;
  cursor: pointer;
}
.theme--dark .orejime-Notice-privacyPolicyLink:hover {
  color: inherit;
}
.theme--dark .orejime-Notice-privacyPolicyLink:focus,
.theme--dark .orejime-Notice-privacyPolicyLink:hover {
  text-decoration: none;
}
.theme--dark .orejime-Notice-actions {
  display: block;
  width: 100%;
}
.theme--dark .orejime-Notice-actionItem {
  display: inline;
}
.theme--dark .orejime-Notice-learnMoreButton {
  display: inline-block;
}
.theme--dark .orejimeHtml-WithModalOpen {
  height: 100%;
}
.theme--dark .orejimeHtml-WithModalOpen body {
  position: fixed;
  overflow: hidden;
  height: 100%;
  width: 100%;
}
.theme--dark .orejime-ModalOverlay,
.theme--dark .orejime-NoticeOverlay {
  z-index: 1000;
  background: rgba(0, 0, 0, 0.5);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.theme--dark .orejime-ModalWrapper {
  z-index: 1001;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin: 0;
  width: 640px;
  max-width: 100%;
  max-height: 100%;
  overflow: auto;
}
.theme--dark .orejime-Modal {
  border-radius: 0;
  box-shadow: 0 4px 6px 0 rgba(0, 0, 0, 0.2), 5px 5px 10px 0 rgba(0, 0, 0, 0.19);
}
.theme--dark .orejime-Modal-header {
  padding: 1em;
  border-bottom: 1px solid #C7C7C7;
}
.theme--dark .orejime-Modal-title {
  margin: 0;
  font-size: 2em;
  display: block;
  font-weight: bold;
  padding-right: 20px;
}
.theme--dark .orejime-Modal-closeButton {
  display: block;
  height: 12px !important;
  width: 12px !important;
  min-width: none !important;
  padding: 12px !important;
  background: transparent;
  border-radius: 50%;
  border: 1px solid transparent;
  position: absolute;
  top: 0.75em;
  right: 0.75em;
}
.theme--dark .orejime-Modal-closeButton:focus,
.theme--dark .orejime-Modal-closeButton:hover {
  border: 1px solid black;
}
.theme--dark .orejime-CloseIcon {
  top: 6px !important;
  left: 6px !important;
  transform-origin: center center;
  position: absolute;
  z-index: 0;
  stroke: currentColor;
  width: 12px;
}
.theme--dark .orejime-Modal-body {
  padding: 1em;
}
.theme--dark .orejime-Modal-footer {
  padding: 1em;
  border-top: 1px solid #C7C7C7;
}
.theme--dark .orejime-Modal-poweredByLink,
.theme--dark .orejime-Modal-privacyPolicyLink {
  cursor: pointer;
  text-decoration: underline;
  color: inherit;
}
.theme--dark .orejime-Modal-poweredByLink:active,
.theme--dark .orejime-Modal-poweredByLink:focus,
.theme--dark .orejime-Modal-poweredByLink:hover,
.theme--dark .orejime-Modal-privacyPolicyLink:active,
.theme--dark .orejime-Modal-privacyPolicyLink:focus,
.theme--dark .orejime-Modal-privacyPolicyLink:hover {
  color: inherit;
}
.theme--dark .orejime-Modal-poweredByLink:focus,
.theme--dark .orejime-Modal-poweredByLink:hover,
.theme--dark .orejime-Modal-privacyPolicyLink:focus,
.theme--dark .orejime-Modal-privacyPolicyLink:hover {
  text-decoration: none;
}
.theme--dark .orejime-Modal-poweredByLink {
  position: absolute;
  right: 1em;
  font-size: 0.8em;
  padding: 6px 0;
}
.theme--dark .orejime-AppList {
  display: block;
  padding: 0;
  margin: 0;
}
.theme--dark .orejime-AppList-item {
  display: inline-block;
  position: relative;
  line-height: 1.25;
  vertical-align: middle;
  padding-left: 100px;
  min-height: 40px;
  margin-top: 0.7em;
  width: 100%;
}
.theme--dark .orejime-AppList-item:first-child {
  margin-top: 0;
}
.theme--dark .orejime-AppItem-title {
  font-weight: 600;
  cursor: pointer;
}
.theme--dark .orejime-AppItem-description {
  font-size: 0.8em;
}
.theme--dark .orejime-AppItem-description a {
  text-decoration: underline;
}
.theme--dark .orejime-AppItem-description a:focus,
.theme--dark .orejime-AppItem-description a:hover {
  text-decoration: none;
}
.theme--dark .orejime-AppItem-purposes {
  font-size: 0.8em;
}
.theme--dark .orejime-AppItem-optOut,
.theme--dark .orejime-AppItem-required {
  padding-left: 0.2em;
  font-size: 0.8em;
}
.theme--dark .orejime-AppItem-input {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  width: 50px;
  height: 30px;
}
.theme--dark .orejime-AppItem-switch {
  position: absolute;
  left: 0;
  top: 3px;
  display: inline-block;
  width: 50px;
  height: 24px;
}
.theme--dark .orejime-AppItem-slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #aaa;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  width: 50px;
  display: inline-block;
  border-radius: 30px;
  border: 0;
}
.theme--dark .orejime-AppItem-slider:before {
  position: absolute;
  content: "";
  height: 20px;
  width: 20px;
  left: 1px;
  bottom: 1px;
  background-color: white;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  border-radius: 50%;
  border: 1px solid #555;
}
.theme--dark .orejime-AppItem-switchLabel {
  position: absolute;
  width: 50px;
  top: 34px;
  overflow: ellipsis;
  font-size: 0.8em;
  text-align: center;
}
.theme--dark .orejime-AppItem-label {
  background: none !important;
}
.theme--dark .orejime-AppItem-switch--disabled .orejime-AppItem-slider {
  cursor: default;
  opacity: 0.5;
}
.theme--dark .orejime-AppItem-input:focus + .orejime-AppItem-label .orejime-AppItem-slider {
  border-color: #fff;
  outline-offset: 2px;
}
.theme--dark .orejime-AppItem-input:checked + .orejime-AppItem-label .orejime-AppItem-slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}
.theme--dark .orejime-AppToggles {
  margin-bottom: 1em;
  display: block;
}
.theme--dark .orejime-AppToggles-item {
  display: inline;
}
.theme--light .orejime-Button {
  color: #6A7070;
}
.theme--dark .orejime-Button {
  color: #E9E9E9;
}
.orejime-Button:focus,
.orejime-Button:hover {
  background: #fff;
}
.theme--light .orejime-Button:focus,
.theme--light .orejime-Button:hover {
  color: black;
  border-color: black;
}
.theme--dark .orejime-Button:focus,
.theme--dark .orejime-Button:hover {
  color: black;
  border-color: black;
}
.theme--light .orejime-Button[disabled] {
  background: #F5F5F5 !important;
  color: #6A7070 !important;
  border: 0 !important;
}
.theme--dark .orejime-Button[disabled] {
  background: #6A7070 !important;
  color: #E9E9E9 !important;
  border: 0 !important;
}
.theme--light .orejime-AppToggles-enableAll {
  background: #047A9C;
}
.theme--dark .orejime-AppToggles-enableAll {
  background: #4098C1;
}
.theme--light .orejime-AppToggles-enableAll:focus,
.theme--light .orejime-AppToggles-enableAll:hover {
  background: #03536a;
}
.theme--dark .orejime-AppToggles-enableAll:focus,
.theme--dark .orejime-AppToggles-enableAll:hover {
  background: #327a9c;
}
.orejime-AppToggles-disableAll {
  color: #000 !important;
  border: 0 !important;
}
.theme--light .orejime-AppToggles-disableAll {
  background: #FFB81C;
}
.theme--dark .orejime-AppToggles-disableAll {
  background: #FFB81C;
}
.theme--light .orejime-AppToggles-disableAll:focus,
.theme--light .orejime-AppToggles-disableAll:hover {
  background: #FF9A19;
}
.theme--dark .orejime-AppToggles-disableAll:focus,
.theme--dark .orejime-AppToggles-disableAll:hover {
  background: #FF9A19;
}
.theme--light .orejime-Notice {
  background: #fff;
}
.theme--dark .orejime-Notice {
  background: #242424;
}
.theme--light .orejime-Modal-closeButton {
  background: #fff;
}
.theme--dark .orejime-Modal-closeButton {
  background: #242424;
}
.theme--light .orejime-Modal-closeButton:focus,
.theme--light .orejime-Modal-closeButton:hover {
  border: 1px solid #000;
}
.theme--dark .orejime-Modal-closeButton:focus,
.theme--dark .orejime-Modal-closeButton:hover {
  border: 1px solid #fff;
}
.theme--light .orejime-Modal-closeButton .orejime-CloseIcon line {
  color: #000;
}
.theme--dark .orejime-Modal-closeButton .orejime-CloseIcon line {
  color: #fff;
}
.theme--light .orejime-Notice-description,
.theme--light .orejime-Notice-title {
  color: #000;
}
.theme--dark .orejime-Notice-description,
.theme--dark .orejime-Notice-title {
  color: #fff;
}
.theme--light .orejime-Notice-description a,
.theme--light .orejime-Notice-title a {
  color: #047A9C;
}
.theme--dark .orejime-Notice-description a,
.theme--dark .orejime-Notice-title a {
  color: #4098C1;
}
.theme--light .orejime-Notice-description a:focus,
.theme--light .orejime-Notice-description a:hover,
.theme--light .orejime-Notice-title a:focus,
.theme--light .orejime-Notice-title a:hover {
  color: #047A9C;
}
.theme--dark .orejime-Notice-description a:focus,
.theme--dark .orejime-Notice-description a:hover,
.theme--dark .orejime-Notice-title a:focus,
.theme--dark .orejime-Notice-title a:hover {
  color: #4098C1;
}
.theme--light .orejime-Notice-purposes {
  color: #000;
}
.theme--dark .orejime-Notice-purposes {
  color: #fff;
}
.theme--light .orejime-Notice-changes {
  color: #000;
}
.theme--dark .orejime-Notice-changes {
  color: #fff;
}
.theme--light .orejime-Modal {
  background: #fff;
}
.theme--dark .orejime-Modal {
  background: #242424;
}
.theme--light .orejime-Modal {
  color: #000;
}
.theme--dark .orejime-Modal {
  color: #fff;
}
.theme--light .orejime-Modal-poweredByLink {
  color: #6A7070;
}
.theme--dark .orejime-Modal-poweredByLink {
  color: #E9E9E9;
}
.theme--light .orejime-Modal-poweredByLink:active,
.theme--light .orejime-Modal-poweredByLink:focus,
.theme--light .orejime-Modal-poweredByLink:hover {
  color: #383c3c;
}
.theme--dark .orejime-Modal-poweredByLink:active,
.theme--dark .orejime-Modal-poweredByLink:focus,
.theme--dark .orejime-Modal-poweredByLink:hover {
  color: #b6b6b6;
}
.theme--light .orejime-AppItem-description a {
  color: #047A9C;
}
.theme--dark .orejime-AppItem-description a {
  color: #4098C1;
}
.theme--light .orejime-AppItem-description a:focus,
.theme--light .orejime-AppItem-description a:hover {
  color: #000;
}
.theme--dark .orejime-AppItem-description a:focus,
.theme--dark .orejime-AppItem-description a:hover {
  color: #fff;
}
.theme--light .orejime-AppItem-purposes {
  color: #6A7070;
}
.theme--dark .orejime-AppItem-purposes {
  color: #E9E9E9;
}
.theme--light .orejime-AppItem-optOut,
.theme--light .orejime-AppItem-required {
  color: #6A7070;
}
.theme--dark .orejime-AppItem-optOut,
.theme--dark .orejime-AppItem-required {
  color: #E9E9E9;
}
.theme--light .orejime-AppItem-switch--disabled .orejime-AppItem-switchLabel {
  color: #6A7070;
}
.theme--dark .orejime-AppItem-switch--disabled .orejime-AppItem-switchLabel {
  color: #E9E9E9;
}
.theme--light .orejime-AppItem-input:checked + .orejime-AppItem-label .orejime-AppItem-slider {
  background-color: #316E2D;
}
.theme--dark .orejime-AppItem-input:checked + .orejime-AppItem-label .orejime-AppItem-slider {
  background-color: #00D63D;
}
@font-face {
  font-family: 'Roboto-Light';
  src: url('../fonts/Roboto/Roboto-Light.ttf') format('truetype');
}
@font-face {
  font-family: 'Roboto-Bold';
  src: url('../fonts/Roboto/Roboto-Bold.ttf') format('truetype');
}
@font-face {
  font-family: 'Lato-Black';
  src: url('../fonts/Lato/Lato-Black.ttf') format('truetype');
}
.orejime-Notice {
  background: #fffffff2;
  backdrop-filter: blur(4px);
  border-top: 2px solid #99999929;
}
.orejime-Notice h1 {
  font-family: 'Lato-Black' !important;
  font-size: 2.083vw;
  line-height: 2.34375vw;
  font-style: normal;
}
.orejime-Notice p {
  font-family: 'Roboto-Light' !important;
  font-size: 12px;
  line-height: 18px;
}
.orejime-Modal h1 {
  font-family: 'Lato-Black' !important;
  font-size: 2.083vw;
  line-height: 2.34375vw;
  font-style: normal;
}
@media screen and (min-width: 200px) and (max-width: 990px) {
  .orejime-Modal h1 {
    font-size: 8.11vw;
    line-height: 8.13vw;
    margin-bottom: 10px;
  }
}
.orejime-Modal p {
  font-family: 'Roboto-Light' !important;
  font-size: 12px;
  line-height: 18px;
}
.orejime-Notice-text {
  padding: 10px;
}
.orejime-Notice-actionItem {
  display: inline;
  margin-right: 3vw;
}
.orejime-Notice-actionItem:last-of-type {
  margin-right: 0;
}
.orejime-Notice-actions li button {
  padding: 15px 50px 15px 0;
  background: transparent;
  color: #000000;
  text-decoration: none;
  font-family: 'Roboto-Bold';
  font-weight: normal;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  position: relative;
  overflow: hidden;
  backface-visibility: hidden;
  transform: perspective(-1px);
  -webkit-font-smoothing: subpixel-antialiased;
  will-change: transform;
  -webkit-transition: all cubic-bezier(0.34, 0.57, 0.21, 0.99) 0.6s;
  -khtml-transition: all cubic-bezier(0.34, 0.57, 0.21, 0.99) 0.6s;
  -moz-transition: all cubic-bezier(0.34, 0.57, 0.21, 0.99) 0.6s;
  transition: all cubic-bezier(0.34, 0.57, 0.21, 0.99) 0.6s;
}
@media screen and (min-width: 200px) and (max-width: 990px) {
  .orejime-Notice-actions li button {
    width: 100%;
    max-width: 160px;
  }
}
.orejime-Notice-actions li button span {
  filter: blur(0px);
  transform: scale(1) translateX(0) translateZ(0);
  backface-visibility: hidden;
  -webkit-font-smoothing: subpixel-antialiased;
  will-change: transform;
  pointer-events: none;
  -webkit-transition: all cubic-bezier(0.34, 0.57, 0.21, 0.99) 0.6s;
  -khtml-transition: all cubic-bezier(0.34, 0.57, 0.21, 0.99) 0.6s;
  -moz-transition: all cubic-bezier(0.34, 0.57, 0.21, 0.99) 0.6s;
  transition: all cubic-bezier(0.34, 0.57, 0.21, 0.99) 0.6s;
}
.orejime-Notice-actions li button:after {
  content: '';
  background: url('../images/icons/icn-caret-small.svg') no-repeat center center;
  background-size: contain;
  width: 0.625vw;
  height: 1.146vw;
  position: absolute;
  right: 20px;
  top: unset;
  will-change: transform;
  -webkit-transition: all cubic-bezier(0.34, 0.57, 0.21, 0.99) 0.6s;
  -khtml-transition: all cubic-bezier(0.34, 0.57, 0.21, 0.99) 0.6s;
  -moz-transition: all cubic-bezier(0.34, 0.57, 0.21, 0.99) 0.6s;
  transition: all cubic-bezier(0.34, 0.57, 0.21, 0.99) 0.6s;
}
@media screen and (min-width: 200px) and (max-width: 990px) {
  .orejime-Notice-actions li button:after {
    width: 13px;
    height: 13px;
  }
}
.orejime-Notice-actions li button:hover span,
.orejime-Notice-actions li button:focus span {
  transform: scale(1.14) translateX(10px) translateZ(0);
  filter: blur(0px);
  backface-visibility: hidden;
  -webkit-font-smoothing: subpixel-antialiased;
}
.orejime-Notice-actions li button:hover:after,
.orejime-Notice-actions li button:focus:after {
  transform: translateX(40px);
}
.orejime-Notice-actions li:first-of-type button {
  margin-right: 20px;
  padding: 15px 50px 15px 30px;
  background: #D1351A;
  color: #ffffff;
  text-decoration: none;
  font-family: 'Roboto-Bold';
  font-weight: normal;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  position: relative;
  overflow: hidden;
  backface-visibility: hidden;
  transform: perspective(-1px);
  -webkit-font-smoothing: subpixel-antialiased;
  will-change: transform;
  -webkit-transition: all cubic-bezier(0.34, 0.57, 0.21, 0.99) 0.6s;
  -khtml-transition: all cubic-bezier(0.34, 0.57, 0.21, 0.99) 0.6s;
  -moz-transition: all cubic-bezier(0.34, 0.57, 0.21, 0.99) 0.6s;
  transition: all cubic-bezier(0.34, 0.57, 0.21, 0.99) 0.6s;
}
@media screen and (min-width: 200px) and (max-width: 990px) {
  .orejime-Notice-actions li:first-of-type button {
    width: 100%;
    max-width: 334px;
  }
}
.orejime-Notice-actions li:first-of-type button span {
  filter: blur(0px);
  transform: scale(1) translateX(0) translateZ(0);
  backface-visibility: hidden;
  -webkit-font-smoothing: subpixel-antialiased;
  will-change: transform;
  pointer-events: none;
  -webkit-transition: all cubic-bezier(0.34, 0.57, 0.21, 0.99) 0.6s;
  -khtml-transition: all cubic-bezier(0.34, 0.57, 0.21, 0.99) 0.6s;
  -moz-transition: all cubic-bezier(0.34, 0.57, 0.21, 0.99) 0.6s;
  transition: all cubic-bezier(0.34, 0.57, 0.21, 0.99) 0.6s;
}
.orejime-Notice-actions li:first-of-type button:after {
  content: '';
  background: url('../images/icn-btn-arrow.svg') no-repeat center center;
  background-size: contain;
  width: 0.625vw;
  height: 1.146vw;
  position: absolute;
  right: 20px;
  top: unset;
  will-change: transform;
  -webkit-transition: all cubic-bezier(0.34, 0.57, 0.21, 0.99) 0.6s;
  -khtml-transition: all cubic-bezier(0.34, 0.57, 0.21, 0.99) 0.6s;
  -moz-transition: all cubic-bezier(0.34, 0.57, 0.21, 0.99) 0.6s;
  transition: all cubic-bezier(0.34, 0.57, 0.21, 0.99) 0.6s;
}
@media screen and (min-width: 200px) and (max-width: 990px) {
  .orejime-Notice-actions li:first-of-type button:after {
    width: 13px;
    height: 13px;
  }
}
.orejime-Notice-actions li:first-of-type button:hover span,
.orejime-Notice-actions li:first-of-type button:focus span {
  transform: scale(1.14) translateX(10px) translateZ(0);
  filter: blur(0px);
  backface-visibility: hidden;
  -webkit-font-smoothing: subpixel-antialiased;
}
.orejime-Notice-actions li:first-of-type button:hover:after,
.orejime-Notice-actions li:first-of-type button:focus:after {
  transform: translateX(40px);
}
.orejime-AppToggles button {
  padding: 15px 50px 15px 0;
  background: transparent;
  color: #000000;
  text-decoration: none;
  font-family: 'Roboto-Bold';
  font-weight: normal;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  position: relative;
  overflow: hidden;
  backface-visibility: hidden;
  transform: perspective(-1px);
  -webkit-font-smoothing: subpixel-antialiased;
  will-change: transform;
  -webkit-transition: all cubic-bezier(0.34, 0.57, 0.21, 0.99) 0.6s;
  -khtml-transition: all cubic-bezier(0.34, 0.57, 0.21, 0.99) 0.6s;
  -moz-transition: all cubic-bezier(0.34, 0.57, 0.21, 0.99) 0.6s;
  transition: all cubic-bezier(0.34, 0.57, 0.21, 0.99) 0.6s;
}
.orejime-AppToggles button span {
  filter: blur(0px);
  transform: scale(1) translateX(0) translateZ(0);
  backface-visibility: hidden;
  -webkit-font-smoothing: subpixel-antialiased;
  will-change: transform;
  pointer-events: none;
  -webkit-transition: all cubic-bezier(0.34, 0.57, 0.21, 0.99) 0.6s;
  -khtml-transition: all cubic-bezier(0.34, 0.57, 0.21, 0.99) 0.6s;
  -moz-transition: all cubic-bezier(0.34, 0.57, 0.21, 0.99) 0.6s;
  transition: all cubic-bezier(0.34, 0.57, 0.21, 0.99) 0.6s;
}
.orejime-AppToggles button:after {
  content: '';
  background: url('../images/icons/icn-caret-small.svg') no-repeat center center;
  background-size: contain;
  width: 0.625vw;
  height: 1.146vw;
  position: absolute;
  right: 20px;
  top: unset;
  will-change: transform;
  -webkit-transition: all cubic-bezier(0.34, 0.57, 0.21, 0.99) 0.6s;
  -khtml-transition: all cubic-bezier(0.34, 0.57, 0.21, 0.99) 0.6s;
  -moz-transition: all cubic-bezier(0.34, 0.57, 0.21, 0.99) 0.6s;
  transition: all cubic-bezier(0.34, 0.57, 0.21, 0.99) 0.6s;
}
@media screen and (min-width: 200px) and (max-width: 990px) {
  .orejime-AppToggles button:after {
    width: 13px;
    height: 13px;
  }
}
.orejime-AppToggles button:hover span,
.orejime-AppToggles button:focus span {
  transform: scale(1.14) translateX(10px) translateZ(0);
  filter: blur(0px);
  backface-visibility: hidden;
  -webkit-font-smoothing: subpixel-antialiased;
}
.orejime-AppToggles button:hover:after,
.orejime-AppToggles button:focus:after {
  transform: translateX(40px);
}
.orejime-AppToggles button:disabled {
  opacity: 0.3;
}
.orejime-AppToggles button:disabled:after {
  filter: grayscale(1);
}
.orejime-CategorizedAppList {
  list-style: none;
}
.orejime-CategorizedAppList .orejime-CategorizedAppList-item {
  margin-bottom: 20px;
}
.orejime-CategorizedAppList .orejime-CategorizedAppList-item:last-of-type {
  margin-bottom: 0;
}
.orejime-Modal-footer button,
.orejime-Modal-footer a {
  padding: 15px 50px 15px 0;
  background: transparent;
  color: #000000;
  text-decoration: none;
  font-family: 'Roboto-Bold';
  font-weight: normal;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  position: relative;
  overflow: hidden;
  backface-visibility: hidden;
  transform: perspective(-1px);
  -webkit-font-smoothing: subpixel-antialiased;
  will-change: transform;
  -webkit-transition: all cubic-bezier(0.34, 0.57, 0.21, 0.99) 0.6s;
  -khtml-transition: all cubic-bezier(0.34, 0.57, 0.21, 0.99) 0.6s;
  -moz-transition: all cubic-bezier(0.34, 0.57, 0.21, 0.99) 0.6s;
  transition: all cubic-bezier(0.34, 0.57, 0.21, 0.99) 0.6s;
}
.orejime-Modal-footer button span,
.orejime-Modal-footer a span {
  filter: blur(0px);
  transform: scale(1) translateX(0) translateZ(0);
  backface-visibility: hidden;
  -webkit-font-smoothing: subpixel-antialiased;
  will-change: transform;
  pointer-events: none;
  -webkit-transition: all cubic-bezier(0.34, 0.57, 0.21, 0.99) 0.6s;
  -khtml-transition: all cubic-bezier(0.34, 0.57, 0.21, 0.99) 0.6s;
  -moz-transition: all cubic-bezier(0.34, 0.57, 0.21, 0.99) 0.6s;
  transition: all cubic-bezier(0.34, 0.57, 0.21, 0.99) 0.6s;
}
.orejime-Modal-footer button:after,
.orejime-Modal-footer a:after {
  content: '';
  background: url('../images/icons/icn-caret-small.svg') no-repeat center center;
  background-size: contain;
  width: 0.625vw;
  height: 1.146vw;
  position: absolute;
  right: 20px;
  top: unset;
  will-change: transform;
  -webkit-transition: all cubic-bezier(0.34, 0.57, 0.21, 0.99) 0.6s;
  -khtml-transition: all cubic-bezier(0.34, 0.57, 0.21, 0.99) 0.6s;
  -moz-transition: all cubic-bezier(0.34, 0.57, 0.21, 0.99) 0.6s;
  transition: all cubic-bezier(0.34, 0.57, 0.21, 0.99) 0.6s;
}
@media screen and (min-width: 200px) and (max-width: 990px) {
  .orejime-Modal-footer button:after,
  .orejime-Modal-footer a:after {
    width: 13px;
    height: 13px;
  }
}
.orejime-Modal-footer button:hover span,
.orejime-Modal-footer a:hover span,
.orejime-Modal-footer button:focus span,
.orejime-Modal-footer a:focus span {
  transform: scale(1.14) translateX(10px) translateZ(0);
  filter: blur(0px);
  backface-visibility: hidden;
  -webkit-font-smoothing: subpixel-antialiased;
}
.orejime-Modal-footer button:hover:after,
.orejime-Modal-footer a:hover:after,
.orejime-Modal-footer button:focus:after,
.orejime-Modal-footer a:focus:after {
  transform: translateX(40px);
}
.orejime-AppItem-slider {
  background-color: #7454FC;
}
.orejime-ModalWrapper {
  max-width: 880px;
  width: 100%;
}
.orejime-AppItem-description {
  font-size: 0.8em;
  line-height: 1.7em;
}
.orejime-AppItem-label {
  font-family: 'Roboto-Bold';
  margin-bottom: 7px !important;
}
/*# sourceMappingURL=cookie.css.map */