html {
  scroll-behavior: smooth;
}

.ge4Md {
  position: relative;
  width: 100%;
}
:root {
  --primary-dark-color: #1a1a1a;
  --primary-dark-color-rgba: 26, 26, 26;
  --border-color: #ececec;
  --invert: invert(0);
  --white-color: #fff;
  --white-color-rgba: 255, 255, 255;
  --offwhite-color: #f6f6f6;
}
.user_area {
  display: inline-block;
  margin-left: 10px;
  padding-right: 10px;
  position: relative;
  vertical-align: middle;
}
.user_area span {
  cursor: pointer;
  text-transform: none;
}
@media screen and (min-width: 768px) and (orientation: portrait),
  screen and (min-width: 999px) {
  .user_area span.login {
    color: rgb(255, 255, 255);
    font-size: 13px;
    text-transform: uppercase;
  }
}
.logout-window {
  float: left;
}
.user-notloggedin {
  position: relative;
}
@media screen and (max-width: 767px),
  screen and (orientation: landscape) and (max-width: 1000px) {
  .user_area.hide {
    display: none;
  }
  .logout-window {
    background: rgb(255, 255, 255);
    border-radius: 4px;
    padding: 4px 10px;
  }
  .logout-window span {
    color: rgb(226, 27, 34);
  }
  .top-area {
    display: none;
  }
  .user_area {
    background: inherit;
    color: rgb(255, 255, 255);
    font-size: 12px;
    height: 42px;
    padding: 0px;
    position: absolute;
    right: 38px;
    top: 1px;
    width: calc(100% - 84px);
    z-index: 9999;
  }
  .user_area > div {
    align-items: center;
    display: flex;
    justify-content: space-between;
    padding-top: 7px;
  }
}
@media screen and (max-width: 359px) {
  .user_area > div {
    padding-top: 7px;
  }
}
.Tsj9M {
  border-bottom: 1px dotted var(--primary-dark-color);
  border-top: 1px dotted var(--primary-dark-color);
  display: block;
  height: 3px;
  margin: 40px 0px;
  width: 100%;
}
body:has(.congratulationsWrap) .Tsj9M,
body:has(.splashScreenGames) .Tsj9M {
  display: none;
}
.euvAX {
  --column-size: 15%;
  margin-bottom: 40px;
}
.euvAX ._FiWh {
  align-items: center;
  color: rgb(26, 26, 26);
  display: flex;
  margin-bottom: 12px;
}
.euvAX ._FiWh .L_f4v {
  font-size: 16px;
  font-weight: 700;
  line-height: 28px;
}
.euvAX ._FiWh .NdIc3 {
  font-size: 14px;
  line-height: 20px;
}
.euvAX ._FiWh .NdIc3::before {
  background: rgb(236, 236, 236);
  content: "";
  display: inline-block;
  height: 20px;
  margin: 0px 8px;
  vertical-align: middle;
  width: 1px;
}
.euvAX .GFdG3 {
  align-items: flex-start;
  background: rgb(255, 255, 255);
  border: 1px solid rgb(236, 236, 236);
  border-radius: 16px;
  box-shadow: rgba(0, 0, 0, 0.04) 0px 4px 12px;
  display: grid;
  gap: 4px 16px;
  grid-template-columns: repeat(auto-fit, minmax(var(--column-size), 1fr));
  padding: 24px 24px 16px;
  width: 100%;
}
.euvAX .GFdG3 a {
  color: rgb(26, 26, 26);
  display: block;
  font-size: 12px;
  line-height: 18px;
  margin-bottom: 8px;
  overflow: hidden;
  overflow-wrap: break-word;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.euvAX .GFdG3 a:hover {
  color: rgb(89, 89, 89);
}
.euvAX.db91T {
  display: block;
  white-space: nowrap;
}
.euvAX.db91T .GFdG3 {
  grid-template-columns: repeat(3, minmax(30%, 1fr));
}
.euvAX.db91T .GFdG3 a {
  -webkit-line-clamp: 2;
  line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
  white-space: normal;
}
@media screen and (min-width: 768px) and (orientation: portrait),
  screen and (min-width: 999px) {
  .euvAX ._FiWh .L_f4v {
    font-size: 16px;
    line-height: 28px;
  }
  .euvAX ._FiWh .NdIc3 {
    font-size: 14px;
    line-height: 20px;
  }
  .euvAX ._FiWh .NdIc3::before {
    background: rgb(236, 236, 236);
    content: "";
    display: inline-block;
    height: 20px;
    margin: 0px 8px;
    vertical-align: middle;
    width: 1px;
  }
}
@media screen and (max-width: 767px),
  screen and (orientation: landscape) and (max-width: 1000px) {
  .euvAX {
    --column-size: 47%;
    margin: 24px 16px 0px;
  }
  .euvAX ._FiWh .L_f4v {
    font-size: 14px;
    line-height: 20px;
  }
  .euvAX ._FiWh .NdIc3 {
    font-size: 12px;
    margin-top: 4px;
  }
  .euvAX .ad6y3 {
    overflow-x: scroll;
  }
  .euvAX .GFdG3 {
    border-radius: 12px;
    margin: 0px;
    padding: 16px 16px 8px;
  }
  .euvAX.db91T {
    display: block;
    margin: 24px 0px 0px;
    max-width: 100vw;
    overflow-x: auto;
    white-space: nowrap;
    width: max-content;
  }
  .euvAX.db91T ._FiWh {
    margin-left: 16px;
  }
  .euvAX.db91T .GFdG3 {
    grid-auto-rows: max-content;
    margin: 0px 16px;
    width: max-content;
  }
  .euvAX.db91T .GFdG3 {
    grid-template-columns: repeat(6, minmax(180px, 1fr));
  }
  .euvAX.db91T .GFdG3 a {
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden;
    white-space: normal;
    width: 180px;
  }
}
@media screen and (min-width: 768px) and (orientation: portrait),
  screen and (min-width: 999px) {
  .YLmiP .GFdG3 {
    grid-auto-rows: max-content;
    grid-template-columns: repeat(2, minmax(50%, 1fr));
    min-height: 218px;
  }
}
.LSrFq {
  top: 50px;
  transition: 0.5s ease-in;
}
.stickymrecad.LSrFq {
  top: 42px;
}
.appgutter {
  position: sticky;
  top: 0px;
}
.NvaTO {
  background: var(--white-color);
}
.pZFl7 .HNMDR {
  font-family: Georgia;
  font-size: 28px;
  line-height: 40px;
  margin: 12px 0px 8px;
  transition: 0.5s;
}
.V5EgZ {
  background-clip: padding-box;
  border: 1px solid rgb(89, 89, 89);
  border-radius: 4px;
  color: rgb(89, 89, 89);
  display: flex;
  font: 700 10px / 16px Verdana;
  height: 24px;
  margin-left: 10px;
  text-transform: capitalize;
  transition: 0.2s ease-in;
  width: 103px;
  align-items: center !important;
  justify-content: center !important;
}
.V5EgZ > a {
  color: rgb(89, 89, 89);
  display: flex;
  align-items: center !important;
}
.V5EgZ i {
  cursor: pointer;
  display: inline-block;
  height: 16px;
  margin: -1px 2px 0px 0px;
  width: 24px;
}
.V5EgZ:hover {
  transform: scale(1.1);
}
.t8vf3 {
  margin-top: 12px;
  align-items: center !important;
}
.eg6hg,
.eg6hg .okf2Z,
.t8vf3 {
  display: flex;
  justify-content: space-between !important;
}
.eg6hg .okf2Z {
  flex: 1 1 0%;
  align-items: center !important;
}
.eg6hg .nSsMM {
  display: flex;
}
.eg6hg .nSsMM .fosje {
  margin-left: 10px;
  min-width: 133px;
}
.eg6hg .nSsMM .fosje:empty {
  display: none;
}
.eg6hg .nSsMM .CfcTh {
  margin-left: auto;
  position: relative;
}
.eg6hg .nSsMM .CfcTh .LaAfQ {
  background-clip: padding-box;
  border: 1px solid rgb(89, 89, 89);
  border-radius: 4px;
  color: rgb(89, 89, 89);
  display: flex;
  font: 700 10px / 16px Verdana;
  height: 24px;
  text-transform: capitalize;
  transition: 0.2s ease-in;
  width: 77px;
  align-items: center !important;
  justify-content: center !important;
}
.eg6hg .nSsMM .CfcTh .LaAfQ:hover {
  transform: scale(1.1);
}
.eg6hg .nSsMM .CfcTh .LaAfQ .ZvS34 {
  filter: grayscale(1);
  margin: 3px 2px 0px 0px;
}
.eg6hg .nSsMM .CfcTh .ZvS34 {
  background-position: -69px -124px;
  background-size: 420px;
  cursor: pointer;
  display: inline-block;
  height: 16px;
  margin-top: 5px;
  width: 24px;
}

.eg6hg .nSsMM .CfcTh .ZvS34 {
  background-position: -101px -124px;
}
.cCU6C {
  display: flex;
}
.cCU6C .okf2Z {
  width: calc(100% - 330px);
}
.cCU6C .okf2Z .JuyWl {
  display: flex;
  padding: 30px 0px 0px;
  justify-content: space-between !important;
}
.cCU6C .okf2Z .JuyWl .vSlIC {
  width: calc(100% - 194px);
}
.cCU6C .okf2Z .JuyWl.CpKyX .vSlIC {
  width: 100%;
}
.cCU6C .okf2Z .JuyWl.CpKyX .vSlIC ._s30J {
  padding-top: 0px;
}
.cCU6C .okf2Z .JuyWl.CpKyX .vSlIC ._s30J > div {
  clear: both;
}
@media screen and (min-width: 768px) and (max-width: 1023px) and (orientation: portrait) {
  .cCU6C .okf2Z {
    width: 100%;
  }
}
.cCU6C [data-articlebody="1"] {
  margin-bottom: 20px;
}
.cCU6C .XAt75 {
  margin-bottom: 24px;
}
.cCU6C .vSlIC {
  font-family: Verdana;
  font-size: 16px;
  line-height: 28px;
  margin-bottom: 30px;
  transition: 0.5s;
  width: 100%;
}
.cCU6C .vSlIC ._s30J {
  padding: 35px 0px 0px;
  position: relative;
}
.cCU6C .vSlIC ._s30J br {
  content: "";
  display: flex;
  margin: 8px 0px;
}
.cCU6C .vSlIC .mj2wg {
  border-top: 1px solid rgb(204, 204, 204);
  margin: 10px auto 20px;
  position: relative;
}
.cCU6C .vSlIC .mj2wg .YdEiy {
  background: var(--white-color);
  color: rgb(89, 89, 89);
  font-size: 10px;
  left: 50%;
  line-height: 16px;
  padding: 2px 8px;
  position: absolute;
  top: -11px;
  transform: translateX(-50%);
}
.cCU6C .eTaBv {
  flex: 0 0 300px;
  margin: 0px 0px 0px 30px;
}
@media screen and (min-width: 768px) and (max-width: 1023px) and (orientation: portrait) {
  .cCU6C .eTaBv {
    display: none;
  }
}
.lOvcW .PjEF6 .jWYJ8 .dockHeader + div:not(:-webkit-full-screen) {
  height: 169px !important;
}
.modify_cdata_list_style.cdatainfo ol li::marker,
.modify_cdata_list_style.cdatainfo ul li::marker,
.modify_cdata_style_etimes.cdatainfo ol li::marker,
.modify_cdata_style_etimes.cdatainfo ul li::marker {
  content: unset;
}
.hY_wX {
  display: block;
  font-size: 14px;
  margin-bottom: 5px;
  text-align: center;
  text-transform: capitalize;
}
.icon_share_wrap {
  transition: 0.2s ease-in;
  margin-left: 10px !important;
}
.authorComment {
  position: relative;
}
.OtxlN {
  border-top: 1px dotted var(--primary-dark-color);
  display: flex;
  margin: 0px;
  padding: 12px 0px 4px;
}
.OtxlN .Mn6kH {
  backface-visibility: hidden;
  border: 1px solid rgb(204, 204, 204);
  border-radius: 50%;
  display: inline-block;
  flex: 0 0 32px;
  height: 32px;
  margin-right: 8px;
  overflow: hidden;
  transition: 0.5s;
  vertical-align: middle;
  width: 32px;
}
@media screen and (max-width: 1510px) {
  .OtxlN .Mn6kH {
    flex: 0 0 32px;
    height: 32px;
    width: 32px;
  }
}
.OtxlN .Mn6kH .QbQNS {
  height: 100%;
}
.OtxlN .kgcOp {
  align-items: flex-start;
  display: flex;
  flex: 0 0 138px;
  justify-content: space-between !important;
}
.OtxlN .f2VrG {
  border-right: 1px solid rgb(204, 204, 204);
  display: flex;
  flex: 0 0 190px;
  margin-right: 16px;
  position: relative;
}
.OtxlN .f2VrG h5 {
  color: rgb(89, 89, 89);
  font: 10px / 16px Verdana;
  margin-bottom: 0px;
}
.OtxlN .f2VrG .mMwSH,
.OtxlN .f2VrG h5 {
  -webkit-line-clamp: 1;
  line-clamp: 1;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
}
.OtxlN .f2VrG .mMwSH {
  color: rgba(var(--primary-dark-color), 0.01);
  cursor: pointer;
  font: 700 14px / 20px Verdana;
  position: relative;
}
@media screen and (max-width: 1510px) {
  .OtxlN .f2VrG .mMwSH {
    font: 700 14px / 20px Verdana;
  }
}
.OtxlN .f2VrG .mMwSH::after {
  border-width: 0px 1px 1px 0px;
  content: "";
  display: inline-block;
  height: 6px;
  margin: -1px 2px 0px 6px;
  transform: rotate(-45deg);
  vertical-align: middle;
  width: 6px;
}
.OtxlN .oJgW0 .Wcsek {
  display: inline-block;
  padding-left: 4px;
  position: absolute;
  right: 1px;
}
.OtxlN .oJgW0 .Wcsek::before {
  color: var(--primary-dark-color);
  content: "...";
  display: inline-block;
  font-weight: 700;
  margin-right: 2px;
}
.OtxlN .Wcsek {
  background-color: rgb(255, 255, 255);
  bottom: 0px;
  color: var(--primary-dark-color);
  cursor: pointer;
  display: inline-block;
  font-weight: 700;
  margin-left: 12px;
  position: relative;
}
.OtxlN .GE1a7 {
  font: 400 14px / 20px Verdana;
  position: relative;
}
@media screen and (max-width: 1510px) {
  .OtxlN .GE1a7 {
    font: 400 14px / 20px Verdana;
  }
}
.OtxlN ::-webkit-scrollbar {
  appearance: none;
  width: 7px;
}
.OtxlN ::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 4px;
  box-shadow: rgba(255, 255, 255, 0.5) 0px 0px 1px;
}
.oJgW0 {
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
}

