<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@font-face {
    font-family: 'OpenSans';
    src:
    url('../_fonts/OpenSans.woff') format('woff'), 
    url('../_fonts/OpenSans.eot?#iefix') format('embedded-opentype'),
    url('../_fonts/OpenSans.ttf') format('truetype'),
    url('../_fonts/OpenSans.otf') format('opentype'),
    url('../_fonts/OpenSans.svg#OpenSans') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'OpenSans-Light';
    src:
    url('../_fonts/OpenSans-Light.woff') format('woff'), 
    url('../_fonts/OpenSans-Light.eot?#iefix') format('embedded-opentype'),
    url('../_fonts/OpenSans-Light.ttf') format('truetype'),
    url('../_fonts/OpenSans-Light.otf') format('opentype'),
    url('../_fonts/OpenSans-Light.svg#OpenSans-Light') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'OpenSans-Semibold';
    src:
    url('../_fonts/OpenSans-Semibold.woff') format('woff'), 
    url('../_fonts/OpenSans-Semibold.eot?#iefix') format('embedded-opentype'),
    url('../_fonts/OpenSans-Semibold.ttf') format('truetype'),
    url('../_fonts/OpenSans-Semibold.otf') format('opentype'),
    url('../_fonts/OpenSans-Semibold.svg#OpenSans-Semibold') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'OpenSans-Bold';
    src:
    url('../_fonts/OpenSans-Bold.woff') format('woff'), 
    url('../_fonts/OpenSans-Bold.eot?#iefix') format('embedded-opentype'),
    url('../_fonts/OpenSans-Bold.ttf') format('truetype'),
    url('../_fonts/OpenSans-Bold.otf') format('opentype'),
    url('../_fonts/OpenSans-Bold.svg#OpenSans-Bold') format('svg');
    font-weight: normal;
    font-style: normal;
}
*, *:before, *:after {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}
.cf:before,
.cf:after {
    content:' ';
    display:table;
}
.cf:after {
    clear:both;
}
.cf {
    *zoom:1;
}
a{
    text-decoration: none;
    color: inherit;
}
a:focus, a:active, a:visited,
a img:focus, a img:active, a img:visited,
.scroll-pane:focus, .scroll-pane:active, .scroll-pane:visited,
button:focus, button:active, button:visited {
    border: none;
    outline: none;
}
h1,h2,h3,h4,h5,h6,p{
    margin: 0;   
    font-weight: normal;
}
ul, ol, dl {
    margin: 0;
    padding: 0;
}
body {
    min-width: 320px !important;
    width: 100%;
    position: relative;
}
body:before {
    content: "";
    min-width: 320px !important;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
body:after {
    content: "";
    min-width: 320px !important;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
/* jsScrollpane css */
.jspContainer{overflow:hidden;position:relative}.jspHorizontalBar,.jspPane,.jspVerticalBar{position:absolute}.jspVerticalBar{top:0;right:0;width:16px;height:100%;background:red}.jspHorizontalBar{bottom:0;left:0;width:100%;height:16px;background:red}.jspCap{display:none}.jspHorizontalBar .jspCap{float:left}.jspTrack{background:#dde;position:relative}.jspDrag{background:#af0000;position:relative;top:0;left:0;cursor:pointer}.jspHorizontalBar .jspDrag,.jspHorizontalBar .jspTrack{float:left;height:100%}.jspArrow{background:#50506d;text-indent:-20000px;display:block;cursor:pointer;padding:0;margin:0}.jspArrow.jspDisabled{cursor:default;background:#80808d}.jspVerticalBar .jspArrow{height:16px}.jspHorizontalBar .jspArrow{width:16px;float:left;height:100%}.jspVerticalBar .jspArrow:focus{outline:0}.jspCorner{background:#eeeef4;float:left;height:100%}* html .jspCorner{margin:0 -3px 0 0}
body{
    background: url('../_img/bg-main.jpg') no-repeat center top #000; 
    background-size: cover;
}
body.week3 {
    background: url(../_img/bg-main-wk3.jpg) no-repeat center top black;
    background-size: cover;
}
body.week4 {
    background: url(../_img/bg-main-wk3.jpg) no-repeat center top black;
    background-size: cover;
}
.content{
    max-width: 1000px;
    margin: 30px auto 0;
    position: relative;
    height: 742px;
    position: relative;
    z-index: 1;
    text-align: left;
}
.content-left, .content-right {
    vertical-align: top;
    display: inline-block;
    position: relative;
}
.content-left {
    width: 510px;
    padding-top: 0px;
    z-index: 1;
}
.banner {
    text-align: center;
    height: 300px;
    margin-bottom: 68px;
    margin-top: 20px;
    margin-right: 40px;
    position: relative;
    z-index: 2;
}
.logo {
    background-size: contain;
    max-width: 235px;
    height: 100px;
    position: relative;
    margin: 0 auto 20px;
    z-index: 1;
}
.logo &gt; img {
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    position: absolute;
    display: block;
    -webkit-transition: all 2s ease-in-out 0s;
    -moz-transition: all 2s ease-in-out 0s;
    -o-transition: all 2s ease-in-out 0s;
    -ms-transition: all 2s ease-in-out 0s;
    transition: all 2s ease-in-out 0s;
}
.logo &gt; img.logo-dafabet {
    opacity: 0;
}
.logo &gt; img.logo-dafabet.act {
    opacity: 1;
}
.logo &gt; img.logo-train {
    -webkit-transition: all 5s ease-in-out 0s;
    -moz-transition: all 5s ease-in-out 0s;
    -o-transition: all 5s ease-in-out 0s;
    -ms-transition: all 5s ease-in-out 0s;
    transition: all 5s ease-in-out 0s;
    left: -100%;
}
.logo &gt; img.logo-train.act {
    left: 0;
}
.logo &gt; img.logo-txt {
    opacity: 0;
}
.logo &gt; img.logo-txt.act {
    opacity: 1;
}
img {
    border-style: none;
}
.banner h2 {
    position: relative;
    font-size: 14px;
    margin: 0 auto 10px;
    color: #fff;
    cursor: pointer;
    z-index: 1;
    text-shadow: 1px 1px 1px #fff;
    -webkit-transition: all 0.5s ease-in-out 0s;
    -moz-transition: all 0.5s ease-in-out 0s;
    -o-transition: all 0.5s ease-in-out 0s;
    -ms-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s;
}
.banner p {
    position: relative;
    color: #fff;
    text-shadow: 1px 1px 1px #fff;
    z-index: 1;
    margin-top: 10px;
}
.qr {
    position: relative;
    cursor: pointer;
    max-width: 400px;
    width: 100%;
    height: 200px;
    z-index: 2;
    margin-top: 325px;
}
.qr-phone {
    background: url(../_img/smartphone.png) no-repeat;
    width: 118px;
    height: 200px;
    top: 0;
    -webkit-transition: all 0.5s ease-in-out 0s;
    -moz-transition: all 0.5s ease-in-out 0s;
    -o-transition: all 0.5s ease-in-out 0s;
    -ms-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s;
}
.qr-phone, .qr-info {
    display: inline-block;
    vertical-align: top;
    position: relative;
}
.qr-code {
    position: absolute;
    left: 6px;
    top: 23px;
    background: rgba(0,0,0,.6);
    width: 107px;
    height: 157px;
    padding-top: 15px;
    text-align: center;
    opacity: 0;
    -webkit-transition: all 0.5s ease-in-out 0s;
    -moz-transition: all 0.5s ease-in-out 0s;
    -o-transition: all 0.5s ease-in-out 0s;
    -ms-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s;
}
.qr-code &gt; img {
    width: 97px;
    border: 2px solid #000;
}
.qr-info {
    color: #fff;
    margin: 15px 0 0 5px;
    width: 62%;
    text-align: center;
}
.qr-info &gt; img {
    -webkit-animation-name: bounce-side;
    animation-name: bounce-side;
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
.qr-info &gt; img {
    position: relative;
    z-index: 2;
}
.qr-info &gt; img, .qr-info &gt; p {
    display: inline-block;
    vertical-align: middle;
}
.qr-info p &gt; span {
    display: inline-block !important;
}
.qr:hover .qr-phone {
    top: -50px;
}
.qr:hover .qr-code {
    opacity: 1;
}
.banner-text-span, .banner h2, .banner p{
    color: #4d1d08;
}
.banner-text-span{
    font-weight: 800;
}
.content-right {
    width: 460px;
    z-index: 2;
}
.tpl-footer{
    position: relative;
    z-index: 2;
}
.tpl-join-now {
    width: 100px!important;
    margin-top: 2px;
}
.tpl-download-btn{
    margin-top: 3px;
}
.tabs {
    position: absolute;
    width: 69px;
    right: -68px;
    top: 28px;
    z-index: 0;
}
.tab {
    background: url(../_img/tab-icon-bg.png) no-repeat;
    width: 81px;
    height: 82px;
    background-size: contain;
    position: relative;
    cursor: pointer;
    margin-bottom: 15px;
    -webkit-transition: all .5s ease-in-out 0s;
    -moz-transition: all .5s ease-in-out 0s;
    -o-transition: all .5s ease-in-out 0s;
    -ms-transition: all .5s ease-in-out 0s;
    transition: all .5s ease-in-out 0s;
}
.wk3.tab {
    background: url(../_img/tab-icon-bg-wk3.png) no-repeat;
    background-size: contain;
    /*display: inline-block !important;*/
}
.wk4.tab {
    background: url(../_img/tab-icon-bg-wk3.png) no-repeat;
    background-size: contain;
    /*display: inline-block !important;*/
}
.tab &gt; img {
    position: absolute;
    top: 5px;
    left: 7px;
    -webkit-transition: all .5s ease-in-out 0s;
    -moz-transition: all .5s ease-in-out 0s;
    -o-transition: all .5s ease-in-out 0s;
    -ms-transition: all .5s ease-in-out 0s;
    transition: all .5s ease-in-out 0s;
}
.tab &gt; span {
    display: block;
    white-space: nowrap;
    position: absolute;
    text-align: left;
    right: 10px;
    bottom: -12px;
    color: #ffee00;
    opacity: 0;
    font-size: 12px;
    text-shadow: 0 0 2px #000;
    -webkit-transition: all .5s ease-in-out 0s;
    -moz-transition: all .5s ease-in-out 0s;
    -o-transition: all .5s ease-in-out 0s;
    -ms-transition: all .5s ease-in-out 0s;
    transition: all .5s ease-in-out 0s;
}
.active{
    display: none;
}
/*float desc*/
.desk {
    display: block !important;
}
.float {
    position: fixed;
    top: 200px;
    left: -285px;
    z-index: 10;
    cursor: pointer;
    -webkit-transition: all 0.5s ease-in-out 0s;
    -moz-transition: all 0.5s ease-in-out 0s;
    -o-transition: all 0.5s ease-in-out 0s;
    -ms-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s;
}
.float-links {
    background: #373737;
    padding: 10px 10px 10px 25px;
    display: inline-block;
    vertical-align: top;
}
.float-links a {
    position: relative;
    display: block;
    color: #ffe000;
    border: 1px solid #ffe000;
    margin-bottom: 5px;
    padding: 5px;
    border-radius: 10px;
    font-size: 16px;
    -webkit-transition: all 0.5s ease-in-out 0s;
    -moz-transition: all 0.5s ease-in-out 0s;
    -o-transition: all 0.5s ease-in-out 0s;
    -ms-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s;
}
.float-links a img, .float-links a span {
    display: inline-block;
    vertical-align: middle;
    text-align: center;
}
.float-links a span {
    width: 200px;
}
.float-links a:last-child {
    margin-bottom: 0;
}
.float-label {
    background-color: #373737;
    width: 53px;
    height: 160px;
    text-align: center;
    display: inline-block;
    vertical-align: top;
    position: relative;
    margin-left: -4px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
}
.float-label img {
    position: absolute;
    top: -33px;
    left: 0;
}
.float-label span {
    writing-mode: vertical-lr;
    color: #ffe000;
    font-size: 16px;
    position: relative;
    top: 33px;
}

.float:hover {
    left: 0px;
}

.float-links a:hover {
    background: rgba(255, 224, 0, .3);
}

/*box*/
.box &gt; img {
    width: 100%;
    height: 100%;
}
.box {
    background: url(../_img/box-bg-2.png) no-repeat;
    width: 462px;
    height: 646px;
    margin: 0 auto 10px;
    position: relative;
    padding: 35px 40px;
    overflow: hidden;
    background-size: contain;
    -webkit-transition: all 2s ease-in-out 0s;
    -moz-transition: all 2s ease-in-out 0s;
    -o-transition: all 2s ease-in-out 0s;
    -ms-transition: all 2s ease-in-out 0s;
    transition: all 2s ease-in-out 0s;
    opacity: 0;
}
body.week3 .box &gt; img {
    width: 100%;
    height: 100%;
}
body.week4 .box &gt; img {
    width: 100%;
    height: 100%;
}
body.week3 .box {
    background: url(../_img/box-bg-2-wk3.png) no-repeat;
    width: 462px;
    height: 646px;
    margin: 0 auto 10px;
    position: relative;
    padding: 35px 30px;
    overflow: hidden;
    background-size: contain;
    -webkit-transition: all 2s ease-in-out 0s;
    -moz-transition: all 2s ease-in-out 0s;
    -o-transition: all 2s ease-in-out 0s;
    -ms-transition: all 2s ease-in-out 0s;
    transition: all 2s ease-in-out 0s;
    opacity: 0;
}
body.week4 .box {
    background: url(../_img/box-bg-2-wk3.png) no-repeat;
    width: 462px;
    height: 646px;
    margin: 0 auto 10px;
    position: relative;
    padding: 35px 30px;
    overflow: hidden;
    background-size: contain;
    -webkit-transition: all 2s ease-in-out 0s;
    -moz-transition: all 2s ease-in-out 0s;
    -o-transition: all 2s ease-in-out 0s;
    -ms-transition: all 2s ease-in-out 0s;
    transition: all 2s ease-in-out 0s;
    opacity: 0;
}
.mobi, .mobi-768, .mobi-320 {
    display: none !important;
}
.box-bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    -webkit-transition: all .5s ease-in-out 0s;
    -moz-transition: all .5s ease-in-out 0s;
    -o-transition: all .5s ease-in-out 0s;
    -ms-transition: all .5s ease-in-out 0s;
    transition: all .5s ease-in-out 0s;
}

/*bottom links*/

.bottom-links {
    text-align: center;
    position: relative;
    display: flex;
}
body.week3 .bottom-links &gt; .btn-bot{
    background: url(../_img/btn-bot-bg-wk3.png) no-repeat;
    background-size: contain !important;
}
body.week4 .bottom-links &gt; .btn-bot{
    background: url(../_img/btn-bot-bg-wk3.png) no-repeat;
    background-size: contain !important;
}
.bottom-links &gt; .btn-bot {
    display: inline-block;
    position: relative;
    background: url(../_img/btn-bot-bg.png) no-repeat;
    background-size: contain !important;
    width: 238px;
    height: 50px;
    text-transform: uppercase;
    font-family: "OpenSans-Semibold", Arial, sans-serif;
    font-size: 11px;
    cursor: pointer;
    margin: 0 15px;
    -webkit-transition: all 0.5s ease-in-out 0s;
    -moz-transition: all 0.5s ease-in-out 0s;
    -o-transition: all 0.5s ease-in-out 0s;
    -ms-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s;
}
.bottom-links &gt; .btn-bot &gt; div {
    position: absolute;
    z-index: 0;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 0;
    overflow: hidden;
    -webkit-transition: all 0.5s ease-in-out 0s;
    -moz-transition: all 0.5s ease-in-out 0s;
    -o-transition: all 0.5s ease-in-out 0s;
    -ms-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s;
}
body.week3 .bottom-links &gt; .btn-bot &gt; div {
    position: absolute;
    z-index: 0;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 0;
    overflow: hidden;
    -webkit-transition: all 0.5s ease-in-out 0s;
    -moz-transition: all 0.5s ease-in-out 0s;
    -o-transition: all 0.5s ease-in-out 0s;
    -ms-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s;
}
body.week4 .bottom-links &gt; .btn-bot &gt; div {
    position: absolute;
    z-index: 0;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 0;
    overflow: hidden;
    -webkit-transition: all 0.5s ease-in-out 0s;
    -moz-transition: all 0.5s ease-in-out 0s;
    -o-transition: all 0.5s ease-in-out 0s;
    -ms-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s;
}
.bottom-links &gt; .btn-bot &gt; div &gt; img {
    width: 181px;
    height: 48px;
}
body.week3 .bottom-links &gt; .btn-bot &gt; div &gt; img {
    width: 181px;
    height: 48px;
}
body.week4 .bottom-links &gt; .btn-bot &gt; div &gt; img {
    width: 181px;
    height: 48px;
}
.bottom-links &gt; .btn-bot &gt; span {
    position: relative;
    z-index: 1;
    top: 12px;
    color: #ffe000;
    text-shadow: 0px 1px #ffe000;
}
body.week3 .bottom-links &gt; .btn-bot &gt; span {
    position: relative;
    z-index: 1;
    top: 12px;
    color: #ffe000;
    text-shadow: 0px 1px #ffe000;
}
body.week4 .bottom-links &gt; .btn-bot &gt; span {
    position: relative;
    z-index: 1;
    top: 12px;
    color: #ffe000;
    text-shadow: 0px 1px #ffe000;
}
/*overlay*/

.overlay {
    background: rgba(0, 0, 0, .8);
    display: none;
    height: 100%;
    margin: 0;
    padding: 0;
    position: fixed;
    background-attachment: local;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 300;
    overflow: auto;
    z-index: 25;
}
.lbox {
    background: url(../_img/box-bg-2.png) no-repeat;
    max-width: 460px;
    width: 100%;
    min-height: 614px;
    max-height: 723px;
    height: 601px;
    font-size: 14px;
    margin: 100px auto 0;
    position: relative;
    text-align: center;
    display: none;
    padding: 40px 10px;
    line-height: 1.2;
}
body.week3 .lbox{
    background: url(../_img/box-bg-2-wk3.png) no-repeat;
}
body.week4 .lbox{
    background: url(../_img/box-bg-2-wk3.png) no-repeat;
}

body.week3 .lbox h3{
    color: #ffe000;
}
body.week4 .lbox h3{
    color: #ffe000;
}

.sc .lbox h3 {
    font-family: "Microsoft Yahei", "å¾®è½¯é›…é»‘", å®‹ä½“, SimSun, STXihei, "åŽæ–‡ç»†é»‘", Arial, sans-serif !important;
}
.kr .lbox h3 {
    font-family: "Malgun Gothic", Arial, sans-serif !important;
}
.th .lbox h3 {
    font-family: Tahoma, Arial, sans-serif !important;
}
.vn .lbox h3 {
    font-family: Calibri, "Times New Roman", Arial, sans-serif !important;
}

.lbox h3 {
    font-family: "OpenSans", Arial, sans-serif;
    text-transform: uppercase;
    font-size: 24px;
    margin: 8px auto 15px;
    color: #af0000;
    font-weight: 700;
}
.close {
    width: 36px;
    height: 36px;
    position: absolute;
    z-index: 20;
    top: -10px;
    right: -10px;
    cursor: pointer;   
}
.accord {
    /*background: rgba(181,0,0,.2);*/
    padding: 5px 4px;
    border-radius: 2px;
    clear: both;
    color: #4d1d08;
    
}
body.week3 .accord{
    color: white;
}
body.week4 .accord{
    color: white;
}
.accord h3 {
    text-align: center;
    font-size: 18px;
    position: relative;
    margin-bottom: 10px !important;
    cursor: pointer;
    text-decoration: underline;
}
.accord &gt; h3 &gt; .accord-arw {
    display: inline-block;
    margin-left: 10px;
    line-height: 0;
    position: relative;
    top: -2px;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
}
.accord.act &gt; h3 &gt; .accord-arw {
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
}
.accord h4 {
    color: #02cef6;
}
.accord a, .to-lucky, .to-millionaires {
    text-decoration: underline;
    color: #ffe000;
}
.accord ol, .accord ul {
    width: 95%;
    margin-top: 5px;
    margin-bottom: 0px;
    display: none;
    text-align: left;
    padding-left: 20px;
}
.accord li {
    padding-left: 20px;
    margin-bottom: 5px;
}
.accord &gt; ul &gt; li  {
    list-style-type: none;
    margin-bottom: 20px;
}
.accord &gt; ol {
    margin: 0 auto;
}
.accord table {
    margin-top: 5px;
    margin-bottom: 5px;
    text-align: center;
}
.accord li ul, .accord li ol {
    width: 100% !important;
}
.to-lucky, .to-millionaires {
    cursor: pointer;
    font-weight: bold;
}
.scroll-pane {
   width: 100% !important;
   height: 380px;
}
.tab-main-content3 .scroll-pane {
    height: 465px;
}
.lbox .scroll-pane {
    height: 460px;
}
.jspVerticalBar {
    width: 6px;
}
.jspTrack {
    background: rgb(175 0 0 / 7%);
    border-radius: 10px;
    height: 350px;
}
.jspVerticalBar {
    background: none;
}
.jspDrag{
    background: #af0000;
    border-radius: 10px;
}
body.week3 .jspDrag{
    background: #ffe000;
}
body.week4 .jspDrag{
    background: #ffe000;
}
body.week3.lbox .jspTrack{
    background: rgb(255 224 0 / 11%);
}
body.week4.lbox .jspTrack{
    background: rgb(255 224 0 / 11%);
}
.accord-arw&gt;img{

}
.ylw {
    color: #ffee00;
}
.undrlne {
    text-decoration: underline;
}
/*qr animation*/
@keyframes bounce-side {
  from, 20%, 53%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    -webkit-transform: translate3d(0,0,0);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    transform: translate3d(0,0,0);
  }

  40%, 43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    -webkit-transform: translate3d(-5px, 0, 0);
    animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    transform: translate3d(-5px, 0, 0);
  }

  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    -webkit-transform: translate3d(0, 0, 0);
    animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    transform: translate3d(0, 0, 0);
  }

  90% {
    -webkit-transform: translate3d(-5px,-0,0);
    transform: translate3d(-5px,-0,0);
  }
}
.qr-info &gt; img {
    -webkit-animation-name: bounce-side;
    animation-name: bounce-side;
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

/*tab main content*/

.tab-main-content.act, .tab-leader-content.act {
    display: block;
}

.tab-main-content, .tab-leader-content {
    width: 100%;
    height: 100%;
    display: none;
    text-align: center;
    position: relative;
}
.icons {
    text-align: center;
    width: 100%;
    margin: -10px auto;
}
a.icon {
    width: 90px;
    height: 87px;
    display: inline-block;
    background-size: contain;
    margin: 5px 0px 55px 0px;
    position: relative;
    -webkit-transition: all .5s ease-in-out 0s;
    -moz-transition: all .5s ease-in-out 0s;
    -o-transition: all .5s ease-in-out 0s;
    -ms-transition: all .5s ease-in-out 0s;
    transition: all .5s ease-in-out 0s;
}
/*a.icon &gt; img.icon-game {
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
}
a.icon &gt; img {
    position: absolute;
    width: 100%;
    height: 100%;
}*/
.icon-border-hov{
    width: 88px;
}
a.icon &gt; span {
    display: block;
    width: 100%;
    text-align: center;
    position: absolute;
    bottom: -61px;
    left: 0;
    white-space: nowrap;
    font-family: "OpenSans", Arial, sans-serif !important;
    font-size: 11px;
    color: #af0000;
    -webkit-transition: all .5s ease-in-out 0s;
    -moz-transition: all .5s ease-in-out 0s;
    -o-transition: all .5s ease-in-out 0s;
    -ms-transition: all .5s ease-in-out 0s;
    transition: all .5s ease-in-out 0s;
}
body.week3 a.icon &gt; span {
    color: white;
}
body.week4 a.icon &gt; span {
    color: white;
}
.icons-wk3 span{
    color: #ffffff !important;
}
.tab-main-content h2{
    color: #af0000;
    font-size: 24px;
    margin: 0 auto 10px;
    text-transform: uppercase;
    font-family: "OpenSans-Bold", Arial, sans-serif;
    /* text-shadow: 0 0 10px rgb(0 222 255); */
    /* font-style: italic; */
    margin-top: 5px;
}
.tab-main-content h2.wk3{
    color: #ffe000;
}
.tab-main-content h2.wk4{
    color: #ffe000;
}
.tab-main-content p.wk3{
    color: white;
}
.tab-main-content p.wk4{
    color: white;
}
.icon-border-hov:hover{
    -webkit-transform: scale(1.075);
    -moz-transform: scale(1.075);
    -o-transform: scale(1.075);
    -ms-transform: scale(1.075);
    transform: scale(1.075);
}

.tab-main-content p {
    margin-bottom: 16px;
    color: #4d1d08;
    margin-top: 10px;
}
.th .qr-info{
    display: inline-flex;
}
.vn .qr-info{
    display: inline-flex;
}
.id .qr-info{
    display: inline-flex;
}
.tabs-mini {
    margin: 0 auto 20px;
    display: flex;
    justify-content: center;
}
.tabm, .tab-leader{
    background: none;
    border: 1px solid rgb(175 0 0);
    width: 31%;
    display: inline-block;
    vertical-align: top;
    padding: 10px 2px;
    font-size: 12px;
    font-family: "OpenSans-Bold", Arial, sans-serif;
    white-space: nowrap;
    cursor: pointer;
    -webkit-transition: all .5s ease-in-out 0s;
    -moz-transition: all .5s ease-in-out 0s;
    -o-transition: all .5s ease-in-out 0s;
    -ms-transition: all .5s ease-in-out 0s;
    transition: all .5s ease-in-out 0s;
    color: #af0000;

}
.tabm.act, .tabm.act:hover, .tab-leader.act, .tab-leader.act:hover {
    border: 1px solid rgb(175 0 0);
    background: rgb(175 0 0);
    color: #fff;
    font-family: "OpenSans-Bold", Arial, sans-serif;
}
.tabm-1a{
    margin-right: 10px;
}
.tabm-content {
    display: none;
}
.tabm-content.act {
    display: block;
}
.tab-main-content2 p{
    margin-top: -12px;
}
b, strong{
    font-weight: bolder;
}
.str{
    font-size: 13px;
}
.tab-main-content h3{
    margin: 0 auto 10px;
    font-family: "OpenSans-Bold", Arial, sans-serif;
    color: #af0000;
}
.color-yellow{
    color: #ffe000 !important;
}
.tabm-1b{
    color: #af0000;
}
ol table, ul table{
    margin: 5px auto;
    position: relative;
    border-collapse: collapse;
}
th{
    background: #af0000;
    color: white;
}
th, td{
    border: 1px solid #af0000;
    padding: 5px;
    font-size: 12px;
}
li{
    font-size: 13px;
}
.tabm-links{
    display: flex;
    justify-content: center;
    margin-bottom: 20px;
    margin-top: 15px;
}
.tabm-link{
    background: #af0000;
    border: 1px solid #af0000;
    width: 30%;
    font-size: 12px;
    font-family: "OpenSans-Bold", Arial, sans-serif;
    cursor: pointer;
    -webkit-transition: all .5s ease-in-out 0s;
    -moz-transition: all .5s ease-in-out 0s;
    -o-transition: all .5s ease-in-out 0s;
    -ms-transition: all .5s ease-in-out 0s;
    transition: all .5s ease-in-out 0s;
    color: white;
    padding: 8px;
    line-height: 1;
}
.tabm-1:hover{
	background: #af0000;
    border: 1px solid #af0000;
    color: #ffffff;
}
.tabm-link:hover{
	background: #fcf4e4;
    border: 1px solid #af0000;
    color: #af0000;
}
.list_bonus li:last-child{
    margin-bottom: 20px;
}
.list_bonus{
    color: #4d1d08;
}
.casino_table{
    border-collapse: collapse;
    margin: 0 auto;
}
.casino_table td{
    color: #4d1d08;
    font-weight: 500;
}
.btn-red{
    display: block;
    margin: 10px auto;
    background: #af0000;
    width: 180px;
    height: 32px;
    text-align: center;
    color: white;
    margin-top: 20px;
    padding: 7px;
    border-radius: 5px;
    font-size: 16px;
    font-weight: 800;
}

/*btn hover*/
.btn:hover {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
.btn:before {
    content: "";
   /* width: 10px;
    height: 100%;*/
    position: absolute;
    top: 0;
    left: -10px;
    background: rgba(255,255,255,0.4);
    -webkit-transition: all .5s ease-in-out 0s;
    -moz-transition: all .5s ease-in-out 0s;
    -o-transition: all .5s ease-in-out 0s;
    -ms-transition: all .5s ease-in-out 0s;
    transition: all .5s ease-in-out 0s;
}
.btn:hover {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);

}
.btn:hover:before {
    left: 100%;
}


.kr .tab-main-content2 p{
    margin-top: -18px;
}
.th .tab-main-content2 p{
    margin-top: -18px;
}
.sc .margin-06{
    margin: 0 6px;
}
.th .margin-06{
    margin: 0 6px;
}
.vn .margin-06{
    margin: 0 6px;
}
.id .margin-06{
    margin: 0 6px;
}
.in .margin-06{
    margin: 0 6px;
}
.en .margin-06{
    margin: 0 4px;
}

/*tab 3*/
.tab-main-content3 p{
    font-size: 13px;
}
#popup{
    text-decoration: underline;
    color: #af0000;
    cursor: pointer;
}
body.week3 #popup{
    color: #ffe000 !important;
}
body.week4 #popup{
    color: #ffe000 !important;
}
.color-wh{
    color: #ffffff !important;
}
.list3{
    text-align: initial;
}

