/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

html {
    line-height: 1.15
}

body {
    margin: 0
}

main {
    display: block
}

h1 {
    font-size: 2em;
    margin: .67em 0
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

pre {
    font-family: monospace, monospace;
    font-size: 1em
}

a {
    background-color: transparent
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted
}

b,
strong {
    font-weight: bolder
}

code,
kbd,
samp {
    font-family: monospace, monospace;
    font-size: 1em
}

small {
    font-size: 80%
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

img {
    border-style: none
}

button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0
}

button,
input {
    overflow: visible
}

button,
select {
    text-transform: none
}

[type=button],
[type=reset],
[type=submit],
button {
    -webkit-appearance: button;
    -moz-appearance: button;
    appearance: button
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
    border-style: none;
    padding: 0
}

[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring,
button:-moz-focusring {
    outline: 1px dotted ButtonText
}

fieldset {
    padding: .35em .75em .625em
}

legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal
}

progress {
    vertical-align: baseline
}

textarea {
    overflow: auto
}

[type=checkbox],
[type=radio] {
    box-sizing: border-box;
    padding: 0
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
    height: auto
}

[type=search] {
    -webkit-appearance: textfield;
    -moz-appearance: textfield;
    appearance: textfield;
    outline-offset: -2px
}

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

::-webkit-file-upload-button {
    -webkit-appearance: button;
    appearance: button;
    font: inherit
}

details {
    display: block
}

summary {
    display: list-item
}

[hidden],
template {
    display: none
}

html {
    -webkit-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    
    background: hsla(33, 83%, 60%, 1);

    background: linear-gradient(90deg, hsla(33, 83%, 60%, 1) 0%, hsla(41, 73%, 80%, 1) 100%);
    
    background: -moz-linear-gradient(90deg, hsla(33, 83%, 60%, 1) 0%, hsla(41, 73%, 80%, 1) 100%);
    
    background: -webkit-linear-gradient(90deg, hsla(33, 83%, 60%, 1) 0%, hsla(41, 73%, 80%, 1) 100%);
    
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr="#F1E0BC", endColorstr="#F1D9A7", GradientType=1 );

    box-sizing: border-box;
    font-size: 16px;
    overflow-x: hidden;
    overflow-y: scroll;
    scroll-behavior: smooth;
    text-rendering: optimizeLegibility
}

