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,
font,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  border: 0;
  margin: 0;
  outline: 0;
  padding: 0;
}

@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;700&display=swap");

body {
  position: relative;
  font-family: "Open Sans", Tahoma, Arial, Helvetica, sans-serif;
  font-size: 13px;
  text-shadow: none;
  color: #000;
  background-color: #e5e5e5;
  background-image: none;
}

a {
  color: #000;
}

/**
* Owl Carousel v2.3.4
* Copyright 2013-2018 David Deutsch
* Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
*/
.owl-carousel,
.owl-carousel .owl-item {
  -webkit-tap-highlight-color: transparent;
  position: relative;
}

.owl-carousel {
  display: none;
  width: 100%;
  z-index: 1;
}

.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  touch-action: manipulation;
  -moz-backface-visibility: hidden;
}

.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.owl-carousel .owl-stage-outer {
  height: 360px;
  position: relative;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-item,
.owl-carousel .owl-wrapper {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-item {
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-touch-callout: none;
}

.owl-carousel .owl-item img {
  display: block;
  width: 100%;
}

.owl-carousel .owl-dots.disabled,
.owl-carousel .owl-nav.disabled {
  display: none;
}

.no-js .owl-carousel,
.owl-carousel.owl-loaded {
  display: block;
}

.owl-carousel .owl-dot,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-nav .owl-prev {
  cursor: pointer;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel button.owl-dot {
  background: 0 0;
  color: inherit;
  border: none;
  padding: 0 !important;
  font: inherit;
}

.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}

.owl-carousel.owl-hidden {
  opacity: 0;
}

.owl-carousel.owl-refresh .owl-item {
  visibility: hidden;
}

.owl-carousel.owl-drag .owl-item {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel.owl-grab {
  cursor: move;
  cursor: grab;
}

.owl-carousel.owl-rtl {
  direction: rtl;
}

.owl-carousel.owl-rtl .owl-item {
  float: right;
}

.owl-carousel .animated {
  animation-duration: 1s;
  animation-fill-mode: both;
}

.owl-carousel .owl-animated-in {
  z-index: 0;
}

.owl-carousel .owl-animated-out {
  z-index: 1;
}

.owl-carousel .fadeOut {
  animation-name: fadeOut;
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

.owl-height {
  transition: height 0.5s ease-in-out;
}

.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 0.4s ease;
}

.owl-carousel .owl-item .owl-lazy:not([src]),
.owl-carousel .owl-item .owl-lazy[src^=""] {
  max-height: 0;
}

.owl-carousel .owl-item img.owl-lazy {
  transform-style: preserve-3d;
}

.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url(owl.video.play.png) no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform 0.1s ease;
}

.owl-carousel .owl-video-play-icon:hover {
  -ms-transform: scale(1.3, 1.3);
  transform: scale(1.3, 1.3);
}

.owl-carousel .owl-video-playing .owl-video-play-icon,
.owl-carousel .owl-video-playing .owl-video-tn {
  display: none;
}

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 0.4s ease;
}

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}

/**
* Owl Carousel v2.3.4
* Copyright 2013-2018 David Deutsch
* Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
*/
.owl-theme .owl-dots,
.owl-theme .owl-nav {
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}

.owl-theme .owl-nav {
  margin-top: 10px;
}

.owl-theme .owl-nav [class*="owl-"] {
  color: #fff;
  font-size: 14px;
  margin: 5px;
  padding: 4px 7px;
  background: #d6d6d6;
  display: inline-block;
  cursor: pointer;
  border-radius: 3px;
}

.owl-theme .owl-nav [class*="owl-"]:hover {
  background: #ffffff;
  color: #fff;
  text-decoration: none;
}

.owl-theme .owl-nav .disabled {
  opacity: 0.5;
  cursor: default;
}

.owl-theme .owl-nav.disabled+.owl-dots {
  margin-top: 10px;
}

.owl-theme .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
}

