.cta-steps {
  margin-left: 0;
  margin-top: 5px;
}
.cta-steps .cta-step-num {
  position: relative;
  display: inline-block;
  vertical-align: top;
  max-width: 250px;
  margin-right: 35px;
  font-weight: 400;
  min-height: 120px;
  font-size: 14px;
}
.cta-steps .cta-step-num a {
  font-weight: 600;
}
.cta-steps .cta-step-num.active {
  font-weight: 600;
}
.cta-steps .cta-step-num.active:before {
  background-color: #000;
  color: #fff;
}
.cta-steps .cta-step-num.active .triangle {
  content: '';
  position: absolute;
  bottom: -1px;
  left: 50%;
  width: 0;
  height: 0;
  margin-left: -42px;
  border-style: solid;
  border-width: 0 15px 15px 15px;
  border-color: transparent transparent #f7f7f7 transparent;
  z-index: 999;
}
.cta-steps .cta-step-num:before {
  content: '';
  display: block;
  margin-bottom: 5px;
  width: 29px;
  height: 29px;
  border-radius: 100%;
  border: 2px solid #000;
  padding-top: 1px;
  text-align: center;
  font-size: 16px;
}
.cta-steps .cta-step-num:after {
  content: '';
  display: block;
  position: absolute;
  top: 5px;
  left: 40px;
  margin-bottom: 5px;
  width: 240px;
  height: 22px;
  background-image: url(/i/deposits/arrow-right-long-black.svg);
  background-repeat: no-repeat;
}
.cta-steps .cta-step-num:first-child:before {
  content: '1';
}
.cta-steps .cta-step-num:nth-child(2):before {
  content: '2';
}
.cta-steps .cta-step-num:last-child:before {
  content: '3';
}
.cta-steps .cta-step-num:last-child:after {
  display: none;
}

.trick-banner {
  font-size: 0;
  margin-top: 17px;
  margin-bottom: 20px;
}
.trick-banner .trick-inner {
  display: inline-block;
  vertical-align: top;
  width: 50%;
  position: relative;
}
.trick-banner .trick-inner .link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
}
.trick-banner .trick-inner img,
.trick-banner .trick-inner p {
  vertical-align: middle;
  display: inline-block;
}
.trick-banner .trick-inner img {
  width: 65px;
  height: 65px;
  margin-right: 15px;
}
.trick-banner .trick-inner p {
  font-size: 16px;
  width: 80%;
  margin-bottom: 0;
  font-weight: normal;
  color: #000;
}
@media screen and (max-width: 1370px) {
  .trick-banner .trick-inner p {
    max-width: 270px;
  }
}
@media screen and (max-width: 1200px) {
  .trick-banner .trick-inner p {
    max-width: 240px;
  }
}
.trick-banner .trick-inner:last-child p {
  text-decoration: underline;
}

/*# sourceMappingURL=loto_wgt.css.map */
