html {
  scroll-behavior: smooth;
}

.section--gray {
  background-color: #f5f6f7;
}

.section-header {
  color: rgb(65, 65, 65);
}

.section-header .section-header-subtitle {
  color: rgb(146, 129, 52);
  font-size: 14px;
  font-weight: 500;
  line-height: 1.1;
  text-transform: uppercase;
  margin: 0;
}
@media (min-width: 1024px) {
  .section-header .section-header-subtitle {
    font-size: 15px;
  }
}

.section-header h1 {
  color: rgb(55, 59, 67);
  font-size: 22px;
  font-weight: 600;
  letter-spacing: 0px;
  line-height: 1.3;
  text-wrap: balance;
}
@media (min-width: 1024px) {
  .section-header h1 {
    font-size: 28px;
  }
}

.section-header h2 {
  font-size: 20px;
  font-weight: 600;
  line-height: 38px;
  text-wrap: balance;
  line-height: 1.4;
}
@media (min-width: 1024px) {
  .section-header h2 {
    font-size: 24px;
  }
}

.section-header p {
  font-size: 12px;
  font-weight: 400;
  line-height: 1.5;
}
@media (min-width: 375px) {
  .section-header p {
    font-size: 14px;
  }
}
@media (min-width: 1024px) {
  .section-header p {
    font-size: 16px;
  }
}

.section-header .section-header-link--orange a {
  color: #e37921;
}

.section-header .section-header-link--orange a:hover {
  text-decoration: none;
}

.section-header .section-header-timer {
  color: rgb(110, 110, 110);
  font-size: 15px;
  font-weight: 400;
  line-height: 18px;
}

.section-header .section-header-timer .pulser {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  margin-right: 10px;
  background-color: #548c56;
}

.section-fold {
  position: relative;
}

.section-fold {
  --fold-height: none;
}

.section-fold.section-fold--folded {
  --fold-height: 25rem;
  max-height: var(--fold-height);
  overflow: hidden;
}
@media (min-width: 480px) {
  .section-fold.section-fold--folded {
    --fold-height: 20rem;
  }
}
@media (min-width: 1024px) {
  .section-fold.section-fold--folded {
    --fold-height: none;
  }
}

.section-fold .section-fold-button span:first-of-type {
  display: none;
}

.section-fold.section-fold--folded .section-fold-button span:last-of-type {
  display: none;
}

.section-fold.section-fold--folded .section-fold-button span:first-of-type {
  display: block;
}

