@keyframes PromotionsPage-module-scss-module__qlgk8q__fadeIn{0%{opacity:0}to{opacity:1}}@keyframes PromotionsPage-module-scss-module__qlgk8q__fadeOut{0%{opacity:1}to{opacity:0}}@keyframes PromotionsPage-module-scss-module__qlgk8q__slideInFromTop{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}@keyframes PromotionsPage-module-scss-module__qlgk8q__slideInFromBottom{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@keyframes PromotionsPage-module-scss-module__qlgk8q__slideInFromLeft{0%{opacity:0;transform:translate(-10px)}to{opacity:1;transform:translate(0)}}@keyframes PromotionsPage-module-scss-module__qlgk8q__slideInFromRight{0%{opacity:0;transform:translate(10px)}to{opacity:1;transform:translate(0)}}@keyframes PromotionsPage-module-scss-module__qlgk8q__slideOutToTop{0%{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(-10px)}}@keyframes PromotionsPage-module-scss-module__qlgk8q__slideOutToBottom{0%{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(10px)}}@keyframes PromotionsPage-module-scss-module__qlgk8q__scaleIn{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}@keyframes PromotionsPage-module-scss-module__qlgk8q__scaleOut{0%{opacity:1;transform:scale(1)}to{opacity:0;transform:scale(.95)}}@keyframes PromotionsPage-module-scss-module__qlgk8q__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes PromotionsPage-module-scss-module__qlgk8q__ping{75%,to{opacity:0;transform:scale(2)}}@keyframes PromotionsPage-module-scss-module__qlgk8q__pulse{0%,to{opacity:1}50%{opacity:.5}}@keyframes PromotionsPage-module-scss-module__qlgk8q__bounce{0%,to{animation-timing-function:cubic-bezier(.8,0,1,1);transform:translateY(-25%)}50%{animation-timing-function:cubic-bezier(0,0,.2,1);transform:translateY(0)}}@keyframes PromotionsPage-module-scss-module__qlgk8q__shake{0%,to{transform:translate(0)}10%,30%,50%,70%,90%{transform:translate(-4px)}20%,40%,60%,80%{transform:translate(4px)}}@keyframes PromotionsPage-module-scss-module__qlgk8q__shimmer{0%{background-position:-200% 0}to{background-position:200% 0}}@keyframes PromotionsPage-module-scss-module__qlgk8q__accordionSlideDown{0%{height:0}to{height:var(--radix-accordion-content-height)}}@keyframes PromotionsPage-module-scss-module__qlgk8q__accordionSlideUp{0%{height:var(--radix-accordion-content-height)}to{height:0}}@keyframes PromotionsPage-module-scss-module__qlgk8q__collapsibleSlideDown{0%{height:0}to{height:var(--radix-collapsible-content-height)}}@keyframes PromotionsPage-module-scss-module__qlgk8q__collapsibleSlideUp{0%{height:var(--radix-collapsible-content-height)}to{height:0}}@keyframes PromotionsPage-module-scss-module__qlgk8q__dialogOverlayShow{0%{opacity:0}to{opacity:1}}@keyframes PromotionsPage-module-scss-module__qlgk8q__dialogOverlayHide{0%{opacity:1}to{opacity:0}}@keyframes PromotionsPage-module-scss-module__qlgk8q__dialogContentShow{0%{opacity:0;transform:translate(-50%,-48%)scale(.96)}to{opacity:1;transform:translate(-50%,-50%)scale(1)}}@keyframes PromotionsPage-module-scss-module__qlgk8q__dialogContentHide{0%{opacity:1;transform:translate(-50%,-50%)scale(1)}to{opacity:0;transform:translate(-50%,-48%)scale(.96)}}@keyframes PromotionsPage-module-scss-module__qlgk8q__sheetSlideInFromRight{0%{transform:translate(100%)}to{transform:translate(0)}}@keyframes PromotionsPage-module-scss-module__qlgk8q__sheetSlideOutToRight{0%{transform:translate(0)}to{transform:translate(100%)}}@keyframes PromotionsPage-module-scss-module__qlgk8q__sheetSlideInFromLeft{0%{transform:translate(-100%)}to{transform:translate(0)}}@keyframes PromotionsPage-module-scss-module__qlgk8q__sheetSlideOutToLeft{0%{transform:translate(0)}to{transform:translate(-100%)}}@keyframes PromotionsPage-module-scss-module__qlgk8q__sheetSlideInFromTop{0%{transform:translateY(-100%)}to{transform:translateY(0)}}@keyframes PromotionsPage-module-scss-module__qlgk8q__sheetSlideOutToTop{0%{transform:translateY(0)}to{transform:translateY(-100%)}}@keyframes PromotionsPage-module-scss-module__qlgk8q__sheetSlideInFromBottom{0%{transform:translateY(100%)}to{transform:translateY(0)}}@keyframes PromotionsPage-module-scss-module__qlgk8q__sheetSlideOutToBottom{0%{transform:translateY(0)}to{transform:translateY(100%)}}.PromotionsPage-module-scss-module__qlgk8q__page{background-color:var(--theme-primary-foreground);min-height:100vh;padding-bottom:var(--spacing-10);flex-direction:column;justify-content:flex-start;align-items:stretch;display:flex}@media (min-width:1280px){.PromotionsPage-module-scss-module__qlgk8q__page{width:100%;max-width:1448px;margin:0 auto}.PromotionsPage-module-scss-module__qlgk8q__breadcrumbsSlot{padding:var(--spacing-4)var(--spacing-6)0}}.PromotionsPage-module-scss-module__qlgk8q__backButton{appearance:none;font:inherit;color:inherit;cursor:pointer;background:0 0;border:none;margin:0;padding:0}.PromotionsPage-module-scss-module__qlgk8q__backButton:focus{outline:none}.PromotionsPage-module-scss-module__qlgk8q__backButton{border-radius:var(--radius-full);width:40px;height:40px;margin:var(--spacing-4)var(--spacing-4)0;justify-content:center;align-items:center;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-duration:.15s;transition-timing-function:cubic-bezier(.4,0,.2,1);display:flex}@media (hover:hover){.PromotionsPage-module-scss-module__qlgk8q__backButton:hover{background-color:var(--theme-muted)}}@media (min-width:1280px){.PromotionsPage-module-scss-module__qlgk8q__backButton{display:none}}.PromotionsPage-module-scss-module__qlgk8q__backButton svg{width:20px;height:20px;color:var(--theme-foreground)}.PromotionsPage-module-scss-module__qlgk8q__header{justify-content:flex-start;align-items:center;gap:var(--spacing-3);padding:var(--spacing-4)var(--spacing-4)var(--spacing-6);flex-direction:column;display:flex}@media (min-width:1280px){.PromotionsPage-module-scss-module__qlgk8q__header{gap:var(--spacing-2);padding:var(--spacing-6)var(--spacing-6)var(--spacing-8)}}.PromotionsPage-module-scss-module__qlgk8q__badge{justify-content:center;align-items:center;gap:var(--spacing-1);padding:var(--spacing-1)var(--spacing-2)var(--spacing-1)var(--spacing-1);background-color:var(--theme-background);border:1px solid var(--theme-border);border-radius:var(--radius-full);display:inline-flex}.PromotionsPage-module-scss-module__qlgk8q__badge svg{width:16px;height:16px;color:var(--theme-muted-foreground)}.PromotionsPage-module-scss-module__qlgk8q__badge span{font-size:var(--font-size-xs);font-weight:var(--font-weight-normal);color:var(--theme-muted-foreground);line-height:1.5}.PromotionsPage-module-scss-module__qlgk8q__headerTitle{font-size:var(--font-size-2xl);font-weight:var(--font-weight-bold);line-height:var(--font-leading-8);color:var(--theme-foreground);text-align:center;margin:0}@media (min-width:1280px){.PromotionsPage-module-scss-module__qlgk8q__headerTitle{font-size:var(--font-size-4xl);font-weight:var(--font-weight-bold);line-height:var(--font-leading-10)}}.PromotionsPage-module-scss-module__qlgk8q__cardsContainer{justify-content:flex-start;align-items:stretch;gap:var(--spacing-4);padding:0 var(--spacing-4);flex-direction:column;display:flex}@media (min-width:1280px){.PromotionsPage-module-scss-module__qlgk8q__cardsContainer{gap:var(--spacing-6);padding:0 var(--spacing-6);grid-template-columns:1fr 1fr;display:grid}.PromotionsPage-module-scss-module__qlgk8q__heroCardFirst{grid-column:1/-1}}.PromotionsPage-module-scss-module__qlgk8q__heroCard{border-radius:var(--radius-2xl);width:100%;padding:var(--spacing-4);flex-direction:column;justify-content:flex-start;align-items:center;display:flex;position:relative;overflow:hidden}@media (min-width:1280px){.PromotionsPage-module-scss-module__qlgk8q__heroCard{border-radius:var(--radius-3xl);padding:var(--spacing-12)var(--spacing-6)}}.PromotionsPage-module-scss-module__qlgk8q__heroCardBg{z-index:0;position:absolute;inset:0}.PromotionsPage-module-scss-module__qlgk8q__heroCardContent{z-index:1;justify-content:flex-start;align-items:center;gap:var(--spacing-3);flex-direction:column;width:100%;display:flex;position:relative}@media (min-width:1280px){.PromotionsPage-module-scss-module__qlgk8q__heroCardContent{gap:var(--spacing-6)}}.PromotionsPage-module-scss-module__qlgk8q__heroCardImage{flex-shrink:0;justify-content:center;align-items:center;width:270px;height:270px;display:flex}@media (min-width:1280px){.PromotionsPage-module-scss-module__qlgk8q__heroCardImage{width:370px;height:370px}}.PromotionsPage-module-scss-module__qlgk8q__heroCardImage svg{width:100%;height:100%}@media (min-width:1280px){.PromotionsPage-module-scss-module__qlgk8q__heroCardSecondary .PromotionsPage-module-scss-module__qlgk8q__heroCardImage{width:430px;height:370px}}.PromotionsPage-module-scss-module__qlgk8q__heroCardTitle{font-size:var(--font-size-2xl);font-weight:var(--font-weight-bold);line-height:var(--font-leading-8);text-align:center;-webkit-text-fill-color:#0000;-webkit-background-clip:text;background-clip:text;margin:0}@media (min-width:1280px){.PromotionsPage-module-scss-module__qlgk8q__heroCardTitle{font-size:var(--font-size-4xl);font-weight:var(--font-weight-bold);line-height:var(--font-leading-10)}}.PromotionsPage-module-scss-module__qlgk8q__heroCardDescription{font-size:var(--font-size-sm);font-weight:var(--font-weight-normal);color:var(--theme-muted-foreground);text-align:center;margin:0;line-height:1.5}@media (min-width:1280px){.PromotionsPage-module-scss-module__qlgk8q__heroCardDescription{font-size:var(--font-size-lg);font-weight:var(--font-weight-normal);line-height:var(--font-leading-7);max-width:430px}}.PromotionsPage-module-scss-module__qlgk8q__heroCardButton{appearance:none;font:inherit;color:inherit;cursor:pointer;background:0 0;border:none;margin:0;padding:0}.PromotionsPage-module-scss-module__qlgk8q__heroCardButton:focus{outline:none}.PromotionsPage-module-scss-module__qlgk8q__heroCardButton{font-size:var(--font-size-sm);font-weight:var(--font-weight-normal);height:48px;padding:0 var(--spacing-6);background-color:var(--theme-background);border:1px solid var(--theme-border);border-radius:var(--radius-full);box-shadow:var(--shadow-xs);color:var(--theme-primary);white-space:nowrap;justify-content:center;align-items:center;line-height:1.5;text-decoration:none;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-duration:.15s;transition-timing-function:cubic-bezier(.4,0,.2,1);display:inline-flex}@media (hover:hover){.PromotionsPage-module-scss-module__qlgk8q__heroCardButton:hover{background-color:var(--theme-muted)}}.PromotionsPage-module-scss-module__qlgk8q__bannersContainer{justify-content:flex-start;align-items:stretch;gap:var(--spacing-4);margin-top:var(--spacing-4);flex-direction:column;display:flex}@media (min-width:1280px){.PromotionsPage-module-scss-module__qlgk8q__bannersContainer{gap:var(--spacing-6);margin-top:var(--spacing-6)}}.PromotionsPage-module-scss-module__qlgk8q__bannerCardWrapper{padding:0 var(--spacing-4);background:linear-gradient(135deg,#ae00ff 0%,#fdbc2e 50%,#00aff0 100%);position:relative;box-shadow:inset 0 0 12px 12px #fff,inset 0 0 3px 5px #fff}@media (min-width:1280px){.PromotionsPage-module-scss-module__qlgk8q__bannerCardWrapper{padding:0 var(--spacing-6)}}.PromotionsPage-module-scss-module__qlgk8q__bannerGlow{border-radius:var(--radius-3xl);opacity:.4;z-index:0;background:linear-gradient(#ae00ff,#fdbc2e,#00aff0);position:absolute;inset:-8px}.PromotionsPage-module-scss-module__qlgk8q__bannerCard{z-index:1;width:100%;padding:var(--spacing-4);border-radius:var(--radius-2xl);flex-direction:column;justify-content:flex-start;align-items:stretch;display:flex;position:relative;overflow:hidden}@media (min-width:1280px){.PromotionsPage-module-scss-module__qlgk8q__bannerCard{padding:var(--spacing-6)var(--spacing-8);border-radius:var(--radius-3xl);flex-direction:row;justify-content:space-between;align-items:center;min-height:216px}}.PromotionsPage-module-scss-module__qlgk8q__bannerCardLight{background:linear-gradient(to right,#f8e5ec,var(--theme-background))}.PromotionsPage-module-scss-module__qlgk8q__bannerCardDark{background:linear-gradient(-85deg,var(--theme-primary)51%,var(--theme-brand-secondary)100%)}.PromotionsPage-module-scss-module__qlgk8q__bannerCardContent{justify-content:flex-start;align-items:flex-start;gap:var(--spacing-3);z-index:1;flex-direction:column;display:flex;position:relative}@media (min-width:1280px){.PromotionsPage-module-scss-module__qlgk8q__bannerCardContent{gap:var(--spacing-4);flex:1}}.PromotionsPage-module-scss-module__qlgk8q__bannerBadge{padding:var(--spacing-1)var(--spacing-2);background-color:var(--theme-background);border:1px solid var(--theme-border);border-radius:var(--radius-full);justify-content:center;align-items:center;display:inline-flex}.PromotionsPage-module-scss-module__qlgk8q__bannerBadge span{font-size:var(--font-size-xs);font-weight:var(--font-weight-normal);color:var(--theme-muted-foreground);line-height:1.5}.PromotionsPage-module-scss-module__qlgk8q__bannerTitle{font-size:var(--font-size-xl);font-weight:var(--font-weight-bold);margin:0;line-height:1.5}@media (min-width:1280px){.PromotionsPage-module-scss-module__qlgk8q__bannerTitle{font-size:var(--font-size-2xl);font-weight:var(--font-weight-bold);line-height:var(--font-leading-8)}}.PromotionsPage-module-scss-module__qlgk8q__bannerTitleLight{color:var(--theme-foreground)}.PromotionsPage-module-scss-module__qlgk8q__bannerTitleDark{color:#fff}.PromotionsPage-module-scss-module__qlgk8q__bannerDescription{font-size:var(--font-size-xs);font-weight:var(--font-weight-normal);margin:0;line-height:1.5}@media (min-width:1280px){.PromotionsPage-module-scss-module__qlgk8q__bannerDescription{font-size:var(--font-size-sm);font-weight:var(--font-weight-normal);max-width:500px;line-height:1.5}}.PromotionsPage-module-scss-module__qlgk8q__bannerDescriptionLight{color:var(--theme-muted-foreground)}.PromotionsPage-module-scss-module__qlgk8q__bannerDescriptionDark{color:#ffffff80}.PromotionsPage-module-scss-module__qlgk8q__bannerButton{appearance:none;font:inherit;color:inherit;cursor:pointer;background:0 0;border:none;margin:0;padding:0}.PromotionsPage-module-scss-module__qlgk8q__bannerButton:focus{outline:none}.PromotionsPage-module-scss-module__qlgk8q__bannerButton{font-size:var(--font-size-sm);font-weight:var(--font-weight-normal);height:40px;padding:0 var(--spacing-5);background-color:var(--theme-background);border:1px solid var(--theme-border);border-radius:var(--radius-full);box-shadow:var(--shadow-xs);color:var(--theme-primary);white-space:nowrap;justify-content:center;align-items:center;line-height:1.5;text-decoration:none;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-duration:.15s;transition-timing-function:cubic-bezier(.4,0,.2,1);display:inline-flex}@media (hover:hover){.PromotionsPage-module-scss-module__qlgk8q__bannerButton:hover{background-color:var(--theme-muted)}}.PromotionsPage-module-scss-module__qlgk8q__bannerCloseButton{appearance:none;font:inherit;color:inherit;cursor:pointer;background:0 0;border:none;margin:0;padding:0}.PromotionsPage-module-scss-module__qlgk8q__bannerCloseButton:focus{outline:none}.PromotionsPage-module-scss-module__qlgk8q__bannerCloseButton{top:var(--spacing-4);right:var(--spacing-4);border-radius:var(--radius-full);z-index:2;background-color:#f1f5f933;justify-content:center;align-items:center;width:40px;height:40px;transition-property:opacity;transition-duration:.15s;transition-timing-function:cubic-bezier(.4,0,.2,1);display:flex;position:absolute}@media (hover:hover){.PromotionsPage-module-scss-module__qlgk8q__bannerCloseButton:hover{opacity:.7}}@media (min-width:1280px){.PromotionsPage-module-scss-module__qlgk8q__bannerCloseButton{top:var(--spacing-6);right:var(--spacing-6)}}.PromotionsPage-module-scss-module__qlgk8q__bannerCloseButton svg{width:16px;height:16px}.PromotionsPage-module-scss-module__qlgk8q__bannerCloseButtonLight svg{color:var(--theme-foreground)}.PromotionsPage-module-scss-module__qlgk8q__bannerCloseButtonDark svg{color:#fff}.PromotionsPage-module-scss-module__qlgk8q__bannerIllustration{display:none}@media (min-width:1280px){.PromotionsPage-module-scss-module__qlgk8q__bannerIllustration{z-index:1;flex-shrink:0;justify-content:center;align-items:center;width:338px;height:216px;display:flex;position:relative}.PromotionsPage-module-scss-module__qlgk8q__bannerIllustration svg{width:100%;height:100%}}.PromotionsPage-module-scss-module__qlgk8q__hidden{display:none}