@media screen and (max-width: 767px),
  screen and (orientation: landscape) and (max-width: 1000px) {
  .contentwrapper {
    overflow: initial;
  }
}
.heightCalc img {
  margin: 10px 0px;
}
.FhCmn {
  display: flex;
  font-size: 10px;
  font-weight: 500;
  height: 30px;
  line-height: 30px;
  min-width: 110px;
  position: relative;
  text-transform: capitalize;
  z-index: 9;
}
.FhCmn .KGWPT {
  color: rgba(var(--white-color), 0.7);
  margin-right: 10px;
}
.FhCmn .KGWPT,
.FhCmn ul {
  display: inline-block;
  position: relative;
  vertical-align: top;
}
.FhCmn ul {
  background: var(--white-color);
  border-radius: 5px;
  box-shadow: 0 2px 4px 0 rgba(var(--white-color-rgba), 0.5);
  display: none;
  left: 0px;
  min-width: 75px;
  padding: 5px;
  position: absolute;
  top: 25px;
  z-index: 2;
}
.FhCmn ul li {
  border-bottom: 1px solid rgb(221, 221, 221);
  line-height: 1.3em;
  margin: 0px;
  padding: 6px 3px;
  transition: padding 0.6s;
}
.FhCmn ul li a {
  color: rgba(var(--primary-dark-color-rgba), 0.7);
  display: block;
  font-size: 12px;
  line-height: 16px;
}
.FhCmn ul li a::before {
  content: "";
  display: inline-block;
  height: 10px;
  margin-right: 3px;
  width: 18px;
}
.FhCmn ul li:last-child {
  border-bottom: 0px;
}
@media screen and (min-width: 768px) and (orientation: portrait),
  screen and (min-width: 999px) {
  .FhCmn::before {
    content: "";
    display: block;
    height: 12px;
    position: absolute;
    right: 1px;
    top: 6px;
    transition: 0.3s;
    width: 12px;
    z-index: 1;
  }
}
.FhCmn .z89UZ {
  cursor: pointer;
  display: inline-block;
  height: 30px;
  line-height: 30px;
  position: relative;
  width: 50px;
  z-index: 9;
}
.FhCmn .z89UZ::after {
  border-style: solid;
  border-color: rgb(255, 255, 255);
  border-image: initial;
  border-width: 0px 1px 1px 0px;
  content: "";
  height: 5px;
  position: absolute;
  right: 7px;
  top: 10px;
  transform: rotate(45deg);
  width: 5px;
}
.FhCmn .z89UZ::before {
  content: "";
  display: inline-block;
  height: 10px;
  margin-right: 5px;
  position: relative;
  width: 15px;
}
@media screen and (min-width: 768px) and (orientation: portrait),
  screen and (min-width: 999px) {
  .FhCmn .z89UZ::before {
    top: 1px;
  }
}
.FhCmn .z89UZ span {
  color: var(--white-color);
}
.FhCmn .z89UZ:hover ul {
  display: block;
}
.FhCmn .z89UZ.xGzbZ::before {
  display: none;
}
.FhCmn .z89UZ.xGzbZ ul li {
  cursor: pointer;
  text-transform: capitalize;
}
.FhCmn .z89UZ.xGzbZ ul li a::before {
  display: none;
}
@media screen and (max-width: 767px),
  screen and (orientation: landscape) and (max-width: 1000px) {
  .FhCmn .z89UZ.xGzbZ {
    margin-left: 12px;
    width: 26% !important;
  }
}
@media screen and (min-width: 768px) and (orientation: portrait),
  screen and (min-width: 999px) {
  .FhCmn .z89UZ.xGzbZ::after {
    right: -7px;
  }
}
.FhCmn:hover::after {
  border-top: 4px solid var(--white-color);
  transition: 0.3s;
  z-index: 2;
}

.FhCmn.FNwgv .KGWPT,
.FhCmn.FNwgv .z89UZ span {
  color: rgb(89, 89, 89);
}
.FhCmn.FNwgv .z89UZ::after {
  border-style: solid;
  border-color: rgb(89, 89, 89);
  border-image: initial;
  border-width: 0px 1px 1px 0px;
}
.FhCmn.FNwgv ul {
  box-shadow: 0 4px 8px 0 rgba(var(--primary-dark-color-rgba), 0.2);
  top: 29px;
}
.as_topBar .FhCmn {
  display: flex;
  height: 56px;
  align-items: center !important;
}
.NC4Wd {
  vertical-align: middle;
}
.NC4Wd {
  display: inline-block;
}
.R5YFj .MvyrO {
  align-items: center;
  display: flex;
  height: 30px;
  justify-content: space-between;
}
.R5YFj {
  height: 30px;
  position: relative;
  z-index: 2;
}
.R5YFj .MvyrO .awuxh.lXs66 {
  align-items: center;
  display: flex;
}
.R5YFj .MvyrO .awuxh .HTz_b {
  border-right: 1px solid rgba(255, 255, 255, 0.15);
  display: inline-block;
  margin-right: 8px;
  padding-right: 8px;
}
.R5YFj .MvyrO .awuxh .HTz_b.ObC3f {
  padding-right: 0px;
}
.R5YFj .MvyrO .awuxh .HTz_b.ObC3f > div {
  min-width: 65px;
  width: 65px;
}
.R5YFj .MvyrO .awuxh .HTz_b:first-child {
  padding-right: 0px;
}
.R5YFj .MvyrO .awuxh .HTz_b:last-child {
  border-right: none;
  margin-right: 0px;
  padding-right: 0px;
}
.R5YFj .MvyrO .awuxh:last-child {
  text-align: right;
}
.R5YFj.L1k6M {
  border-bottom: 1px solid rgb(236, 236, 236);
  border-top: 1px solid rgb(236, 236, 236);
}
.R5YFj.L1k6M .awuxh .user_area span {
  color: rgb(89, 89, 89);
  font-size: 13px;
  text-transform: capitalize;
}
.R5YFj.L1k6M .MvyrO .awuxh .HTz_b {
  border-right-color: rgb(236, 236, 236);
}
.as_topBar.R5YFj {
  height: 56px;
}
.as_topBar.R5YFj.L1k6M {
  border-bottom: none;
}
.as_topBar.R5YFj .MvyrO {
  height: 56px;
}
.sDvqk {
  height: 24px;
  left: 50%;
  margin: 16px 0px;
  position: absolute;
  transform: translateX(-50%);
  width: 300px;
}
.sDvqk a {
  display: block;
}
.sDvqk a img {
  max-width: 100%;
  object-fit: contain;
}
.Mivr2 {
  margin: 0px 0px 16px;
  min-height: 40px;
  position: relative;
  z-index: 600;
}
.Mivr2.ZwGeW .w4nQT {
  background: rgb(246, 246, 246);
  border-bottom: 2px solid var(--primary-dark-color);
  border-top: 1px solid rgb(235, 235, 235);
  height: auto;
  padding: 0px 8px;
}
.Mivr2.ZwGeW .w4nQT .uSJfi {
  position: static;
}
.Mivr2.ZwGeW .sBgUN.col {
  position: inherit;
}
.Mivr2.ZwGeW .sBgUN > .rxTTw {
  color: var(--primary-dark-color);
  font: 500 12px / 16px Verdana;
  position: relative;
  transition: 0.3s ease-in;
  z-index: 1;
}
.YZQav {
  font-size: 14px;
  min-height: 40px;
  transition: top 0.3s ease-in;
}
.YZQav .EV3DB {
  display: inline-block;
  height: inherit;
  transition: 0.5s;
  width: calc(100% - 65px);
}
.YZQav .EV3DB .tdAvO {
  margin-left: 10px;
  margin-right: 22px;
  pointer-events: auto;
}
.YZQav .EV3DB .tdAvO .rxTTw {
  background-clip: padding-box;
  border-radius: 4px 0px 0px 4px;
  color: var(--white-color);
  font: 700 12px / 16px Verdana;
  height: 24px;
  margin: 8px 0px;
  padding: 3px 8px;
  position: relative;
  text-transform: capitalize;
}
.YZQav .EV3DB .tdAvO .rxTTw::after {
  border-top: 12px solid transparent;
  border-right: 12px solid transparent;
  border-bottom: 12px solid transparent;
  border-image: initial;
  border-left: 12px solid var(--primary-dark-color);
  content: "";
  position: absolute;
  right: -24px;
  top: 0px;
}
.YZQav .EV3DB .OJeIy .rxTTw,
.YZQav .EV3DB .OJeIy .rxTTw:hover {
  font-weight: 700;
}
.YZQav .EV3DB .OJeIy .rxTTw::after,
.YZQav .EV3DB .OJeIy .rxTTw:hover::after {
  border-bottom: 5px solid var(--primary-dark-color);
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  bottom: 0px;
  content: "";
  left: 50%;
  position: absolute;
  right: auto;
  transform: translateX(-50%);
}
.YZQav .w4nQT {
  background: var(--primary-dark-color);
  z-index: 900;
}
.YZQav .w4nQT {
  height: 40px;
  position: relative;
}
.sBgUN {
  display: inline-block;
  position: relative;
}
.sBgUN > .rxTTw {
  color: rgba(var(--white-color-rgba), 0.8);
  line-height: 1;
  padding: 12px 5px;
  position: relative;
  text-transform: capitalize;
  transition: 0.5s;
}
@media screen and (min-width: 1511px) {
  .sBgUN > .rxTTw {
    padding: 12px 9px;
  }
}
.sBgUN .rxTTw {
  display: block;
}
.uSJfi {
  display: inline-block;
  margin-right: 15px;
  position: relative;
  vertical-align: middle;
  z-index: 2;
}
@media screen and (min-width: 768px) and (max-width: 1023px) and (orientation: portrait) {
  .uSJfi {
    margin-right: 10px;
  }
}
.uSJfi > ul {
  display: flex;
  white-space: nowrap;
  align-items: center !important;
}
.VRKZ3 {
  gap: 24px;
  align-items: stretch;
  border-top: 2px solid var(--primary-dark-color);
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  padding: 72px 0px 0px;
}
.nVZnl {
  color: rgb(102, 102, 102);
  font-size: 1.2em;
  padding: 15px 0px;
  text-align: center;
}
.r0m20,
.t3kaD {
  display: inline-block;
}
.r0m20 {
  padding-top: 3px;
  vertical-align: middle;
}
.r0m20 li {
  display: inline-block;
  margin-left: 8px;
}
@media screen and (min-width: 768px) and (orientation: portrait) and (max-width: 1510px),
  screen and (min-width: 999px) and (max-width: 1510px) {
  .r0m20 li:nth-child(3),
  .r0m20 li:nth-child(5),
  .r0m20 li:nth-child(6) {
    display: none;
  }
}
.r0m20 li a {
  background-color: var(--white-color);
  background-size: 74px;
  border: 1px solid var(--white-color);
  border-radius: 50%;
  box-sizing: content-box;
  display: block;
  height: 20px;
  transition: 0.5s;
  width: 20px;
}
.r0m20 li._SFqk a {
  background-position: -5px -6px;
  border-color: rgb(58, 87, 149);
}
.r0m20 li.o1jxn a {
  background-position: -6px -33px;
  border-color: rgb(0, 0, 0);
  color: inherit;
}
.r0m20 li.KJVoK a {
  background-position: -6px -60px;
  border-color: rgb(1, 119, 181);
}
.r0m20 li._0HkkF a {
  background-position: -5px -304px;
  border-color: rgb(233, 133, 47);
}
.r0m20 li.TuB9M a {
  background-position: -8px -166px;
  border-color: red;
}
.r0m20 li.z2Y3D a {
  background-position: -6.5px -221px;
  border-color: rgb(188, 42, 141);
}
:root {
  --primary-dark-color: #1a1a1a;
  --primary-dark-color-rgba: 26, 26, 26;
  --border-color: #ececec;
  --invert: invert(0);
  --white-color: #fff;
  --white-color-rgba: 255, 255, 255;
  --offwhite-color: #f6f6f6;
}
.checkbox [type="checkbox"]:not(:checked) + label::after {
  opacity: 0;
  transform: scale(0);
}
.checkbox [type="checkbox"]:not(:checked) + label::before {
  background: rgb(255, 255, 255);
  border: 1px solid rgb(26, 26, 26);
  border-radius: 100%;
  content: "";
  height: 20px;
  left: -2px;
  position: absolute;
  top: -2px;
  width: 20px;
}
.checkbox [type="checkbox"]:not(:checked) + label::after {
  border-style: solid;
  border-color: rgb(26, 26, 26);
  border-image: initial;
  border-width: 0px 1px 1px 0px;
  content: "";
  height: 9px;
  left: 6px;
  position: absolute;
  top: 3px;
  transform: rotate(45deg);
  transition: 0.2s;
  width: 5px;
}
@media screen and (max-width: 767px),
  screen and (orientation: landscape) and (max-width: 1000px) {
  ::-webkit-scrollbar {
    background: transparent;
    display: none;
    height: 0px;
    width: 0px;
  }
}
.topBand_adwrapper {
  margin: 0px auto;
  min-height: 0px;
  text-align: center;
}
.contentwrapper {
  margin: 0px auto;
  max-width: 1000px;
  width: 100%;
}
@media screen and (min-width: 1511px) {
  .contentwrapper {
    max-width: 1168px;
  }
}
@media screen and (max-width: 767px),
  screen and (orientation: landscape) and (max-width: 1000px) {
  .contentwrapper {
    background: var(--white-color);
    overflow-x: hidden;
    padding: 0px;
    width: 100%;
  }
}
.rpos {
  position: relative;
}
@media screen and (min-width: 768px) and (orientation: portrait),
  screen and (min-width: 999px) {
  .slick_UI {
    position: relative;
  }
  .slick_UI .slick-track {
    display: flex;
  }
  .slick_UI .slick-slide {
    float: none;
    height: inherit;
    position: relative;
    width: 100%;
  }
}
.slick-list {
  overflow: hidden;
}
.slick-list .slick-slide {
  float: left;
}
html {
  text-size-adjust: 100%;
}

