html {
  font-size: 16px;
}

.x-content-section {
  --title-color: #e12428;
  --p-color: #202a32;
  --list-item-color: #202a32;
  --numeric-list-text-color: #222;
  --numeric-list-item-number-bg-color: #2ecc71;
  --numeric-list-item-number-color: #ffffff;
  --numeric-list-item-title-color: #2ecc71;
  --step-wrapper-border: #ccc;
  --dark-bg: #202a33;
}

.x-content-section .container:before {
  display: none;
}

.x-content-section .container:after {
  display: none;
}

.narrow-container {
  width: 100%;
  margin: 0 auto;
  padding: 0 15px;
}

.x-spacing-xl {
  padding-top: 48px;
}

.x-spacing-md {
  padding-top: 30px;
}

.x-content-section h1 {
  color: #e12428;
  margin: 20px 0;
  margin-bottom: 30px;
  font-weight: bold;
  letter-spacing: 0.01em;
}

.x-content-section h3 {
  color: #202a32;
  margin: 0;
  padding: 20px 0 15px;
  font-weight: bold;
  letter-spacing: 0.01em;
}

.x-content-section-with-list {
  display: block;
  margin-top: 48px;
}

.x-content-section-with-list h2 {
  font-weight: bold;
  color: var(--title-color);
  margin-bottom: 20px;
  letter-spacing: 0.01em;
}

.x-content-section-with-list p {
  margin-bottom: 16px;
  font-weight: normal;
  font-size: 16px;
  color: var(--p-color);
}

/* [List] -> green check type -> start block */
.x-content-section-with-list .list-with-green-check {
  display: flex;
  flex-direction: column;
  gap: 10px 0;
  margin-bottom: 0px;
}

.x-content-section-with-list .list-with-green-check li {
  display: flex;
  gap: 0px 8px;
}

.x-content-section-with-list .list-with-green-check li img {
  margin-top: 5px;
  flex: 0 0 auto;
  width: 18px;
  height: 18px;
}

.x-content-section-with-list .list-with-green-check li span {
  font-size: 16px;
  color: var(--list-item-color);
  font-weight: normal;
  line-height: 28px;
}
/* [List] -> green check type -> end block */

/* [List] -> numeric type -> start block */
.x-content-section-with-list .list-numeric {
  display: flex;
  flex-direction: column;
  gap: 10px 0px;
  margin-bottom: 0px;
}

.x-content-section-with-list .list-numeric li {
  display: flex;
  gap: 0px 12px;
}

.x-content-section-with-list .list-numeric li b {
  color: var(--numeric-list-item-title-color);
  font-weight: bold;
  font-size: 16px;
  line-height: 28px;
  display: block;
}

.x-content-section-with-list .list-numeric li span {
  display: block;
}

.x-content-section-with-list .list-numeric .list-counter {
  flex: 0 0 auto;
  min-width: 32px;
  height: 32px;
  padding: 5px;
  border-radius: 100%;
  background: var(--numeric-list-item-number-bg-color);
  display: flex;
  align-items: center;
  justify-content: center;
}

.x-content-section-with-list .list-numeric .list-counter span {
  margin-top: -1px;
  color: var(--numeric-list-item-number-color);
  font-size: 16px;
  line-height: 28px;
  font-weight: bold;
}

.x-content-section-with-list .list-numeric .list-numeric-text-container {
  display: flex;
  flex-direction: column;
  gap: 5px 0px;
}

.x-content-section-with-list .list-numeric .list-text {
  color: var(--numeric-list-text-color);
  font-weight: normal;
  font-size: 16px;
  line-height: 28px;
}
/* [List] -> numeric type -> end block */

.x-content-section-with-list .list-with-dots {
  list-style-type: disc;
  margin-left: 20px;
}

/* [List] -> cards type -> start block */

.x-content-section-with-list .list-cards {
  display: flex;
  flex-direction: column;
  gap: 16px 0px;
  margin-bottom: 0px;
}

.x-content-section-with-list .list-cards li {
  display: flex;
  flex-direction: column;
  gap: 8px 0px;
}

.x-content-section-with-list .list-cards li .card-title {
  font-weight: bold;
  line-height: 25.2px;
  color: #202a32;
  margin: 0px;
}

.x-content-section-with-list .list-cards li .list-card {
  display: flex;
  align-items: center;
  flex-direction: column;
  border: 1px solid #cccccc;
  padding: 24px;
  border-radius: 8px;
  gap: 24px 0px;
}

.x-content-section-with-list .list-cards li .list-card__image {
  flex: 0 0 auto;
}

