@font-face {
  font-family: "Vela Sans ExtraBold";
  src: url("/wp-content/themes/intentionally-blank/assets/fonts/VelaSans-ExtraBold.woff2") format("woff2");
}

@font-face {
  font-family: "Vela Sans";
  src: url("/wp-content/themes/intentionally-blank/assets/fonts/VelaSans-Regular.woff2") format("woff2");
}

html, body {
  margin: 0;
  padding: 0;
  overflow-x: hidden;
}

@media (min-width: 576px) {
  .container, .container-sm {
    max-width: 504px;
  }
}

@media (min-width: 768px) {
  .container, .container-sm, .container-md {
    max-width: 672px;
  }
}

@media (min-width: 992px) {
  .container, .container-sm, .container-md, .container-lg {
    max-width: 868px;
  }
}

@media (min-width: 1024px) {
  .container, .container-sm, .container-md, .container-lg {
    max-width: 896px;
  }
}

@media (min-width: 1200px) {
  .container, .container-sm, .container-md, .container-lg, .container-xl {
    max-width: 1050px;
  }
}

@media (min-width: 1400px) {
  .container, .container-sm, .container-md, .container-lg, .container-xl, .container-xxl {
    max-width: 1225px;
  }
}

@media (min-width: 1600px) {
  .container, .container-sm, .container-md, .container-lg, .container-xl, .container-xxl {
    max-width: 1400px;
  }
}

@media (min-width: 1920px) {
  .container, .container-sm, .container-md, .container-lg, .container-xl, .container-xxl {
    max-width: 1680px;
  }
}

body {
  font-family: "Vela Sans";
}

.first-banner {
  background: url("/wp-content/themes/intentionally-blank/assets/img/image-1920 1.png");
  background-size: cover;
  padding-bottom: 226px;
  position: relative;
  padding-top: 37px;
}

.nav {
  height: 100%;
  position: relative;
  z-index: 3;
}

.nav ul li a {
  font-family: "Vela Sans";
  font-size: 1.302vw;
  line-height: inherit;
  letter-spacing: 0%;
  text-decoration: none;
  color: #FFFFFF;
  position: relative;
  transition: 0.3s ease;
  top: 0;
}

.header {
  padding-top: 37px;
}

.nav ul {
  display: flex;
  list-style: none;
  gap: 48px;
  width: 100%;
  align-content: center;
  justify-content: center;
  align-items: center;
  margin: 0;
  padding: 0;
}

.first-banner-title {
  margin-top: 86px;
  font-family: "Vela Sans ExtraBold";
  font-weight: 800;
  font-size: 4.167vw;
  line-height: 120%;
  letter-spacing: 0%;
  margin-bottom: 32px;
  color: #fff;
  text-shadow: 0px 3px 5px #0000004D;
}

.nav ul li:hover a {
  text-shadow: 0 0 14px #F1EDB6;
}

.first-banner-text {
  font-weight: 400;
  font-size: 1.302vw;
  line-height: 140%;
  letter-spacing: 0%;
  color: #fff;
  max-width: 836px;
  margin-bottom: 64px;
}

.first-banner-persone {
  position: absolute;
  right: 36px;
  bottom: -94px;
}

.two-container {
  position: relative;
  font-family: "Vela Sans";
  font-weight: 400;
  font-size: 2.344vw;
  line-height: inherit;
  letter-spacing: 0%;
  text-align: center;
  background: #DAEA87;
}

.animantes-button-green {
    position: relative;
    height: 7.2vw;
    width: stretch;
    width: -webkit-fill-available;
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    text-decoration: none;
}

.animantes-button-green-content {
  color: #FFFFFF;
  position: relative;
  z-index: 1;
  font-family: "Vela Sans ExtraBold";
  font-weight: 800;
  line-height: inherit;
  letter-spacing: 0;
  text-shadow: 0px 1px 3px rgb(0 0 0 / 98%);
  font-size: clamp(14px, 1.667vw, 32px);
  display: flex;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
  top: 0;
  left: 0;
  /* transition: 0.3s ease; */
  transform: translateY(-7px);
}

.animantes-button-green::after {
  content: "";
  position: absolute;
  inset: 0;
  background: url("/wp-content/themes/intentionally-blank/assets/img/Property 1=default.svg") no-repeat center / cover;
  transition: 0.3s ease;
}

