.logo-box{-ms-flex-negative:0;flex-shrink:0;overflow:hidden;padding:15px 45px 15px 15px}.logo-box .logo{width:100%;height:auto;display:block}.activity-page{width:100%;height:100vh;position:relative;margin:0;padding:0;overflow:hidden}.activity-page .background{position:fixed;top:0;left:0;width:100%;height:100%;background-repeat:no-repeat;background-size:100% 100%;z-index:1}.content{position:relative;z-index:2;width:100%;height:100vh;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;padding:0;-webkit-box-sizing:border-box;box-sizing:border-box}.main-image{-webkit-box-flex:1;-ms-flex:1;flex:1;width:90%;max-width:600px;max-height:70vh;-o-object-fit:contain;object-fit:contain;margin:auto 0}.bottom-button{width:100%;cursor:pointer;-webkit-box-sizing:border-box;box-sizing:border-box;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;background-color:#fff;position:relative;height:100px}.bottom-button img{width:100%}.bottom-button .img-box{max-width:150px;position:absolute;left:50%;bottom:30%;-webkit-transform:translateX(-50%);transform:translateX(-50%)}.animated{-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-fill-mode:both;animation-fill-mode:both}.animated.infinite{-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite}.pulse{-webkit-animation-name:pulse;animation-name:pulse}@keyframes pulse{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}50%{-webkit-transform:scale3d(1.05,1.05,1.05);transform:scale3d(1.05,1.05,1.05)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}@-webkit-keyframes pulse{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}50%{-webkit-transform:scale3d(1.05,1.05,1.05);transform:scale3d(1.05,1.05,1.05)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}