body {
  font-family: Verdana;
  margin: 0px;
}
nav {
  display: block;
}
a {
  background-color: transparent;
}
b,
strong {
  font-weight: 700;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0px;
}
a {
  color: var(--primary-dark-color);
}
img {
  border: 0px;
  max-width: 100%;
}
button {
  color: inherit;
  font: inherit;
  margin: 0px;
}
button {
  border: none;
  outline: none;
}
button {
  text-transform: none;
}
button {
  appearance: button;
  cursor: pointer;
}
.article_rhs .paisa-wrapper {
  margin-bottom: 32px;
  min-height: 268px;
  z-index: 0;
}
.paisa-wrapper::before {
  color: rgb(89, 89, 89);
  content: "advertisement";
  display: block;
  font-size: 10px;
  line-height: 18px;
  text-align: center;
  text-transform: capitalize;
}
.paisa-wrapper {
  margin: 0px auto;
  position: relative;
  text-align: center;
}
.paisa-wrapper {
  text-align: center;
}
.appgutter {
  display: none;
  margin: 0px auto;
  position: sticky;
  top: 0px;
}
.appgutter #TOI_appgutter_left,
.appgutter #TOI_appgutter_right {
  height: 100vh;
  max-height: 600px;
  min-width: 130px;
  position: absolute;
  right: 0px;
  transform: translateX(105%);
}
.appgutter #TOI_appgutter_left {
  right: inherit;
  transform: translateX(-105%);
}
.rel {
  position: relative;
}
li {
  list-style: none;
}
html {
  color: var(--primary-dark-color);
  font-family: Verdana;
  font-size: 1em;
  font-weight: 100;
  line-height: 1.375;
}
a {
  color: rgb(0, 80, 179);
  text-decoration: none;
}
*,
::after,
::before {
  box-sizing: border-box;
  margin: 0px;
  padding: 0px;
}
body {
  -webkit-font-smoothing: antialiased;
  font-size: 62.5%;
  font-weight: 400;
  overflow-x: hidden;
}
.ge4Md {
  position: relative;
  width: 100%;
}
.user_area {
  display: inline-block;
  margin-left: 10px;
  padding-right: 10px;
  position: relative;
  vertical-align: middle;
}
@media screen and (max-width: 767px),
  screen and (orientation: landscape) and (max-width: 1000px) {
  .user_area.hide {
    display: none;
  }
  .user_area {
    background: inherit;
    color: rgb(255, 255, 255);
    font-size: 12px;
    height: 42px;
    padding: 0px;
    position: absolute;
    right: 38px;
    top: 1px;
    width: calc(100% - 84px);
    z-index: 9999;
  }
}
.Tsj9M {
  border-bottom: 1px dotted var(--primary-dark-color);
  border-top: 1px dotted var(--primary-dark-color);
  display: block;
  height: 3px;
  margin: 40px 0px;
  width: 100%;
}
body:has(.congratulationsWrap) .Tsj9M,
body:has(.splashScreenGames) .Tsj9M {
  display: none;
}
.euvAX {
  --column-size: 15%;
  margin-bottom: 40px;
}
.euvAX ._FiWh {
  align-items: center;
  color: rgb(26, 26, 26);
  display: flex;
  margin-bottom: 12px;
}
.euvAX ._FiWh .L_f4v {
  font-size: 16px;
  font-weight: 700;
  line-height: 28px;
}
.euvAX ._FiWh .NdIc3 {
  font-size: 14px;
  line-height: 20px;
}
.euvAX ._FiWh .NdIc3::before {
  background: rgb(236, 236, 236);
  content: "";
  display: inline-block;
  height: 20px;
  margin: 0px 8px;
  vertical-align: middle;
  width: 1px;
}
.euvAX .GFdG3 {
  align-items: flex-start;
  background: rgb(255, 255, 255);
  border: 1px solid rgb(236, 236, 236);
  border-radius: 16px;
  box-shadow: rgba(0, 0, 0, 0.04) 0px 4px 12px;
  display: grid;
  gap: 4px 16px;
  grid-template-columns: repeat(auto-fit, minmax(var(--column-size), 1fr));
  padding: 24px 24px 16px;
  width: 100%;
}
.euvAX .GFdG3 a {
  color: rgb(26, 26, 26);
  display: block;
  font-size: 12px;
  line-height: 18px;
  margin-bottom: 8px;
  overflow: hidden;
  overflow-wrap: break-word;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.euvAX .GFdG3 a:hover {
  color: rgb(89, 89, 89);
}
.euvAX.db91T {
  display: block;
  white-space: nowrap;
}
.euvAX.db91T .GFdG3 {
  grid-template-columns: repeat(3, minmax(30%, 1fr));
}
.euvAX.db91T .GFdG3 a {
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
  white-space: normal;
}
@media screen and (min-width: 768px) and (orientation: portrait),
  screen and (min-width: 999px) {
  .euvAX ._FiWh .L_f4v {
    font-size: 16px;
    line-height: 28px;
  }
  .euvAX ._FiWh .NdIc3 {
    font-size: 14px;
    line-height: 20px;
  }
  .euvAX ._FiWh .NdIc3::before {
    background: rgb(236, 236, 236);
    content: "";
    display: inline-block;
    height: 20px;
    margin: 0px 8px;
    vertical-align: middle;
    width: 1px;
  }
}
@media screen and (max-width: 767px),
  screen and (orientation: landscape) and (max-width: 1000px) {
  .euvAX {
    --column-size: 47%;
    margin: 24px 16px 0px;
  }
  .euvAX ._FiWh .L_f4v {
    font-size: 14px;
    line-height: 20px;
  }
  .euvAX ._FiWh .NdIc3 {
    font-size: 12px;
    margin-top: 4px;
  }
  .euvAX .ad6y3 {
    overflow-x: scroll;
  }
  .euvAX .GFdG3 {
    border-radius: 12px;
    margin: 0px;
    padding: 16px 16px 8px;
  }
  .euvAX.db91T {
    display: block;
    margin: 24px 0px 0px;
    max-width: 100vw;
    overflow-x: auto;
    white-space: nowrap;
    width: max-content;
  }
  .euvAX.db91T ._FiWh {
    margin-left: 16px;
  }
  .euvAX.db91T .GFdG3 {
    grid-auto-rows: max-content;
    margin: 0px 16px;
    width: max-content;
  }
  .euvAX.db91T .GFdG3 {
    grid-template-columns: repeat(6, minmax(180px, 1fr));
  }
  .euvAX.db91T .GFdG3 a {
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden;
    white-space: normal;
    width: 180px;
  }
}
@media screen and (min-width: 768px) and (orientation: portrait),
  screen and (min-width: 999px) {
  .YLmiP .GFdG3 {
    grid-auto-rows: max-content;
    grid-template-columns: repeat(2, minmax(50%, 1fr));
    min-height: 218px;
  }
}
.LSrFq {
  top: 50px;
  transition: 0.5s ease-in;
}
.appgutter {
  position: sticky;
  top: 0px;
}
.NvaTO {
  background: var(--white-color);
}
.pZFl7 .HNMDR {
  font-family: Georgia;
  font-size: 28px;
  line-height: 40px;
  margin: 12px 0px 8px;
  transition: 0.5s;
}
.t8vf3 {
  margin-top: 12px;
  align-items: center !important;
}
.eg6hg,
.eg6hg .okf2Z,
.t8vf3 {
  display: flex;
  justify-content: space-between !important;
}
.eg6hg .okf2Z {
  flex: 1 1 0%;
  align-items: center !important;
}
.eg6hg .nSsMM {
  display: flex;
}
.eg6hg .nSsMM .fosje {
  margin-left: 10px;
  min-width: 133px;
}
.eg6hg .nSsMM .fosje:empty {
  display: none;
}
.eg6hg .nSsMM .CfcTh {
  margin-left: auto;
  position: relative;
}
.eg6hg .nSsMM .CfcTh .LaAfQ {
  background-clip: padding-box;
  border: 1px solid rgb(89, 89, 89);
  border-radius: 4px;
  color: rgb(89, 89, 89);
  display: flex;
  font: 700 10px / 16px Verdana;
  height: 24px;
  text-transform: capitalize;
  transition: 0.2s ease-in;
  width: 77px;
  align-items: center !important;
  justify-content: center !important;
}
.eg6hg .nSsMM .CfcTh .LaAfQ:hover {
  transform: scale(1.1);
}
.eg6hg .nSsMM .CfcTh .LaAfQ .ZvS34 {
  filter: grayscale(1);
  margin: 3px 2px 0px 0px;
}
.eg6hg .nSsMM .CfcTh .ZvS34 {
  background-position: -69px -124px;
  background-size: 420px;
  cursor: pointer;
  display: inline-block;
  height: 16px;
  margin-top: 5px;
  width: 24px;
}

.eg6hg .nSsMM .CfcTh .ZvS34 {
  background-position: -101px -124px;
}
.cCU6C {
  display: flex;
}
.cCU6C .okf2Z .JuyWl {
  display: flex;
  padding: 30px 0px 0px;
  justify-content: space-between !important;
}
.cCU6C .okf2Z .JuyWl .vSlIC {
  width: calc(100% - 194px);
}
.cCU6C .okf2Z .JuyWl.CpKyX .vSlIC {
  width: 100%;
}
.cCU6C .okf2Z .JuyWl.CpKyX .vSlIC ._s30J {
  padding-top: 0px;
}
.cCU6C .okf2Z .JuyWl.CpKyX .vSlIC ._s30J > div {
  clear: both;
}
@media screen and (min-width: 768px) and (max-width: 1023px) and (orientation: portrait) {
  .cCU6C .okf2Z {
    width: calc(100% - 330px);
  }
}
.cCU6C [data-articlebody="1"] {
  margin-bottom: 20px;
}
.cCU6C .XAt75 {
  margin-bottom: 24px;
}
.cCU6C .vSlIC {
  font-family: Verdana;
  font-size: 16px;
  line-height: 28px;
  margin-bottom: 30px;
  transition: 0.5s;
  width: 100%;
}
.cCU6C .vSlIC ._s30J {
  padding: 35px 0px 0px;
  position: relative;
}
.cCU6C .vSlIC ._s30J br {
  content: "";
  display: flex;
  margin: 8px 0px;
}
.cCU6C .vSlIC .mj2wg {
  border-top: 1px solid rgb(204, 204, 204);
  margin: 10px auto 20px;
  position: relative;
}
.cCU6C .vSlIC .mj2wg .YdEiy {
  background: var(--white-color);
  color: rgb(89, 89, 89);
  font-size: 10px;
  left: 50%;
  line-height: 16px;
  padding: 2px 8px;
  position: absolute;
  top: -11px;
  transform: translateX(-50%);
}
.cCU6C .eTaBv {
  flex: 0 0 300px;
  margin: 0px 0px 0px 30px;
}
@media screen and (min-width: 768px) and (max-width: 1023px) and (orientation: portrait) {
  .cCU6C .eTaBv {
    display: none;
  }
}
.modify_cdata_list_style.cdatainfo ul li::marker {
  content: unset;
}
.icon_share_wrap {
  transition: 0.2s ease-in;
  margin-left: 10px !important;
}
.OtxlN {
  display: flex;
}
.oJgW0 {
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
}

.slick-slider {
  -webkit-tap-highlight-color: transparent;
  box-sizing: border-box;
  touch-action: pan-y;
  user-select: none;
}
.slick-list,
.slick-slider {
  display: block;
  position: relative;
}
.slick-list {
  margin: 0px;
  overflow: hidden;
  padding: 0px;
}
.slick-list:focus {
  outline: 0px;
}
.slick-slider .slick-list,
.slick-slider .slick-track {
  transform: translateZ(0px);
}
.slick-track {
  display: block;
  left: 0px;
  position: relative;
  top: 0px;
  width: 10000px;
}
.slick-track::after,
.slick-track::before {
  content: "";
  display: table;
}
.slick-track::after {
  clear: both;
}
.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}
.slick-slide img {
  display: block;
}
.slick-initialized .slick-slide {
  display: block;
}

.t0Egq {
  background: rgb(255, 255, 255);
  border: 1px solid rgb(236, 236, 236);
  border-radius: 16px;
  box-shadow: rgba(0, 0, 0, 0.04) 2px 2px 6px 0px;
  box-sizing: border-box;
  color: inherit;
  display: flex;
  flex-direction: column;
  padding: 12px 16px;
  width: 100%;
}
.t0Egq .B2rtS {
  display: flex;
  justify-content: space-between !important;
}
.t0Egq .B2rtS .RTKFB {
  display: flex;
  flex: 1 1 0%;
  max-width: calc(100% - 66px);
  align-items: flex-start !important;
  flex-direction: column !important;
  justify-content: flex-start !important;
}
.t0Egq .B2rtS .RTKFB .bayh9 {
  font-weight: 700;
  margin-bottom: 4px;
}
.t0Egq .B2rtS .RTKFB .Xo2NX p,
.t0Egq .B2rtS .RTKFB .bayh9 {
  color: var(--primary-dark-color);
  font-size: 14px;
  line-height: 20px;
}
.t0Egq .B2rtS .RTKFB .Xo2NX p {
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  margin-bottom: 12px;
  overflow: hidden;
}
.t0Egq .B2rtS .fWrb5 {
  display: flex;
  margin-bottom: 12px;
  align-items: center !important;
}
.t0Egq .B2rtS .fWrb5 .W8xpa {
  align-items: center;
  display: flex;
  height: 58px;
  justify-content: center;
  width: 58px;
}
.t0Egq .B2rtS .fWrb5 .W8xpa img {
  max-height: 54px;
  max-width: 54px;
}
.t0Egq .QfS3e {
  align-items: center;
  background: var(--white-color);
  border-top: 1px solid rgb(236, 236, 236);
  color: rgb(226, 27, 34);
  display: flex;
  font-size: 14px;
  font-weight: 700;
  justify-content: center;
  line-height: 20px;
  margin-top: auto;
  padding: 12px 16px 0px;
  text-transform: capitalize;
  width: 100%;
}
.t0Egq .QfS3e .CZUXo {
  border-style: solid;
  border-color: rgb(226, 27, 34);
  border-image: initial;
  border-width: 0px 1.5px 1.5px 0px;
  height: 7px;
  margin-left: 4px;
  position: relative;
  top: 1px;
  transform: rotate(-45deg);
  width: 7px;
}
@media screen and (min-width: 1024px) {
  .t0Egq .B2rtS .RTKFB .Xo2NX p {
    font-size: 12px;
    line-height: 18px;
  }
  .t0Egq .QfS3e {
    font-size: 12px;
    line-height: 16px;
  }
  .t0Egq .QfS3e .CZUXo {
    height: 6px;
    width: 6px;
  }
  .other_calc_rhs {
    margin-bottom: 28px;
  }
  .other_calc_rhs .slick-slide > div {
    margin-right: 0px;
  }
  .other_calc_rhs .t0Egq {
    margin: 0px 0px 12px;
    padding: 16px 20px;
  }
  .other_calc_rhs .t0Egq .B2rtS .RTKFB .Xo2NX p {
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    font-size: 14px;
    line-height: 22px;
    overflow: hidden;
  }
}
.other_calc_rhs {
  margin-bottom: 28px;
}
.other_calc_rhs .t0Egq {
  box-shadow: none;
  margin: 0px 0px 4px;
  padding: 16px 20px 12px;
}
.d4Mxk {
  display: flex;
  margin: 24px 0px;
  white-space: nowrap;
  align-items: center !important;
}
.d4Mxk h3 {
  color: rgb(89, 89, 89);
  font: 700 10px / 16px Verdana;
  margin-right: 16px;
  text-transform: capitalize;
}
.d4Mxk .whlbt {
  height: 24px;
  overflow: hidden;
  width: 100%;
}
.d4Mxk .whlbt a {
  background-clip: padding-box;
  background-color: rgb(246, 246, 246);
  border-radius: 12px;
  box-shadow: rgb(236, 236, 236) 0px 1px 0px 0px;
  color: var(--primary-dark-color);
  display: inline-block;
  font: 500 12px / 20px Verdana;
  margin-bottom: 2px;
  padding: 0px 12px;
  transition: 0.5s;
  white-space: nowrap;
}
.d4Mxk .whlbt .slick-track {
  display: block;
  left: 0px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  top: 0px;
}
.d4Mxk .whlbt .slick-list,
.d4Mxk .whlbt .slick-slider {
  display: block;
  padding-right: 60px;
  position: relative;
}

