.k03-giveaway {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 24px;
  padding: 16px 20px;
  color: #6A0098;
  text-align: center;
  font: 14px/16px "Red Hat Display", sans-serif;
  word-spacing: 1.5px;
  background: #C5F7E2;
  box-shadow: 0px -1px 43.1px 0px rgba(0, 0, 0, 0.08);
  -webkit-backdrop-filter: blur(20.5px);
  backdrop-filter: blur(20.5px);
  height: 50px;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  cursor: pointer;
  z-index: 100;
  transition: all 0.3s ease
}

.k03-giveaway strong {
  font-weight: 700
}

.k03-giveaway:hover {
  color: #8E00CC;
  opacity: 1
}

.k03-giveaway .k03-giveaway-mobile {
  display: none
}

body {
  padding-top: 50px
}

body.hideBanner .k03-header {
  top: 0
}

body.hideBanner .k03-drop {
  top: 64px
}

body.hideBanner .k03-drop-mobile {
  top: 120px
}

body.hideBanner .k03-giveaway {
  top: -50px
}

.k03-header {
  top: 50px
}

.k03-drop {
  top: 114px
}

.k03-drop-mobile {
  top: 164px
}

.k03-navbar {
  margin-top: 50px
}

.k03-navbar .k03-navbar-menu-wrapper .k03-navbar-menu .k03-navbar-links li .k03-submenu {
  margin-top: 50px
}

@media (max-width: 1180px) {
  .k03-giveaway {
    padding: 13px 10px;
    height: 44px;
  }

  .k03-giveaway .k03-giveaway-desktop {
    display: none
  }

  .k03-giveaway .k03-giveaway-mobile {
    display: block;
    color: var(--Globals-Primary, #6A0098);
    text-align: center;
    font-family: "Red Hat Display";
    font-size: 14px;
    line-height: 20px;
  }

  .k03-header {
    top: 44px
  }

  body {
    padding-top: 44px
  }
}