.wc-banner{
    width: 100%;
    max-width: 1176px;
    min-height: 146px;
    margin: 20px auto;
    padding: 24px 34px;
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:10px;
    border:0;
    border-radius:12px;
    overflow:hidden;
    position:relative;
    cursor:pointer;
    background: radial-gradient(circle at 75% 48%, rgba(255, 171, 34, .34), transparent 24%), radial-gradient(circle at 94% 38%, rgba(255, 255, 255, .14), transparent 18%), linear-gradient(90deg, #22002f 0%, #3b0057 38%, #69006d 68%, #d66a00 100%);
    box-shadow:0 18px 42px rgba(0,35,180,.28), inset 0 0 0 1px rgba(255,255,255,.08);
    font-family:"Roboto", Arial, sans-serif;
    text-align:left;
    transition:transform .2s ease, filter .2s ease, box-shadow .2s ease;
}

.gwd-gift__sponsor-action{
    width:100%;
    margin:12px auto -6px;
    display:flex;
    align-items:center;
    justify-content:center;
    gap:10px;
    color:#d8e5ff;
    font-family:"Roboto", Arial, sans-serif;
    font-size:14px;
    font-weight:700;
}

.gwd-gift__sponsor-action img{
    width:150px;
    max-width:42vw;
    height:auto;
    display:block;
}

.wc-banner::before{
    content:'';
    position:absolute;
    inset:0;
    background:
        linear-gradient(110deg, transparent 0 46%, rgba(255,255,255,.18) 58%, transparent 72%),
        radial-gradient(circle at 80% 50%, rgba(255,255,255,.13), transparent 18%);
    pointer-events:none;
}

.wc-banner:hover,
.wc-banner:focus{
    filter:brightness(1.05);
    transform:translateY(-2px);
    box-shadow:0 24px 52px rgba(0,35,180,.36), inset 0 0 0 1px rgba(255,255,255,.14);
    outline:none;
}

.wc-left{
    display:flex;
    align-items:center;
    gap:22px;
    flex:0 0 310px;
    z-index:2;
}

.wc-logo{
    display:flex;
    align-items:center;
}

.wc-divider{
    width:2px;
    height:66px;
    background:rgba(255,255,255,.72);
    box-shadow:0 0 12px rgba(255,255,255,.22);
}

.wc-cup img{
    width:62px;
    display:block;
}

.wc-cup-text{
    display:none;
}

.wc-center{
    flex:1;
    text-align:left;
    color:#fff;
    z-index:2;
    min-width:0;
}

.wc-badge{
    display:none;
}

.wc-action-badge{
    display:inline-flex;
    align-items:center;
    gap:8px;
    background:rgba(255,255,255,.16);
    backdrop-filter:blur(6px);
    padding:7px 13px;
    border-radius:6px;
    font-size:13px;
    font-weight:900;
    letter-spacing:.03em;
    color:#ffca3a;
    margin-bottom:12px;
}


.wc-center h2{
    display:none;
}

.wc-action-title{
    margin:0;
    font-size:28px;
    font-weight:900;
    letter-spacing:0;
    text-transform:uppercase;
}

.wc-action-title strong{
    color:#ffd400;
    font-size:34px;
}

.wc-center p{
    display:none;
}

.wc-action-desc{
    margin:8px 0 0;
    font-size:15px;
    font-weight:500;
    color:rgba(255,255,255,.85);
}

.wc-right{
    flex:0 0 auto;
    z-index:2;
}

.wc-btn{
    display:flex;
    align-items:center;
    justify-content:center;
    gap:8px;
    background:linear-gradient(
        180deg,
        #ff4b3c,
        #e52214
    );
    color:#fff;
    text-decoration:none;
    border-radius:8px;
    padding:10px 15px;
    font-weight:900;
    border:2px solid rgba(255,255,255,.36);
    box-shadow:
        0 10px 24px rgba(255,70,30,.42),
        inset 0 0 0 1px rgba(255,255,255,.14);
    text-transform:uppercase;
    font-size:0;
}
.wc-logo img{
	width:190px;
	max-width:100%;
	display:block;
}
.wc-btn strong{
    font-size:42px;
    line-height:1;
}

.wc-btn span{
    font-size:16px;
    line-height:1;
}

.wc-btn-clean{
    font-size:16px !important;
}

.wc-btn > span:first-child{
    font-size:16px;
}

.wc-btn > span:not(.wc-btn-clean){
    display:none;
}

@media(max-width:1024px){

    .wc-banner{
        flex-direction:row;
        text-align:center;
        gap:18px;
        padding:20px;
    }

    .wc-action-title{
        font-size:22px;
    }

    .wc-action-title strong{
        font-size:30px;
    }

    .wc-btn strong{
        font-size:32px;
    }

    .wc-left{
        flex-basis:250px;
        gap:16px;
    }

    .wc-logo img{
        width:150px;
    }
}

@media(max-width:640px){
    .wc-banner{
        flex-direction:column;
        align-items:stretch;
        min-height:0;
        padding:18px;
        gap:14px;
        border-radius:10px;
    }

    .wc-left{
        justify-content:center;
        flex-basis:auto;
    }

    .wc-center{
        text-align:center;
    }

    .wc-action-title{
        font-size:20px;
    }

    .wc-action-title strong{
        font-size:28px;
    }

    .wc-action-desc{
        font-size:13px;
    }

    .wc-right{
        display:flex;
        justify-content:center;
    }

    .wc-btn{
        min-width:160px;
    }

    .wc-logo img{
        width:140px;
    }

    .gwd-gift__sponsor-action{
        margin:10px auto -4px;
        font-size:13px;
    }

    .gwd-gift__sponsor-action img{
        width:130px;
    }

    .wc-cup img{
        width:48px;
    }
}
.gwd-gift,
.gwd-gift * {
	box-sizing: border-box;
}

.gwd-gift {
	--gwd-purple: #4a004c;
	--gwd-gold: #ffe54f;
	--gwd-orange: #f59a21;
	--gwd-green: #38b765;
	--gwd-red: #c7371d;
	--gwd-gift-action-width: 1176px;
	display: block;
	width: 100% !important;
	max-width: none !important;
	margin-left: 0 !important;
	margin-right: 0 !important;
	font-family: "Roboto", Arial, sans-serif;
}

.gwd-gift .wc-banner {
	width: calc(100% + 30px);
    margin-left: auto !important;
    margin-right: auto !important;
    max-width: unset;
    transform: translateX(-50%);
    left: 50%;
}

.gwd-gift-cta {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	margin: 0;
	padding: 7px 14px;
	border: 1px solid rgba(255, 255, 255, .28);
	border-radius: 999px;
	color: #fff;
	background: rgba(34, 0, 42, .72);
	box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .08), 0 10px 24px rgba(0, 0, 0, .18);
	font: inherit;
	text-decoration: none;
	cursor: pointer;
	vertical-align: middle;
	transition: transform .2s ease, filter .2s ease;
}