.list3 li:nth-child(2){
    margin: 5px 0;
}
.list3 li{
    color: #4d1d08;
}
body.week3 .list3 li{
    color: white;
}
body.week4 .list3 li{
    color: white;
}
.table3{
    text-align: center;
}
.sc .tab-main-content p{
    margin-bottom: 8px;
}

/*tab4*/
.margin-right-10{
    margin-right: 10px;
}
.font-size-14{
    font-size: 14px;
}
.all_prizes img{
    background-size: contain;
    width: 240px;
}
.font-size-18{
    font-size: 18px;
    color: #af0000;
    font-weight: 800;
}
.font-size-16{
    font-size: 16px;
    color: #af0000;
    font-weight: 800;
}
.tabm-4a-prize img{
    background-size: contain;
    width: 200px;
    margin-bottom: 22px;
}
.tabm-4:hover{
	background: #af0000;
    color: #ffffff;
}
.tabm-4a-prize{
    display: inline-grid;
    margin-top: -16px;
}
.brown{
    color: #4d1d08;
}
.table4{
    margin: 0 auto;
    margin-top: 20px;
    border-collapse: collapse;
    width: 240px;
}
.vn .tabm, .tab-leader{
    width: 155px;
}
.lbox .jspTrack{
    background: rgb(252 244 228);
}
.tabletc{
    width: 100%;
    margin-left: -10px;
}


