<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700&amp;display=swap");

@font-face {
   font-family: Commando;
   src: url("../commando.ttf");
}
html {
   font-size: 20px;
   -webkit-user-select: none;
   -ms-user-select: none;
   user-select: none;
}
@media screen and (max-width: 1200px) {
   html {
      font-size: 12px;
   }
}

.ludoContainer {
   margin: 0px auto;
   width: 100%;
}
.K_logo {
   width: 100%;
   position: absolute;
   top: 0;
   padding: 0 0 0 45px;
   box-sizing: border-box;
   display: block;
}
.K_logo a img {
   width: 100px;
}
.K_head {
   width: 100%;
   background-color: rgba(235, 28, 36, 1);
   padding: 10px;
   position: relative;
   display: none;
   align-items: center;
}
@media screen and (max-width: 500px) {
   .K_logo {
      display: none;
   }
   .K_head {
      display: flex;
   }
}

.K_head h3 {
   font: 500 32px/33px Commando;
   width: 100%;
   text-align: center;
   margin-bottom: -9px;
   color: white;
}

.kContainer {
   width: 100%;
   display: flex;
   flex-wrap: wrap;
   box-sizing: border-box;
}

.dFlex {
   display: flex;
   flex-wrap: wrap;
   align-items: center;
}
.w100 {
   width: 100%;
}
.pFLex{
   display: flex;
   align-items: center;
   justify-content: center;
   flex-direction: column;
}
.w50 {
   width: 50%;
   box-sizing: border-box;
}
.p50 {
   padding: 50px;
}
.p10 {
   padding: 10px 0;
}
.w25 {
   width: 25%;
}
.m50 {
   margin: 50px 0;
}
.w60 {
   width: 60%;
   margin-left: auto;
   margin-right: auto;
}
.w80 {
   width: 80%;
   margin-left: auto;
   margin-right: auto;
}
.pt100 {
   padding-top: 140px;
}
.slide_title {
   width: 90%;
   margin: 10px auto;
   border-radius: 20px;
   overflow: hidden;
   margin-top: 18px;
}
.slide_title img {
   width: 100%;
   margin: 0 auto;
}
.justify {
   justify-content: center;
}
.textcenter {
   text-align: center;
}

.slick-dots li button:before {
   font-family: slick;
   font-size: 10px !important;
   line-height: 20px;
   position: absolute;
   top: 0;
   left: 0;
   width: 30px;
   height: 30px;
   content: "â€¢";
   opacity: 0.25;
   color: #fff !important;
}

.mainContent {
   display: block;
   width: 100%;
}

.bulletPoint {
   font: 500 17px/20px "Montserrat", sans-serif;
   color: white;
}

.bulletPoint span {
   display: inline-block;
   width: 15px;
   height: 15px;
}

.toggleBox {
   display: block;
   margin-bottom: 20px;
}
.toggleBox h3 {
   font: 700 32px/36px "Montserrat", sans-serif;
   margin-bottom: 1rem;
   padding-right: 1rem;
   color: white;
}

.toggleBox h5 {
   font: 700 32px/40px "Montserrat", sans-serif;
   color: #f3032f;
   padding-top: 10px;
}

.w33 {
   width: fit-content;
   max-width: 32%;
   box-sizing: border-box;
   padding: 10px 30px;
   position: relative;
   text-align: center;
}
.w33::after {
   content: "";
   position: absolute;
   width: 1px;
   height: 20px;
   border-left: 1px solid white;
   top: 50%;
   right: 0%;
   transform: translate(-50%, -50%);
}
.w33:last-child::after {
   display: none;
}
.loadingCover {
   width: 100%;
   padding: 20px 0;
}

.loadsBox {
   width: fit-content;
   min-width: 40%;
   text-align: center;
   box-sizing: border-box;
   padding: 12px 30px;
   margin: 0 auto 0 0;
   border-radius: 15px;
   font: 500 17px/20px "Montserrat", sans-serif;
   border: 2px solid #f3032f;
}
.loadsBox.bgRed {
   background-color: #f3032f;
}
.loadText {
   color: white;
}

.loadText span {
   width: 18px;
   margin-right: 5px;
   height: 18px;
}
.loadText span img {
   width: auto;
   object-fit: contain;
}

.featureContainer {
   display: block;
   width: 85%;
   margin: 0 auto;
   padding: 80px 30px 20px;
   box-sizing: border-box;
}

.featureImage {
   width: 80px;
   height: 80px;
   display: block;
   margin: 0 auto;
}

.featureImage img {
   width: 100%;
   border-radius: 100%;
}

.featurePoint {
   font: 500 17px/23px "Montserrat", sans-serif;
   margin: 15px 0 10px;
   color: white;
}

.modeContainer {
   display: block;
   width: 100%;
   padding: 40px 30px;
   box-sizing: border-box;
}