.d4Mxk .whlbt .slick-list {
  margin: 3px 0px 0px;
  overflow: hidden;
  padding: 0px;
}
.d4Mxk .whlbt .slick-slide {
  display: none;
  float: left;
  height: 100%;
  margin-right: 8px;
  min-height: 1px;
}
.d4Mxk .whlbt .slick-initialized .slick-slide {
  display: inline-block !important;
}
.articletrendinglist .slick-list {
  margin-top: -5px !important;
}
.articletrendinglistwrapper {
  margin: 12px 0px;
}
.GQW9n {
  align-items: center;
  border-style: solid;
  border-color: rgb(230, 230, 230);
  border-image: initial;
  border-width: 1px 0px;
  display: flex;
  justify-content: center;
  margin: 0px auto 16px;
  padding: 12px 0px;
}
@media screen and (min-width: 1024px) {
  .GQW9n {
    max-width: 300px;
  }
}
.GQW9n .VpGHr {
  color: var(--primary-dark-color);
  font: 400 11px / 13px Verdana;
  margin-right: 8px;
}
.GQW9n .CIRAk {
  background: padding-box rgb(240, 240, 240);
  border-radius: 2px;
  color: rgb(226, 27, 34);
  font: 700 8px / 10px Verdana;
  padding: 4px 20px;
  text-align: center;
  text-transform: capitalize;
}
.xf8Pm {
  color: var(--primary-dark-color);
  font-size: 12px;
  line-height: 17px;
}
@media screen and (min-width: 768px) and (orientation: portrait),
  screen and (min-width: 999px) {
  .xf8Pm {
    font-size: 14px;
    padding: 10px 0px 20px;
  }
}
.xf8Pm > a {
  color: var(--primary-dark-color);
  text-transform: capitalize;
}
@media screen and (min-width: 768px) and (orientation: portrait),
  screen and (min-width: 999px) {
  .byline_action .xf8Pm {
    padding: 0px;
  }
}
.paisa-wrapper {
  min-height: 268px;
  position: relative;
  width: 300px;
  z-index: 1;
}
._AmfD h2 {
  font-family: Georgia;
  font-size: 1.6em;
  margin-bottom: 20px;
}
._Puhr {
  margin-bottom: 20px;
}
._AmfD {
  display: inline-block;
  width: 300px;
}
.ddjHc {
  background: rgb(255, 255, 255);
  position: sticky;
  z-index: 100;
}
.C4nji > ul {
  display: flex;
}
.C4nji > ul li {
  background-clip: padding-box;
  border-radius: 8.5px;
  font: 400 10px / 16px Verdana;
  padding-left: 1px;
  position: relative;
  text-transform: capitalize;
}
.C4nji > ul li:first-child a span {
  position: relative;
  text-indent: -2000px;
}
.C4nji > ul li > a {
  color: var(--primary-dark-color);
  font-weight: 500;
}
.C4nji > ul li:not(:last-of-type)::after {
  color: rgba(var(--primary-dark-color), 0.65);
  content: "/";
  display: inline-block;
  font-size: 10px;
  margin: 0px 12px;
  position: relative;
}
.C4nji > ul li:last-of-type {
  color: rgb(89, 89, 89);
  flex: 1 1 0%;
  max-width: 40%;
  overflow: hidden;
  text-overflow: ellipsis;
  text-transform: capitalize;
  white-space: nowrap;
}
.p4Wx3 {
  background-position: -8px -401px;
  background-repeat: no-repeat;
  cursor: pointer;
  margin: 0px 10px;
  width: 36px;
}
.MRCIT,
.p4Wx3 {
  background-clip: padding-box;
  border: 1px solid var(--primary-dark-color);
  border-radius: 4px;
  height: 24px;
}
.MRCIT {
  line-height: 22px;
  position: relative;
  text-align: center;
  width: 32px;
}
.MRCIT > span {
  cursor: pointer;
  display: block;
  font-size: 16px;
}
.MRCIT > span::first-letter {
  font-size: 14px;
  font-weight: 500;
}
.s9FOM {
  background-clip: padding-box;
  border-radius: 4px;
  box-shadow: 0 5px 25px rgba(var(--primary-dark-color), 0.2);
  opacity: 0;
  pointer-events: none;
  position: absolute;
  right: -10px;
  top: -1px;
  transition: 0.5s;
  width: 150px;
  z-index: 1;
}
.s9FOM strong {
  border-bottom: 1px solid rgba(var(--primary-dark-color), 0.05);
  font-size: 12px;
  line-height: 1;
  padding: 16px 20px;
  text-align: left;
  text-transform: uppercase;
}
.s9FOM .lTLxG {
  background: none;
  border: 0px;
  color: rgb(153, 153, 153);
  font-size: 30px;
  font-weight: 300;
  position: absolute;
  right: 15px;
  top: 10px;
  transform: rotate(-45deg);
}
.s9FOM ul {
  padding: 10px 20px;
}
.s9FOM ul li {
  background-clip: padding-box;
  border: 1px solid rgb(0, 0, 0);
  border-radius: 1000px;
  color: var(--primary-dark-color);
  cursor: pointer;
  font-size: 12px;
  font-weight: 500;
  line-height: 1;
  margin-bottom: 10px;
  padding: 5px 0px;
  transition: background-color 0.5s;
}
.s9FOM ul li.gfVb7,
.s9FOM ul li:hover {
  background: var(--primary-dark-color);
  color: var(--white-color);
  position: relative;
}
.s9FOM ul li.gfVb7::before,
.s9FOM ul li:hover::before {
  border-width: 0px 1px 1px 0px;
  content: "";
  display: inline-block;
  height: 10px;
  left: -7px;
  position: relative;
  top: -3px;
  transform: rotate(45deg);
  vertical-align: middle;
  width: 6px;
}
.ISnJ7 {
  border: 1px solid rgb(246, 246, 246);
  margin-bottom: 32px;
  padding: 15px;
}
.ISnJ7 .dP8Rs {
  font-family: Georgia;
  margin-bottom: 15px;
  text-transform: capitalize;
}
.ISnJ7 .kqWjC {
  font-size: 12px;
  line-height: 16px;
}
.ISnJ7 .kqWjC .ZHgwH {
  background: rgb(242, 242, 242);
  border: 1px solid rgb(224, 224, 224);
  border-radius: 42px;
  display: flex;
  margin-bottom: 12px;
  padding: 2px;
}
.ISnJ7 .kqWjC .ZHgwH .qbyLk {
  color: rgb(89, 89, 89);
  cursor: pointer;
  flex: 1 1 0%;
  font-weight: 700;
  padding: 10px;
  text-align: center;
  text-transform: capitalize;
}
.ISnJ7 .kqWjC .ZHgwH .qbyLk.yWihP {
  background: padding-box rgb(26, 26, 26);
  border-radius: 32px;
  color: rgb(255, 255, 255);
}
.ISnJ7 .kqWjC .G3l_R {
  display: none;
  max-height: 210px;
  overflow-y: scroll;
}
.ISnJ7 .kqWjC .G3l_R.AoLHk {
  display: block;
}
.ISnJ7 .kqWjC .G3l_R li {
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  font-weight: 500;
  margin-left: -4px;
  overflow: hidden;
  padding-left: 28px;
  position: relative;
}
.ISnJ7 .kqWjC .G3l_R li a {
  color: rgb(26, 26, 26);
}
.ISnJ7 .kqWjC .G3l_R li i {
  background-repeat: no-repeat;
  height: 12px;
  left: 4px;
  margin-top: 3px;
  position: absolute;
  top: 0px;
  width: 12px;
}
.ISnJ7 .kqWjC .G3l_R li i.icEkG {
  background-position: -16px -1951px;
}
.ISnJ7 .kqWjC .G3l_R li:not(:last-child) {
  margin-bottom: 12px;
}
.ge4Md {
  position: relative;
  width: 100%;
}
:root {
  --primary-dark-color: #1a1a1a;
  --primary-dark-color-rgba: 26, 26, 26;
  --border-color: #ececec;
  --invert: invert(0);
  --white-color: #fff;
  --white-color-rgba: 255, 255, 255;
  --offwhite-color: #f6f6f6;
}
.user_area {
  display: inline-block;
  margin-left: 10px;
  padding-right: 10px;
  position: relative;
  vertical-align: middle;
}
.user_area span {
  cursor: pointer;
  text-transform: none;
}
@media screen and (min-width: 768px) and (orientation: portrait),
  screen and (min-width: 999px) {
  .user_area span.login {
    color: rgb(255, 255, 255);
    font-size: 13px;
    text-transform: uppercase;
  }
}
.logout-window {
  float: left;
}
.user-notloggedin {
  position: relative;
}
@media screen and (max-width: 767px),
  screen and (orientation: landscape) and (max-width: 1000px) {
  .user_area.hide {
    display: none;
  }
  .logout-window {
    background: rgb(255, 255, 255);
    border-radius: 4px;
    padding: 4px 10px;
  }
  .logout-window span {
    color: rgb(226, 27, 34);
  }
  .top-area {
    display: none;
  }
  .user_area {
    background: inherit;
    color: rgb(255, 255, 255);
    font-size: 12px;
    height: 42px;
    padding: 0px;
    position: absolute;
    right: 38px;
    top: 1px;
    width: calc(100% - 84px);
    z-index: 9999;
  }
  .user_area > div {
    align-items: center;
    display: flex;
    justify-content: space-between;
    padding-top: 7px;
  }
}
@media screen and (max-width: 359px) {
  .user_area > div {
    padding-top: 7px;
  }
}
.Tsj9M {
  border-bottom: 1px dotted var(--primary-dark-color);
  border-top: 1px dotted var(--primary-dark-color);
  display: block;
  height: 3px;
  margin: 40px 0px;
  width: 100%;
}
body:has(.congratulationsWrap) .Tsj9M,
body:has(.splashScreenGames) .Tsj9M {
  display: none;
}
.euvAX {
  --column-size: 15%;
  margin-bottom: 40px;
}
.euvAX ._FiWh {
  align-items: center;
  color: rgb(26, 26, 26);
  display: flex;
  margin-bottom: 12px;
}
.euvAX ._FiWh .L_f4v {
  font-size: 16px;
  font-weight: 700;
  line-height: 28px;
}
.euvAX ._FiWh .NdIc3 {
  font-size: 14px;
  line-height: 20px;
}
.euvAX ._FiWh .NdIc3::before {
  background: rgb(236, 236, 236);
  content: "";
  display: inline-block;
  height: 20px;
  margin: 0px 8px;
  vertical-align: middle;
  width: 1px;
}
.euvAX .GFdG3 {
  align-items: flex-start;
  background: rgb(255, 255, 255);
  border: 1px solid rgb(236, 236, 236);
  border-radius: 16px;
  box-shadow: rgba(0, 0, 0, 0.04) 0px 4px 12px;
  display: grid;
  gap: 4px 16px;
  grid-template-columns: repeat(auto-fit, minmax(var(--column-size), 1fr));
  padding: 24px 24px 16px;
  width: 100%;
}
.euvAX .GFdG3 a {
  color: rgb(26, 26, 26);
  display: block;
  font-size: 12px;
  line-height: 18px;
  margin-bottom: 8px;
  overflow: hidden;
  overflow-wrap: break-word;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.euvAX .GFdG3 a:hover {
  color: rgb(89, 89, 89);
}
.euvAX.db91T {
  display: block;
  white-space: nowrap;
}
.euvAX.db91T .GFdG3 {
  grid-template-columns: repeat(3, minmax(30%, 1fr));
}
.euvAX.db91T .GFdG3 a {
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
  white-space: normal;
}
@media screen and (min-width: 768px) and (orientation: portrait),
  screen and (min-width: 999px) {
  .euvAX ._FiWh .L_f4v {
    font-size: 16px;
    line-height: 28px;
  }
  .euvAX ._FiWh .NdIc3 {
    font-size: 14px;
    line-height: 20px;
  }
  .euvAX ._FiWh .NdIc3::before {
    background: rgb(236, 236, 236);
    content: "";
    display: inline-block;
    height: 20px;
    margin: 0px 8px;
    vertical-align: middle;
    width: 1px;
  }
}
@media screen and (max-width: 767px),
  screen and (orientation: landscape) and (max-width: 1000px) {
  .euvAX {
    --column-size: 47%;
    margin: 24px 16px 0px;
  }
  .euvAX ._FiWh .L_f4v {
    font-size: 14px;
    line-height: 20px;
  }
  .euvAX ._FiWh .NdIc3 {
    font-size: 12px;
    margin-top: 4px;
  }
  .euvAX .ad6y3 {
    overflow-x: scroll;
  }
  .euvAX .GFdG3 {
    border-radius: 12px;
    margin: 0px;
    padding: 16px 16px 8px;
  }
  .euvAX.db91T {
    display: block;
    margin: 24px 0px 0px;
    max-width: 100vw;
    overflow-x: auto;
    white-space: nowrap;
    width: max-content;
  }
  .euvAX.db91T ._FiWh {
    margin-left: 16px;
  }
  .euvAX.db91T .GFdG3 {
    grid-auto-rows: max-content;
    margin: 0px 16px;
    width: max-content;
  }
  .euvAX.db91T .GFdG3 {
    grid-template-columns: repeat(6, minmax(180px, 1fr));
  }
  .euvAX.db91T .GFdG3 a {
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden;
    white-space: normal;
    width: 180px;
  }
}
@media screen and (min-width: 768px) and (orientation: portrait),
  screen and (min-width: 999px) {
  .YLmiP .GFdG3 {
    grid-auto-rows: max-content;
    grid-template-columns: repeat(2, minmax(50%, 1fr));
    min-height: 218px;
  }
}
.LSrFq {
  top: 50px;
  transition: 0.5s ease-in;
}
.stickymrecad.LSrFq {
  top: 42px;
}
.appgutter {
  position: sticky;
  top: 0px;
}
.NvaTO {
  background: var(--white-color);
}
.pZFl7 .HNMDR {
  font-family: Georgia;
  font-size: 28px;
  line-height: 40px;
  margin: 12px 0px 8px;
  transition: 0.5s;
}
.V5EgZ {
  background-clip: padding-box;
  border: 1px solid rgb(89, 89, 89);
  border-radius: 4px;
  color: rgb(89, 89, 89);
  display: flex;
  font: 700 10px / 16px Verdana;
  height: 24px;
  margin-left: 10px;
  text-transform: capitalize;
  transition: 0.2s ease-in;
  width: 103px;
  align-items: center !important;
  justify-content: center !important;
}
.V5EgZ > a {
  color: rgb(89, 89, 89);
  display: flex;
  align-items: center !important;
}
.V5EgZ i {
  cursor: pointer;
  display: inline-block;
  height: 16px;
  margin: -1px 2px 0px 0px;
  width: 24px;
}
.V5EgZ:hover {
  transform: scale(1.1);
}
.t8vf3 {
  margin-top: 12px;
  align-items: center !important;
}
.eg6hg,
.eg6hg .okf2Z,
.t8vf3 {
  display: flex;
  justify-content: space-between !important;
}
.eg6hg .okf2Z {
  flex: 1 1 0%;
  align-items: center !important;
}
.eg6hg .nSsMM {
  display: flex;
}
.eg6hg .nSsMM .fosje {
  margin-left: 10px;
  min-width: 133px;
}
.eg6hg .nSsMM .fosje:empty {
  display: none;
}
.eg6hg .nSsMM .CfcTh {
  margin-left: auto;
  position: relative;
}
.eg6hg .nSsMM .CfcTh .LaAfQ {
  background-clip: padding-box;
  border: 1px solid rgb(89, 89, 89);
  border-radius: 4px;
  color: rgb(89, 89, 89);
  display: flex;
  font: 700 10px / 16px Verdana;
  height: 24px;
  text-transform: capitalize;
  transition: 0.2s ease-in;
  width: 77px;
  align-items: center !important;
  justify-content: center !important;
}
.eg6hg .nSsMM .CfcTh .LaAfQ:hover {
  transform: scale(1.1);
}
.eg6hg .nSsMM .CfcTh .LaAfQ .ZvS34 {
  filter: grayscale(1);
  margin: 3px 2px 0px 0px;
}
.eg6hg .nSsMM .CfcTh .ZvS34 {
  background-position: -69px -124px;
  background-size: 420px;
  cursor: pointer;
  display: inline-block;
  height: 16px;
  margin-top: 5px;
  width: 24px;
}

.eg6hg .nSsMM .CfcTh .ZvS34 {
  background-position: -101px -124px;
}
.cCU6C {
  display: flex;
}
.cCU6C .okf2Z .JuyWl {
  display: flex;
  padding: 30px 0px 0px;
  justify-content: space-between !important;
}
.cCU6C .okf2Z .JuyWl .vSlIC {
  width: calc(100% - 194px);
}
.cCU6C .okf2Z .JuyWl.CpKyX .vSlIC {
  width: 100%;
}
.cCU6C .okf2Z .JuyWl.CpKyX .vSlIC ._s30J {
  padding-top: 0px;
}
.cCU6C .okf2Z .JuyWl.CpKyX .vSlIC ._s30J > div {
  clear: both;
}
@media screen and (min-width: 768px) and (max-width: 1023px) and (orientation: portrait) {
  .cCU6C .okf2Z {
    width: calc(100% - 330px);
  }
}
.cCU6C [data-articlebody="1"] {
  margin-bottom: 20px;
}
.cCU6C .XAt75 {
  margin-bottom: 24px;
}
.cCU6C .vSlIC {
  font-family: Verdana;
  font-size: 16px;
  line-height: 28px;
  margin-bottom: 30px;
  transition: 0.5s;
  width: 100%;
}
.cCU6C .vSlIC ._s30J {
  padding: 35px 0px 0px;
  position: relative;
}
.cCU6C .vSlIC ._s30J br {
  content: "";
  display: flex;
  margin: 8px 0px;
}
.cCU6C .vSlIC .mj2wg {
  border-top: 1px solid rgb(204, 204, 204);
  margin: 10px auto 20px;
  position: relative;
}
.cCU6C .vSlIC .mj2wg .YdEiy {
  background: var(--white-color);
  color: rgb(89, 89, 89);
  font-size: 10px;
  left: 50%;
  line-height: 16px;
  padding: 2px 8px;
  position: absolute;
  top: -11px;
  transform: translateX(-50%);
}
.cCU6C .eTaBv {
  flex: 0 0 300px;
  margin: 0px 0px 0px 30px;
}
@media screen and (min-width: 768px) and (max-width: 1023px) and (orientation: portrait) {
  .cCU6C .eTaBv {
    display: none;
  }
}
.lOvcW .PjEF6 .jWYJ8 .dockHeader + div:not(:-webkit-full-screen) {
  height: 169px !important;
}
h2 {
  font-family: Georgia;
  margin: 15px 0px 10px;
}
.modify_cdata_list_style.cdatainfo ol li::marker,
.modify_cdata_list_style.cdatainfo ul li::marker,
.modify_cdata_style_etimes.cdatainfo ol li::marker,
.modify_cdata_style_etimes.cdatainfo ul li::marker {
  content: unset;
}
.hY_wX {
  display: block;
  font-size: 14px;
  margin-bottom: 5px;
  text-align: center;
  text-transform: capitalize;
}
.icon_share_wrap {
  transition: 0.2s ease-in;
  margin-left: 10px !important;
}
.authorComment {
  position: relative;
}
.OtxlN {
  border-top: 1px dotted var(--primary-dark-color);
  display: flex;
  margin: 0px;
  padding: 12px 0px 4px;
}
.OtxlN .Mn6kH {
  backface-visibility: hidden;
  border: 1px solid rgb(204, 204, 204);
  border-radius: 50%;
  display: inline-block;
  flex: 0 0 32px;
  height: 32px;
  margin-right: 8px;
  overflow: hidden;
  transition: 0.5s;
  vertical-align: middle;
  width: 32px;
}
@media screen and (max-width: 1510px) {
  .OtxlN .Mn6kH {
    flex: 0 0 32px;
    height: 32px;
    width: 32px;
  }
}
.OtxlN .Mn6kH .QbQNS {
  height: 100%;
}
.OtxlN .kgcOp {
  align-items: flex-start;
  display: flex;
  flex: 0 0 138px;
  justify-content: space-between !important;
}
.OtxlN .f2VrG {
  border-right: 1px solid rgb(204, 204, 204);
  display: flex;
  flex: 0 0 190px;
  margin-right: 16px;
  position: relative;
}
.OtxlN .f2VrG h5 {
  color: rgb(89, 89, 89);
  font: 10px / 16px Verdana;
  margin-bottom: 0px;
}
.OtxlN .f2VrG .mMwSH,
.OtxlN .f2VrG h5 {
  -webkit-line-clamp: 1;
  line-clamp: 1;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
}
.OtxlN .f2VrG .mMwSH {
  color: rgba(var(--primary-dark-color), 0.01);
  cursor: pointer;
  font: 700 14px / 20px Verdana;
  position: relative;
}
@media screen and (max-width: 1510px) {
  .OtxlN .f2VrG .mMwSH {
    font: 700 14px / 20px Verdana;
  }
}
.OtxlN .f2VrG .mMwSH::after {
  border-width: 0px 1px 1px 0px;
  content: "";
  display: inline-block;
  height: 6px;
  margin: -1px 2px 0px 6px;
  transform: rotate(-45deg);
  vertical-align: middle;
  width: 6px;
}
.OtxlN .oJgW0 .Wcsek {
  display: inline-block;
  padding-left: 4px;
  position: absolute;
  right: 1px;
}
.OtxlN .oJgW0 .Wcsek::before {
  color: var(--primary-dark-color);
  content: "...";
  display: inline-block;
  font-weight: 700;
  margin-right: 2px;
}
.OtxlN .Wcsek {
  background-color: rgb(255, 255, 255);
  bottom: 0px;
  color: var(--primary-dark-color);
  cursor: pointer;
  display: inline-block;
  font-weight: 700;
  margin-left: 12px;
  position: relative;
}
.OtxlN .GE1a7 {
  font: 400 14px / 20px Verdana;
  position: relative;
}
@media screen and (max-width: 1510px) {
  .OtxlN .GE1a7 {
    font: 400 14px / 20px Verdana;
  }
}
.OtxlN ::-webkit-scrollbar {
  appearance: none;
  width: 7px;
}
.OtxlN ::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 4px;
  box-shadow: rgba(255, 255, 255, 0.5) 0px 0px 1px;
}
.oJgW0 {
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
}
.iBnLb {
  display: flex;
  justify-content: center;
}
@media screen and (min-width: 768px) and (orientation: portrait),
  screen and (min-width: 999px) {
  .iBnLb {
    align-items: center;
    flex: 1 1 0%;
    justify-content: space-between;
  }
}
@media screen and (max-width: 767px),
  screen and (orientation: landscape) and (max-width: 1000px) {
  .iBnLb {
    align-items: center;
  }
}
.Lo7pd {
  border-bottom: 1px dotted rgb(51, 51, 51);
  border-top: 1px dotted rgb(51, 51, 51);
  padding: 0px 0px 16px;
  position: relative;
}
@media screen and (min-width: 768px) and (orientation: portrait),
  screen and (min-width: 999px) {
  .Lo7pd {
    border-bottom: 1px dotted rgb(51, 51, 51);
    border-top: 1px dotted rgb(51, 51, 51);
    display: flex;
    justify-content: center;
    margin: 0px;
    padding: 16px 0px;
  }
}
.Lo7pd .LCVyG {
  align-items: center;
  color: rgb(89, 89, 89);
  display: flex;
  font-size: 12px;
  font-weight: 500;
  justify-content: center;
  line-height: 19px;
  margin: 16px 0px;
  text-align: center;
}
.Lo7pd .LCVyG i {
  background-position: -5px -106px;
  background-repeat: no-repeat;
  background-size: 210px;
  height: 14px;
  margin-right: 8px;
  width: 19px;
}
@media screen and (min-width: 768px) and (orientation: portrait),
  screen and (min-width: 999px) {
  .Lo7pd .LCVyG,
  .Lo7pd .iBnLb {
    flex: inherit;
    margin: 0px 8px;
  }
  .Lo7pd .LCVyG {
    font-size: 16px;
  }
  .Lo7pd .LCVyG i {
    background-position: -13px -232px;
    background-repeat: no-repeat;
    background-size: 460px;
    height: 30px;
    width: 39px;
  }
}
.c1BLw {
  padding: 8px 0px 3px;
}
.y7mh6 {
  display: none;
}

