@font-face {
  font-family: Pangea;
  src: url('https://1716637182.rsc.cdn77.org/web/fonts/Pangea/PangeaLatnText-Regular.woff2')
    format('woff2');
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}

@font-face {
  font-family: Pangea;
  src: url('https://1716637182.rsc.cdn77.org/web/fonts/Pangea/PangeaLatnText-Medium.woff2')
    format('woff2');
  font-style: normal;
  font-weight: 500;
  font-display: swap;
}

#iubenda-cs-banner {
  position: fixed;
  bottom: 26px;
  z-index: 999999;
  width: 760px;
  right: 0;
  left: 0;
  margin: 0 auto;
}

.iubenda-cs-container {
  width: 100%;
  background: rgba(255, 255, 255, 0.06);
  border: 0.5px solid rgba(255, 255, 255, 0.16);
  box-shadow: 0 24px 48px -16px rgba(0, 0, 0, 0.4);
  backdrop-filter: blur(24px);
  -webkit-backdrop-filter: blur(24px);
  border-radius: 24px;
  padding: 30px;
  color: #fff;
  margin: 0 auto;
  font-family:
    Pangea,
    -apple-system,
    BlinkMacSystemFont,
    'Segoe UI',
    Helvetica,
    Arial,
    sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.iubenda-banner-content {
  font-family:
    Pangea,
    -apple-system,
    BlinkMacSystemFont,
    'Segoe UI',
    Helvetica,
    Arial,
    sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: -0.005em;
  color: rgba(255, 255, 255, 1);
  margin-bottom: 30px;
}

.iubenda-banner-content a {
  color: inherit;
  opacity: 1;
}

.title,
.iubenda-title {
  font-family:
    Pangea,
    -apple-system,
    BlinkMacSystemFont,
    'Segoe UI',
    Helvetica,
    Arial,
    sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 24px;
  letter-spacing: -0.03em;
  margin-top: 0;
  margin-bottom: 12px;
}

.wrapper,
.iubenda-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.iubenda-cs-opt-group {
  display: flex;
  flex-direction: column;
}

.iubenda-cs-opt-group-consent {
  display: flex;
  gap: 8px;
  width: 100%;
}

.iubenda-cs-opt-group-custom {
  display: flex;
  justify-content: center;
  margin-top: 16px;
}

.iubenda-cs-customize-btn {
  width: 100%;
  height: 28px;
  padding: 0 24px;
  background: transparent;
  border-radius: 9999px;
  border: none;
  color: rgba(255, 255, 255, 0.8);
  font-family:
    Pangea,
    -apple-system,
    BlinkMacSystemFont,
    'Segoe UI',
    Helvetica,
    Arial,
    sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: -0.01em;
  cursor: pointer;
  transition: color 0.2s ease;
}

.iubenda-cs-customize-btn:hover {
  color: #fff;
}

.iubenda-cs-btn-primary {
  flex: 1;
  min-width: 0;
  height: 56px;
  padding: 0 24px;
  background: rgba(255, 255, 255, 0.9);
  border-radius: 9999px;
  border: 1px solid rgba(255, 255, 255, 0.05);
  margin: 0;
  font-family:
    Pangea,
    -apple-system,
    BlinkMacSystemFont,
    'Segoe UI',
    Helvetica,
    Arial,
    sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: -0.01em;
  cursor: pointer;
  color: rgba(0, 0, 0, 0.9);
  transition: background 0.2s ease;
}

.iubenda-cs-btn-primary:hover {
  background: #fff;
}

.iubenda-uspr-btn {
  visibility: hidden;
  position: absolute;
  top: -300px;
}

@media (max-width: 1024px) {
  #iubenda-cs-banner {
    max-width: 100%;
  }

  .iubenda-cs-container {
    max-width: calc(100% - 20px);
  }
}
