html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;

}

body {
    overflow: hidden !important;
    padding: env(safe-area-inset-top) env(safe-area-inset-right) env(safe-area-inset-bottom) env(safe-area-inset-left);
    box-sizing: border-box;
}

h2 {
    margin-bottom: 2em !important;
    font-style: italic;
    color: white;
    margin-left: 10px;
    margin-right: 10px;
}

/* HTML5 display-role reset for older browsers */
/* line 27, ../sass/partials/_normalize.scss */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

/* line 31, ../sass/partials/_normalize.scss */
body {
    line-height: 1;
}

/* line 34, ../sass/partials/_normalize.scss */
ol,
ul {
    list-style: none;
}

/* line 37, ../sass/partials/_normalize.scss */
blockquote,
q {
    quotes: none;
}

/* line 40, ../sass/partials/_normalize.scss */
blockquote:before,
blockquote:after,
q:before,
q:after {
    content: "";
    content: none;
}

/* line 45, ../sass/partials/_normalize.scss */
table {
    border-collapse: collapse;
    border-spacing: 0;
}

/* line 5, ../sass/styles.scss */
html,
body {
    font-size: 16px;
    width: 100%;
    font-family: 'Open Sans', sans-serif;
    overflow-x: hidden;
    overflow-y: hidden;
    background: #10A296;
}

/* line 13, ../sass/styles.scss */
nav {
    width: 100%;
    display: block;
    height: 4em;
    background: #10A296;
    color: white;
}

/* line 20, ../sass/styles.scss */
h1 {
    font-size: 2em;
    display: inline-block;
    float: left;
    font-weight: 800;
}

/* line 26, ../sass/styles.scss */
#contact {
    font-size: 2em;
    display: inline-block;
    float: right;
    padding-right: 1em;
}

/* line 32, ../sass/styles.scss */
#contact a {
    color: #000;
}

/* line 35, ../sass/styles.scss */
#contact i:hover {
    color: tomato;
    cursor: pointer;
}

/* line 40, ../sass/styles.scss */
#rules {
    position: absolute;
    z-index: 999;
    width: 31.25em;
    height: 31.25em;
    text-align: center;
    left: 50%;
    margin-left: -250px;
    top: 50%;
    margin-top: -200px;
}

/* line 51, ../sass/styles.scss */
#rules p {
    font-size: 1.3em;
}

/* line 55, ../sass/styles.scss */
#game-container {
    text-align: center;
    z-index: 999;
    margin-top: 160px;
}

@media (max-width: 800px) {
    #game-container {
        text-align: center;
        z-index: 999;
        margin-top: 80px;
    }
}

/* line 62, ../sass/styles.scss */
#game-container p {
    display: inline-block;
    margin-right: 1em;
    margin-left: 1em;
    margin-bottom: 1em;
    font-weight: 600;
    font-size: 1.8em;
    color: white;
    z-index: 999;
}

/* line 69, ../sass/styles.scss */
#game-container p span {
    font-weight: 600;
}

/* line 72, ../sass/styles.scss */
#game-container p#info {
    display: block;
    text-align: center;
    font-size: 1.2em !important;
    height: 2em;
    margin-top: 1em;
    margin-bottom: 0.5em;
}

/* line 80, ../sass/styles.scss */
#scrambled-word {
    font-size: 3em !important;
    font-family: "Open Sans", sans-serif;
    text-transform: uppercase;
    display: block;
    margin-left: 48px;
    margin-bottom: 1em !important;
}

/* line 89, ../sass/styles.scss */
#scrambled-word p {
    display: block;
    width: 100%;
}

/* line 94, ../sass/styles.scss */
#user-guess {
    display: block;
    width: 20em;
    height: 3em;
    padding-left: 1em;
    margin: 0 auto 1.25em;
    border: 1px solid white;
    outline-color: #e84d5b;
    font-size: 1.1em;
    z-index: 999;
    color: black;

}