@media screen and (max-width: 767px),
  screen and (orientation: landscape) and (max-width: 1000px) {
  .contentwrapper {
    overflow: initial;
  }
}

.FhCmn {
  display: flex;
  font-size: 10px;
  font-weight: 500;
  height: 30px;
  line-height: 30px;
  min-width: 110px;
  position: relative;
  text-transform: capitalize;
  z-index: 9;
}

.FhCmn .KGWPT {
  color: rgba(var(--white-color), 0.7);
  margin-right: 10px;
}

.FhCmn .KGWPT,
.FhCmn ul {
  display: inline-block;
  position: relative;
  vertical-align: top;
}

.FhCmn ul {
  background: var(--white-color);
  border-radius: 5px;
  box-shadow: 0 2px 4px 0 rgba(var(--white-color-rgba), 0.5);
  display: none;
  left: 0;
  min-width: 75px;
  padding: 5px;
  position: absolute;
  top: 25px;
  z-index: 2;
}

.FhCmn ul li {
  border-bottom: 1px solid #ddd;
  line-height: 1.3em;
  margin: 0;
  padding: 6px 3px;
  transition: padding 0.6s ease;
}

.FhCmn ul li a {
  color: rgba(var(--primary-dark-color-rgba), 0.7);
  display: block;
  font-size: 12px;
  line-height: 16px;
}

.FhCmn ul li a:before {
  content: "";
  display: inline-block;
  height: 10px;
  margin-right: 3px;
  width: 18px;
}

.FhCmn ul li:last-child {
  border-bottom: 0;
}

@media screen and (min-width: 768px) and (orientation: portrait),
  screen and (min-width: 999px) {
  .FhCmn:before {
    content: "";
    display: block;
    height: 12px;
    position: absolute;
    right: 1px;
    top: 6px;
    transition: 0.3s ease;
    width: 12px;
    z-index: 1;
  }
}

.FhCmn .z89UZ {
  cursor: pointer;
  display: inline-block;
  height: 30px;
  line-height: 30px;
  position: relative;
  width: 50px;
  z-index: 9;
}

.FhCmn .z89UZ:after {
  border: solid #fff;
  border-width: 0 1px 1px 0;
  content: "";
  height: 5px;
  position: absolute;
  right: 7px;
  top: 10px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  width: 5px;
}

.FhCmn .z89UZ:before {
  content: "";
  display: inline-block;
  height: 10px;
  margin-right: 5px;
  position: relative;
  width: 15px;
}

@media screen and (min-width: 768px) and (orientation: portrait),
  screen and (min-width: 999px) {
  .FhCmn .z89UZ:before {
    top: 1px;
  }
}

.FhCmn .z89UZ span {
  color: var(--white-color);
}

.FhCmn .z89UZ:hover ul {
  display: block;
}

.FhCmn .z89UZ.xGzbZ:before {
  display: none;
}

.FhCmn .z89UZ.xGzbZ ul li {
  cursor: pointer;
  text-transform: capitalize;
}

.FhCmn .z89UZ.xGzbZ ul li a:before {
  display: none;
}

@media screen and (max-width: 767px),
  screen and (orientation: landscape) and (max-width: 1000px) {
  .FhCmn .z89UZ.xGzbZ {
    margin-left: 12px;
    width: 26% !important;
  }
}

@media screen and (min-width: 768px) and (orientation: portrait),
  screen and (min-width: 999px) {
  .FhCmn .z89UZ.xGzbZ:after {
    right: -7px;
  }
}

.FhCmn:hover:after {
  border-top: 4px solid var(--white-color);
  transition: 0.3s ease;
  z-index: 2;
}

.FhCmn.FNwgv .KGWPT,
.FhCmn.FNwgv .z89UZ span {
  color: #595959;
}

.FhCmn.FNwgv .z89UZ:after {
  border: solid #595959;
  border-width: 0 1px 1px 0;
}

.FhCmn.FNwgv ul {
  box-shadow: 0 4px 8px 0 rgba(var(--primary-dark-color-rgba), 0.2);
  top: 29px;
}

.as_topBar .FhCmn {
  -ms-flex-align: center !important;
  align-items: center !important;
  display: -ms-flexbox;
  display: flex;
  height: 56px;
}

.NC4Wd {
  vertical-align: middle;
}

.NC4Wd,
.gFHBp {
  display: inline-block;
}

.gFHBp {
  background: #e21b22;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  border: 0;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  color: var(--white-color);
  font: 700 10px/12px Verdana;
  padding: 4px 8px;
  text-transform: capitalize;
}

.R5YFj.L1k6M .MvyrO:not(.rFzaI) .awuxh:last-child {
  margin-top: -2px;
}

.R5YFj .MvyrO {
  align-items: center;
  display: flex;
  height: 30px;
  justify-content: space-between;
}

.R5YFj {
  background: rgba(0, 0, 0, 0.85);
  height: 30px;
  position: relative;
  z-index: 2;
}

.R5YFj:hover {
  z-index: 1003;
}

.R5YFj .MvyrO .awuxh.lXs66 {
  align-items: center;
  display: flex;
}

.R5YFj .MvyrO .awuxh.lXs66 .HTz_b {
  margin-right: 8px;
}

.R5YFj .MvyrO .awuxh .HTz_b {
  border-right: 1px solid hsla(0, 0%, 100%, 0.15);
  display: inline-block;
  margin-right: 8px;
  padding-right: 8px;
}

.R5YFj .MvyrO .awuxh .HTz_b.ObC3f {
  padding-right: 0;
}

.R5YFj .MvyrO .awuxh .HTz_b.ObC3f > div {
  min-width: 65px;
  width: 65px;
}

@media screen and (min-width: 768px) and (max-width: 1023px) and (orientation: portrait) {
  .R5YFj .MvyrO .awuxh .HTz_b {
    margin-right: 10px;
    padding-right: 10px;
  }

  .R5YFj .MvyrO .awuxh .HTz_b:nth-child(2) {
    border-right: 0;
  }
}

.R5YFj .MvyrO .awuxh .HTz_b:first-child {
  padding-right: 0;
}

.R5YFj .MvyrO .awuxh .HTz_b:last-child {
  border-right: none;
  margin-right: 0;
  padding-right: 0;
}