.tab-i-a{
    position: absolute !important;
    top: -8px !important;
    left: -5px !important;
}
.none-d{
    display: none !important;
}
.default-none{
    display: none;
}
.accord a, .to-lucky, .to-millionaires {
    text-decoration: underline;
    color: #ffe000;
}
.to-lucky, .to-millionaires {
    cursor: pointer;
    font-weight: bold;
}
.tab-main-content.act, .tab-leader-content.act {
    display: block;
}
.tab-icon.act, .tab-icon:hover{
    display: block;
}
.tab:hover &gt; img.tab-icon:first-child{
	display: none;
}
.tab:hover &gt; img.tab-icon:nth-child(2){
    display: block !important;
}
.tab-main-content3 .scroll-pane{
    height: 470px;
}
.jspContainer{
    overflow: hidden;
    position: relative;
}
.bottom-links &gt; .btn-bot:hover{
    background: url(../_img/btn-bot-hov.png) no-repeat;
    background-size: contain !important;
}
body.week3 .bottom-links &gt; .btn-bot:hover{
    background: url(../_img/btn-bot-hov.png) no-repeat;
    background-size: contain !important;
}
body.week4 .bottom-links &gt; .btn-bot:hover{
    background: url(../_img/btn-bot-hov.png) no-repeat;
    background-size: contain !important;
}
body.week3 .btn-bot:hover span{
    color: #c10000;
}
body.week4 .btn-bot:hover span{
    color: #c10000;
}
.btn-bot:hover span{
    color: #c10000;
}