/* line 104, ../sass/styles.scss */
small {
    font-size: 0.8em;
}

/* line 107, ../sass/styles.scss */
.lead {
    font-size: 2.6em !important;
    font-weight: 700;
    margin: 40px;
}

/* line 111, ../sass/styles.scss */
.correct,
.incorrect {
    font-size: 1.5em;
    font-weight: 700;
    padding: 20px;
}

/* line 116, ../sass/styles.scss */
.correct {
    color: white;
    display: block;
}

/* line 121, ../sass/styles.scss */
.incorrect {
    color: #e84d5b;
    display: block;
}

.hint {
    color: white;
    display: block;
    padding: 20px;
    letter-spacing: 0.2em;
}

#streak {
    display: none;
    margin-top: 20px;
}

/* line 126, ../sass/styles.scss */
.hidden {
    visibility: hidden;
}

/* line 129, ../sass/styles.scss */
button {
    cursor: pointer;
    width: 7em;
    height: 2.8em;
    outline: none;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 1em;
    z-index: 999;
    margin-top: 15px;
}

/* line 138, ../sass/styles.scss */
#submit,
#play-btn {
    background: #e84d5b;
    border: 2px solid #e84d5b;
    color: white;
}

/* line 143, ../sass/styles.scss */
#submit:hover,
#play-btn:hover {
    background: tomato;
    color: black;
    border: tomato;
    transition: 0.2s background;
}

#hint,
#give-up {
    background: #ededed;
    border: 2px solid #adadad;
    color: #5A5A5A;
}

#hint:hover,
#give-up:hover {
    background: #adadad;
    color: #fff;
    transition: 0.2s background;
}

/* line 150, ../sass/styles.scss */
#reset-btn {
    background: #fff;
    border: none;
    box-shadow: 1px 1px 1px #999;
}

/* line 155, ../sass/styles.scss */
#reset-btn:hover {
    box-shadow: 1px 1px 1px #000;
    transition: 0.2s box-shadow;
}

/* line 161, ../sass/styles.scss */
button:active {
    position: relative;
    top: 1px;
}

/* line 166, ../sass/styles.scss */
#copyright {
    text-align: center;
}

/* Modal */
label {
    position: absolute;
    z-index: 1000;
    right: 0;
}

input {
    display: none;
}

#user-guess {
    color: #e84d5b;
}

.burger {
    position: absolute;
    top: 24px;
    cursor: pointer;
}

.burger g {
    stroke: #e84d5b;
    transition: stroke 0.25s ease-in-out;
}

.burger g:hover {
    stroke: #e84d5b;
}

input:checked ~ label .burger {
    opacity: 0;
}

.close {
    position: relative;
    top: 24px;
    cursor: pointer;
    opacity: 0;
}

.close g:hover {
    stroke: #cccccc;
}

.close g {
    stroke: #ffffff;
    transition: stroke 0.25s ease-in-out;
}

.close line {
    transform-origin: 0%;
}

.close g {
    transform: rotateZ(45deg);
    transform-origin: 50%;
}

input:checked ~ label .close {
    opacity: 1;
}

.menu {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-around;
    position: absolute;
    opacity: 0;
    width: 100%;
    height: 100%;
    background-color: tomato;
    transition: opacity 0.8s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    color: #ffffff;
    font-size: 24px;
    font-weight: bold;
    font-family: 'Open Sans', Helvetica, sans-serif;
    z-index: 999;
    pointer-events: none;
}

form {
    margin-top: -30px !important;
}

input:checked ~ .menu {
    opacity: 1;
    pointer-events: all;
}