.gwd-gift-cta:hover,
.gwd-gift-cta:focus {
	color: #fff;
	filter: brightness(1.08);
	transform: translateY(-1px);
}

.gwd-gift-cta__label {
	font: 700 14px/1.2 "Roboto", Arial, sans-serif;
	white-space: nowrap;
}

.gwd-gift-cta__logo {
	display: block;
	width: min(160px, 42vw);
	height: auto;
}

.gwd-gift-lock {
	overflow: hidden;
}

.gwd-gift-modal[hidden],
.gwd-gift-modal__closed[hidden],
.gwd-gift-modal__loading[hidden],
.gwd-gift-modal__opened[hidden] {
	display: none;
}

.gwd-gift-modal {
	position: fixed;
	inset: 0;
	display: grid;
	place-items: center;
	padding: 20px;
	z-index: 99999;
	animation: gwd-gift-modal-in .22s ease-out both;
}

.gwd-gift-modal__backdrop {
	position: absolute;
	inset: 0;
	background: rgba(0, 0, 0, .68);
	backdrop-filter: blur(3px);
	animation: gwd-gift-fade-in .24s ease-out both;
}

.gwd-gift-modal__dialog {
	position: relative;
	width: min(980px, 96vw, calc(90vh * 1.7778));
	aspect-ratio: 16 / 10;
	overflow: hidden;
	padding: 0;
	color: #fff;
	background:
		radial-gradient(circle at 50% 56%, rgba(255, 197, 39, .16), transparent 24%),
		var(--gwd-gift-bg) center / cover no-repeat,
		var(--gwd-purple);
	box-shadow: 0 32px 92px rgba(0, 0, 0, .58);
	isolation: isolate;
	animation: gwd-gift-dialog-in .34s cubic-bezier(.16, 1, .3, 1) both;
}

