@-webkit-keyframes last_rotate{0%{-webkit-transform:rotateX(0deg);transform:rotateX(0deg);z-index:1}100%{-webkit-transform:rotateX(-180deg);transform:rotateX(-180deg);z-index:0}}@keyframes last_rotate{0%{-webkit-transform:rotateX(0deg);transform:rotateX(0deg);z-index:1}100%{-webkit-transform:rotateX(-180deg);transform:rotateX(-180deg);z-index:0}}@-webkit-keyframes new_rotate{0%{-webkit-transform:rotateX(0deg);transform:rotateX(0deg);z-index:0}100%{-webkit-transform:rotateX(-180deg);transform:rotateX(-180deg);z-index:1}}@keyframes new_rotate{0%{-webkit-transform:rotateX(0deg);transform:rotateX(0deg);z-index:0}100%{-webkit-transform:rotateX(-180deg);transform:rotateX(-180deg);z-index:1}}.flip-countdown{display:flex;justify-content:center;font-family:"Roboto",sans-serif;font-size:4.1em;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;overflow:hidden}.interval_cont{display:flex;justify-content:space-around;width:auto;overflow:hidden}.interval_cont:nth-child(n+1):not(:last-child){margin-right:.15em}.description{display:flex;justify-content:center;align-items:center;margin-top:.5em;margin-right:.55em;font-size:.29em;font-weight:700;text-transform:uppercase;color:#7791a8;text-shadow:.05em .05em .1em rgb(136 110 87 / .3);overflow:hidden}.digit_cont{position:relative;width:1.2em;height:1.5em;font-weight:900;line-height:1.5em;border-radius:.25em;color:#4c6377;border-bottom:.01em solid rgb(76 99 119 / .1);box-shadow:0 .2em .3em -.1em rgb(76 99 119 / .1);-webkit-perspective:3em;perspective:3em;box-sizing:border-box;overflow:hidden}.digit_cont:after{content:"";position:absolute;top:50%;width:100%;height:.015em;background:rgb(141 163 182 / .25);box-shadow:0 .01em .02em 0 rgb(255 255 255 / .1);z-index:1}.digit_cont:nth-child(n+1):not(:last-child){margin-right:.05em}.digit_cont span{display:flex;justify-content:center;align-items:center;position:absolute;bottom:50%;width:100%;height:100%;overflow:hidden}.digit_cont .last_placeholder,.digit_cont .new_placeholder,.digit_cont .last_rotate,.digit_cont .new_rotate{position:absolute;left:0;width:100%;height:50%;text-align:center;overflow:hidden;box-sizing:border-box}.digit_cont .last_placeholder{bottom:0;border-radius:0 0 .25em .25em;background:linear-gradient(to bottom,#dae1e8 -90%,#fff 100%),#dae1e8}.digit_cont .new_placeholder{box-shadow:inset 0 .01em 0 0 rgb(255 255 255 / .5)}.digit_cont .new_placeholder,.digit_cont .last_rotate,.digit_cont .new_rotate{top:0;border-radius:.25em .25em 0 0;background:linear-gradient(to bottom,#dae1e8 10%,#fff 200%),#dae1e8}.digit_cont .last_rotate{-webkit-transform-origin:100% 100%;transform-origin:100% 100%;-webkit-animation:last_rotate 0.5s linear forwards;animation:last_rotate 0.5s linear forwards}.digit_cont .new_rotate{border-top:.01em solid rgb(76 99 119 / .3);background:linear-gradient(to top,#dae1e8 -90%,#fff 100%),#dae1e8;-webkit-transform-origin:100% 100%;transform-origin:100% 100%;-webkit-animation:new_rotate 0.5s linear forwards;animation:new_rotate 0.5s linear forwards}.digit_cont .new_rotate .rotated{width:100%;height:100%;border-radius:0 0 .25em .25em;-webkit-transform:rotateX(180deg);transform:rotateX(180deg);overflow:hidden}