.menu div {
    margin-top: 50px;
    transition: margin 0.8s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

input:checked ~ .menu div {
    margin-top: 0px;
}

/* Checkbox */
.label {
    display: inline;
    padding: 0.2em 0.6em 0.3em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 0.25em;
}

.job-modal-body .smart-form i,
.smart-form .preferences-items i,
.smart-form :after, .smart-form :before {
    margin: 0;
    padding: 0;
}

.smart-form .label {
    display: block;
    margin-bottom: 6px;
    line-height: 19px;
    font-weight: 400;
    font-size: 13px;
    color: #333;
    text-align: left;
}

.smart-form .button,
.smart-form .checkbox,
.smart-form .input,
.smart-form .radio,
.smart-form .select,
.smart-form .textarea,
.smart-form .toggle {
    position: relative;
    display: block;
    font-weight: 400;
}

.smart-form .checkbox,
.smart-form .radio {
    margin-bottom: 4px;
    padding-left: 25px;
    line-height: 25px;
    color: #0c4757;
    cursor: pointer;
    font-size: 16px;
}

.smart-form .button.state-disabled, .smart-form .checkbox.state-disabled, .smart-form .input.state-disabled input, .smart-form .radio.state-disabled, .smart-form .select.state-disabled, .smart-form .textarea.state-disabled, .smart-form .toggle.state-disabled {
    cursor: default !important;
    opacity: 0.6 !important;
}

.smart-form .state-disabled.checkbox input + i:after,
.smart-form .state-disabled.checkbox input:checked + i,
.smart-form .state-disabled.radio input + i:after,
.smart-form .state-disabled.radio input:checked + i,
.smart-form .state-disabled.toggle input:checked + i {
    border-color: #47A8C0 !important;
    color: #333 !important;
}

/*add*/
.smart-form .checkbox.checkbox-inline,
.smart-form .radio.radio-inline {
    display: inline-block;
}

/*add*/
.smart-form .checkbox input,
.smart-form .radio input {
    position: absolute;
    left: -9999px;
}

.smart-form .checkbox i,
.smart-form .radio i {
    position: absolute;
    top: 6px;
    left: 0;
    display: block;
    width: 15px;
    height: 15px;
    outline: 0;
    border-width: 1px;
    border-style: solid;
    background: #9cd9e8;
}

.smart-form .radio i {
    border-radius: 50%;
}

.smart-form .checkbox i,
.smart-form .icon-append,
.smart-form .icon-prepend,
.smart-form .input input,
.smart-form .radio i,
.smart-form .select select,
.smart-form .textarea textarea,
.smart-form .toggle i {
    border-color: #47A8C0;
    transition: border-color 0.3s;
    -webkit-transition: border-color 0.3s;
}

.smart-form .checkbox input:checked + i,
.smart-form .radio input:checked + i, .smart-form .toggle input:checked + i {
    border-color: #47A8C0;
}

.smart-form .checkbox input + i:after, .smart-form .radio input + i:after {
    position: absolute;
    opacity: 0;
    transition: opacity 0.1s;
    -webkit-transition: opacity 0.1s;
}

.smart-form .radio input + i:after {
    content: "";
    top: 3px;
    left: 3px;
    width: 9px;
    height: 9px;
    border-radius: 50%;
}

.smart-form .radio input + i:after {
    background-color: #47A8C0;
}

.smart-form .checkbox input:checked + i:after,
.smart-form .radio input:checked + i:after {
    opacity: 1;
}

.smart-form .checkbox input + i:after {
    content: "✓";
    top: -3px;
    left: 1px;
    width: 15px;
    height: 15px;
    font: 400 16px/19px FontAwesome;
    text-align: center;
}

a {
    text-decoration-color: white;
}

/* Logo */
.stage {
    padding-top: 15px;
    padding-left: 15px;
    display: flex;
    align-items: center;
    justify-content: left;
    position: absolute;
}

.wrapper {
    position: relative;
    color: #fff;
    font-size: 1.3rem;
    text-transform: uppercase;
    letter-spacing: 0.25rem;
    padding-top: 0.6rem;
    padding-left: 0.6rem;
    padding-right: 0.4rem;
    padding-bottom: 0.4rem;
}

.slash {
    position: absolute;
    top: 50%;
    left: 60%;
    transform: translate(-50%, -50%) rotate(-24deg) scaleY(0);
    transform-origin: center center;
    width: 0.15rem;
    height: 100%;
    background: #fff;
    z-index: 4;
    -webkit-animation: slash 12s ease-in infinite;
    animation: slash 12s ease-in infinite;
}

.slash:before {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 0.75rem;
    height: 120%;
    background: #10A296;
    z-index: -1;
}

.slash:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
}