.section-fold.section-fold--folded .section-fold-mask {
  max-height: var(--fold-height);
  -webkit-mask: -webkit-linear-gradient(bottom, transparent 9%, #000 50%);
          mask: linear-gradient(0deg, transparent 9%, #000 50%);
}
@media (min-width: 1024px) {
  .section-fold.section-fold--folded .section-fold-mask {
    -webkit-mask: none;
            mask: none;
  }
}

.section-fold-button {
  display: -webkit-flex;
  display: flex;
  position: absolute;
  left: 50%;
  bottom: 3rem;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background-color: transparent;
  border: none;
  color: rgb(65, 65, 65);
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0px;
  text-decoration: underline;
  padding: 0;
  line-height: 1;
  -webkit-align-items: center;
          align-items: center;
}
@media (min-width: 1024px) {
  .section-fold-button {
    display: none;
  }
}

.section-fold-button svg {
  position: absolute;
  -webkit-transform: rotate(180deg) translateX(100%);
          transform: rotate(180deg) translateX(100%);
}

.section-fold.section-fold--folded .section-fold-button {
  bottom: 0;
}

.section-fold.section-fold--folded .section-fold-button svg {
  -webkit-transform: rotate(0deg) translateX(-100%);
          transform: rotate(0deg) translateX(-100%);
}

@media (max-width: 479.99px) {
  .section-fold .section:last-child {
    padding-bottom: 8rem;
  }
}

.section-fold-button:hover {
  text-decoration: none;
}

.wrapper {
  --space: clamp(1.6rem, 0.676rem + 2.465vw, 3.2rem);
  margin-inline: auto;
  width: min(100% - var(--space) * 2, 1140px);
}
@media (min-width: 1024px) {
  .wrapper {
    --space: 1.6rem;
  }
}

.wrapper--small {
  --space: clamp(1.6rem, 0.676rem + 2.465vw, 3.2rem);
  margin-inline: auto;
  width: min(100% - var(--space) * 2, 964px);
}
@media (min-width: 1024px) {
  .wrapper--small {
    --space: 1.6rem;
  }
}

.myfooter p {
  color: rgb(71, 76, 87);
  font-size: 14px;
  text-wrap: pretty;
  line-height: 1.5;
  max-width: 58ch;
}
@media (min-width: 1024px) {
  .myfooter p {
    font-size: 16px;
    max-width: 72ch;
    text-wrap: balance;
  }
}

.toggle-button {
  cursor: pointer;
  border: none;
  border-radius: 4px;
  background-color: rgb(247, 247, 247);
  padding: 4px;
}
@media (min-width: 1024px) {
  .toggle-button {
    padding: 9px 6px;
  }
}

.toggle-button span {
  color: rgb(65, 65, 65);
  font-size: 12px;
  font-weight: 400;
  line-height: 1;
  padding: 4px 16px;
}
@media (min-width: 1024px) {
  .toggle-button span {
    font-size: 14px;
    padding: 7px 16px;
  }
}

.toggle-button span[data-active=true],
.toggle-button[data-checked=true] span:first-child,
.toggle-button[data-checked=false] span:last-child {
  border-radius: 6px;
  box-shadow: 0px 1px 0px rgba(228, 228, 228, 0.5);
  background-color: rgb(255, 255, 255);
  font-weight: 500;
}

.leaderboard-prices-list {
  list-style: none;
  padding: 0;
  margin: 0;
  color: rgb(142, 143, 145);
  overflow: auto;
}

.leaderboard-prices-list li {
  background-color: #fff;
  padding: 25px 20px;
  border-radius: 3px;
  width: 159px;
  min-height: 162px;
}

.leaderboard-prices-list li p {
  font-size: 14px;
  font-weight: 400;
  text-align: center;
  line-height: 18px;
  margin: 0;
}

.leaderboard-prices-list li h3 {
  font-size: 14px;
  font-weight: 400;
  line-height: 11px;
  margin: 0;
  text-align: center;
}

.leaderboard-prices-list li .leaderboard-prices-list__price {
  color: rgb(27, 81, 60);
  font-size: 37px;
  font-weight: 700;
  text-align: center;
  margin: 0;
  line-height: 1;
}

.leaderboard-prices-list li .leaderboard-prices-list__price span {
  font-weight: 500;
  font-size: 19px;
}

.affil-cards.affil-cards--leaderboard {
  margin-top: 32px;
  margin-bottom: 0;
}
@media (min-width: 1024px) {
  .affil-cards.affil-cards--leaderboard {
    margin-top: 44px;
  }
}

@media (max-width: 1280px) {
  .affil-cards.affil-cards--leaderboard .affil-card {
    padding: 0 1.5rem;
  }
}

.affil-cards.affil-cards--leaderboard .affil-card__title {
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0px;
  line-height: 1;
}
@media (min-width: 330px) {
  .affil-cards.affil-cards--leaderboard .affil-card__title {
    font-size: 15px;
  }
}
@media (min-width: 1024.99px) {
  .affil-cards.affil-cards--leaderboard .affil-card__title {
    color: rgb(65, 65, 65);
    font-weight: 500;
  }
}

.affil-cards.affil-cards--leaderboard .affil-card__description {
  opacity: 0.95;
  color: #fff;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0px;
  line-height: 1.5;
  margin-top: 0.7rem;
}
@media (min-width: 330px) {
  .affil-cards.affil-cards--leaderboard .affil-card__description {
    font-size: 13px;
  }
}
@media (min-width: 360px) {
  .affil-cards.affil-cards--leaderboard .affil-card__description {
    margin-top: 1rem;
    font-size: 14px;
  }
}
@media (min-width: 400px) {
  .affil-cards.affil-cards--leaderboard .affil-card__description {
    margin-top: 1.2rem;
    line-height: 1.6;
  }
}
@media (min-width: 1024.99px) {
  .affil-cards.affil-cards--leaderboard .affil-card__description {
    opacity: 0.8;
    color: rgb(65, 65, 65);
    font-size: 11px;
    font-weight: 400;
    letter-spacing: 0px;
    line-height: 1.425;
    margin-top: 2px;
  }
}

.affil-cards.affil-cards--leaderboard .affil-card {
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg width='385px' height='124px' viewBox='0 0 385 124' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Ctitle%3EBG 2%3C/title%3E%3Cdefs%3E%3Cpath d='M11.3274241,0 L358.937494,0 C363.171133,2.17836536e-14 366.946001,2.66600275 368.361772,6.65590155 L386.576061,57.9870819 C387.497217,60.5830672 387.497217,63.4169328 386.576061,66.0129181 L368.361772,117.344098 C366.946001,121.333997 363.171133,124 358.937494,124 L11.3274241,124 C6.90914611,124 3.3274241,120.418278 3.3274241,116 C3.3274241,115.088514 3.48319222,114.183731 3.78800214,113.324721 L20.5760613,66.0129181 C21.4972174,63.4169328 21.4972174,60.5830672 20.5760613,57.9870819 L3.78800214,10.6752788 C2.31048648,6.51137099 4.48823757,1.9380937 8.65214534,0.460578036 C9.51115513,0.15576811 10.415938,5.4965078e-15 11.3274241,5.32907052e-15 Z' id='path-1'%3E%3C/path%3E%3Cfilter x='-3.4%25' y='-13.3%25' width='107.5%25' height='126.6%25' filterUnits='objectBoundingBox' id='filter-2'%3E%3CfeGaussianBlur stdDeviation='16.5' in='SourceAlpha' result='shadowBlurInner1'%3E%3C/feGaussianBlur%3E%3CfeOffset dx='0' dy='0' in='shadowBlurInner1' result='shadowOffsetInner1'%3E%3C/feOffset%3E%3CfeComposite in='shadowOffsetInner1' in2='SourceAlpha' operator='arithmetic' k2='-1' k3='1' result='shadowInnerInner1'%3E%3C/feComposite%3E%3CfeColorMatrix values='0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 0.0863472465 0' type='matrix' in='shadowInnerInner1'%3E%3C/feColorMatrix%3E%3C/filter%3E%3C/defs%3E%3Cg id='Leaderboard' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='Rondonova-hra-02-zebricek--desktop' transform='translate(-529, -906)'%3E%3Cg id='Affill' transform='translate(150, 906)'%3E%3Cg id='BG' transform='translate(376, 0)'%3E%3Cuse fill='%23F5F6F7' fill-rule='evenodd' xlink:href='%23path-1'%3E%3C/use%3E%3Cuse fill='black' fill-opacity='1' filter='url(%23filter-2)' xlink:href='%23path-1'%3E%3C/use%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  height: 103px;
}
@media (max-width: 1024px) {
  .affil-cards.affil-cards--leaderboard .affil-card {
    padding: 0 25px 12.5px;
    height: clamp(13.9rem, -0.085rem + 43.704vw, 19.8rem);
    background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg width='288px' height='136px' viewBox='0 0 288 136' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Ctitle%3EBG 2%3C/title%3E%3Cdefs%3E%3Cpath d='M8.42867617,0.452296385 L144,7.72727273 L144,7.72727273 L279.571324,0.452296385 C283.983254,0.215545073 287.751755,3.60019642 287.988507,8.01212675 C287.996167,8.15489044 288,8.29783384 288,8.44080293 L288,116.2938 C288,120.446807 284.822135,123.909211 280.684351,124.264475 L145.026526,135.911864 C144.343432,135.970513 143.656568,135.970513 142.973474,135.911864 L7.3156491,124.264475 C3.17786483,123.909211 2.28495357e-15,120.446807 1.77635684e-15,116.2938 L3.55271368e-15,8.44080293 C3.01163068e-15,4.02252493 3.581722,0.440802925 8,0.440802925 C8.14296909,0.440802925 8.28591249,0.444635455 8.42867617,0.452296385 Z' id='path-1'%3E%3C/path%3E%3Cfilter x='-5.7%25' y='-11.8%25' width='111.5%25' height='123.9%25' filterUnits='objectBoundingBox' id='filter-2'%3E%3CfeGaussianBlur stdDeviation='16.5' in='SourceAlpha' result='shadowBlurInner1'%3E%3C/feGaussianBlur%3E%3CfeOffset dx='0' dy='0' in='shadowBlurInner1' result='shadowOffsetInner1'%3E%3C/feOffset%3E%3CfeComposite in='shadowOffsetInner1' in2='SourceAlpha' operator='arithmetic' k2='-1' k3='1' result='shadowInnerInner1'%3E%3C/feComposite%3E%3CfeColorMatrix values='0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 0.0863472465 0' type='matrix' in='shadowInnerInner1'%3E%3C/feColorMatrix%3E%3C/filter%3E%3C/defs%3E%3Cg id='Leaderboard' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='Say-about-11-a--mobile-Copy' transform='translate(-16, -1068)'%3E%3Cg id='BG' transform='translate(16, 1068)'%3E%3Cuse fill='%23B79F00' fill-rule='evenodd' xlink:href='%23path-1'%3E%3C/use%3E%3Cuse fill='black' fill-opacity='1' filter='url(%23filter-2)' xlink:href='%23path-1'%3E%3C/use%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  }
}

.affil-cards.affil-cards--leaderboard .affil-card:first-child {
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg width='388px' height='124px' viewBox='0 0 388 124' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Ctitle%3EBG 3%3C/title%3E%3Cdefs%3E%3Cpath d='M8,0 L358.937494,0 C363.171133,2.17836536e-14 366.946001,2.66600275 368.361772,6.65590155 L386.576061,57.9870819 C387.497217,60.5830672 387.497217,63.4169328 386.576061,66.0129181 L368.361772,117.344098 C366.946001,121.333997 363.171133,124 358.937494,124 L8,124 C3.581722,124 2.705415e-16,120.418278 0,116 L0,8 C-5.41083001e-16,3.581722 3.581722,5.41083001e-16 8,0 Z' id='path-1'%3E%3C/path%3E%3Cfilter x='-4.3%25' y='-13.3%25' width='108.3%25' height='126.6%25' filterUnits='objectBoundingBox' id='filter-2'%3E%3CfeGaussianBlur stdDeviation='16.5' in='SourceAlpha' result='shadowBlurInner1'%3E%3C/feGaussianBlur%3E%3CfeOffset dx='0' dy='0' in='shadowBlurInner1' result='shadowOffsetInner1'%3E%3C/feOffset%3E%3CfeComposite in='shadowOffsetInner1' in2='SourceAlpha' operator='arithmetic' k2='-1' k3='1' result='shadowInnerInner1'%3E%3C/feComposite%3E%3CfeColorMatrix values='0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 0.0863472465 0' type='matrix' in='shadowInnerInner1'%3E%3C/feColorMatrix%3E%3C/filter%3E%3C/defs%3E%3Cg id='Leaderboard' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='Rondonova-hra-02-zebricek--desktop' transform='translate(-150, -906)'%3E%3Cg id='BG' transform='translate(150, 906)'%3E%3Cuse fill='%23F5F6F7' fill-rule='evenodd' xlink:href='%23path-1'%3E%3C/use%3E%3Cuse fill='black' fill-opacity='1' filter='url(%23filter-2)' xlink:href='%23path-1'%3E%3C/use%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}
@media (max-width: 1024px) {
  .affil-cards.affil-cards--leaderboard .affil-card:first-child {
    background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg width='288px' height='136px' viewBox='0 0 288 136' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Ctitle%3EBG 3%3C/title%3E%3Cdefs%3E%3Cpath d='M8,0 L280,0 C284.418278,-3.22053779e-14 288,3.581722 288,8 L288,116.2938 C288,120.446807 284.822135,123.909211 280.684351,124.264475 L145.026526,135.911864 C144.343432,135.970513 143.656568,135.970513 142.973474,135.911864 L7.3156491,124.264475 C3.17786483,123.909211 2.28495357e-15,120.446807 1.77635684e-15,116.2938 L0,8 C-5.41083001e-16,3.581722 3.581722,5.41083001e-16 8,0 Z' id='path-1'%3E%3C/path%3E%3Cfilter x='-5.7%25' y='-12.1%25' width='111.5%25' height='124.2%25' filterUnits='objectBoundingBox' id='filter-2'%3E%3CfeGaussianBlur stdDeviation='16.5' in='SourceAlpha' result='shadowBlurInner1'%3E%3C/feGaussianBlur%3E%3CfeOffset dx='0' dy='0' in='shadowBlurInner1' result='shadowOffsetInner1'%3E%3C/feOffset%3E%3CfeComposite in='shadowOffsetInner1' in2='SourceAlpha' operator='arithmetic' k2='-1' k3='1' result='shadowInnerInner1'%3E%3C/feComposite%3E%3CfeColorMatrix values='0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 0.0863472465 0' type='matrix' in='shadowInnerInner1'%3E%3C/feColorMatrix%3E%3C/filter%3E%3C/defs%3E%3Cg id='Leaderboard' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='Say-about-11-a--mobile-Copy' transform='translate(-16, -926)'%3E%3Cg id='BG' transform='translate(16, 926)'%3E%3Cuse fill='%23B79F00' fill-rule='evenodd' xlink:href='%23path-1'%3E%3C/use%3E%3Cuse fill='black' fill-opacity='1' filter='url(%23filter-2)' xlink:href='%23path-1'%3E%3C/use%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  }
}

.affil-cards.affil-cards--leaderboard .affil-card:last-child {
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg width='385px' height='124px' viewBox='0 0 385 124' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Ctitle%3EBG%3C/title%3E%3Cdefs%3E%3Cpath d='M11.3274241,0 L378,0 C383.522847,-1.01453063e-15 388,4.4771525 388,10 L388,114 C388,119.522847 383.522847,124 378,124 L11.3274241,124 C6.90914611,124 3.3274241,120.418278 3.3274241,116 C3.3274241,115.088514 3.48319222,114.183731 3.78800214,113.324721 L20.5760613,66.0129181 C21.4972174,63.4169328 21.4972174,60.5830672 20.5760613,57.9870819 L3.78800214,10.6752788 C2.31048648,6.51137099 4.48823757,1.9380937 8.65214534,0.460578036 C9.51115513,0.15576811 10.415938,1.94379412e-15 11.3274241,1.77635684e-15 Z' id='path-1'%3E%3C/path%3E%3Cfilter x='-3.4%25' y='-13.3%25' width='107.6%25' height='126.6%25' filterUnits='objectBoundingBox' id='filter-2'%3E%3CfeGaussianBlur stdDeviation='16.5' in='SourceAlpha' result='shadowBlurInner1'%3E%3C/feGaussianBlur%3E%3CfeOffset dx='0' dy='0' in='shadowBlurInner1' result='shadowOffsetInner1'%3E%3C/feOffset%3E%3CfeComposite in='shadowOffsetInner1' in2='SourceAlpha' operator='arithmetic' k2='-1' k3='1' result='shadowInnerInner1'%3E%3C/feComposite%3E%3CfeColorMatrix values='0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 0.0863472465 0' type='matrix' in='shadowInnerInner1'%3E%3C/feColorMatrix%3E%3C/filter%3E%3C/defs%3E%3Cg id='Leaderboard' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='Rondonova-hra-02-zebricek--desktop' transform='translate(-905, -906)'%3E%3Cg id='Affill' transform='translate(150, 906)'%3E%3Cg id='BG' transform='translate(752, 0)'%3E%3Cuse fill='%23F5F6F7' fill-rule='evenodd' xlink:href='%23path-1'%3E%3C/use%3E%3Cuse fill='black' fill-opacity='1' filter='url(%23filter-2)' xlink:href='%23path-1'%3E%3C/use%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}
@media (max-width: 1024px) {
  .affil-cards.affil-cards--leaderboard .affil-card:last-child {
    padding-bottom: 0;
    background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg width='288px' height='136px' viewBox='0 0 288 136' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Ctitle%3EBG%3C/title%3E%3Cdefs%3E%3Cpath d='M8.47140169,0.500048016 L144,8.5 L144,8.5 L279.528598,0.500048016 C283.939199,0.239700053 287.725751,3.60414473 287.986099,8.01474553 C287.995364,8.17170867 288,8.32891086 288,8.48614722 L288,128 C288,132.418278 284.418278,136 280,136 L8,136 C3.581722,136 2.705415e-16,132.418278 0,128 L1.77635684e-15,8.48614722 C1.23527384e-15,4.06786922 3.581722,0.486147217 8,0.486147217 C8.15723636,0.486147217 8.31443854,0.490782831 8.47140169,0.500048016 Z' id='path-1'%3E%3C/path%3E%3Cfilter x='-5.7%25' y='-11.8%25' width='111.5%25' height='123.9%25' filterUnits='objectBoundingBox' id='filter-2'%3E%3CfeGaussianBlur stdDeviation='16.5' in='SourceAlpha' result='shadowBlurInner1'%3E%3C/feGaussianBlur%3E%3CfeOffset dx='0' dy='0' in='shadowBlurInner1' result='shadowOffsetInner1'%3E%3C/feOffset%3E%3CfeComposite in='shadowOffsetInner1' in2='SourceAlpha' operator='arithmetic' k2='-1' k3='1' result='shadowInnerInner1'%3E%3C/feComposite%3E%3CfeColorMatrix values='0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 0.0863472465 0' type='matrix' in='shadowInnerInner1'%3E%3C/feColorMatrix%3E%3C/filter%3E%3C/defs%3E%3Cg id='Leaderboard' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='Say-about-11-a--mobile-Copy' transform='translate(-16, -1210)'%3E%3Cg id='BG' transform='translate(16, 1210)'%3E%3Cuse fill='%23B79F00' fill-rule='evenodd' xlink:href='%23path-1'%3E%3C/use%3E%3Cuse fill='black' fill-opacity='1' filter='url(%23filter-2)' xlink:href='%23path-1'%3E%3C/use%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  }
}

.affil-card__number {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  background-color: #fff;
  color: rgb(197, 167, 30);
  font-size: 31px;
  font-weight: 700;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
          justify-content: center;
  -webkit-align-items: center;
          align-items: center;
  -webkit-flex-shrink: 0;
          flex-shrink: 0;
  margin-right: 1.5rem;
}
@media (min-width: 1200px) {
  .affil-card__number {
    margin-right: 2rem;
    width: 54px;
    height: 54px;
    font-size: 34px;
  }
}

.affil-cards.affil-cards--leaderboard .affil-card:not(:first-child) .affil-card__number {
  margin-left: 1rem;
}

.hero {
  background-color: #f5f6f7;
}

@media (min-width: 1024px) {
  .hero--game-space {
    border-radius: 16px 16px 0 0;
  }
}

.hero a:not(.btn) {
  color: rgb(65, 65, 65);
  font-size: 14px;
  font-weight: 400;
  line-height: 28px;
}

.hero a:hover {
  text-decoration: none;
}

.hero-user {
  max-width: 410px;
  min-height: 287px;
  border-radius: 10px;
  background-color: #fff;
  box-shadow: 0px 1px 17px rgba(0, 0, 0, 0.18);
}
@media (min-width: 480px) {
  .hero-user {
    min-height: 410px;
  }
}
@media (min-width: 1024px) {
  .hero-user {
    box-shadow: 0px 2px 24px rgba(0, 0, 0, 0.18);
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

.hero-user-header {
  min-height: 106px;
  background-color: #b79f00;
  border-radius: 10px 10px 0px 0px;
  color: #fff;
}
@media (min-width: 480px) {
  .hero-user-header {
    min-height: 135px;
  }
}

.hero-user-header-inner {
  -webkit-transform: translateY(-17px);
          transform: translateY(-17px);
}
@media (min-width: 480px) {
  .hero-user-header-inner {
    -webkit-transform: translateY(-25px);
            transform: translateY(-25px);
  }
}

.hero-user-header img {
  width: 63px;
  height: 63px;
  border-radius: 50%;
}
@media (min-width: 480px) {
  .hero-user-header img {
    width: 80px;
    height: 80px;
  }
}

.hero-user-header__name {
  color: rgb(255, 255, 255);
  font-size: 14px;
  font-weight: 600;
}
@media (min-width: 480px) {
  .hero-user-header__name {
    font-size: 16px;
  }
}

.hero-user-header__date {
  color: rgb(255, 255, 255);
  font-size: 14px;
  font-weight: 400;
}

.hero-user-body__info {
  color: rgb(65, 65, 65);
  font-size: 14px;
  font-weight: 400;
  text-align: center;
  line-height: 1.3;
  margin-bottom: 0;
  text-wrap: balance;
}
@media (min-width: 480px) {
  .hero-user-body__info {
    font-size: 16px;
  }
}

.hero-user-body__time-remaining {
  color: rgb(65, 65, 65);
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0px;
  text-align: center;
  line-height: 1.5;
  margin-bottom: 0;
}
@media (min-width: 480px) {
  .hero-user-body__time-remaining {
    font-size: 14px;
  }
}

.hero-user-body__info-box {
  border-radius: 4px;
  border: 1px dotted rgb(215, 215, 215);
}
@media (min-width: 480px) {
  .hero-user-body__info-box {
    min-height: 8.5rem;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
            align-items: center;
  }
}

.hero-user-body__rondons p {
  color: #b79f00;
}

.hero-user-body__leaderboard-place p {
  color: #666666;
}

.hero-user-body__info-box-title {
  font-size: 22px;
  font-weight: 700;
  line-height: 1;
}
@media (min-width: 480px) {
  .hero-user-body__info-box-title {
    font-size: 28px;
  }
}

.hero-user-body__info-box-description {
  font-size: 10px;
  font-weight: 400;
  line-height: 1;
}
@media (min-width: 480px) {
  .hero-user-body__info-box-description {
    font-size: 14px;
  }
}

.hero-user-body__footer-description,
.hero-user-body__footer-description a {
  opacity: 0.8;
  color: rgb(65, 65, 65);
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
}

.hero-game-logo-wrapper {
  width: 100%;
  height: 100%;
  border-radius: 1.5rem;
  aspect-ratio: 1;
  max-width: 80px;
}
@media (min-width: 420px) {
  .hero-game-logo-wrapper {
    max-width: 100px;
  }
}
@media (min-width: 480px) {
  .hero-game-logo-wrapper {
    max-width: 125px;
  }
}
@media (min-width: 640px) {
  .hero-game-logo-wrapper {
    max-width: 140px;
  }
}
@media (min-width: 768px) {
  .hero-game-logo-wrapper {
    max-width: 180px;
  }
}
@media (min-width: 1024px) {
  .hero-game-logo-wrapper {
    max-width: 218px;
  }
}

.hero-game-logo-wrapper.hero-game-logo-wrapper--tic-tac-toe {
  background-image: -webkit-linear-gradient(326deg, #50206f 0%, #a01d82 100%);
  background-image: linear-gradient(124deg, #50206f 0%, #a01d82 100%);
}

.hero-game-logo-wrapper.hero-game-logo-wrapper--bubble-breaker {
  background-image: -webkit-linear-gradient(326deg, #334c6b 0%, #4372ce 100%);
  background-image: linear-gradient(124deg, #334c6b 0%, #4372ce 100%);
}

.hero-game-logo-wrapper.hero-game-logo-wrapper--small-game {
  background-image: -webkit-linear-gradient(326deg, #db780a 0%, #f1aa00 100%);
  background-image: linear-gradient(124deg, #db780a 0%, #f1aa00 100%);
}

.hero-game-logo-wrapper.hero-game-logo-wrapper--big-quiz-daily {
  background-image: -webkit-linear-gradient(326deg, #5235cb 0%, #6147d2 100%);
  background-image: linear-gradient(124deg, #5235cb 0%, #6147d2 100%);
}

.hero-game-logo-wrapper img {
  width: 50%;
}

.small-game-leaderboard {
  max-width: 964px;
  box-shadow: 0px 0px 12px rgba(199, 194, 194, 0.3);
  background-color: rgb(255, 255, 255);
}
@media (min-width: 768px) {
  .small-game-leaderboard {
    border-radius: 8px;
    box-shadow: 0px 2px 24px rgba(0, 0, 0, 0.18);
    padding: 26px 20px;
    margin-left: clamp(1.6rem, 0.676rem + 2.465vw, 3.2rem);
    margin-right: clamp(1.6rem, 0.676rem + 2.465vw, 3.2rem);
  }
}
@media (min-width: 1024px) {
  .small-game-leaderboard {
    margin-inline: auto;
  }
}

.small-game-leaderboard.small-game-leaderboard--game-space .small-game-leaderboard__row-credits {
  max-width: 173px;
}

.small-game-leaderboard__row-header {
  padding-top: 2rem;
  padding-bottom: 1.2rem;
}
@media (min-width: 768px) {
  .small-game-leaderboard__row-header {
    padding-top: 0.5rem;
    padding-bottom: 2rem;
  }
}

.small-game-leaderboard__row-header div {
  color: rgb(142, 143, 145);
  font-size: 11px;
  line-height: 1;
  font-weight: 400;
}
@media (min-width: 768px) {
  .small-game-leaderboard__row-header div {
    font-size: 14px;
  }
}

.small-game-leaderboard__row,
.small-game-leaderboard__row-header {
  padding-left: 1.6rem;
  padding-right: 1.6rem;
  padding-left: clamp(1.6rem, 0.676rem + 2.465vw, 3.2rem);
  padding-right: clamp(1.6rem, 0.676rem + 2.465vw, 3.2rem);
}
@media (min-width: 768px) {
  .small-game-leaderboard__row,
.small-game-leaderboard__row-header {
    padding-left: 1.6rem;
    padding-right: 1.6rem;
  }
}

.small-game-leaderboard__row {
  border-radius: 4px;
}

.small-game-leaderboard__row:nth-of-type(even) {
  background-color: #f9f9f9;
}

.small-game-leaderboard__row[data-is-user=true] {
  background-color: #fbf7e3;
}

.small-game-leaderboard__row img {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  margin-right: 8px;
}
@media (min-width: 1024px) {
  .small-game-leaderboard__row img {
    margin-right: 12px;
    width: 32px;
    height: 32px;
  }
}

.small-game-leaderboard__row-placement {
  font-size: 11px;
  line-height: 1;
  color: rgb(142, 143, 145);
  min-width: 2ch;
  text-align: right;
}
@media (min-width: 1024px) {
  .small-game-leaderboard__row-placement {
    font-size: 14px;
    max-width: 110px;
    text-align: left;
    width: 100%;
  }
}

.small-game-leaderboard__row-player {
  display: inline-block;
  font-size: 14px;
  line-height: 1;
  color: #414141;
  font-weight: 400;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
@media (min-width: 1024px) {
  .small-game-leaderboard__row-player {
    max-width: 240px;
    width: 100%;
    font-size: 16px;
  }
}

.small-game-leaderboard__row-credits {
  color: rgb(65, 65, 65);
  font-size: 14px;
  font-weight: 400;
  margin-left: auto;
  text-align: right;
  -webkit-flex-shrink: 0;
          flex-shrink: 0;
}
@media (min-width: 640px) {
  .small-game-leaderboard__row-credits {
    min-width: 150px;
    text-align: left;
  }
}
@media (min-width: 1024px) {
  .small-game-leaderboard__row-credits {
    margin-left: 0;
    min-width: auto;
    max-width: 120px;
    width: 100%;
    text-align: right;
  }
}

@media (min-width: 640px) {
  .small-game-leaderboard__row-price {
    width: 16.3rem;
    text-align: left;
  }
}
@media (min-width: 768px) {
  .small-game-leaderboard__row-price {
    width: 16.3rem;
    text-align: left;
  }
}
@media (min-width: 1024px) {
  .small-game-leaderboard__row-price {
    width: 16.3rem;
    margin-left: 11rem;
  }
}

.small-game-leaderboard__plus {
  color: rgb(142, 143, 145);
  font-size: 14px;
  font-weight: 400;
}
@media (min-width: 1024px) {
  .small-game-leaderboard__plus {
    margin-left: 0.2rem;
    margin-right: 0.2rem;
  }
}

.small-game-leaderboard__tag {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
          justify-content: center;
  -webkit-align-items: center;
          align-items: center;
  width: 74px;
  border-radius: 18px;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  padding-block: 5px;
}
@media (min-width: 1024px) {
  .small-game-leaderboard__tag {
    width: 68px;
  }
}

.small-game-leaderboard__tag--money {
  background-color: rgb(228, 243, 237);
  color: rgb(27, 81, 60);
}

.small-game-leaderboard__tag--puzzles {
  background-color: rgb(242, 230, 255);
  color: rgb(84, 0, 171);
}
@media (min-width: 640px) {
  .small-game-leaderboard__tag--puzzles {
    margin-left: auto;
  }
}
@media (min-width: 1024px) {
  .small-game-leaderboard__tag--puzzles {
    margin-left: 0;
  }
}

.small-game-leaderboard__row-separator {
  gap: 3px;
  margin-block: 16px;
}
.small-game-leaderboard__row-separator span {
  width: 3px;
  height: 3px;
  background-color: #aaa;
  border-radius: 50%;
}

.small-game-leaderboard__divider {
  border-radius: 8px;
  background-color: hsl(0deg, 0%, 95%);
  height: 1px;
  width: 100%;
  margin-bottom: 5px;
}

.small-game-leaderboard__tab-button {
  color: rgb(65, 65, 65);
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  border: none;
  background-color: transparent;
  cursor: pointer;
  padding: 0;
  border-bottom: 2px solid transparent;
}

.small-game-leaderboard__tab-button[data-is-active=true] {
  border-color: #f37015;
}

[data-visible=false],
[data-toggle-checked=false] > div:first-child,
[data-toggle-checked=true] > div:last-child {
  display: none;
}

@media (min-width: 640px) {
  [data-toggle-checked=false] > div:first-child {
    display: block !important;
  }
}

@media (min-width: 640px) {
  [data-toggle-checked=false] > div:last-child {
    display: none !important;
  }
}

@media (max-width: 1023.9px) {
  .section[data-is-active=true] {
    display: block;
    background-color: #fff;
  }
}

@media (max-width: 1023.9px) {
  .section[data-is-active=false] {
    display: none;
  }
}

.small-game-leaderboard-card {
  box-shadow: 0px 0px 12px rgba(199, 194, 194, 0.3);
  max-width: 45rem;
  margin-inline: auto;
  border-radius: 10px;
}

.small-game-leaderboard-card img {
  position: absolute;
  top: 0;
  width: 68px;
  height: 68px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  border-radius: 50%;
}

.small-game-leaderboard-card__group .small-game-leaderboard-card__group-label {
  color: rgb(142, 143, 145);
  font-size: 11px;
  font-weight: 400;
  line-height: 11px;
}

.small-game-leaderboard-card__group .small-game-leaderboard-card__group-title {
  color: rgb(65, 65, 65);
  font-size: 14px;
  line-height: 12px;
}
/*# sourceMappingURL=toplist.css.map */
