.cookieConsentToggle {
  width: 40px;
  height: 40px;
  position: fixed;
  will-change: transform;
  padding: 9px;
  border: 0;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  background: white;
  border-radius: 50%;
  bottom: 20px;
  right: 20px;
  transition: 200ms;
  opacity: 1;
  z-index: 99980; }

.cookieConsentToggle:hover {
  color: white;
  background: black; }

.cookieConsentToggle * {
  fill: currentColor; }

.cookieConsentWrapper {
  z-index: 99990;
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  background: black;
  color: white;
  padding: 20px;
  transition: 200ms; }

.cookieConsent {
  margin: 0 auto;
  display: flex;
  justify-content: space-between; }

.cookieConsent__Content {
  margin-right: 40px; }

.cookieConsent__Title {
  margin: 0;
  font-weight: bold; }

.cookieConsent__Description {
  margin: 10px 0 0; }

.cookieConsent__Description a {
  color: white;
  text-decoration: underline; }

.cookieConsent__Description a:hover {
  text-decoration: none; }

.cookieConsent__Right {
  display: flex;
  align-items: flex-end; }

.cookieConsentOperations {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.8);
  display: flex;
  transition: 300ms;
  will-change: transform;
  z-index: 99999; }

.cookieConsentOperations .cookieConsentOperations__List {
  transform: scale(1); }

.cookieConsentOperations__List {
  background: white;
  color: black;
  max-width: 500px;
  padding: 40px;
  margin: auto;
  overflow-y: auto;
  box-sizing: border-box;
  max-height: 100vh;
  transition: 200ms transform;
  will-change: transform;
  transform: scale(0.95); }

.cookieConsentOperations__Item {
  display: block;
  padding-left: 60px;
  margin-bottom: 20px; }

.cookieConsentOperations__Item.disabled {
  color: #999; }

.cookieConsentOperations__Item.disabled label::after {
  opacity: 0.3; }

.cookieConsentOperations__Item input {
  display: none; }

.cookieConsentOperations__Item label {
  align-items: center;
  font-size: 22px;
  font-weight: bold;
  display: block;
  position: relative; }

.cookieConsentOperations__Item label::before {
  content: "";
  display: block;
  left: -60px;
  background: #DEDEDE;
  height: 20px;
  border-radius: 20px;
  width: 40px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%); }

.cookieConsentOperations__Item label::after {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: black;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -58px;
  transition: 200ms; }

.cookieConsentOperations__Item input:checked + label::after {
  transform: translate(20px, -50%); }

.cookieConsent__Button {
  padding: 15px 40px;
  display: block;
  background: white;
  white-space: nowrap;
  border: 0;
  font-size: 16px;
  margin-left: 10px;
  cursor: pointer;
  transition: 200ms; }

.cookieConsent__Button--Close {
  background: black;
  color: white;
  margin: 40px 0 0 60px;
  padding: 15px 60px; }

.cookieConsent__Button:hover {
  opacity: 0.6; }

@media only screen and (max-width: 900px) {
  .cookieConsent {
    display: block; }
  .cookieConsent__Right {
    margin-top: 20px; }
  .cookieConsent__Button {
    margin: 0 10px 10px 0; }
  .cookieConsent__Button--Close {
    margin: 40px 0 0; } }

.wrapper.svelte-wwh48c{display:inline-block}
img.svelte-13vd82d.svelte-13vd82d,canvas.svelte-13vd82d.svelte-13vd82d{-o-object-position:center;object-position:center;position:absolute;top:0;left:0;width:100%;will-change:opacity}.blur.svelte-13vd82d.svelte-13vd82d{filter:blur(15px);transition:opacity 1200ms}.placeholder.svelte-13vd82d.svelte-13vd82d{opacity:1;width:100%;height:100%;transition:opacity 1200ms ease-out;transition-delay:0.4s}.main.svelte-13vd82d.svelte-13vd82d{opacity:0;transition:opacity 1200ms ease-out;transition-delay:0.4s}.loaded.svelte-13vd82d .placeholder.svelte-13vd82d{opacity:0}.loaded.svelte-13vd82d .main.svelte-13vd82d{opacity:1}
.wrapper.svelte-13pcta4{height:var(--height);width:var(--width);display:inline-block;text-align:center;font-size:10px}.rect.svelte-13pcta4{height:100%;width:10%;display:inline-block;margin-right:4px;background-color:var(--color);animation:svelte-13pcta4-stretch var(--duration) ease-in-out infinite}@keyframes svelte-13pcta4-stretch{0%,40%,100%{transform:scaleY(0.4)}20%{transform:scaleY(1)}}
.cookieConsentToggle{left:15px}.cookieConsent__Button{padding:15px 40px;display:block;background:white;color:black;white-space:nowrap;border:0;font-size:16px;margin-left:10px;cursor:pointer;transition:200ms;right:20px}.cookieConsent__Button--Close{background:black;color:white;margin:40px 0 0 60px;padding:15px 60px}#nprogress{pointer-events:none}#nprogress .bar{background-color:#d47479;position:fixed;z-index:1031;top:0;left:0;width:100%;height:2px;color:red}#nprogress .peg{display:block;position:absolute;right:0px;width:100px;height:100%;box-shadow:0 0 10px#D47479, 0 0 5px #d47479;opacity:1;transform:rotate(3deg) translate(0px, -4px)}
