@font-face {
    font-family: "Avenir Next", sans-serif;
    font-weight: bold;
    font-style: normal;
    font-variant: normal;
    src: url("./fonts/avenir-next.eot");
    src: url("./fonts/avenir-next.eot?#iefix") format("eot"), url("./fonts/avenir-next.woff2") format("woff2"), url("./fonts/avenir-next.woff") format("woff"), url("./fonts/avenir-next.ttf") format("truetype")
}

html, body {
    border: 0;
    margin: 0;
    font-family: "Avenir Next", sans-serif;
}

body h1, body .h1, body h2, body .h2, body h3, body .h3 {
    font-weight: 700;
    line-height: 1.2;
    word-break: break-word;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto
}

body a {
    transition: all 0.15s ease;
    font-weight: bold
}

body strong {
    font-weight: bold
}

body .show-on-large {
    display: none
}

@media (min-width: 768px) {
    body .show-on-large {
        display: block
    }
}

body .hide-on-large {
    display: block
}

@media (min-width: 768px) {
    body .hide-on-large {
        display: none
    }
}

.button {
    display: inline-flex;
    background: rgba(255, 255, 255, 0.2);
    color: #fff;
    border-radius: 50vh;
    text-decoration: none;
    cursor: pointer;
    line-height: 22px;
    padding: 1em 1.5em;
    text-align: center;
    white-space: nowrap
}

.button:hover {
    box-shadow: rgba(0, 0, 0, 0.12) 2px 6px 12px 0px;
    background: rgba(255, 255, 255, 0.3)
}

.button--small {
    padding: 9px 16px
}

.button--primary {
    background: rgb(72, 178, 128);
    box-shadow: rgba(0, 0, 0, 0.12) 2px 2px 4px 0px
}

.button--primary:hover {
    background: rgb(62, 152, 110);
    box-shadow: rgba(0, 0, 0, 0.12) 2px 6px 12px 0px
}

.button--icon {
    padding: 9px
}

.button--icon img {
    display: block;
    height: 22px;
    width: 22px
}

.button--big {
    font-size: 18px;
    line-height: 1;
    padding: 1.1em 1.8em
}

@-webkit-keyframes marqueeout {
    0% {
        transform: translateX(0)
    }
    100% {
        transform: translateX(-100%)
    }
}

@keyframes marqueeout {
    0% {
        transform: translateX(0)
    }
    100% {
        transform: translateX(-100%)
    }
}

@-webkit-keyframes marquee {
    0% {
        transform: translateX(100%)
    }
    100% {
        transform: translateX(-100%)
    }
}

@keyframes marquee {
    0% {
        transform: translateX(100%)
    }
    100% {
        transform: translateX(-100%)
    }
}

@-webkit-keyframes marquee2 {
    0% {
        transform: translateX(0%)
    }
    100% {
        transform: translateX(-200%)
    }
}

@keyframes marquee2 {
    0% {
        transform: translateX(0%)
    }
    100% {
        transform: translateX(-200%)
    }
}

header {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 20px;
    height: 60px;
    z-index: 10;
}

@media (min-width: 768px) {
    header {
        position: absolute;
        padding: 12px 32px;
        height: 80px;
        background: transparent;
        border-bottom: none
    }

    header.sticky {
        position: fixed;
        top: 0;
        box-shadow: rgba(0, 0, 0, 0.15) 0px 10px 20px 0px, rgba(0, 0, 0, 0.1) 0px 3px 6px 0px;
        min-height: 64px;
        padding: 12px 32px;
        transition: all 0.15s ease 0s;
        background: #00262b
    }
}

header ul {
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center
}

header ul li {
    display: inline-block
}

header ul.navigation-left li {
    margin-right: 32px
}

header ul.navigation-left li a {
    display: block;
    color: rgba(255, 255, 255, 0.5);
    font-weight: bold;
    text-decoration: none;
    padding: 10px 0;
    transition: all 0.15s ease;
    line-height: 1
}

header ul.navigation-left li a:hover, header ul.navigation-left li a.active {
    color: #fff
}

header ul.navigation-left li.logo {
    margin-right: 0
}

@media (min-width: 768px) {
    header ul.navigation-left li.logo {
        margin-right: calc(26px + 16px)
    }
}

