@keyframes shiver {
0% { transform: translate(0px); }
25% { transform: translate(11px); }
75% { transform: translate(-11px); }
100% { transform: translate(0px); }
}
@keyframes shimmy {
0% { transform: translate(0px); }
50% { transform: translate(-33px); }
100% { transform: translate(0px); }
}
@keyframes spin {
0% { transform: rotate(0deg); }
100% { transform: rotate(360deg); }
}
@keyframes bounceIn {
0% { opacity: 0; transform: scale(0.3); }
50% { opacity: 1; transform: scale(1.05); }
70% { transform: scale(0.9); }
100% { transform: scale(1); }
}
@keyframes pulseBadgeOpacity {
0% { opacity: 1; }
85% { opacity: 0.6; }
100% { opacity: 1; }
}
@keyframes fadeout {
0% { opacity: 1; }
100% { opacity: 0; }
}
@keyframes riseandfadein {
0% { opacity: 0; transform: translateY(22px); }
100% { opacity: 1; transform: translateY(0px); }
}
.eOs6s8gm0cq5SfAv { animation-name: shiver; animation-duration: 0.2s; animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275); animation-iteration-count: 1; }
.CffZyKHmKX8ceEsj { animation-name: shiver; animation-duration: 0.1s; animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275); animation-iteration-count: 2; }
.Upx55CzwEjICHTN3 { animation-name: shimmy; animation-duration: 0.3s; animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275); animation-iteration-count: 1; }
.isZ8tSG8PFEysJrC { animation-name: spin; animation-duration: 1s; animation-timing-function: linear; animation-iteration-count: infinite; }
.Iyhg4DysdeoThKq2 { animation-name: pulseBadgeOpacity; animation-duration: 4s; animation-timing-function: ease-in-out; animation-iteration-count: infinite; }
.a4U09UgzlsIZBSeD { animation-name: fadeout; animation-iteration-count: 1; }
.mn3d69vAvLQh56Fm { animation-name: fadein; animation-iteration-count: 1; }
.qNGPgT4tjnM5ECt2 { animation-name: riseandfadein; animation-iteration-count: 1; }
.s3sJjVHu8Sy6uWa6 { z-index: 20001; background-color: transparent; border: medium; justify-content: center; align-items: center; width: 100%; height: 100%; display: flex; position: fixed; top: 0px; left: 0px; }
.T7RRDU2nDIcMmFA2 { background-color: transparent; border-width: 2px; border-style: solid; border-image: none; border-color: rgba(255, 255, 255, 0.15) rgba(255, 255, 255, 0.7) rgba(255, 255, 255, 0.7) rgba(255, 255, 255, 0.15); border-radius: 1000px; width: 44px; height: 44px; display: block; }
.HJfcnBEmS6s00rth { z-index: 20000; background-color: rgba(0, 0, 0, 0.3); border: medium; width: 100vw; height: 100%; min-height: 100%; transition: background-color 0.1s ease-out; position: fixed; top: 0px; left: 0px; }
.HJfcnBEmS6s00rth.mVW8qfAVC5cSpu5x { background-color: transparent; }
.rau7g1sNYu0WfUIO { overflow: hidden; }