.gradient-primary {
  background: linear-gradient(91.23deg, #FABB2E 0%, #E5B35C 100%);
}
.gradient-secondary {
  background: linear-gradient(91.23deg, #2CBD9C 0%, #289D82 100%);
}
.border-gradient-secondary {
  border-image-source: linear-gradient(91.23deg, #2CBD9C 0%, #289D82 100%);
}
h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
button,
li,
table,
th,
td,
label,
input,
span,
.button {
  font-family: 'Rubik', sans-serif;
  margin: 0;
}
h1,
.h1 {
  font-size: 32px;
  font-weight: 700;
  line-height: 38px;
}
h2,
.h2 {
  font-size: 24px;
  font-weight: 700;
  line-height: 28px;
}
h3,
.h3 {
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
}
.title {
  font-size: 16px;
  font-weight: 500;
  line-height: 19px;
}
.title2 {
  font-size: 14px;
  font-weight: 500;
  line-height: 17px;
}
.title3 {
  font-size: 14px;
  font-weight: 600;
  line-height: 17px;
}
.title4 {
  font-size: 20px;
  font-weight: 400;
  line-height: 26px;
  letter-spacing: 12px;
}
.title5 {
  font-size: 24px;
  font-weight: 400;
  line-height: 22px;
}
.title6 {
  font-size: 32px;
  font-weight: 400;
  line-height: 30px;
}
button,
.button {
  font-size: 14px;
  font-weight: 700;
  line-height: 17px;
}
.body {
  font-size: 16px;
  font-weight: 400;
  line-height: 21px;
}
.body2 {
  font-size: 14px;
  font-weight: 400;
  line-height: 19px;
}
.body3 {
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
}
.body4 {
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
}
.body5 {
  font-size: 14px;
  font-weight: 500;
  line-height: 22px;
}
.body6 {
  font-size: 10px;
  font-weight: 400;
  line-height: 12px;
}
.caption1 {
  font-size: 12px;
  font-weight: 400;
  line-height: 14px;
}
.caption2 {
  font-size: 10px;
  font-weight: 700;
  line-height: 12px;
}
.caption3 {
  font-size: 10px;
  font-weight: 500;
  line-height: 12px;
}
.caption4 {
  font-size: 12px;
  font-weight: 500;
  line-height: 14px;
}
.caption5 {
  font-size: 10px;
  font-weight: 400;
  line-height: 12px;
}
.caption6 {
  font-size: 10px;
  font-weight: 600;
  line-height: 12px;
  font-style: italic;
}
.caption7 {
  font-size: 12px;
  font-weight: 700;
  line-height: 14px;
}
.caption8 {
  font-size: 16px;
  font-weight: 700;
  line-height: 19px;
}
.caption9 {
  font-size: 12px;
  font-weight: 600;
  line-height: 12px;
}
.fontAwesome {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}
html {
  background-color: #000000;
}
body {
  background-color: #000000;
  max-width: 1920px;
  margin: 0 auto;
}
.mainContainer {
  max-width: 1920px;
  margin: 0 auto;
  width: 100%;
  overflow-x: hidden;
}
.container {
  max-width: 1260px;
  padding: 0 40px;
  width: 100%;
  box-sizing: border-box;
  margin: auto;
}
.myEnShow,
.myZhShow,
.sgEnShow,
.sgZhShow,
.vnShow,
.zhShow,
.enShow,
.myShow,
.sgShow {
  display: none;
}
.jsonTranslation,
.placeholderJsonTranslation {
  visibility: hidden;
}
a {
  text-decoration: none;
}
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}
input {
  caret-color: #FABB2E;
}
input:focus-visible {
  outline: none;
  border-color: #FABB2E !important;
}
.greenBorderBtn {
  position: relative;
  transition: all 0.25s;
  border: none !important;
  box-shadow: none !important;
  transition: all 0.5s ease-out;
}
.greenBorderBtn:after {
  border-radius: 3px;
  border: 1px solid transparent;
  background: linear-gradient(91.23deg, #2cbd9c 0%, #289d82 100%) border-box;
  -webkit-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  content: "";
  position: absolute;
  width: calc(100% - 2px);
  height: calc(100% - 2px);
  top: 0;
  left: 0;
}
.greenBorderBtn:hover {
  color: #fff !important;
}
.greenBorderBtn:hover:after {
  background: linear-gradient(91.23deg, #2fb394 0%, #32d9b2 23.96%, #35ba9b 100%) border-box;
}
.greenBorderBtn:active,
.greenBorderBtn:focus {
  color: #fff !important;
}
.greenBorderBtn:active:after,
.greenBorderBtn:focus:after {
  background: linear-gradient(91.23deg, #30a287 0%, #197560 100%) border-box;
}
.yellowGradientBtn {
  background: linear-gradient(91.23deg, #FABB2E 0%, #E5B35C 100%) !important;
  transition: all 0.5s ease-out;
}
.yellowGradientBtn:hover {
  background: linear-gradient(91.23deg, #E8C160 0%, #FFEAB3 50.52%, #EFC250 100%) !important;
}
.yellowGradientBtn:active,
.yellowGradientBtn:focus {
  background: linear-gradient(91.23deg, #BF9D50 0%, #8D6B2F 100%) !important;
}
.yellowGradientBtn.disabled {
  background: #B2B2B2 !important;
}
.greenGradientBtn {
  background: linear-gradient(91.23deg, #2cbd9c 0%, #289d82 100%);
  transition: all 0.5s ease-out;
}
.greenGradientBtn:hover {
  background: linear-gradient(91.23deg, #2fb394 0%, #32d9b2 23.96%, #35ba9b 100%) !important;
}
.greenGradientBtn:active,
.greenGradientBtn:focus {
  background: linear-gradient(91.23deg, #30a287 0%, #197560 100%) !important;
}
.hoverGreenBgWhiteBtn {
  position: relative;
  z-index: 2;
  transition: all 0.5s ease-out;
}
.hoverGreenBgWhiteBtn:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  border-radius: 3px;
  transition: all 0.5s;
  z-index: -1;
  background: linear-gradient(91.23deg, #2fb394 0%, #32d9b2 23.96%, #35ba9b 100%) !important;
}
.hoverGreenBgWhiteBtn:hover:before {
  opacity: 1;
}
.hoverGreenBgWhiteBtn:active:before,
.hoverGreenBgWhiteBtn:focus:before {
  background: linear-gradient(91.23deg, #30a287 0%, #197560 100%) !important;
  opacity: 1;
}
.yellowGradientTextBtn {
  background: linear-gradient(91.23deg, #fabb2e 0%, #e5b35c 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  transition: all 0.5s ease-out;
}
.yellowGradientTextBtn:hover {
  background: linear-gradient(91.23deg, #e8c160 0%, #f6cf6b 40.1%, #efc250 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.yellowGradientTextBtn:active,
.yellowGradientTextBtn:focus {
  background: linear-gradient(91.23deg, #bf9d50 0%, #8d6b2f 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.modalCloseBtn {
  filter: brightness(0) invert(1);
}
.modalCloseBtn:hover {
  filter: none;
}
header {
  display: flex;
}
header > * {
  vertical-align: top;
}
header .logoWrapper {
  padding: 24px 0;
}
header .logoWrapper .skeletonImg {
  height: 56px;
  min-width: 164px;
}
header .logoWrapper img {
  height: 56px;
}
header .headerDetailsWrapper {
  text-align: right;
  padding-top: 12px;
  flex-grow: 1;
}
header .headerDetailsWrapper .dateTimeWrapper {
  font-size: 12px;
  font-weight: 400;
  line-height: 14px;
  color: #ffffff;
  opacity: 64%;
  padding-bottom: 10px;
}
header .headerDetailsWrapper .loginBtnWrapper {
  display: none;
}
header .headerDetailsWrapper .loginBtnWrapper > * {
  font-family: 'Rubik', sans-serif;
  margin: 0;
  font-size: 14px;
  font-weight: 700;
  line-height: 17px;
  display: inline-block;
  margin-left: 16px;
  padding: 12px 0;
  width: 100px;
  border-radius: 3px;
  text-align: center;
  cursor: pointer;
  vertical-align: middle;
}
header .headerDetailsWrapper .loginBtnWrapper .loginBtn {
  background: linear-gradient(91.23deg, #FABB2E 0%, #E5B35C 100%);
  color: #000000;
}
header .headerDetailsWrapper .loginBtnWrapper .joinNowBtn {
  color: #289D82;
  box-shadow: inset 0px 0px 0px 1px #289D82;
}
header .headerDetailsWrapper .loginBtnWrapper .eclMovie {
  padding: 0;
}
header .headerDetailsWrapper .loginUserWrapper {
  display: none;
}
header .headerDetailsWrapper .loginUserWrapper .eclMovie {
  padding: 0 16px;
}
header .headerDetailsWrapper .loginUserWrapper > * {
  display: inline-block;
  vertical-align: middle;
}
header .headerDetailsWrapper .loginUserWrapper .dropdownUserMenuBtnWrapper {
  position: relative;
}
header .headerDetailsWrapper .loginUserWrapper .dropdownUserMenuBtnWrapper:hover .userMenuDropdownContentWrapper {
  height: auto;
  opacity: 1;
}
header .headerDetailsWrapper .loginUserWrapper .dropdownUserMenuBtnWrapper .userSummary {
  font-size: 0;
  padding: 8px 12px 8px 20px;
  background-size: cover;
  background: linear-gradient(91.23deg, #FABB2E 0%, #E5B35C 100%);
  cursor: pointer;
}
header .headerDetailsWrapper .loginUserWrapper .dropdownUserMenuBtnWrapper .userSummary:hover {
  background: linear-gradient(91.23deg, #E8C160 0%, #FFEAB3 50.52%, #EFC250 100%);
}
header .headerDetailsWrapper .loginUserWrapper .dropdownUserMenuBtnWrapper .userSummary::before {
  content: "";
  border-right: 15px solid transparent;
  border-top: 48px solid #000000;
  position: absolute;
  left: 0;
  top: 0px;
}
header .headerDetailsWrapper .loginUserWrapper .dropdownUserMenuBtnWrapper .userSummary > * {
  display: inline-block;
  vertical-align: middle;
}
header .headerDetailsWrapper .loginUserWrapper .dropdownUserMenuBtnWrapper .userSummary img {
  width: 32px;
  padding-right: 10px;
}
header .headerDetailsWrapper .loginUserWrapper .dropdownUserMenuBtnWrapper .userSummary .details {
  text-align: left;
}
header .headerDetailsWrapper .loginUserWrapper .dropdownUserMenuBtnWrapper .userSummary .details .userType {
  background: linear-gradient(91.23deg, #2CBD9C 0%, #289D82 100%);
  font-size: 10px;
  line-height: 12px;
  font-weight: 600;
  font-style: italic;
  color: #ffffff;
  padding: 1px 4px;
  border-radius: 3px;
  display: inline;
  text-transform: uppercase;
}
header .headerDetailsWrapper .loginUserWrapper .dropdownUserMenuBtnWrapper .userSummary .details .userBalance {
  font-size: 12px;
  line-height: 14px;
  font-weight: 600;
  padding-top: 4px;
  text-transform: uppercase;
}
header .headerDetailsWrapper .loginUserWrapper .dropdownUserMenuBtnWrapper .userSummary i {
  font-size: 12px;
  padding-left: 16px;
  cursor: pointer;
}
header .headerDetailsWrapper .loginUserWrapper .dropdownUserMenuBtnWrapper .userMenuDropdownContentWrapper {
  height: 0;
  opacity: 0;
  position: absolute;
  background-color: #171717;
  width: 100%;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  border-radius: 0px 0px 8px 8px;
  overflow: hidden;
  z-index: 99;
  transition: opacity 0.5s;
  right: 0;
}
header .headerDetailsWrapper .loginUserWrapper .dropdownUserMenuBtnWrapper .userMenuDropdownContentWrapper .userMenuDropdownContent {
  padding: 20px 0;
}
header .headerDetailsWrapper .loginUserWrapper .dropdownUserMenuBtnWrapper .userMenuDropdownContentWrapper a {
  font-size: 14px;
  font-weight: 500;
  line-height: 17px;
  color: #b2b2b2;
  padding: 18px;
  text-decoration: none;
  display: block;
  transition: all 0.5s;
  position: relative;
  text-align: left;
}
header .headerDetailsWrapper .loginUserWrapper .dropdownUserMenuBtnWrapper .userMenuDropdownContentWrapper a:hover {
  color: #ffffff;
}
header .headerDetailsWrapper .loginUserWrapper .dropdownUserMenuBtnWrapper .userMenuDropdownContentWrapper a:hover .hoverBackground {
  opacity: 1;
}
header .headerDetailsWrapper .loginUserWrapper .dropdownUserMenuBtnWrapper .userMenuDropdownContentWrapper a:hover img.notHover {
  display: none;
}
header .headerDetailsWrapper .loginUserWrapper .dropdownUserMenuBtnWrapper .userMenuDropdownContentWrapper a:hover img.isHover {
  display: inline;
}
header .headerDetailsWrapper .loginUserWrapper .dropdownUserMenuBtnWrapper .userMenuDropdownContentWrapper a .hoverBackground {
  background: linear-gradient(92.48deg, #333333 -0.72%, rgba(0, 0, 0, 0.4) 100%);
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  opacity: 0;
  transition: all 0.5s;
}
header .headerDetailsWrapper .loginUserWrapper .dropdownUserMenuBtnWrapper .userMenuDropdownContentWrapper a .submenuItemWrapper {
  display: flex;
}
header .headerDetailsWrapper .loginUserWrapper .dropdownUserMenuBtnWrapper .userMenuDropdownContentWrapper a img {
  padding-right: 34px;
}
header .headerDetailsWrapper .loginUserWrapper .dropdownUserMenuBtnWrapper .userMenuDropdownContentWrapper a img.isHover {
  display: none;
}
header .headerDetailsWrapper .loginUserWrapper .dropdownUserMenuBtnWrapper .userMenuDropdownContentWrapper .userMenuDropdownContent {
  padding: 16px 0;
}
.topNavBar {
  font-size: 0;
  display: flex;
}
.topNavBar .navMenu {
  flex-grow: 1;
}
.topNavBar .navMenu .menuBtnWrapper {
  padding: 24px 40px 24px 0;
  display: inline-block;
  position: relative;
}
.topNavBar .navMenu .menuBtnWrapper:hover .selectedMenuLine {
  display: block;
}
.topNavBar .navMenu .menuBtnWrapper:hover .mainMenuBtn {
  color: #FABB2E;
}
.topNavBar .navMenu .menuBtnWrapper.dropdownMenuBtnWrapper {
  position: relative;
}
.topNavBar .navMenu .menuBtnWrapper.dropdownMenuBtnWrapper:hover .menuDropdownContentWrapper {
  max-height: 500px;
  opacity: 1;
}
.topNavBar .navMenu .menuBtnWrapper.dropdownMenuBtnWrapper:hover .mainMenuBtn i {
  transform: rotate(180deg);
}
.topNavBar .navMenu .menuBtnWrapper.dropdownMenuBtnWrapper .menuDropdownContentWrapper {
  max-height: 0;
  opacity: 0;
  position: absolute;
  background-color: #171717;
  width: 220px;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  border-radius: 0px 0px 8px 8px;
  overflow: hidden;
  margin-top: 24px;
  z-index: 99;
  transition: max-height 1s;
  left: -82px;
}
.topNavBar .navMenu .menuBtnWrapper.dropdownMenuBtnWrapper .menuDropdownContentWrapper .menuDropdownContent {
  padding: 20px 0;
}
.topNavBar .navMenu .menuBtnWrapper.dropdownMenuBtnWrapper .menuDropdownContentWrapper a {
  font-size: 14px;
  font-weight: 500;
  line-height: 17px;
  color: #b2b2b2;
  padding: 18px 34px;
  text-decoration: none;
  display: block;
  transition: all 0.5s;
  position: relative;
}
.topNavBar .navMenu .menuBtnWrapper.dropdownMenuBtnWrapper .menuDropdownContentWrapper a:hover {
  color: #ffffff;
}
.topNavBar .navMenu .menuBtnWrapper.dropdownMenuBtnWrapper .menuDropdownContentWrapper a:hover .hoverBackground {
  opacity: 1;
}
.topNavBar .navMenu .menuBtnWrapper.dropdownMenuBtnWrapper .menuDropdownContentWrapper a:hover img.notHover {
  display: none;
}
.topNavBar .navMenu .menuBtnWrapper.dropdownMenuBtnWrapper .menuDropdownContentWrapper a:hover img.isHover {
  display: inline;
}
.topNavBar .navMenu .menuBtnWrapper.dropdownMenuBtnWrapper .menuDropdownContentWrapper a.checkRegion {
  display: none;
}
.topNavBar .navMenu .menuBtnWrapper.dropdownMenuBtnWrapper .menuDropdownContentWrapper a .hoverBackground {
  background: linear-gradient(92.48deg, #333333 -0.72%, rgba(0, 0, 0, 0.4) 100%);
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  opacity: 0;
  transition: all 0.5s;
}
.topNavBar .navMenu .menuBtnWrapper.dropdownMenuBtnWrapper .menuDropdownContentWrapper a .submenuItemWrapper {
  display: flex;
}
.topNavBar .navMenu .menuBtnWrapper.dropdownMenuBtnWrapper .menuDropdownContentWrapper a img {
  padding-right: 34px;
}
.topNavBar .navMenu .menuBtnWrapper.dropdownMenuBtnWrapper .menuDropdownContentWrapper a img.isHover {
  display: none;
}
.topNavBar .navMenu .menuBtnWrapper.selectedMenu .selectedMenuLine {
  display: block;
}
.topNavBar .navMenu .menuBtnWrapper.selectedMenu .mainMenuBtn {
  color: #FABB2E;
}
.topNavBar .navMenu .menuBtnWrapper .selectedMenuLine {
  display: none;
  background: linear-gradient(91.23deg, #FABB2E 0%, #E5B35C 100%);
  height: 4px;
  border-radius: 5px 5px 0 0;
  position: absolute;
  width: calc(100% - 40px);
  bottom: 0;
}
.topNavBar .navMenu .menuBtnWrapper .mainMenuBtn {
  font-size: 14px;
  font-weight: 500;
  line-height: 17px;
  color: #ffffff;
  cursor: pointer;
}
.topNavBar .navMenu .menuBtnWrapper .mainMenuBtn span {
  padding-right: 9px;
}
.topNavBar .navMenu .menuBtnWrapper .mainMenuBtn i {
  transition: all 0.25s;
}
.topNavBar .otherBtn > * {
  display: inline-block;
  vertical-align: middle;
}
.topNavBar .otherBtn .userNav {
  display: none;
  padding-right: 32px;
}
.topNavBar .otherBtn .userNav p {
  font-size: 14px;
  font-weight: 500;
  line-height: 17px;
  color: #ffffff;
  margin-right: 32px;
  display: inline;
  cursor: pointer;
}
.topNavBar .otherBtn .userNav p:last-child {
  margin-right: 0;
}
.topNavBar .otherBtn .userNav a {
  font-size: 14px;
  font-weight: 500;
  line-height: 17px;
  color: #ffffff;
  padding: 12px 14px;
  display: inline;
  cursor: pointer;
}
.topNavBar .otherBtn .eclMovie {
  padding: 8px 32px 8px 0;
  cursor: pointer;
}
.topNavBar .otherBtn .eclMovie img {
  height: 48px;
}
.topNavBar .otherBtn .countryDropdownBtn {
  font-size: 12px;
  font-weight: 400;
  line-height: 14px;
  color: #ffffff;
  padding: 19.5px 0;
  cursor: pointer;
  visibility: hidden;
}
.topNavBar .otherBtn .countryDropdownBtn > * {
  display: inline-block;
  vertical-align: middle;
}
.topNavBar .otherBtn .countryDropdownBtn .countrySelected {
  height: 25px;
  padding-right: 12px;
}
.topNavBar .otherBtn .countryDropdownBtn .languageSelected {
  padding-right: 9px;
}
.topNavBar .otherBtn .dropdownCountrySwitcherWrapper {
  position: relative;
}
.topNavBar .otherBtn .dropdownCountrySwitcherWrapper:hover .countryDropdownContentWrapper {
  height: auto;
  opacity: 1;
}
.topNavBar .otherBtn .dropdownCountrySwitcherWrapper .countryDropdownContentWrapper {
  height: 0;
  opacity: 0;
  position: absolute;
  background-color: #171717;
  width: 268px;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  border-radius: 0px 0px 8px 8px;
  overflow: hidden;
  z-index: 99;
  transition: opacity 0.5s;
  right: 0;
}
.topNavBar .otherBtn .dropdownCountrySwitcherWrapper .countryDropdownContentWrapper .countryDropdownContent {
  padding: 16px 0;
}
.topNavBar .otherBtn .dropdownCountrySwitcherWrapper .countryDropdownContentWrapper .countryDropdownContent > .countryOption {
  padding: 16px 32px;
  position: relative;
}
.topNavBar .otherBtn .dropdownCountrySwitcherWrapper .countryDropdownContentWrapper .countryDropdownContent > .countryOption:hover .hoverBackground {
  opacity: 1;
}
.topNavBar .otherBtn .dropdownCountrySwitcherWrapper .countryDropdownContentWrapper .countryDropdownContent > .countryOption:last-child {
  margin-bottom: 0;
}
.topNavBar .otherBtn .dropdownCountrySwitcherWrapper .countryDropdownContentWrapper .countryDropdownContent > .countryOption .hoverBackground {
  background: linear-gradient(92.48deg, #333333 -0.72%, rgba(0, 0, 0, 0.4) 100%);
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  opacity: 0;
  transition: all 0.5s;
}
.topNavBar .otherBtn .dropdownCountrySwitcherWrapper .countryDropdownContentWrapper .countryDropdownContent > .countryOption > * {
  display: inline-block;
  vertical-align: middle;
}
.topNavBar .otherBtn .dropdownCountrySwitcherWrapper .countryDropdownContentWrapper .countryDropdownContent > .countryOption img {
  height: 26px;
  padding-right: 32px;
}
.topNavBar .otherBtn .dropdownCountrySwitcherWrapper .countryDropdownContentWrapper .countryDropdownContent > .countryOption .languageSelection > p {
  font-size: 14px;
  font-weight: 400;
  line-height: 19px;
  display: inline-block;
  color: #b2b2b2;
}
.topNavBar .otherBtn .dropdownCountrySwitcherWrapper .countryDropdownContentWrapper .countryDropdownContent > .countryOption .languageSelection .languageOption {
  cursor: pointer;
}
.topNavBar .otherBtn .dropdownCountrySwitcherWrapper .countryDropdownContentWrapper .countryDropdownContent > .countryOption .languageSelection .languageOption:hover {
  color: #ffffff;
}
.topNavBar .otherBtn .dropdownCountrySwitcherWrapper .countryDropdownContentWrapper .countryDropdownContent > .countryOption .languageSelection .languageOption.selected {
  color: #FABB2E;
}
.topNavBar .otherBtn .dropdownCountrySwitcherWrapper .countryDropdownContentWrapper .countryDropdownContent > .countryOption .languageSelection .languageSelectionSeparator {
  padding: 0 16px;
}
.customSwiperContainer {
  width: calc((164px * 18) * 3);
}
.customSwiperContainer .customSwiperWrapper {
  font-size: 0;
}
.customSwiperContainer .customSwiperWrapper .customSwiperItem {
  display: inline-block;
  vertical-align: top;
  margin-right: 64px;
}
.customSwiperContainer .customSwiperWrapper .customSwiperItem img {
  width: 100px;
  opacity: 0.5;
}
footer {
  background-color: #171717;
  overflow: hidden;
  padding-top: 32px;
  width: 100%;
}
footer .footerContent {
  padding-top: 32px;
}
footer .footerContent .mainContent {
  display: flex;
  padding-bottom: 24px;
}
footer .footerContent .mainContent .aboutEclContainer {
  width: 280px;
  margin-right: 24px;
}
footer .footerContent .mainContent .aboutEclContainer .logo img {
  height: 56px;
  margin-bottom: 16px;
}
footer .footerContent .mainContent .aboutEclContainer p {
  color: #ffffff;
  font-size: 14px;
  line-height: 23px;
  font-weight: 400;
}
footer .footerContent .mainContent .linksContainer {
  flex-grow: 1;
  font-size: 0;
}
footer .footerContent .mainContent .linksContainer > div {
  display: inline-block;
  vertical-align: top;
  width: calc(20% - 20px);
  padding-right: 16px;
}
@media (max-width: 1024px) {
  footer .footerContent .mainContent .linksContainer > div {
    width: calc(33.33% - 20px);
  }
}
footer .footerContent .mainContent .linksContainer > div .linkTitle {
  font-size: 12px;
  font-weight: 400;
  line-height: 14px;
  color: #b2b2b2;
}
footer .footerContent .mainContent .linksContainer > div .links {
  padding-top: 24px;
}
footer .footerContent .mainContent .linksContainer > div .links > * {
  font-size: 14px;
  font-weight: 400;
  line-height: 19px;
  color: #b2b2b2;
  margin-bottom: 16px;
  display: block;
  cursor: pointer;
  word-break: break-word;
  transition: all 0.5s;
}
footer .footerContent .mainContent .linksContainer > div .links > *:hover {
  color: #ffffff;
}
footer .footerContent .mainContent .linksContainer > div .links > *:focus {
  color: #808080;
}
footer .footerContent .mainContent .linksContainer > div .links > * a {
  color: inherit;
}
footer .footerContent .followUs {
  padding-bottom: 64px;
}
footer .footerContent .followUs > p {
  font-size: 12px;
  font-weight: 400;
  line-height: 14px;
  color: #b2b2b2;
  padding-bottom: 16px;
}
footer .footerContent .followUs .socialMediaContainer a {
  padding-right: 16px;
}
footer .footerContent .followUs .socialMediaContainer a img {
  height: 24px;
  filter: brightness(0) invert(1);
  transition: all 0.5s;
}
footer .footerContent .followUs .socialMediaContainer a img:hover {
  filter: none;
}
footer .footerContent .copyright {
  font-size: 12px;
  font-weight: 400;
  line-height: 14px;
  color: #b2b2b2;
  padding-bottom: 8px;
}
.chatNowBtnContainer {
  text-align: right;
  position: fixed;
  bottom: 0;
  z-index: 9999;
  padding: 0 40px;
  box-sizing: border-box;
  pointer-events: none;
}
.chatNowBtnContainer .chatNowBtn {
  background: linear-gradient(91.23deg, #2CBD9C 0%, #289D82 100%);
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  border-radius: 24px 24px 0px 0px;
  font-size: 0;
  padding: 16px 24px;
  display: inline-block;
  cursor: pointer;
  pointer-events: all;
}
.chatNowBtnContainer .chatNowBtn > * {
  display: inline-block;
  vertical-align: middle;
}
.chatNowBtnContainer .chatNowBtn img {
  height: 24px;
  padding-right: 12px;
}
.chatNowBtnContainer .chatNowBtn p {
  font-family: 'Rubik', sans-serif;
  margin: 0;
  font-size: 14px;
  font-weight: 700;
  line-height: 17px;
  color: #ffffff;
  padding-right: 32px;
}
.chatNowBtnContainer .chatNowBtn i {
  color: #ffffff;
  font-size: 12px;
}
.modalWrapper {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: table;
  z-index: 30;
  display: none;
}
.modalWrapper.dynamicModal .modalIcon,
.modalWrapper#registerSuccessModal .modalIcon,
.modalWrapper.feedErrorModal .modalIcon {
  display: block;
  margin: 16px auto;
  height: 80px;
}
.modalWrapper.dynamicModal .modalContainer h3.title,
.modalWrapper#registerSuccessModal .modalContainer h3.title,
.modalWrapper.feedErrorModal .modalContainer h3.title {
  text-align: center;
  padding-bottom: 16px;
}
.modalWrapper.dynamicModal .modalContainer h3.title:empty,
.modalWrapper#registerSuccessModal .modalContainer h3.title:empty,
.modalWrapper.feedErrorModal .modalContainer h3.title:empty {
  padding-bottom: 0;
}
.modalWrapper.dynamicModal .modalContainer .message,
.modalWrapper#registerSuccessModal .modalContainer .message,
.modalWrapper.feedErrorModal .modalContainer .message {
  font-weight: 400;
  color: #b2b2b2;
  font-size: 14px;
  text-align: center;
  padding-bottom: 24px;
}
.modalWrapper.dynamicModal .modalContainer .message:empty,
.modalWrapper#registerSuccessModal .modalContainer .message:empty,
.modalWrapper.feedErrorModal .modalContainer .message:empty {
  padding-bottom: 0;
}
.modalWrapper.dynamicModal .modalContainer .okBtn,
.modalWrapper#registerSuccessModal .modalContainer .okBtn,
.modalWrapper.feedErrorModal .modalContainer .okBtn {
  background: linear-gradient(91.23deg, #FABB2E 0%, #E5B35C 100%);
  display: block;
  padding: 12px;
  text-align: center;
  color: #000000;
  width: 100%;
  border-radius: 3px;
  border: none;
  cursor: pointer;
  box-sizing: border-box;
}
.modalWrapper#registerSuccessModal .registerSuccessInfo {
  padding-bottom: 24px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin: auto;
}
.modalWrapper#registerSuccessModal .registerSuccessInfo > p {
  font-weight: 400;
  font-size: 14px;
  text-align: center;
  padding-bottom: 8px;
  color: #b2b2b2;
  text-align: left;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
.modalWrapper#registerSuccessModal .registerSuccessInfo > p > span {
  display: inline-block;
  vertical-align: top;
}
.modalWrapper#registerSuccessModal .registerSuccessInfo > p .label {
  width: 80px;
}
.modalWrapper#registerSuccessModal .registerSuccessInfo > p .colon {
  padding-right: 8px;
}
.modalWrapper#registerSuccessModal .registerSuccessInfo > p .value {
  color: #FABB2E;
  max-width: 280px;
}
.modalWrapper .overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  top: 0;
  z-index: 0;
}
.modalWrapper .modalContainer {
  display: table-cell;
  vertical-align: middle;
}
.modalWrapper .modalContainer .modal {
  width: 448px;
  margin: auto;
  background-color: #171717;
  position: relative;
  padding: 24px;
  box-sizing: border-box;
}
.modalWrapper .modalContainer .modal .modalCloseBtn {
  position: absolute;
  right: 30px;
  top: 30px;
  -webkit-text-stroke: 2px #171717;
  height: 12px;
  cursor: pointer;
}
.modalWrapper .modalContainer .modal .title {
  color: #ffffff;
  padding-bottom: 32px;
}
.modalWrapper .modalContainer .modal .forgotPasswordDesc {
  font-size: 12px;
  font-weight: 400;
  line-height: 14px;
  color: #b2b2b2;
  padding-bottom: 32px;
}
.modalWrapper .modalContainer .modal form label {
  font-size: 12px;
  font-weight: 400;
  line-height: 14px;
  display: block;
  color: #b2b2b2;
  padding-bottom: 4px;
}
.modalWrapper .modalContainer .modal form input {
  font-size: 14px;
  font-weight: 400;
  line-height: 19px;
  display: block;
  color: #b2b2b2;
  padding: 10.5px 8px;
  border: 1px solid #808080;
  border-radius: 3px;
  margin-bottom: 16px;
  width: 100%;
  box-sizing: border-box;
  background: transparent;
}
.modalWrapper .modalContainer .modal form button,
.modalWrapper .modalContainer .modal form .nextButton,
.modalWrapper .modalContainer .modal form .button {
  background: linear-gradient(91.23deg, #FABB2E 0%, #E5B35C 100%);
  display: block;
  padding: 12px;
  text-align: center;
  color: #000000;
  width: 100%;
  border-radius: 3px;
  border: none;
  cursor: pointer;
  box-sizing: border-box;
}
.modalWrapper .modalContainer .modal form label[for="password"] {
  position: relative;
}
.modalWrapper .modalContainer .modal form label[for="password"] .forgotPassword {
  font-size: 12px;
  font-weight: 400;
  line-height: 14px;
  color: #289D82;
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
}
.modalWrapper .modalContainer .modal form .registerNow {
  font-weight: 400;
  color: #b2b2b2;
  padding-top: 16px;
  font-size: 12px;
  text-align: center;
}
.modalWrapper .modalContainer .modal form .registerNow a {
  color: #289D82;
}
.modalWrapper .modalContainer .modal form .formCaption {
  font-size: 12px;
  font-weight: 400;
  line-height: 14px;
  color: #ffffff;
  margin-top: -8px;
  padding-bottom: 16px;
  opacity: 0.64;
}
.modalWrapper .modalContainer .modal form #step2form {
  display: none;
}
.modalWrapper .modalContainer .modal form .errorMessage {
  font-size: 12px;
  font-weight: 400;
  line-height: 14px;
  color: #CC3633;
  margin-top: -8px;
  padding-bottom: 16px;
}
.modalWrapper .modalContainer .modal .stepContainer {
  padding: 0 52px 16px;
  position: relative;
}
.modalWrapper .modalContainer .modal .stepContainer .step {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  display: inline-block;
}
.modalWrapper .modalContainer .modal .stepContainer .step#step1 {
  cursor: pointer;
}
.modalWrapper .modalContainer .modal .stepContainer .step#step2 {
  float: right;
}
.modalWrapper .modalContainer .modal .stepContainer .step.active .stepNumber {
  background-color: #289D82;
}
.modalWrapper .modalContainer .modal .stepContainer .step.active .stepDesc {
  color: #289D82;
}
.modalWrapper .modalContainer .modal .stepContainer .step .stepNumber {
  font-size: 12px;
  font-weight: 400;
  line-height: 14px;
  color: #ffffff;
  width: 24px;
  background-color: #808080;
  border-radius: 50%;
  text-align: center;
  padding: 5px 0;
  margin: auto;
}
.modalWrapper .modalContainer .modal .stepContainer .step .stepDesc {
  font-size: 12px;
  font-weight: 400;
  line-height: 14px;
  color: #b2b2b2;
  padding-top: 6px;
}
.modalWrapper .modalContainer .modal .stepContainer .stepLine {
  position: absolute;
  width: 156px;
  height: 1px;
  background-color: #333333;
  left: calc(50% - 78px);
  top: 12px;
}
.modalWrapper .modalContainer .modal .stepContainer .stepLine.active {
  background-color: #289D82;
}
.modalWrapper .modalContainer .modal .divider {
  height: 1px;
  margin: 0 -24px 24px;
  background-color: #333333;
}
#skeletonContainer {
  background-color: #000000;
  position: absolute;
  z-index: 99999;
  top: 0;
}
#skeletonContainer .skeletonBg {
  -webkit-animation: skeleton-loading 1s linear infinite alternate;
          animation: skeleton-loading 1s linear infinite alternate;
}
#skeletonContainer .skeletonImg {
  -webkit-animation: skeleton-loading 1s linear infinite alternate;
          animation: skeleton-loading 1s linear infinite alternate;
  border-radius: 5px;
}
#skeletonContainer .skeletonText {
  -webkit-animation: skeleton-loading 1s linear infinite alternate;
          animation: skeleton-loading 1s linear infinite alternate;
  border-radius: 3px;
}
.skeletonBg {
  position: relative;
}
.skeletonBg::before {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background: linear-gradient(88.77deg, #333333 30%, #555555 50%, #333333 70%);
  -webkit-animation: skeleton-loading-3 5s linear infinite;
          animation: skeleton-loading-3 5s linear infinite;
  background-size: 400% 400%;
}
.skeletonImg {
  border-radius: 5px;
  position: relative;
}
.skeletonImg::before {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background: linear-gradient(88.77deg, #333333 30%, #555555 50%, #333333 70%);
  -webkit-animation: skeleton-loading-3 5s linear infinite;
          animation: skeleton-loading-3 5s linear infinite;
  background-size: 400% 400%;
  border-radius: 5px;
  z-index: 1;
}
.skeletonText {
  -webkit-animation: skeleton-loading 1s linear infinite alternate;
          animation: skeleton-loading 1s linear infinite alternate;
  border-radius: 3px;
}
@-webkit-keyframes skeleton-loading {
  0% {
    background-color: rgba(63, 65, 69, 0.95);
  }
  100% {
    background-color: rgba(63, 65, 69, 0.6);
  }
}
@keyframes skeleton-loading {
  0% {
    background-color: rgba(63, 65, 69, 0.95);
  }
  100% {
    background-color: rgba(63, 65, 69, 0.6);
  }
}
@-webkit-keyframes skeleton-loading-2 {
  0% {
    left: -80%;
  }
  100% {
    left: 100%;
  }
}
@keyframes skeleton-loading-2 {
  0% {
    left: -80%;
  }
  100% {
    left: 100%;
  }
}
@-webkit-keyframes skeleton-loading-3 {
  0% {
    background-position: 100%;
  }
  100% {
    background-position: 0%;
  }
}
@keyframes skeleton-loading-3 {
  0% {
    background-position: 100%;
  }
  100% {
    background-position: 0%;
  }
}
#loginModal .loginTypeContainer {
  padding-bottom: 16px;
}
#loginModal .loginTypeContainer .loginType {
  display: inline-block;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  vertical-align: top;
  padding: 8px 12px;
  cursor: pointer;
}
#loginModal .loginTypeContainer .loginType.active {
  background-color: #333333;
}
#loginModal .loginTypeContainer .loginType > * {
  display: inline-block;
  vertical-align: middle;
}
#loginModal .loginTypeContainer .loginType img {
  height: 20px;
  padding-right: 6px;
}
#loginModal .loginTypeContainer .loginType p {
  font-weight: 700;
  font-size: 14px;
  line-height: 17px;
  color: #FFFFFF;
}
#loginModal .hpNumContainer {
  font-size: 0;
  display: flex;
  align-items: center;
  margin-bottom: 16px;
}
#loginModal .hpNumContainer .countryCode {
  margin-right: 6px;
}
#loginModal .hpNumContainer input {
  flex-grow: 1;
  margin-bottom: 0;
}
#loginModal .countryCodeDropdown {
  position: relative;
  width: 85px;
}
#loginModal .countryCodeDropdown:hover .selectCountryCodeBtn {
  color: #fff;
}
#loginModal .countryCodeDropdown.open .CountryCodes {
  display: block;
}
#loginModal .countryCodeDropdown .selectCountryCodeBtn {
  border: 1px solid #808080;
  box-sizing: border-box;
  border-radius: 5px;
  padding: 0;
  background: transparent;
  font-weight: 400;
  cursor: pointer;
  text-align: left;
  color: #939393;
  font-size: 0;
  display: flex;
  transition: all 0.5s;
  position: relative;
}
#loginModal .countryCodeDropdown .selectCountryCodeBtn > * {
  display: inline-block;
  vertical-align: middle;
}
#loginModal .countryCodeDropdown .selectCountryCodeBtn .selected > * {
  display: inline-block;
  vertical-align: middle;
}
#loginModal .countryCodeDropdown .selectCountryCodeBtn span {
  font-size: 14px;
  line-height: 40px;
  flex-grow: 1;
}
#loginModal .countryCodeDropdown .selectCountryCodeBtn img {
  height: 20px;
  padding-left: 6px;
  padding-right: 5px;
}
#loginModal .countryCodeDropdown .selectCountryCodeBtn i {
  font-size: 16px;
  line-height: 40px;
  position: absolute;
  right: 6px;
}
#loginModal .countryCodeDropdown .CountryCodes {
  display: none;
  position: absolute;
  width: 100%;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
  background: #151515;
  border: 1px solid #808080;
  box-sizing: border-box;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  border-radius: 5px;
  padding: 0;
  list-style: none;
  margin: 0;
  z-index: 2;
  /* Handle */
  /* Handle on hover */
}
#loginModal .countryCodeDropdown .CountryCodes::-webkit-scrollbar {
  width: 6px;
}
#loginModal .countryCodeDropdown .CountryCodes::-webkit-scrollbar-track {
  background: transparent;
}
#loginModal .countryCodeDropdown .CountryCodes::-webkit-scrollbar-thumb {
  background-color: #C4C4C4;
  background-clip: content-box;
  border-radius: 3px;
}
#loginModal .countryCodeDropdown .CountryCodes::-webkit-scrollbar-thumb:hover {
  background-color: #FABB2E;
}
#loginModal .countryCodeDropdown .CountryCodes::-webkit-scrollbar-button {
  display: none;
}
#loginModal .countryCodeDropdown .CountryCodes .country {
  padding: 6px 0;
  text-align: left;
  color: #939393;
  transition: all 0.5s;
  font-size: 0;
  cursor: pointer;
  width: 100%;
  box-sizing: border-box;
  display: flex;
}
#loginModal .countryCodeDropdown .CountryCodes .country:hover {
  background: rgba(96, 96, 96, 0.5);
}
#loginModal .countryCodeDropdown .CountryCodes .country > * {
  display: inline-block;
  vertical-align: middle;
}
#loginModal .countryCodeDropdown .CountryCodes .country span {
  font-size: 14px;
  line-height: 17px;
  flex-grow: 1;
}
#loginModal .countryCodeDropdown .CountryCodes .country img {
  height: 20px;
  padding-left: 6px;
  padding-right: 5px;
}