.gwd-gift-modal__close {
	position: absolute;
	top: 12px;
	right: 12px;
	width: 34px;
	height: 34px;
	border: 1px solid rgba(255, 255, 255, .28);
	border-radius: 50%;
	color: #fff;
	background: rgba(0, 0, 0, .28);
	font: 700 18px/1 Arial, sans-serif;
	cursor: pointer;
	z-index: 99999;
	transition: transform .2s ease, background-color .2s ease;
	display: flex;
    align-items: center;
    justify-content: center;
}

.gwd-gift-modal__close:hover,
.gwd-gift-modal__close:focus {
	background: rgba(255, 255, 255, .16);
	transform: rotate(90deg) scale(1.05);
}

.gwd-gift__logo {
	position: absolute;
	top: clamp(18px, 3vw, 28px);
	left: 50%;
	display: block;
	width: min(498px, 48vw);
	height: auto;
	transform: translateX(-50%);
	z-index: 4;
	animation: gwd-gift-logo-in .45s .06s cubic-bezier(.16, 1, .3, 1) both;
}

.gwd-gift__confetti {
	position: absolute;
	left: 50%;
	top: 156px;
	display: block;
	width: min(550px, 86vw);
	height: auto;
	opacity: .95;
	transform: translateX(-50%);
	pointer-events: none;
	z-index: 1;
	animation: gwd-gift-confetti-in .5s .1s ease-out both, gwd-gift-confetti-float 4.6s .65s ease-in-out infinite;
}

.gwd-gift-modal__closed,
.gwd-gift-modal__opened {
	position: absolute;
	inset: 0;
	display: block;
	min-height: 0;
	padding: clamp(24px, 4vw, 42px);
	z-index: 999;
}

.gwd-gift__intro {
	position: absolute;
	top: clamp(104px, 11vw, 132px);
	left: 50%;
	width: min(760px, 84%);
	margin: 0;
	transform: translateX(-50%);
	text-align: center;
	text-transform: uppercase;
	z-index: 3;
}

