/**
 * Core
 */
/**
 * Neutral color variables.
 */
/**
 * Accent color variables.
 */
/**
 * Status color variables.
 */
/**
 * TRANSITIONS
 *
 * Define standard transition timings.
 */
/**
 * FLUID SIZING BREAKPOINTS
 *
 * This defines at which size the fluid-sizing mechanism
 * should start, and end.
 */
.cookie-law-modal__title, .cookie-law-banner__title, .cookie-law-category__title {
  font-size: 12px;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 16px; }

.cookie-law-modal__desc, .cookie-law-banner__message, .cookie-law-category__desc {
  font-family: "TT Norms", sans-serif;
  font-size: 16px;
  letter-spacing: 0;
  line-height: 22px;
  margin-bottom: 20px;
  color: #222; }

.cookie-law-banner__personalize {
  font-size: 1em;
  background-color: transparent;
  border: 0;
  border-radius: 0;
  outline: 0;
  appearance: none;
  padding: 0;
  cursor: pointer;
  border-bottom: 1px solid #000000;
  color: #000000;
  background-image: linear-gradient(#000000, #000000);
  background-position: left bottom;
  background-repeat: no-repeat;
  background-size: 100% 0%;
  transition: background-size 0.2s ease-out; }
  .cookie-law-banner__personalize::-moz-focus-inner {
    border: 0; }
  .cookie-law-banner__personalize:focus, .cookie-law-banner__personalize:hover {
    background-size: 100% 1px; }

.cookie-law-modal__save, .cookie-law-banner__accept {
  font-size: 1em;
  background-color: transparent;
  border: 0;
  border-radius: 0;
  outline: 0;
  appearance: none;
  padding: 0;
  cursor: pointer;
  background-color: #000000;
  font-size: 12px;
  letter-spacing: 1px;
  color: #FFFFFF;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  box-shadow: transparent 0px 5px 10px;
  border-radius: 0;
  outline: transparent solid 1px;
  outline-offset: -3px;
  transition: box-shadow 0.2s ease-out, outline 0.2s ease-out; }
  .cookie-law-modal__save::-moz-focus-inner, .cookie-law-banner__accept::-moz-focus-inner {
    border: 0; }
  .cookie-law-modal__save:hover, .cookie-law-banner__accept:hover {
    box-shadow: rgba(0, 0, 0, 0.5) 0px 5px 10px; }
  .cookie-law-modal__save:focus, .cookie-law-banner__accept:focus {
    outline-color: #FFFFFF; }

.cookie-law-modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 200000;
  transform: scale(1);
  overflow: hidden;
  outline: 0;
  /**
	 * STATES
	 */ }
  .cookie-law-modal::after {
    content: '';
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    display: block;
    width: 100vw;
    height: 100vh;
    opacity: .5;
    background-color: #000000;
    transform: scale(1);
    transition: opacity ease-in-out 0.5s; }
  .cookie-law-modal p a {
    text-decoration: underline; }
  .cookie-law-modal__dialog {
    position: relative;
    z-index: 10;
    width: auto;
    margin: .5rem;
    pointer-events: none;
    font-family: inherit;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: left;
    display: flex;
    align-items: center;
    min-height: calc(100% - (.5rem * 2)); }
    @media (min-width: 576px) {
      .cookie-law-modal__dialog {
        max-width: 500px;
        margin: 1.75rem auto;
        min-height: calc(100% - (1.75rem * 2)); } }
    @media (min-width: 992px) {
      .cookie-law-modal__dialog {
        max-width: 645px; } }
  .cookie-law-modal__content {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    outline: 0;
    font-family: "TT Norms", sans-serif;
    padding: 20px; }
  .cookie-law-modal__close {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
    width: 40px;
    height: 40px;
    padding: 0;
    padding: 10px;
    background: transparent;
    border: none;
    cursor: pointer;
    transition: background-color 0.2s ease-out; }
    .cookie-law-modal__close svg {
      fill: #000;
      transform: scale(1);
      transition: transform 0.2s ease-out; }
    .cookie-law-modal__close:focus {
      box-shadow: #000000 0 0 1px 2px;
      background-color: #DEDEDE; }
    .cookie-law-modal__close:hover {
      background-color: #DEDEDE; }
      .cookie-law-modal__close:hover svg {
        transform: scale(1.1); }
  .cookie-law-modal__body {
    max-height: 80vh;
    overflow: auto;
    margin-right: -20px;
    padding-right: 20px; }
  .cookie-law-modal__head {
    padding-bottom: 16px; }
  .cookie-law-modal__title {
    margin-top: 10px; }
  .cookie-law-modal__desc {
    margin-top: 0;
    padding: 0; }
  .cookie-law-modal__categories {
    list-style: none;
    padding: 0;
    margin: 0; }
    .cookie-law-modal__categories > *:not(:first-child) {
      margin-top: 10px; }
  .cookie-law-modal__footer {
    width: 100%;
    text-align: right;
    padding-top: 20px; }
  .cookie-law-modal__save {
    padding: 13px 20px 12px; }
  .cookie-law-modal[aria-hidden="true"] {
    display: none; }

.cookie-law-banner {
  position: fixed;
  z-index: 100000;
  font-family: "TT Norms", sans-serif;
  color: #000000;
  background-color: #FFFE54;
  /**
	 * Positions modifiers
	 */
  /**
	 * STATES
	 */ }
  @media (max-width: 319px) {
    .cookie-law-banner {
      width: 288px; } }
  @media (min-width: 320px) and (max-width: 374px) {
    .cookie-law-banner {
      width: calc( 288px + 55 * (100vw - 320px) / 55); } }
  @media (min-width: 375px) and (max-width: 1679px) {
    .cookie-law-banner {
      width: calc( 343px + 33 * (100vw - 375px) / 1305); } }
  @media (min-width: 1680px) {
    .cookie-law-banner {
      width: 376px; } }
  @media (max-width: 319px) {
    .cookie-law-banner {
      padding: 16px; } }
  @media (min-width: 320px) and (max-width: 374px) {
    .cookie-law-banner {
      padding: calc( 16px + 4 * (100vw - 320px) / 55); } }
  @media (min-width: 375px) and (max-width: 1679px) {
    .cookie-law-banner {
      padding: calc( 20px + 8 * (100vw - 375px) / 1305); } }
  @media (min-width: 1680px) {
    .cookie-law-banner {
      padding: 28px; } }
  .cookie-law-banner__message {
    margin-bottom: 20px; }
  .cookie-law-banner__personalize {
    font-size: 16px;
    line-height: 18px;
    font-weight: 700;
    letter-spacing: 0; }
  .cookie-law-banner__accept {
    display: block;
    width: 100%;
    padding: 21px 20px 20px;
    margin: 20px 0 0; }
  .cookie-law-banner--center {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); }
  @media (max-width: 374px) {
    .cookie-law-banner--bottom-right {
      right: 16px;
      bottom: 16px; } }
  @media (min-width: 375px) and (max-width: 1679px) {
    .cookie-law-banner--bottom-right {
      right: calc( 16px + 4 * (100vw - 375px) / 1305);
      bottom: calc( 16px + 4 * (100vw - 375px) / 1305); } }
  @media (min-width: 1680px) {
    .cookie-law-banner--bottom-right {
      right: 20px;
      bottom: 20px; } }
  @media (max-width: 374px) {
    .cookie-law-banner--bottom-left {
      left: 16px;
      bottom: 16px; } }
  @media (min-width: 375px) and (max-width: 1679px) {
    .cookie-law-banner--bottom-left {
      left: calc( 16px + 4 * (100vw - 375px) / 1305);
      bottom: calc( 16px + 4 * (100vw - 375px) / 1305); } }
  @media (min-width: 1680px) {
    .cookie-law-banner--bottom-left {
      left: 20px;
      bottom: 20px; } }
  @media (max-width: 374px) {
    .cookie-law-banner--top-left {
      left: 16px;
      top: 16px; } }
  @media (min-width: 375px) and (max-width: 1679px) {
    .cookie-law-banner--top-left {
      left: calc( 16px + 4 * (100vw - 375px) / 1305);
      top: calc( 16px + 4 * (100vw - 375px) / 1305); } }
  @media (min-width: 1680px) {
    .cookie-law-banner--top-left {
      left: 20px;
      top: 20px; } }
  @media (max-width: 374px) {
    .cookie-law-banner--top-right {
      right: 16px;
      top: 16px; } }
  @media (min-width: 375px) and (max-width: 1679px) {
    .cookie-law-banner--top-right {
      right: calc( 16px + 4 * (100vw - 375px) / 1305);
      top: calc( 16px + 4 * (100vw - 375px) / 1305); } }
  @media (min-width: 1680px) {
    .cookie-law-banner--top-right {
      right: 20px;
      top: 20px; } }
  .cookie-law-banner[aria-hidden="true"] {
    display: none; }

.cookie-law-category {
  /**
	 * STATES
	 */ }
  .cookie-law-category__tab {
    display: flex;
    justify-content: space-between;
    padding: 12px 15px;
    cursor: pointer;
    background-color: #EFEFEF;
    transition: background-color 0.2s ease-out; }
  .cookie-law-category__title {
    background-color: transparent;
    border: 0;
    border-radius: 0;
    outline: 0;
    padding: 0;
    cursor: pointer;
    position: relative;
    display: flex;
    align-items: center;
    margin-bottom: 0; }
    .cookie-law-category__title::before {
      content: " ";
      z-index: 1;
      width: 7px;
      height: 7px;
      margin-right: 10px;
      margin-bottom: 3px;
      border-right: 1px solid #505050;
      border-bottom: 1px solid #505050;
      transform: rotate(-45deg);
      transition: all 0.2s ease-in-out; }
    .cookie-law-category__title::after {
      content: '';
      position: absolute;
      top: 0;
      left: 5px;
      right: 0;
      bottom: 0;
      z-index: 0;
      display: block;
      margin: -12px -20px; }
    .cookie-law-category__title span {
      z-index: 1;
      border-bottom: 1px solid transparent;
      padding-top: 1px;
      background-image: linear-gradient(#000000, #000000);
      background-position: left bottom;
      background-repeat: no-repeat;
      background-size: 100% 0%;
      transition: border 0.2s ease-out, background-size 0.2s ease-out; }
  .cookie-law-category__caption {
    font-size: 14px; }
  .cookie-law-category__switch {
    position: relative;
    display: flex;
    font-size: 14px;
    z-index: 10; }
    .cookie-law-category__switch::after {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      z-index: 0;
      display: block;
      margin: -12px -15px;
      background-color: #EFEFEF; }
  .cookie-law-category__checkbox {
    position: absolute;
    z-index: -1; }
  .cookie-law-category__label {
    position: relative;
    z-index: 1;
    height: 20px;
    width: 38px;
    order: 2;
    cursor: pointer;
    border-radius: 34px;
    font-size: 0;
    box-shadow: none;
    background-color: #858585;
    transition: background-color 0.2s ease-out, box-shadow 0.2s ease-out; }
    .cookie-law-category__label::before {
      content: "";
      position: absolute;
      top: calc(50% - 7px);
      left: 3px;
      display: block;
      height: 14px;
      width: 14px;
      border-radius: 50%;
      background-color: transparent;
      border: 2px solid #FFFFFF;
      transition: background-color 0.2s ease-out, transform 0.2s ease-out; }
  .cookie-law-category__status {
    position: relative;
    z-index: 1;
    font-size: 14px;
    order: 1;
    margin-right: 10px; }
  .cookie-law-category__content {
    background: #FFFFFF;
    width: 100%;
    padding: 10px 20px 5px 20px; }
  .cookie-law-category.is-expanded .cookie-law-category__tab-title::before {
    transform: rotate(45deg); }
  .cookie-law-category__tab:hover .cookie-law-category__tab-title span {
    border-bottom-color: #000000; }
  .cookie-law-category__title::-moz-focus-inner {
    border: 0; }
  .cookie-law-category__title:focus span {
    border-bottom-color: #000000;
    background-size: 100% 2px; }
  .cookie-law-category__checkbox:checked + label {
    background-color: #00A54B; }
    .cookie-law-category__checkbox:checked + label::before {
      transform: translateX(18px);
      background-color: #FFFFFF; }
  .cookie-law-category__checkbox:focus + label {
    box-shadow: inset #000000 0px 0px 1px 1px, #000000 0px 0px 1px 1px; }
  .cookie-law-category__content[aria-hidden="true"] {
    display: none; }

