[class^="orejime-"] {
    margin: 0;
    padding: 0;
    border: 0;
    font-family: inherit;
    font-size: inherit;
    color: inherit;
    vertical-align: baseline;
    cursor: default;
    float: none;
    width: auto;
    text-align: left;
    font-weight: normal; }
  
  .orejime-Main,
  .orejime-Modal {
    font-size: 1em;
    line-height: 1.5; }
  
  .orejime-Button {
    border: 0;
    color: #fff;
    border-radius: 4px;
    padding: 1rem 20px;
    font-size: 12px;
    margin-right: 20px;
    text-transform: uppercase;
    cursor: pointer;
    margin-top: 15px; }
    @media print, screen and (min-width: 48em) {
      .orejime-Button {
        margin-top: 0;
        font-size: 14px;
        padding: 15px 30px; } }
    .orejime-Button[disabled] {
      opacity: 1; }
  
  .orejime-Button--save,
  .orejime-Button--accept {
    border: 0.1rem solid #C1202B;
    background: #C1202B;
    color: #fff; }
  
  .orejime-Button--decline {
    background: transparent;
    padding: 0;
    color: #000000; }
  
  .orejime-Button--info {
    background: transparent;
    border: 0.1rem solid #000000;
    color: #000000; }
  
  .orejime-Notice {
    background: white;
    position: fixed;
    z-index: 9999;
    width: 100%;
    bottom: 0;
    box-shadow: 0px 0px 50px 10px rgba(0, 0, 0, 0.1); }
  
  .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: 20px 20px;
    width: calc(100% - 60px);
    max-width: 960px;
    margin: auto; }
    @media print, screen and (min-width: 48em) {
      .orejime-Notice-body {
        padding: 40px 20px; } }
  
  .orejime-Notice-logo {
    width: 20rem;
    height: auto;
    margin-bottom: 40px;
    max-height: 80px;
    -o-object-fit: contain;
       object-fit: contain;
    -o-object-position: left center;
       object-position: left center; }
  
  .orejime-Notice-title,
  .orejime-Notice-description {
    color: #4B4A4A;
    margin-bottom: 15px;
    font-size: 14px; }
    @media print, screen and (min-width: 48em) {
      .orejime-Notice-title,
      .orejime-Notice-description {
        font-size: 16px; } }
  
  .orejime-Notice-title {
    font-weight: bold;
    font-size: 1.2em;
    line-height: 1.3; }
  
  .orejime-Notice-purposes {
    color: #4B4A4A; }
  
  .orejime-Notice-changes {
    color: #4B4A4A;
    margin-bottom: 0.5em;
    font-weight: bold; }
  
  .orejime-Notice-privacyPolicyLink {
    text-decoration: underline;
    cursor: pointer; }
    .orejime-Notice-privacyPolicyLink, .orejime-Notice-privacyPolicyLink:hover {
      color: inherit; }
    .orejime-Notice-privacyPolicyLink:hover, .orejime-Notice-privacyPolicyLink:focus {
      text-decoration: none; }
  
  .orejime-Notice-actions {
    display: block; }
  
  .orejime-Notice-actionItem {
    display: inline-block; }
  
  .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: 9999;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0; }
  
  .orejime-ModalWrapper {
    z-index: 1001;
    position: fixed;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    margin: 0;
    width: 640px;
    max-width: 100%;
    max-height: 100%;
    overflow: auto; }
  
  .orejime-Modal {
    background: white;
    color: #4B4A4A;
    border-radius: 4px;
    box-shadow: 0 4px 6px 0 rgba(0, 0, 0, 0.2), 5px 5px 10px 0 rgba(0, 0, 0, 0.19);
    max-height: 70rem;
    overflow: auto; }
  
  .orejime-Modal-description {
    font-size: 14px; }
  
  .orejime-Modal-header {
    padding: 30px 30px 0 30px; }
  
  .orejime-Modal-title {
    margin: 0;
    font-size: 18px;
    display: block;
    font-weight: bold;
    padding-right: 20px;
    margin-bottom: .5rem; }
    @media print, screen and (min-width: 48em) {
      .orejime-Modal-title {
        font-size: 20px; } }
  
  .orejime-Modal-closeButton {
    border: none;
    background: none;
    color: inherit;
    position: absolute;
    top: 1em;
    right: 1em; }
  
  .orejime-CloseIcon {
    stroke: currentColor;
    width: 12px;
    cursor: pointer; }
  
  .orejime-Modal-body {
    padding: 30px;
    padding-bottom: 160px; }
    @media print, screen and (min-width: 48em) {
      .orejime-Modal-body {
        padding-bottom: 120px; } }
  
  .orejime-Modal-footer {
    padding: 20px 30px;
    border-top: 1px solid #555;
    position: fixed;
    bottom: 0;
    left: 0;
    width: calc(100% - 60px);
    background: white; }
  
  .orejime-Modal-privacyPolicyLink,
  .orejime-Modal-poweredByLink {
    cursor: pointer;
    text-decoration: underline;
    color: inherit; }
    .orejime-Modal-privacyPolicyLink:hover, .orejime-Modal-privacyPolicyLink:focus, .orejime-Modal-privacyPolicyLink:active,
    .orejime-Modal-poweredByLink:hover,
    .orejime-Modal-poweredByLink:focus,
    .orejime-Modal-poweredByLink:active {
      color: inherit; }
    .orejime-Modal-privacyPolicyLink:hover, .orejime-Modal-privacyPolicyLink:focus,
    .orejime-Modal-poweredByLink:hover,
    .orejime-Modal-poweredByLink:focus {
      text-decoration: none; }
  
  .orejime-Modal-poweredByLink {
    position: absolute;
    right: 1em;
    color: #aaa;
    font-size: 0.8em;
    padding: 6px 0; }
    .orejime-Modal-poweredByLink:hover, .orejime-Modal-poweredByLink:focus, .orejime-Modal-poweredByLink:active {
      color: #aaa; }
  
  .orejime-AppList {
    display: block;
    padding: 0;
    margin: 0; }
  
  .orejime-AppList-item {
    display: block;
    position: relative;
    line-height: 1.25;
    vertical-align: middle;
    padding-left: 80px;
    min-height: 40px;
    margin-top: 20px; }
    .orejime-AppList-item:first-child {
      margin-top: 0; }
  
  .orejime-CategorizedAppList {
    list-style: none; }
  
  .orejime-CategorizedAppList-item {
    margin-bottom: 40px; }
  
  .orejime-CategorizedAppList-title {
    font-size: 16px;
    font-weight: bold; }
    @media print, screen and (min-width: 48em) {
      .orejime-CategorizedAppList-title {
        font-size: 18px; } }
  
  .orejime-CategorizedAppList-description {
    font-size: 12px; }
    @media print, screen and (min-width: 48em) {
      .orejime-CategorizedAppList-description {
        font-size: 14px; } }
  
  .orejime-CategorizedAppList-apps {
    margin-top: 15px;
    margin-left: 0; }
  
  .orejime-AppItem-title {
    font-weight: 600;
    cursor: pointer;
    font-size: 14px; }
    @media print, screen and (min-width: 48em) {
      .orejime-AppItem-title {
        font-size: 16px; } }
  
  .orejime-AppItem-description {
    font-size: 14px; }
  
  .orejime-AppItem-purposes {
    font-size: 12px;
    color: #aaa; }
    @media print, screen and (min-width: 48em) {
      .orejime-AppItem-purposes {
        font-size: 14px; } }
  
  .orejime-AppItem-optOut,
  .orejime-AppItem-required {
    padding-left: 0.2em;
    font-size: 0.8em;
    color: #aaa; }
  
  .orejime-AppItem-input {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    width: 50px;
    height: 30px; }
  
  .orejime-AppItem-switch {
    position: absolute;
    left: 0;
    display: inline-block;
    width: 50px;
    height: 30px; }
  
  .orejime-AppItem-slider {
    box-shadow: 0 4px 6px 0 rgba(0, 0, 0, 0.2), 5px 5px 10px 0 rgba(0, 0, 0, 0.19);
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #aaa;
    transition: .4s;
    width: 50px;
    display: inline-block;
    border-radius: 30px;
    border: 2px solid transparent; }
    .orejime-AppItem-slider:before {
      position: absolute;
      content: "";
      height: 20px;
      width: 20px;
      left: 3px;
      bottom: 3px;
      background-color: white;
      transition: .4s;
      border-radius: 50%;
      border: 1px solid #555; }
  
  .orejime-AppItem-switchLabel {
    position: absolute;
    width: 50px;
    top: 34px;
    overflow: ellipsis;
    font-size: 12px;
    text-align: center;
    margin-top: .30px; }
  
  .orejime-AppItem-switch--disabled .orejime-AppItem-slider {
    cursor: default;
    opacity: 0.5; }
  
  .orejime-AppItem-switch--disabled .orejime-AppItem-switchLabel {
    color: #aaa; }
  
  .orejime-AppItem-input:focus + .orejime-AppItem-label .orejime-AppItem-slider {
    border-color: #fff;
    outline-offset: 2px; }
  
  .orejime-AppItem-input:checked + .orejime-AppItem-label .orejime-AppItem-slider {
    background-color: #000000; }
  
  .orejime-AppItem-input:checked + .orejime-AppItem-label .orejime-AppItem-slider:before {
    -webkit-transform: translateX(20px);
    transform: translateX(20px); }
  
  .orejime-AppToggles {
    margin-bottom: 1em;
    display: block; }
  
  .orejime-AppToggles-item {
    display: inline; }
  
  .orejime-AppToggles-enableAll {
    border: 0.1rem solid #000000;
    background: #000000;
    color: #fff; }
  
  .orejime-Notice-purposes {
    text-transform: lowercase; }
  
  #orejime {
    pointer-events: none; }
  
  .orejime-Notice-body, .orejime-ModalPortal {
    pointer-events: all; }
  
  .cookies--small .orejime-Notice-logoContainer {
    display: none; }
  
  .cookies--big .orejime-Main {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    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-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  
  .cookies--big .orejime-Notice {
    position: relative;
    width: 960px;
    max-width: 95%;
    margin: auto;
    z-index: 2; }
    .cookies--big .orejime-Notice::before {
      content: '';
      position: fixed;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: rgba(0, 0, 0, 0.6);
      z-index: -1; }
  
  .cookies--big .orejime-Notice-body {
    position: relative;
    z-index: 9;
    background: white;
    border-radius: .40px;
    padding: 20px 40px; }
    @media print, screen and (min-width: 48em) {
      .cookies--big .orejime-Notice-body {
        padding: 40px 6rem; } }  
#orejime ul li:before {
  display: none;
}
#orejime {
  margin-left: -140px;
}
.orejime-CloseIcon {
  display: none;
}