.sides {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    overflow: hidden;
}

.sides .side {
    position: absolute;
    background: #fff;
}

.sides .side:nth-child(1) {
    top: 0;
    left: 0;
    width: 100%;
    height: 0.15rem;
    transform: translateX(-101%);
    -webkit-animation: side-top ease 12s infinite;
    animation: side-top ease 12s infinite;
}

.sides .side:nth-child(2) {
    top: 0;
    right: 0;
    width: 0.15rem;
    height: 100%;
    transform: translateY(-101%);
    -webkit-animation: side-right ease 12s infinite;
    animation: side-right ease 12s infinite;
}

.sides .side:nth-child(3) {
    left: 0;
    bottom: 0;
    width: 100%;
    height: 0.15rem;
    transform: translateX(101%);
    -webkit-animation: side-bottom ease 12s infinite;
    animation: side-bottom ease 12s infinite;
}

.sides .side:nth-child(4) {
    top: 0;
    left: 0;
    width: 0.15rem;
    height: 100%;
    transform: translateY(101%);
    -webkit-animation: side-left ease 12s infinite;
    animation: side-left ease 12s infinite;
}

.text {
    position: relative;
}

.text--backing {
    opacity: 0;
}

.text--left {
    position: absolute;
    top: 0;
    left: 0;
    width: 65%;
    height: 100%;
    overflow: hidden;
}

.text--left .inner {
    transform: translateX(100%);
    -webkit-animation: text-left 12s ease-in-out infinite;
    animation: text-left 12s ease-in-out infinite;
}

.text--right {
    position: absolute;
    top: 0;
    right: 0;
    width: 36%;
    height: 100%;
    overflow: hidden;
}

.text--right .inner {
    transform: translateX(-200%);
    -webkit-animation: text-right 12s ease-in-out infinite;
    animation: text-right 12s ease-in-out infinite;
}

@-webkit-keyframes slash {
    0% {
        transform: translate(-50%, -50%) rotate(-24deg) scaleY(0);
    }
    6% {
        transform: translate(-50%, -50%) rotate(-24deg) scaleY(1);
    }
    13% {
        transform: translate(-50%, -50%) rotate(-24deg) scaleY(1);
    }
    16.6% {
        transform: translate(-50%, -50%) rotate(-24deg) scaleY(0);
    }
    100% {
        transform: translate(-50%, -50%) rotate(-24deg) scaleY(0);
    }
}

@keyframes slash {
    0% {
        transform: translate(-50%, -50%) rotate(-24deg) scaleY(0);
    }
    6% {
        transform: translate(-50%, -50%) rotate(-24deg) scaleY(1);
    }
    13% {
        transform: translate(-50%, -50%) rotate(-24deg) scaleY(1);
    }
    16.6% {
        transform: translate(-50%, -50%) rotate(-24deg) scaleY(0);
    }
    100% {
        transform: translate(-50%, -50%) rotate(-24deg) scaleY(0);
    }
}

@-webkit-keyframes text-left {
    0% {
        transform: translateX(100%);
    }
    10% {
        transform: translateX(0);
    }
    58% {
        transform: translateX(0);
    }
    70% {
        transform: translateX(-200%);
    }
    100% {
        transform: translateX(-200%);
    }
}

@keyframes text-left {
    0% {
        transform: translateX(100%);
    }
    10% {
        transform: translateX(0);
    }
    58% {
        transform: translateX(0);
    }
    70% {
        transform: translateX(-200%);
    }
    100% {
        transform: translateX(-200%);
    }
}