@media screen and (min-width: 768px) and (max-width: 1023px) and (orientation: portrait) {
  .R5YFj .MvyrO .awuxh .HTz_b:last-child {
    display: none;
  }
}

.R5YFj .MvyrO .awuxh:last-child {
  text-align: right;
}

.R5YFj .MvyrO .awuxh .FSxGX {
  color: #595959;
  cursor: pointer;
  display: inline-block;
  vertical-align: middle;
}

.R5YFj .MvyrO .awuxh .FSxGX span {
  align-items: center;
  display: flex;
}

.R5YFj .MvyrO .awuxh .FSxGX span .K9W7I {
  background-position: -16px -1863px;
  background-repeat: no-repeat;
  height: 16px;
  margin-right: 6px;
  transform: scale(0.8);
  width: 12px;
}

.R5YFj.L1k6M {
  background: #fff;
  border-bottom: 1px solid #ececec;
  border-top: 1px solid #ececec;
}

.R5YFj.L1k6M .awuxh .user_area span {
  color: #595959;
  font-size: 13px;
  text-transform: capitalize;
}

.R5YFj.L1k6M .MvyrO .awuxh .HTz_b {
  border-right-color: #ececec;
}

.as_topBar.R5YFj {
  height: 56px;
}

.as_topBar.R5YFj.L1k6M {
  border-bottom: none;
}

.as_topBar.R5YFj .MvyrO {
  height: 56px;
}

.sDvqk {
  height: 24px;
  left: 50%;
  margin: 16px 0;
  position: absolute;
  transform: translateX(-50%);
  width: 300px;
}

.sDvqk a {
  display: block;
}

.sDvqk a img {
  max-width: 100%;
  object-fit: contain;
}

.Mivr2 {
  margin: 0 0 16px;
  min-height: 40px;
  position: relative;
  z-index: 600;
}

.Mivr2.ZwGeW .w4nQT {
  background: #f6f6f6;
  border-bottom: 2px solid var(--primary-dark-color);
  border-top: 1px solid #ebebeb;
  height: auto;
  padding: 0 8px;
}

.Mivr2.ZwGeW .w4nQT .uSJfi {
  position: static;
}

.Mivr2.ZwGeW .w4nQT .EV3DB.Kikxk {
  width: calc(100% - 210px);
}

.Mivr2.ZwGeW .sBgUN.col {
  position: inherit;
}

.Mivr2.ZwGeW .sBgUN > .rxTTw {
  color: var(--primary-dark-color);
  font: 500 12px/16px Verdana;
  position: relative;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -ms-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  z-index: 1;
}

.Mivr2.ZwGeW .sBgUN > .rxTTw:hover {
  color: #595959;
}

.YZQav {
  font-size: 14px;
  min-height: 40px;
  -webkit-transition: top 0.3s ease-in;
  -moz-transition: top 0.3s ease-in;
  -ms-transition: top 0.3s ease-in;
  -o-transition: top 0.3s ease-in;
  transition: top 0.3s ease-in;
}

.YZQav .EV3DB {
  display: inline-block;
  height: inherit;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  width: calc(100% - 65px);
}

.YZQav .EV3DB .tdAvO {
  margin-left: 10px;
  margin-right: 22px;
  pointer-events: auto;
}

.YZQav .EV3DB .tdAvO .rxTTw {
  background: var(--primary-dark-color);
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  -webkit-border-radius: 4px 0 0 4px;
  -moz-border-radius: 4px 0 0 4px;
  border-radius: 4px 0 0 4px;
  color: var(--white-color);
  font: 700 12px/16px Verdana;
  height: 24px;
  margin: 8px 0;
  padding: 3px 8px;
  position: relative;
  text-transform: capitalize;
}

.YZQav .EV3DB .tdAvO .rxTTw:after {
  border: 12px solid transparent;
  border-left: 12px solid var(--primary-dark-color);
  content: "";
  position: absolute;
  right: -24px;
  top: 0;
}

.YZQav .EV3DB .tdAvO .rxTTw:hover {
  color: #ececec;
}

.YZQav .EV3DB .OJeIy .rxTTw,
.YZQav .EV3DB .OJeIy .rxTTw:hover {
  color: var(--primary-dark-color);
  font-weight: 700;
}

.YZQav .EV3DB .OJeIy .rxTTw:after,
.YZQav .EV3DB .OJeIy .rxTTw:hover:after {
  border-bottom: 5px solid var(--primary-dark-color);
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  bottom: 0;
  content: "";
  left: 50%;
  position: absolute;
  right: auto;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}

.YZQav .EV3DB .OJeIy .rxTTw:hover {
  color: #595959;
}

.YZQav .w4nQT {
  background: var(--primary-dark-color);
  height: 40px;
  position: relative;
  z-index: 900;
}

.QkMQd {
  background: var(--white-color);
  border-radius: 0 0 4px 4px;
  -webkit-box-shadow: 0 5px 25px 0 rgba(var(--primary-dark-color-rgba), 0.2);
  -moz-box-shadow: 0 5px 25px 0 rgba(var(--primary-dark-color-rgba), 0.2);
  box-shadow: 0 5px 25px 0 rgba(var(--primary-dark-color-rgba), 0.2);
  display: flex;
  left: 0;
  padding: 20px;
  position: absolute;
  text-align: left;
  width: 100%;
}

.QkMQd .rxTTw {
  text-transform: capitalize;
}

.QkMQd .rxTTw:hover {
  color: #595959;
}

.QkMQd.eMzrv {
  width: 180px;
}

.QkMQd.eMzrv .LY21k {
  flex: 0 0 100%;
}

