.splash-page{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;min-height:100vh;padding:24px;background-repeat:no-repeat;background-size:cover;background-position:50% 50%;background-image:url("../../img/splash-page-bg.jpg")}.splash-page__inner{width:96%}.splash-page__header{position:relative;display:flex;flex-direction:column;align-items:center;overflow:hidden}.splash-page__header:after{content:"";position:absolute;left:-20px;right:0;top:20%;bottom:0;background-color:#ededf7;-webkit-transform:rotate(-5deg);transform:rotate(-5deg);-webkit-transform-origin:top right;transform-origin:top right}.splash-page__content{display:flex;align-items:center;flex-direction:column;padding:32px 24px;background-color:#ededf7}.splash-page__title{position:relative;z-index:1;max-width:92%;margin:0 auto;padding:20px 24px 0;font-family:ImpactURW,sans-serif;font-size:48px;line-height:48px;text-transform:uppercase}.splash-page__dropdown{position:relative;display:flex;width:100%;margin-bottom:12px}.splash-page__dropdown .flag-icon{position:absolute;z-index:1;top:50%;left:12px;-webkit-transform:translateY(-50%);transform:translateY(-50%)}.splash-page__select{padding:2px 0 2px 40px;background-color:#fff;font-size:18px;line-height:22px}.splash-page__cta{align-self:flex-start;margin-top:12px;width:100%}.splash-page__footer{position:absolute;bottom:0;right:0;left:0;padding:12px}.splash-page__links{display:flex;flex-wrap:wrap;justify-content:center}.splash-page__link{display:inline-block;padding:2px 4px;font-size:16px;line-height:22px;color:#fff;transition:background-color .2s,color .2s}.splash-page__link:hover{color:#d2a8ff}.splash-page__link:hover .splash-page__links__separator{color:#fff}@media only screen and (min-width:768px){.splash-page__inner{width:100%;max-width:460px}.splash-page__title{font-size:72px;line-height:72px}.splash-page__cta{max-width:288px}.splash-page__links{max-width:460px;margin-right:auto;margin-left:auto}}
/*# sourceMappingURL=splashpage.css.map*/