.x-content-section-with-list .list-cards li .list-card__image img {
  object-fit: contain;
  object-position: center;
}

.x-content-section-with-list .list-cards li .list-card__content {
  display: flex;
  flex-direction: column;
  gap: 16px 0px;
}
.x-content-section-with-list .list-cards li .list-card__description {
  color: #202a32;
  font-weight: normal;
  font-size: 16px;
  text-align: center;
}
.x-content-section-with-list .list-cards li .list-card__link {
  display: flex;
  align-items: center;
  gap: 0px 8px;
  color: #2ecc71;
  font-weight: 900;
  font-size: 16px;
  line-height: 22.4px;
  width: fit-content;
  margin: 0 auto;
}

.x-content-section-with-list .list-cards li .list-card__link span {
  text-align: center;
}

.x-content-section-with-list .list-cards li .list-card__link img {
  flex: 0 0 auto;
}
/* [List] -> cards type -> end block */

/* [Steps] -> start block */
.x-content-section-with-list .steps-cards-wrapper {
  width: 100%;
  border: 1px solid var(--step-wrapper-border);
  margin: 40px 0 20px;
}
.x-content-section-with-list .steps-card {
  position: relative;
  width: 100%;
  display: flex;
  padding: 45px 30px 30px 30px;
}
.x-content-section-with-list .steps-card:not(:last-child) {
  border-bottom: 1px solid var(--step-wrapper-border);
}
.x-content-section-with-list .steps-card .steps-card-count {
  position: absolute;
  top: -25px;
  left: 31px;
  width: 50px;
  height: 50px;
  border-radius: 50px;
  background: var(--title-color);
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: Lato;
  font-size: 22px;
  font-weight: 800;
}
.x-content-section-with-list .steps-card .steps-card-count i::before {
  font-family: 'FontAwesome';
  font-style: normal;
}

.x-content-section-with-list .steps-card .steps-card-mobile-heading h3 {
  padding: 0;
  margin: 0 0 21px;
}
.x-content-section-with-list .steps-card .steps-card-left-col {
  width: 95%;
  padding-right: 20px;
}
.x-content-section-with-list .steps-card .steps-card-right-col {
  width: 40%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-left: 28px;
}
.x-content-section-with-list
  .steps-card
  .steps-card-right-col
  .steps-card-images-trust-logos {
  border-top: none;
  display: block;
  padding: 10px;
}
.x-content-section-with-list
  .steps-card
  .steps-card-right-col
  .steps-card-images-trust-logos
  img {
  display: inline-block;
  margin: 0 10px 10px 0;
  max-width: initial;
}
.x-content-section-with-list
  .steps-card
  .steps-card-right-col
  .steps-card-images-payments-logos {
  display: grid;
  grid-template-columns: 50px 50px 50px;
  gap: 10px;
}
.x-content-section-with-list
  .steps-card
  .steps-card-right-col
  .steps-card-images-payments-logos
  i {
  background-image: url(/images/sprites/banking/spritesheet-banking.png);
  background-repeat: no-repeat;
  display: inline-block;
}
.x-content-section-with-list
  .steps-card
  .steps-card-right-col
  .steps-card-images-game-logos {
  display: grid;
  grid-template-columns: repeat(4, 68px);
  gap: 10px;
}
.x-content-section-with-list
  .steps-card
  .steps-card-right-col
  .steps-card-images-game-logos
  .steps-card-game-logo {
  height: 90px;
  position: relative;
  padding-top: 62px;
}
.x-content-section-with-list
  .steps-card
  .steps-card-right-col
  .steps-card-images-game-logos
  .steps-card-game-logo::after {
  position: absolute;
  top: 1px;
  left: 50%;
  transform: translateX(-50%);
  content: '';
  height: 52px;
}
.x-content-section-with-list
  .steps-card
  .steps-card-right-col
  .steps-card-images-game-logos
  .steps-card-game-logo
  span {
  font-family: Lato;
  letter-spacing: -0.01em;
  color: #202a32;
  font-size: 13px;
  width: 100%;
  white-space: nowrap;
  display: block;
  line-height: 13px;
  text-align: center;
}
.steps-card-game-logo.sprite-baccarat::after {
  background: url(/images/img101.png) -52px -192px no-repeat;
  width: 52px;
}
.steps-card-game-logo.sprite-bingo::after {
  background: url(/images/img101.png) -104px -192px no-repeat;
  width: 49px;
}
.steps-card-game-logo.sprite-sic-bo::after {
  background: url(/images/img101.png) 0 -296px no-repeat;
  width: 52px;
}
.steps-card-game-logo.sprite-slots::after {
  background: url(/images/img101.png) -52px -296px no-repeat;
  width: 44px;
}
.steps-card-game-logo.sprite-sports::after {
  background: url(/images/img101.png) -104px -296px no-repeat;
  width: 52px;
  height: 52px;
}
.steps-card-game-logo.sprite-video-poker::after {
  background: url(/images/img101.png) -156px -296px no-repeat;
  width: 48px;
}
.x-content-section-with-list .steps-card.steps-card.steps-card-rating {
  background: var(--dark-bg);
  color: #fff;
}
.x-content-section-with-list .steps-card.steps-card.steps-card-rating h3 {
  color: var(--numeric-list-item-title-color);
}
.x-content-section-with-list .steps-card.steps-card.steps-card-rating p {
  color: #fff;
}
.x-content-section-with-list
  .steps-card.steps-card.steps-card-rating
  .steps-card-count {
  background: var(--numeric-list-item-title-color);
}
.x-content-section-with-list
  .steps-card.steps-card.steps-card-rating
  .steps-card-rating-container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.x-content-section-with-list
  .steps-card.steps-card.steps-card-rating
  .steps-card-right-col {
  position: relative;
}
.x-content-section-with-list
  .steps-card.steps-card.steps-card-rating
  .steps-card-rating-text {
  color: #fff;
  font-size: 25px;
  font-weight: 700;
  height: 77px;
  line-height: 77px;
  position: relative;
  text-align: center;
  top: -5px;
  width: 70px;
  background: url(/images/img101.png) -57px 0 no-repeat;
}
/* [Steps] -> end block */

