/****************************************
  MEDIA QUERIES
****************************************/
li {
  font-size: .8rem; }

@media (max-width: 480px), (min-width: 481px) and (max-width: 769px), (min-width: 770px) and (max-width: 989px) {
  .cc-modal-window {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    justify-content: center; } }

@media (min-width: 990px) and (max-width: 1199px), (min-width: 1200px) {
  .cc-modal-window {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    justify-content: flex-end; } }

.cc-modal-window .cc-modal-dialog {
  overflow-y: scroll; }
  @media (max-width: 480px), (min-width: 481px) and (max-width: 769px), (min-width: 770px) and (max-width: 989px) {
    .cc-modal-window .cc-modal-dialog {
      max-width: 87vw;
      margin-left: auto;
      margin-right: auto;
      border-radius: 10px;
      max-height: 87dvh; } }
  @media (min-width: 990px) and (max-width: 1199px), (min-width: 1200px) {
    .cc-modal-window .cc-modal-dialog {
      padding: 24px; } }
  .cc-modal-window .cc-modal-dialog::-webkit-scrollbar {
    width: 8px; }
  .cc-modal-window .cc-modal-dialog::-webkit-scrollbar-thumb {
    background-color: #162953;
    border-radius: 10px; }
  .cc-modal-window .cc-modal-dialog::-webkit-scrollbar-track {
    background: transparent; }
  .cc-modal-window .cc-modal-dialog::-webkit-scrollbar-corner {
    background: transparent; }
  .cc-modal-window .cc-modal-dialog button {
    cursor: pointer; }
  .cc-modal-window .cc-modal-dialog #cc_section_quick_info {
    margin-right: auto;
    margin-left: auto;
    display: flex;
    align-items: center; }
    .cc-modal-window .cc-modal-dialog #cc_section_quick_info.cc-hidden {
      display: none !important; }
    @media (min-width: 990px) and (max-width: 1199px), (min-width: 1200px) {
      .cc-modal-window .cc-modal-dialog #cc_section_quick_info {
        flex-direction: row;
        gap: 3rem;
        justify-content: space-between; } }
    @media (max-width: 480px), (min-width: 481px) and (max-width: 769px), (min-width: 770px) and (max-width: 989px) {
      .cc-modal-window .cc-modal-dialog #cc_section_quick_info {
        flex-direction: column;
        gap: 1.5rem; } }
    @media (max-width: 480px), (min-width: 481px) and (max-width: 769px) {
      .cc-modal-window .cc-modal-dialog #cc_section_quick_info .cc-logo {
        width: 100%;
        display: flex;
        flex-direction: column; }
        .cc-modal-window .cc-modal-dialog #cc_section_quick_info .cc-logo img.header-logo {
          max-height: 100px;
          max-width: 200px;
          margin: 0 auto; } }
    @media (min-width: 770px) and (max-width: 989px) {
      .cc-modal-window .cc-modal-dialog #cc_section_quick_info .cc-logo {
        width: 100%;
        display: flex;
        justify-content: space-between; }
        .cc-modal-window .cc-modal-dialog #cc_section_quick_info .cc-logo img.header-logo {
          max-height: 3.5rem; } }
    @media (min-width: 990px) and (max-width: 1199px), (min-width: 1200px) {
      .cc-modal-window .cc-modal-dialog #cc_section_quick_info .cc-logo img.header-logo {
        max-width: 205px; } }
    .cc-modal-window .cc-modal-dialog #cc_section_quick_info .cc-logo .cc-powered {
      font-size: .5rem;
      display: flex;
      flex-direction: row;
      align-items: center;
      justify-content: center;
      gap: 6px;
      color: #747474;
      padding-top: 10px; }
      .cc-modal-window .cc-modal-dialog #cc_section_quick_info .cc-logo .cc-powered img {
        max-width: 85px;
        margin-top: -5px; }
    @media (max-width: 480px), (min-width: 481px) and (max-width: 769px), (min-width: 770px) and (max-width: 989px) {
      .cc-modal-window .cc-modal-dialog #cc_section_quick_info .cc-text {
        max-height: 175px;
        overflow-y: scroll;
        line-height: 1.2rem;
        padding-right: 1rem; }
        .cc-modal-window .cc-modal-dialog #cc_section_quick_info .cc-text::-webkit-scrollbar {
          width: 5px; }
        .cc-modal-window .cc-modal-dialog #cc_section_quick_info .cc-text::-webkit-scrollbar-thumb {
          background-color: #162953;
          border-radius: 10px; }
        .cc-modal-window .cc-modal-dialog #cc_section_quick_info .cc-text::-webkit-scrollbar-track {
          background: transparent; } }
    .cc-modal-window .cc-modal-dialog #cc_section_quick_info .cc-text h2 {
      font-size: .8rem;
      margin-bottom: .5rem; }
    .cc-modal-window .cc-modal-dialog #cc_section_quick_info .cc-text .description {
      font-size: .8rem; }
      .cc-modal-window .cc-modal-dialog #cc_section_quick_info .cc-text .description p {
        margin: unset; }
    .cc-modal-window .cc-modal-dialog #cc_section_quick_info .cc-buttons {
      display: flex;
      flex-direction: column;
      gap: 8px;
      align-items: center; }
      @media (min-width: 770px) and (max-width: 989px) {
        .cc-modal-window .cc-modal-dialog #cc_section_quick_info .cc-buttons {
          flex-direction: row !important;
          width: 100%; } }
      @media (max-width: 480px), (min-width: 481px) and (max-width: 769px) {
        .cc-modal-window .cc-modal-dialog #cc_section_quick_info .cc-buttons {
          width: 100%; } }
      .cc-modal-window .cc-modal-dialog #cc_section_quick_info .cc-buttons button {
        background-color: white;
        border: 2px solid #162953;
        color: #162953;
        border-radius: .25em;
        font-weight: 600;
        padding: .7em;
        text-align: center;
        user-select: none;
        font-size: .9rem; }
        @media (min-width: 990px) and (max-width: 1199px), (min-width: 1200px) {
          .cc-modal-window .cc-modal-dialog #cc_section_quick_info .cc-buttons button {
            width: 286px; } }
        @media (min-width: 481px) and (max-width: 769px), (max-width: 480px) {
          .cc-modal-window .cc-modal-dialog #cc_section_quick_info .cc-buttons button {
            width: 100%; } }
        @media (min-width: 770px) and (max-width: 989px) {
          .cc-modal-window .cc-modal-dialog #cc_section_quick_info .cc-buttons button {
            width: 33%; } }
      .cc-modal-window .cc-modal-dialog #cc_section_quick_info .cc-buttons button#cc_accept_all_cookies {
        background-color: #162953;
        color: white;
        transition: background .2s ease-in-out; }
        .cc-modal-window .cc-modal-dialog #cc_section_quick_info .cc-buttons button#cc_accept_all_cookies:hover {
          background-color: #162953d9; }