.gwd-gift__intro h2 {
	margin: 0;
	color: #ffff00;
	background: linear-gradient(180deg, #ffff00 0%, #fffffd 100%);
	-webkit-background-clip: text;
	background-clip: text;
	font-size: clamp(30px, 4.2vw, 40px);
	font-weight: 900;
	line-height: 1.5;
	/* text-shadow: 0 2px 0 rgba(78, 0, 67, .72); */
	-webkit-text-fill-color: transparent;
	animation: gwd-gift-text-in .35s .12s ease-out both;
}

.gwd-gift__intro p {
	margin: 8px 0 0;
	font: italic 500 clamp(16px, 2vw, 24px)/1.2 "Roboto", Arial, sans-serif;
	text-transform: none;
	animation: gwd-gift-text-in .35s .18s ease-out both;
}
.gwd-gift-modal__message:empty{
	display: none;
}
.gwd-gift__box {
	position: relative;
	display: grid;
	place-items: center;
	width: min(560px, 92vw);
	margin: 0;
	padding: 0 0 8px;
	border: 0;
	background: transparent;
	cursor: pointer;
	z-index: 2;
}

.gwd-gift-modal__closed .gwd-gift__box {
	position: absolute;
	top: clamp(216px, 24vw, 244px);
	left: 50%;
	transform: translateX(-50%);
}

.gwd-gift__present-img {
	position: relative;
	display: block;
	width: clamp(200px, 27vw, 285px);
	height: auto;
	filter: drop-shadow(0 22px 30px rgba(0, 0, 0, .45));
	z-index: 2;
	animation: gwd-gift-box-in .42s .18s cubic-bezier(.16, 1, .3, 1) both, gwd-gift-float 3.2s .8s ease-in-out infinite;
}

.gwd-gift__box::before,
.gwd-gift-modal__present::before {
	content: "";
	position: absolute;
	left: 50%;
	top: 48%;
	width: clamp(260px, 34vw, 420px);
	aspect-ratio: 1.35;
	background:
		radial-gradient(ellipse at center, rgba(255, 236, 116, .64) 0 8%, rgba(255, 162, 19, .34) 18%, rgba(255, 162, 19, .12) 42%, transparent 70%);
	filter: blur(10px);
	mix-blend-mode: screen;
	pointer-events: none;
	transform: translate(-50%, -50%);
	z-index: 1;
	animation: gwd-gift-light-breathe 2.8s ease-in-out infinite;
}

.gwd-gift__button-img {
	display: block;
	width: min(250px, 34vw);
	height: auto;
	margin-top: 0;
	filter: drop-shadow(0 5px 0 rgba(107, 48, 0, .28));
	z-index: 3;
	animation: gwd-gift-button-in .32s .28s ease-out both, gwd-gift-button-pulse 2.2s 1s ease-in-out infinite;
}

.gwd-gift__box:hover .gwd-gift__button-img,
.gwd-gift__box:focus .gwd-gift__button-img {
	filter: brightness(1.04) drop-shadow(0 5px 0 rgba(107, 48, 0, .28));
}

.gwd-gift-modal__loading {
	position: absolute;
	inset: 0;
	display: grid;
	place-items: center;
	align-content: center;
	min-height: 0;
	padding: clamp(24px, 4vw, 42px);
	gap: 18px;
	z-index: 3;
}
.gwd-gift-loader p{
	line-height: 40px;
}
.gwd-gift-loader {
	position: relative;
	width: 104px;
	height: 104px;
	border-radius: 50%;
	background: conic-gradient(from 0deg, transparent, #fff36b, #ff9f1c, transparent 74%);
	animation: gwd-gift-spin .9s linear infinite;
}

.gwd-gift-loader::before {
	content: "";
	position: absolute;
	inset: 11px;
	border-radius: inherit;
	background: var(--gwd-purple);
	box-shadow: inset 0 0 24px rgba(255, 231, 77, .35);
}

.gwd-gift-loader::after {
	content: "";
	position: absolute;
	inset: 34px;
	border-radius: 8px;
	background:
		linear-gradient(90deg, transparent 42%, #ffe270 42% 58%, transparent 58%),
		linear-gradient(135deg, #0d552d, #031b10);
	transform: rotate(45deg);
}

.gwd-gift-modal__loading p {
	margin: 0;
	color: var(--gwd-gold);
	background: linear-gradient(180deg, #ffff00 0%, #fffffd 100%);
	-webkit-background-clip: text;
	background-clip: text;
	font-size: clamp(20px, 3vw, 34px);
	font-weight: 900;
	text-transform: uppercase;
	text-shadow: 0 2px 0 rgba(0, 0, 0, .35);
	-webkit-text-fill-color: transparent;
	animation: gwd-gift-loading-text 1.4s ease-in-out infinite;
	line-height: 40px;
}

.gwd-gift-modal__present {
	position: absolute;
	display: grid;
	place-items: center;
	top: clamp(92px, 10vw, 118px);
	left: 50%;
	min-height: 0;
	margin: 0;
	transform: translateX(-50%);
	z-index: 3;
}

.gwd-gift__present-img--open {
	width: clamp(190px, 24vw, 250px);
	animation: gwd-gift-open-box .45s cubic-bezier(.16, 1, .3, 1) both, gwd-gift-float 3s .65s ease-in-out infinite;
}

.gwd-gift-modal__reward {
	position: absolute;
	top: clamp(304px, 33vw, 332px);
	left: 50%;
	width: min(520px, 58%);
	min-height: clamp(154px, 16vw, 180px);
	margin: 0;
	padding: clamp(22px, 2.4vw, 30px) clamp(34px, 4vw, 46px) 18px;
	border: 0;
	border-radius: 8px;
	background:
		var(--gwd-gift-boxtext) center / 100% 100% no-repeat,
		rgba(23, 0, 34, .82);
	text-align: center;
	z-index: 2;
	transform: translateX(-50%);
	animation: gwd-gift-reward-in .34s .12s cubic-bezier(.16, 1, .3, 1) both;
}

.gwd-gift-modal__reward h3 {
	margin: 0 0 12px;
	color: #ffff00;
	background: linear-gradient(180deg, #ffff00 0%, #fffffd 100%);
	-webkit-background-clip: text;
	background-clip: text;
	font-size: clamp(24px, 3.2vw, 20px);
	font-weight: 900;
	text-transform: uppercase;
	-webkit-text-fill-color: transparent;
}

.gwd-gift-modal__code {
	width: min(330px, 82%);
	height: 44px;
	border: 0;
	border-radius: 0;
	color: #4f2500;
	background:
		var(--gwd-gift-labelcode) center / 100% 100% no-repeat,
		linear-gradient(#fff4cd, #e8c47b);
	font: 800 22px/1 Arial, sans-serif;
	text-align: center;
	animation: gwd-gift-code-in .28s .22s ease-out both;
}

.gwd-gift-modal__message {
	min-height: 18px;
	margin: 8px 0 0;
	font: 600 13px/1.35 Arial, sans-serif;
	color: #ffe88b;
}

.gwd-gift-modal__message[data-state="error"] {
	color: #ffb1a8;
	position: absolute;
	top: clamp(216px, 24vw, 244px);
	left: 50%;
	transform: translateX(-50%);
}

.gwd-gift-modal__copy {
	min-width: 142px;
	min-height: 38px;
	margin-top: 2px;
	border: 0;
	border-radius: 5px;
	color: #fff;
	background: var(--gwd-red);
	font: 900 16px/1 "Roboto", Arial, sans-serif;
	cursor: pointer;
	transition: transform .2s ease, filter .2s ease;
}

.gwd-gift-modal__copy:hover,
.gwd-gift-modal__copy:focus {
	filter: brightness(1.08);
	transform: translateY(-1px);
}

.gwd-gift-modal__copy:disabled {
	cursor: wait;
	opacity: .62;
}

@keyframes gwd-gift-spin {
	to {
		transform: rotate(360deg);
	}
}

@keyframes gwd-gift-modal-in {
	from { opacity: 0; }
	to { opacity: 1; }
}

@keyframes gwd-gift-fade-in {
	from { opacity: 0; }
	to { opacity: 1; }
}

@keyframes gwd-gift-dialog-in {
	from {
		opacity: 0;
		transform: translateY(18px) scale(.96);
	}
	to {
		opacity: 1;
		transform: translateY(0) scale(1);
	}
}

@keyframes gwd-gift-logo-in {
	from {
		opacity: 0;
		transform: translateX(-50%) translateY(-14px) scale(.96);
	}
	to {
		opacity: 1;
		transform: translateX(-50%) translateY(0) scale(1);
	}
}

@keyframes gwd-gift-confetti-in {
	from {
		opacity: 0;
		transform: translateX(-50%) scale(.9);
	}
	to {
		opacity: .95;
		transform: translateX(-50%) scale(1);
	}
}

@keyframes gwd-gift-confetti-float {
	50% {
		transform: translateX(-50%) translateY(7px) scale(1.015);
	}
}

@keyframes gwd-gift-text-in {
	from {
		opacity: 0;
		transform: translateY(8px);
	}
	to {
		opacity: 1;
		transform: translateY(0);
	}
}

@keyframes gwd-gift-box-in {
	from {
		opacity: 0;
		transform: translateY(20px) scale(.9);
	}
	to {
		opacity: 1;
		transform: translateY(0) scale(1);
	}
}

@keyframes gwd-gift-light-breathe {
	50% {
		opacity: .72;
		transform: translate(-50%, -50%) scale(1.08);
	}
}

@keyframes gwd-gift-float {
	50% {
		transform: translateY(-8px);
	}
}

@keyframes gwd-gift-button-in {
	from {
		opacity: 0;
		transform: translateY(10px) scale(.94);
	}
	to {
		opacity: 1;
		transform: translateY(0) scale(1);
	}
}

@keyframes gwd-gift-button-pulse {
	50% {
		transform: scale(1.035);
		filter: brightness(1.08) drop-shadow(0 8px 0 rgba(107, 48, 0, .2));
	}
}

@keyframes gwd-gift-loading-text {
	50% {
		opacity: .72;
	}
}

@keyframes gwd-gift-open-box {
	from {
		opacity: 0;
		transform: translateY(12px) scale(.92);
	}
	to {
		opacity: 1;
		transform: translateY(0) scale(1);
	}
}

@keyframes gwd-gift-reward-in {
	from {
		opacity: 0;
		transform: translateX(-50%) translateY(18px) scale(.97);
	}
	to {
		opacity: 1;
		transform: translateX(-50%) translateY(0) scale(1);
	}
}

@keyframes gwd-gift-code-in {
	from {
		opacity: 0;
		transform: scale(.96);
	}
	to {
		opacity: 1;
		transform: scale(1);
	}
}

@media (max-width: 640px) {
	.gwd-gift .wc-banner{
		width:100%;
	}
	.gwd-gift-modal {
		padding: 0;
	}

	.gwd-gift-modal__dialog {
		width: 100vw;
		height: 100dvh;
		min-height: 100vh;
		aspect-ratio: auto;
		background:
			radial-gradient(circle at 50% 42%, rgba(255, 197, 39, .18), transparent 24%),
			var(--gwd-gift-bg) center / cover no-repeat,
			var(--gwd-purple);
	}

	.gwd-gift__logo {
		width: min(360px, 82vw);
		top: max(100px, env(safe-area-inset-top));
	}

	.gwd-gift__confetti {
		top: 20vh;
		width: min(550px, 116vw);
	}

	.gwd-gift__present-img {
		width: min(350px, 88vw);
	}

	.gwd-gift-modal__closed,
	.gwd-gift-modal__loading,
	.gwd-gift-modal__opened {
		min-height: 0;
	}

	.gwd-gift__intro {
		top: 170px;
		width: 90%;
	}

	.gwd-gift__intro h2 {
		font-size: clamp(25px, 5vw, 46px);
	}

	.gwd-gift__intro p {
		margin-top: 8px;
		font-size: clamp(16px, 4.6vw, 22px);
	}

	.gwd-gift-modal__closed .gwd-gift__box {
		top: 26vh;
	}

	.gwd-gift__button-img {
		width: min(260px, 68vw);
		margin-top: 14px;
	}

	.gwd-gift-modal__present {
		top: 50vh;
        transform: translate(-50%, -70%);
	}

	.gwd-gift__present-img--open {
		width:min(390px, 75vw);
		max-width: unset;
	}

	.gwd-gift__box::before,
	.gwd-gift-modal__present::before {
		width: min(390px, 86vw);
		filter: blur(10px);
	}

	.gwd-gift-modal__reward {
		top: unset;
        width: min(520px, 95vw);
        min-height: 180px;
        padding: 26px 20px 18px;
        bottom: 5vh;
	}

	.gwd-gift-modal__reward h3 {
		margin-bottom:24px;
		font-size: clamp(20px, 5vw, 38px);
	}

	.gwd-gift-modal__code {
		height: 44px;
		font-size: 20px;
	}

	.gwd-gift-modal__copy {
		min-width: 136px;
		min-height: 38px;
		margin-top: 8px;
		font-size: 15px;
	}
}

@media (max-width: 390px) {
	.gwd-gift__present-img {
        width: min(350px, 70vw);
    }
	.gwd-gift__logo{
		top: max(70px, env(safe-area-inset-top));
	}
	.gwd-gift__intro{
		top: 130px;
	}
}

@media (prefers-reduced-motion: reduce) {
	.gwd-gift-modal,
	.gwd-gift-modal__backdrop,
	.gwd-gift-modal__dialog,
	.gwd-gift__logo,
	.gwd-gift__confetti,
	.gwd-gift__intro h2,
	.gwd-gift__intro p,
	.gwd-gift__present-img,
	.gwd-gift__box::before,
	.gwd-gift-modal__present::before,
	.gwd-gift__button-img,
	.gwd-gift-modal__loading p,
	.gwd-gift__present-img--open,
	.gwd-gift-modal__reward,
	.gwd-gift-modal__code {
		animation: none;
	}
}
