html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
  font-weight: inherit;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  font-weight: 300;
  line-height: 1.4;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before, blockquote:after {
  content: "";
  content: none;
}

q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

a {
  text-decoration: none;
  cursor: pointer;
}

input,
textarea,
select {
  margin: 0;
}

input:focus,
textarea:focus,
select:focus {
  outline: none;
}

textarea {
  overflow: auto;
}

button::-moz-focus-inner,
input[type=button]::-moz-focus-inner,
input[type=submit]::-moz-focus-inner,
input[type=reset]::-moz-focus-inner {
  padding: 0 !important;
  border: 0 none !important;
}

mark {
  background: none;
  color: inherit;
}

strong {
  font-weight: bold;
}

*,
*::before,
*::after {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}

@font-face {
  font-family: "PP Eiko";
  src: url("../fonts/PPEiko-BlackItalic.woff") format("woff2"), url("../fonts/PPEiko-BlackItalic.woff") format("woff");
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "PP Eiko";
  src: url("../fonts/PPEiko-BlackItalic.woff2") format("woff2"), url("../fonts/PPEiko-BlackItalic.woff") format("woff");
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "PP Right Grotesk Spatial";
  src: url("../fonts/PPRightGrotesk-SpatialBlack.woff2") format("woff2"), url("PPRightGrotesk-SpatialBlack.woff") format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "PP Right Grotesk Wide";
  src: url("../fonts/PPRightGrotesk-WideBlack.woff2") format("woff2"), url("../fonts/PPRightGrotesk-WideBlack.woff") format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "PP Right Grotesk Wide";
  src: url("../fonts/PPRightGrotesk-WideMedium.woff2") format("woff2"), url("../fonts/PPRightGrotesk-WideMedium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Roboto";
  src: url("../fonts/Roboto-Medium.woff2") format("woff2"), url("../fonts/Roboto-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Roboto";
  src: url("../fonts/Roboto-Bold.woff2") format("woff2"), url("../fonts/Roboto-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Roboto";
  src: url("../fonts/Roboto-Regular.woff2") format("woff2"), url("../fonts/Roboto-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
html {
  scroll-behavior: smooth;
}

html,
body {
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.3;
  min-height: 100%;
  color: #000000;
  background-color: #f5f5fa;
}

a,
button,
input {
  outline: none;
}

a,
a:hover {
  text-decoration: none;
}

p,
li {
  margin-bottom: 0;
}

button {
  border: 0;
  background-color: transparent;
}

*:focus {
  outline: none;
}

.content-wrapper {
  width: 100%;
  max-width: 1240px;
  padding-left: 40px;
  padding-right: 40px;
  margin-left: auto;
  margin-right: auto;
}

.content-wrapper-small {
  width: 100%;
  max-width: 1510px;
  padding-left: 40px;
  padding-right: 40px;
  margin-left: auto;
  margin-right: auto;
}

.desk-visible {
  display: block;
}

.only-mobile {
  display: none;
}

.hide-mobile-tablet {
  display: block;
}

.only-mobile-tablet {
  display: none;
}

@media (max-width: 1023px) {
  .content-wrapper {
    padding-left: 32px;
    padding-right: 32px;
  }
  .hide-mobile-tablet {
    display: none;
  }
  .only-mobile-tablet {
    display: block;
  }
}
@media (max-width: 767px) {
  .content-wrapper {
    padding-left: 16px;
    padding-right: 16px;
  }
  .desk-visible {
    display: none;
  }
  .only-mobile {
    display: block;
  }
}
@media (min-width: 3840px) {
  .content-wrapper-small {
    max-width: none;
  }
}
@media (min-width: 1920px) and (max-width: 3839px) {
  .content-wrapper-small {
    max-width: none;
  }
}
.wu-separator {
  display: block;
  height: 1px;
  width: 100%;
  background-color: #756f75;
}
.wu-separator--white {
  background-color: #ffffff;
}

.wu-btn {
  position: relative;
  display: inline-block;
  color: #0a0005;
  background-color: #ffdd00;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  cursor: pointer;
  border-radius: 20px;
  height: 44px;
  padding: 8px 32px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "PP Right Grotesk Wide";
}
.wu-btn--black {
  color: #ffdd00;
  background-color: #0a0005;
}
.wu-btn--arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  padding: 8px 24px;
}
.wu-btn--arrow svg {
  width: 15px;
  height: 15px;
  margin-left: 4px;
}

input[type=radio],
.wu-radio {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  position: relative;
  display: inline-block;
  width: 19px;
  height: 19px;
  border-radius: 50%;
  border: 1px solid #0a0005;
}
input[type=radio]::after,
.wu-radio::after {
  content: "";
  position: absolute;
  display: inline-block;
  top: 50%;
  left: 50%;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  opacity: 0;
  transform: translate(-50%, -50%);
  background-color: #0a0005;
  transition: all 0.3s ease;
}
input[type=radio]:checked::after,
.wu-radio:checked::after {
  opacity: 1;
}

.wu-inpwrap {
  position: relative;
  margin: 24px 0;
}
.wu-inpwrap input[type=input],
.wu-inpwrap .wu-inp {
  display: inline-block;
  width: 100%;
  border: 1px solid rgba(117, 111, 117, 0.5019607843);
  border-radius: 15px;
  padding: 8px 24px;
  height: 44px;
}
.wu-inpwrap input[type=input]:valid + .wu-label, .wu-inpwrap input[type=input]:focus + .wu-label,
.wu-inpwrap .wu-inp:valid + .wu-label,
.wu-inpwrap .wu-inp:focus + .wu-label {
  top: -7px;
  font-size: 12px;
  background-color: #ffffff;
}

input[type=checkbox],
.wu-checkbox {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  position: relative;
  display: inline-block;
  width: 19px;
  height: 19px;
  border-radius: 50%;
  border: 1px solid #0a0005;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
input[type=checkbox]::after,
.wu-checkbox::after {
  content: "";
  position: absolute;
  display: inline-block;
  top: 50%;
  left: 50%;
  width: 5px;
  height: 8px;
  border-right: 2px solid #ffffff;
  border-bottom: 2px solid #ffffff;
  transform: rotate(45deg) translate(-5px, -23%);
  opacity: 0;
  transition: all 0.3s ease;
}
input[type=checkbox]:checked,
.wu-checkbox:checked {
  background-color: #0a0005;
}
input[type=checkbox]:checked::after,
.wu-checkbox:checked::after {
  opacity: 1;
}

.wu-title {
  font-size: 28px;
  font-family: "PP Right Grotesk Wide";
  font-weight: 500;
  color: #0a0005;
  text-decoration: none;
}

.wu-sub-title {
  font-size: 22px;
  font-weight: 500;
  color: #0a0005;
  text-decoration: none;
}

.wu-para {
  font-size: 18px;
}
.wu-para span {
  font-weight: 600;
}

@media (max-width: 767px) {
  .wu-sub-title {
    font-size: 20px;
  }
  .wu-para {
    font-size: 14px;
  }
}
.wu-ccode-select {
  display: inline-block;
  width: 100%;
  border: 1px solid rgba(117, 111, 117, 0.5019607843);
  border-radius: 15px;
  height: 44px;
  padding: 8px 24px;
  display: flex;
  background-color: #ffffff;
}
.wu-ccode-select__select {
  position: relative;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  height: 100%;
  border: none;
  background-color: transparent;
  color: rgb(62, 73, 88);
  font-weight: 600;
  border-right: 1px solid #0a0005;
  padding-right: 24px;
  background-image: linear-gradient(45deg, transparent 50%, #000000 50%), linear-gradient(135deg, #000000 50%, transparent 50%);
  background-position: calc(100% - 12px) calc(1em - 4px), calc(100% - 7px) calc(1em - 4px), 100% 0;
  background-size: 4px 5px, 5px 5px, 2.5em 2.5em;
  background-repeat: no-repeat;
}
.wu-ccode-select__input {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding-left: 8px;
  border: none;
  width: 100%;
}
.wu-ccode-select__input::-webkit-outer-spin-button, .wu-ccode-select__input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  appearance: none;
}

.wu-coupon {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #1E1E1E;
  text-decoration: none;
  padding: 16px;
  position: relative;
  overflow: hidden;
}
.wu-coupon__left {
  width: 35%;
  background-color: transparent;
  border: 2px solid #ffdd00;
  padding: 12px;
  position: relative;
}
.wu-coupon__left::after, .wu-coupon__left::before {
  content: "";
  position: absolute;
  width: 4px;
  height: 60%;
  background-color: #1E1E1E;
  top: 20%;
  left: -3px;
}
.wu-coupon__left::before {
  left: unset;
  right: -3px;
}
.wu-coupon__img {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.wu-coupon__img img {
  width: 100%;
}
.wu-coupon__share {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  right: -12px;
  top: 50%;
  width: 16px;
  height: 16px;
  transform: translateY(-50%);
}
.wu-coupon__share img,
.wu-coupon__share svg {
  width: 100%;
}
.wu-coupon__right {
  flex: 1;
  padding: 8px;
  text-align: center;
  position: relative;
}
.wu-coupon__right_arrow {
  width: 10px;
  height: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  bottom: 0;
  right: 0;
}
.wu-coupon__right_arrow svg {
  width: 100%;
}
.wu-coupon__status {
  font-size: 16px;
  font-weight: 500;
  line-height: 18px;
  color: #756f75;
  text-transform: uppercase;
  display: none;
}
.wu-coupon__price {
  font-size: 60px;
  line-height: 61px;
  color: #756f75;
}
.wu-coupon__transac {
  font-size: 14px;
  color: #756f75;
}
.wu-coupon__valid {
  font-size: 12px;
  color: #B0A7B0;
}
.wu-coupon__hid {
  position: absolute;
  width: 100%;
  height: 100%;
  right: -100%;
  top: 0;
  background-color: #ffdd00;
  transition: 0.3s;
}
.wu-coupon__hid--active {
  right: 0;
  transition: 0.3s;
}
.wu-coupon__hidouter {
  padding: 16px 40px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
}
.wu-coupon__hidouter .wu-coupon__right_arrow {
  bottom: 15px;
  right: unset;
  left: 15px;
  transform: rotate(182deg);
}
.wu-coupon__hidouter .wu-coupon__right_arrow svg path {
  fill: #756f75;
}
.wu-coupon__terms {
  font-size: 16px;
  font-weight: 600;
  color: #756f75;
  margin-bottom: 8px;
}
.wu-coupon__list {
  color: #756f75;
  list-style: disc;
  padding-left: 16px;
  font-size: 12px;
}
.wu-coupon--redeemed {
  background-color: #f5f5fa;
}
.wu-coupon--redeemed .wu-coupon__left {
  border: 2px solid #ffffff;
}
.wu-coupon--redeemed .wu-coupon__left::after, .wu-coupon--redeemed .wu-coupon__left::before {
  background-color: #f5f5fa;
}
.wu-coupon--redeemed .wu-coupon__status {
  display: block;
}
.wu-coupon--redeemed .wu-coupon__price,
.wu-coupon--redeemed .wu-coupon__transac,
.wu-coupon--redeemed .wu-coupon__valid {
  color: #D9D9D9;
}
.wu-coupon--redeemed .wu-coupon__right_arrow svg path {
  fill: #D9D9D9;
}

.wu-lucky__card {
  width: 100%;
  padding: 16px 8px;
  text-decoration: none;
}
.wu-lucky__card_img {
  width: 100%;
  height: 100%;
  min-height: 160px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 8px;
}
.wu-lucky__card_img img {
  width: 100%;
  height: auto;
  max-height: 200px;
  -o-object-fit: contain;
     object-fit: contain;
}
.wu-lucky__card_text {
  font-size: 14px;
  font-weight: 500;
  color: #000000;
  text-align: center;
  min-height: 42px;
}

@media (max-width: 767px) {
  .wu-lucky__card_text {
    font-size: 12px;
  }
}
.wu-modal__body {
  padding: 40px 24px;
}
.wu-modal__body .wu-coupon__left {
  width: 100%;
  padding: 32px;
}
.wu-modal__body .wu-coupon__left::after, .wu-modal__body .wu-coupon__left::before {
  background-color: #ffffff;
}
.wu-modal--notifi .modal-dialog {
  max-width: 800px;
}
.wu-modal--notifi .modal-content {
  border: none;
  overflow: hidden;
  border-radius: 5px;
}
.wu-modal--notifi .modal-body {
  display: flex;
  padding: 0;
  min-height: 400px;
  position: relative;
}
.wu-modal--notifi .modal-body .btn-close {
  opacity: 1;
  position: absolute;
  right: 16px;
  top: 16px;
  z-index: 1;
  background-image: url("data:image/svg+xml,%3Csvg width='21' height='22' viewBox='0 0 21 22' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M20.5 1L0.5 21' stroke='black'/%3E%3Cpath d='M0.499999 1L20.5 21' stroke='black'/%3E%3C/svg%3E%0A");
}
.wu-modal--notifi .modal-body .btn-close:focus {
  box-shadow: none;
}
.wu-modal--notifi .wu-modal-left,
.wu-modal--notifi .wu-modal-right {
  width: 50%;
}
.wu-modal--notifi .wu-modal-left {
  padding: 40px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
.wu-modal--notifi .wu-modal-left .wu-title {
  margin-bottom: 16px;
}
.wu-modal--notifi .wu-modal-left .wu-para {
  font-size: 15px;
  margin-bottom: 16px;
}
.wu-modal--notifi .wu-modal-left .wu-btn {
  border: 2px solid #ffdd00;
}
.wu-modal--notifi .wu-modal-right {
  position: relative;
}
.wu-modal--notifi .wu-modal-rightbg {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: cover;
}

@media (min-width: 768px) and (max-width: 1023px) {
  .wu-modal--notifi .modal-dialog {
    max-width: 600px;
  }
  .wu-modal--notifi .modal-body {
    min-height: unset;
  }
}
@media (max-width: 767px) {
  .wu-modal--notifi .modal-body {
    flex-direction: column-reverse;
    min-height: unset;
  }
  .wu-modal--notifi .wu-modal-left,
  .wu-modal--notifi .wu-modal-right {
    width: 100%;
  }
  .wu-modal--notifi .wu-modal-left {
    padding: 32px;
    align-items: center;
    text-align: center;
  }
  .wu-modal--notifi .wu-modal-left .wu-title {
    margin-bottom: 10px;
    font-size: 24px;
  }
  .wu-modal--notifi .wu-modal-left .wu-para {
    font-size: 14px;
    margin-bottom: 10px;
  }
  .wu-modal--notifi .wu-modal-right {
    min-height: 200px;
  }
}
.wu-share-modal {
  /*Left*/
}
.wu-share-modal .modal-dialog {
  margin: auto;
  width: 100%;
}
.wu-share-modal .modal-dialog {
  transform: translate(0, 425px) !important;
}
.wu-share-modal.show .modal-dialog {
  transform: translate(0, 55px) !important;
}
.wu-share-modal .wu-title {
  font-size: 22px;
}
.wu-share-modal .wu-para {
  margin-bottom: 8px;
  font-size: 14px;
}
.wu-share-modal .wu-coupon__left {
  width: 80%;
  margin: 8px auto;
}
.wu-share-modal .wu-coupon__left::after, .wu-share-modal .wu-coupon__left::before {
  background-color: #ffffff;
}
.wu-share-modal .modal-content {
  border-top-left-radius: 40px;
  border-top-right-radius: 40px;
  margin-bottom: -200px;
}
.wu-share-modal__body {
  text-align: center;
  padding: 40px 16px;
}
.wu-share-modal__outer {
  margin: 0 auto;
  width: 75%;
}
.wu-share-modal__qrdesc {
  margin-top: 16px;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
}
.wu-share-modal .wu-btn {
  width: 100%;
  border-radius: 0;
  background-color: #756f75;
  color: #ffffff;
  margin-top: 16px;
}
.wu-share-modal__iconwrap {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  margin: 16px auto;
  border-bottom: 1px solid #CECECE;
}
.wu-share-modal__icon {
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  margin: 0 8px 8px;
  transition: 0.3s;
}
.wu-share-modal__icon.hide {
  display: none !important;
}
.wu-share-modal__icon.mobile-only {
  display: none;
}
.wu-share-modal__icon:hover {
  transform: scale(1.1);
  transition: 0.3s;
}
.wu-share-modal__icon svg {
  width: 100%;
}

@media (max-width: 767px) {
  .wu-share-modal__iconwrap {
    display: flex;
    justify-content: center;
    margin: 16px;
  }
  .wu-share-modal__icon.mobile-only {
    display: flex;
  }
}
.wu-lucky-tile {
  width: 100%;
  padding: 24px;
  background-color: #ffffff;
  border-radius: 16px;
  margin: 16px 0;
}
.wu-lucky-tile__header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 8px;
}
.wu-lucky-tile__header-item {
  width: 50%;
}
.wu-lucky-tile__header-item:last-child .wu-lucky-tile__text {
  text-align: end;
}
.wu-lucky-tile__text {
  font-size: 18px;
  color: #000000;
  text-decoration: none;
  text-align: center;
  text-transform: capitalize;
}
.wu-lucky-tile__text--large {
  font-size: 20px;
  font-weight: 500;
  font-family: "PP Right Grotesk Wide";
}
.wu-lucky-tile__card-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.wu-lucky-tile__card-wrap .wu-lucky__card {
  width: calc(50% - 16px);
}

@media (max-width: 1023px) {
  .wu-lucky-tile {
    padding: 16px;
    border-radius: 14px;
  }
  .wu-lucky-tile__text {
    font-size: 16px;
  }
  .wu-lucky-tile__text--large {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .wu-lucky-tile {
    margin: 8px 0;
  }
  .wu-lucky-tile .wu-lucky__card {
    padding: 8px;
  }
  .wu-lucky-tile__text {
    font-size: 12px;
  }
  .wu-lucky-tile__text--large {
    font-size: 14px;
  }
}
.wu-gift {
  width: 100%;
  padding: 8px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.wu-gift__top {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.wu-gift__img {
  width: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  overflow: hidden;
  background-color: #ffdd00;
}
.wu-gift__img img {
  width: 100%;
}
.wu-gift__cnt {
  width: 100%;
  padding: 16px;
  text-align: center;
}
.wu-gift__status {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 8px;
}
.wu-gift__status-text {
  font-size: 14px;
  color: #000000;
  text-transform: capitalize;
}
.wu-gift__title {
  font-size: 20px;
  color: #0a0005;
  font-weight: 500;
  padding-bottom: 8px;
}
.wu-gift__title sup {
  font-size: 16px;
}
.wu-gift__text {
  font-size: 14px;
  color: #808080;
  font-weight: 500;
}
.wu-gift__loader {
  width: 20px;
  height: 20px;
  display: inline-block;
  position: relative;
  margin-right: 8px;
}
.wu-gift__loader::after, .wu-gift__loader::before {
  content: "";
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #ffdd00;
  position: absolute;
  left: 0;
  top: 0;
  box-sizing: border-box;
  animation: animloader 2s ease-in-out infinite;
}
.wu-gift__loader::after {
  animation-delay: 1s;
}
.wu-gift--redeem {
  opacity: 0.4;
  pointer-events: none;
}
.wu-gift--redeem .wu-gift__img {
  background-color: #e6e6e6;
}
.wu-gift--redeem .wu-gift__status {
  display: none;
}
.wu-gift--blue .wu-gift__img {
  background-color: #94cbf2;
}
.wu-gift--blue .wu-gift__loader::after, .wu-gift--blue .wu-gift__loader::before {
  background: #94cbf2;
}

@media (min-width: 768px) and (max-width: 1023px) {
  .wu-gift__cnt {
    padding: 16px 0;
  }
  .wu-gift__title {
    font-size: 16px;
  }
  .wu-gift__title sup {
    font-size: 12px;
  }
  .wu-gift__text {
    font-size: 14px;
  }
  .wu-gift__status-text {
    font-size: 12px;
  }
}
@media (max-width: 767px) {
  .wu-gift__cnt {
    padding: 16px 0;
  }
  .wu-gift__title {
    font-size: 14px;
  }
  .wu-gift__title sup {
    font-size: 10px;
  }
  .wu-gift__text {
    font-size: 12px;
  }
  .wu-gift__status-text {
    font-size: 10px;
  }
  .wu-gift__loader {
    width: 16px;
    height: 16px;
    margin-right: 4px;
  }
  .wu-gift__loader::after, .wu-gift__loader::before {
    width: 16px;
    height: 16px;
  }
}
@keyframes animloader {
  0%, 100% {
    transform: scale(0);
    opacity: 1;
  }
  50% {
    transform: scale(1);
    opacity: 0;
  }
}
.wu-modal-notification {
  max-width: 800px;
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 1055;
  transform: translate(-50%, -25%);
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  outline: 0;
}
.wu-modal-notification__outer {
  margin: 0 auto;
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  outline: 0;
  border: none;
  overflow: hidden;
  border-radius: 5px;
}
.wu-modal-notification__outer .modal-content {
  overflow: hidden;
}
.wu-modal-notification__body {
  display: flex;
  padding: 0;
  min-height: 400px;
  position: relative;
}
.wu-modal-notification__body .wu-modal-left {
  padding: 40px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
.wu-modal-notification__body .wu-modal-right {
  position: relative;
}
.wu-modal-notification__body .wu-modal-left,
.wu-modal-notification__body .wu-modal-right {
  width: 50%;
}
.wu-modal-notification__body .wu-modal-rightbg {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: cover;
}
.wu-modal-notification__body .wu-title {
  margin-bottom: 16px;
}
.wu-modal-notification__body .wu-para {
  font-size: 15px;
  margin-bottom: 16px;
}
.wu-modal-notification__body .btn-close {
  opacity: 1;
  position: absolute;
  right: 16px;
  top: 16px;
  z-index: 1;
  background-image: url("data:image/svg+xml,%3Csvg width='21' height='22' viewBox='0 0 21 22' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M20.5 1L0.5 21' stroke='black'/%3E%3Cpath d='M0.499999 1L20.5 21' stroke='black'/%3E%3C/svg%3E%0A");
}
.wu-modal-notification__body .btn-close:focus {
  box-shadow: none;
}
.wu-modal-notification__body .wu-btn {
  border: 2px solid #ffdd00;
}

@media (min-width: 768px) and (max-width: 1023px) {
  .wu-modal-notification__outer {
    max-width: 600px;
  }
  .wu-modal-notification__body {
    min-height: unset;
  }
}
@media (max-width: 767px) {
  .wu-modal-notification__outer {
    padding: 0 16px;
  }
  .wu-modal-notification__body {
    flex-direction: column-reverse;
    min-height: unset;
  }
  .wu-modal-notification .wu-modal-left,
  .wu-modal-notification .wu-modal-right {
    width: 100%;
  }
  .wu-modal-notification .wu-modal-left {
    padding: 32px;
    align-items: center;
    text-align: center;
  }
  .wu-modal-notification .wu-modal-left .wu-title {
    margin-bottom: 10px;
    font-size: 24px;
  }
  .wu-modal-notification .wu-modal-left .wu-para {
    font-size: 14px;
    margin-bottom: 10px;
  }
  .wu-modal-notification .wu-modal-right {
    min-height: 200px;
  }
}
.wu-referal {
  border-radius: 10px;
  background-color: #ffffff;
  padding: 16px;
}
.wu-referal__sec-one {
  display: flex;
  align-items: center;
}
.wu-referal__pro-icon {
  width: 10px;
  height: 12px;
  margin-right: 12px;
}
.wu-referal__pro-icon svg {
  display: block;
  width: 100%;
  height: 100%;
}
.wu-referal .wu-title {
  text-align: center;
  font-size: 24px;
  font-weight: 900;
}
.wu-referal__row2 {
  padding: 8px 0;
  display: flex;
  justify-content: space-between;
}
.wu-referal .wu-para {
  color: #636363;
  font-size: 16px;
  font-weight: 400;
  width: 100% !important;
}
.wu-referal__green {
  color: #04624C;
  font-size: 14px;
  font-weight: 400;
}
.wu-referal__green--red {
  color: #B35F00;
}

.wu-reward {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  padding: 16px;
}
.wu-reward .wu-title {
  text-align: center;
  font-size: 28px;
  font-weight: 900;
}
.wu-reward .wu-sub-title {
  text-align: center;
  font-size: 16px;
  font-weight: 900;
  margin-bottom: 16px;
  font-family: "PP Right Grotesk Wide";
}
.wu-reward .wu-para {
  color: #636363;
  font-size: 16px;
  font-weight: 400;
  text-align: center;
}

.wu-welcome {
  width: 100%;
}
.wu-welcome__hero {
  width: 100%;
  position: relative;
}
.wu-welcome__hero_dec {
  position: absolute;
  top: 0;
  left: -10%;
}
.wu-welcome__hero_dec img {
  width: 100%;
}
.wu-welcome__hero_top {
  display: flex;
  justify-content: center;
  align-items: center;
}
.wu-welcome__hero_top img {
  width: 100%;
}
.wu-welcome__hero_bottom {
  width: 100%;
  text-align: center;
  margin-bottom: 16px;
}
.wu-welcome__title {
  font-size: 30px;
  font-weight: 500;
  color: #0a0005;
  margin: 8px 0;
}
.wu-welcome__text {
  font-size: 16px;
  color: #0a0005;
}
.wu-welcome__text--b {
  font-weight: 600;
}
.wu-welcome__btn-wrap {
  display: flex;
  justify-content: space-between;
  margin-bottom: 8px;
}
.wu-welcome__btn-wrap .wu-btn {
  width: calc(50% - 16px);
  margin-left: 8px;
  margin-right: 8px;
}
.wu-welcome__block {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 16px 0;
}
.wu-welcome__block_cnt {
  width: 55%;
}
.wu-welcome__block_cnt .wu-sub-title {
  margin-bottom: 4px;
}
.wu-welcome__block__img {
  width: 40%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.wu-welcome__block__img img,
.wu-welcome__block__img svg {
  width: 100%;
}
.wu-welcome__block--rev {
  flex-direction: row-reverse;
}

.wu-signinup {
  position: relative;
  overflow: hidden;
  background-color: #ffdd00;
}
.wu-signinup__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #ffdd00;
}
.wu-signinup .wu-title {
  font-size: 52px;
  text-align: left;
  margin-bottom: 24px;
  font-family: "PP Right Grotesk Wide";
}
.wu-signinup__wrap {
  position: relative;
  width: 50%;
  display: flex;
  flex-direction: column;
  padding: 32px 0;
  z-index: 1;
}
.wu-signinup__content {
  width: 100%;
  position: relative;
}
.wu-signinup__content-wrap {
  width: 100%;
}
.wu-signinup__content__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #ffdd00;
}
.wu-signinup__form {
  width: 100%;
  max-width: 450px;
}
.wu-signinup__act {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.wu-signinup__act .wu-btn {
  width: 200px;
}
.wu-signinup__tnc {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 16px;
}
.wu-signinup__tnc .wu-checkbox {
  margin-right: 8px;
}
.wu-signinup__tnc .wu-label {
  cursor: pointer;
}
.wu-signinup__tnc .wu-label a {
  font-weight: 600;
  color: #0a0005;
}
.wu-signinup__tnc .wu-label a:hover {
  text-decoration: underline;
}
.wu-signinup .wu-footer {
  margin-top: -16px;
}

@media (min-width: 768px) and (max-width: 1023px) {
  .wu-signinup__form {
    max-width: 300px;
  }
}
@media (max-width: 767px) {
  .wu-signinup .content-wrapper {
    padding: 0;
  }
  .wu-signinup__bg {
    background-image: none !important;
  }
  .wu-signinup .wu-title {
    font-size: 30px;
    margin-bottom: 24px;
    color: #ffffff;
  }
  .wu-signinup__content {
    min-height: 450px;
  }
  .wu-signinup__content-wrap {
    width: 80%;
    position: relative;
    color: #ffffff;
    padding: 24px 16px;
  }
  .wu-signinup__wrap {
    width: 100%;
    padding-top: 0;
  }
  .wu-signinup__form {
    padding: 0 16px;
  }
}
.wu-footer {
  width: 100%;
  height: auto;
  display: flex;
  background-color: #000000;
  padding: 24px;
}

@media (min-width: 768px) and (max-width: 1023px) {
  .wu-footer {
    padding: 8px;
  }
}
@media (max-width: 767px) {
  .wu-footer {
    padding: 8px;
  }
}
.wu-header {
  background-color: #000000;
  z-index: 1;
  position: relative;
}
.wu-header .navbar {
  padding: 40px 0;
}
.wu-header__logo {
  max-width: 200px;
  padding: 0;
}
.wu-header__logo img {
  width: 100%;
  height: auto;
}
.wu-header .nav-item {
  margin: 0 8px;
  position: relative;
}
.wu-header .nav-item::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  transition: all 0.3s ease-in-out;
  background-color: #ffdd00;
}
.wu-header .nav-item:hover::after {
  width: 100%;
}
.wu-header .nav-link {
  font-size: 20px;
}
.wu-header .container-fluid {
  padding: 0;
}
.wu-header .navbar-light .navbar-brand {
  color: #ffffff;
}
.wu-header .navbar-light .navbar-toggler-icon {
  background-image: url("../images/hamburg-white.svg");
  width: 2.5rem;
  height: 2.5rem;
}
.wu-header .navbar-toggler {
  padding: 0;
}
.wu-header .navbar-light .navbar-nav .nav-link {
  color: #ffffff;
}
.wu-header--yellow {
  background-color: #ffdd00;
}
.wu-header--yellow .navbar-light .navbar-nav .nav-link {
  color: #000000;
}
.wu-header--yellow .navbar-light .navbar-toggler-icon {
  background-image: url("../images/hamburg-black.svg");
}
.wu-header--yellow .wu-header__lang span {
  color: #000000;
}
.wu-header--yellow .wu-header__langicon svg path {
  fill: #000000;
}
.wu-header__rightnav {
  display: flex;
  align-items: center;
}
.wu-header__lang {
  margin-left: 8px;
  display: flex;
  align-items: center;
}
.wu-header__lang span {
  font-size: 20px;
  color: #ffffff;
}
.wu-header__langicon {
  width: 25px;
  height: 25px;
  margin-right: 4px;
}
.wu-header__langicon svg {
  width: 100%;
  height: 100%;
}
.wu-header__langicon svg path {
  fill: #ffffff;
}

@media (max-width: 1023px) {
  .wu-header .navbar {
    padding: 32px 0;
  }
  .wu-header .navbar-nav {
    padding: 16px 0;
    margin-bottom: 0 !important;
  }
  .wu-header .nav-item::after {
    content: none;
  }
  .wu-header .navbar-toggler {
    outline: none;
    border: none;
    box-shadow: none;
  }
  .wu-header .navbar-toggler:focus {
    outline: none;
    border: none;
    box-shadow: none;
  }
  .wu-header__lang {
    margin-right: 16px;
  }
  .wu-header__lang span {
    font-size: 25px;
  }
  .wu-header .container-fluid .wu-header__logo {
    order: 1;
  }
  .wu-header .container-fluid .wu-header__rightnav,
  .wu-header .container-fluid .navbar-toggler {
    order: 2;
  }
  .wu-header .container-fluid .navbar-collapse {
    order: 3;
  }
}
@media (max-width: 767px) {
  .wu-header {
    background-color: #f5f5fa;
  }
  .wu-header .navbar {
    padding: 16px 0;
  }
  .wu-header__logo {
    max-width: 65px;
  }
  .wu-header .navbar-light .navbar-toggler-icon {
    background-image: url("../images/hamburg-black.svg");
    width: 1.5rem;
    height: 1.5rem;
  }
  .wu-header .navbar-light .navbar-nav .nav-link {
    color: #000000;
  }
  .wu-header--yellow {
    background-color: #000000;
  }
  .wu-header--yellow .navbar-light .navbar-toggler-icon {
    background-image: url("../images/hamburg-yellow.svg");
  }
  .wu-header--yellow .navbar-light .navbar-nav .nav-link {
    color: #ffffff;
  }
  .wu-header--yellow .wu-header__lang span {
    color: #ffdd00;
  }
  .wu-header--yellow .wu-header__langicon svg path {
    fill: #ffdd00;
  }
  .wu-header__lang {
    margin-right: 16px;
  }
  .wu-header__lang span {
    font-size: 20px;
    color: #000000;
  }
  .wu-header__langicon {
    width: 22px;
    height: 22px;
  }
  .wu-header__langicon svg path {
    fill: #000000;
  }
  .wu-header .container-fluid .wu-header__logo {
    order: 1;
  }
  .wu-header .container-fluid .wu-header__rightnav,
  .wu-header .container-fluid .navbar-toggler {
    order: 2;
  }
  .wu-header .container-fluid .navbar-collapse {
    order: 3;
  }
}
.wu-rewards {
  background-color: #ffdd00;
  padding-bottom: 40px;
  height: calc(100vh - 50px);
}
.wu-rewards__main {
  overflow: hidden;
  display: flex;
  position: relative;
}
.wu-rewards__text {
  padding: 24px 0;
  width: 60%;
}
.wu-rewards__subtitle {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 8px;
}
.wu-rewards__title {
  font-size: 30px;
  font-weight: 700;
}
.wu-rewards__img {
  width: 60%;
  height: 100%;
  transform: translateX(-30px);
}
.wu-rewards__img img {
  width: 120%;
}
.wu-rewards__coupon-wrap {
  background-color: #ffdd00;
}
.wu-rewards__coupon {
  padding: 24px 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
}
.wu-rewards__coupon-text {
  font-size: 15px;
  text-align: center;
  width: 80%;
  margin-bottom: 16px;
}
.wu-rewards__coupon-wrap {
  display: flex;
  justify-content: center;
}
.wu-rewards__coupon-tile {
  width: 40%;
  padding: 16px;
  text-align: center;
  border: 2px solid #000000;
  margin: 0 4px;
  position: relative;
}
.wu-rewards__coupon-tile::after {
  content: "";
  position: absolute;
  width: 4px;
  height: 70%;
  left: -3px;
  top: 15%;
  background-color: #ffdd00;
}
.wu-rewards__coupon-tile::before {
  content: "";
  position: absolute;
  width: 4px;
  height: 70%;
  right: -3px;
  top: 15%;
  background-color: #ffdd00;
}
.wu-rewards__coupon-tile p {
  font-size: 15px;
}
.wu-rewards__coupon-tile h3 {
  font-size: 45px;
}
.wu-rewards__coupon-coins {
  position: absolute;
  width: 100px;
  right: 30px;
  bottom: -35px;
}
.wu-rewards__coupon-btn {
  margin: 40px 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.wu-referrals {
  padding: 16px 0;
}
.wu-referrals__head {
  text-align: center;
}
.wu-referrals__head .wu-title {
  margin-bottom: 8px;
}
.wu-referrals__body {
  margin: 24px 0;
  background-color: #f5f5fa;
  padding: 0 16px;
}
.wu-referrals__tile {
  padding: 16px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.wu-referrals__tiletitle {
  font-size: 80px;
  color: #756f75;
}
.wu-referrals__tiledesc {
  max-width: 60%;
  font-size: 20px;
  color: #756f75;
  font-weight: 600;
}
.wu-referrals__tiledesc span {
  color: #000000;
}
.wu-referrals__tilesub {
  font-size: 16px;
  font-weight: 600;
}
.wu-referrals__tileimg {
  margin-top: 16px;
  width: 175px;
}
.wu-referrals__tileimg img {
  width: 100%;
}
.wu-referrals__links {
  padding: 16px 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.wu-referrals__linkitem {
  display: flex;
  align-items: center;
  color: #756f75;
}
.wu-referrals__linkitem svg {
  margin-left: 8px;
  width: 10px;
  height: 10px;
}
.wu-referrals__btn {
  display: flex;
  justify-content: center;
  align-items: center;
}
.wu-referrals__btn .wu-btn {
  margin: 0 8px;
}

.wu-luckydraw .wu-referrals__body {
  padding: 0;
  background-color: transparent;
}
.wu-luckydraw__body {
  display: flex;
  flex-wrap: wrap;
  margin: 16px -0.5px;
}
.wu-luckydraw__body .wu-lucky__card {
  width: calc(50% - 1px);
  margin: 0.5px;
}

.wu-tab {
  width: 100%;
  margin: 8px auto;
  overflow: scroll;
}
.wu-tab::-webkit-scrollbar {
  display: none;
}
.wu-tab__outer {
  display: flex;
  align-items: center;
  border-bottom: 2px solid #756f75;
}
.wu-tab__link {
  display: block;
  padding: 8px 32px;
  font-size: 20px;
  font-family: "PP Right Grotesk Wide";
  font-weight: 500;
  color: #756f75;
  white-space: nowrap;
  margin: 0 8px;
  transition: 0.3s;
  position: relative;
}
.wu-tab__link::after {
  content: "";
  position: absolute;
  height: 2px;
  width: 0;
  background-color: #000000;
  left: 0;
  bottom: -2px;
  transition: 0.3s;
}
.wu-tab__link:hover {
  color: #000000;
  border-color: #000000;
  transition: 0.3s;
}
.wu-tab__link:hover::after {
  width: 100%;
}
.wu-tab__link--active {
  color: #000000;
  position: relative;
  pointer-events: none;
}
.wu-tab__link--active::after {
  content: "";
  position: absolute;
  height: 2px;
  width: 100%;
  background-color: #000000;
  left: 0;
  bottom: -2px;
}

@media (max-width: 767px) {
  .wu-tab__outer {
    justify-content: space-between;
  }
  .wu-tab__link {
    font-size: 18px;
  }
}
.wu-my-coupons {
  padding: 24px 0;
}
.wu-my-coupons .wu-title {
  padding-bottom: 16px;
}
.wu-my-coupons .wu-para {
  padding-bottom: 24px;
}
.wu-my-coupons__tile-wrap {
  display: flex;
  flex-wrap: wrap;
}
.wu-my-coupons__tile-outer {
  width: calc(50% - 16px);
  margin: 8px;
  position: relative;
  overflow: hidden;
  border-radius: 15px;
}
.wu-my-coupons__tile {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #ffdd00;
  padding: 16px 24px 16px 16px;
  border-radius: 15px;
  width: 100%;
  height: 100%;
}
.wu-my-coupons__tile--blue {
  background-color: #94cbf2;
}
.wu-my-coupons__tile--blue .wu-my-coupons__tile-desc {
  color: #ffffff;
}
.wu-my-coupons__tile--redeem {
  background-color: #f5f5fa;
  pointer-events: none;
  opacity: 0.4;
}
.wu-my-coupons__tile-black {
  background-color: #000000;
  padding: 16px 24px 16px 16px;
  border-radius: 15px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: -100%;
  transition: 0.3s;
}
.wu-my-coupons__tile-list {
  color: #ffffff;
}
.wu-my-coupons__inner-wrap {
  display: flex;
  align-items: center;
  margin-right: 16px;
}
.wu-my-coupons__qr {
  width: 100px;
  height: auto;
  margin-right: 16px;
}
.wu-my-coupons__qr img {
  width: 100%;
}
.wu-my-coupons__tile-head {
  font-size: 20px;
  color: #0a0005;
  font-weight: 500;
  padding-bottom: 8px;
}
.wu-my-coupons__tile-desc {
  font-size: 14px;
  color: #808080;
  font-weight: 500;
  max-width: 200px;
}
.wu-my-coupons__arrow-left svg, .wu-my-coupons__arrow-right svg {
  transition: 0.3s;
}
.wu-my-coupons__arrow-left:hover svg, .wu-my-coupons__arrow-right:hover svg {
  scale: 1.1;
  transition: 0.3s;
}
.wu-my-coupons__tile-list {
  width: 75%;
  margin-right: 16px;
  font-style: italic;
  font-size: 12px;
  overflow-y: auto;
  max-height: 115px;
}
.wu-my-coupons__tile-list li {
  position: relative;
  margin-left: 16px;
  margin-bottom: 4px;
}
.wu-my-coupons__tile-list li::before {
  content: "";
  position: absolute;
  width: 5px;
  height: 5px;
  border-radius: 50px;
  background-color: #ffffff;
  top: 8px;
  left: -16px;
}
.wu-my-coupons .wu-my-coupons__tile-outer.show .wu-my-coupons__tile-black {
  right: 0px;
}

@media (min-width: 768px) and (max-width: 1023px) {
  .wu-my-coupons__tile-list {
    max-height: 100px;
  }
}
@media (max-width: 767px) {
  .wu-my-coupons__tile-wrap {
    flex-direction: column;
  }
  .wu-my-coupons__tile-outer {
    width: 100%;
    margin: 0 0 16px 0;
    padding: 0;
    min-height: auto;
  }
  .wu-my-coupons__qr {
    width: 80px;
    height: auto;
  }
  .wu-my-coupons__tile-head {
    font-size: 18px;
  }
  .wu-my-coupons__arrow-left svg, .wu-my-coupons__arrow-right svg {
    width: 25px;
    height: 25px;
  }
  .wu-my-coupons__tile-list {
    max-height: 80px;
    width: 80%;
  }
}
.wu-yes {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  position: relative;
}
.wu-yes__ormimg {
  position: absolute;
  right: 0px;
  top: -35px;
  width: 110px;
}
.wu-yes__content {
  padding-top: 56px;
}
.wu-yes .wu-title {
  text-align: center;
  margin-bottom: 8px;
}
.wu-yes .wu-para {
  text-align: center;
}
.wu-yes .wu-para--bm {
  margin-bottom: 8px;
}
.wu-yes__act {
  display: flex;
  align-items: center;
  justify-content: center;
}
.wu-yes__act .wu-btn {
  width: 200px;
}
.wu-yes__tnc {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 16px;
}
.wu-yes__tnc .wu-checkbox {
  margin-right: 8px;
}
.wu-yes__tnc .wu-label {
  cursor: pointer;
}
.wu-yes__tnc .wu-label a {
  font-weight: 600;
  color: #0a0005;
}
.wu-yes__tnc .wu-label a:hover {
  text-decoration: underline;
}
.wu-yes .wu-footer {
  margin-top: auto;
}

.wu-lucky-draw__head {
  padding: 24px 8px;
}
.wu-lucky-draw__head .wu-title {
  margin-bottom: 16px;
}
.wu-lucky-draw__tilewrap {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -8px;
}
.wu-lucky-draw__tilewrap .wu-lucky-tile {
  width: calc(50% - 16px);
  margin: 0 8px;
}

@media (max-width: 767px) {
  .wu-lucky-draw__tilewrap .wu-lucky-tile {
    width: calc(100% - 16px);
    margin: 8px 8px;
  }
}
.wu-spin-wheel {
  font-family: "Roboto", sans-serif;
  background-color: #000000;
  height: calc(100vh + 50px);
  overflow: hidden;
  position: relative;
}
.wu-spin-wheel__bodybg {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.wu-spin-wheel__bodybg video {
  width: 100%;
  height: auto;
}
.wu-spin-wheel__bodybg::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: black;
  opacity: 0.5;
  z-index: 1;
}
.wu-spin-wheel__outer {
  position: relative;
  height: 100%;
  width: 100%;
  z-index: 2;
}
.wu-spin-wheel__outer::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-image: url("../../assets/images/spin-wheel-yellow-bg.png");
  background-position: inherit;
  background-repeat: no-repeat;
  background-size: cover;
  transition: 0.3s;
}
.wu-spin-wheel__head {
  position: relative;
  width: 100%;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.wu-spin-wheel__close {
  width: 2%;
  margin: 0 24px;
}
.wu-spin-wheel__close svg {
  width: 100%;
  height: auto;
}
.wu-spin-wheel__logo {
  width: 25%;
  height: auto;
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  align-items: center;
  padding: 40px 24px;
}
.wu-spin-wheel__logo img {
  width: 60%;
}
.wu-spin-wheel__bodyouter {
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
}
.wu-spin-wheel__body {
  position: relative;
  width: 100%;
  z-index: 1;
  display: flex;
  align-items: flex-start;
  justify-content: center;
}
.wu-spin-wheel__left, .wu-spin-wheel__right {
  width: 25%;
  background-color: #ffffff;
  height: auto;
  border-radius: 5px;
  padding: 16px;
  text-align: center;
  min-height: 410px;
  max-height: 410px;
  overflow-y: scroll;
}
.wu-spin-wheel__left::-webkit-scrollbar, .wu-spin-wheel__right::-webkit-scrollbar {
  width: 5px;
}
.wu-spin-wheel__left::-webkit-scrollbar-track, .wu-spin-wheel__right::-webkit-scrollbar-track {
  background-color: #ffffff;
  border-radius: 100px;
}
.wu-spin-wheel__left::-webkit-scrollbar-thumb, .wu-spin-wheel__right::-webkit-scrollbar-thumb {
  background-color: #756f75;
  border-radius: 100px;
}
.wu-spin-wheel__sidehead {
  font-size: 24px;
  font-weight: 600;
  border-bottom: 1px solid #000000;
  padding-bottom: 16px;
}
.wu-spin-wheel__sidehead h4,
.wu-spin-wheel__sidehead h3,
.wu-spin-wheel__sidehead h2,
.wu-spin-wheel__sidehead h1 {
  font-size: 35px;
  font-weight: 900;
  font-family: "PP Right Grotesk Wide";
}
.wu-spin-wheel__sidetext {
  padding: 24px 0;
  font-size: 16px;
  font-weight: 600;
  text-align: left;
}
.wu-spin-wheel__sidetext p {
  margin-bottom: 8px;
}
.wu-spin-wheel__sidetext p:last-child {
  margin-bottom: 0;
}
.wu-spin-wheel__players {
  margin-bottom: 24px;
}
.wu-spin-wheel__players p {
  margin-bottom: 4px;
}
.wu-spin-wheel__players:last-child {
  margin-bottom: 0;
}
.wu-spin-wheel__prizedetail {
  font-size: 16px;
  font-weight: 700;
  color: #756f75;
}
.wu-spin-wheel__date {
  color: #756f75;
  font-weight: 500;
}
.wu-spin-wheel__middle {
  position: relative;
  width: 60%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.wu-spin-wheel__disc {
  position: relative;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  margin-bottom: 24px;
}
.wu-spin-wheel__disc .wu-spin-wheel__pointer {
  position: absolute;
}
.wu-spin-wheel__pointer {
  width: 35px;
  height: 35px;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.wu-spin-wheel__pointer img {
  width: 100%;
  height: 100%;
}
.wu-spin-wheel__spinner {
  position: relative;
  z-index: 2;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 350px;
  height: 350px;
  border-radius: 50%;
  overflow: hidden;
}
.wu-spin-wheel__spinner img,
.wu-spin-wheel__spinner video {
  width: 100%;
}
.wu-spin-wheel__spinner iframe {
  width: 100%;
  height: 100%;
}
.wu-spin-wheel__spinner iframe video:-webkit-full-page-media {
  width: 100% !important;
  height: 100% !important;
}
.wu-spin-wheel__btn {
  background-color: #ffdd00;
  border-radius: 20px;
  padding: 4px 16px;
  margin-top: 16px;
  cursor: pointer;
  font-weight: 900;
  color: #000000;
  font-size: 22px;
  font-family: "PP Right Grotesk Wide";
  letter-spacing: 1.5px;
  line-height: 1.2;
  border: 1px solid #ffdd00;
  transition: 0.3s;
  display: flex;
  align-items: center;
}
.wu-spin-wheel__btn:hover {
  color: #ffdd00;
  background-color: transparent;
  border: 1px solid #ffdd00;
  transition: 0.3s;
}
.wu-spin-wheel__btn--modal {
  display: none;
}
.wu-spin-wheel__modal .modal-dialog {
  max-width: 800px;
}
.wu-spin-wheel__modal .modal-content {
  background-color: transparent;
  padding: 40px;
  position: relative;
}
.wu-spin-wheel__modal .modal-content .wu-spin-wheel__modalbg {
  position: absolute;
}
.wu-spin-wheel__modal .modal-content .wu-spin-wheel__modalbg video {
  width: 100%;
  height: 100%;
}
.wu-spin-wheel__modal .modal-footer {
  position: relative;
  padding-top: 16px;
  border: 0;
  display: flex;
  justify-content: center;
}
.wu-spin-wheel__modal .modal-footer .wu-spin-wheel__btn {
  margin-top: 0;
  display: block;
  background-color: #000000;
  color: #ffdd00;
  border-color: #000000;
}
.wu-spin-wheel__modal .modal-footer .wu-spin-wheel__btn:hover {
  background-color: #ffdd00;
  border-color: #000000;
  color: #000000;
}
.wu-spin-wheel__modal .modal-body {
  text-align: center;
  font-size: 25px;
}
.wu-spin-wheel__modal .wu-spin-wheel__btn {
  padding: 4px 40px;
}
.wu-spin-wheel__modal--message .modal-content {
  background-color: #ffdd00 !important;
  border-radius: 15px;
}
.wu-spin-wheel__modal--message .modal-dialog {
  max-width: 600px;
}
.wu-spin-wheel__modal--message .modal-body P {
  font-size: 28px;
  font-family: "PP Right Grotesk Wide";
}
.wu-spin-wheel__modal--message .modal-footer .wu-spin-wheel__btn {
  margin: 0 16px;
}
.wu-spin-wheel__modal--disabled .modal-dialog {
  transform: none !important;
}
.wu-spin-wheel__congrts {
  font-size: 30px;
  font-weight: 500;
  margin-bottom: 8px;
}
.wu-spin-wheel__prize {
  font-size: 25px;
  font-weight: 600;
  margin-bottom: 4px;
}
.wu-spin-wheel__winner {
  font-size: 40px;
  font-weight: 700;
  margin-bottom: 4px;
  font-family: "PP Eiko Italic";
  font-style: italic;
}
.wu-spin-wheel__modalbg {
  border-radius: 15px;
  overflow: hidden;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 0;
}
.wu-spin-wheel__winnerouter {
  display: flex;
  justify-content: center;
  padding-top: 16px;
}
.wu-spin-wheel__winnersec {
  margin: 0 32px;
  font-size: 22px;
}
.wu-spin-wheel__winnersec .wu-spin-wheel__prize {
  font-size: 22px;
}
.wu-spin-wheel__winnersec .wu-spin-wheel__winner {
  font-size: 35px;
}
.wu-spin-wheel--spin .wu-spin-wheel__bodybg video {
  transform: scale(1.1);
  transition: 0.9s;
}
.wu-spin-wheel--spin .wu-spin-wheel__outer::after {
  transform: scale(3.1);
  transition: 0.9s;
  opacity: 0;
}
.wu-spin-wheel--spin .wu-spin-wheel__close {
  display: none;
}
.wu-spin-wheel--spin .wu-spin-wheel__close svg path {
  stroke: #ffffff;
}
.wu-spin-wheel--spin .wu-spin-wheel__discwrap {
  transform: scale(1.3) translateY(40px);
  transition: 0.3s;
}
.wu-spin-wheel--spin .wu-spin-wheel__left {
  opacity: 0;
  transform: translateX(-200%);
  transition: 0.3s;
}
.wu-spin-wheel--spin .wu-spin-wheel__right {
  opacity: 0;
  transform: translateX(200%);
  transition: 0.3s;
}
.wu-spin-wheel--spin .wu-spin-wheel__btn {
  display: none;
}
.wu-spin-wheel--spin .wu-spin-wheel__btn--modal {
  display: block;
}
.wu-spin-wheel__spinwords {
  font-size: 20px;
  color: #ffffff;
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
}
.wu-spin-wheel .wu-spin-wheel__close {
  position: absolute;
  top: 30%;
  right: 0;
  transform: translateY(-100%);
}
.wu-spin-wheel .wu-spin-wheel__head {
  align-items: flex-start;
}
.wu-spin-wheel .wu-spin-wheel__bodyouter {
  height: calc(100vh - 230px);
}
.wu-spin-wheel .price-details {
  flex: 1;
  height: 100%;
  padding: 16px;
  display: flex;
  flex-direction: column;
  align-items: center;
  transform: translateX(-16%);
}
.wu-spin-wheel .price-details--hide {
  display: none !important;
}
.wu-spin-wheel .price-details__title {
  font-family: "PP Right Grotesk Wide";
  letter-spacing: 1px;
  font-size: 35px;
  font-weight: 900;
  margin-bottom: 16px;
  text-transform: capitalize;
}
.wu-spin-wheel .price-details__card-wrap {
  width: 100%;
  display: flex;
  justify-content: center;
}
.wu-spin-wheel .price-details__card {
  position: relative;
  width: calc(25% - 16px);
  min-width: 200px;
  height: auto;
  margin: 0 8px;
  overflow: hidden;
  border-radius: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.wu-spin-wheel .price-details__card-img {
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}
.wu-spin-wheel .price-details__card-img video,
.wu-spin-wheel .price-details__card-img img {
  width: 100%;
  height: 100%;
}
.wu-spin-wheel .price-details__card-cnt {
  text-align: center;
  height: 100%;
  position: relative;
  flex: 1 1 auto;
  padding: 24px 32px;
}
.wu-spin-wheel .price-details__card-title {
  font-size: 26px;
  font-weight: 800;
  margin-bottom: 8px;
  color: #ffdd00;
  font-family: "PP Right Grotesk Wide";
  letter-spacing: 1px;
}
.wu-spin-wheel .price-details__card-price {
  font-size: 20px;
  font-weight: 700;
  color: #ffdd00;
}

@media (min-width: 3840px) {
  .wu-spin-wheel__logo {
    padding: 100px 40px 100px 60px;
  }
  .wu-spin-wheel__close {
    margin: 0 50px;
  }
  .wu-spin-wheel__body {
    padding: 0 80px;
  }
  .wu-spin-wheel__left, .wu-spin-wheel__right {
    padding: 32px;
    max-height: 900px;
    min-height: 900px;
  }
  .wu-spin-wheel__left::-webkit-scrollbar, .wu-spin-wheel__right::-webkit-scrollbar {
    width: 10px;
  }
  .wu-spin-wheel__sidehead {
    font-size: 80px;
  }
  .wu-spin-wheel__sidehead h4,
  .wu-spin-wheel__sidehead h3,
  .wu-spin-wheel__sidehead h2,
  .wu-spin-wheel__sidehead h1 {
    font-size: 90px;
  }
  .wu-spin-wheel__sidetext {
    font-size: 45px;
    margin-bottom: 8px;
  }
  .wu-spin-wheel__sidetext p {
    margin-bottom: 8px;
  }
  .wu-spin-wheel__prizedetail {
    font-size: 40px;
  }
  .wu-spin-wheel__spinner {
    width: 900px;
    height: 900px;
    margin-bottom: 50px;
  }
  .wu-spin-wheel__pointer {
    width: 90px;
    height: 90px;
  }
  .wu-spin-wheel__btn {
    font-size: 80px;
    padding: 8px 40px;
    border-radius: 75px;
  }
  .wu-spin-wheel--spin .wu-spin-wheel__discwrap {
    transform: scale(1.3) translateY(-80px);
  }
  .wu-spin-wheel__modal .modal-dialog {
    max-width: 2900px;
  }
  .wu-spin-wheel__modal .modal-body {
    font-size: 85px;
  }
  .wu-spin-wheel__modal .modal-content {
    padding: 120px;
  }
  .wu-spin-wheel__modal .wu-spin-wheel__btn {
    margin-top: 16px !important;
    padding: 8px 80px;
  }
  .wu-spin-wheel__modal .modal-footer {
    padding-top: 24px;
  }
  .wu-spin-wheel__modal--message .modal-dialog {
    max-width: 1800px;
  }
  .wu-spin-wheel__modal--message .modal-content {
    border-radius: 30px;
  }
  .wu-spin-wheel__modal--message .modal-body P {
    font-size: 100px;
  }
  .wu-spin-wheel__modal--message .modal-footer {
    padding-top: 70px;
  }
  .wu-spin-wheel__modal--message .modal-footer .wu-spin-wheel__btn {
    margin: 0 32px;
  }
  .wu-spin-wheel__modalbg {
    border-radius: 50px;
  }
  .wu-spin-wheel__congrts {
    font-size: 120px;
    margin-bottom: 16px;
  }
  .wu-spin-wheel__prize {
    font-size: 90px;
    margin-bottom: 8px;
  }
  .wu-spin-wheel__winner {
    font-size: 160px;
    margin-bottom: 8px;
  }
  .wu-spin-wheel__winnersec {
    margin: 0 40px;
    font-size: 60px;
    padding-top: 24px;
  }
  .wu-spin-wheel__winnersec .wu-spin-wheel__prize {
    font-size: 70px;
  }
  .wu-spin-wheel__winnersec .wu-spin-wheel__winner {
    font-size: 120px;
  }
  .wu-spin-wheel .price-details {
    flex: 1;
    height: 100%;
    padding: 16px;
    display: flex;
    flex-direction: column;
    align-items: center;
    transform: translateX(-10%);
  }
  .wu-spin-wheel .price-details--hide {
    display: none !important;
  }
  .wu-spin-wheel .price-details__title {
    font-size: 110px;
    font-weight: 900;
    margin-bottom: 35px;
    text-transform: capitalize;
  }
  .wu-spin-wheel .price-details__card-wrap {
    width: 100%;
    display: flex;
    justify-content: center;
  }
  .wu-spin-wheel .price-details__card {
    position: relative;
    width: calc(25% - 16px);
    min-width: 200px;
    height: auto;
    margin: 0 8px;
    overflow: hidden;
    border-radius: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .wu-spin-wheel .price-details__card-img {
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
  }
  .wu-spin-wheel .price-details__card-img video,
  .wu-spin-wheel .price-details__card-img img {
    width: 100%;
    height: 100%;
  }
  .wu-spin-wheel .price-details__card-cnt {
    text-align: center;
    height: 100%;
    position: relative;
    flex: 1 1 auto;
    padding: 70px;
  }
  .wu-spin-wheel .price-details__card-title {
    font-size: 80px;
    font-weight: 800;
    margin-bottom: 16px;
    color: #ffdd00;
  }
  .wu-spin-wheel .price-details__card-price {
    font-size: 70px;
    font-weight: 700;
    color: #ffdd00;
  }
}
@media (min-width: 1920px) and (max-width: 3839px) {
  .wu-spin-wheel__logo {
    padding: 75px 20px 75px 30px;
  }
  .wu-spin-wheel__close {
    margin: 0 50px;
  }
  .wu-spin-wheel__body {
    padding: 0 80px;
  }
  .wu-spin-wheel__left, .wu-spin-wheel__right {
    padding: 32px;
    max-height: 550px;
    min-height: 550px;
  }
  .wu-spin-wheel__sidehead {
    font-size: 32px;
  }
  .wu-spin-wheel__sidehead h4,
  .wu-spin-wheel__sidehead h3,
  .wu-spin-wheel__sidehead h2,
  .wu-spin-wheel__sidehead h1 {
    font-size: 50px;
  }
  .wu-spin-wheel__sidetext {
    font-size: 25px;
    margin-bottom: 16px;
  }
  .wu-spin-wheel__sidetext p {
    margin-bottom: 4px;
  }
  .wu-spin-wheel__prizedetail {
    font-size: 22px;
  }
  .wu-spin-wheel__spinner {
    width: 550px;
    height: 550px;
    margin-bottom: 50px;
  }
  .wu-spin-wheel__pointer {
    width: 65px;
    height: 65px;
  }
  .wu-spin-wheel__btn {
    font-size: 30px;
    padding: 8px 40px;
    border-radius: 75px;
  }
  .wu-spin-wheel--spin .wu-spin-wheel__discwrap {
    transform: scale(1.3) translateY(40px);
  }
  .wu-spin-wheel__modal .modal-dialog {
    max-width: 1600px;
  }
  .wu-spin-wheel__modal .modal-body {
    font-size: 50px;
  }
  .wu-spin-wheel__modal .modal-content {
    padding: 100px;
  }
  .wu-spin-wheel__modal .wu-spin-wheel__btn {
    margin-top: 16px !important;
    padding: 8px 80px;
  }
  .wu-spin-wheel__modal--message .modal-dialog {
    max-width: 1000px;
  }
  .wu-spin-wheel__modal--message .modal-content {
    border-radius: 25px;
  }
  .wu-spin-wheel__modal--message .modal-body P {
    font-size: 45px;
  }
  .wu-spin-wheel__modal--message .modal-footer .wu-spin-wheel__btn {
    margin: 0 24px;
  }
  .wu-spin-wheel__modalbg {
    border-radius: 50px;
  }
  .wu-spin-wheel__congrts {
    font-size: 70px;
    margin-bottom: 16px;
  }
  .wu-spin-wheel__prize {
    font-size: 50px;
    margin-bottom: 8px;
  }
  .wu-spin-wheel__winner {
    font-size: 100px;
    margin-bottom: 8px;
  }
  .wu-spin-wheel__winnersec {
    margin: 0 40px;
    font-size: 40px;
    padding-top: 24px;
  }
  .wu-spin-wheel__winnersec .wu-spin-wheel__prize {
    font-size: 40px;
  }
  .wu-spin-wheel__winnersec .wu-spin-wheel__winner {
    font-size: 70px;
  }
  .wu-spin-wheel .price-details__title {
    font-size: 60px;
  }
  .wu-spin-wheel .price-details__card-cnt {
    padding: 35px 50px;
  }
  .wu-spin-wheel .price-details__card-title {
    font-size: 40px;
  }
  .wu-spin-wheel .price-details__card-price {
    font-size: 30px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .wu-spin-wheel__bodybg video {
    width: auto;
    height: 100%;
  }
  .wu-spin-wheel__outer::after {
    background-position: bottom;
  }
  .wu-spin-wheel__logo {
    width: 35%;
  }
  .wu-spin-wheel__left, .wu-spin-wheel__right {
    width: 30%;
    max-height: 400px;
    overflow-y: scroll;
  }
  .wu-spin-wheel__spinner {
    width: 300px;
    height: 300px;
  }
  .wu-spin-wheel .wu-spin-wheel__close {
    top: 30px;
    transform: translateY(0%);
  }
  .wu-spin-wheel .wu-spin-wheel__bodyouter {
    height: calc(100vh - 350px);
  }
  .wu-spin-wheel .wu-spin-wheel__head {
    flex-direction: column;
  }
  .wu-spin-wheel .price-details {
    width: 100%;
    transform: translateX(0%);
  }
  .wu-spin-wheel .price-details--hide {
    display: none !important;
  }
  .wu-spin-wheel .price-details__title {
    font-size: 35px;
  }
  .wu-spin-wheel .price-details__card-title {
    font-size: 28px;
  }
  .wu-spin-wheel .price-details__card-price {
    font-size: 20px;
  }
}
.spinWeelBg_name {
  display: inline-block;
  font-size: 22px;
  font-weight: 600;
  padding: 16px;
  color: transparent;
  position: absolute;
  opacity: 0;
  top: -50px;
  --anime-top-pos1: 0%;
  --anime-top-pos2: 0%;
  --anime-top-pos3: 0%;
  --anime-top-pos4: 0%;
  --anime-top-pos5: 0%;
}
.spinWeelBg_name--mod {
  width: auto;
  color: #fff;
  border-radius: 10px;
  text-align: center;
}

.wu-spin-wheel--anim .spinWeelBg_name--mod {
  animation: drops 5s 0s 5;
}

@keyframes drops {
  20% {
    opacity: 1;
    top: var(--anime-top-pos1);
  }
  40% {
    opacity: 1;
    top: var(--anime-top-pos2);
  }
  60% {
    opacity: 1;
    top: var(--anime-top-pos3);
  }
  80% {
    opacity: 1;
    top: var(--anime-top-pos4);
  }
  100% {
    opacity: 1;
    top: var(--anime-top-pos5);
  }
}
.wu-happiness-rwd {
  margin: 32px 0;
}
.wu-happiness-rwd__imagesec {
  width: 200px;
  height: 200px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 16px;
  border-radius: 50%;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
}
.wu-happiness-rwd__imagesec span {
  font-size: 40px;
  font-weight: 600;
  font-family: "PP Right Grotesk Wide";
  background: rgb(0, 0, 0);
  background: linear-gradient(-90deg, rgb(0, 0, 0) 0%, rgb(45, 25, 16) 54%, rgb(60, 33, 21) 100%);
  background-size: 100%;
  background-repeat: repeat;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -moz-background-clip: text;
  -moz-text-fill-color: transparent;
}
.wu-happiness-rwd__contentsec {
  text-align: center;
  margin: 0 auto;
  font-size: 22px;
}

@media (max-width: 767px) {
  .wu-happiness-rwd__imagesec {
    width: 150px;
    height: 150px;
  }
  .wu-happiness-rwd__imagesec span {
    font-size: 24px;
  }
  .wu-happiness-rwd__contentsec {
    width: 80%;
    font-size: 16px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .wu-happiness-rwd__imagesec {
    width: 170px;
    height: 170px;
  }
  .wu-happiness-rwd__imagesec span {
    font-size: 28px;
  }
  .wu-happiness-rwd__contentsec {
    width: 80%;
    font-size: 18px;
  }
}
.wu-minibanner {
  min-height: 350px;
  position: relative;
}
.wu-minibanner__bg {
  position: absolute;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: left;
}
.wu-minibanner__outer {
  min-height: 350px;
  display: flex;
  justify-content: center;
}
.wu-minibanner__cnt {
  width: 80%;
  margin-top: auto;
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  height: 100%;
}
.wu-minibanner__left {
  width: 50%;
  display: flex;
  justify-content: center;
  flex-direction: column;
  transform: translateY(50px);
}
.wu-minibanner__left .wu-title {
  width: 100%;
  font-size: 45px;
}
.wu-minibanner__left .wu-title span {
  font-family: "PP Eiko";
}
.wu-minibanner__left .wu-title__italic {
  width: 100%;
  font-size: 45px;
  font-family: "PP Eiko";
}
.wu-minibanner__right {
  width: 50%;
  display: flex;
  justify-content: center;
}
.wu-minibanner__right img {
  width: 100%;
  height: auto;
  max-width: 400px;
}
.wu-minibanner__rightbg {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  min-width: 300px;
  min-height: 320px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.wu-minibanner__rightbg .wu-title {
  font-weight: 900;
  font-size: 45px;
}
.wu-minibanner--white .wu-minibanner__right img {
  max-width: 300px;
}

@media (min-width: 768px) and (max-width: 1023px) {
  .wu-minibanner {
    min-height: 250px;
  }
  .wu-minibanner__outer {
    min-height: 250px;
    display: flex;
  }
  .wu-minibanner__cnt {
    margin-top: auto;
    width: 75%;
    justify-content: center;
  }
  .wu-minibanner__left {
    transform: translateY(0px);
    margin-right: 16px;
  }
  .wu-minibanner__left .wu-title {
    width: 100%;
    font-size: 35px;
  }
  .wu-minibanner__left .wu-title__italic {
    font-size: 35px;
  }
  .wu-minibanner__right {
    width: 35%;
  }
  .wu-minibanner__rightbg {
    min-width: 210px;
    min-height: 225px;
    align-items: center;
  }
  .wu-minibanner__rightbg .wu-title {
    font-size: 30px;
  }
  .wu-minibanner--white .wu-minibanner__right img {
    max-width: 300px;
    min-width: 200px;
  }
}
@media (max-width: 767px) {
  .wu-minibanner {
    min-height: 250px;
  }
  .wu-minibanner__outer {
    min-height: 250px;
    display: flex;
  }
  .wu-minibanner__cnt {
    margin-top: auto;
    width: 85%;
  }
  .wu-minibanner__left {
    transform: translateY(0px);
    margin-right: 16px;
  }
  .wu-minibanner__left .wu-title {
    width: 100%;
    font-size: 30px;
  }
  .wu-minibanner__left .wu-title__italic {
    font-size: 30px;
  }
  .wu-minibanner__rightbg {
    min-width: 150px;
    min-height: 160px;
    align-items: center;
  }
  .wu-minibanner__rightbg .wu-title {
    font-size: 25px;
  }
  .wu-minibanner--white .wu-minibanner__right {
    transform: translateY(-50px);
  }
  .wu-minibanner--white .wu-minibanner__right img {
    max-width: 300px;
    min-width: 150px;
  }
}
.wu-qr-referal {
  background-color: #D0E1EE;
  padding: 32px 0;
}
.wu-qr-referal .wu-para {
  text-align: center;
  width: 80%;
  margin: 0 auto;
}
.wu-qr-referal__img {
  display: flex;
  justify-content: center;
  margin: 24px 0;
}
.wu-qr-referal__icons {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.wu-qr-referal__icons .wu-share-modal__iconwrap {
  border-bottom: 0;
  margin-top: 8px;
}

@media (max-width: 767px) {
  .wu-qr-referal .wu-btn {
    width: 100%;
  }
}
:root {
  --header-height: 110px;
}

.wu-header--simple {
  background-color: hsl(0, 0%, 0%);
  min-height: 110px;
  height: 100%;
}
.wu-header__content {
  display: flex;
  align-items: center;
  justify-content: center;
}
.wu-header__logo {
  display: inline-flex;
  max-width: 194px;
  width: 100%;
  margin: 32px 0;
}

.wu-footer--simple {
  flex-direction: column;
  background-color: hsl(210, 12%, 93%);
  padding: 0;
}
.wu-footer__tp {
  padding: 32px 0;
}
.wu-footer__tp-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.wu-footer__logo {
  display: inline-flex;
  max-width: 200px;
  width: 100%;
}
.wu-footer__logo-img {
  height: auto;
  width: 100%;
}
.wu-footer__medias {
  display: flex;
  align-items: center;
  margin: 0 -8px;
}
.wu-footer__media {
  height: 34px;
  width: 34px;
  border-radius: 50%;
  transition: transform 0.2s ease-in-out;
  margin: 0 8px;
}
.wu-footer__media img {
  display: inline-block;
  width: 100%;
}
.wu-footer__media:hover {
  transform: translateY(-2px);
}
.wu-footer__bt {
  font-size: 14px;
  font-weight: 500;
  background-color: hsl(0, 0%, 100%);
  padding: 16px 0;
}

.wu-qrsec {
  position: relative;
  min-height: calc(100vh - var(--header-height));
  background-color: hsl(52, 100%, 50%);
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: cover;
}
.wu-qrsec .blue {
  border-bottom-right-radius: 40%;
}
.wu-qrsec .blue.show-mob {
  display: none !important;
}
.wu-qrsec .blue.show-des {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 50%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: bottom;
     object-position: bottom;
}
.wu-qrsec__content {
  position: relative;
  display: flex;
  z-index: 9;
}
.wu-qrsec__lt, .wu-qrsec__rt {
  width: 50%;
}
.wu-qrsec__lt {
  color: hsl(52, 100%, 50%);
  font-family: "PP Right Grotesk Wide";
}
.wu-qrsec__lt-in {
  max-width: 400px;
  width: 100%;
  margin-top: 84px;
}
.wu-qrsec__lt-title {
  font-size: 64px;
  font-weight: 700;
  line-height: 1.1;
  margin-bottom: 24px;
}
.wu-qrsec__lt-desc {
  font-size: 24px;
  font-weight: 500;
  line-height: 1.1;
  margin-bottom: 24px;
}
.wu-qrsec__rt {
  display: flex;
  color: hsl(0, 0%, 0%);
  text-align: center;
}
.wu-qrsec__rt-in {
  max-width: 420px;
  width: 100%;
  margin: 42px auto;
}
.wu-qrsec__rt-title {
  font-family: "PP Right Grotesk Wide";
  font-size: 28px;
  margin-bottom: 16px;
}
.wu-qrsec__qr {
  display: block;
  height: 260px;
  width: 260px;
  background-color: hsl(0, 0%, 100%);
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0px 14px 34px 0px rgba(0, 0, 0, 0.25);
  margin: 32px auto;
}
.wu-qrsec__qr-img {
  width: 100%;
  height: 100%;
}
.wu-qrsec__stores {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 -8px;
  margin-top: 16px;
}
.wu-qrsec__store {
  display: inline-flex;
  margin: 0 8px;
}

@media (max-width: 1023px) {
  .wu-qrsec .blue {
    border-bottom-right-radius: 40%;
  }
  .wu-qrsec .blue.show-mob {
    display: block !important;
    position: absolute;
    left: 0;
    top: 0;
    height: 460px;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: bottom;
       object-position: bottom;
  }
  .wu-qrsec .blue.show-des {
    display: none !important;
  }
  .wu-qrsec__content {
    flex-wrap: wrap;
    flex-direction: column;
    padding: 32px 0;
  }
  .wu-qrsec__lt, .wu-qrsec__rt {
    width: 100%;
  }
  .wu-qrsec__lt {
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    min-height: 460px;
  }
  .wu-qrsec__lt-title {
    font-size: 40px;
  }
  .wu-qrsec__lt-desc {
    font-size: 18px;
  }
  .wu-qrsec__lt-in {
    margin: 0 auto;
  }
  .wu-footer__tp-content {
    flex-direction: column;
  }
  .wu-footer__medias {
    margin-top: 24px;
  }
  .wu-footer__copyright {
    text-align: center;
  }
}