.modeHead {
   font: 600 40px/50px "Montserrat", sans-serif;
   width: 100%;
   text-align: center;
   color: white;
   margin-bottom: 30px;
}

.typeHead {
   width: 100%;
   font: 500 30px/36px "Montserrat", sans-serif;
   color: white;
}

.modeDesc p {
   font: 500 25px/30px "Montserrat", sans-serif;
   margin: 30px 0;
   color: rgba(255, 255, 255, 0.8);
}

.modeImg {
   width: 100%;
   max-width: 350px;
   display: block;
   margin: auto;
}
.modeImg img {
   width: 100%;
   height: 100%;
   object-fit: contain;
}
.frameContainer {
   max-width: 1280px;
   margin: 0px auto;
   padding-left: 15px;
   padding-right: 15px;
}

.participate {
   width: 100%;
   padding: 40px 0px 20px;
}

.disclaimer-section {
   padding-bottom: 2rem;
   text-align: center;
   color: #fff;
}
.disclaimer-section .container {
   max-width: 1000px;
   margin: 0px auto;
   padding-left: 15px;
   padding-right: 15px;
}
.disclaimer-section h5 {
   font-size: 20px;
   font-weight: 400;
   margin-top: 0.4rem;
   margin-bottom: 0;
}
.disclaimer-section .container p {
   font-style: italic;
   font-size: 15px;
   line-height: 1.5;
   padding: 0 0.4rem;
}
.card-base {
   border-radius: 1rem;
   background: #202020;
   box-shadow: -1px 4px 11px rgb(247 7 7 / 55%);
}

.winners-section {
   position: relative;
   padding: 2rem 0 0;
   overflow-x: hidden;
}
.winners-section .owl-carousel {
   margin-top: 1.5rem;
}
.winners-section .owl-carousel .owl-dots {
   display: flex;
   align-items: center;
   justify-content: center;
}
.winners-section .owl-carousel .owl-dot span {
   background: #b0b5bd;
   opacity: 0.27;
}
.winners-section .owl-carousel .owl-dot span:hover {
   background: #fff;
   opacity: 0.6;
}
.winners-section .owl-carousel .owl-dot.active span {
   width: 15px;
   height: 15px;
   background: #b0b5bd;
   opacity: 0.27;
}
.winners-section .owl-carousel .owl-dot.active span:hover {
   background: #fff;
   opacity: 0.6;
}
.winners-section-illustration {
   position: absolute;
   top: 0;
   left: -20px;
   width: 10rem;
   height: auto;
   z-index: 99;
   transform: translate(-120%, -5%);
   transition: all 1s cubic-bezier(0.175, 0.885, 0.32, 1.1);
   pointer-events: none;
}
.winners-section-illustration.show {
   transform: translate(0, 0);
}
@media screen and (max-width: 1000px) {
   .winners-section-illustration.show {
      transform: rotateY(180deg) translate(0, 0);
   }
}
@media screen and (max-width: 1000px) {
   .winners-section-illustration {
      left: auto;
      right: -20px;
      transform: rotateY(180deg) translate(-120%, -5%);
   }
}
@media screen and (max-width: 600px) {
   .winners-section-illustration {
      min-width: 6.5rem;
      width: 26vw;
      top: 5rem;
      right: 0;
   }
}