header ul.navigation-left li.logo a {
    padding: 0;
    width: 130px;
    height: 25px;
    background: url(https://static.luckydays.com/assets/images/hotlink-ok/landingpage/logo.svg);
    background-size: cover
}

@media (max-width: 468px) {
    .hero {
        background: url(https://hello.luckydays.com/th/media/thbg5.jpg) !important;
        background-position: right bottom !important;
    }
}

@media (min-width: 768px) {
    .hero {
        height: 100vh !important;
    }
    header ul.navigation-left li.logo a {
        background: url(https://static.luckydays.com/assets/images/hotlink-ok/landingpage/logo.svg)
    }
}

header ul.navigation-right li {
    margin-left: 8px
}

@media (min-width: 768px) {
    header ul.navigation-right li {
        margin-left: 16px
    }
}

header ul .login {
    padding: 9px 18px;
    background: rgba(0, 0, 0, 0.1);
    color: #161616
}

header ul .login:hover {
    background: rgba(0, 0, 0, 0.2)
}

@media (min-width: 768px) {
    header ul .login {
        background: rgba(255, 255, 255, 0.2);
        color: #fff
    }

    header ul .login:hover {
        background: rgba(255, 255, 255, 0.3)
    }
}

header ul .register {
    background: #00b5ce
}

header ul .register:hover {
    background: #0097ac
}

.hero {
    background: url(https://hello.luckydays.com/th/media/th-eu.jpg);
    background-size: cover;
    background-position: right bottom;
    height: 65vh;
    min-height: 450px;
    position: relative;
    display: flex
}

.hero:after {
    content: "";
    background: rgba(0, 0, 0, 0.3);
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0
}

.hero .content {
    margin: auto;
    color: #fff;
    text-align: center;
    position: relative;
    z-index: 1;
    display: flex;
    flex-flow: column wrap;
    align-items: center;
    padding: 0 20px;
    margin-top: 80px;
    font-weight: 700
}

@media (min-width: 768px) {
    .hero .content {
        margin-top: auto
    }
}

.hero .content .hero-title {
    display: flex;
    position: relative;
    margin: auto;
    flex-flow: column wrap;
    justify-content: center
}

.hero .content .hero-title h1 {
}

@media (min-width: 768px) {
    .hero .content .hero-title h1 {
    }
}

.hero .content .hero-title p {
    margin: 0;
    font-size: 20px
}

@media (min-width: 768px) {
    .hero .content .hero-title p {
        font-size: 22px
    }
}

.hero .content .hero-title .buttons {
    margin-top: 15px;
    display: flex;
    align-items: center;
    flex-flow: column wrap
}

.hero .content .hero-title .buttons .button {
    margin-top: 32px;
    width: 250px;
    justify-content: center
}

.hero .content .hero-title .buttons .tac-link {
    font-size: 14px;
    color: #fff;
    opacity: 0.8;
    margin-top: 16px
}

.hero .content .hero-title .buttons .tac-link:hover {
    opacity: 1
}

.intro {
    display: flex;
    flex-flow: row wrap;
    align-content: stretch;
    min-height: 900px
}

.intro .column {
    display: flex;
    flex-flow: column wrap;
    width: 100%
}

.intro .column:first-child {
    align-self: center
}

@media (min-width: 768px) {
    .intro .column {
        width: 50%;
        min-height: 900px
    }

    .intro .column:last-child {
        min-height: auto;
        width: 100%
    }
}

@media (min-width: 1080px) {
    .intro .column {
        width: 25%;
        min-height: 900px
    }

    .intro .column:first-child {
        width: 50%
    }

    .intro .column:last-child {
        width: 25%
    }
}

.intro .box {
    width: 100%;
    padding: 40px 20px;
    display: flex;
    flex-flow: column wrap;
    text-align: center;
    overflow: hidden
}

@media (min-width: 768px) {
    .intro .box {
        flex: 50%;
        padding: 60px 25px
    }
}

.intro .box .content {
    margin: auto;
    width: 100%;
    max-width: 520px
}

.intro .box h2 {
    font-size: 20px;
    color: #fff;
    margin: 0
}

.intro .box h2 span {
    font-size: 42px;
    display: block
}

.intro .box .button {
    margin-top: 32px
}

.intro .sign-up {
    background: #00b5ce;
    position: relative;
    padding: 32px 20px 140px
}

@media (min-width: 768px) {
    .intro .sign-up {
        flex: 60%
    }
}

@media (min-width: 1080px) {
    .intro .sign-up:hover .content img {
        transform: translate(-50%, -40px)
    }
}

.intro .sign-up .content {
    margin: 0 auto auto
}

.intro .sign-up .content h2 span {
    font-size: 54px;
    line-height: 1.2;
    margin: 16px 0
}

@media (min-width: 768px) {
    .intro .sign-up .content h2 span {
        font-size: 100px
    }
}

.intro .sign-up .content .button {
    background: #48b280
}

.intro .sign-up .content .button:hover {
    background: #3e986e
}

.intro .sign-up .content img {
    width: 100%;
    height: auto;
    display: block;
    position: absolute;
    bottom: -290px;
    left: 50%;
    transform: translate(-50%, 0);
    padding: 0;
    margin: 0;
    max-width: 350px;
    transition: all 0.2s ease
}

@media (min-width: 768px) {
    .intro .sign-up .content img {
        bottom: -328px;
        max-width: 400px
    }
}

.intro .safe-payments {
    background: #007078
}

@media (min-width: 768px) {
    .intro .safe-payments {
        flex: 40%
    }
}

.intro .safe-payments .logos {
    margin-top: 20px;
    display: flex;
    flex-flow: row wrap;
    justify-content: center
}

.intro .safe-payments .logos .logo {
    align-self: center;
    height: 50px;
    flex-basis: 100%;
    max-width: 140px;
    text-align: center;
    margin: 0 0 10px;
    padding: 0
}

.intro .safe-payments .logos .logo img {
    display: block;
    margin: auto;
    padding: 0;
    max-height: 50px;
    max-width: 120px;
    position: relative;
    top: 50%;
    transform: translateY(-50%)
}

.intro .jackpot {
    background: #007078;
    height: 352px;
    padding: 0;
    position: relative;
    overflow: hidden
}

@media (min-width: 768px) {
    .intro .jackpot {
        height: auto;
        background: #00b5ce
    }
}

.intro .jackpot .content {
    transform: translate(-50%, -50%) rotate(-45deg);
    width: 140%;
    position: absolute;
    top: 50%;
    left: 50%
}

@media (min-width: 1080px) {
    .intro .jackpot .content {
        width: 200%
    }
}

.intro .jackpot .content .row {
    font-size: 90px;
    white-space: nowrap;
    color: rgba(255, 255, 255, 0.5);
    text-transform: uppercase;
    font-weight: bold;
    line-height: 70px;
    margin: 0
}

.intro .jackpot .content .row:nth-child(1) {
    transform: translateX(0)
}

.intro .jackpot .content .row:nth-child(2) {
    transform: translateX(-10%)
}

.intro .jackpot .content .row:nth-child(3) {
    transform: translateX(-20%)
}

.intro .jackpot .content .row:nth-child(4) {
    transform: translateX(-30%)
}

.intro .jackpot .content .row:nth-child(5) {
    transform: translateX(-40%)
}

.intro .jackpot .content .row:nth-child(6) {
    transform: translateX(-20%)
}

.intro .jackpot .content .row:nth-child(7) {
    transform: translateX(-10%)
}

.intro .jackpot .content .row:nth-child(8) {
    transform: translateX(0)
}

.intro .jackpot .content .row:nth-child(9) {
    transform: translateX(10%)
}

.intro .jackpot .content .row:nth-child(10) {
    transform: translateX(20%)
}

.intro .jackpot .content span {
    font-size: 90px;
    font-weight: bold;
    line-height: 70px;
    white-space: nowrap;
    margin: 0
}

.intro .jackpot .content .marquee {
    overflow: hidden;
    white-space: nowrap;
    width: 200%;
    margin-left: -50%
}

.intro .jackpot .content .marquee span {
    color: #fff;
    line-height: 1
}

.intro .jackpot .content .marquee .marqueeout {
    display: inline-block;
    position: absolute;
    -webkit-animation: marqueeout 10s linear;
    animation: marqueeout 10s linear;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards
}

.intro .jackpot .content .marquee .marquee1 {
    display: inline-block;
    -webkit-animation: marquee 20s linear infinite;
    animation: marquee 20s linear infinite
}

.intro .jackpot .content .marquee .marquee2 {
    display: inline-block;
    -webkit-animation: marquee2 20s linear infinite;
    animation: marquee2 20s linear infinite;
    -webkit-animation-delay: 10s;
    animation-delay: 10s
}

.intro .games {
    background: #e52e12
}

.intro .games h2 span {
    font-size: 80px
}

.intro .game-providers {
    background: #00262b
}

.intro .game-providers h2 span {
    font-size: 42px;
    display: block;
    margin-top: 5px
}

.intro .game-providers .logos {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-around;
    margin-top: 20px
}

.intro .game-providers .logos .logo {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: calc(50% - 40px);
    margin: 20px 20px 0
}

.intro .game-providers .logos .logo img {
    width: 100%;
    max-width: 140px;
    height: auto;
    margin: auto
}

@media (min-width: 768px) {
    .intro .game-providers {
        width: 100%
    }

    .intro .game-providers .logos {
        display: flex;
        flex-flow: row wrap;
        justify-content: space-around;
        width: 35em;
        margin: auto
    }

    .intro .game-providers .logos .logo {
        display: inline-flex;
        justify-content: center;
        align-items: center;
        width: calc(33.333% - 40px);
        margin: 20px 20px 0
    }

    .intro .game-providers .logos .logo img {
        width: 100%;
        height: auto;
        margin: auto
    }
}

@media (min-width: 1080px) {
    .intro .game-providers .logos {
        flex-flow: column wrap;
        width: auto
    }

    .intro .game-providers .logos .logo {
        width: 100%;
        margin: 16px 0
    }

    .intro .game-providers .logos .logo img {
        max-width: 140px
    }
}

.bonus-intro {
    background: #007078;
    color: #fff
}

.bonus-intro .content {
    max-width: 1440px;
    text-align: center;
    margin: 0 auto;
    padding: 60px 10px
}

@media (min-width: 768px) {
    .bonus-intro .content {
        padding: 100px 24px
    }
}

.bonus-intro .content h2 {
    margin-top: 0;
    margin-bottom: 40px;
    font-size: 30px
}

@media (min-width: 768px) {
    .bonus-intro .content h2 {
        font-size: 38px
    }
}

.bonus-intro .content .bonus-cards {
    display: flex;
    flex-flow: row wrap;
    justify-content: center
}

.bonus-intro .content .bonus-cards .bonus-card {
    flex: 1;
    min-width: 250px;
    max-width: 350px;
    box-shadow: rgba(0, 0, 0, 0.15) 0 10px 20px 0px, rgba(0, 0, 0, 0.1) 0 3px 6px 0;
    border-radius: 8px;
    position: relative;
    padding: 24px 32px 32px;
    margin: 10px;
    overflow: hidden;
    transition: all 0.2s ease;
    background: #fff
}

@media (min-width: 768px) {
    .bonus-intro .content .bonus-cards .bonus-card {
        margin: 16px
    }
}

.bonus-intro .content .bonus-cards .bonus-card.disabled {
    background: #ccc
}

.bonus-intro .content .bonus-cards .bonus-card .bonus-card-content {
    position: relative;
    display: flex;
    flex-flow: column wrap;
    justify-content: space-between;
    height: 100%
}

.bonus-intro .content .bonus-cards .bonus-card .number {
    background: rgba(255, 255, 255, 0.2);
    font-weight: bold;
    font-size: 20px;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    -webkit-transform: translateZ(0);
    border: 2px solid #161616;
    border-radius: 50vh;
    margin: 0 auto 10px
}

.bonus-intro .content .bonus-cards .bonus-card p.big {
    font-weight: bold;
    font-size: 16px;
    margin-bottom: 32px;
    color: #48b280
}

.bonus-intro .content .bonus-cards .bonus-card h3 {
    padding: 0 8px;
    font-size: 22px;
    margin-bottom: 10px;
    margin-top: 0
}

.bonus-intro .content .bonus-cards .bonus-card p.small {
    font-style: italic;
    font-weight: bold;
    opacity: 0.8
}

.bonus-intro .content .bonus-cards .bonus-card img {
    width: 100%;
    max-width: 90px;
    margin: 0 auto 10px;
    transition: opacity 0.2s ease 0s;
    height: auto
}

.bonus-intro .content .bonus-cards .bonus-card * {
    color: #161616
}

.bonus-intro .content .bonus-cards .bonus-card:hover {
    transform: translateY(-2px);
    box-shadow: 0 9px 32px 0 rgba(0, 0, 0, 0.3)
}

.bonus-intro .content .bonus-cards .bonus-card:first-child {
    background-color: #fff
}

.bonus-intro .content .bonus-cards .bonus-card:first-child * {
    color: #161616
}

.bonus-intro .content .bonus-cards .bonus-card svg {
    width: 54px;
    height: 54px;
    margin: 32px 0 8px
}

.bonus-intro .content .bonus-cards .button-wrapper .button {
    background: #48b280;
    margin-bottom: 16px;
    margin-top: 32px;
    color: #fff
}

.bonus-intro .content .bonus-cards .button-wrapper .button:hover {
    background: #3e986e
}

.bonus-intro .content .bonus-cards .button-wrapper .more-info {
    display: block;
    font-weight: bold;
    font-size: 14px;
    opacity: 0.9;
    transition: opacity 0.2s ease;
    background: none
}

.bonus-intro .content .bonus-cards .button-wrapper .more-info:hover {
    opacity: 1
}

.footer {
    background: #00262b;
    color: #fff;
    padding: 60px 20px
}

.footer .content {
    display: flex;
    flex-flow: row wrap;
    max-width: 1440px;
    margin: 0 auto;
    align-items: flex-start
}

@media (min-width: 768px) {
    .footer .content {
        padding: 40px
    }
}

.footer .info {
    display: block;
    width: 100%;
    font-size: 15px;
    line-height: 22px;
}

.footer .info p {
    opacity: 0.6
}

@media (min-width: 768px) {
    .footer .info {
        width: calc(100% * 0.5);
        padding-right: 40px
    }
}

.footer .footer-nav {
    margin-top: 47px;
    width: 100%;
    display: block
}

@media (min-width: 768px) {
    .footer .footer-nav {
        padding: 0 40px;
        width: calc(100% * 0.25)
    }
}

.footer .footer-nav ul {
    margin: 0;
    padding: 0
}

.footer .footer-nav ul li {
    list-style: none;
    margin: 0;
    padding: 0;
    margin-bottom: 1em
}

.footer .footer-nav ul li a {
    color: #fff;
    text-decoration: none
}

.footer .footer-nav ul li a:hover {
    text-decoration: underline
}

.footer .icons {
    width: 100%;
    display: flex;
    margin-top: 47px;
    flex-flow: row wrap;
    justify-content: center;
    align-items: center;
    flex: 1 1 calc(25%)
}

.footer .icons .icon {
    height: 60px;
    flex-basis: calc(33.333% - 20px);
    max-width: 180px;
    text-align: center;
    margin: 0 10px 10px;
    opacity: 0.6;
    transition: opacity 0.15s ease
}

.footer .icons .icon.curacao {
    max-width: 100%;
    flex-basis: 100%
}

.footer .icons .icon img {
    max-height: 60px;
    max-width: 180px;
    position: relative;
    top: 50%;
    transform: translateY(-50%)
}

.footer .icons .icon:hover {
    opacity: 1
}

.tab-bar {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    height: 55px;
    background: #fff;
    border-top: 1px solid #eee;
    display: flex;
    align-items: center;
    justify-content: space-around
}

@media (min-width: 768px) {
    .tab-bar {
        display: none
    }
}

.tab-bar a {
    padding: 15px;
    display: inline-flex
}

.tab-bar a img {
    max-width: 24px;
    max-height: 24px;
    margin: auto;
    width: auto
}

.subtitle-info {
    line-height: 28px;
    margin-top: 22px;
    text-align: left;
    font-weight: 700;
}

.lp-positioned-content {
    position: absolute;
    left: 0;
    top: 0;
    height: 0;
    z-index: 1;
}

div.lp-pom-root, .cke-text {
    font-size: 16px;
    line-height: 32px;
}

.tab-bar {
    display: none !important;
}

.footer .info p {
    opacity: 0.6;
    margin-top: 35px;
}

.fqtAUc .disclaimer .logo {
    display: block;
    width: 100%;
    margin-bottom: 32px;
}

.footer .footer-nav ul li a {
    color: #fff;
    text-decoration: none;
    font-size: 14px;
    line-height: 18px;
}

#lp-code-15 {
    display: block;
    left: 0;
    top: 0;
    z-index: 1;
    width: 100% !important;
    height: auto;
    position: absolute;
}

#lp-pom-root .lp-positioned-content {
    top: 0;
    margin-left: 0 !important;
    width: 100% !important;
}


@media (max-width: 768px) {
    .headline {
        font-size: 24px !important;
    }
}