.banner h2:hover {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-filter: drop-shadow(0 0 5px #ffee00);
    -moz-filter: drop-shadow(0 0 5px #ffee00);
    -o-filter: drop-shadow(0 0 5px #ffee00);
    -ms-filter: drop-shadow(0 0 5px #ffee00);
    filter: drop-shadow(0 0 5px #ffee00);
}
.banner h2 span, .banner p span {
    font-family: "OpenSans-Semibold", Arial, sans-serif;
    font-weight: 800;
}
.banner h2:hover span {
    text-decoration: underline;
}
@-webkit-keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  10%,
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }

  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }

  40%,
  60%,
  80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  10%,
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }

  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }

  40%,
  60%,
  80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.tada, .logo &gt; img.logo-txt.act {
    -webkit-animation-name: tada;
    animation-name: tada;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
@-webkit-keyframes bgswitch {
    0% {
        opacity: .05;
    }
    10% {
        opacity: .9;
    }
    20% {
        opacity: .1;
    }
    30% {
        opacity: .8;
    }
    40% {
        opacity: .2;
    }
    50% {
        opacity: .7;
    }
    60% {
        opacity: .3;
    }
    70% {
        opacity: .6;
    }
    80% {
        opacity: .4;
    }
    90% {
        opacity: .5;
    }
    100% {
     opacity: 0;
    }

}

@keyframes bgswitch {
    0% {
        opacity: .05;
    }
    10% {
        opacity: .9;
    }
    20% {
        opacity: .1;
    }
    30% {
        opacity: .8;
    }
    40% {
        opacity: .2;
    }
    50% {
        opacity: .7;
    }
    60% {
        opacity: .3;
    }
    70% {
        opacity: .6;
    }
    80% {
        opacity: .4;
    }
    90% {
        opacity: .5;
    }
    100% {
     opacity: 0;
    }
}
body:before {
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-name: bgswitch;
    animation-name: bgswitch;
    -webkit-animation-duration: 5s;
    animation-duration: 5s;
    
}
body:after {
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-name: bgswitch;
    animation-name: bgswitch;
    -webkit-animation-duration: 8s;
    animation-duration: 8s;
    
}

@-webkit-keyframes bounce {
  from, 20%, 53%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    -webkit-transform: translate3d(0,0,0);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    transform: translate3d(0,0,0);
  }

  40%, 43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    -webkit-transform: translate3d(0, -5px, 0);
    animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    transform: translate3d(0, -5px, 0);
  }

  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    -webkit-transform: translate3d(0, -2px, 0);
    animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    transform: translate3d(0, -2px, 0);
  }

  90% {
    -webkit-transform: translate3d(0,-1px,0);
    transform: translate3d(0,-1px,0);
  }
}
@keyframes bounce {
  from, 20%, 53%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    -webkit-transform: translate3d(0,0,0);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    transform: translate3d(0,0,0);
  }

  40%, 43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    -webkit-transform: translate3d(0, -5px, 0);
    animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    transform: translate3d(0, -5px, 0);
  }

  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    -webkit-transform: translate3d(0, -2px, 0);
    animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    transform: translate3d(0, -2px, 0);
  }

  90% {
    -webkit-transform: translate3d(0,-1px,0);
    transform: translate3d(0,-1px,0);
  }
}
.prize1, .prize, .accord-arw &gt; img {
  -webkit-animation-name: bounce;
  animation-name: bounce;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.prize2 {
  -webkit-animation-name: bounce;
  animation-name: bounce;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-duration: 1.1s;
  animation-duration: 1.1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.prize3 {
  -webkit-animation-name: bounce;
  animation-name: bounce;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-duration: 1.3s;
  animation-duration: 1.3s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

@-webkit-keyframes bouncetrain {
  from, 20%, 53%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    -webkit-transform: translate3d(0,0,0);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    transform: translate3d(0,0,0);
  }

  40%, 43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    -webkit-transform: translate3d(0, -.5px, 0);
    animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    transform: translate3d(0, -.5px, 0);
  }

  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    -webkit-transform: translate3d(0, -.3px, 0);
    animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    transform: translate3d(0, -.3px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, -.2px,0);
    transform: translate3d(0, -.2px,0);
  }
}
@keyframes bouncetrain {
  from, 20%, 53%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    -webkit-transform: translate3d(0,0,0);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    transform: translate3d(0,0,0);
  }

  40%, 43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    -webkit-transform: translate3d(0, -.5px, 0);
    animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    transform: translate3d(0, -.5px, 0);
  }

  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    -webkit-transform: translate3d(0, -.3px, 0);
    animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    transform: translate3d(0, -.3px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, -.2px,0);
    transform: translate3d(0, -.2px,0);
  }
}
.train &gt; img {
  -webkit-animation-name: bouncetrain;
  animation-name: bouncetrain;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-duration: .2s;
  animation-duration: .2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.display-revert{
    display: revert !important;
}

/*native*/

.native a.icon {
    width: 120px;
    height: 120px;
    margin: 5px 20px 40px 20px;
}
.native .icon-border-hov{
    width: 119px;
}
.native .tab-main-content2 p{
    margin-top: 11px;
}
.kr #live-dealer{
    margin: 0 6px;
}
.native .bottom-links {
    text-align: center;
    position: relative;
}
.native .bottom-links &gt; .btn-bot{
    margin: 0 auto;
}
.top-special{
    top: 113px;
}
.t-117{
    top: 117px;
}
.tabm-4a-prize img {
    background-size: contain;
    width: 117px;
    margin-bottom: 12px;
}
.m-t-m-l{
    margin-top: -15px;
    margin-left: 9px;
}
.m-t-m-l-1{
    margin-top: -16px;
    margin-left: 9px;
}