.winners-card {
   display: flex;
   flex-direction: column;
   align-items: center;
   min-height: 26rem;
   margin: 32px 0 0;
   padding: 2rem 2rem 0;
   border-radius: 1.8rem;
}
@media screen and (max-width: 1200px) {
   .winners-card {
      min-height: 28rem;
   }
}
@media screen and (max-width: 1000px) {
   .winners-card {
      min-height: 25rem;
   }
}
@media screen and (max-width: 800px) {
   .winners-card {
      min-height: 26rem;
   }
}
@media screen and (max-width: 700px) {
   .winners-card {
      min-height: 23rem;
      box-shadow: 0px 19px 35px 5px rgba(0, 0, 0, 0.15) !important;
   }
}
@media screen and (max-width: 600px) {
   .winners-card {
      min-height: 24rem;
      padding: 1.4rem 1rem 0;
   }
}
@media screen and (max-width: 400px) {
   .winners-card {
      min-height: 25rem;
   }
}
@media screen and (max-width: 350px) {
   .winners-card {
      min-height: 27rem;
   }
}
.winners-card-img {
   width: 6.8rem;
   height: 6.8rem;
   border-radius: 50%;
   border: 0.15rem solid #fff;
}
.winners-card-img img {
   border-radius: inherit;
   width: 100%;
   height: 100%;
   object-fit: cover;
}
.winners-card-info {
   margin-top: 0.8rem;
   text-align: center;
}
.winners-card-info .name {
   color: #fff;
   font-size: 1.2rem;
   font-weight: 500;
   margin-bottom: 0.5rem;
}
.winners-card-info .prize {
   background: #fff;
   color: #f3052f;
   font-size: 0.8rem;
   font-weight: 600;
   padding: 4px 14px;
   border-radius: 2rem;
}
.winners-card-content {
   color: #fff;
   margin-top: 1.2rem;
   margin-bottom: 2rem;
}
.winners-card-content p {
   text-align: center;
   font-size: 14px;
   line-height: 20px;
}
.header-content .header-button-container {
   position: relative;
   display: inline-block;
}
.android-apple-button-desktop {
   display: flex;
   align-items: center;
   gap: 15px;
   margin-top: 30px;
}
.android-apple-button-desktop .appimg {
   width: 180px;
}
.iframeCover {
   padding: 40% 0 0 0;
   position: relative;
}
.qrBox {
   display: block;
}
.qrBox p {
   color: #ffffff;
   font-size: 16px;
   font-weight: 400;
   margin-top: 15px;
}
.qrBox .scanqr {
   margin-top: 30px;
   margin-bottom: 15px;
   display: flex;
   align-items: flex-start;
}
.scanqr .scaner {
   width: 240px;
}
.scanqr .arow {
   margin-left: 30px;
}
.width50auto {
   width: 50%;
   margin: 0 auto;
   display: none;
}
.dek {
   display: none;
}
.mob {
   display: block;
}
#WinnerSlider.gallery_slides {
   width: 50%;
   margin: 0 auto;
}
.newFaqText{
   position: relative;
   padding: 0 15px;
   /* width: 90%; */
   margin: 0 auto 30px;
}
.newFaqText h5{
    font-weight: 600;
    font-size: 14px;
    line-height: 17px;
    color: #ffffff;
    margin-bottom: 5px;
    display: flex;
    align-items: center;
}
.newFaqText p{
   color: #ffffff;
   font-size: 12px;
   margin-bottom: 15px;
   line-height: 23px;
}

.Faq_title{
   padding-bottom: 10px;
}

.newFaqText .Faq_title::after{
   content: "\f105";
   font-family: FontAwesome;
   font-style: normal;
   font-weight: normal;
   position: absolute;
   left: 0;
   font-size: 22px;
}


.newFaqText .Faq_title.open::after{
    content: "\f107";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    position: absolute;
    left: -5px;
    font-size: 22px;
}




@media screen and (max-width: 767px) {
   #WinnerSlider.gallery_slides {
      width: 98%;
      margin: 0 auto;
   }
   #WinnerSlider.gallery_slides .slide_title img {
      transform: scale(1.2);
   }
   .dek {
      display: block;
   }
   .mob {
      display: none;
   }
   .width50auto {
      width: 100%;
      margin: 0 auto;
      display: block;
   }
   .iframeCover {
      padding: 70% 0 0 0;
      position: relative;
   }
   .modeDesc {
      padding-left: 5px;
   }
   .free20-download-now.new {
      box-shadow: none;
      border-radius: 0;
      margin-top: 0;
      position: relative;
   }
   .header-button-container {
      display: none;
   }
   .fdReverse {
      flex-direction: column-reverse;
   }
   .kContainer .dFlex .w50 {
      width: 100%;
   }
   .w50.p50 {
      padding: 0 20px 0;
   }
   .toggleBox {
      display: none;
   }
   .toggleBox.dBlock {
      display: block;
   }
   .w33 {
      padding: 10px;
      width: 33%;
   }
   .mobileCenter {
      justify-content: center;
   }
   .bulletPoint {
      font: 600 15px/15px "Montserrat", sans-serif;
      color: white;
   }
   .loadsBox {
      padding: 12px;
      width: 48%;
      border-radius: 15px;
      font: 500 12px/20px "Montserrat", sans-serif;
   }
   .loadText.dFlex {
      flex-wrap: nowrap;
   }
   .featureContainer {
      width: 100%;
      padding: 0 10px;
   }
   .featureImage {
      width: 60px;
      height: 60px;
   }
   .featurePoint {
      font: 500 13px/17px "Montserrat", sans-serif;
   }
   .modeHead {
      font: 500 30px/40px "Montserrat", sans-serif;
      margin-bottom: 0px;
   }
   .modeContainer {
      padding: 15px 15px 0;
   }
   .dFlex.w80 {
      width: 95%;
   }
   .typeHead {
      font: 700 20px/28px "Montserrat", sans-serif;
   }
   .modeDesc p {
      font: 500 14px/20px "Montserrat", sans-serif;
      margin: 10px 0;
   }
   .h4padding {
      font-size: 14px !important;
   }

   .android-apple-button {
      margin-bottom: 15px;
      margin-top: 0 !important;
   }
   .modeImg {
      height: 100%;
      max-height: 350px;
   }
   .pt100 {
      padding-top: 0px;
   }
   .slide_title img {
      width: 90%;
      margin: 0 auto;
   }
}
</pre></body></html>