@media screen and (max-width: 375px) {
  .x-content-section-with-list .steps-card .steps-card-left-col {
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 768px) {
  .x-content-section-with-list .steps-card {
    flex-direction: column;
    padding: 0px 15px 30px;
  }
  .x-content-section-with-list .steps-card .steps-card-mobile-heading {
    display: block;
    padding: 50px 0 15px 15px;
    order: 1;
  }
  .x-content-section-with-list .steps-card .steps-card-left-col {
    padding-right: 0;
    order: 3;
  }
  .x-content-section-with-list .steps-card .steps-card-left-col h3 {
    display: none;
  }
  .x-content-section-with-list .steps-card .steps-card-right-col {
    justify-content: center;
    width: 100%;
    padding-left: 0;
    order: 2;
  }
  .x-content-section-with-list
    .steps-card
    .steps-card-right-col
    .steps-card-images-payments-logos {
    margin-bottom: 10px;
  }
}

@media screen and (min-width: 768px) {
  .narrow-container {
    max-width: 750px;
  }

  .x-spacing-xl {
    padding-top: 64px;
  }

  .x-content-section-with-list {
    margin-top: 64px;
  }

  .x-content-section-with-list .list-cards {
    gap: 24px 0px;
  }

  .x-content-section-with-list .list-cards li .list-card {
    flex-direction: row;
    gap: 0px 24px;
  }

  .x-content-section-with-list .list-cards li .list-card__description {
    text-align: start;
  }

  .x-content-section-with-list .list-cards li .list-card__link {
    margin: 0;
  }

  .x-content-section-with-list .list-cards li .list-card__link span {
    text-align: start;
  }

  .x-content-section-with-list
    .steps-card
    .steps-card-right-col
    .steps-card-images-game-logos {
    grid-template-columns: 68px 68px;
  }

  .x-content-section-with-list .steps-card {
    display: grid;
    grid-template-columns: auto 40%;
  }

  .x-content-section-with-list .steps-card .steps-card-left-col {
    width: auto;
    grid-column: 1 / 2;
  }

  .x-content-section-with-list .steps-card .steps-card-right-col {
    width: auto;
    grid-column: 2 / 3;
    grid-row: 1 / 3;
  }

  .x-content-section-with-list .steps-card .steps-card-mobile-heading h3 {
    padding: 20px 0 15px;
    margin: 0;
  }
}

@media screen and (min-width: 992px) {
  .narrow-container {
    max-width: 832px;
  }
  .x-content-section-with-list
    .steps-card
    .steps-card-right-col
    .steps-card-images-game-logos {
    grid-template-columns: 68px 68px 68px;
  }
}

@media screen and (min-width: 1280px) {
  .x-content-section-with-list {
    margin-top: 80px;
  }

  .x-spacing-xl {
    padding-top: 80px;
  }
}