.pokarr-wrap {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  align-items: center;
  width: 100%;
  background-color: #091327;
}

.pokarr-head {
  aspect-ratio: 1440 / 2728;
  display: flex;
  position: relative;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 1306px;
  padding: 32vw 15px 36px;
  background-color: #091327;
  background-image: url(/nimg/pcr-head-bg2.jpg);
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: contain;
}

@media screen and (min-width: 48em) {
  .pokarr-head {
    aspect-ratio: 1306 / 593;
    padding: 0 15px 36px;
    background-image: url(/nimg/pcr-head-bg.jpg);
  }
}

.pokarr-head::before {
  z-index: 2;
  position: absolute;
  right: 0;
  bottom: -250px;
  width: 486px;
  height: 736px;
  background-image: url(/nimg/pcr-glass1.webp);
  background-repeat: no-repeat;
  content: '';
  opacity: .5;
}

@media screen and (min-width: 48em) {
  .pokarr-head::before {
    top: 95px;
    bottom: initial;
    opacity: 1;
  }
}

.pokarr-head::after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 200px;
  background-image: linear-gradient(0deg, #0a1327 0%, rgba(255, 255, 255, 0) 100%);
  content: '';
}

@media screen and (min-width: 48em) {
  .pokarr-head::after {
    height: 200px;
    background-image: linear-gradient(0deg, #0a1327 0%, rgba(255, 255, 255, 0) 100%);
  }
}

.pokarr-head--inner {
  display: flex;
  z-index: 3;
  flex-direction: column;
  align-items: center;
  max-width: 300px;
}

@media screen and (min-width: 48em) {
  .pokarr-head--inner {
    max-width: 600px;
    margin: 14.5% 0 0;
  }
}

@media screen and (min-width: 64em) {
  .pokarr-head--inner {
    max-width: initial;
  }
}

.pokarr-head--top {
  display: flex;
  justify-content: space-between;
  width: 100%;
  max-width: 940px;
  margin: 0 0 10px;
}

.pokarr-head--top span {
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  background-image: radial-gradient(67.79% 67.85% at 50% 50%, #fff 0%, #999 100%);
  color: transparent;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 16px;
  text-transform: uppercase;
}

@media screen and (min-width: 64em) {
  .pokarr-head--top span {
    font-size: 16px;
    line-height: 19px;
  }
}

.pokarr-head--heading {
  -webkit-text-fill-color: transparent;
  width: 100%;
  max-width: 940px;
  margin: 0 0 40px;
  -webkit-background-clip: text;
  background-clip: text;
  background-image: radial-gradient(50% 50% at 50% 50%, #f0e394 0%, #d6b251 100%);
  color: transparent;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 35px;
  font-weight: 700;
  line-height: 37px;
  text-align: center;
  text-transform: uppercase;
}

@media screen and (min-width: 64em) {
  .pokarr-head--heading {
    margin: 0 0 46px;
    font-size: 55px;
    line-height: 58px;
  }
}

.pokarr-head--cta {
  padding: 20px 32px;
  border-radius: 15px;
  background-image: linear-gradient(0deg, #fdf68b -11.11%, #f7ec5e 45.26%, #fdf68b 100%);
  color: #101010;
  font-size: 20px;
  font-weight: 500;
  line-height: 23px;
  text-align: center;
  white-space: nowrap;
}

@media screen and (min-width: 64em) {
  .pokarr-head--cta {
    padding: 18px 64px;
    font-size: 23px;
    line-height: 1;
  }
}

.pokarr-var {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 1306px;
  min-height: 640px;
  padding: 0 15px 50px;
  background-color: #091327;
  background-repeat: no-repeat;
  background-size: cover;
}

@media screen and (min-width: 48em) {
  .pokarr-var {
    padding: 10px 30px 73px;
  }
}

.pokarr-var--heading {
  width: 100%;
  margin: 0 0 20px;
  color: #fff;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 35px;
  font-weight: 700;
  line-height: 37px;
  text-align: center;
  text-transform: uppercase;
}

@media screen and (min-width: 64em) {
  .pokarr-var--heading {
    margin: 0 0 40px;
    font-size: 75px;
    line-height: 79px;
  }
}

.pokarr-var--grid {
  gap: 15px;
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 1120px;
  margin: 0 0 15px;
}

@media screen and (min-width: 64em) {
  .pokarr-var--grid {
    gap: 24px;
    flex-direction: row;
    justify-content: space-between;
    margin: 0 0 70px;
  }
}

.pokarr-var--card {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding: 25px 22px 22px 25px;
  border: 1px solid #fff;
  border-radius: 45px;
  background-image: url(/nimg/pcr-card-bg2.jpg);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

@media screen and (min-width: 48em) {
  .pokarr-var--card {
    padding: 42px 34px 50px;
  }
}

@media screen and (min-width: 64em) {
  .pokarr-var--card {
    max-width: 516px;
  }
}

.pokarr-var--card_pro {
  position: relative;
  background-image: url(/nimg/pcr-card-bg1.jpg);
}

.pokarr-var--card_pro::before {
  position: absolute;
  top: -14px;
  left: -12px;
  width: 49px;
  height: 60px;
  background-image: url(/nimg/pcr-card-accent1.png);
  background-repeat: no-repeat;
  background-size: 49px;
  content: '';
}

@media screen and (min-width: 48em) {
  .pokarr-var--card_pro::before {
    top: -40px;
    left: -68px;
    width: 115px;
    height: 140px;
    background-size: 115px;
  }
}

.pokarr-var--card_wide {
  position: relative;
  max-width: 1120px;
  background-image: url(/nimg/pcr-card-bg3.jpg);
}

.pokarr-var--card_wide::before {
  position: absolute;
  top: -13px;
  right: -14px;
  width: 69px;
  height: 79px;
  background-image: url(/nimg/pcr-card-accent2.png);
  background-repeat: no-repeat;
  background-size: 69px;
  content: '';
}

@media screen and (min-width: 48em) {
  .pokarr-var--card_wide::before {
    top: -70px;
    right: -30px;
    width: 197px;
    height: 225px;
    background-size: 197px;
  }
}

.pokarr-var--head {
  -webkit-text-fill-color: transparent;
  margin: 0 0 5px;
  -webkit-background-clip: text;
  background-clip: text;
  background-image: radial-gradient(94.48% 105.86% at 3.84% 82.35%, #ebe39a 0%, #e2d578 100%);
  color: transparent;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 35px;
  font-weight: 700;
  line-height: 37px;
  text-align: center;
  text-transform: uppercase;
}

@media screen and (min-width: 48em) {
  .pokarr-var--head {
    margin: 0 0 15px;
    font-size: 65px;
    line-height: 68px;
  }
}

.pokarr-var--inner {
  gap: 18px;
  display: flex;
  flex-direction: column;
}

@media screen and (min-width: 48em) {
  .pokarr-var--inner {
    gap: 28px;
  }
}

.pokarr-var--text {
  color: #fff;
  font-size: 16px;
  line-height: 18px;
  text-align: center;
}

@media screen and (min-width: 48em) {
  .pokarr-var--text {
    font-size: 23px;
    line-height: 27px;
  }
}

.pokarr-var--bottom {
  gap: 15px;
  display: flex;
  flex-direction: column;
  max-width: 350px;
  margin: 15px 0 0;
}

@media screen and (min-width: 48em) {
  .pokarr-var--bottom {
    gap: 26px;
    max-width: 390px;
    margin: 32px 0 0;
  }
}

.pokarr-var--pro {
  gap: 0 15px;
  display: flex;
  color: #fff;
  font-size: 15px;
  line-height: 18px;
}

@media screen and (min-width: 48em) {
  .pokarr-var--pro {
    gap: 0 20px;
    font-size: 20px;
    line-height: 23px;
  }
}

.pokarr-var--pro img {
  flex-shrink: 0;
  width: 35px;
  height: 35px;
}

@media screen and (min-width: 48em) {
  .pokarr-var--pro img {
    width: 48px;
    height: 48px;
  }
}

.pokarr-var--slogan {
  width: 100%;
  max-width: 320px;
  margin: 50px 0 0;
  padding: 14px 10px 5px;
  background-color: #ffc933;
  background-image: url(/nimg/pcr-slogan-bg.webp);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  color: #0f0a04;
  font-size: 25px;
  font-weight: 700;
  line-height: 29px;
  text-align: center;
}

@media screen and (min-width: 48em) {
  .pokarr-var--slogan {
    max-width: 1094px;
    margin: 55px 0 0;
    padding: 32px;
    font-size: 37px;
    line-height: 43px;
  }
}

.pokarr-pros {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 1306px;
  padding: 30px 15px 54px;
  background-color: #091327;
  background-image: url(/nimg/pcr-pros-bg.jpg);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

@media screen and (min-width: 48em) {
  .pokarr-pros {
    padding: 64px 30px 70px;
    border-radius: 60px;
  }
}

.pokarr-pros--heading {
  -webkit-text-fill-color: transparent;
  margin: 0 0 15px;
  -webkit-background-clip: text;
  background-clip: text;
  background-image: radial-gradient(95.58% 95.58% at 50% 50%, #fff 0%, #4573a4 100%);
  color: transparent;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 35px;
  font-weight: 700;
  line-height: 37px;
  text-align: center;
  text-transform: uppercase;
}

@media screen and (min-width: 48em) {
  .pokarr-pros--heading {
    margin: 0 0 35px;
    font-size: 75px;
    line-height: 79px;
  }
}

.pokarr-pros--grid {
  gap: 15px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}

@media screen and (min-width: 64em) {
  .pokarr-pros--grid {
    gap: 35px 0;
  }
}

.pokarr-pros--row {
  gap: 15px 42px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}

@media screen and (min-width: 64em) {
  .pokarr-pros--row {
    flex-direction: row;
  }
}

.pokarr-pros--card {
  width: 100%;
  border-radius: 16px;
  background-color: #00192c;
}

@media screen and (min-width: 64em) {
  .pokarr-pros--card {
    max-width: 539px;
  }
}

.pokarr-pros--top {
  gap: 0 15px;
  display: flex;
  align-items: center;
  padding: 8px 15px;
  border-radius: 16px;
  background-color: #062841;
  background-repeat: no-repeat;
  background-size: cover;
}

@media screen and (min-width: 48em) {
  .pokarr-pros--top {
    gap: 0 28px;
    padding: 12px 24px;
  }
}

.pokarr-pros--top img {
  flex-shrink: 0;
  width: 49px;
  height: 54px;
}

@media screen and (min-width: 48em) {
  .pokarr-pros--top img {
    width: 70px;
    height: 77px;
  }
}

.pokarr-pros--top span {
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  background-image: radial-gradient(95.16% 95.16% at 50% 50%, #fff 0%, #4573a4 100%);
  color: transparent;
  font-size: 20px;
  font-weight: 700;
  line-height: 23px;
}

@media screen and (min-width: 48em) {
  .pokarr-pros--top span {
    font-size: 27px;
    line-height: 32px;
  }
}

.pokarr-pros--card_1 .pokarr-pros--top {
  background-image: url(/nimg/pcr-pros-top1.webp);
}

.pokarr-pros--card_2 .pokarr-pros--top {
  background-image: url(/nimg/pcr-pros-top2.webp);
}

.pokarr-pros--card_3 .pokarr-pros--top {
  background-image: url(/nimg/pcr-pros-top3.webp);
}

.pokarr-pros--card_4 .pokarr-pros--top {
  background-image: url(/nimg/pcr-pros-top4.webp);
}

.pokarr-pros--card_5 .pokarr-pros--top {
  background-image: url(/nimg/pcr-pros-top5.webp);
}

.pokarr-pros--card_6 .pokarr-pros--top {
  background-image: url(/nimg/pcr-pros-top6.webp);
}

.pokarr-pros--card_7 .pokarr-pros--top {
  background-image: url(/nimg/pcr-pros-top7.webp);
}

.pokarr-pros--card_8 .pokarr-pros--top {
  background-image: url(/nimg/pcr-pros-top8.webp);
}

.pokarr-pros--bottom {
  padding: 15px 20px;
  color: #fff;
  font-size: 16px;
  line-height: 19px;
}

@media screen and (min-width: 48em) {
  .pokarr-pros--bottom {
    padding: 32px 16px 32px 30px;
    font-size: 20px;
    line-height: 23px;
  }
}

.pokarr-rules {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 1306px;
  padding: 50px 15px 0;
  background-color: #091327;
  background-repeat: no-repeat;
  background-size: cover;
}

@media screen and (min-width: 48em) {
  .pokarr-rules {
    padding: 70px 30px 0;
  }
}

.pokarr-rules--heading {
  width: 100%;
  margin: 0 0 15px;
  color: #fff;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 35px;
  font-weight: 700;
  line-height: 37px;
  text-align: center;
  text-transform: uppercase;
}

@media screen and (min-width: 48em) {
  .pokarr-rules--heading {
    margin: 0 0 43px;
    font-size: 75px;
    line-height: 79px;
  }
}

.pokarr-rules--heading span {
  color: #df0100;
}

.pokarr-rules--grid {
  gap: 15px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 1174px;
}

@media screen and (min-width: 48em) {
  .pokarr-rules--grid {
    gap: 53px 0;
  }
}

.pokarr-rules--card {
  display: flex;
  flex-direction: column;
  width: 100%;
  padding: 20px 20px 25px;
  border-radius: 16px;
  background-color: #0e1822;
  background-position: 0 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

@media screen and (min-width: 48em) {
  .pokarr-rules--card {
    min-height: 200px;
    padding: 33px 57px 36px;
    border-radius: 32px;
  }
}

.pokarr-rules--card_light {
  background-color: #ebd32e;
}

.pokarr-rules--card_1 {
  background-image: url(/nimg/pcr-rules1.webp);
}

.pokarr-rules--card_2 {
  background-image: url(/nimg/pcr-rules2.webp);
}

.pokarr-rules--card_3 {
  background-image: url(/nimg/pcr-rules3.webp);
}

.pokarr-rules--card_4 {
  background-image: url(/nimg/pcr-rules4.webp);
}

.pokarr-rules--card_5 {
  background-image: url(/nimg/pcr-rules5.webp);
}

.pokarr-rules--card_6 {
  background-image: url(/nimg/pcr-rules6.webp);
}

.pokarr-rules--head {
  margin: 0 0 7px;
  color: #fff;
  font-size: 30px;
  font-weight: 700;
  line-height: 31px;
}

@media screen and (min-width: 48em) {
  .pokarr-rules--head {
    margin: 0 0 15px;
    font-size: 50px;
    line-height: 53px;
  }
}

.pokarr-rules--card_light .pokarr-rules--head {
  color: #1d1604;
}

.pokarr-rules--text {
  color: #fff;
  font-size: 18px;
  line-height: 22px;
}

@media screen and (min-width: 48em) {
  .pokarr-rules--text {
    font-size: 27px;
    line-height: 32px;
  }
}

.pokarr-rules--card_light .pokarr-rules--text {
  color: #1d1604;
}

.pokarr-team {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 1306px;
  padding: 50px 15px 54px;
  background-color: #091327;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

@media screen and (min-width: 48em) {
  .pokarr-team {
    padding: 62px 30px 70px;
  }
}

.pokarr-team--heading {
  -webkit-text-fill-color: transparent;
  margin: 0 0 15px;
  -webkit-background-clip: text;
  background-clip: text;
  background-image: radial-gradient(95.58% 95.58% at 50% 50%, #fff 0%, #4573a4 100%);
  color: transparent;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 35px;
  font-weight: 700;
  line-height: 37px;
  text-align: center;
  text-transform: uppercase;
}

@media screen and (min-width: 48em) {
  .pokarr-team--heading {
    margin: 0 0 35px;
    font-size: 55px;
    line-height: 58px;
  }
}

.pokarr-team--grid {
  gap: 20px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}

@media screen and (min-width: 48em) {
  .pokarr-team--grid {
    gap: 35px 0;
  }
}

.pokarr-team--row {
  gap: 20px;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  width: 100%;
}

@media screen and (min-width: 48em) {
  .pokarr-team--row {
    gap: 35px 34px;
  }
}

@media screen and (min-width: 64em) {
  .pokarr-team--row {
    flex-direction: row;
  }
}

.pokarr-team--wrap {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  max-width: 345px;
}

@media screen and (min-width: 48em) {
  .pokarr-team--wrap {
    max-width: 570px;
  }
}

.pokarr-team--card {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 345px;
  height: 286px;
  padding: 25px 9px 15px 114px;
  border-radius: 16px;
  background-color: #09283f;
  background-position: 0 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

@media screen and (min-width: 48em) {
  .pokarr-team--card {
    max-width: 570px;
    height: initial;
    min-height: 473px;
    padding: 35px 15px 35px 206px;
  }
}

.pokarr-team--card_1 {
  background-image: url(/nimg/pcr-team-card1.webp);
}

.pokarr-team--card_2 {
  background-image: url(/nimg/pcr-team-card2.webp);
}

.pokarr-team--card_3 {
  background-image: url(/nimg/pcr-team-card3.webp);
}

.pokarr-team--card_4 {
  background-image: url(/nimg/pcr-team-card4.webp);
}

.pokarr-team--card_5 {
  background-image: url(/nimg/pcr-team-card5.webp);
}

.pokarr-team--card_6 {
  background-image: url(/nimg/pcr-team-card6.webp);
}

.pokarr-team--card_7 {
  background-image: url(/nimg/pcr-team-card7.webp);
}

.pokarr-team--card_8 {
  background-image: url(/nimg/pcr-team-card8.webp);
}

.pokarr-team--card_9 {
  background-image: url(/nimg/pcr-team-card9.webp);
}

.pokarr-team--card_10 {
  background-image: url(/nimg/pcr-team-card10.webp);
}

.pokarr-team--name {
  margin: 0 0 5px;
  color: #fff;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 20px;
  line-height: 21px;
  text-transform: uppercase;
}

@media screen and (min-width: 48em) {
  .pokarr-team--name {
    margin: 0 0 10px;
    font-size: 30px;
    line-height: 31px;
  }
}

.pokarr-team--nickname {
  -webkit-text-fill-color: transparent;
  margin: 0 0 9px;
  -webkit-background-clip: text;
  background-clip: text;
  background-image: radial-gradient(94.48% 105.86% at 3.84% 82.35%, #ebe39a 0%, #e2d578 100%);
  color: transparent;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 31px;
  text-transform: uppercase;
}

@media screen and (min-width: 48em) {
  .pokarr-team--nickname {
    margin: 0 0 15px;
    font-size: 40px;
    line-height: 42px;
  }
}

.pokarr-team--text {
  gap: 20px 0;
  display: flex;
  flex-direction: column;
  margin: 0 0 20px;
  color: #fff;
  font-size: 12px;
  line-height: 13px;
}

@media screen and (min-width: 48em) {
  .pokarr-team--text {
    font-size: 18px;
    line-height: 19px;
  }
}

.pokarr-team--profit {
  display: none;
  margin: auto 0 0;
  padding: 12px 26px;
  border-radius: 15px;
  background-image: linear-gradient(0deg, #fdf68b -11.11%, #f7ec5e 45.26%, #fdf68b 100%);
  color: #101010;
  font-size: 16px;
  font-weight: 500;
  line-height: 19px;
  text-align: center;
}

@media screen and (min-width: 48em) {
  .pokarr-team--profit {
    display: initial;
    font-size: 20px;
    line-height: 23px;
  }
}

.pokarr-team--profit_mobile {
  display: initial;
  max-width: 288px;
  margin: 10px 0 0;
}

@media screen and (min-width: 48em) {
  .pokarr-team--profit_mobile {
    display: none;
  }
}

.pokarr-bottom {
  display: flex;
  position: relative;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 1306px;
  padding: 32px 15px 70px;
}

@media screen and (min-width: 48em) {
  .pokarr-bottom {
    padding: 0 30px 70px;
  }
}

.pokarr-bottom--inner {
  display: flex;
  justify-content: center;
  width: 100%;
  padding: 48px 15px 32px;
  border-radius: 16px;
}

.pokarr-bottom--cta {
  padding: 20px 32px;
  border-radius: 15px;
  background-image: linear-gradient(0deg, #fdf68b -11.11%, #f7ec5e 45.26%, #fdf68b 100%);
  color: #101010;
  font-size: 20px;
  font-weight: 500;
  line-height: 23px;
  text-align: center;
  white-space: nowrap;
}

@media screen and (min-width: 64em) {
  .pokarr-bottom--cta {
    padding: 18px 64px;
    font-size: 23px;
    line-height: 1;
  }
}