.owl-theme .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px 7px;
  background: #000000;
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity 0.2s ease;
  border-radius: 30px;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: #ffffff;
}

/* General Styles start here */

html.IsDesktop .content-width {
  max-width: none;
}

.mk-affiliate-wrapper {
  margin: 0 12px;
}

html.IsTablet .mk-affiliate-wrapper {
  margin: 0 auto;
  max-width: 738px;
  position: relative;
}

html.IsDesktop .mk-affiliate-wrapper {
  margin: 0 auto;
  width: 1000px;
  position: relative;
}

.mk-section-logo {
  padding-top: 20px;
}

html.IsDesktop .mk-section-logo {
  padding-top: 40px;
}

.mk-section-logo img {
  height: 65px;
  margin: 0 auto;
  display: block;
}

html.IsDesktop .mk-section-logo img {
  height: 150px;
}

.mk-section-container h2 {
  margin-top: 5px;
  font-size: 20px;
  line-height: 21px;
  text-align: center;
}

html.IsDesktop .mk-section-container h2 {
  margin-top: 20px;
  font-size: 37px;
  line-height: 41px;
}

.mk-section-container p {
  margin-top: 20px;
  font-size: 14px;
  line-height: 16px;
  text-align: justify;
  text-align-last: center;
}

html.IsDesktop .mk-section-container p {
  margin-top: 45px;
  font-size: 20px;
  line-height: 24px;
}

.mk-bottom-info-container {
  padding: 15px 0 10px;
  font-size: 10px;
  line-height: 12px;
  text-transform: uppercase;
  text-align: center;
}

html.IsDesktop .mk-bottom-info-container {
  padding: 32px 0 35px;
  font-size: 14px;
  line-height: 18px;
}

.mk-bottom-info-container a {
  font-weight: bold;
  color: #ffffff;
  text-decoration: none;
}

.mk-section-cta {
  margin: 25px auto 0;
  padding-bottom: 30px;
  position: relative;
  bottom: 0;
  z-index: 15;
  text-align: center;
}

html.IsDesktop .mk-section-cta {
  margin: 55px auto 0;
  padding-bottom: 65px;
}

.mk-btn {
  display: inline-block;
  padding: 0 20px;
  width: 160px;
  height: 50px;
  line-height: 50px;
  border-radius: 4px;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 22px;
  font-weight: normal;
}