#header-django:not(.white-header) ~ #cc_modal_window .cc-modal-dialog {
  background-color: #162953; }
  #header-django:not(.white-header) ~ #cc_modal_window .cc-modal-dialog .cc-buttons button#cc_accept_all_cookies {
    border: 3px solid white; }
  #header-django:not(.white-header) ~ #cc_modal_window .cc-modal-dialog .cc-text {
    color: white; }
    @media (max-width: 480px), (min-width: 481px) and (max-width: 769px), (min-width: 770px) and (max-width: 989px) {
      #header-django:not(.white-header) ~ #cc_modal_window .cc-modal-dialog .cc-text::-webkit-scrollbar-thumb {
        background-color: white;
        border-radius: 10px; } }
#header-django:not(.white-header) ~ #cc_modal_window #cc_preferences_form {
  color: white; }
  #header-django:not(.white-header) ~ #cc_modal_window #cc_preferences_form .cc-section .cc-switch input:checked + .cc-slider {
    background-color: #F8AD00; }
  #header-django:not(.white-header) ~ #cc_modal_window #cc_preferences_form .cc-buttons #cc_accept_all {
    border: 3px solid white; }

#cc_preferences_form .cc-buttons {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin-bottom: 1.5rem; }
  @media (max-width: 480px), (min-width: 481px) and (max-width: 769px), (min-width: 770px) and (max-width: 989px) {
    #cc_preferences_form .cc-buttons {
      gap: 5%; } }
  @media (min-width: 990px) and (max-width: 1199px), (min-width: 1200px) {
    #cc_preferences_form .cc-buttons {
      gap: 10px; } }
  #cc_preferences_form .cc-buttons button {
    background-color: white;
    border: 2px solid #162953;
    color: #162953;
    border-radius: .25em;
    font-weight: 600;
    padding: .7em;
    text-align: center;
    user-select: none;
    font-size: .9rem;
    cursor: pointer; }
    @media (max-width: 480px), (min-width: 481px) and (max-width: 769px), (min-width: 770px) and (max-width: 989px) {
      #cc_preferences_form .cc-buttons button {
        width: 47%; } }
    @media (min-width: 990px) and (max-width: 1199px), (min-width: 1200px) {
      #cc_preferences_form .cc-buttons button {
        width: 250px; } }
  #cc_preferences_form .cc-buttons button#cc_accept_all {
    background-color: #162953;
    color: white;
    transition: background .2s ease-in-out; }
    #cc_preferences_form .cc-buttons button#cc_accept_all:hover {
      background-color: #162953d9; }
  @media (max-width: 480px), (min-width: 481px) and (max-width: 769px), (min-width: 770px) and (max-width: 989px) {
    #cc_preferences_form .cc-buttons button#cc_save_preferences {
      width: 100%;
      margin-top: 1rem; } }
  @media (min-width: 990px) and (max-width: 1199px), (min-width: 1200px) {
    #cc_preferences_form .cc-buttons button#cc_save_preferences {
      width: 250px;
      margin-left: auto; } }
#cc_preferences_form .cc-section .cc-switch input:checked + .cc-slider {
  background-color: #162953; }

#cc_preferences_form .cc-section summary {
  font-size: .7rem;
  padding-bottom: 1.5rem;
  margin-top: -5px; }

#cc_preferences_form .cc-section article {
  font-size: .7rem; }

.cc-table {
  width: 100%;
  border-collapse: collapse;
  margin: 2rem 0 3rem 0;
  font-size: .8rem; }
  .cc-table thead {
    background-color: #162953;
    color: white;
    text-align: left; }
    .cc-table thead th {
      padding: 12px 15px;
      text-transform: uppercase;
      letter-spacing: 0.1em; }
      .cc-table thead th:first-child {
        border-top-left-radius: 10px; }
      .cc-table thead th:last-child {
        border-top-right-radius: 10px; }
  .cc-table tbody tr {
    background-color: white; }
  .cc-table tbody td {
    padding: 12px 15px;
    border-bottom: 1px solid #ddd; }
    .cc-table tbody td .cookie_name {
      font-weight: bold; }
    .cc-table tbody td[colspan] {
      background-color: #1629532b; }
    .cc-table tbody td strong {
      display: block;
      margin-bottom: 5px;
      font-weight: 600; }