.animantes-button-green:hover::after {
  background: url("/wp-content/themes/intentionally-blank/assets/img/Property 1=hover.svg") no-repeat center / cover;
}

.animantes-button-green:active::after {
  background: url("/wp-content/themes/intentionally-blank/assets/img/Property 1=Pressed.svg") no-repeat center / cover;
}

.animantes-button-green:active .animantes-button-green-content {
  transform: translateY(0px);
}

.first-banner-buttons {
  display: flex;
  gap: 48px;
}

.five-container .top-svg,
.four-container .top-svg,
.three-container .top-svg,
.two-container .top-svg {
    height: 191px;
    width: 100%;
    position: absolute;
    top: -190px;
    left: 0;
    z-index: 2;
}

.five-container .bottom-svg,
.four-container .bottom-svg,
.three-container .bottom-svg,
.two-container .bottom-svg {
  height: 170px;
  width: 100%;
  position: absolute;
  bottom: -169px;
  left: 0;
}

.two-container-text {
  padding-top: 32px;
  padding-bottom: 32px;
  color: #224214;
}

.who-is-container {
    background: linear-gradient(180deg, #8B9846 0%, #076051 104.8%);
}

.who-is-container-one-title {
    margin-top: 160px;
    font-family: "Vela Sans ExtraBold";
    font-weight: 800;
    font-size: 4.167vw;
    line-height: 140%;
    letter-spacing: 0%;
    margin-bottom: 60px;
    color: #fff;
    text-shadow: 0px 3px 5px #0000004D;
    text-align: center;
}

.who-is-container-one {
  background: url("/wp-content/themes/intentionally-blank/assets/img/Group 35.png") no-repeat center / contain;
}

.three-container {
    position: relative;
    font-family: "Vela Sans";
    font-weight: 400;
    font-size: 2.344vw;
    line-height: inherit;
    letter-spacing: 0%;
    text-align: center;
    background: linear-gradient(180deg, #a1bd98 0%, #b6be91 100%);
}

.rating-container {
    background: linear-gradient(180deg, #8B9846 0%, #076051 100%);
    padding-bottom: 190px;
}

.rating-container-title {
    margin-top: 160px;
    font-family: "Vela Sans ExtraBold";
    font-weight: 800;
    font-size: 4.167vw;
    line-height: 140%;
    letter-spacing: 0%;
    margin-bottom: 60px;
    color: #fff;
    text-shadow: 0px 3px 5px #0000004D;
    text-align: center;
}

.rating-container-text {
    font-family: "Vela Sans";
    font-weight: 400;
    font-size: 24px;
    line-height: 120%;
    letter-spacing: 0%;
    text-align: center;
    color: #FFF;
    margin-bottom: 64px;
}

.rating-container-one {
    background: url("/wp-content/themes/intentionally-blank/assets/img/Frame 152.png") no-repeat top / cover;
}

.rating-item {
    gap: 6px;
    display: flex;
    align-items: center;
    align-content: center;
    margin-bottom: 32px;
}

.rating-item-number {
    font-family: "Vela Sans";
    font-weight: 800;
    font-size: 30px;
    line-height: inherit;
    letter-spacing: 0%;
    text-align: center;
    text-shadow: 0px 3px 5px #0000004D;
    color: #fff;
    width: 41px;
}

.rating-item-progress {
    background: #36363680;
    border: 4px solid #D8E68C;
    padding: 6px 18px;
    width: 100%;
    display: flex;
    align-items: center;
    border-radius: 100px;
    box-shadow: 0px 12px 0px 0px #00000040;
}

.rating-item-logo {
    margin-right: 24px;
}

.rating-item-username--name {
    font-family: "Vela Sans";
    font-weight: 400;
    font-size: 20px;
    line-height: inherit;
    letter-spacing: 0%;
    margin-bottom: 4px;
    color: #fff;
}

.rating-item-count {
    font-family: "Vela Sans ExtraBold";
    font-weight: 800;
    font-size: 32px;
    line-height: inherit;
    letter-spacing: 0%;
    text-align: right;
    margin-right: 20px;
    color: #fff;
    margin-left: auto;
}

.rating-item-product {
    margin-right: 6px;
}

.rating-item-username-progress--stat {
    background: #BFC59E66;
    width: 412px;
    height: 32px;
    border-radius: 20px;
    position: relative;
    max-width: 100%;
}

.rating-item-username-progress--stat--count {
    position: absolute;
    width: 0;
    height: 100%;
    border-radius: 20px;
    border: 4px solid #D8E68C;
    background: linear-gradient(0deg, #427A27, #427A27), linear-gradient(105.52deg, #A1C83C 7.16%, rgba(101, 151, 50, 0) 23.34%), radial-gradient(68.29% 81.47% at 50.11% 115.1%, #EAF783 0%, #EBF971 27.74%, rgba(89, 133, 43, 0) 100%) /* warning: gradient uses a rotation that is not supported by CSS and may not behave as expected */, radial-gradient(49.89% 49.89% at 50.11% 0%, #C8DD53 0%, rgba(200, 221, 83, 0) 100%);
}

.no-border {
    border: 0;
}

.total-users {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 30px 40px;
    background: #0000004D;
    border-radius: 40px;
    margin-bottom: 32px;
    margin-top: 64px;
    gap: 32px;
}

.prizes-container-two .row.justify-content-center {
    flex-wrap: nowrap;
}

.total-users-count {
    font-family: "Vela Sans ExtraBold";
    font-weight: 800;
    font-size: 3.65vw;
    line-height: 140%;
    letter-spacing: 0%;
    color: #fff;
    text-shadow: 0px 3px 5px #0000004D;
    text-align: center;
    white-space: nowrap;
}

.total-users-text {
    font-family: "Vela Sans";
    font-weight: 400;
    font-size: 32px;
    line-height: 37px;
    letter-spacing: 0%;
    color: #fff;
}

.animantes-button-green-2 {
    height: 6.7vw;
}

.animantes-button-green-2 .animantes-button-green-content {
  width: 20.8vw;
  transform: translateY(-12px);
}

.animantes-button-green-2::after {
  content: "";
  position: absolute;
  inset: 0;
  background: url("/wp-content/themes/intentionally-blank/assets/img/Frame 205.svg") no-repeat center / cover;
  transition: 0.3s ease;
}

.animantes-button-green-2:hover::after {
  background: url("/wp-content/themes/intentionally-blank/assets/img/Frame 206.svg") no-repeat center / cover;
}

.animantes-button-green-2:active::after {
  background: url("/wp-content/themes/intentionally-blank/assets/img/Frame 207.svg") no-repeat center / cover;
}

.animantes-button-green-2:active .animantes-button-green-content {
  transform: translateY(-3px);
}

.four-container {
    position: relative;
    font-family: "Vela Sans";
    font-weight: 400;
    font-size: 2.344vw;
    line-height: inherit;
    letter-spacing: 0%;
    text-align: center;
    background: #C5D57B;
}

.steps-container {
    background: url("/wp-content/themes/intentionally-blank/assets/img/image 374.png") no-repeat top / cover;
    padding-top: 48px;
}

.steps-container-title {
    margin-top: 160px;
    font-family: "Vela Sans ExtraBold";
    font-weight: 800;
    font-size: 4.167vw;
    line-height: 140%;
    letter-spacing: 0%;
    margin-bottom: 92px;
    color: #fff;
    text-shadow: 0px 3px 5px #0000004D;
    text-align: center;
}

.steps-container-card {
    background: url("/wp-content/themes/intentionally-blank/assets/img/3b4b88afd8f09359d2bc5241a3ba87cca66b8041.png");
    background-size: cover;
    border: 4px solid #D8E68C;
    border-image-slice: 1;
    box-shadow: 0px 12px 0px 0px #385B19, inset 0px 0px 114px 0px #887540B2;
    border-radius: 24px;
    padding: 54px 24px;
    text-align: center;
    position: relative;
    padding-bottom: 48px;
    height: 100%;
}

.steps-container-card-stars {
    background: url("/wp-content/themes/intentionally-blank/assets/img/3b4b88afd8f09359d2bc5241a3ba87cca66b8041wwe2323.jpg");
    background-size: cover;
}


.steps-container-card--number {
    position: absolute;
    top: -44px;
    left: calc(50% - 35px);
}

.steps-container-card--title {
    color: #224214;
    font-family: "Vela Sans ExtraBold";
    font-weight: 800;
    font-size: 32px;
    line-height: 120%;
    letter-spacing: 0%;
    margin-bottom: 16px;
}

.steps-container-card--text {
    font-family: "Vela Sans";
    font-weight: 400;
    font-size: 24px;
    letter-spacing: 0%;
    margin-bottom: 32px;
}

.steps-container-img {
    text-align: center;
    z-index: 1;
    position: relative;
    top: -36px;
}

.five-container {
    position: relative;
    font-family: "Vela Sans";
    font-weight: 400;
    font-size: 2.344vw;
    line-height: inherit;
    letter-spacing: 0%;
    text-align: center;
    background: linear-gradient(180deg, #e6e5a2 0%, #e5eba5 104.8%);
}

.animantes-button-green-3 {
    height: 4.6vw;
    width: auto;
}

.animantes-button-green-3 .animantes-button-green-content {
  width: 16.5vw;
  transform: translateY(-7px);
  font-size: 1.042vw;
}

.animantes-button-green-3::after {
  content: "";
  position: absolute;
  inset: 0;
  background: url("/wp-content/themes/intentionally-blank/assets/img/Group 12 (1).svg") no-repeat center / cover;
  transition: 0.3s ease;
}

.animantes-button-green-3:hover::after {
  background: url("/wp-content/themes/intentionally-blank/assets/img/Group 12 (2).svg") no-repeat center / cover;
}

.animantes-button-green-3:active::after {
  background: url("/wp-content/themes/intentionally-blank/assets/img/Group 12 (3).svg") no-repeat center / cover;
}

.animantes-button-green-3:active .animantes-button-green-content {
  transform: translateY(0px);
}

.steps-banner-buttons {
    display: flex;
    flex-direction: column;
    gap: 16px;
    align-content: center;
    align-items: center;
}

.animantes-button-green-3 img {
    max-width: 31px;
}

.prizes-container-title {
    margin-top: 160px;
    font-family: "Vela Sans ExtraBold";
    font-weight: 800;
    font-size: 4.167vw;
    line-height: 140%;
    letter-spacing: 0%;
    margin-bottom: 92px;
    color: #fff;
    text-shadow: 0px 3px 5px #0000004D;
    text-align: center;
}

.prizes-container {
    background: linear-gradient(180deg, #076051 0%, #8B9846 104.8%);
    padding-top: 64px;
}

.prizes-container-one {
  background: url("/wp-content/themes/intentionally-blank/assets/img/фон 1 1.png") no-repeat right / contain;
}

.who-is-container-one svg {
    max-width: 100%;
}

.prizes-container-button {
    position: relative;
    margin-top: 48px;
}

.animantes-button-green-4 {
    height: 3.2vw;
    width: auto;
}

.animantes-button-green-4 .animantes-button-green-content {
    width: 10.1vw;
    transform: translateY(-7px);
    font-size: 0.8vw;
}

.animantes-button-green-4::after {
  content: "";
  position: absolute;
  inset: 0;
  background: url("/wp-content/themes/intentionally-blank/assets/img/Group 121 (1).svg") no-repeat center / cover;
  transition: 0.3s ease;
}

.animantes-button-green-4:hover::after {
  background: url("/wp-content/themes/intentionally-blank/assets/img/Group 121 (2).svg") no-repeat center / cover;
}

.animantes-button-green-4:active::after {
  background: url("/wp-content/themes/intentionally-blank/assets/img/Group 121 (3).svg") no-repeat center / cover;
}

.animantes-button-green-4:active .animantes-button-green-content {
  transform: translateY(-2px);
}

.prizes-container-button a {
    position: absolute;
    bottom: 48px;
    left: calc(50% - 5.05vw);
}

.steps-container-card--subtitle-2 {
    font-size: 24px;
    color: rgba(34, 66, 20, 1);
    margin-bottom: 32px;
}

.prizes-container-two {
    padding-top: 168px;
    padding-bottom: 200px;
}

.prizes-container-two .steps-container-card {
    margin: 0 auto;
}

.steps-container-card--line-text {
    font-family: "Vela Sans ExtraBold";
    font-weight: 800;
    font-size: 2.499vw;
    line-height: 140%;
    letter-spacing: 0%;
    color: #fff;
    text-shadow: 0px 3px 5px #0000004D;
    text-align: center;
    position: absolute;
    width: 100%;
    top: 38px;
}

.steps-container-card--line {
    position: absolute;
    top: -118px;
    width: calc(100% + 152px);
    left: -76px;
}

.steps-container-card .steps-container-card--title {
    padding-top: 42px;
}

.steps-container-card.steps-container-card-1 {
    max-width: 75%;
}

.steps-container-card--line img {
    height: 195px;
}

.steps-container-card.steps-container-card-2 {
    max-width: 720px;
    padding-bottom: 32px;
}

.steps-container-card.steps-container-card-1 {
    max-width: 448px;
    padding-bottom: 0;
}

.steps-container-card--subtitle {
    font-family: "Vela Sans ExtraBold";
    font-weight: 800;
    font-size: 24px;
    line-height: 130%;
    letter-spacing: 0%;
    text-align: center;
    color: #224214;
    height: 100%;
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
}

.steps-container-card--subtitle-3 {
    font-family: "Vela Sans ExtraBold";
    font-weight: 800;
    font-size: 50px;
    line-height: 140%;
    letter-spacing: 0%;
    text-align: center;
    color: rgba(34, 66, 20, 1);
    height: 100%;
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
}

.steps-container-card--subtitle--number {
    font-family: "Vela Sans ExtraBold";
    font-weight: 800;
    font-size: 24px;
    line-height: 100%;
    letter-spacing: 0%;
    width: 54px;
    height: 54px;
    border: 1px solid #224214;
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
    margin-right: 16px;
    border-radius: 100%;
}

.steps-container-card--subtitle--list {
    display: flex;
    justify-content: flex-start;
    margin-bottom: 32px;
}

.steps-container-card--subtitle--list .steps-container-card--subtitle {
    font-family: "Vela Sans ExtraBold";
    font-weight: 800;
    font-size: 24px;
    line-height: 130%;
    letter-spacing: 0%;
    color: #224214;
    margin-bottom: 32px;
    width: calc(100% - 60px);
    text-align: left;
}

.steps-container-card--subtitle--list .steps-container-card--subtitle span {
    font-family: "Vela Sans";
    font-weight: 400;
    font-size: 24px;
    line-height: 140%;
    letter-spacing: 0%;
    display: block;
    margin-top: 8px;
}

.steps-container-card--subtitle--lists {
    display: flex;
    justify-content: space-between;
}

.steps-container-card--subtitle--list-img {
    height: 100%;
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
}

.steps-container-card.steps-container-card-1 img {
    margin-top: auto;
}

.steps-container-card.steps-container-card-1 {
    display: flex;
    flex-direction: column;
    align-content: center;
    align-items: center;
}

.rules-container-title {
    margin-top: 160px;
    font-family: "Vela Sans ExtraBold";
    font-weight: 800;
    font-size: 4.167vw;
    line-height: 140%;
    letter-spacing: 0%;
    margin-bottom: 92px;
    color: #fff;
    text-shadow: 0px 3px 5px #0000004D;
    text-align: center;
}

.rules-container {
    background: url("/wp-content/themes/intentionally-blank/assets/img/Frame 163.jpg") no-repeat top / cover;
    padding-top: 48px;
    padding-bottom: 180px;
}

.rules-container-card {
    background: url("/wp-content/themes/intentionally-blank/assets/img/3b4b88afd8f09359d2bc5241a3ba87cca66b8041.png");
    background-size: cover;
    border: 4px solid #D8E68C;
    border-image-slice: 1;
    box-shadow: 0px 12px 0px 0px #385B19, inset 0px 0px 114px 0px #887540B2;
    border-radius: 24px;
    padding: 48px;
    position: relative;
}

.rules-container-card--title {
    font-family: "Vela Sans ExtraBold";
    font-weight: 800;
    font-size: 24px;
    line-height: 100%;
    letter-spacing: 0%;
    color: #224214;
    margin-bottom: 16px;
}

.rules-container-card--text {
    font-family: "Vela Sans";
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    letter-spacing: 0%;
    color: #224214;
    margin-bottom: 16px;
}

.rules-container-button {
    margin-bottom: 32px;
}

.rules-container-card--text a {
    font-family: "Vela Sans ExtraBold";
    font-weight: 800;
    font-size: 20px;
    line-height: 100%;
    letter-spacing: 0%;
    text-decoration: underline;
    text-decoration-thickness: 0%;
    text-decoration-skip-ink: auto;
    color: #224214;
}

.animantes-button-green-5 {
    height: 3.2vw;
    width: fit-content;
}

.animantes-button-green-5 .animantes-button-green-content {
    width: 14.6vw;
    transform: translateY(-7px);
    font-size: 0.8vw;
}

.animantes-button-green-5::after {
  content: "";
  position: absolute;
  inset: 0;
  background: url("/wp-content/themes/intentionally-blank/assets/img/Frame 216.svg") no-repeat center / cover;
  transition: 0.3s ease;
}

.animantes-button-green-5:hover::after {
  background: url("/wp-content/themes/intentionally-blank/assets/img/Frame 219.svg") no-repeat center / cover;
}

.animantes-button-green-5:active::after {
  background: url("/wp-content/themes/intentionally-blank/assets/img/Frame 220.svg") no-repeat center / cover;
}

.animantes-button-green-5:active .animantes-button-green-content {
  transform: translateY(-2px);
}

.animantes-button-green-6 {
    height: 3.2vw;
    width: fit-content;
}

.animantes-button-green-6 .animantes-button-green-content {
    width: 17.1vw;
    transform: translateY(-7px);
    font-size: 0.8vw;
}

.animantes-button-green-6::after {
  content: "";
  position: absolute;
  inset: 0;
  background: url("/wp-content/themes/intentionally-blank/assets/img/Frame 217.svg") no-repeat center / cover;
  transition: 0.3s ease;
}

.animantes-button-green-6:hover::after {
  background: url("/wp-content/themes/intentionally-blank/assets/img/Frame 221.svg") no-repeat center / cover;
}

.animantes-button-green-6:active::after {
  background: url("/wp-content/themes/intentionally-blank/assets/img/Frame 222.svg") no-repeat center / cover;
}

.animantes-button-green-6:active .animantes-button-green-content {
  transform: translateY(-2px);
}

.animantes-button-green.animantes-button-green-8 {
    width: max-content;
    margin: 0 auto;
}

.animantes-button-green-8 {
    height: 5.2vw;
    width: fit-content;
}

.animantes-button-green-8::after {
  content: "";
  position: absolute;
  inset: 0;
  background: url("/wp-content/themes/intentionally-blank/assets/img/Frame 217.svg") no-repeat center / cover;
  transition: 0.3s ease;
}

.animantes-button-green-8:hover::after {
  background: url("/wp-content/themes/intentionally-blank/assets/img/Frame 221.svg") no-repeat center / cover;
}

.animantes-button-green-8:active::after {
  background: url("/wp-content/themes/intentionally-blank/assets/img/Frame 222.svg") no-repeat center / cover;
}

.animantes-button-green-8 .animantes-button-green-content {
    width: 27.1vw;
}

/* Stabilize button state background rendering in Safari and prevent size flicker on hover. */
.animantes-button-green::after,
.animantes-button-green-2::after,
.animantes-button-green-3::after,
.animantes-button-green-4::after,
.animantes-button-green-5::after,
.animantes-button-green-6::after,
.animantes-button-green-8::after,
.animantes-button-green:hover::after,
.animantes-button-green-2:hover::after,
.animantes-button-green-3:hover::after,
.animantes-button-green-4:hover::after,
.animantes-button-green-5:hover::after,
.animantes-button-green-6:hover::after,
.animantes-button-green-8:hover::after,
.animantes-button-green:active::after,
.animantes-button-green-2:active::after,
.animantes-button-green-3:active::after,
.animantes-button-green-4:active::after,
.animantes-button-green-5:active::after,
.animantes-button-green-6:active::after,
.animantes-button-green-8:active::after {
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% 100%;
    transition: none;
}

.rules-card {
    background: #36363680;
    border: 4px solid #D8E68C;
    padding: 24px;
    width: 100%;
    display: flex;
    align-items: center;
    border-radius: 60px;
    box-shadow: 0px 12px 0px 0px #00000040;
    margin-bottom: 48px;
    font-family: "Vela Sans";
    font-weight: 400;
    font-size: 24px;
    line-height: 140%;
    letter-spacing: 0%;
    text-align: center;
    color: #FFFFFF;
    gap: 20px;
}

.rules-card--img {
    width: 146px;
}

.rules-card--text {
    width: calc(100% - 32px);
}

.faq-container-title {
    margin-top: 160px;
    font-family: "Vela Sans ExtraBold";
    font-weight: 800;
    font-size: 4.167vw;
    line-height: 140%;
    letter-spacing: 0%;
    margin-bottom: 92px;
    color: #fff;
    text-shadow: 0px 3px 5px #0000004D;
    text-align: center;
}

.faq-container {
    background: linear-gradient(180deg, #8B9846 0%, #076051 104.8%);
    padding-bottom: 110px;
}

.faq-container-one {
  background: url("/wp-content/themes/intentionally-blank/assets/img/bg-01.png") no-repeat right / contain;
}

.faq-container-item {
    background: url("/wp-content/themes/intentionally-blank/assets/img/3b4b88afd8f09359d2bc5241a3ba87cca66b8041.png");
    background-size: cover;
    border: 4px solid #D8E68C;
    border-image-slice: 1;
    box-shadow: 0px 12px 0px 0px #385B19, inset 0px 0px 114px 0px #887540B2;
    border-radius: 24px;
    padding: 32px;
    position: relative;
    display: flex;
    align-items: center;
    gap: 32px;
    margin-bottom: 24px;  
}

.faq-container-item-button {
    cursor: pointer;
}

.faq-container-item-container--title {
    font-family: "Vela Sans ExtraBold";
    font-weight: 800;
    font-size: 24px;
    line-height: 100%;
    letter-spacing: 0%;
}

.open .faq-container-item-container--title {
    margin-bottom: 16px;
}

.faq-container-item-container--text {
    font-family: "Vela Sans";
    font-weight: 400;
    font-size: 18px;
    line-height: 120%;
    letter-spacing: 0%;
    display: none;
}

.open .faq-container-item-container--text {
    display: block;
}

.faq-container-item.open {
    display: flex;
    align-items: flex-start;
}

footer {
    background: #125A49;
    padding: 32px 0;
    font-family: "Vela Sans";
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    letter-spacing: 0%;
    color: #fff;
}

footer a {
    color: #fff !important;
}

.rules-container-img-xl {
    display: block;
}

.rules-container-img-md {
    display: none;
}

.desktop-block {
    display: block;
}

.mobile-block {
    display: none;
}

.rules-container-img-md.rules-container-img-md-big.desktop-block {
    display: none;
}

.rating-item-username-progress {
    margin-right: 20px;
}

.first-banner-title,
.first-banner-text,
.first-banner-buttons,
.first-banner a {
    position: relative;
    z-index: 2;
}

.first-banner-persone-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    overflow: hidden;
}

.first-banner-persone-video video {
    position: absolute;
    height: 100%;
}

.faq-container-item-container {
    width: fit-content;
}

.rating-item-logo {
  display: none !important;
}

.first-banner-persone-video.mobile-block {
    display: none !important;
}

.rating-item-username-progress {
    margin-left: 8px;
}

.modal-container {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1060;
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    outline: 0;
    display: flex;
    align-items: center;
}

.modal-shop {
    width: 985px;
    background: radial-gradient(47.62% 58.61% at 74.89% 52.38%, #DBD590 0%, #71B62B 100%) /* warning: gradient uses a rotation that is not supported by CSS and may not behave as expected */;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 50px;
    max-width: 90%;
    margin: 2.75rem auto;
    padding: 50px 30px 30px;
    position: relative;
    max-height: 100%;
    overflow-y: auto;
}

.modal-shop-header--title {
    font-family: "Vela Sans ExtraBold";
    color: #fff;
    font-size: 64px;
    line-height: 115%;
}

.modal-shop-header {
    display: flex;
    align-items: center;
    align-content: center;
    gap: 42px;
    justify-content: center;
    text-align: center;
    line-height: normal;
}

.modal-shop-header--item {
    background: #fff;
    outline: none;
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
    width: 142px;
    height: 92px;
    border-radius: 21px;
    text-decoration: none; 
}

.modal-body {
    margin-top: 32px;
	padding:0;
}
.container-logo-items {
    display: flex;
    gap: 14px;
    flex-wrap: wrap;
}


.colse-modal {
    position: absolute;
    background: #fff;
    width: 39px;
    height: 39px;
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
    border-radius: 100%;
    cursor: pointer;
    right: 32px;
    top: 32px;
}