.m7npk {
  border-top: 2px solid #000;
  opacity: 0;
  pointer-events: none;
  top: 40px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.sBgUN {
  display: inline-block;
  position: relative;
}

.sBgUN:hover > div {
  opacity: 1;
  pointer-events: auto;
}

.sBgUN > .rxTTw {
  color: rgba(var(--white-color-rgba), 0.8);
  line-height: 1;
  padding: 12px 5px;
  position: relative;
  text-transform: capitalize;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

@media screen and (min-width: 1511px) {
  .sBgUN > .rxTTw {
    padding: 12px 9px;
  }
}

.sBgUN .rxTTw {
  display: block;
}

.w4nQT .CrfNJ {
  padding-left: 10px;
}

.uSJfi {
  display: inline-block;
  margin-right: 15px;
  position: relative;
  vertical-align: middle;
  z-index: 2;
}

@media screen and (min-width: 768px) and (max-width: 1023px) and (orientation: portrait) {
  .uSJfi {
    margin-right: 10px;
  }
}

.uSJfi > ul {
  -ms-flex-align: center !important;
  align-items: center !important;
  display: -ms-flexbox;
  display: flex;
  white-space: nowrap;
}

.WjKVk ul {
  display: flex;
  flex-wrap: wrap;
}

.LY21k {
  flex: 0 0 50%;
  margin-bottom: 8px;
}

.LY21k .rxTTw {
  color: var(--primary-dark-color);
  font: 500 12px/16px Verdana;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.LY21k .rxTTw:hover {
  color: #595959;
}

.LY21k .rxTTw:before {
  display: none;
}

.CrfNJ {
  color: rgba(var(--primary-dark-color-rgba), 0.8);
  cursor: pointer;
  height: 40px;
  padding-top: 8px;
  width: 30px;
  z-index: 1;
}

.CrfNJ .oTh_B i,
.CrfNJ .oTh_B:after,
.CrfNJ .oTh_B:before {
  background: var(--primary-dark-color);
  border-radius: 50%;
  content: "";
  display: inline-block;
  height: 4px;
  width: 4px;
}

.CrfNJ .oTh_B i {
  margin: 0 2px;
}

.CrfNJ .rxTTw {
  text-transform: capitalize;
}

.CrfNJ .QkMQd {
  cursor: default;
  left: auto;
  padding-bottom: 10px;
  padding-top: 10px;
  right: 0;
  white-space: normal;
}

.CrfNJ .QkMQd:before {
  right: 15px;
}

.CrfNJ:hover .m7npk {
  opacity: 1;
}

.CrfNJ:hover .oTh_B i,
.CrfNJ:hover .oTh_B:after,
.CrfNJ:hover .oTh_B:before {
  background: #595959;
  border: 0;
}

.layout_type_2 .YZQav .EV3DB {
  width: calc(100% - 115px);
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .layout_type_2 .sBgUN:not(.tdAvO):not(.OJeIy):not(.CrfNJ) {
    padding: 0;
    position: static;
  }
}

.layout_type_2
  .sBgUN:not(.UKHIr):not(.PXvl1):not(.tdAvO):not(.OJeIy):hover
  > .rxTTw {
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  -webkit-border-radius: 4px 4px 0 0;
  -moz-border-radius: 4px 4px 0 0;
  border-radius: 4px 4px 0 0;
  color: #595959;
  z-index: 10;
}

.VRKZ3 {
  grid-gap: 24px;
  align-items: stretch;
  border-top: 2px solid var(--primary-dark-color);
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  padding: 72px 0 0;
}

.nVZnl {
  color: #666;
  font-size: 1.2em;
  padding: 15px 0;
  text-align: center;
}

body:has(.congratulationsWrap) .X2plK,
body:has(.congratulationsWrap) .f6H4n,
body:has(.congratulationsWrap) .footer_wrapper,
body:has(.splashScreenGames) .X2plK,
body:has(.splashScreenGames) .f6H4n,
body:has(.splashScreenGames) .footer_wrapper {
  display: none;
}

.r0m20,
.t3kaD {
  display: inline-block;
}

.r0m20 {
  padding-top: 3px;
  vertical-align: middle;
}

.r0m20 li {
  display: inline-block;
  margin-left: 8px;
}

@media screen and (min-width: 768px) and (orientation: portrait) and (max-width: 1510px),
  screen and (min-width: 999px) and (max-width: 1510px) {
  .r0m20 li:nth-child(3),
  .r0m20 li:nth-child(5),
  .r0m20 li:nth-child(6) {
    display: none;
  }
}

.r0m20 li a {
  background-color: var(--white-color);
  background-size: 74px;
  border: 1px solid var(--white-color);
  border-radius: 50%;
  box-sizing: content-box;
  display: block;
  height: 20px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  width: 20px;
}

.r0m20 li._SFqk a {
  background-position: -5px -6px;
  border-color: #3a5795;
}

.r0m20 li.o1jxn a {
  background-position: -6px -33px;
  border-color: #000;
  color: inherit;
}

.r0m20 li.KJVoK a {
  background-position: -6px -60px;
  border-color: #0177b5;
}

.r0m20 li._0HkkF a {
  background-position: -5px -304px;
  border-color: #e9852f;
}

.r0m20 li.TuB9M a {
  background-position: -8px -166px;
  border-color: red;
}

.r0m20 li.z2Y3D a {
  background-position: -6.5px -221px;
  border-color: #bc2a8d;
}

.slick-slider {
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent;
  box-sizing: border-box;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -khtml-user-select: none;
}

.slick-list,
.slick-slider {
  display: block;
  position: relative;
}

.slick-list {
  margin: 0;
  overflow: hidden;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-slider .slick-list,
.slick-slider .slick-track {
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
}

.slick-track {
  display: block;
  left: 0;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  top: 0;
}

.slick-track:after,
.slick-track:before {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

.slick-slide img {
  display: block;
}

.slick-initialized .slick-slide {
  display: block;
}

._87noh {
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  position: relative;
}

._87noh > span {
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  background-repeat: no-repeat;
  border: 1px solid transparent;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  cursor: pointer;
  height: 24px;
  margin-right: 12px;
  width: 32px;
}

._87noh > span:last-child {
  margin-right: 0;
}

@media screen and (min-width: 768px) and (orientation: portrait),
  screen and (min-width: 999px) {
  ._87noh > span {
    margin-right: 8px;
  }
}

._87noh > span.fMXGe {
  background-position: -4px -11px;
  border-color: #3a5795;
}

._87noh > span.jE9dl {
  background-position: -8px -47px;
  border-color: #000;
}

._87noh > span.jZts6 {
  background-position: -9px -227px;
  border-color: red;
  color: red;
  padding-left: 27px;
}

._87noh > span.gBl_7 {
  background-position: -9px -448px;
  border-color: #4b8bf5;
  color: #4b8bf5;
  padding-left: 28px;
}

._87noh > span.XbuMV {
  background-position: -8px -301px;
  border-color: #bc2a8d;
  color: #bc2a8d;
}

.RzLQD::-webkit-scrollbar-thumb:window-inactive {
  background: #e2e2e2;
}

.pndK7 .xROwG::-webkit-scrollbar-thumb:window-inactive {
  background: #e2e2e2;
}

.qpCIF:not(.Wz_06) > span.MLv1z {
  background-position: -5px -11px;
  color: #3a5795;
}

.qpCIF:not(.Wz_06) > span.LrH2r {
  background-position: -9px -448px;
  color: #4b8bf5;
}

.qpCIF:not(.Wz_06) > span.bN8qx {
  background-position: -8px -47px;
  color: #000;
}

.qpCIF:not(.Wz_06) > span.i29fx {
  background-position: -10px -227px;
}

.qpCIF > span {
  color: #fff;
  font-size: 10px;
  font-weight: 500;
  line-height: 24px;
  min-width: 30px;
  text-transform: capitalize;
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -ms-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}

.qpCIF > span:not(:empty) {
  width: 90px;
}

.qpCIF > span:not(.mXRL7):hover {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}

@media screen and (min-width: 768px) and (orientation: portrait),
  screen and (min-width: 999px) {
  .qpCIF.X8B24 .i29fx {
    padding-left: 29px;
  }

  .qpCIF.X8B24 .MLv1z {
    padding-left: 21px;
  }

  .qpCIF.X8B24 .bN8qx {
    padding-left: 31px;
  }

  .qpCIF.X8B24 .e0guz {
    padding-left: 28px;
    width: 100px;
  }

  .qpCIF.X8B24 .LrH2r {
    padding-left: 29px;
  }
}

@media screen and (max-width: 1510px) {
  .qpCIF.X8B24 > span {
    font-size: 8px;
    margin-right: 6px;
  }
}

@supports (-moz-appearance: none) {
}

.d4Mxk {
  -ms-flex-align: center !important;
  align-items: center !important;
  display: -ms-flexbox;
  display: flex;
  margin: 24px 0;
  white-space: nowrap;
}

.d4Mxk h3 {
  color: #595959;
  font: 700 10px/16px Verdana;
  margin-right: 16px;
  text-transform: capitalize;
}

.d4Mxk .whlbt {
  height: 24px;
  overflow: hidden;
  width: 100%;
}

@media screen and (min-width: 768px) and (max-width: 1023px) and (orientation: portrait) {
  .d4Mxk .whlbt {
    overflow: auto;
    white-space: nowrap;
  }
}

.d4Mxk .whlbt a {
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  background-color: #f6f6f6;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
  box-shadow: 0 1px 0 0 #ececec;
  color: var(--primary-dark-color);
  display: inline-block;
  font: 500 12px/20px Verdana;
  margin-bottom: 2px;
  padding: 0 12px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  white-space: nowrap;
}

.d4Mxk .whlbt .slick-track {
  display: block;
  left: 0;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  top: 0;
}

.d4Mxk .whlbt .slick-list,
.d4Mxk .whlbt .slick-slider {
  display: block;
  padding-right: 60px;
  position: relative;
}

.d4Mxk .whlbt .slick-arrow {
  background: none;
  border: 1px solid var(--primary-dark-color);
  border-radius: 50%;
  height: 20px;
  position: absolute;
  text-indent: -9999px;
  top: 0;
  width: 20px;
}

.d4Mxk .whlbt .slick-arrow:after {
  border-left: 1px solid var(--primary-dark-color);
  border-top: 1px solid var(--primary-dark-color);
  content: "";
  height: 6px;
  position: absolute;
  top: 6px;
  width: 6px;
}

.d4Mxk .whlbt .slick-list {
  margin: 3px 0 0;
  overflow: hidden;
  padding: 0;
}

.d4Mxk .whlbt .slick-slide {
  display: none;
  float: left;
  height: 100%;
  margin-right: 8px;
  min-height: 1px;
}

.d4Mxk .whlbt .slick-initialized .slick-slide {
  display: inline-block !important;
}

.articletrendinglist .slick-list {
  margin-top: -5px !important;
}

.articletrendinglistwrapper {
  margin: 12px 0;
}

.WQKXb,
.mWJHr,
.bOk1Z {
  display: none;
}
@media (max-width: 767px) {
  .cCU6C .eTaBv,
  .Mivr2,
  .C4nji,
  .eg6hg,
  .d4Mxk,
  .XAt75 {
    display: none !important;
  }
  .slick-slide {
    height: auto !important;
  }
  .y7mh6,
  .WQKXb,
  .mWJHr,
  .bOk1Z {
    display: block;
  }
  .nVZnl {
    padding: 15px;
  }
  .VRKZ3 {
    grid-template-columns: repeat(1, 1fr);
    padding-top: 20px;
  }
  .vSlIC {
    margin-bottom: 0px;
  }
  .cCU6C .okf2Z {
    width: 100%;
  }
  .pZFl7 .HNMDR {
    font-family: Georgia;
    font-size: 22px;
    line-height: 24px;
    margin: 0px 0px 8px;
  }
  .cCU6C .okf2Z .JuyWl,
  .pZFl7 {
    padding-left: 20px;
    padding-right: 20px;
  }
  .cCU6C .okf2Z .JuyWl {
    padding-top: 10px;
  }
  .user_area {
    display: inline-block;
    margin-left: 10px;
    padding-right: 10px;
    position: relative;
    vertical-align: middle;
  }
  .user_area span {
    cursor: pointer;
    text-transform: none;
  }
  @media screen and (min-width: 768px) and (orientation: portrait),
    screen and (min-width: 999px) {
    .user_area span.login {
      color: rgb(255, 255, 255);
      font-size: 13px;
      text-transform: uppercase;
    }
  }
  .logout-window {
    float: left;
  }
  .user-notloggedin {
    position: relative;
  }
  @media screen and (max-width: 767px),
    screen and (orientation: landscape) and (max-width: 1000px) {
    .user_area.hide {
      display: none;
    }
    .logout-window {
      background: rgb(255, 255, 255);
      border-radius: 4px;
      padding: 4px 10px;
    }
    .logout-window span {
      color: rgb(226, 27, 34);
    }
    .top-area {
      display: none;
    }
    .user_area {
      background: inherit;
      color: rgb(255, 255, 255);
      font-size: 12px;
      height: 42px;
      padding: 0px;
      position: absolute;
      right: 38px;
      top: 1px;
      width: calc(100% - 84px);
      z-index: 9999;
    }
    .user_area > div {
      align-items: center;
      display: flex;
      justify-content: space-between;
      padding-top: 7px;
    }
  }
  @media screen and (max-width: 359px) {
    .user_area > div {
      padding-top: 7px;
    }
  }
  .C4nji > ul {
    display: flex;
  }
  .C4nji > ul li {
    background-clip: padding-box;
    border-radius: 8.5px;
    font: 400 10px / 16px Verdana;
    padding-left: 1px;
    position: relative;
    text-transform: capitalize;
  }
  .C4nji > ul li:first-child a span {
    position: relative;
    text-indent: -2000px;
  }
  .C4nji > ul li > a {
    color: var(--primary-dark-color);
    font-weight: 500;
  }
  .C4nji > ul li:not(:last-of-type)::after {
    color: rgba(var(--primary-dark-color), 0.65);
    content: "/";
    display: inline-block;
    font-size: 10px;
    margin: 0px 12px;
    position: relative;
  }
  .C4nji > ul li:last-of-type {
    color: rgb(89, 89, 89);
    flex: 1 1 0%;
    max-width: 40%;
    overflow: hidden;
    text-overflow: ellipsis;
    text-transform: capitalize;
    white-space: nowrap;
  }
  .euvAX {
    --column-size: 15%;
    margin-bottom: 40px;
  }
  .euvAX ._FiWh {
    align-items: center;
    color: rgb(26, 26, 26);
    display: flex;
    margin-bottom: 12px;
  }
  .euvAX ._FiWh .L_f4v {
    font-size: 16px;
    font-weight: 700;
    line-height: 28px;
  }
  .euvAX ._FiWh .NdIc3 {
    font-size: 14px;
    line-height: 20px;
  }
  .euvAX ._FiWh .NdIc3::before {
    background: rgb(236, 236, 236);
    content: "";
    display: inline-block;
    height: 20px;
    margin: 0px 8px;
    vertical-align: middle;
    width: 1px;
  }
  .euvAX .GFdG3 {
    align-items: flex-start;
    background: rgb(255, 255, 255);
    border: 1px solid rgb(236, 236, 236);
    border-radius: 16px;
    box-shadow: rgba(0, 0, 0, 0.04) 0px 4px 12px;
    display: grid;
    gap: 4px 16px;
    grid-template-columns: repeat(auto-fit, minmax(var(--column-size), 1fr));
    padding: 24px 24px 16px;
    width: 100%;
  }
  .euvAX .GFdG3 a {
    color: rgb(26, 26, 26);
    display: block;
    font-size: 12px;
    line-height: 18px;
    margin-bottom: 8px;
    overflow: hidden;
    overflow-wrap: break-word;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .euvAX .GFdG3 a:hover {
    color: rgb(89, 89, 89);
  }
  .euvAX.db91T {
    display: block;
    white-space: nowrap;
  }
  .euvAX.db91T .GFdG3 {
    grid-template-columns: repeat(3, minmax(30%, 1fr));
  }
  .euvAX.db91T .GFdG3 a {
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden;
    white-space: normal;
  }
  @media screen and (min-width: 768px) and (orientation: portrait),
    screen and (min-width: 999px) {
    .euvAX ._FiWh .L_f4v {
      font-size: 16px;
      line-height: 28px;
    }
    .euvAX ._FiWh .NdIc3 {
      font-size: 14px;
      line-height: 20px;
    }
    .euvAX ._FiWh .NdIc3::before {
      background: rgb(236, 236, 236);
      content: "";
      display: inline-block;
      height: 20px;
      margin: 0px 8px;
      vertical-align: middle;
      width: 1px;
    }
  }
  @media screen and (max-width: 767px),
    screen and (orientation: landscape) and (max-width: 1000px) {
    .euvAX {
      --column-size: 47%;
      margin: 24px 16px 0px;
    }
    .euvAX ._FiWh .L_f4v {
      font-size: 14px;
      line-height: 20px;
    }
    .euvAX ._FiWh .NdIc3 {
      font-size: 12px;
      margin-top: 4px;
    }
    .euvAX .ad6y3 {
      overflow-x: scroll;
    }
    .euvAX .GFdG3 {
      border-radius: 12px;
      margin: 0px;
      padding: 16px 16px 8px;
    }
    .euvAX.db91T {
      display: block;
      margin: 24px 0px 0px;
      max-width: 100vw;
      overflow-x: auto;
      white-space: nowrap;
      width: max-content;
    }
    .euvAX.db91T ._FiWh {
      margin-left: 16px;
    }
    .euvAX.db91T .GFdG3 {
      grid-auto-rows: max-content;
      margin: 0px 16px;
      width: max-content;
    }
    .euvAX.db91T .GFdG3 {
      grid-template-columns: repeat(6, minmax(180px, 1fr));
    }
    .euvAX.db91T .GFdG3 a {
      -webkit-line-clamp: 2;
      line-clamp: 2;
      -webkit-box-orient: vertical;
      display: -webkit-box;
      overflow: hidden;
      white-space: normal;
      width: 180px;
    }
  }
  @media screen and (min-width: 768px) and (orientation: portrait),
    screen and (min-width: 999px) {
    .YLmiP .GFdG3 {
      grid-auto-rows: max-content;
      grid-template-columns: repeat(2, minmax(50%, 1fr));
      min-height: 218px;
    }
  }
  :root {
    --primary-dark-color: #1a1a1a;
    --primary-dark-color-rgba: 26, 26, 26;
    --border-color: #ececec;
    --invert: invert(0);
    --white-color: #fff;
    --white-color-rgba: 255, 255, 255;
    --offwhite-color: #f6f6f6;
  }
  .checkbox [type="checkbox"]:not(:checked) + label::after {
    opacity: 0;
    transform: scale(0);
  }
  .checkbox [type="checkbox"]:not(:checked) + label::before {
    background: rgb(255, 255, 255);
    border: 1px solid rgb(26, 26, 26);
    border-radius: 100%;
    content: "";
    height: 20px;
    left: -2px;
    position: absolute;
    top: -2px;
    width: 20px;
  }
  .checkbox [type="checkbox"]:not(:checked) + label::after {
    border-style: solid;
    border-color: rgb(26, 26, 26);
    border-image: initial;
    border-width: 0px 1px 1px 0px;
    content: "";
    height: 9px;
    left: 6px;
    position: absolute;
    top: 3px;
    transform: rotate(45deg);
    transition: 0.2s;
    width: 5px;
  }
  @media screen and (max-width: 767px),
    screen and (orientation: landscape) and (max-width: 1000px) {
    ::-webkit-scrollbar {
      background: transparent;
      display: none;
      height: 0px;
      width: 0px;
    }
  }
  .topBand_adwrapper {
    margin: 0px auto;
    min-height: 0px;
    text-align: center;
  }
  @media screen and (min-width: 768px) and (max-width: 1023px) and (orientation: portrait) {
    .header-container {
      padding: 0px !important;
    }
  }
  .contentwrapper {
    margin: 0px auto;
    max-width: 1000px;
    width: 100%;
  }
  @media screen and (min-width: 1511px) {
    .contentwrapper {
      max-width: 1168px;
    }
  }
  @media screen and (min-width: 768px) and (max-width: 1023px) and (orientation: portrait) {
    .contentwrapper {
      padding: 0px 15px;
    }
  }
  @media screen and (max-width: 767px),
    screen and (orientation: landscape) and (max-width: 1000px) {
    .contentwrapper {
      background: var(--white-color);
      overflow-x: hidden;
      padding: 0px;
      width: 100%;
    }
  }
  .rpos {
    position: relative;
  }
  @media screen and (min-width: 768px) and (orientation: portrait),
    screen and (min-width: 999px) {
    .slick_UI {
      position: relative;
    }
    .slick_UI .slick-track {
      display: flex;
    }
    .slick_UI .slick-slide {
      float: none;
      height: inherit;
      position: relative;
      width: 100%;
    }
  }
  .slick-list {
    overflow: hidden;
  }
  .slick-list .slick-slide {
    float: left;
  }
  html {
    text-size-adjust: 100%;
    scroll-behavior: auto;
  }

  body {
    font-family: Verdana;
    margin: 0px;
  }
  header,
  nav {
    display: block;
  }
  a {
    background-color: transparent;
  }
  a:active,
  a:hover {
    outline: 0px;
  }
  b,
  strong {
    font-weight: 700;
  }
  h1 {
    font-size: 2em;
    margin: 0.67em 0px;
  }
  img {
    border: 0px;
    max-width: 100%;
  }
  button {
    color: inherit;
    font: inherit;
    margin: 0px;
  }
  button {
    border: none;
    outline: none;
    overflow: visible;
  }
  button {
    text-transform: none;
  }
  button {
    appearance: button;
    cursor: pointer;
  }
  .article_rhs .paisa-wrapper {
    margin-bottom: 32px;
    min-height: 268px;
    z-index: 0;
  }
  .paisa-wrapper {
    margin: 0px auto;
    position: relative;
    text-align: center;
  }
  .paisa-wrapper::before {
    color: rgb(89, 89, 89);
    content: "advertisement";
    display: block;
    font-size: 10px;
    line-height: 18px;
    text-align: center;
    text-transform: capitalize;
  }
  .paisa-wrapper {
    text-align: center;
  }
  .appgutter {
    display: none;
    margin: 0px auto;
    position: sticky;
    top: 0px;
  }
  @media screen and (max-width: 1510px) {
    .appgutter {
      max-width: 1000px;
    }
  }
  @media screen and (min-width: 1511px) {
    .appgutter {
      max-width: 1168px;
    }
  }
  .appgutter #TOI_appgutter_left,
  .appgutter #TOI_appgutter_right {
    height: 100vh;
    max-height: 600px;
    min-width: 130px;
    position: absolute;
    right: 0px;
    transform: translateX(105%);
  }
  .appgutter #TOI_appgutter_left {
    right: inherit;
    transform: translateX(-105%);
  }
  .clearfix::after,
  .clearfix::before {
    content: "";
    display: table;
  }
  .clearfix::after {
    clear: both;
  }
  .rel {
    position: relative;
  }
  li {
    list-style: none;
  }
  html {
    color: var(--primary-dark-color);
    font-family: arial, sans-serif;
    font-size: 1em;
    font-weight: 100;
    line-height: 1.375;
  }
  a {
    -webkit-tap-highlight-color: transparent;
    color: var(--primary-dark-color);
    text-decoration: none;
  }
  *,
  ::after,
  ::before {
    box-sizing: border-box;
    margin: 0px;
    padding: 0px;
  }
  :focus {
    outline: none;
  }
  body {
    -webkit-font-smoothing: antialiased;
    font-size: 62.5%;
    font-weight: 400;
    overflow-x: hidden;
  }
  ::selection,
  span {
    -webkit-tap-highlight-color: transparent;
    background: transparent;
    text-shadow: none;
  }
  @media print {
    *,
    ::after,
    ::before {
      background: transparent !important;
      box-shadow: none !important;
      color: var(--primary-dark-color) !important;
      text-shadow: none !important;
    }
    a,
    a:visited {
      text-decoration: underline;
    }
    a[href]::after {
      content: " (" attr(href) ")";
    }
    img {
      break-inside: avoid;
    }
    img {
      max-width: 100%;
    }
    h2,
    h3,
    p {
      orphans: 3;
      widows: 3;
    }
    h2,
    h3 {
      break-after: avoid;
    }
  }
  .azznA {
    width: 88%;
  }
  .y7mh6 .uYBEc {
    align-items: center;
    background-color: var(--white-color);
    border-bottom: 1px solid rgb(236, 236, 236);
    display: flex;
    max-height: 40px;
  }
  .y7mh6 .uYBEc:not(.fzicR) {
    background: rgb(255, 255, 255);
  }
  .y7mh6 .Q_lKY {
    background-color: rgb(26, 26, 26);
    height: 1px;
    margin: 2px 20px 0px 16px;
    min-width: 20px;
  }
  .y7mh6 .Q_lKY::after,
  .y7mh6 .Q_lKY::before {
    background-color: rgb(26, 26, 26);
    border-radius: 2px;
    content: "";
    display: block;
    height: 1px;
    margin-top: -5px;
    position: absolute;
    width: 20px;
  }
  .y7mh6 .Q_lKY::after {
    margin-top: 5px;
  }
  .y7mh6 .YTAij {
    align-items: center;
    display: flex;
    justify-content: space-between;
    margin-right: 10px;
    width: 100%;
  }
  .y7mh6 .YTAij .OLkDr {
    align-items: center;
    display: flex;
    margin-right: 6px;
  }
  .mWJHr {
    height: 40px;
  }
  .mWJHr .eCdiS {
    background: var(--white-color);
    padding-top: 10px;
  }
  .mWJHr .eCdiS ul {
    display: flex;
    overflow: auto;
    white-space: nowrap;
  }
  .mWJHr .eCdiS ul li {
    text-align: center;
  }
  .mWJHr .eCdiS ul li a {
    color: var(--primary-dark-color);
    display: block;
    font: 12px / 16px Verdana;
    padding: 0px 0px 10px;
    text-transform: capitalize;
  }
  .mWJHr .eCdiS ul li a.a3HjH {
    box-shadow: inset 0 -3px 0 0 var(--primary-dark-color);
    font-weight: 700;
  }
  .mWJHr .eCdiS ul li a.LNeIr::after {
    color: rgb(226, 27, 34);
    content: "New";
    font-size: 9px;
    font-weight: 600;
    position: absolute;
    right: 11px;
    text-transform: capitalize;
    top: -3px;
  }
  .mWJHr.BUmmz {
    height: 32px;
  }
  .mWJHr.BUmmz .eCdiS {
    height: 32px;
    padding-top: 0px;
    position: relative;
  }
  .mWJHr.BUmmz .eCdiS ul li a {
    padding: 8px 16px;
    position: relative;
  }
  .mWJHr.BUmmz .eCdiS ul li a.a3HjH {
    box-shadow: rgb(226, 27, 34) 0px -4px 0px 0px inset;
    color: rgb(226, 27, 34);
    font-weight: 600;
  }
  .mWJHr.vqF2z {
    border-bottom: 1px solid rgb(246, 246, 246);
    height: 35px;
  }
  .mWJHr.vqF2z .eCdiS {
    height: 34px;
  }
  .mWJHr.vqF2z .eCdiS ul {
    height: 100%;
  }
  .mWJHr.vqF2z .eCdiS ul li a {
    color: rgb(26, 26, 26);
    padding: 9px 10px;
  }
  .mWJHr.vqF2z .eCdiS ul li a.a3HjH {
    box-shadow: none;
    position: relative;
  }
  .mWJHr.vqF2z .eCdiS ul li a.a3HjH::before {
    background: rgb(226, 27, 34);
    border-radius: 4px 4px 0px 0px;
    bottom: 0px;
    content: "";
    height: 2px;
    left: 10px;
    position: absolute;
    right: 10px;
  }
  .mWJHr.vqF2z .eCdiS > ul {
    padding-right: 67px;
  }
  .yE0Us {
    display: inline-block;
    margin-right: 8px;
    vertical-align: middle;
  }
  .yE0Us ._OMt3 {
    background-clip: padding-box;
    border: 1px solid rgb(226, 27, 34);
    border-radius: 4px;
    color: rgb(226, 27, 34);
    display: inline-block;
    font: 700 10px / 12px Verdana;
    min-width: 90px;
    padding: 4px 8px;
    text-align: center;
  }
  body:has(.congratulationsWrap) .OqZb8,
  body:has(.congratulationsWrap) .breadcrumbmobile,
  body:has(.congratulationsWrap) .electionLiveBlogsWrapper,
  body:has(.splashScreenGames) .OqZb8,
  body:has(.splashScreenGames) .breadcrumbmobile,
  body:has(.splashScreenGames) .electionLiveBlogsWrapper {
    display: none;
  }
  .bOk1Z {
    background-color: var(--white-color);
    padding: 12px 16px;
  }
  .bOk1Z,
  .bOk1Z .GOG94 {
    align-items: center;
    display: flex;
  }
  .bOk1Z .GOG94 {
    background: padding-box rgb(89, 89, 89);
    border-radius: 4px;
    color: var(--white-color);
    font: 700 10px / 16px Verdana;
    margin-right: 18px;
    padding: 4px 8px;
    position: relative;
    text-transform: capitalize;
    z-index: 2;
  }
  .bOk1Z .GOG94::before {
    content: "";
    height: 12px;
    margin-right: 8px;
    width: 8px;
  }
  .bOk1Z .GOG94::after {
    background: rgb(89, 89, 89);
    border: none;
    border-radius: 6px 6px 7px 0px;
    content: "";
    display: block;
    height: 20px;
    left: calc(100% - 14px);
    position: absolute;
    top: 2px;
    transform: rotate(45deg);
    transform-origin: center center;
    width: 20px;
    z-index: -1;
  }
  .bOk1Z .eboVR {
    background-clip: padding-box;
    background-color: rgb(236, 236, 236);
    border: 0.5px solid rgb(204, 204, 204);
    border-radius: 25px;
    color: var(--primary-dark-color);
    display: inline-block;
    font: 500 10px / 16px Verdana;
    margin: 0px 0px 0px 12px;
    padding: 3px 12px;
  }

  .WQKXb {
    display: none;
  }
  @media screen and (max-width: 767px),
    screen and (orientation: landscape) and (max-width: 1000px) {
    .L5f4Q {
      color: var(--primary-dark-color);
      width: 100%;
    }
    .L5f4Q,
    .L5f4Q .v6JNn {
      font: 500 10px / 16px Verdana;
      overflow: hidden;
      white-space: nowrap;
    }
    .L5f4Q .v6JNn {
      display: block;
      margin: 0px;
      overflow-x: scroll;
      padding: 0px;
    }
    .L5f4Q .v6JNn li {
      display: inline-block;
    }
    .L5f4Q .v6JNn li:first-child .eboVR {
      margin-left: 0px;
    }
  }
  .WQKXb {
    padding-bottom: 12px;
  }
  .modify_cdata_list_style.cdatainfo ol li::marker,
  .modify_cdata_list_style.cdatainfo ul li::marker,
  .modify_cdata_style_etimes.cdatainfo ol li::marker,
  .modify_cdata_style_etimes.cdatainfo ul li::marker {
    content: unset;
  }
  .K_Osy {
    color: rgba(var(--primary-dark-color), 0.65);
    display: block;
    font-size: 12px;
    margin-bottom: 8px;
    text-align: center;
    text-transform: capitalize;
  }
  @media screen and (max-width: 767px),
    screen and (orientation: landscape) and (max-width: 1000px) {
    .contentwrapper {
      overflow: initial;
    }
  }
  .t0Egq {
    background: rgb(255, 255, 255);
    border: 1px solid rgb(236, 236, 236);
    border-radius: 16px;
    box-shadow: rgba(0, 0, 0, 0.04) 2px 2px 6px 0px;
    box-sizing: border-box;
    color: inherit;
    display: flex;
    flex-direction: column;
    padding: 12px 16px;
    width: 100%;
  }
  .t0Egq .B2rtS {
    display: flex;
    justify-content: space-between !important;
  }
  .t0Egq .B2rtS .RTKFB {
    display: flex;
    flex: 1 1 0%;
    max-width: calc(100% - 66px);
    align-items: flex-start !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .t0Egq .B2rtS .RTKFB .bayh9 {
    font-weight: 700;
    margin-bottom: 4px;
  }
  .t0Egq .B2rtS .RTKFB .Xo2NX p,
  .t0Egq .B2rtS .RTKFB .bayh9 {
    color: var(--primary-dark-color);
    font-size: 14px;
    line-height: 20px;
  }
  .t0Egq .B2rtS .RTKFB .Xo2NX p {
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    margin-bottom: 12px;
    overflow: hidden;
  }
  .t0Egq .B2rtS .fWrb5 {
    display: flex;
    margin-bottom: 12px;
    align-items: center !important;
  }
  .t0Egq .B2rtS .fWrb5 .W8xpa {
    align-items: center;
    display: flex;
    height: 58px;
    justify-content: center;
    width: 58px;
  }
  .t0Egq .B2rtS .fWrb5 .W8xpa img {
    max-height: 54px;
    max-width: 54px;
  }
  .t0Egq .QfS3e {
    align-items: center;
    background: var(--white-color);
    border-top: 1px solid rgb(236, 236, 236);
    color: rgb(226, 27, 34);
    display: flex;
    font-size: 14px;
    font-weight: 700;
    justify-content: center;
    line-height: 20px;
    margin-top: auto;
    padding: 12px 16px 0px;
    text-transform: capitalize;
    width: 100%;
  }
  .t0Egq .QfS3e .CZUXo {
    border-style: solid;
    border-color: rgb(226, 27, 34);
    border-image: initial;
    border-width: 0px 1.5px 1.5px 0px;
    height: 7px;
    margin-left: 4px;
    position: relative;
    top: 1px;
    transform: rotate(-45deg);
    width: 7px;
  }
  @media screen and (min-width: 1024px) {
    .t0Egq .B2rtS .RTKFB .Xo2NX p {
      font-size: 12px;
      line-height: 18px;
    }
    .t0Egq .QfS3e {
      font-size: 12px;
      line-height: 16px;
    }
    .t0Egq .QfS3e .CZUXo {
      height: 6px;
      width: 6px;
    }
    .other_calc_rhs {
      margin-bottom: 28px;
    }
    .other_calc_rhs .slick-slide > div {
      margin-right: 0px;
    }
    .other_calc_rhs .t0Egq {
      margin: 0px 0px 12px;
      padding: 16px 20px;
    }
    .other_calc_rhs .t0Egq .B2rtS .RTKFB .Xo2NX p {
      -webkit-line-clamp: 2;
      line-clamp: 2;
      -webkit-box-orient: vertical;
      display: -webkit-box;
      font-size: 14px;
      line-height: 22px;
      overflow: hidden;
    }
  }
  .other_calc_rhs {
    margin-bottom: 28px;
  }
  .other_calc_rhs .t0Egq {
    box-shadow: none;
    margin: 0px 0px 4px;
    padding: 16px 20px 12px;
  }
  .l3wPL [type="radio"]:not(:checked) {
    left: -9999px;
    position: absolute;
  }
  .l3wPL .Iygi9 [type="radio"]:not(:checked) + label {
    color: rgb(89, 89, 89);
    cursor: pointer;
    display: inline-block;
    font: 12px / 16px Verdana;
    padding-left: 28px;
    position: relative;
    text-transform: capitalize;
  }
  .l3wPL .Iygi9 [type="radio"]:not(:checked) + label span {
    color: rgb(0, 0, 0);
    font-weight: 500;
  }
  .l3wPL .Iygi9 [type="radio"]:not(:checked) + label::before {
    background: rgb(255, 255, 255);
    border: 1px solid rgb(0, 0, 0);
    border-radius: 100%;
    content: "";
    height: 16px;
    left: 0px;
    position: absolute;
    top: 0px;
    width: 16px;
  }
  .l3wPL .Iygi9 [type="radio"]:not(:checked) + label::after {
    background: padding-box rgb(0, 0, 0);
    border-radius: 100%;
    content: "";
    height: 10px;
    left: 3px;
    position: absolute;
    top: 3px;
    transition: 0.2s;
    width: 10px;
  }
  .l3wPL .Iygi9 [type="radio"]:not(:checked) + label::after {
    opacity: 0;
    transform: scale(0);
  }
  .l3wPL ::-webkit-scrollbar-thumb:window-inactive {
    background: rgba(255, 0, 0, 0.4);
  }
  @media screen and (max-width: 767px) {
    .slick-arrow {
      display: none !important;
    }
    .slick-slider {
      padding-right: 0px !important;
    }
  }

  .slick-slider {
    -webkit-tap-highlight-color: transparent;
    box-sizing: border-box;
    touch-action: pan-y;
    user-select: none;
  }
  .slick-list,
  .slick-slider {
    display: block;
    position: relative;
  }
  .slick-list {
    margin: 0px;
    overflow: hidden;
    padding: 0px;
  }
  .slick-list:focus {
    outline: 0px;
  }
  .slick-slider .slick-list,
  .slick-slider .slick-track {
    transform: translateZ(0px);
  }
  .slick-track {
    display: block;
    left: 0px;
    position: relative;
    top: 0px;
    width: 10000px;
  }
  .slick-track::after,
  .slick-track::before {
    content: "";
    display: table;
  }
  .slick-track::after {
    clear: both;
  }
  .slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
  }
  .slick-slide img {
    display: block;
  }
  .slick-initialized .slick-slide {
    display: block;
  }
  .e2QJg {
    background: var(--white-color);
    border-top: 8px solid rgb(246, 246, 246);
    margin-bottom: 8px;
    padding: 16px;
  }
  .e2QJg h2 {
    color: var(--primary-dark-color);
    font: 700 16px / 20px Georgia;
    margin-bottom: 12px;
    text-transform: capitalize;
  }
  @media screen and (min-width: 1024px) {
    .e2QJg {
      border: none;
      padding: 0px 0px 20px;
    }
    .e2QJg .other_calc_rhs {
      margin-bottom: 12px;
    }
    .e2QJg h2 {
      font-size: 18px;
      line-height: 24px;
      margin-bottom: 16px;
    }
  }
  :root {
    --primary-dark-color: #1a1a1a;
    --primary-dark-color-rgba: 26, 26, 26;
    --border-color: #ececec;
    --invert: invert(0);
    --white-color: #fff;
    --white-color-rgba: 255, 255, 255;
    --offwhite-color: #f6f6f6;
  }
}

html {
  --steps-color-main: #0179c8;
  --steps-color-sub: rgba(1, 121, 200, 0.2);
  --steps-color-hover: #0663a1;
  scroll-behavior: smooth;
}

.steps-widget-section {
  transition: opacity 1s ease-in-out;
  text-align: left !important;
  width: 100%;
}

:root {
  --mainColor: #0a169c;
  --text: #fff;
  --input-color: #000;
  --valid-input-color: #000;
}

#form-feedback {
  border-radius: 39px;
  max-width: 560px;
  margin: 0 auto;
  font-family: Arial;
  box-shadow: 0px 0px 5px #0000007d;
}

.form-feedback-title {
  text-align: center;
  padding: 30px 15px;
  font-size: 30px;
  background: var(--mainColor);
  color: var(--text);
  text-transform: uppercase;
  margin: 30px 0;
  line-height: 1.2;
  letter-spacing: 2px;
}
@media (max-width: 767px) {
  .form-feedback-title {
    font-size: 24px;
  }
}

.fewcent-111173490 p {
  margin-bottom: 10px;
}

.fewcent-111173490 p a {
  color: red;
  font-weight: 600;
}

#form {
  scroll-margin-top: 300px;
}
