*,
:after,
:before {
    box-sizing: border-box
}
html {
    font-size: 15px;
    background-color: #fff;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-tap-highlight-color: transparent;
    height: 100%;
}
@font-face {
    font-family: 'circular';
    src: url('../fonts/circular-medium.otf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'circular';
    src: url('../fonts/circular-medium-italic.otf') format('truetype');
    font-weight: normal;
    font-style: italic;
}
@font-face {
    font-family: 'circular';
    src: url('../fonts/circular-bold.otf') format('truetype');
    font-weight: bold;
    font-style: normal;
}
@font-face {
    font-family: 'circular';
    src: url('../fonts/circular-bold-italic.otf') format('truetype');
    font-weight: bold;
    font-style: italic;
}
body {
    color: #fff;
    font-family: Circular, Helvetica, Arial, sans-serif;
    font-size: 1rem;
    line-height: 1.3333;
    font-weight: 400;
    height: 100%;
    position: relative;
    background: url('../images/bg.jpg') no-repeat center;
    background-size: cover;
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.welcome-screen {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 9999;
    top: 0;
    left: 0;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    display: flex;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#2C5E92), color-stop(80%, #552F6D));
    background-image: linear-gradient(#2C5E92 0%, #552F6D 80%);
}
.welcome-screen > div:first-child {
    flex: 1;
    justify-content: center;
    text-align: center;
    display: flex;
}
.welcome-screen .play {
    padding: 20px;
    text-align: center;
}
.welcome-screen .logo {
    width: 200px;
}
.button--primary {
    font-size: 16px;
    line-height: 1;
    border-radius: 500px;
    padding: 19px 56px 21px;
    color: #FFF;
    background-color: #1DB954;
    -webkit-transition-property: background-color, border-color, color, -webkit-box-shadow, -webkit-filter;
    transition-property: background-color, border-color, color, -webkit-box-shadow, -webkit-filter;
    transition-property: background-color, border-color, color, box-shadow, filter;
    transition-property: background-color, border-color, color, box-shadow, filter, -webkit-box-shadow, -webkit-filter;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    border-width: 0;
    letter-spacing: 2px;
    min-width: 160px;
    text-transform: uppercase;
    white-space: normal;
    display: inline-block;
    margin-bottom: 0;
    font-weight: 700;
    text-align: center;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    text-decoration: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: Circular Std, Avenir, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, sans-serif;
    color: #fff;
    font-weight: 700
}

h1,
h2,
h3 {
    line-height: 1.2941
}

h4,
h5,
h6 {
    line-height: 1.3333
}

h1 {
    font-size: 2.5rem
}

h2 {
    font-size: 2rem
}

h3 {
    font-size: 1.5rem
}

h4 {
    font-size: 1rem
}

h5 {
    font-size: .85rem
}

h6 {
    font-size: .75rem
}

p {
    margin: 0 0 1.3333rem;
    color: #fff;
    line-height: 1.3333
}

ol,
ul {
    margin: 1.3333rem 0;
    padding-left: 1.5rem
}

a,
a:visited {
    color: #fff;
    text-decoration: underline
}

a:active,
a:focus,
a:hover {
    color: #fff;
}

small {
    font-size: .8667rem;
    line-height: 1.4615
}

.button,
a.button {
    display: inline-block;
    width: auto;
    height: 2.6667rem;
    margin: 0;
    padding: .6667rem 1rem;
    font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, sans-serif;
    color: #fff;
    font-size: 15px;
    font-weight: 500;
    background: transparent;
    border: 1px solid transparent;
    border-radius: 4px
}

.button:hover,
a.button:hover {
    cursor: pointer
}

.button:focus,
a.button:focus {
    outline: none
}

.button[disabled],
a.button[disabled] {
    cursor: not-allowed;
    opacity: .7
}

.button--centered {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.button--primary,
a.button--primary {
    color: #ffffff;
}

.button--primary:active,
.button--primary:focus,
.button--primary:hover,
a.button--primary:active,
a.button--primary:focus,
a.button--primary:hover {

}

.button--primary:focus,
a.button--primary:focus {
    border-color: #ffffff;
    box-shadow: 0 0 1px 2px rgba(0, 144, 247, .35)
}

.button--primary[disabled],
.button--primary[disabled]:active,
.button--primary[disabled]:focus,
.button--primary[disabled]:hover,
a.button--primary[disabled],
a.button--primary[disabled]:active,
a.button--primary[disabled]:focus,
a.button--primary[disabled]:hover {
    background: #0090f7
}

.button--small {
    height: 2.20008rem;
    padding: .4667rem .8667rem;
    font-size: .8667rem;
    border-radius: 3px
}

.form {
    margin: 0
}

.form-label {
    display: inline-block;
    max-width: 100%;
    color: #8dabc4;
    font-size: .8667rem;
    line-height: 1.4615;
    margin-bottom: .2667rem
}

.form-control {
    display: block;
    width: 100%;
    height: 2.6667rem;
    margin: 0;
    padding: .6667rem 1rem;
    color: #3f536e;
    font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, sans-serif;
    font-size: 15px;
    line-height: 1.3333;
    background: #fff;
    border: 1px solid #a8c6df;
    border-radius: 4px;
    transition: border-color .15s ease-in-out, background .15s ease-in-out
}

.form-control:focus,
.form-control:hover {
    border-color: #95bad8
}

.form-control:focus {
    outline: none;
    background: #ecf5fd
}

.form-control::-webkit-input-placeholder {
    color: rgba(0, 12, 21, .35)
}

.form-control:-ms-input-placeholder {
    color: rgba(0, 12, 21, .35)
}

.form-control::placeholder {
    color: rgba(0, 12, 21, .35)
}

.form-control::-ms-expand {
    border: 0;
    background-color: transparent
}

.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
    background-color: #f6f6fa;
    border-color: #c5d9e8;
    opacity: 1
}

.form-control[disabled],
fieldset[disabled] .form-control {
    cursor: not-allowed
}

textarea.form-control {
    max-width: 100%;
    height: auto
}

input[type=search] {
    -webkit-appearance: none
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
    input[type=date].form-control,
    input[type=datetime-local].form-control,
    input[type=month].form-control,
    input[type=time].form-control {
        line-height: 2.6667rem
    }
}

.form-group {
    position: relative;
    margin-bottom: 1.3333rem
}

.form-group--error .form-control,
.form-group--error .form-help--error,
.form-group--error .form-label {
    color: #da0f0f
}

.form-group--error .form-control {
    border-color: #da0f0f
}

.form-group--error .form-control:focus {
    background: rgba(218, 15, 15, .06)
}

.form-help {
    display: block;
    margin-top: .3333rem;
    color: #a4aab3;
    font-size: .8667rem;
    line-height: 1.4615
}

.form-help--italic {
    font-style: italic
}

.fade-enter,
.fade-fast-enter,
.fade-fast-leave-to,
.fade-leave-to {
    opacity: 0
}

.fade-enter-active,
.fade-fast-enter-active,
.fade-fast-leave-active,
.fade-leave-active {
    transition: opacity .6s ease-in
}
.fade-fast-enter-active,
.fade-fast-leave-active {
    transition-duration: .3s
}
.body-wrapper-abs {
    background-color: #1E3264;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#2C5E92), color-stop(80%, #552F6D));
    background-image: linear-gradient(#2C5E92 0%, #552F6D 80%);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.5;
}
.body-wrapper {
    width: 100%;
    height: 100%;
    position: relative;
}
.hbd-wrapper {
    position: relative;
}
.hbd-wrapper .image {
    width: 100%;
    text-align: center;
    margin-top: 50px;
}
.hbd-wrapper .image img {
    width: 10%;
}
.message-wrapper {
    padding-bottom: 80px;
    height: 100%;
    overflow-y: scroll;
}
.message-wrapper .message {
    width: 40%;
    margin: 10px auto auto auto;
    padding: 0 20px;
    font-size: 1.5em;
}
.name {
    font-size: 4.0em;
    width: 40%;
    margin: auto;
    padding: 0 20px;
    margin-top: 15px;
}
@media only screen
and (min-device-width : 375px)
and (max-device-width : 667px)
and (orientation : landscape) {
    .hbd-wrapper .image img {
        width: 17%;
    }
    .hbd-wrapper .image {
        margin-top: 20px;
    }
    .message-wrapper .ilu img {
        width: 90px;
    }
    .name {
        font-size: 2.0em;
    }
    .message-wrapper .message {
        font-size: 1.2em;
    }
}
.highlight.violet {
    color: #fff;
    -webkit-animation: neon6 1.5s ease-in-out infinite alternate;
    -moz-animation: neon6 1.5s ease-in-out infinite alternate;
    animation: neon6 1.5s ease-in-out infinite alternate;
}
.highlight.red {
    color: #fff;
    -webkit-animation: neon1 1.5s ease-in-out infinite alternate;
    -moz-animation: neon1 1.5s ease-in-out infinite alternate;
    animation: neon1 1.5s ease-in-out infinite alternate;
}
.highlight.green {
    color: #fff;
    -webkit-animation: neon4 1.5s ease-in-out infinite alternate;
    -moz-animation: neon4 1.5s ease-in-out infinite alternate;
    animation: neon4 1.5s ease-in-out infinite alternate;
}
@media only screen
and (min-device-width : 375px)
and (max-device-width : 667px)
and (orientation : portrait) {
    .hbd-wrapper .image img {
        width: 30%;
    }
    .message-wrapper .ilu img {
        width: 80px;
    }
    .hbd-wrapper .image {
        margin-top: 20px;
    }
    .message-wrapper .message {
        width: 100%;
    }
    .name {
        font-size: 2.0em;
        width: 100%;
    }
    .message-wrapper .message {
        font-size: 1.2em;
    }
    .welcome-screen .logo {
        width: 120px;
    }
}

.none {
    display: none;
}
/*glow for webkit*/

@-webkit-keyframes neon1 {
    from {
        text-shadow: 0 0 10px #fff, 0 0 20px #fff, 0 0 30px #fff, 0 0 40px #FF1177, 0 0 70px #FF1177, 0 0 80px #FF1177, 0 0 100px #FF1177, 0 0 150px #FF1177;
    }
    to {
        text-shadow: 0 0 5px #fff, 0 0 10px #fff, 0 0 15px #fff, 0 0 20px #FF1177, 0 0 35px #FF1177, 0 0 40px #FF1177, 0 0 50px #FF1177, 0 0 75px #FF1177;
    }
}

@-webkit-keyframes neon2 {
    from {
        text-shadow: 0 0 10px #fff, 0 0 20px #fff, 0 0 30px #fff, 0 0 40px #228DFF, 0 0 70px #228DFF, 0 0 80px #228DFF, 0 0 100px #228DFF, 0 0 150px #228DFF;
    }
    to {
        text-shadow: 0 0 5px #fff, 0 0 10px #fff, 0 0 15px #fff, 0 0 20px #228DFF, 0 0 35px #228DFF, 0 0 40px #228DFF, 0 0 50px #228DFF, 0 0 75px #228DFF;
    }
}

@-webkit-keyframes neon3 {
    from {
        text-shadow: 0 0 10px #fff, 0 0 20px #fff, 0 0 30px #fff, 0 0 40px #FFDD1B, 0 0 70px #FFDD1B, 0 0 80px #FFDD1B, 0 0 100px #FFDD1B, 0 0 150px #FFDD1B;
    }
    to {
        text-shadow: 0 0 5px #fff, 0 0 10px #fff, 0 0 15px #fff, 0 0 20px #FFDD1B, 0 0 35px #FFDD1B, 0 0 40px #FFDD1B, 0 0 50px #FFDD1B, 0 0 75px #FFDD1B;
    }
}

@-webkit-keyframes neon4 {
    from {
        text-shadow: 0 0 10px #fff, 0 0 20px #fff, 0 0 30px #fff, 0 0 40px #B6FF00, 0 0 70px #B6FF00, 0 0 80px #B6FF00, 0 0 100px #B6FF00, 0 0 150px #B6FF00;
    }
    to {
        text-shadow: 0 0 5px #fff, 0 0 10px #fff, 0 0 15px #fff, 0 0 20px #B6FF00, 0 0 35px #B6FF00, 0 0 40px #B6FF00, 0 0 50px #B6FF00, 0 0 75px #B6FF00;
    }
}

@-webkit-keyframes neon5 {
    from {
        text-shadow: 0 0 10px #fff, 0 0 20px #fff, 0 0 30px #fff, 0 0 40px #FF9900, 0 0 70px #FF9900, 0 0 80px #FF9900, 0 0 100px #FF9900, 0 0 150px #FF9900;
    }
    to {
        text-shadow: 0 0 5px #fff, 0 0 10px #fff, 0 0 15px #fff, 0 0 20px #FF9900, 0 0 35px #FF9900, 0 0 40px #FF9900, 0 0 50px #FF9900, 0 0 75px #FF9900;
    }
}

@-webkit-keyframes neon6 {
    from {
        text-shadow: 0 0 10px #fff, 0 0 20px #fff, 0 0 30px #fff, 0 0 40px #ff00de, 0 0 70px #ff00de, 0 0 80px #ff00de, 0 0 100px #ff00de, 0 0 150px #ff00de;
    }
    to {
        text-shadow: 0 0 5px #fff, 0 0 10px #fff, 0 0 15px #fff, 0 0 20px #ff00de, 0 0 35px #ff00de, 0 0 40px #ff00de, 0 0 50px #ff00de, 0 0 75px #ff00de;
    }
}
/*glow for mozilla*/

@-moz-keyframes neon1 {
    from {
        text-shadow: 0 0 10px #fff, 0 0 20px #fff, 0 0 30px #fff, 0 0 40px #FF1177, 0 0 70px #FF1177, 0 0 80px #FF1177, 0 0 100px #FF1177, 0 0 150px #FF1177;
    }
    to {
        text-shadow: 0 0 5px #fff, 0 0 10px #fff, 0 0 15px #fff, 0 0 20px #FF1177, 0 0 35px #FF1177, 0 0 40px #FF1177, 0 0 50px #FF1177, 0 0 75px #FF1177;
    }
}

@-moz-keyframes neon2 {
    from {
        text-shadow: 0 0 10px #fff, 0 0 20px #fff, 0 0 30px #fff, 0 0 40px #228DFF, 0 0 70px #228DFF, 0 0 80px #228DFF, 0 0 100px #228DFF, 0 0 150px #228DFF;
    }
    to {
        text-shadow: 0 0 5px #fff, 0 0 10px #fff, 0 0 15px #fff, 0 0 20px #228DFF, 0 0 35px #228DFF, 0 0 40px #228DFF, 0 0 50px #228DFF, 0 0 75px #228DFF;
    }
}

@-moz-keyframes neon3 {
    from {
        text-shadow: 0 0 10px #fff, 0 0 20px #fff, 0 0 30px #fff, 0 0 40px #FFDD1B, 0 0 70px #FFDD1B, 0 0 80px #FFDD1B, 0 0 100px #FFDD1B, 0 0 150px #FFDD1B;
    }
    to {
        text-shadow: 0 0 5px #fff, 0 0 10px #fff, 0 0 15px #fff, 0 0 20px #FFDD1B, 0 0 35px #FFDD1B, 0 0 40px #FFDD1B, 0 0 50px #FFDD1B, 0 0 75px #FFDD1B;
    }
}

@-moz-keyframes neon4 {
    from {
        text-shadow: 0 0 10px #fff, 0 0 20px #fff, 0 0 30px #fff, 0 0 40px #B6FF00, 0 0 70px #B6FF00, 0 0 80px #B6FF00, 0 0 100px #B6FF00, 0 0 150px #B6FF00;
    }
    to {
        text-shadow: 0 0 5px #fff, 0 0 10px #fff, 0 0 15px #fff, 0 0 20px #B6FF00, 0 0 35px #B6FF00, 0 0 40px #B6FF00, 0 0 50px #B6FF00, 0 0 75px #B6FF00;
    }
}

@-moz-keyframes neon5 {
    from {
        text-shadow: 0 0 10px #fff, 0 0 20px #fff, 0 0 30px #fff, 0 0 40px #FF9900, 0 0 70px #FF9900, 0 0 80px #FF9900, 0 0 100px #FF9900, 0 0 150px #FF9900;
    }
    to {
        text-shadow: 0 0 5px #fff, 0 0 10px #fff, 0 0 15px #fff, 0 0 20px #FF9900, 0 0 35px #FF9900, 0 0 40px #FF9900, 0 0 50px #FF9900, 0 0 75px #FF9900;
    }
}

@-moz-keyframes neon6 {
    from {
        text-shadow: 0 0 10px #fff, 0 0 20px #fff, 0 0 30px #fff, 0 0 40px #ff00de, 0 0 70px #ff00de, 0 0 80px #ff00de, 0 0 100px #ff00de, 0 0 150px #ff00de;
    }
    to {
        text-shadow: 0 0 5px #fff, 0 0 10px #fff, 0 0 15px #fff, 0 0 20px #ff00de, 0 0 35px #ff00de, 0 0 40px #ff00de, 0 0 50px #ff00de, 0 0 75px #ff00de;
    }
}
/*glow*/

@keyframes neon1 {
    from {
        text-shadow: 0 0 10px #fff, 0 0 20px #fff, 0 0 30px #fff, 0 0 40px #FF1177, 0 0 70px #FF1177, 0 0 80px #FF1177, 0 0 100px #FF1177, 0 0 150px #FF1177;
    }
    to {
        text-shadow: 0 0 5px #fff, 0 0 10px #fff, 0 0 15px #fff, 0 0 20px #FF1177, 0 0 35px #FF1177, 0 0 40px #FF1177, 0 0 50px #FF1177, 0 0 75px #FF1177;
    }
}

@keyframes neon2 {
    from {
        text-shadow: 0 0 10px #fff, 0 0 20px #fff, 0 0 30px #fff, 0 0 40px #228DFF, 0 0 70px #228DFF, 0 0 80px #228DFF, 0 0 100px #228DFF, 0 0 150px #228DFF;
    }
    to {
        text-shadow: 0 0 5px #fff, 0 0 10px #fff, 0 0 15px #fff, 0 0 20px #228DFF, 0 0 35px #228DFF, 0 0 40px #228DFF, 0 0 50px #228DFF, 0 0 75px #228DFF;
    }
}

@keyframes neon3 {
    from {
        text-shadow: 0 0 10px #fff, 0 0 20px #fff, 0 0 30px #fff, 0 0 40px #FFDD1B, 0 0 70px #FFDD1B, 0 0 80px #FFDD1B, 0 0 100px #FFDD1B, 0 0 150px #FFDD1B;
    }
    to {
        text-shadow: 0 0 5px #fff, 0 0 10px #fff, 0 0 15px #fff, 0 0 20px #FFDD1B, 0 0 35px #FFDD1B, 0 0 40px #FFDD1B, 0 0 50px #FFDD1B, 0 0 75px #FFDD1B;
    }
}

@keyframes neon4 {
    from {
        text-shadow: 0 0 10px #fff, 0 0 20px #fff, 0 0 30px #fff, 0 0 40px #B6FF00, 0 0 70px #B6FF00, 0 0 80px #B6FF00, 0 0 100px #B6FF00, 0 0 150px #B6FF00;
    }
    to {
        text-shadow: 0 0 5px #fff, 0 0 10px #fff, 0 0 15px #fff, 0 0 20px #B6FF00, 0 0 35px #B6FF00, 0 0 40px #B6FF00, 0 0 50px #B6FF00, 0 0 75px #B6FF00;
    }
}

@keyframes neon5 {
    from {
        text-shadow: 0 0 10px #fff, 0 0 20px #fff, 0 0 30px #fff, 0 0 40px #FF9900, 0 0 70px #FF9900, 0 0 80px #FF9900, 0 0 100px #FF9900, 0 0 150px #FF9900;
    }
    to {
        text-shadow: 0 0 5px #fff, 0 0 10px #fff, 0 0 15px #fff, 0 0 20px #FF9900, 0 0 35px #FF9900, 0 0 40px #FF9900, 0 0 50px #FF9900, 0 0 75px #FF9900;
    }
}

@keyframes neon6 {
    from {
        text-shadow: 0 0 10px #fff, 0 0 20px #fff, 0 0 30px #fff, 0 0 40px #ff00de, 0 0 70px #ff00de, 0 0 80px #ff00de, 0 0 100px #ff00de, 0 0 150px #ff00de;
    }
    to {
        text-shadow: 0 0 5px #fff, 0 0 10px #fff, 0 0 15px #fff, 0 0 20px #ff00de, 0 0 35px #ff00de, 0 0 40px #ff00de, 0 0 50px #ff00de, 0 0 75px #ff00de;
    }
}