@import url("https://fonts.googleapis.com/css2?family=Dela+Gothic+One&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Manrope:wght@200..800&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Oswald:wght@200..700&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&family=Unbounded:wght@200..900&display=swap");
* {
  margin: 0;
  padding: 0;
  line-height: 1;
  border: 0;
  font-weight: normal;
  outline: none;
  border-collapse: collapse;
  text-decoration: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  width: 100%;
  font-family: "Montserrat", sans-serif;
  font-size: 15px;
  position: relative;
  min-height: 100vh;
  background-color: #E9E9E9;
  margin: 0 auto;
  min-height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

#clubfan .bonus__container {
  padding: 0 16px;
  position: relative;
}
#clubfan .bonus__hero {
  position: absolute;
  left: 227px;
  top: 32px;
  max-width: 67px;
}
@media (min-width: 375px) {
  #clubfan .bonus__hero {
    left: 255px;
    top: -12px;
    max-width: 102px;
  }
}
#clubfan .bonus__logo {
  max-width: 134px;
}
#clubfan .bonus__logo img {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
#clubfan .bonus__img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#clubfan .bonus__content {
  position: relative;
  z-index: 2;
  color: white;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  padding: 40px 0 0 0;
}
#clubfan .bonus__content h3 {
  color: #FFF;
  font-size: 28px;
  font-weight: 700;
  line-height: normal;
  padding: 39px 0 10px 0;
}
#clubfan .bonus__content h2 {
  color: #00C7B1;
  font-size: 77px;
  font-weight: 900;
  line-height: normal;
  letter-spacing: -3.9px;
}
#clubfan .bonus__content h4 {
  color: #FFF;
  font-size: 28px;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  padding-bottom: 39px;
}
#clubfan .bonus__content a {
  border-radius: 8px;
  background: #00C7B1;
  max-width: 300px;
  width: 100%;
  cursor: pointer;
  padding: 20px 0;
}
#clubfan .bonus__content a span {
  color: #FFF;
  text-align: center;
  font-size: 25px;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
}
#clubfan .bonus__coins {
  position: relative;
}
#clubfan .bonus__coin1 {
  position: relative;
  margin-top: auto;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.offers-cards__top-logo {
  height: 48px;
}
.offers-cards__top-logo img {
  width: 55px;
  height: 48px;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (min-width: 372px) {
  .offers-cards__top-logo img {
    width: 100px;
  }
}