.mk-btn,
.main-nav-menuItem,
.main-nav-menuTrigger {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.mk-btn.action,
.main-nav-buttons .mk-btn.action {
  background-color: #9441ff;
  color: #fff;
  border-radius: 50px;
  font-weight: bold;
}

.mk-btn.action:hover {
  background-color: #e9b600;
}

/* --- Main Navigation --- */

.main-nav {
  position: relative;
  background-color: #000000;
  width: 100%;
}

html.IsDesktop .main-nav {
  position: fixed;
  top: 0;
  z-index: 999;
}

.main-nav-wrapper {
  position: relative;
  height: 60px;
  max-width: 1400px;
  margin: 0 auto;
}

.mk-overlay {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.mk-overlay.open {
  display: block;
}

.main-nav-mobile-holder {
  display: none;
  background-color: #000000;
  position: absolute;
  width: 100%;
  top: 60px;
  z-index: 2;
}

html.IsDesktop .main-nav-mobile-holder {
  display: block;
  background-color: transparent;
  position: static;
  width: auto;
}

.main-nav-mobile-holder.open {
  display: block;
}

.main-nav-divider {
  width: 100%;
  height: 1px;
  background-color: #e9edf0;
  margin: 25px 0 0;
}

html.IsDesktop .main-nav-divider {
  display: none;
}

.main-nav-menu {
  margin: 20px 0;
}

html.IsDesktop .main-nav-menu {
  margin: 0 0 0 18px;
  float: left;
}

html.IsDesktop .main-nav-menu,
html.IsDesktop .main-nav-buttons {
  display: block;
  line-height: 55px;
}

.main-nav-menu li a {
  display: block;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  text-decoration: none;
}

.main-nav-menuItem {
  position: relative;
  display: block;
  padding-right: 20px;
  padding-left: 20px;
  width: 100%;
  text-align: center;
  line-height: 70px;
  font-size: 18px;
  cursor: pointer;
}

html.IsDesktop .main-nav-menuItem {
  float: left;
  width: auto;
  line-height: 60px;
  font-size: 14px;
  padding: 0 10px;
}

html.IsDesktop .main-nav-menuItem:hover:after,
html.IsDesktop .main-nav-menuItem.active:after {
  display: block;
}

html.IsDesktop .main-nav-menuItem:after {
  content: "";
  display: none;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background-color: #9441ff;
  border-radius: 3px;
}

@media (min-width: 1440px) {
  html.IsDesktop .main-nav-menuItem {
    font-size: 16px;
    padding: 0 20px;
  }
}

.main-nav-menuItem,
.main-nav-menuItem a,
.main-nav-buttons a {
  color: #ffffff;
  font-weight: bold;
  box-sizing: border-box;
}

.clear:after {
  display: block;
  content: "";
  height: 0;
  font-size: 0;
  visibility: hidden;
  clear: both;
}

/* .main-nav-menuItem:hover, .main-nav-menuItem a:hover, .main-nav-buttons a:hover {
    color: #4a7f00;
} */

.main-nav-logo {
  top: 9px;
  width: 67px;
  height: 44px;
  position: absolute;
  margin: auto;
  left: 65px;
  right: auto;
  background: url(/images/10cric-affiliates-logo.svg?123) no-repeat center top;
  background-size: contain;
  z-index: 10;
}

html.IsDesktop .main-nav-logo {
  top: 4px;
  width: 77px;
  height: 57px;
  left: 0;
  right: 0;
}

.main-nav-lang {
  position: relative;
  display: none !important;
}

.main-nav-langTrigger {
  display: inline-block;
  line-height: 60px;
  font-size: 18px;
  padding: 0 30px 0 20px;
  cursor: pointer;
}

.main-nav-langTrigger {
  background: url("/images/icons/icon-expand.svg") no-repeat right center;
}

.main-nav-langTrigger.collapse {
  background: url("/images/icons/icon-collapse.svg") no-repeat right center;
}

.main-nav-buttons {
  position: absolute;
  top: 0;
  right: 0;
  text-align: center;
}

html.IsDesktop .main-nav-buttons {
  float: right;
}

.main-nav-buttons .mk-btn {
  width: auto;
  height: 60px;
  padding: 12px;
  margin-left: 4px;
  margin-right: 0;
  font-size: 14px;
  line-height: 34px;
  text-transform: none;
}

html.IsDesktop .main-nav-buttons .mk-btn {
  height: 40px;
  line-height: 18px;
  padding: 12px 22px;
  margin-right: 8px;
  margin-left: 4px;
  vertical-align: middle;
}

html.IsDesktop .main-nav-buttons .btn:last-child {
  margin-left: -4px;
}

.main-nav-buttons .mk-btn.action {
  float: right;
  margin-right: 0;
  line-height: 40px;
  border-radius: 0;
  padding: 10px 15px;
  margin-left: 0;
}

html.IsDesktop .main-nav-buttons .mk-btn.action {
  float: none;
  border-radius: 50px;
}

.main-nav-menuTrigger {
  cursor: pointer;
  display: inline-block;
  position: absolute;
  top: 14px;
  left: 18px;
}

html.IsDesktop .main-nav-menuTrigger {
  display: none;
}

.main-nav-menuTrigger .bar1,
.main-nav-menuTrigger .bar2,
.main-nav-menuTrigger .bar3 {
  width: 27px;
  height: 3px;
  background-color: #ffffff;
  margin: 6px 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.main-nav-menuTrigger.open {
  top: 10px;
}

.main-nav-menuTrigger.open .bar1 {
  transform: translate(0px, 13px) rotate(-45deg) scalex(1.2);
}

.main-nav-menuTrigger.open .bar2 {
  opacity: 0;
}

.main-nav-menuTrigger.open .bar3 {
  transform: translate(0px, -5px) rotate(45deg) scalex(1.2);
}

/* Main Banner Section Styles start here */

.mk-main-banner {
  background: url(/images/main-banner-mobile-blue.jpg) no-repeat;
  height: 79vh;
  max-height: 500px;
  background-size: cover;
  background-position: 50% 60%;
  color: #fff;
}

html.IsMobile.landscape-orientation .mk-main-banner {
  background: url(/images/main-banner-blue.jpg) no-repeat;
  background-size: cover;
  background-position: 15% 50%;
}

html.IsTablet .mk-main-banner {
  height: 450px;
  background: url(/images/main-banner-blue.jpg) no-repeat;
  background-size: cover;
  background-position: 0% 70%;
}

html.IsDesktop .mk-main-banner {
  margin-top: 60px;
  background: url(/images/main-banner-blue.jpg) no-repeat;
  height: 38vw;
  max-height: 580px;
  background-size: cover;
}

html.IsMobile.landscape-orientation .mk-main-banner-container {
  width: 50%;
  height: 79vh;
  max-height: 500px;
  position: absolute;
  left: 50%;
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  color: #fff;
}

html.IsTablet .mk-main-banner-container {
  width: 40%;
  height: 450px;
  position: absolute;
  right: 60%;
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  color: #fff;
}

html.IsDesktop .mk-main-banner-container {
  width: 460px;
  position: absolute;
  left: -7vw;
  height: 38vw;
  max-height: 580px;
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  color: #fff;
}

.mk-logo {
  width: 70px;
  height: 53px;
  padding-top: 18px;
}

html.IsMobile.landscape-orientation .mk-logo {
  display: inline-block;
}

html.IsDesktop .mk-logo {
  width: auto;
  height: auto;
  padding-top: 0;
}

html.IsDesktop .mk-logo img {
  width: 184px;
  height: 139px;
}

.mk-main-banner-container h1,
.mk-main-banner-container p {
  font-weight: bold;
  margin-top: 12px;
}

.mk-main-banner-container h1 {
  font-size: 38px;
  line-height: 35px;
}

html.IsDesktop .mk-main-banner-container h1 {
  font-size: 80px;
  line-height: 73px;
  width: 460px;
}

.mk-main-banner-container p {
  font-size: 14px;
  text-transform: uppercase;
}

html.IsDesktop .mk-main-banner-container p {
  font-size: 25px;
  line-height: 26px;
  margin-top: 25px;
}

/* Affiliate Programme Section Styles start here */

.mk-affiliate-programme-section,
.mk-affiliate-help-section {
  background-color: #000000;
  color: #ffffff;
}

/* Join Section Styles start here */

.mk-affiliate-join-section .mk-section-logo {
  padding-top: 15px;
}

html.IsDesktop .mk-affiliate-join-section .mk-section-logo {
  padding-top: 45px;
}

.mk-affiliate-join-section .mk-section-logo img {
  height: 80px;
}

html.IsDesktop .mk-affiliate-join-section .mk-section-logo img {
  height: 135px;
}

.mk-affiliate-join-section .mk-section-container h2,
html.IsDesktop .mk-affiliate-join-section .mk-section-container h2 {
  margin-top: 0;
}

html.IsDesktop .mk-affiliate-join-section .mk-section-container p {
  margin-top: 55px;
}

.mk-affiliate-join-section ol {
  margin-top: 20px;
  list-style: decimal inside;
  font-size: 18px;
  line-height: 20px;
}

html.IsDesktop .mk-affiliate-join-section ol {
  margin-top: 45px;
}

.mk-affiliate-join-section li {
  margin-bottom: 15px;
}

html.IsDesktop .mk-affiliate-join-section li {
  margin-bottom: 20px;
}

/* Commission Section Styles start here */

.mk-affiliate-commission-section {
  background: url(/images/main-background-blue.jpg) no-repeat;
  background-size: cover;
  background-position: bottom;
  padding-bottom: 40px;
  color: #000;
}

html.IsTablet .mk-affiliate-commission-section {
  background: url(/images/main-background-blue.jpg) no-repeat;
  background-size: cover;
  background-position: bottom;
}

html.IsDesktop .mk-affiliate-commission-section {
  background: url(/images/main-background-blue.jpg) no-repeat;
  background-size: cover;
  padding-bottom: 70px;
}

.mk-affiliate-commission-section .mk-section-logo {
  padding-top: 23px;
}

html.IsDesktop .mk-affiliate-commission-section .mk-section-logo {
  padding-top: 41px;
}

.mk-affiliate-commission-section .mk-section-logo img {
  height: 80px;
}

html.IsDesktop .mk-affiliate-commission-section .mk-section-logo img {
  height: 147px;
}

html.IsDesktop .mk-affiliate-commission-section .mk-section-container h2 {
  margin-top: 20px;
}

html.IsDesktop .mk-affiliate-commission-section .mk-section-container p {
  margin-top: 40px;
}

.mk-affiliate-commission-section h3 {
  margin: 30px 0;
  font-size: 16px;
  text-align: center;
}

html.IsDesktop .mk-affiliate-commission-section h3 {
  margin: 30px 0 40px;
  font-size: 26px;
}

html.IsMobile .mk-without-carousel,
html.IsTablet .mk-without-carousel,
html.IsDesktop .mk-with-carousel {
  display: none;
}

html.IsDesktop .mk-commission-container {
  display: flex;
  justify-content: space-between;
}

.mk-commission-box {
  margin: 0 auto;
  color: #fff;
  background: #000000;
  border-radius: 10px;
}

html.IsDesktop .mk-commission-box {
  width: 23.7%;
  margin: 0;
}

.mk-commission-heading {
  margin-bottom: 10px;
  text-align: center;
  color: #9441ff;
}

.mk-commission-heading h3 {
  margin: 0;
  padding-top: 30px;
  font-size: 29px;
}

.mk-commission-heading h2 {
  margin-top: 5px;
  font-size: 50px;
  line-height: 63px;
}

.mk-commission-heading .mk-normal-font-weight {
  font-weight: normal;
}

.mk-commission-text p {
  width: 85%;
  margin: 0 auto 15px;
  text-align: center;
  font-size: 19px;
  line-height: 22px;
}

.mk-commission-text p:last-child {
  padding-bottom: 35px;
}

.mk-commission-number {
  font-size: 30px;
}

.mk-commission-rate-divider {
  display: block;
  margin: 0 auto 15px;
  height: 2px;
  width: 50px;
  background: #ebebeb;
}

/* Testimonials section styles start here  */

.mk-affiliate-testimonials-section .mk-section-logo {
  padding-top: 30px;
}

html.IsDesktop .mk-affiliate-testimonials-section .mk-section-logo {
  padding-top: 60px;
}

.mk-affiliate-testimonials-section .mk-section-logo img {
  height: 45px;
}

html.IsDesktop .mk-affiliate-testimonials-section .mk-section-logo img {
  height: 100px;
}

.mk-affiliate-testimonials-section .mk-section-container h2 {
  margin-top: 15px;
}

.mkTestimonialCarousel {
  margin-top: 25px;
  padding-bottom: 40px;
}

html.IsDesktop .mkTestimonialCarousel {
  margin-top: 65px;
  padding-bottom: 60px;
}

/* --- Blur styles start here --- */

html.IsDesktop .mk-affiliate-testimonials-section .owl-item {
  opacity: 0.3;
}

html.IsDesktop .mk-affiliate-testimonials-section .owl-item.active.opacity,
html.IsDesktop .mk-affiliate-testimonials-section .owl-item.active.opacity.center {
  opacity: 1;
}

html.IsDesktop .mk-affiliate-testimonials-section .owl-item .mk-testimonials-box {
  color: transparent;
  text-shadow: 0 0 4px #ffffff;
}

html.IsDesktop .mk-affiliate-testimonials-section .owl-item.active.opacity .mk-testimonials-box {
  color: #fff;
  text-shadow: none;
}

html.IsDesktop .mk-affiliate-testimonials-section .owl-item .mk-testimonial-author {
  color: transparent;
  text-shadow: 0 0 4px #000000;
  transition: text-shadow 0.2s linear;
}

html.IsDesktop .mk-affiliate-testimonials-section .owl-item .mk-testimonial-author:hover {
  text-shadow: 0 0 4px #9441ff;
}

html.IsDesktop .mk-affiliate-testimonials-section .owl-item.active.opacity .mk-testimonial-author {
  color: #000000;
  text-shadow: none;
  transition: color 0.2s linear;
}

html.IsDesktop .mk-affiliate-testimonials-section .owl-item.active.opacity .mk-testimonial-author:hover {
  color: #9441ff;
  text-shadow: none;
}

@media all and (-ms-high-contrast: none),
(-ms-high-contrast: active) {
  html.IsDesktop .mk-affiliate-testimonials-section .owl-item .mk-testimonials-box {
    color: rgba(226, 226, 226, 0.3);
    text-shadow: 0px 0px 5px 2px #f1efef;
  }

  html.IsDesktop .mk-affiliate-testimonials-section .owl-item .mk-testimonial-author {
    color: rgba(136, 136, 136, 0.3);
    text-shadow: 0px 0px 5px 2px #888;
    transition: text-shadow 0.2s linear;
  }

  html.IsDesktop .mk-affiliate-testimonials-section .owl-item .mk-testimonial-author:hover {
    color: rgba(136, 136, 136, 0);
    text-shadow: 0px 0px 5px 2px #9441ff;
  }
}

_:-ms-lang(x),
_:-webkit-full-screen,
html.IsDesktop .mk-affiliate-testimonials-section .owl-item .mk-testimonials-box {
  color: rgba(226, 226, 226, 0.3);
  text-shadow: 0px 0px 5px 2px #f1efef;
}

/* --- Blur styles end here --- */

.mkTestimonialCarousel.owl-carousel .owl-stage-outer {
  height: auto;
  padding-bottom: 40px;
}

.mk-testimonials-box {
  height: 320px;
  padding: 40px 20px;
  background: #000;
  color: #fff;
  border-radius: 10px;
  text-align: justify;
  text-align-last: left;
  box-sizing: border-box;
  overflow: hidden;
}

.mk-testimonials-box p {
  line-height: 17px;
  font-size: 14px;
}

html.IsTablet .mk-testimonials-box p {
  line-height: 19px;
  font-size: 16px;
}

.mk-testimonials-box:after {
  content: "";
  display: block;
  border: 8px solid transparent;
  border-top-color: #000000;
  position: absolute;
  bottom: -16px;
}

.mk-testimonial-author {
  position: absolute;
  bottom: -33px;
  left: 15px;
  font-size: 17px;
  font-weight: bold;
  text-decoration: none;
}

@media only screen and (min-width: 1220px) {
  .mk-testimonials-box {
    width: 340px;
    height: 370px;
    padding: 45px 30px;
  }

  .mk-testimonials-box p {
    line-height: 28px;
  }
}

/* Help Section Styles start here */

.mk-affiliate-help-section {
  padding-bottom: 15px;
}

html.IsDesktop .mk-affiliate-help-section {
  padding-bottom: 0;
}

html.IsDesktop .mk-affiliate-help-section .mk-section-logo {
  padding-top: 60px;
}

html.IsDesktop .mk-affiliate-help-section .mk-section-logo img {
  height: 105px;
}

.mk-affiliate-help-section .mk-section-container h2 {
  margin-top: 18px;
}

html.IsDesktop .mk-bottom-info-container .mk-bottom-info-container {
  padding: 42px 0 45px;
}

.mk-terms-and-coditions {
  padding-top: 80px;
  padding-bottom: 20px;
}

.mk-terms-and-coditions h1 {
  padding: 10px 0pt;
  font-size: 24px;
  font-weight: bold;
}
.mk-terms-and-coditions h2{
  font-weight: bold;
  margin-top: 17px;
  margin-bottom: 10px;
}

.mk-terms-and-coditions p {
  font-size: 15px;
  margin: 0 0 10px;
}

.mk-terms-and-coditions p:has(+ ul),
.mk-terms-and-coditions ul > li {
    margin: 0 0 6px;
}

.mk-terms-and-coditions a {
  color: #000000;
  font-size: 14px;
}

.mk-terms-and-coditions ol {
  list-style-type: lower-alpha;
  margin-left: 30px;
  font-size: 14px;
}

.mk-terms-and-coditions ul {
    margin: 0 0 10px;
    list-style-position: inside;
}

/* Footer Section Styles start here */

.mk-footer-section {
  background-color: #ffffff;
  text-align: center;
  padding: 20px 0;
}

html.IsDesktop .mk-footer-links {
  text-align: left;
}

.mk-footer-copyright,
.mk-footer-links a,
.mk-footer-links span.open-modal {
  width: 100%;
  font-size: 12px;
  color: #999;
  margin-right: 35px;
  text-decoration: none;
}

html.IsDesktop .mk-footer-copyright,
html.IsDesktop .mk-footer-links a,
html.IsDesktop .mk-footer-links span.open-modal {
  width: 80%;
}

.mk-footer-links span.open-modal {
  cursor: pointer;
}

.mk-footer-section .mk-divider {
  width: 100%;
  height: 1px;
  background: #ebebeb;
  margin: 20px auto;
}

.mk-footer-copyright-container {
  display: flex;
  flex-direction: column;
  margin-bottom: 20px;
}

html.IsDesktop .mk-footer-copyright-container {
  flex-direction: row;
}

.mk-footer-copyright-container p {
  margin: 0 0 20px;
}

html.IsDesktop .mk-footer-copyright-container p,
html.IsDesktop .mk-footer-copyright-container a {
  width: auto;
}

html.IsDesktop .mk-footer-copyright-container p {
  margin: 0 35px 0 0;
}

.mk-footer-copyright-container a {
  margin: 0;
}

.mk-footer-regulation-icons {
  width: 80%;
  margin: 30px auto 20px;
  text-align: center;
}

html.IsDesktop .mk-footer-regulation-icons {
  width: 320px;
  margin: -25px 0 0;
  float: right;
  text-align: right;
}

.mk-regulation-icon {
  display: inline-block;
  height: 28px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: right center;
}

.mk-footer-license-icon {
  background-image: url(/images/icons/license-curacao-logo.png);
  width: 80px;
}

.mk-icon-18plus {
  width: 22px;
  background-image: url(/images/icons/18-plus-ring.svg);
}

/* Modal Section Styles start here */

/* POP UP */

/* The Modal (background) */

.modal {
  display: none;
  position: fixed;
  z-index: 999;
  padding-top: 120px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.7);
  box-sizing: border-box;
}

.modal a {
  color: #000;
  text-decoration: underline;
}

/* Modal Content */

.modal-content {
  background-color: #eee;
  margin: auto;
  padding: 30px 0 10px;
  border: 1px solid #888;
  width: 100%;
  height: 85%;
  color: #000;
  position: relative;
  box-sizing: inherit;
}

.modal-content-wrapper {
  width: 100%;
  overflow-y: scroll;
  height: 100%;
}

/* The Close Button */

.close {
  box-sizing: border-box;
  position: absolute;
  top: -70px;
  right: 20px;
  border-radius: 100%;
  padding: 0;
  width: 44px;
  height: 44px;
  background-color: #9441ff;
  cursor: pointer;
}

@media (min-width: 769px) {
  .modal-content {
    max-width: 600px;
    padding: 30px 20px;
    border-radius: 10px;
  }

  .close {
    right: 0;
  }
}

.close:after {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  background-image: url("/images/icons/close.svg");
  width: 14px;
  height: 14px;
}

.close:hover {
  background-color: #e9b600;
}

.close span {
  display: none;
}

.help-right-section .section-header,
.rules-tab .section-header {
  padding: 1em;
  margin: 0 0 4px 0;
  /* width: calc(100% - 2em); */
  /* height: 2em; */
  line-height: 2em;
  background-color: #fff;
  border-radius: 5px;
  font-size: 1em;
  font-weight: normal;
  cursor: pointer;
  position: relative;
}

.help-right-section .section-header:after,
.rules-tab .section-header:after {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 15px;
  content: "";
  width: 12px;
  height: 7px;
  background-image: url(/images/icons/header-arrow.png);
  float: right;
  margin-left: 5px;
}

.help-right-section .section-holder,
.rules-tab .section-holder {
  display: none;
  font-weight: normal;
  background-color: #fff;
  margin: -3px 0 4px 0;
  padding: 1em;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  overflow: auto;
}

.term-number {
  display: inline-block;
  float: left;
  margin-right: 15px;
}

.section-header .header-title {
  display: inline-block;
  line-height: 1.2em;
  min-height: 1em;
  width: 79%;
}

.help-right-section p {
  font-size: 1em;
  padding: 0 0 0.7em 0;
  word-wrap: break-word;
}

.help-right-section p:last-child {
  padding: 0;
}

.help-right-section h2:first-child {
  padding: 0 0 1em 0;
}

.help-right-section h2 {
  font-size: 24px;
  font-weight: normal;
  padding: 1em 0;
}

.help-right-section,
.rules-tab {
  font-size: 14px;
  color: #000;
  padding: 0 1em;
}

.help-right-section h1,
.help-right-section h2,
.help-right-section h3,
.help-right-section h4 {
  text-transform: initial;
}

.help-right-section ol {
  list-style: decimal;
  list-style-position: inside;
  margin-bottom: 15px;
}

.help-right-section li,
.help-right-section p,
.rules-tab li,
.rules-tab p {
  padding: 0 0 20px 0;
}

.help-right-section ol li,
.rules-tab ol li {
  list-style: decimal;
  list-style-position: inside;
}

.help-right-section ul li,
.rules-tab ul li {
  list-style: disc;
}

.help-right-section li:last-child,
.help-right-section p:last-child,
.rules-tab li:last-child,
.rules-tab p:last-child {
  padding: 0;
}

.cms-content-list--lv2 {
  list-style-type: lower-latin !important;
}

.cms-content-list--lv2 li {
  padding: 0 0 0.7em 20px;
}

.cms-content-list--lv2 li:last-child {
  padding-left: 20px;
  padding-bottom: 0.7em;
}

.help-right-section ul,
.rules-tab ul {
  list-style-type: disc;
}

.help-right-section ul li,
.rules-tab ul li,
.rules-tab ol li {
  margin-left: 20px;
  padding-bottom: 0.7em;
}

.rules-tab ol li ol {
  margin-top: 0.7em;
}

.help-list-decimal {
  list-style-type: decimal;
}

.help-list-latin {
  list-style-type: lower-latin;
}

.help-right-section .section-header.active-header:after,
.rules-tab .section-header.active-header:after {
  transform: rotate(180deg);
}

.help-right-section .section-header.active-header,
.rules-tab .section-header.active-header {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.last-update {
  font-size: 12px;
  margin: 15px 0 0;
  color: #999;
}