body.week3.tab1{
    display: none !important;
}
body.week4.tab1{
    display: none !important;
}
.color-wh h2{
    color: white;
    text-shadow: none;
}
.color-wh p{
    color: white;
    text-shadow: none;
}
.color-wh .banner-text-span{
    color: white !important;
    text-shadow: none !important;
}
.color-wh li{
    color: white !important;
}
.opt-in-cta {
    display: block;
    margin: 15px auto;
    border: none;
    width: 91px;
    background: #af0000;
    border-radius: 3px;
    color: white;
    font-weight: 600;
    padding: 4px;
    cursor: pointer;
    text-align: center;
}
.prize-wk3{
    background-size: contain !important;
    width: 85px !important;
    margin-bottom: 18px !important;
}
.prize-wk4{
    background-size: contain !important;
    width: 85px !important;
    margin-bottom: 18px !important;
}

/*tabs changing wk3*/

.tab-wk3-2 .tab-i-d2{
    top: 16px !important;
    left: 15px !important;
}

.tab-wk3-2 .tab-i-a2{
    position: absolute !important; 
    top: 1px !important;
    left: 0 !important;
}

.tab-wk3-3 .tab-i-d3{
    top: 10px !important;
    left: 19px !important;
}
.tab-wk4-3 .tab-i-d3{
    top: 10px !important;
    left: 7px !important;
}

.tab-wk3-3 .tab-i-a3{
    position: absolute !important; 
    top: -6px !important;
    left: 3px !important;
}
.tab-wk4-3 .tab-i-a3{
    position: absolute !important; 
    top: -5px !important;
    left: -8px !important;
}

.tab-wk3-4 .tab-i-d4{
    top: 10px !important;
    left: 7px !important;
}

.tab-wk4-4 .tab-i-d4{
    top: 10px !important;
    left: 19px !important;
}

.tab-wk3-4 .tab-i-a4{
    position: absolute !important; 
    top: -5px !important;
    left: -8px !important;
}
.tab-wk4-4 .tab-i-a4{
    position: absolute !important; 
    top: -6px !important;
    left: 3px !important;
}

body.week2 .tab.wk2{
    display: inline-block !important;
}
body.week3 .tab.wk3{
    display: inline-block !important;
}
body.week4 .tab.wk4{
    display: inline-block !important;
}
.c-white{
    color: white;
}

body.week4 .d-list{
    display: list-item !important;
}</pre></body></html>