@-webkit-keyframes text-right {
    0% {
        transform: translateX(-200%);
    }
    10% {
        transform: translateX(-100%);
    }
    58% {
        transform: translateX(-100%);
    }
    70% {
        transform: translateX(-300%);
    }
    100% {
        transform: translateX(-300%);
    }
}

@keyframes text-right {
    0% {
        transform: translateX(-300%);
    }
    10% {
        transform: translateX(-177%);
    }
    58% {
        transform: translateX(-177%);
    }
    65% {
        transform: translateX(-320%);
    }
    100% {
        transform: translateX(-300%);
    }
}

@-webkit-keyframes side-top {
    0%, 14% {
        transform: translateX(-101%);
    }
    24%, 55% {
        transform: translateX(0);
    }
    65% {
        transform: translateX(101%);
    }
    100% {
        transform: translateX(101%);
    }
}

@keyframes side-top {
    0%, 14% {
        transform: translateX(-101%);
    }
    24%, 55% {
        transform: translateX(0);
    }
    65% {
        transform: translateX(101%);
    }
    100% {
        transform: translateX(101%);
    }
}

@-webkit-keyframes side-right {
    0%, 14%, 23% {
        transform: translateY(-101%);
    }
    30%, 62% {
        transform: translateY(0);
    }
    72% {
        transform: translateY(101%);
    }
    100% {
        transform: translateY(101%);
    }
}

@keyframes side-right {
    0%, 14%, 23% {
        transform: translateY(-101%);
    }
    30%, 62% {
        transform: translateY(0);
    }
    72% {
        transform: translateY(101%);
    }
    100% {
        transform: translateY(101%);
    }
}

@-webkit-keyframes side-bottom {
    0%, 14%, 24%, 28% {
        transform: translateX(101%);
    }
    37%, 70% {
        transform: translateX(0);
    }
    79% {
        transform: translateX(-101%);
    }
    100% {
        transform: translateX(-101%);
    }
}

@keyframes side-bottom {
    0%, 14%, 24%, 28% {
        transform: translateX(101%);
    }
    37%, 70% {
        transform: translateX(0);
    }
    79% {
        transform: translateX(-101%);
    }
    100% {
        transform: translateX(-101%);
    }
}

@-webkit-keyframes side-left {
    0%, 14%, 24%, 34%, 35% {
        transform: translateY(101%);
    }
    44%, 79% {
        transform: translateY(0);
    }
    86% {
        transform: translateY(-101%);
    }
    100% {
        transform: translateY(-101%);
    }
}

@keyframes side-left {
    0%, 14%, 24%, 34%, 35% {
        transform: translateY(101%);
    }
    44%, 79% {
        transform: translateY(0);
    }
    86% {
        transform: translateY(-101%);
    }
    100% {
        transform: translateY(-101%);
    }
}

/* particles */
.particles {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1;
    opacity: 70%;
    display: block;
}

.particles {
    position: absolute;
    z-index: 1;
    transform-style: preserve-3d;
    /*     animation: rotate-container 10s infinite ease-in-out alternate; */
    overflow: hidden;
}

@keyframes move {
    0% {
        transform: translateY(0);
        opacity: 0;
    }
    10%, 90% {
        opacity: 1;
    }
    100% {
        transform: translateY(45vw);
        opacity: 0;
    }
}

@keyframes rotate-container {
    0% {
        transform: perspective(1000px) translateZ(0px);
    }
    100% {
        transform: perspective(1000px) translateZ(150px);
    }
}

/* text box */
.container {
    position: relative
}

#remaining {
    color: grey;
    font-size: smaller;
    /*position:absolute;
    left:50px;*/
    margin-top: -57px;
    margin-bottom: 57px;
    margin-left: 290px;
    pointer-events: none;
}