body {
    background-image: url(https://enablestar.com/assets/galaxy-2.png);
    background-repeat: repeat;
    background-size: 50%;
    color: #fff;
    font-size: 1em;
    font-weight: 400;
    line-height: 1.5
}

*,
:after,
:before {
    box-sizing: inherit
}

img {
    display: block;
    height: auto;
    max-width: 100%
}

.content blockquote:not(:last-child),
.content dl:not(:last-child),
.content ol:not(:last-child),
.content p:not(:last-child),
.content pre:not(:last-child),
.content table:not(:last-child),
.content ul:not(:last-child) {
    margin-bottom: 1.5em
}

.content ul {
    list-style: disc outside
}

.content ol,
.content ul {
    margin-left: 2em;
    margin-top: 1em
}

.content li {
    margin-bottom: .25rem
}

.content h1,
.content h2,
.content h3,
.content h4,
.content h5,
.content h6 {
    font-weight: 800;
    line-height: 1.125
}

blockquote,
body,
dd,
dl,
dt,
fieldset,
figure,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
html,
iframe,
legend,
li,
ol,
p,
pre,
textarea,
ul {
    margin: 0;
    padding: 0
}

.content h1 {
    font-size: 3em;
    margin-bottom: .5em
}

.content h2 {
    font-size: 2.25em;
    margin-bottom: .5714em
}

.content h2:not(:first-child) {
    margin-top: 1.1428em
}

.content h3 {
    font-size: 1.5em;
    margin-bottom: .6666em
}

.content h3:not(:first-child) {
    margin-top: 1.3333em
}

.content h4 {
    font-size: 1.25em;
    margin-bottom: .8em
}

.content h5 {
    font-size: 1.125em;
    margin-bottom: .8888em
}

.content h6 {
    font-size: 1em;
    margin-bottom: 1em
}

.container {
    flex-grow: 1;
    margin: 0 auto;
    padding-left: 1rem;
    padding-right: 1rem;
    position: relative;
    width: auto
}

@media(min-width:640px) {
    .container {
        max-width: 640px
    }
}

@media(min-width:768px) {
    .container {
        max-width: 768px
    }
}

@media(min-width:1024px) {
    .container {
        max-width: 1024px
    }
}

@media(min-width:1280px) {
    .container {
        max-width: 1280px
    }
}

@font-face {
    font-display: swap;
    font-family: Sen;
    font-style: normal;
    font-weight: 400;
    src: url(https://fonts.gstatic.com/s/sen/v7/6xKjdSxYI9_3kvWNAGn5LEwJ.woff2) format("woff2");
    unicode-range: u+0100-02af, u+0304, u+0308, u+0329, u+1e00-1e9f, u+1ef2-1eff, u+2020, u+20a0-20ab, u+20ad-20cf, u+2113, u+2c60-2c7f, u+a720-a7ff
}

@font-face {
    font-display: swap;
    font-family: Sen;
    font-style: normal;
    font-weight: 400;
    src: url(https://fonts.gstatic.com/s/sen/v7/6xKjdSxYI9_3nPWNAGn5LA.woff2) format("woff2");
    unicode-range: u+00??, u+0131, u+0152-0153, u+02bb-02bc, u+02c6, u+02da, u+02dc, u+0304, u+0308, u+0329, u+2000-206f, u+2074, u+20ac, u+2122, u+2191, u+2193, u+2212, u+2215, u+feff, u+fffd
}

@font-face {
    font-display: swap;
    font-family: Sen;
    font-style: normal;
    font-weight: 700;
    src: url(https://fonts.gstatic.com/s/sen/v7/6xKudSxYI9__J9CYI0v0BnYASNr7.woff2) format("woff2");
    unicode-range: u+0100-02af, u+0304, u+0308, u+0329, u+1e00-1e9f, u+1ef2-1eff, u+2020, u+20a0-20ab, u+20ad-20cf, u+2113, u+2c60-2c7f, u+a720-a7ff
}

@font-face {
    font-display: swap;
    font-family: Sen;
    font-style: normal;
    font-weight: 700;
    src: url(https://fonts.gstatic.com/s/sen/v7/6xKudSxYI9__J9CYLUv0BnYASA.woff2) format("woff2");
    unicode-range: u+00??, u+0131, u+0152-0153, u+02bb-02bc, u+02c6, u+02da, u+02dc, u+0304, u+0308, u+0329, u+2000-206f, u+2074, u+20ac, u+2122, u+2191, u+2193, u+2212, u+2215, u+feff, u+fffd
}

@font-face {
    font-display: swap;
    font-family: Sen;
    font-style: normal;
    font-weight: 800;
    src: url(https://fonts.gstatic.com/s/sen/v7/6xKudSxYI9__O9OYI0v0BnYASNr7.woff2) format("woff2");
    unicode-range: u+0100-02af, u+0304, u+0308, u+0329, u+1e00-1e9f, u+1ef2-1eff, u+2020, u+20a0-20ab, u+20ad-20cf, u+2113, u+2c60-2c7f, u+a720-a7ff
}

@font-face {
    font-display: swap;
    font-family: Sen;
    font-style: normal;
    font-weight: 800;
    src: url(https://fonts.gstatic.com/s/sen/v7/6xKudSxYI9__O9OYLUv0BnYASA.woff2) format("woff2");
    unicode-range: u+00??, u+0131, u+0152-0153, u+02bb-02bc, u+02c6, u+02da, u+02dc, u+0304, u+0308, u+0329, u+2000-206f, u+2074, u+20ac, u+2122, u+2191, u+2193, u+2212, u+2215, u+feff, u+fffd
}

body,
button,
input,
optgroup,
select,
textarea {
    font-family: Sen, BlinkMacSystemFont, -apple-system, Arial, sans-serif
}

.section {
    margin: 6rem 0
}

.button {
    background: #F1E0BC;
    border: none;
    border-radius: 30px;
    color: #0C090D;
    cursor: pointer;
    display: inline-block;
    font-size: 1.5em;
    font-weight: 700;
    line-height: 1;
    padding: 1rem 2rem;
    text-decoration: none;
    text-transform: uppercase;
    white-space: nowrap
}

.input,
.textarea,
button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none
}

.input,
.textarea {
    align-items: center;
    background: #fff;
    border-radius: 0;
    box-shadow: none;
    color: #000;
    display: inline-flex;
    font-size: 1rem;
    justify-content: flex-start;
    line-height: 1;
    padding: 1rem;
    position: relative;
    vertical-align: top
}

.email-feedback {
    color: #eeb82c;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase
}

.textarea {
    height: 200px
}

.form-row {
    display: flex;
    flex-direction: column
}

label.form-label {
    margin-bottom: 1rem
}

.form-row:not(:last-child) {
    margin-bottom: 3rem
}

.form-row.form-row--info {
    font-size: 14px
}

.form-wrapper {
    padding-top: 1rem;
    width: 500px
}

.form-wrapper,
.game-wrapper {
    margin: 0 auto;
    max-width: 100%
}

.game-wrapper {
    width: 800px
}

.game-area {
    padding-top: 55.56%;
    position: relative
}

iframe.game-iframe {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.iladmhoiepohuafzjh {
    display: grid;
    gap: 2rem;
    grid-template-columns: repeat(5, 1fr);
    text-align: center
}

.pddzkvkgrfgdcdjbag-image-wrapper img {
    display: block;
    width: 100%
}

.gvcsotbgtqdapatqxb {
    margin-top: .5rem
}

.tise-gool img {
    display: block
}

.zfzzomkojypknhzgsm {
    background-color: #CBAF31;
    border-bottom: 5px solid #CBAF31;
    padding: 1rem 0
}

.rruebg-emun {
    height: 40px;
    width: 40px
}

@media(min-width:1024px) {
    .rruebg-emun {
        display: none
    }
}

.xrxgqtdxcfdyoursqp {
    justify-content: space-between;
    position: relative
}

.vna-unme,
.xrxgqtdxcfdyoursqp {
    align-items: center;
    display: flex
}

.vna-unme {
    gap: 2rem;
    list-style-type: none
}

.vna-unme a {
    color: #fff;
    text-decoration: none
}

.vna-unme .current-menu-item:not(.menu-item-as-button) {
    background: #000;
    border-radius: 30px;
    padding: .5rem 2rem;
    text-decoration: underline;
    text-underline-offset: 4px
}

.menu-item-as-button a {
    background: #F1E0BC;
    color: #0C090D;
    border-radius: 30px;
    display: block;
    font-weight: 700;
    line-height: 1;
    padding: 1rem 3rem;
    text-transform: uppercase
}

@media(max-width:1023px) {
    body:not(.nav-active) .vtjuucknrghpxfkram {
        display: none
    }
    .vtjuucknrghpxfkram {
        background: #000;
        left: 50%;
        position: absolute;
        top: calc(100% + 1rem);
        transform: translateX(-50%);
        width: 100vw;
        z-index: 9999
    }
    .vna-unme {
        flex-direction: column;
        padding: 2rem 0
    }
}

body.usr-is-logged .button-login,
body:not(.usr-is-logged) .button-logout {
    display: none
}

.ntwxhozctvnkcgeyew {
    background-position: bottom;
    background-size: cover
}

.ojifzyqxegiadwjvlk {
    align-items: center;
    display: flex;
    justify-content: center;
    padding: 6rem 0 12rem
}

.ojifzyqxegiadwjvlk-inner {
    position: relative
}

.ojifzyqxegiadwjvlk-content.content h1 {
    color: #fff;
    font-size: 5em;
    margin-bottom: 0;
    text-shadow: -1px 1px 0 #53B3CB, 1px 1px 0 #c63d2b, 1px -1px 0 #5e91d4, -1px -1px 0 #53B3CB, 0 0 85px hsla(0, 0%, 100%, .35)
}

.ojifzyqxegiadwjvlk-button {
    margin-top: 2rem;
    text-align: center
}

.ojifzyqxegiadwjvlk-planet {
    position: absolute
}

.ojifzyqxegiadwjvlk-planet--2 {
    right: calc(100% + 4rem);
    top: -3rem
}

.ojifzyqxegiadwjvlk-planet--1 {
    bottom: -17rem;
    right: calc(100% + 8rem);
    width: 300px
}

.ojifzyqxegiadwjvlk-planet--3 {
    left: calc(100% + 5rem);
    top: -5rem
}

.ojifzyqxegiadwjvlk-planet--4 {
    left: calc(100% + 4rem);
    top: calc(100% - 6rem);
    width: 350px
}

body:not(.page-template-games) .ntwxhozctvnkcgeyew {
    padding: 6rem 0
}

body.page-template-games .ntwxhozctvnkcgeyew {
    padding: 6rem 0 12rem
}

.hero-normal {
    align-items: center;
    display: grid;
    gap: 4rem;
    grid-template-columns: 2fr 1fr
}

.hero-normal-button {
    margin-top: 3rem
}

.clsgciqdscspfvrpxn {
    margin-top: -6rem
}

.dbsiysrxovbacyybnu {
    background: #CBAF31;
    border-radius: 20px;
    padding: 2rem
}

.kuqjdlavnigwhdaqzp {
    margin: 7px auto 0
}

.banner-inner {
    align-items: center;
    display: flex;
    justify-content: center
}

.bvglxiwvnfijoduggn {
    position: relative
}

.aspce-pihs-igm {
    position: absolute;
    width: 400px
}

.aspce-pihs-igm--1 {
    right: calc(100% + 4rem)
}

.aspce-pihs-igm--1,
.aspce-pihs-igm--2 {
    top: 50%;
    transform: translateY(-50%);
    width: 250px
}

.aspce-pihs-igm--2 {
    left: calc(100% + 4rem)
}

.rnbean-ttxe {
    color: #fff;
    font-size: 5em;
    font-weight: 800;
    line-height: 1;
    text-align: center;
    text-shadow: -1px 1px 0 #eeb82c, 1px 1px 0 #c63d2b, 1px -1px 0 #5e91d4, -1px -1px 0 #eeb82c, 0 0 85px hsla(0, 0%, 100%, .35)
}

.abnner-utobnt {
    margin-top: 3rem;
    text-align: center
}

.utferae {
    display: grid;
    gap: 4rem;
    grid-template-columns: 1fr 1fr 1fr;
    text-align: center
}

.feature {
    background: #CBAF31;
    border: 1px solid #F1E0BC;
    border-radius: 20px;
    padding: 2rem
}

.feature img {
    filter: drop-shadow(0 0 37px #F1E0BC);
    margin: 0 auto 2rem
}

.section.jmcnymjyypanafmwzg h2 {
    text-align: center
}

.faq {
    background: #CBAF31;
    border: 1px solid #F1E0BC;
    border-radius: 10px;
    color: #fff;
    padding: 2rem;
    transition: background .3s ease-in-out
}

.faq.active {
    background: #EEA243
}

.faq-a {
    max-height: 300px;
    opacity: 1;
    padding-top: 1rem;
    transition: all .2s ease-in-out;
    visibility: visible
}

.faq-q {
    cursor: pointer;
    font-size: 1.25em;
    font-weight: 700;
    padding-right: 45px;
    position: relative
}

.faq:not(.active) .faq-a {
    max-height: 0;
    opacity: 0;
    padding: 0;
    visibility: collapse
}

.faq-q:after {
    align-items: center;
    background: #F1E0BC;
    border-radius: 10px;
    color: #fff;
    content: "+";
    display: flex;
    font-size: 28px;
    font-weight: 400;
    height: 30px;
    justify-content: center;
    line-height: 1;
    position: absolute;
    right: 0;
    top: 2px;
    width: 30px
}

.faq.active .faq-q:after {
    border: 1px solid #CBAF31;
    content: "-"
}

.bjxmgjdevrloricqgz {
    display: grid;
    gap: 1rem;
    grid-template-columns: 1fr 1fr;
    margin-top: 3rem
}

.fqa-clo {
    display: flex;
    flex-direction: column;
    gap: 1rem
}

.erdzrbxgbfbpoutsxs {
    background: #CBAF31;
    padding: 6rem 0;
    text-align: center
}

.otroef-extt {
    border-bottom: 1px solid #fff;
    margin: 0 auto;
    max-width: 100%;
    opacity: .5;
    padding-bottom: 2rem;
    width: 700px
}

.erdzrbxgbfbpoutsxs-menu {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 2rem;
    justify-content: center;
    list-style-type: none;
    margin: 2rem 0;
    padding: 0
}

.erdzrbxgbfbpoutsxs-menu a {
    color: #fff
}

.erdzrbxgbfbpoutsxs-logos {
    margin: 0 auto
}

.copy1 {
    margin: 2rem 0
}

.sct-form,
.section-regular {
    background: #CBAF31;
    padding: 6rem
}

@media(max-width:1279px) {
    .utferae {
        gap: 1rem
    }
    .ojifzyqxegiadwjvlk-planet--4 {
        width: 250px
    }
    .ojifzyqxegiadwjvlk-planet--1 {
        bottom: -7rem;
        width: 200px
    }
    .aspce-pihs-igm--1 {
        right: calc(100% + 2rem);
        width: 200px
    }
    .aspce-pihs-igm--2 {
        left: calc(100% + 2rem);
        width: 200px
    }
    .ntwxhozctvnkcgeyew {
        overflow-x: hidden
    }
}

@media(max-width:1023px) {
    .bjxmgjdevrloricqgz {
        grid-template-columns: 1fr
    }
    .iladmhoiepohuafzjh {
        grid-template-columns: 1fr 1fr 1fr
    }
    .rnbean-ttxe {
        font-size: 3.5em;
        text-shadow: -1px 1px 0 #eeb82c, 1px 1px 0 #c63d2b, 1px -1px 0 #5e91d4, -1px -1px 0 #eeb82c
    }
    .utferae {
        grid-template-columns: 1fr
    }
    .ubckgxglzspmnraesy {
        overflow-x: hidden
    }
}

@media(max-width:767px) {
    .ojifzyqxegiadwjvlk {
        padding: 0 0 6rem
    }
    .ojifzyqxegiadwjvlk-content.content h1 {
        font-size: 4em
    }
    .ojifzyqxegiadwjvlk-planet,
    .hero-normal-img {
        display: none
    }
    .hero-normal {
        grid-template-columns: 1fr;
        text-align: center
    }
}

@media(max-width:575px) {
    .iladmhoiepohuafzjh {
        gap: 1rem;
        grid-template-columns: 1fr 1fr
    }
    .ojifzyqxegiadwjvlk-content.content h1 {
        font-size: 3em
    }
    .dbsiysrxovbacyybnu {
        padding: 1rem
    }
}