@font-face {
  font-family: "Geometos";
  src: url("/assets/fonts/Geometos.ttf");
}

::-webkit-scrollbar {
  width: 5px;
}

::-webkit-scrollbar-track {
  background: #121427;
}

::-webkit-scrollbar-thumb {
  background: #1c2045;
}

body {
  box-sizing: border-box;
  color: #fff;
  font-family: "Geometos", sans-serif;
  min-height: 100vh;
  font-size: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 4rem 3rem;

  @media (max-width: 680px) {
    padding: 3rem 1.25rem;
  }

  &::before {
    content: "";
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: radial-gradient(
      50% 50% at 50% 50%,
      #1c2045 0%,
      #121530 40.4%,
      #121427 100%
    );
    z-index: -1;
  }

  &::after {
    content: "";
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url("/assets/images/bg.png") no-repeat center center;
    background-size: cover;
    z-index: 0;
  }
}

img {
  max-width: 100%;
  display: block;
  filter: drop-shadow(0px 19px 9.8px rgba(0, 0, 0, 0.09));
}

.container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  max-width: 630px;
  width: 100%;
  gap: 4.5rem;
  position: relative;
  z-index: 1;

  @media (max-width: 680px) {
    gap: 2rem;
  }
}

.container__logo {
  width: 100%;
  max-height: 85px;
  max-width: 400px;

  padding: 0 1rem;

  @media (max-width: 680px) {
    max-width: 200px;
  }
}

.container__logos_wrapper {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 3rem 1rem;

  .container__logos_section {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 3rem;

    &.current {
      .container__logos_section_wrapper {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 3rem 1rem;

        @media (max-width: 680px) {
          grid-template-columns: repeat(2, 1fr);
        }

        @media (max-width: 520px) {
          grid-template-columns: repeat(2, 1fr);
          gap: 2rem 1rem;
        }
      }


        .container__logos_item {
          img {
            max-height: 35px;
            min-height: 35px;

            @media (max-width: 599px) {
              max-height: 30px;
              min-height: 30px;
            }

            &.pieczatki,
            &.parker {
              max-width: unset;
              min-height: 45px;

              @media (max-width: 599px) {
                min-height: 35px;
              }
            }
          }
        }
    }

    &.strategic {
      max-width: 265px;

      .container__logos_item {
        img {
          max-height: 38px;
        }
      }

      @media (max-width: 680px) {
        max-width: 200px;
      }

      @media (max-width: 520px) {
        max-width: 100%;
      }
    }

    &.development {
      max-width: calc(100% - 265px - 1rem);

      @media (max-width: 680px) {
        max-width: calc(100% - 200px - 1rem);
      }

      @media (max-width: 520px) {
        max-width: 100%;
      }
    }

    &.strategic,
    &.development {
      .container__logos_item {
        min-height: 38px;
      }
    }

    @media(max-width: 520px) {
      gap: 2rem;
    }
  }

  @media(max-width: 520px) {
    gap: 2rem 1rem;
  }
}

.container__logos_title {
  padding: 6px 12px;
  background-color: #d61020;
  width: 100%;
  text-align: center;
  clip-path: polygon(14px 0, 100% 0, calc(100% - 14px) 100%, 0% 100%);
  filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.5));

  h2 {
    width: 100%;
    margin: 0;
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 12px;
    text-align: center;
  }
}

.container__logos_item {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  position: relative;

  a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
  }
}

.cky-notice-des *,
.cky-preference-content-wrapper *,
.cky-dma-content-wrapper *,
.cky-accordion-header-des *,
.cky-gpc-wrapper .cky-gpc-desc * {
  font-size: 11px !important;
  line-height: 1.5 !important;
  text-transform: none !important;
}
