html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video,
button {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
}

body {
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  text-size-adjust: 100%;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  text-decoration: none;
  color: inherit;
}

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: 700;
}

del {
  text-decoration: line-through;
}

abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

input,
select {
  vertical-align: middle;
}

button {
  letter-spacing: normal;
  white-space: nowrap;
  text-transform: none;
  cursor: pointer;
  background-color: transparent;
  border: none;
  padding: 0;
}

*,
*:after,
*:before {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

fieldset,
img {
  border: 0;
}

input,
textarea,
select {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  font-size: 100%;
  border: none;
}

input,
button,
textarea,
select {
  outline: none;
}

img {
  display: block;
  max-width: 100%;
  max-height: 100%;
}

a,
input[type=submit],
button,
a:before,
a:after,
button:before,
button:after,
a > *,
button > * {
  transition: all 0.2s ease-in-out;
  cursor: pointer;
}

ol,
ul {
  list-style: none;
}

:root {
  --color-white: #ffffff;
  --color-black: #0b0c21;
  --color-light-black: #1f2038;
  --color-grey: #727489;
  --color-second-grey: #4d4d76;
  --color-yellow: #fcc211;
  --color-light-blue: #0cafbb;
  --color-red: rgba(73, 0, 26, 0.6);
  --primary-transition: 0.2s ease-in-out;
  --secondary-transition: 0.4s ease-in-out;
}

/* poppins-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/poppins-v24-latin-regular.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* poppins-500 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Poppins";
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/poppins-v24-latin-500.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* poppins-700 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Poppins";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/poppins-v24-latin-700.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* poppins-900 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Poppins";
  font-style: normal;
  font-weight: 900;
  src: url("../fonts/poppins-v24-latin-900.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
* {
  -webkit-tap-highlight-color: transparent;
}

html {
  scroll-behavior: smooth;
}

body {
  color: var(--color-white);
  background-color: var(--color-light-black);
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.6;
}
body.no-scroll {
  overflow: hidden;
}

section {
  scroll-margin-top: 90px;
}

p {
  color: var(--color-white);
  font-family: "Poppins";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.6;
}

h2 {
  color: var(--color-white);
  font-family: "Poppins";
  font-size: 28px;
  font-style: normal;
  font-weight: 900;
  line-height: normal;
  text-transform: uppercase;
  padding-bottom: 12px;
  border-style: solid;
  border-width: 0 0 1px 0;
  -o-border-image: linear-gradient(90deg, rgba(12, 175, 187, 0.5) 50%, rgba(12, 175, 187, 0.8) 10%, rgba(12, 175, 187, 0.5) 10%, transparent 100%) 1;
     border-image: linear-gradient(90deg, rgba(12, 175, 187, 0.5) 50%, rgba(12, 175, 187, 0.8) 10%, rgba(12, 175, 187, 0.5) 10%, transparent 100%) 1;
}
@media (max-width: 650px) {
  h2 {
    font-size: 24px;
  }
}
@media (max-width: 450px) {
  h2 {
    font-size: 22px;
  }
}

h3 {
  color: var(--color-white);
  font-family: "Poppins";
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
}
@media (max-width: 650px) {
  h3 {
    font-size: 20px;
  }
}

h4 {
  color: var(--color-white);
  font-weight: 700;
  font-size: 20px;
  line-height: normal;
}
@media (max-width: 450px) {
  h4 {
    font-size: 18px;
  }
}

h5 {
  font-weight: 700;
  font-size: 16px;
  line-height: normal;
}

ul:not([class]),
ol:not([class]) {
  margin: 0 0 20px 0;
  padding-left: 24px;
  color: var(--color-white);
  font-size: 16px;
  line-height: 1.6;
}
ul:not([class]):last-child,
ol:not([class]):last-child {
  margin-bottom: 0;
}
ul:not([class]) li,
ol:not([class]) li {
  margin-bottom: 12px;
}
ul:not([class]) li:last-child,
ol:not([class]) li:last-child {
  margin-bottom: 0;
}
ul:not([class]) li p,
ol:not([class]) li p {
  margin: 0;
}

ol:not([class]) {
  list-style-type: decimal;
}

ul:not([class]) {
  list-style-type: disc;
}

.mt-8 {
  margin-top: 8px;
}

.mt-12 {
  margin-top: 12px;
}

.mt-16 {
  margin-top: 16px;
}

.mt-20 {
  margin-top: 20px;
}

.mr-8 {
  margin-right: 8px;
}

.relative {
  position: relative;
}
.relative > h2,
.relative > h3,
.relative > p {
  color: var(--primary-text-color);
}

.center {
  text-align: center !important;
}

.mb0 {
  margin-bottom: 0 !important;
}

.buttons {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 270px;
  max-width: 270px;
  min-height: 78px;
  font-weight: 700;
  font-size: 18px;
  color: var(--color-white);
  line-height: normal;
  padding: 4px 16px;
  border-radius: 8px;
  white-space: nowrap;
  overflow: hidden;
  background: url(../images/icons/FirstButton.svg) no-repeat center center;
  background-size: cover;
  transition: transform 0.3s ease, box-shadow 0.3s ease, filter 0.3s ease;
  z-index: 1;
}
.buttons::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 50%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
  transition: left 0.5s ease;
  z-index: 2;
}
.buttons:hover, .buttons:focus {
  transform: translateY(-3px);
  box-shadow: 0 8px 25px rgba(204, 99, 12, 0.4);
  filter: brightness(1.1);
}
.buttons:hover::before, .buttons:focus::before {
  left: 100%;
}
.buttons:active {
  transform: translateY(-1px);
  box-shadow: 0 4px 15px rgba(126, 172, 47, 0.3);
}
.buttons--fix-size {
  max-width: -moz-max-content;
  max-width: max-content;
}
@media (max-width: 450px) {
  .buttons--fix-size {
    margin-left: auto;
    margin-right: auto;
  }
}

.secondbuttons {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 270px;
  max-width: 270px;
  min-height: 78px;
  font-weight: 700;
  font-size: 18px;
  color: var(--color-white);
  line-height: normal;
  padding: 4px 16px;
  border-radius: 8px;
  white-space: nowrap;
  overflow: hidden;
  background: url(../images/icons/SecondButton.svg) no-repeat center center;
  background-size: cover;
  transition: transform 0.3s ease, box-shadow 0.3s ease, filter 0.3s ease;
  z-index: 1;
}
.secondbuttons::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 50%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
  transition: left 0.5s ease;
  z-index: 2;
}
.secondbuttons:hover, .secondbuttons:focus {
  transform: translateY(-3px);
  box-shadow: 0 8px 25px rgba(126, 172, 47, 0.4);
  filter: brightness(1.1);
}
.secondbuttons:hover::before, .secondbuttons:focus::before {
  left: 100%;
}
.secondbuttons:active {
  transform: translateY(-1px);
  box-shadow: 0 4px 15px rgba(126, 172, 47, 0.3);
}
.secondbuttons--fix-size {
  max-width: -moz-max-content;
  max-width: max-content;
}
@media (max-width: 450px) {
  .secondbuttons--fix-size {
    margin-left: auto;
    margin-right: auto;
  }
}

.title-list {
  font-weight: 700;
  font-size: 16px;
}

.text-color-primary {
  color: var(--primary-text-color);
}

.container {
  padding: 0 8px;
  max-width: 1600px;
  margin: 0 auto;
}

@media (min-width: 1632px) {
  .cover {
    padding-left: calc(50% - 800px);
    padding-right: calc(50% - 800px);
  }
}

.is-submitting {
  pointer-events: none;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.background {
  display: block !important;
  position: absolute !important;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.background img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 1050px) {
  .background img {
    -o-object-position: 90%;
       object-position: 90%;
  }
}
@media (max-width: 850px) {
  .background__fill {
    padding: 16px 12px;
    -webkit-backdrop-filter: blur(2px);
    backdrop-filter: blur(2px);
    background: rgba(22, 23, 40, 0.75);
    border-radius: 12px;
  }
}

.bg-img-block {
  position: relative;
  border-radius: 8px;
  padding: 16px;
  overflow: hidden;
}
@media (max-width: 450px) {
  .bg-img-block {
    margin-left: -16px;
    margin-right: -16px;
    border-radius: 0;
  }
}

.main {
  position: relative;
  padding: 90px 8px 0;
  overflow-x: clip;
}
@media (max-width: 1050px) {
  .main {
    padding: 72px 10px 0 10px;
  }
}
@media (max-width: 650px) {
  .main {
    padding-left: 5px;
    padding-right: 5px;
  }
}
.main__wrap {
  display: flex;
}
@media (max-width: 1050px) {
  .main__wrap {
    display: block;
  }
}
.main__content {
  position: relative;
  flex: 1 1 1;
  margin-left: 10px;
}
@media (max-width: 1050px) {
  .main__content {
    margin-left: 0 !important;
    padding-top: 0;
  }
}

.section {
  position: relative;
  margin-bottom: 20px;
  padding: 20px;
  background: var(--bck-blue-2, #0b0c21);
  border-radius: 8px;
}
@media (max-width: 1050px) {
  .section {
    border-right: none;
    border-left: none;
  }
}
@media (max-width: 450px) {
  .section {
    padding: 20px 16px;
  }
}
.section h2,
.section h3,
.section h4,
.section h5 {
  text-transform: uppercase;
}

.banner {
  margin-bottom: 20px;
  position: relative;
  padding: 50px 140px;
  min-height: 400px;
  display: flex;
  align-items: center;
  border-radius: 12px;
  overflow: hidden;
}
@media (max-width: 1050px) {
  .banner {
    padding: 40px 60px;
  }
}
@media (max-width: 850px) {
  .banner {
    padding: 40px 60px;
  }
}
@media (max-width: 650px) {
  .banner {
    padding: 40px 40px;
  }
}
@media (max-width: 450px) {
  .banner {
    padding: 40px 12px;
  }
}
.banner h2 {
  font-family: "Poppins";
  font-size: 34px;
  font-style: normal;
  font-weight: 900;
  line-height: normal;
  text-transform: uppercase;
  padding: 0;
  margin-bottom: 20px;
  border-bottom: none;
  background: linear-gradient(180deg, #0cafbb 0%, #477eff 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.banner__wrap {
  position: relative;
  max-width: 765px;
  text-align: left;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}
@media (max-width: 850px) {
  .banner__wrap {
    margin: 0 auto;
    width: auto;
    text-align: center;
    align-items: center;
  }
}
@media (max-width: 450px) {
  .banner__wrap {
    align-items: center;
  }
}
.banner__wrap span {
  color: var(--color-white);
  font-family: "Poppins";
  font-size: 26px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
}
@media (max-width: 1400px) {
  .banner__wrap span {
    font-size: 24px;
    margin-bottom: 4px;
  }
}
.banner__title {
  font-weight: 700;
  font-size: 45px;
  text-transform: uppercase;
  line-height: normal;
}
@media (max-width: 1400px) {
  .banner__title {
    font-size: 42px;
  }
}
@media (max-width: 1050px) {
  .banner__title {
    font-size: 36px;
  }
}
@media (max-width: 767px) {
  .banner__title {
    font-size: 32px;
  }
}
@media (max-width: 850px) {
  .banner__subtitle {
    justify-content: center;
  }
}
@media (max-width: 450px) {
  .banner__subtitle {
    margin-top: 4px;
    font-size: 26px;
    align-items: center;
  }
  .banner__subtitle > span {
    font-size: 22px;
  }
}
@media (max-width: 450px) {
  .banner__text {
    text-align: center;
  }
}
.banner__button {
  margin-top: 24px;
}
@media (max-width: 1050px) {
  .banner__background img {
    -o-object-position: 80%;
       object-position: 80%;
  }
}

@media (max-width: 1050px) {
  .overlay-table::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.45);
  }
}

@media (max-width: 850px) {
  .overlay-mob::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4);
  }
}

@media (max-width: 1050px) {
  .info table th:first-child {
    width: auto;
  }
}

.header {
  position: fixed;
  padding-left: 0;
  z-index: 10;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  min-height: 80px;
  max-height: 80px;
  background: var(--color-black);
  color: #fff;
  margin: 0 auto;
  display: flex;
  align-items: center;
}
@media (min-width: 1632px) {
  .header.container {
    max-width: none;
  }
}
.header__container {
  padding: 0 10px;
  display: flex;
  align-items: center;
  min-width: 100%;
}
@media (max-width: 350px) {
  .header__container {
    padding-right: 0;
  }
}
.header__logo {
  min-width: 150px;
  display: flex;
  height: 100%;
}
@media (max-width: 450px) {
  .header__logo {
    min-width: auto;
    margin-right: 16px;
  }
}
@media (max-width: 350px) {
  .header__logo {
    margin-right: 14px;
  }
}

.nav {
  margin-left: 110px;
  width: 100%;
  display: flex;
}
@media (max-width: 1050px) {
  .nav {
    margin-left: 40px;
  }
}
@media (max-width: 850px) {
  .nav {
    position: fixed;
    top: 80px;
    left: 0;
    width: 100%;
    height: 100%;
    margin-left: 0;
    padding: 40px 20px 20px 20px;
    background-color: var(--color-light-black);
    align-items: center;
    flex-direction: column;
    transform: translateX(100%);
    transition: transform var(--secondary-transition);
    z-index: 99;
  }
  .nav.is-active {
    transform: translateX(0);
  }
}
.nav ul {
  list-style: none;
  display: flex;
  border-radius: 8px;
}
@media (max-width: 850px) {
  .nav ul {
    margin-left: 0;
    flex-direction: column;
    text-align: center;
    font-size: 24px;
    gap: 0;
    background-color: transparent;
  }
}
.nav > .nav__buttons {
  display: none;
}
@media (max-width: 750px) {
  .nav .nav__buttons {
    display: flex;
    justify-content: center;
    margin-left: 0;
    gap: 12px;
    flex-direction: column;
    min-width: 220px;
  }
  .nav .nav__buttons > li,
  .nav .nav__buttons > li > a {
    display: flex;
    width: 100%;
  }
}
@media (max-width: 650px) {
  .nav .nav__buttons {
    flex-direction: column;
    gap: 12px;
  }
}
.nav__list {
  gap: 30px;
}
@media (max-width: 850px) {
  .nav__list {
    margin-top: 16px;
  }
}
.nav__list a {
  display: flex;
  align-items: center;
  font-family: "Poppins";
  min-height: 40px;
  color: var(--color-white);
  font-weight: 700;
  font-size: 14px;
  line-height: normal;
  text-decoration: none;
}
@media (max-width: 850px) {
  .nav__list a {
    padding: 12px 32px;
    justify-content: center;
  }
}
.nav__list a:hover, .nav__list a:active, .nav__list a:focus {
  color: var(--color-yellow);
  text-decoration: underline;
}
.nav__buttons {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-right: 24px;
}
@media (max-width: 1300px) {
  .nav__buttons {
    margin-left: auto;
  }
}
@media (max-width: 750px) {
  .nav__buttons {
    display: none;
    margin-right: 0;
  }
}
.nav__langs {
  position: relative;
  display: flex;
  align-items: center;
  gap: 6px;
  flex-shrink: 0;
}
@media (max-width: 750px) {
  .nav__langs {
    margin-left: auto;
  }
}
.nav__langs > img {
  width: 24px;
  height: 24px;
  flex-shrink: 0;
}
.nav__langs > span {
  display: flex;
  align-items: center;
  gap: 6px;
  color: var(--color-white);
  text-align: center;
  font-family: "Poppins";
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.burger-menu {
  display: none;
  cursor: pointer;
  z-index: 100;
}
@media (max-width: 850px) {
  .burger-menu {
    display: block;
    padding: 10px;
    margin-left: 14px;
  }
  .burger-menu.is-active .burger-menu__line:nth-child(2) {
    opacity: 0;
  }
  .burger-menu.is-active .burger-menu__line:first-child {
    transform: translateY(8px) rotate(45deg);
  }
  .burger-menu.is-active .burger-menu__line:last-child {
    transform: translateY(-8px) rotate(-45deg);
  }
}
@media (max-width: 350px) {
  .burger-menu {
    margin-left: 12px;
    padding-left: 6px;
    padding-right: 6px;
  }
}
.burger-menu__line {
  display: block;
  width: 24px;
  height: 3px;
  background-color: var(--color-white);
  margin: 5px 0;
  border-radius: 2px;
  transition: transform 0.3s ease, opacity 0.3s ease;
}

@media (max-width: 750px) {
  .reg-button,
  .login-button {
    min-width: 184px;
  }
}

.primary-button {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 119px;
  height: 40px;
  font-weight: 700;
  font-size: 14px;
  background: linear-gradient(180deg, #ffd54f 0%, #ffb300 100%);
  color: var(--color-black);
  line-height: normal;
  padding: 0 16px;
  border-radius: 8px;
  white-space: nowrap;
  text-transform: uppercase;
  overflow: hidden;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  z-index: 1;
  box-shadow: 0 2px 8px rgba(255, 179, 0, 0.3);
}
.primary-button::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.4), transparent);
  transition: left 0.5s ease;
  z-index: 1;
}
.primary-button::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, #ffe082 0%, #ffc107 100%);
  opacity: 0;
  transition: opacity 0.3s ease;
  z-index: -1;
}
.primary-button:hover {
  transform: translateY(-3px) scale(1.02);
  box-shadow: 0 6px 20px rgba(255, 179, 0, 0.5);
}
.primary-button:hover::before {
  left: 100%;
}
.primary-button:hover::after {
  opacity: 1;
}
.primary-button:active {
  transform: translateY(-1px) scale(0.98);
  box-shadow: 0 2px 10px rgba(255, 179, 0, 0.4);
}
.primary-button--fix-size {
  max-width: -moz-max-content;
  max-width: max-content;
}
@media (max-width: 450px) {
  .primary-button--fix-size {
    margin-left: auto;
    margin-right: auto;
  }
}

.secondary-button {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 100px;
  height: 40px;
  font-weight: 700;
  font-size: 14px;
  background-color: transparent;
  color: var(--color-white);
  line-height: normal;
  border: 2px solid var(--color-yellow);
  padding: 0 16px;
  border-radius: 8px;
  white-space: nowrap;
  text-transform: uppercase;
  overflow: hidden;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.secondary-button::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background: var(--color-yellow);
  transition: width 0.3s ease;
  z-index: -1;
}
.secondary-button::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  background: rgba(255, 255, 255, 0.3);
  border-radius: 50%;
  transform: translate(-50%, -50%);
  transition: width 0.5s ease, height 0.5s ease;
}
.secondary-button:hover {
  color: var(--color-black);
  border-color: var(--color-yellow);
  transform: translateY(-3px);
  box-shadow: 0 6px 20px rgba(255, 179, 0, 0.3);
}
.secondary-button:hover::before {
  width: 100%;
}
.secondary-button:hover::after {
  width: 300px;
  height: 300px;
}
.secondary-button:active {
  transform: translateY(-1px) scale(0.98);
  box-shadow: 0 2px 10px rgba(255, 179, 0, 0.2);
}

@media (min-width: 1632px) {
  .cover {
    padding-left: calc(50% - 800px);
    padding-right: calc(50% - 800px);
  }
}
/* Sidebar */
.sidebar {
  width: 240px;
  flex: 0 0 240px;
  padding: 10px;
  background-color: var(--color-black);
  border-radius: 12px;
  margin-bottom: 20px;
}
@media (max-width: 1050px) {
  .sidebar {
    display: none;
  }
}
.sidebar__wrap {
  position: sticky;
  top: 90px;
  max-height: calc(100vh - 90px);
  overflow-y: auto;
  scrollbar-width: none;
}
.sidebar__menu-top {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-bottom: 10px;
}
.sidebar__menu-top a {
  position: relative;
  display: flex;
  align-items: center;
  overflow: hidden;
  width: 220px;
  height: 60px;
  border-radius: 10px;
  background: linear-gradient(90deg, #430870 0%, #430870 25%, #fcc211 100%);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.sidebar__menu-top a::before, .sidebar__menu-top a::after {
  display: none;
}
.sidebar__menu-top a:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(252, 194, 17, 0.3);
}
.sidebar__menu-top a img {
  display: block;
  -o-object-fit: contain;
     object-fit: contain;
  flex-shrink: 0;
  max-width: 84px;
  max-height: 54px;
  margin-left: 11px;
}
.sidebar__menu-top a:first-child img {
  align-self: flex-end;
  margin-bottom: 0;
}
.sidebar__menu-top a:nth-child(2) img {
  align-self: center;
}
.sidebar__menu-top a span {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex: 1;
  padding: 8px 12px 8px 8px;
  color: #fff;
  font-family: "Poppins";
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.3;
  text-align: left;
}
.sidebar__menu-middle {
  display: flex;
  flex-direction: column;
  list-style: none;
  padding: 0;
  margin: 0 0 10px 0;
}
.sidebar__menu-middle li {
  position: relative;
  margin-bottom: 10px;
}
.sidebar__menu-middle li > p {
  display: flex;
  width: 16px;
  height: 16px;
  padding: 2px 8px;
  justify-content: center;
  align-items: center;
  border-radius: 8px;
  background: #fa5926;
  position: absolute;
  left: 30px;
  top: 8px;
}
.sidebar__menu-middle li a {
  position: relative;
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 16px;
  color: var(--color-grey);
  font-family: "Poppins";
  font-size: 14px;
  font-weight: 600;
  line-height: normal;
  text-decoration: none;
  border-radius: 8px;
  transition: background-color 0.2s ease, color 0.2s ease;
}
.sidebar__menu-middle li a::before, .sidebar__menu-middle li a::after {
  display: none;
}
.sidebar__menu-middle li a:hover {
  background-color: rgba(255, 255, 255, 0.1);
  color: var(--color-yellow);
}
.sidebar__menu-middle li a svg {
  flex-shrink: 0;
}
.sidebar__button {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 18px 0 18px 10px;
  margin-bottom: 20px;
  border-radius: 5px;
  background: #4d4d76;
  box-shadow: 0 1px 0 0 rgba(255, 255, 255, 0.3) inset, 0 3px 1px 0 #121720;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  overflow: visible;
}
.sidebar__button::before, .sidebar__button::after {
  display: none;
}
.sidebar__button:hover {
  transform: translateY(-2px);
  box-shadow: 0 1px 0 0 rgba(255, 255, 255, 0.3) inset, 0 6px 12px 0 rgba(0, 0, 0, 0.3);
}
.sidebar__button img {
  position: absolute;
  width: 84px;
  min-height: 99px;
  -o-object-fit: contain;
     object-fit: contain;
  flex-shrink: 0;
  right: 10px;
  top: -6px;
}
.sidebar__button-text {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.sidebar__button-text span:first-child {
  color: var(--color-white);
  font-family: "Poppins";
  font-size: 14px;
  font-weight: 700;
  line-height: normal;
}
.sidebar__button-text span:last-child {
  color: rgba(255, 255, 255, 0.6);
  font-family: "Poppins";
  font-size: 10px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.sidebar__crosseline {
  display: block;
  width: 100%;
  height: 1px;
  background: linear-gradient(270deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.8) 50%, rgba(255, 255, 255, 0) 100%);
}
.sidebar__nav {
  margin-top: 20px;
  position: relative;
  border-radius: 8px;
  overflow: hidden;
}
@media (max-width: 1050px) {
  .sidebar__nav {
    padding: 0;
    border-radius: 0;
  }
}
.sidebar__nav-button {
  position: relative;
  color: var(--color-yellow);
  text-align: left;
  font-family: "Poppins";
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  width: 100%;
  padding: 8px 12px 8px 0;
  margin-bottom: 12px;
}
.sidebar__nav-button::before {
  content: "";
  background: url(../images/icons/icon-arrow.svg);
  background-repeat: no-repeat no-repeat;
  background-position: center center;
  background-size: contain;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 16px;
  transform: rotateX(0);
  width: 12px;
}
@media (max-width: 1050px) {
  .sidebar__nav-button::before {
    width: 16px;
  }
}
.sidebar__nav-button:hover, .sidebar__nav-button:active {
  opacity: 0.8;
}
.sidebar__nav-button.is-open::before {
  transform: rotateX(180deg);
}
.sidebar__nav-list {
  max-height: 0;
  overflow: hidden;
  transition: all 0.4s ease-in-out;
  padding: 0;
  margin: 0;
  list-style: none;
}
.sidebar__nav-list.is-open {
  padding-top: 1px;
  background-color: var(--primary-bg-color);
  max-height: 1400px;
  transition: all 0.4s ease-in-out;
}
.sidebar__nav-list.pad li {
  padding-left: 16px;
}
.sidebar__nav-list li {
  margin-bottom: 12px;
}
.sidebar__nav-list li:last-child {
  margin-bottom: 0px;
}
.sidebar__nav-list a {
  position: relative;
  display: block;
  font-family: "Poppins";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.6;
}
@media (max-width: 1050px) {
  .sidebar__nav-list a {
    padding-right: 12px;
  }
}
.sidebar__nav-list a:hover, .sidebar__nav-list a:active, .sidebar__nav-list a:focus-visible {
  color: var(--color-yellow);
}
.sidebar__nav-list a:hover::before, .sidebar__nav-list a:active::before, .sidebar__nav-list a:focus-visible::before {
  opacity: 1;
}
.sidebar__section-mob {
  display: none;
}
@media (max-width: 1050px) {
  .sidebar__section-mob {
    display: block;
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .sidebar__section-mob .sidebar__nav-button {
    border-radius: 8px;
    margin: 0;
    padding: 16px 0 16px 16px;
    font-size: 16px;
    color: var(--color-yellow);
  }
}
.sidebar__wrap-mob {
  background-color: transparent;
}

/* Tabs */
.tabs {
  display: flex;
}

.tab-button {
  position: relative;
  flex-grow: 1;
  width: 50%;
  min-height: 32px;
  padding: 6px 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  background-color: #205583;
  color: #a1bcd4;
  font-size: 14px;
  border: none;
  cursor: pointer;
  line-height: normal;
  text-transform: uppercase;
}
.tab-button.active {
  background-color: var(--tertiary-bg-color);
  color: var(--primary-text-color);
}
.tab-button.active .live-indicator {
  display: block;
}
.tab-button:hover {
  color: var(--primary-text-color);
}

.live-indicator {
  display: none;
  width: 6px;
  height: 6px;
  background-color: #a4d058;
  border-radius: 50%;
}

.tab-content {
  display: none;
}
.tab-content.active {
  display: block;
}

.tab-header {
  background-color: #e9eef2;
  min-height: 32px;
  padding: 4px 8px;
  font-size: 12px;
  line-height: 1.17;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.tab-header div {
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-transform: uppercase;
}
.tab-header div span:first-child {
  margin-right: 8px;
  font-weight: 700;
  color: var(--quinary-text-color);
}
.tab-header div img:nth-child(2) {
  opacity: 0.7;
}
.tab-header div span:nth-child(3) {
  margin-left: 3px;
  font-weight: 400;
  color: var(--quinary-text-color);
  opacity: 0.7;
}

.tab-title {
  min-height: 32px;
  padding: 8px;
  line-height: 1.14;
  color: #224f7c;
  font-size: 14px;
  background-color: #f3f8fc;
}

.tab-list {
  display: flex;
  flex-direction: column;
  gap: 1px;
  background-color: #e9eef2;
}
.tab-list li a {
  position: relative;
  padding: 8px 40px 8px 8px;
  min-height: 32px;
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  line-height: 1.14;
  color: var(--quaternary-text-color);
  background-color: var(--quaternary-bg-color);
}
.tab-list li a::before {
  content: "";
  position: absolute;
  width: 11px;
  height: 6px;
  right: 11px;
  top: 50%;
  transform: translateY(-50%);
  background-image: url(../images/icons/sidebar-arrow-dark.svg);
  background-repeat: no-repeat;
}
.tab-list li a::after {
  content: "";
  position: absolute;
  top: 0;
  right: 32px;
  width: 1px;
  height: 100%;
  background-color: #e9eef2;
}
.tab-list li a:hover, .tab-list li a:active, .tab-list li a:focus {
  background-color: rgba(39, 106, 165, 0.0745098039);
}

/* PRIME */
.prime {
  position: relative;
  margin-top: 0;
  margin-bottom: 20px;
  padding: 36px 20px;
  min-height: 480px;
  display: flex;
  align-items: center;
  overflow: hidden;
  border-radius: 8px;
}
@media (max-width: 450px) {
  .prime {
    padding-left: 12px;
    padding-right: 12px;
  }
}
.prime__wrap {
  position: relative;
  max-width: 880px;
  text-align: left;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}
@media (max-width: 1050px) {
  .prime__wrap {
    margin: auto;
    text-align: center;
    align-items: center;
  }
}
.prime__rating {
  margin-bottom: 8px;
  display: flex;
  gap: 12px;
}
.prime__rating-text, .prime__rating-value {
  font-weight: 700;
  font-size: 14px;
  line-height: normal;
  color: var(--color-yellow);
}
.prime__title {
  color: var(--color-yellow);
  margin-bottom: 8px;
  font-weight: 900;
  font-size: 34px;
  line-height: normal;
  text-transform: uppercase;
}
.prime__title span {
  color: var(--color-white);
}
@media (max-width: 1050px) {
  .prime__title span {
    display: inline;
  }
}
@media (max-width: 850px) {
  .prime__title {
    font-size: 32px;
  }
}
@media (max-width: 767px) {
  .prime__title {
    font-size: 26px;
  }
}
.prime__text {
  color: var(--color-white);
  font-family: "Poppins";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.6;
  margin-bottom: 24px;
  max-width: 690px;
}
@media (max-width: 1050px) {
  .prime .background__fill {
    padding: 16px 12px;
    -webkit-backdrop-filter: blur(2px);
    backdrop-filter: blur(2px);
    background: rgba(22, 23, 40, 0.75);
    border-radius: 12px;
  }
}

/* Footer */
.footer {
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
  margin-bottom: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  border-radius: 12px;
  background-color: var(--color-black);
}
@media (max-width: 1050px) {
  .footer {
    padding: 10px;
  }
}
.footer__menu {
  display: flex;
  width: 100%;
  padding: 10px;
  align-items: center;
  justify-content: space-between;
  border-radius: 100px;
  border: 2px solid rgba(255, 255, 255, 0.1);
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .footer__menu {
    padding: 15px;
    flex-direction: column;
  }
}
.footer__menu > li {
  display: flex;
  padding: 9px 16px;
  align-items: center;
}
.footer__menu > li > a {
  color: rgba(255, 255, 255, 0.5);
  text-align: center;
  font-family: "Poppins";
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 14px;
  text-transform: uppercase;
  transition: 0.3ms;
}
.footer__menu > li > a:hover {
  color: var(--color-yellow);
}
.footer__languages-list {
  position: relative;
  padding: 12px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
  border-radius: 8px;
}
.footer__languages-item > a {
  padding: 7px 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border: 1px solid transparent;
  border-radius: 8px;
  background-color: var(--color-light-black);
  font-weight: 700;
  font-size: 14px;
  color: var(--color-white);
  line-height: normal;
  transition: border-color var(--secondary-transition);
}
.footer__languages-item > a:hover, .footer__languages-item > a:active, .footer__languages-item > a:focus {
  border-color: var(--color-white);
  background-color: var(--color-black);
}
.footer__bottom {
  width: 100%;
  display: flex;
  gap: 8px;
  align-items: center;
}
@media (max-width: 850px) {
  .footer__bottom {
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: center;
  }
}
.footer__middle {
  display: flex;
  align-items: center;
  justify-content: center;
}
.footer__image {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
}
@media (max-width: 767px) {
  .footer__image {
    flex-direction: column;
  }
}
.footer__image > img {
  border-radius: 8px;
}
.footer__copy {
  max-width: 967px;
  flex: 4;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
@media (max-width: 850px) {
  .footer__copy {
    align-items: center;
  }
}
.footer__copy p {
  margin: 0;
  color: var(--text-blue-1, #6a6a9d);
  font-family: "Roboto";
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 14px;
}
@media (max-width: 850px) {
  .footer__copy p {
    text-align: center;
  }
}
.footer__bottom-box {
  display: flex;
  justify-content: center;
}
.footer__age {
  display: flex;
  color: var(--text-blue-1, #6a6a9d);
  font-family: "Roboto";
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 14px;
}

/* Scroll Top */
.scroll-to-top {
  position: fixed;
  bottom: 40px;
  right: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  width: 40px;
  height: 40px;
  text-decoration: none;
  cursor: pointer;
  z-index: 9;
  opacity: 0;
  visibility: hidden;
  will-change: transform;
}
@media (max-width: 650px) {
  .scroll-to-top {
    right: 20px;
    bottom: 20px;
  }
}
.scroll-to-top.show {
  opacity: 1;
  visibility: visible;
}
.scroll-to-top:hover {
  transform: scale(1.1);
}

/* INFO */
.info {
  text-align: left;
}
.info > h2 {
  margin-bottom: 20px;
}
.info > p {
  margin-bottom: 20px;
}
.info > p:last-of-type {
  margin-bottom: 0;
}
.info__container {
  position: relative;
  padding: 24px;
  border-radius: 12px;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .info__container {
    padding: 10px;
  }
}
.info__container .background img {
  border-radius: 12px;
}
@media (max-width: 767px) {
  .info__container .background img {
    -o-object-position: 83%;
       object-position: 83%;
  }
}
.info__container > h3 {
  position: relative;
  color: var(--color-white);
  font-family: Poppins;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.info__container:nth-of-type(2) > h3,
.info__container:nth-of-type(2) .info__items {
  width: 680px;
  margin-left: auto;
}
.info__container:nth-of-type(2) + .buttons {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
}
.info__items {
  position: relative;
  list-style: none;
  margin: 0;
  counter-reset: step-counter;
  display: flex;
  flex-direction: column;
  gap: 8px;
  max-width: 680px;
}
@media (max-width: 850px) {
  .info__items {
    max-width: 100%;
  }
}
.info__items > li {
  position: relative;
  display: flex;
  align-items: flex-start;
  counter-increment: step-counter;
  padding: 12px 10px 12px 12px;
  gap: 12px;
  border-radius: 12px;
  background: var(--color-light-black);
}
.info__items > li::before {
  content: counter(step-counter);
  display: flex;
  justify-content: center;
  align-items: center;
  width: 28px;
  height: 28px;
  min-width: 28px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background: var(--bck-linear-1, linear-gradient(171deg, #fe2424 7.02%, #e93e3a 46.35%, #fb8a00 84.88%), #fff);
  color: var(--primary-text-color);
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
}
.info__items > li > p {
  margin: 0;
  color: var(--color-white);
  font-family: "Poppins";
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  display: flex;
  flex-direction: column;
  flex: 1;
  padding-top: 2px;
}
@media (max-width: 850px) {
  .info__items > li > p {
    min-height: 100%;
  }
}

/* KEY */
.key {
  text-align: left;
}
.key > h2,
.key > h3 {
  margin-bottom: 20px;
}
.key > p {
  margin-bottom: 20px;
  margin-top: 0;
}
.key .table-wrapper {
  border-radius: 12px;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  background-image: url("../images/Key.webp");
  background-size: cover;
  background-position: center;
}
.key .table-wrapper::-webkit-scrollbar-track {
  background: var(--secondary-bg-color);
  border-radius: 3px;
}
.key .table-wrapper::-webkit-scrollbar-thumb {
  background: var(--tertiary-bg-color);
  border-radius: 3px;
}
.key .table-wrapper::-webkit-scrollbar-thumb:hover {
  background: var(--primary-btn-color);
}
.key .table {
  position: relative;
  width: 100%;
  border-radius: 12px;
  overflow: hidden;
  min-width: 650px;
}
@media (max-width: 450px) {
  .key .table {
    min-width: 650px;
  }
}
.key .table::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 12px;
  pointer-events: none;
}
.key .table thead {
  background: var(--color-light-black);
  color: var(--color-white);
  font-family: "Poppins";
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
}
.key .table thead th {
  padding: 16px;
}
.key .table thead th:first-child {
  width: 340px;
}
@media (max-width: 450px) {
  .key .table thead th {
    font-size: 18px;
  }
}
.key .table tr {
  text-align: left;
  white-space: normal;
  vertical-align: middle;
  width: auto;
}
.key .table tbody tr {
  box-shadow: inset 0 -1px 0 0 rgba(212, 222, 232, 0.5);
}
.key .table tbody tr:last-child {
  box-shadow: none;
}
.key .table tbody td {
  padding: 20px 16px;
  color: var(--color-white);
  font-family: "Poppins";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.6;
  background: rgba(73, 0, 26, 0.6);
}
.key .table tbody td:first-child {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
}
.key .table a:hover, .key .table a:focus, .key .table a:active {
  text-decoration: underline;
}

/* WORKER */
.worker {
  text-align: left;
}
.worker > h2 {
  margin-bottom: 20px;
}
.worker > p {
  margin-bottom: 20px;
  margin-top: 0;
}
.worker__list {
  display: flex;
  gap: 8px;
}
@media (max-width: 850px) {
  .worker__list {
    flex-direction: column;
  }
}
.worker-plus {
  padding: 16px;
  flex: 0 0 calc(50% - 4px);
  max-width: calc(50% - 4px);
}
@media (max-width: 850px) {
  .worker-plus {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.worker-plus span {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 20px;
  gap: 12px;
}
.worker-plus span img {
  flex-shrink: 0;
  display: flex;
  width: 50px;
  height: 60px;
}
.worker-plus span h3 {
  margin: 0;
  color: var(--color-white);
  font-family: "Poppins";
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
}
.worker-plus > ul {
  margin: 0;
  padding: 0;
}
.worker-plus > ul > li {
  position: relative;
  color: var(--color-white);
  font-family: "Poppins";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.6;
  list-style-type: none;
  padding-left: 36px;
  padding-bottom: 12px;
  margin-bottom: 12px;
}
.worker-plus > ul > li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 24px;
  height: 24px;
  background: url(../images/icons/Fire.svg) no-repeat center center;
  background-size: contain;
}
.worker-plus > ul > li::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  border-style: solid;
  border-width: 0 0 1px 0;
  -o-border-image: linear-gradient(90deg, rgba(12, 175, 187, 0.5) 50%, rgba(12, 175, 187, 0.8) 10%, rgba(12, 175, 187, 0.5) 10%, transparent 100%) 1;
     border-image: linear-gradient(90deg, rgba(12, 175, 187, 0.5) 50%, rgba(12, 175, 187, 0.8) 10%, rgba(12, 175, 187, 0.5) 10%, transparent 100%) 1;
}
.worker-minus {
  padding: 16px;
  flex: 0 0 calc(50% - 4px);
  max-width: calc(50% - 4px);
}
@media (max-width: 850px) {
  .worker-minus {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.worker-minus span {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 20px;
  gap: 16px;
}
.worker-minus span img {
  flex-shrink: 0;
  display: flex;
  width: 50px;
  height: 60px;
}
.worker-minus span h3 {
  margin: 0;
  color: var(--color-white);
  font-family: "Poppins";
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
}
.worker-minus > ul {
  margin: 0;
  padding: 0;
}
.worker-minus > ul > li {
  position: relative;
  color: var(--color-white);
  font-family: "Poppins";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.6;
  list-style-type: none;
  padding-left: 36px;
  padding-bottom: 12px;
  margin-bottom: 12px;
}
.worker-minus > ul > li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 24px;
  height: 24px;
  background: url(../images/icons/Pin.svg) no-repeat center center;
  background-size: contain;
}
.worker-minus > ul > li::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  border-style: solid;
  border-width: 0 0 1px 0;
  -o-border-image: linear-gradient(90deg, rgba(12, 175, 187, 0.5) 50%, rgba(12, 175, 187, 0.8) 10%, rgba(12, 175, 187, 0.5) 10%, transparent 100%) 1;
     border-image: linear-gradient(90deg, rgba(12, 175, 187, 0.5) 50%, rgba(12, 175, 187, 0.8) 10%, rgba(12, 175, 187, 0.5) 10%, transparent 100%) 1;
}

/* PROS */
.pros {
  text-align: left;
}
.pros > h2 {
  margin-bottom: 20px;
}
.pros > p {
  margin-bottom: 20px;
  margin-top: 0;
}
.pros__container {
  padding: 20px;
  border-radius: 12px;
  margin-bottom: 20px;
  background: var(--color-light-black);
}
@media (max-width: 767px) {
  .pros__container {
    padding: 10px 5px;
  }
}
.pros__container > h3 {
  margin-bottom: 20px;
}
.pros__container > p {
  margin-bottom: 20px;
}
.pros__photo {
  position: relative;
  padding: 20px;
  border-radius: 12px;
  margin-bottom: 20px;
  border: 1px solid var(--color-light-blue);
}
.pros__photo::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  min-width: 650px;
  background-image: url("../images/Pros2.webp");
  background-size: cover;
  background-position: left center;
  opacity: 1;
  border-radius: 12px;
  z-index: 0;
}
@media (max-width: 1400px) {
  .pros__photo::before {
    opacity: 0.5;
  }
}
@media (max-width: 450px) {
  .pros__photo::before {
    min-width: 520px;
  }
}
.pros__photo > div:last-child {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: flex-end;
  padding-right: 380px;
}
@media (max-width: 1200px) {
  .pros__photo > div:last-child {
    padding-right: 0;
    justify-content: flex-start;
  }
}
.pros .table-wrapper {
  position: relative;
  border-radius: 12px;
  margin-bottom: 20px;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  border: 1px solid var(--color-light-blue);
}
.pros .table-wrapper::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  min-width: 650px;
  background-image: url("../images/Pros.webp");
  background-size: cover;
  background-position: center;
  opacity: 1;
  border-radius: 12px;
  z-index: 0;
}
@media (max-width: 1400px) {
  .pros .table-wrapper::before {
    opacity: 0.5;
  }
}
@media (max-width: 450px) {
  .pros .table-wrapper::before {
    min-width: 520px;
  }
}
.pros .table-wrapper .table {
  position: relative;
  z-index: 1;
}
.pros .table-wrapper::-webkit-scrollbar-track {
  background: var(--secondary-bg-color);
  border-radius: 3px;
}
.pros .table-wrapper::-webkit-scrollbar-thumb {
  background: var(--tertiary-bg-color);
  border-radius: 3px;
}
.pros .table-wrapper::-webkit-scrollbar-thumb:hover {
  background: var(--primary-btn-color);
}
.pros .table-wrapper--right {
  margin-bottom: 0;
  border: none;
}
.pros .table-wrapper--right::before {
  display: none;
}
.pros .table-wrapper--right .table {
  position: relative;
  margin-left: auto;
  width: auto;
  min-width: 650px;
  margin-bottom: 20px;
  z-index: 1;
}
@media (max-width: 1200px) {
  .pros .table-wrapper--right .table {
    margin-left: 0;
    width: 100%;
  }
}
@media (max-width: 450px) {
  .pros .table-wrapper--right .table {
    min-width: 520px;
  }
}
.pros .table-wrapper--right .table thead tr::after,
.pros .table-wrapper--right .table tbody tr::after {
  width: 100%;
  left: 0;
}
@media (max-width: 1050px) {
  .pros .table-wrapper--right .table thead tr::after,
  .pros .table-wrapper--right .table tbody tr::after {
    width: 60%;
  }
}
@media (max-width: 850px) {
  .pros .table-wrapper--right .table thead tr::after,
  .pros .table-wrapper--right .table tbody tr::after {
    width: 100%;
  }
}
.pros .table-wrapper--right .table tbody tr:last-child::after {
  display: block !important;
}
.pros .table-wrapper--last {
  padding: 20px;
  margin-bottom: 20px;
}
.pros .table-wrapper--last::before {
  min-width: 650px;
  background-image: url("../images/Pros4.webp");
  background-position: left center;
}
.pros .table-wrapper--last .table {
  margin-left: auto;
  width: auto;
  z-index: 1;
}
@media (max-width: 1050px) {
  .pros .table-wrapper--last .table {
    margin-left: 0;
    width: 100%;
  }
}
@media (max-width: 450px) {
  .pros .table-wrapper--last .table {
    min-width: 520px;
  }
}
.pros .table-wrapper--last .table thead tr::after,
.pros .table-wrapper--last .table tbody tr::after {
  width: 100%;
  left: 0;
}
@media (max-width: 1050px) {
  .pros .table-wrapper--last .table thead tr::after,
  .pros .table-wrapper--last .table tbody tr::after {
    width: 100%;
  }
}
.pros .table-wrapper--last th,
.pros .table-wrapper--last td {
  width: 260px;
}
.pros .table {
  position: relative;
  width: 100%;
  border-radius: 12px;
  overflow: hidden;
  min-width: 650px;
}
@media (max-width: 450px) {
  .pros .table {
    min-width: 520px;
  }
}
.pros .table::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 12px;
  pointer-events: none;
}
.pros .table thead {
  color: var(--color-white);
  font-family: "Poppins";
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
}
.pros .table thead tr {
  position: relative;
}
.pros .table thead tr::after {
  content: "";
  position: absolute;
  left: 16px;
  bottom: 0;
  width: 45%;
  height: 1px;
  background: linear-gradient(90deg, rgba(12, 175, 187, 0.2) 0%, rgba(12, 175, 187, 0.8) 50%, rgba(12, 175, 187, 0.2) 100%);
}
@media (max-width: 1050px) {
  .pros .table thead tr::after {
    width: 60%;
  }
}
@media (max-width: 850px) {
  .pros .table thead tr::after {
    width: 100%;
  }
}
.pros .table thead th {
  padding: 16px;
}
.pros .table thead th:first-child {
  width: 240px;
}
@media (max-width: 450px) {
  .pros .table thead th {
    font-size: 18px;
  }
}
.pros .table tr {
  text-align: left;
  white-space: normal;
  vertical-align: middle;
  width: auto;
}
.pros .table tbody tr {
  position: relative;
}
.pros .table tbody tr::after {
  content: "";
  position: absolute;
  left: 16px;
  bottom: 0;
  width: 45%;
  height: 1px;
  background: linear-gradient(90deg, rgba(12, 175, 187, 0.2) 0%, rgba(12, 175, 187, 0.8) 50%, rgba(12, 175, 187, 0.2) 100%);
}
@media (max-width: 1050px) {
  .pros .table tbody tr::after {
    width: 60%;
  }
}
@media (max-width: 850px) {
  .pros .table tbody tr::after {
    width: 100%;
  }
}
.pros .table tbody tr:last-child::after {
  display: none;
}
.pros .table tbody td {
  padding: 20px 16px;
  color: var(--color-white);
  font-family: "Poppins";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.6;
}
.pros .table tbody td:first-child {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
}
.pros .table a:hover, .pros .table a:focus, .pros .table a:active {
  text-decoration: underline;
}
.pros__fix {
  display: flex;
  align-items: stretch;
  gap: 20px;
  margin-bottom: 20px;
}
@media (max-width: 850px) {
  .pros__fix {
    flex-direction: column;
  }
}
.pros__fix > div {
  flex: 1;
  min-width: 0;
}
.pros__fix > div > p {
  margin-bottom: 20px;
}
.pros__fix > div > h3 {
  margin-bottom: 20px;
}
.pros__fix > div:last-child {
  position: relative;
}
.pros__fix > div:last-child img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
  border-radius: 16px;
}
@media (max-width: 850px) {
  .pros__fix > div:last-child {
    position: static;
  }
  .pros__fix > div:last-child img {
    position: static;
    width: 100%;
    max-width: 550px;
    height: auto;
    margin: 0 auto;
  }
}

/* REGISTRATION */
.registration {
  text-align: left;
}
.registration > h2 {
  margin-bottom: 20px;
}
.registration > p {
  margin-bottom: 20px;
}
.registration > h3 {
  margin-bottom: 20px;
}
.registration__container {
  position: relative;
  padding: 24px;
  border-radius: 12px;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .registration__container {
    padding: 0;
  }
}
.registration__container .background img {
  border-radius: 12px;
}
@media (max-width: 767px) {
  .registration__container .background img {
    -o-object-position: 83%;
       object-position: 83%;
  }
}
.registration__items {
  position: relative;
  list-style: none;
  margin: 0;
  counter-reset: step-counter;
  display: flex;
  flex-direction: column;
  gap: 8px;
  max-width: 680px;
}
@media (max-width: 850px) {
  .registration__items {
    max-width: 100%;
  }
}
@media (max-width: 767px) {
  .registration__items {
    padding: 10px;
  }
}
.registration__items > li {
  position: relative;
  display: flex;
  align-items: flex-start;
  counter-increment: step-counter;
  padding: 12px 10px 12px 12px;
  gap: 12px;
  border-radius: 12px;
  background: var(--color-light-black);
}
.registration__items > li::before {
  content: counter(step-counter);
  display: flex;
  justify-content: center;
  align-items: center;
  width: 28px;
  height: 28px;
  min-width: 28px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background: var(--bck-linear-1, linear-gradient(171deg, #fe2424 7.02%, #e93e3a 46.35%, #fb8a00 84.88%), #fff);
  color: var(--primary-text-color);
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
}
.registration__items > li > p {
  margin: 0;
  color: var(--color-white);
  font-family: "Poppins";
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  display: flex;
  flex-direction: column;
  flex: 1;
  padding-top: 2px;
}
@media (max-width: 850px) {
  .registration__items > li > p {
    min-height: 100%;
  }
}
.registration > div:last-of-type {
  display: flex;
  align-items: stretch;
  gap: 20px;
  margin-bottom: 20px;
}
@media (max-width: 850px) {
  .registration > div:last-of-type {
    flex-direction: column;
  }
}
.registration > div:last-of-type > div {
  flex: 1;
  min-width: 0;
}
.registration > div:last-of-type > div > p {
  margin-bottom: 20px;
}
.registration > div:last-of-type > div > p:last-of-type {
  margin-bottom: 0;
}
.registration > div:last-of-type > div img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  border-radius: 16px;
}
@media (max-width: 850px) {
  .registration > div:last-of-type > div img {
    width: 100%;
    max-width: 550px;
    height: auto;
    margin: 0 auto;
  }
}

/* PROMOTION */
.promotion {
  text-align: left;
}
.promotion > h2 {
  margin-bottom: 20px;
}
.promotion > p {
  margin-bottom: 20px;
}
.promotion > img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  border-radius: 16px;
  margin-bottom: 20px;
}
.promotion__tables {
  display: flex;
  gap: 8px;
  margin-bottom: 20px;
}
@media (max-width: 850px) {
  .promotion__tables {
    flex-direction: column;
  }
}
.promotion__tables .table-wrapper {
  flex: 1;
  margin-bottom: 0;
}
.promotion .table-wrapper {
  border-radius: 12px;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  background-image: url("../images/Quality2.webp");
  background-size: cover;
  background-position: center;
}
.promotion .table-wrapper::-webkit-scrollbar-track {
  background: var(--secondary-bg-color);
  border-radius: 3px;
}
.promotion .table-wrapper::-webkit-scrollbar-thumb {
  background: var(--tertiary-bg-color);
  border-radius: 3px;
}
.promotion .table-wrapper::-webkit-scrollbar-thumb:hover {
  background: var(--primary-btn-color);
}
.promotion .table {
  position: relative;
  width: 100%;
  border-radius: 12px;
  overflow: hidden;
  min-width: 650px;
}
@media (max-width: 450px) {
  .promotion .table {
    min-width: 650px;
  }
}
.promotion .table::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 12px;
  pointer-events: none;
}
.promotion .table thead {
  background: var(--color-light-black);
  font-weight: 700;
  font-size: 20px;
  line-height: normal;
  color: var(--color-white);
  text-transform: uppercase;
}
.promotion .table thead th {
  padding: 16px;
  width: 33.33%;
}
@media (max-width: 450px) {
  .promotion .table thead th {
    font-size: 16px;
  }
}
.promotion .table tr {
  text-align: left;
  white-space: normal;
  vertical-align: middle;
  width: auto;
}
.promotion .table tbody tr {
  background: rgba(73, 0, 26, 0.6);
  box-shadow: inset 0 -1px 0 0 rgba(212, 222, 232, 0.5);
}
.promotion .table tbody tr:last-child {
  box-shadow: none;
}
.promotion .table tbody td {
  padding: 20px 16px;
  color: var(--color-white);
  font-family: "Poppins";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.6;
  background: rgba(73, 0, 26, 0.6);
}
.promotion .table tbody td:first-child {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
}
.promotion .table a:hover, .promotion .table a:focus, .promotion .table a:active {
  text-decoration: underline;
}

/* QUALITY */
.quality {
  text-align: left;
}
.quality > h2 {
  margin-bottom: 20px;
}
.quality > p {
  margin-bottom: 20px;
}
.quality > img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  border-radius: 16px;
  margin-bottom: 20px;
}
.quality__tables {
  display: flex;
  gap: 8px;
  margin-bottom: 20px;
}
@media (max-width: 850px) {
  .quality__tables {
    flex-direction: column;
  }
}
.quality__tables .table-wrapper {
  flex: 1;
  margin-bottom: 0;
}
.quality .table-wrapper {
  border-radius: 12px;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  background-image: url("../images/Quality2.webp");
  background-size: cover;
  background-position: center;
}
.quality .table-wrapper::-webkit-scrollbar-track {
  background: var(--secondary-bg-color);
  border-radius: 3px;
}
.quality .table-wrapper::-webkit-scrollbar-thumb {
  background: var(--tertiary-bg-color);
  border-radius: 3px;
}
.quality .table-wrapper::-webkit-scrollbar-thumb:hover {
  background: var(--primary-btn-color);
}
.quality .table {
  position: relative;
  width: 100%;
  border-radius: 12px;
  overflow: hidden;
  min-width: 650px;
}
@media (max-width: 450px) {
  .quality .table {
    min-width: 650px;
  }
}
.quality .table::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 12px;
  pointer-events: none;
}
.quality .table thead {
  background: var(--color-light-black);
  font-weight: 700;
  font-size: 20px;
  line-height: normal;
  color: var(--color-white);
  text-transform: uppercase;
}
.quality .table thead th {
  padding: 16px;
  width: 33.33%;
}
@media (max-width: 450px) {
  .quality .table thead th {
    font-size: 16px;
  }
}
.quality .table tr {
  text-align: left;
  white-space: normal;
  vertical-align: middle;
  width: auto;
}
.quality .table tbody tr {
  background: rgba(73, 0, 26, 0.6);
  box-shadow: inset 0 -1px 0 0 rgba(212, 222, 232, 0.5);
}
.quality .table tbody tr:last-child {
  box-shadow: none;
}
.quality .table tbody td {
  padding: 20px 16px;
  color: var(--color-white);
  font-family: "Poppins";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.6;
  background: rgba(73, 0, 26, 0.6);
}
.quality .table tbody td:first-child {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
}
.quality .table a:hover, .quality .table a:focus, .quality .table a:active {
  text-decoration: underline;
}

/* GAME */
.game {
  text-align: left;
}
.game > h2 {
  margin-bottom: 20px;
}
.game > p {
  margin-bottom: 20px;
}
.game .table-wrapper {
  border-radius: 12px;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  margin-bottom: 20px;
  background-image: url("../images/Game.webp");
  background-size: cover;
  background-position: center;
}
.game .table-wrapper::-webkit-scrollbar-track {
  background: var(--secondary-bg-color);
  border-radius: 3px;
}
.game .table-wrapper::-webkit-scrollbar-thumb {
  background: var(--tertiary-bg-color);
  border-radius: 3px;
}
.game .table-wrapper::-webkit-scrollbar-thumb:hover {
  background: var(--primary-btn-color);
}
.game .table {
  position: relative;
  width: 100%;
  border-radius: 12px;
  overflow: hidden;
  min-width: 650px;
}
.game .table thead {
  background: var(--color-light-black);
  font-weight: 700;
  font-size: 20px;
  line-height: normal;
  color: var(--color-white);
  text-transform: uppercase;
}
.game .table thead th {
  padding: 16px;
  width: 20%;
}
@media (max-width: 450px) {
  .game .table thead th {
    font-size: 16px;
  }
}
.game .table tr {
  text-align: left;
  white-space: normal;
  vertical-align: middle;
}
.game .table tbody tr {
  background: rgba(73, 0, 26, 0.6);
  box-shadow: inset 0 -1px 0 0 rgba(212, 222, 232, 0.5);
}
.game .table tbody tr:last-child {
  box-shadow: none;
}
.game .table tbody td {
  padding: 20px 16px;
  color: var(--color-white);
  font-family: "Poppins";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.6;
  background: rgba(73, 0, 26, 0.6);
}

/* PAYMENT */
.payment {
  text-align: left;
}
.payment > h2 {
  margin-bottom: 20px;
}
.payment > p {
  margin-bottom: 20px;
  margin-top: 0;
}
.payment > h3 {
  margin-bottom: 20px;
}
.payment .table-wrapper {
  border-radius: 12px;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  margin-bottom: 20px;
  background-image: url("../images/Payment.webp");
  background-size: cover;
  background-position: center;
}
.payment .table-wrapper::-webkit-scrollbar-track {
  background: var(--secondary-bg-color);
  border-radius: 3px;
}
.payment .table-wrapper::-webkit-scrollbar-thumb {
  background: var(--tertiary-bg-color);
  border-radius: 3px;
}
.payment .table-wrapper::-webkit-scrollbar-thumb:hover {
  background: var(--primary-btn-color);
}
.payment__table {
  position: relative;
  width: 100%;
  border-radius: 12px;
  overflow: hidden;
  min-width: 650px;
  table-layout: fixed;
}
@media (max-width: 450px) {
  .payment__table {
    min-width: 550px;
  }
}
.payment__table thead {
  background: var(--color-light-black);
  font-weight: 700;
  font-size: 20px;
  line-height: normal;
  color: var(--color-white);
  text-transform: uppercase;
}
.payment__table thead th {
  padding: 16px;
  width: 35%;
}
.payment__table thead th:first-child {
  width: 30%;
}
@media (max-width: 450px) {
  .payment__table thead th {
    font-size: 16px;
  }
}
.payment__table tr {
  text-align: left;
  white-space: normal;
  vertical-align: middle;
}
.payment__table tbody tr {
  background: rgba(73, 0, 26, 0.6);
  box-shadow: inset 0 -1px 0 0 rgba(212, 222, 232, 0.5);
}
.payment__table tbody tr:last-child {
  box-shadow: none;
}
.payment__table tbody td {
  padding: 20px 16px;
  color: var(--color-white);
  font-family: "Poppins";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.6;
  background: rgba(73, 0, 26, 0.6);
}

/* MOBILE */
.mobile {
  text-align: left;
}
.mobile > h2 {
  margin-bottom: 20px;
}
.mobile > p {
  margin-bottom: 20px;
}
.mobile > h3 {
  margin-bottom: 20px;
}
.mobile > img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  display: block;
  margin-bottom: 20px;
}
.mobile__container {
  position: relative;
  padding: 24px;
  border-radius: 12px;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .mobile__container {
    padding: 10px;
  }
}
.mobile__container .background img {
  border-radius: 12px;
}
@media (max-width: 767px) {
  .mobile__container .background img {
    -o-object-position: 83%;
       object-position: 83%;
  }
}
.mobile__container > h3 {
  position: relative;
  margin-bottom: 10px;
  color: var(--color-white);
  font-family: "Poppins";
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
}
.mobile__items {
  position: relative;
  list-style: none;
  margin: 0;
  counter-reset: step-counter;
  display: flex;
  flex-direction: column;
  gap: 8px;
  max-width: 680px;
}
@media (max-width: 850px) {
  .mobile__items {
    max-width: 100%;
  }
}
.mobile__items > li {
  position: relative;
  display: flex;
  align-items: flex-start;
  counter-increment: step-counter;
  padding: 12px 10px 12px 12px;
  gap: 12px;
  border-radius: 12px;
  background: var(--color-light-black);
}
.mobile__items > li::before {
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  width: 28px;
  height: 28px;
  min-width: 28px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background: url(../images/icons/Fire.svg) no-repeat center center;
  background-size: contain;
}
.mobile__items > li > p {
  margin: 0;
  color: var(--color-white);
  font-family: "Poppins";
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  display: flex;
  flex-direction: column;
  flex: 1;
  padding-top: 2px;
}
@media (max-width: 850px) {
  .mobile__items > li > p {
    min-height: 100%;
  }
}
.mobile__items > li > p > span {
  margin-top: 4px;
  color: var(--color-white);
  font-family: "Poppins";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.6;
}

/* REWARD */
.reward {
  text-align: left;
}
.reward > h2 {
  margin-bottom: 20px;
}
.reward > p {
  margin-bottom: 20px;
  margin-top: 0;
}
.reward > div {
  display: flex;
  align-items: stretch;
  gap: 20px;
}
@media (max-width: 850px) {
  .reward > div {
    flex-direction: column;
  }
}
.reward > div > div {
  flex: 1;
  min-width: 0;
}
.reward > div > div > p {
  margin-bottom: 20px;
  color: var(--color-white);
  font-family: "Poppins";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.6;
}
.reward > div > div > p:last-of-type {
  margin-bottom: 0;
}
.reward > div > div img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  border-radius: 16px;
}
@media (max-width: 850px) {
  .reward > div > div img {
    width: 100%;
    max-width: 550px;
    height: auto;
    margin: 0 auto;
  }
}

/* SECURITY */
.security {
  text-align: left;
}
.security > h2 {
  margin-bottom: 20px;
}
.security > p {
  margin-bottom: 20px;
}
.security > h3 {
  margin-bottom: 20px;
}
.security .table-wrapper {
  border-radius: 12px;
  margin-bottom: 20px;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  background-image: url("../images/Security.webp");
  background-size: cover;
  background-position: center;
}
.security .table-wrapper::-webkit-scrollbar-track {
  background: var(--secondary-bg-color);
  border-radius: 3px;
}
.security .table-wrapper::-webkit-scrollbar-thumb {
  background: var(--tertiary-bg-color);
  border-radius: 3px;
}
.security .table-wrapper::-webkit-scrollbar-thumb:hover {
  background: var(--primary-btn-color);
}
.security .table {
  position: relative;
  width: 100%;
  border-radius: 12px;
  overflow: hidden;
  min-width: 650px;
}
@media (max-width: 450px) {
  .security .table {
    min-width: 650px;
  }
}
.security .table::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 12px;
  pointer-events: none;
}
.security .table thead {
  background: var(--color-light-black);
  font-weight: 700;
  font-size: 20px;
  line-height: normal;
  color: var(--color-white);
  text-transform: uppercase;
}
.security .table thead th {
  padding: 16px;
  width: 33.33%;
}
@media (max-width: 450px) {
  .security .table thead th {
    font-size: 16px;
  }
}
.security .table tr {
  text-align: left;
  white-space: normal;
  vertical-align: middle;
  width: auto;
}
.security .table tbody tr {
  background: rgba(73, 0, 26, 0.6);
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
  box-shadow: inset 0 -1px 0 0 rgba(212, 222, 232, 0.5);
}
.security .table tbody tr:last-child {
  box-shadow: none;
}
.security .table tbody td {
  padding: 20px 16px;
  color: var(--color-white);
  font-family: "Poppins";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.6;
  background: rgba(73, 0, 26, 0.6);
}
.security .table tbody td:first-child {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
}
.security .table a:hover, .security .table a:focus, .security .table a:active {
  text-decoration: underline;
}
.security__container {
  position: relative;
  padding: 24px;
  border-radius: 12px;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .security__container {
    padding: 10px;
  }
}
.security__container .background img {
  border-radius: 12px;
}
@media (max-width: 767px) {
  .security__container .background img {
    -o-object-position: 83%;
       object-position: 83%;
  }
}
.security__container > h3 {
  position: relative;
  margin-bottom: 10px;
  color: var(--color-white);
  font-family: "Poppins";
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
}
.security__items {
  position: relative;
  list-style: none;
  margin: 0;
  counter-reset: step-counter;
  display: flex;
  flex-direction: column;
  gap: 8px;
  max-width: 680px;
}
@media (max-width: 850px) {
  .security__items {
    max-width: 100%;
  }
}
.security__items > li {
  position: relative;
  display: flex;
  align-items: flex-start;
  counter-increment: step-counter;
  padding: 12px 10px 12px 12px;
  gap: 12px;
  border-radius: 12px;
  background: var(--color-light-black);
}
.security__items > li::before {
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  width: 28px;
  height: 28px;
  min-width: 28px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background: url(../images/icons/Fire.svg) no-repeat center center;
  background-size: contain;
}
.security__items > li > p {
  margin: 0;
  color: var(--color-white);
  font-family: "Poppins";
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  display: flex;
  flex-direction: column;
  flex: 1;
  padding-top: 2px;
}
@media (max-width: 850px) {
  .security__items > li > p {
    min-height: 100%;
  }
}
.security__items > li > p > span {
  margin-top: 4px;
  color: var(--color-white);
  font-family: "Poppins";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.6;
}

/* CUSTOMER */
.customer {
  text-align: left;
}
.customer > h2 {
  margin-bottom: 20px;
}
.customer > p {
  margin-bottom: 20px;
}

/* FINAL */
.final {
  text-align: left;
}
.final > h2 {
  margin-bottom: 20px;
}
.final > p {
  margin-bottom: 20px;
}
.final .buttons {
  margin: 0 auto;
}
.final__container {
  padding: 20px;
  border-radius: 12px;
  background-image: url("../images/Final.webp");
  background-size: cover;
  background-position: center;
}
@media (max-width: 767px) {
  .final__container {
    padding: 10px 5px;
  }
}
.final__container > h3 {
  margin-bottom: 20px;
}
.final__container > p {
  margin-bottom: 20px;
}
.final .table-wrapper {
  border-radius: 12px;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  margin: 0 auto;
  margin-bottom: 20px;
}
.final .table-wrapper::-webkit-scrollbar-track {
  background: var(--secondary-bg-color);
  border-radius: 3px;
}
.final .table-wrapper::-webkit-scrollbar-thumb {
  background: var(--tertiary-bg-color);
  border-radius: 3px;
}
.final .table-wrapper::-webkit-scrollbar-thumb:hover {
  background: var(--primary-btn-color);
}
.final .table {
  position: relative;
  width: 100%;
  border-radius: 12px;
  overflow: hidden;
  background: var(--bck-blur-table-1, rgba(73, 0, 26, 0.6));
  -webkit-backdrop-filter: blur(7.5px);
          backdrop-filter: blur(7.5px);
  max-width: 810px;
  margin: 0 auto;
}
@media (max-width: 450px) {
  .final .table {
    min-width: 520px;
  }
}
.final .table::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 12px;
  pointer-events: none;
}
.final .table thead {
  color: var(--color-white);
  font-family: "Poppins";
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
}
.final .table thead tr {
  position: relative;
}
.final .table thead tr::after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  width: 90%;
  height: 1px;
  background: linear-gradient(90deg, rgba(12, 175, 187, 0.2) 0%, rgba(12, 175, 187, 0.8) 50%, rgba(12, 175, 187, 0.2) 100%);
}
@media (max-width: 1050px) {
  .final .table thead tr::after {
    width: 60%;
  }
}
@media (max-width: 850px) {
  .final .table thead tr::after {
    width: 100%;
  }
}
.final .table thead th {
  padding: 16px;
  width: 33.3%;
  text-align: center;
}
@media (max-width: 450px) {
  .final .table thead th {
    font-size: 18px;
  }
}
.final .table tr {
  text-align: left;
  white-space: normal;
  vertical-align: middle;
  width: auto;
}
.final .table tbody tr {
  position: relative;
  text-align: center;
}
.final .table tbody tr::after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  width: 90%;
  height: 1px;
  background: linear-gradient(90deg, rgba(12, 175, 187, 0.2) 0%, rgba(12, 175, 187, 0.8) 50%, rgba(12, 175, 187, 0.2) 100%);
}
@media (max-width: 1050px) {
  .final .table tbody tr::after {
    width: 60%;
  }
}
@media (max-width: 850px) {
  .final .table tbody tr::after {
    width: 100%;
  }
}
.final .table tbody tr:last-child::after {
  display: none;
}
.final .table tbody tr:last-child td {
  font-family: "Poppins";
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  background: linear-gradient(180deg, #0cafbb 0%, #477eff 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.final .table tbody td {
  padding: 20px 16px;
  color: var(--color-white);
  font-family: "Poppins";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.6;
}
.final .table a:hover, .final .table a:focus, .final .table a:active {
  text-decoration: underline;
}

/* SCORE */
.score {
  text-align: left;
}
.score > h2 {
  margin-bottom: 20px;
}
.score__list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  list-style: none;
  margin: 0;
  padding: 20px;
}
.score__list li {
  position: relative;
  flex: 1 1 calc(33% - 6px);
  padding: 20px 16px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@media (max-width: 1023px) {
  .score__list li {
    padding: 15px;
    min-width: 100%;
  }
}
.score__list li::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 140px;
  background: #0cafbb;
}
@media (max-width: 1023px) {
  .score__list li::after {
    display: none;
  }
}
.score__list li:nth-child(3n)::after {
  display: none;
}
.score__list li .score__header {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  align-items: center;
  margin-bottom: 30px;
}
.score__list li .score__header span {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 20px;
  font-family: "Poppins";
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  background: linear-gradient(90deg, #ffc700 0%, #ff8a00 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-align: center;
}
.score__list li .score__stars {
  display: flex;
  gap: 2px;
}
.score__list li .score__stars img {
  width: 26px;
  height: 26px;
}
.score__list li p {
  margin: 0;
  color: var(--color-white);
  text-align: center;
  font-family: "Poppins";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.6;
}

/* FAQ */
.faq {
  text-align: left;
}
.faq > h2 {
  margin-bottom: 20px;
}
.faq > p {
  margin-bottom: 20px;
  margin-top: 0;
}

.accordion {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.accordion__item {
  border: 1px solid var(--color-light-blue);
  border-radius: 12px;
  overflow: hidden;
}
.accordion__title {
  position: relative;
  padding: 16px 50px 16px 16px;
  color: var(--color-white);
  font-family: "Poppins";
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  background: var(--color-light-black);
  cursor: pointer;
}
@media (max-width: 450px) {
  .accordion__title {
    font-size: 16px;
  }
}
.accordion__title:after {
  content: "";
  position: absolute;
  background: url(../images/icons/icon-arrow-green.svg);
  background-repeat: no-repeat no-repeat;
  background-position: center center;
  background-size: contain;
  rotate: 180deg;
  top: 22px;
  right: 16px;
  width: 12px;
  height: 12px;
  transition: all 0.3s;
}
.accordion__title.active:after {
  transform: scaleY(-1);
}
.accordion__block {
  background-color: var(--color-black);
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease-in-out;
  margin: 0;
  text-align: left;
}
.accordion__text {
  color: var(--color-white);
}
.accordion__text-wrap {
  padding: 16px;
  color: var(--color-white);
  font-family: "Poppins";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.6;
}

/* DOWNLOAD */
.download {
  display: flex;
  align-items: center;
  justify-content: center;
  max-height: 400px;
  min-height: 400px;
  padding: 40px 170px;
  border-radius: 8px;
  overflow: hidden;
  background: none;
}
@media (max-width: 1300px) {
  .download {
    padding: 40px 80px;
  }
}
@media (max-width: 767px) {
  .download {
    padding: 40px 0;
    flex-direction: column;
  }
}
@media (max-width: 1300px) {
  .download .background img {
    -o-object-position: 47%;
       object-position: 47%;
    opacity: 1;
  }
}
.download__container {
  position: relative;
  display: flex;
  justify-content: space-between;
  width: 100%;
  padding: 0 20px;
}
@media (max-width: 767px) {
  .download__container {
    flex-direction: column;
    align-items: center;
    gap: 20px;
    padding: 0;
  }
}
.download__button__apple, .download__button__android {
  position: relative;
  display: flex;
  gap: 16px;
  max-width: 220px;
  min-width: 220px;
  height: 56px;
  padding: 12px 24px;
  justify-content: center;
  align-items: center;
  text-align: center;
  border-radius: 8px;
  border: 1px solid #fcc211;
  background: var(--bck-linear-2, linear-gradient(171deg, #263663 0%, #11445f 46.35%, #116f7d 84.88%));
  color: var(--color-white);
  text-align: center;
  font-family: "Poppins";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.6;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  overflow: hidden;
}
.download__button__apple::before, .download__button__android::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.15), transparent);
  transition: left 0.5s ease;
}
.download__button__apple img, .download__button__android img {
  width: 25px;
  height: 32px;
  flex-shrink: 0;
  transition: transform 0.3s ease;
}
.download__button__apple:hover, .download__button__android:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3), 0 0 20px rgba(255, 255, 255, 0.1);
}
.download__button__apple:hover::before, .download__button__android:hover::before {
  left: 100%;
}
.download__button__apple:hover img, .download__button__android:hover img {
  transform: scale(1.1);
}
.download__button__apple:active, .download__button__android:active {
  transform: translateY(-1px);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}
@media (max-width: 767px) {
  .download__button__apple, .download__button__android {
    margin-bottom: 20px;
  }
  .download__button__apple:last-child, .download__button__android:last-child {
    margin-bottom: 0;
  }
}

/* LAST */
.last {
  text-align: left;
}
.last > h2 {
  margin-bottom: 20px;
}
.last > p {
  margin-bottom: 20px;
}
.last__items {
  position: relative;
  list-style: none;
  margin: 0;
  counter-reset: step-counter;
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-bottom: 20px;
}
.last__items > li {
  position: relative;
  display: flex;
  align-items: flex-start;
  counter-increment: step-counter;
  padding: 12px 10px 12px 12px;
  gap: 12px;
  border-radius: 12px;
  background: var(--color-light-black);
}
.last__items > li::before {
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  width: 28px;
  height: 28px;
  min-width: 28px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background: url(../images/icons/Fire.svg) no-repeat center center;
  background-size: contain;
}
.last__items > li > p {
  margin: 0;
  color: var(--color-white);
  font-family: "Poppins";
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  display: flex;
  flex-direction: column;
  flex: 1;
  padding-top: 2px;
}
@media (max-width: 850px) {
  .last__items > li > p {
    min-height: 100%;
  }
}
.last__items > li > p > span {
  margin-top: 4px;
  color: var(--color-white);
  font-family: "Poppins";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.6;
}
.last > div {
  display: flex;
  align-items: stretch;
  gap: 20px;
}
@media (max-width: 850px) {
  .last > div {
    flex-direction: column;
  }
}
.last > div > div {
  flex: 1;
  min-width: 0;
}
.last > div > div > p {
  margin-bottom: 20px;
  color: var(--color-white);
  font-family: "Poppins";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.6;
}
.last > div > div > h3 {
  margin-bottom: 20px;
  color: var(--color-white);
  font-family: "Poppins";
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
}
.last > div > div img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  border-radius: 16px;
}
@media (max-width: 850px) {
  .last > div > div img {
    width: 100%;
    max-width: 550px;
    height: auto;
    margin: 0 auto;
  }
}

/* GIFT */
.gift {
  text-align: left;
}
.gift > h2 {
  margin-bottom: 20px;
}
.gift > p {
  color: var(--color-white);
  font-family: "Poppins";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.6;
  margin-bottom: 20px;
}
.gift > p:last-of-type {
  margin-bottom: 0;
}

/* BONUS */
.bonus {
  position: relative;
  margin-top: 0;
  margin-bottom: 20px;
  padding: 36px 20px;
  min-height: 480px;
  display: flex;
  align-items: center;
  overflow: hidden;
  border-radius: 8px;
}
@media (max-width: 450px) {
  .bonus {
    padding-left: 12px;
    padding-right: 12px;
  }
}
.bonus__wrap {
  position: relative;
  max-width: 880px;
  text-align: left;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}
@media (max-width: 1050px) {
  .bonus__wrap {
    margin: auto;
    text-align: center;
    align-items: center;
  }
}
.bonus__rating {
  margin-bottom: 8px;
  display: flex;
  gap: 12px;
}
.bonus__rating-text, .bonus__rating-value {
  font-weight: 700;
  font-size: 16px;
  line-height: normal;
  color: var(--tertiary-bg-color);
}
.bonus__title {
  margin-bottom: 8px;
  color: var(--color-yellow);
  font-family: "Poppins";
  font-size: 34px;
  font-style: normal;
  font-weight: 900;
  line-height: 1.4;
  text-transform: uppercase;
}
@media (max-width: 1050px) {
  .bonus__title span {
    display: inline;
  }
}
@media (max-width: 850px) {
  .bonus__title {
    font-size: 32px;
  }
}
@media (max-width: 767px) {
  .bonus__title {
    font-size: 26px;
  }
}
.bonus__text {
  color: var(--color-white);
  font-family: "Poppins";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.6;
  margin-bottom: 24px;
  max-width: 690px;
}
.bonus .breadcrumb {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 8px;
}
.bonus .breadcrumb a,
.bonus .breadcrumb span {
  color: var(--color-white);
  font-family: "Poppins";
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.bonus .breadcrumb a:hover,
.bonus .breadcrumb span:hover {
  text-decoration: underline;
}
@media (max-width: 1050px) {
  .bonus .background__fill {
    padding: 16px 12px;
    -webkit-backdrop-filter: blur(2px);
    backdrop-filter: blur(2px);
    background: rgba(22, 23, 40, 0.75);
    border-radius: 12px;
  }
}

/* MONEY */
.money {
  text-align: left;
}
.money > h2 {
  margin-bottom: 20px;
}
.money > h3 {
  margin-bottom: 20px;
}
.money > p {
  margin-bottom: 20px;
}
.money__container {
  padding: 20px;
  border-radius: 12px;
  margin-bottom: 20px;
  background: var(--color-light-black);
}
.money__container:last-of-type {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .money__container {
    padding: 10px 5px;
  }
}
.money__container > h3 {
  margin-bottom: 20px;
}
.money__container > p {
  margin-bottom: 20px;
}
.money .table-wrapper {
  border-radius: 12px;
  margin-bottom: 20px;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  background-image: url("../images/Money.webp");
  background-size: cover;
  background-position: center;
}
.money .table-wrapper::-webkit-scrollbar-track {
  background: var(--secondary-bg-color);
  border-radius: 3px;
}
.money .table-wrapper::-webkit-scrollbar-thumb {
  background: var(--tertiary-bg-color);
  border-radius: 3px;
}
.money .table-wrapper::-webkit-scrollbar-thumb:hover {
  background: var(--primary-btn-color);
}
.money .table {
  position: relative;
  width: 100%;
  border-radius: 12px;
  overflow: hidden;
  min-width: 650px;
}
@media (max-width: 450px) {
  .money .table {
    min-width: 650px;
  }
}
.money .table::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 12px;
  pointer-events: none;
}
.money .table thead {
  background: var(--color-light-black);
  font-weight: 700;
  font-size: 20px;
  line-height: normal;
  color: var(--color-white);
  text-transform: uppercase;
}
.money .table thead th {
  padding: 16px;
  width: 33.33%;
}
@media (max-width: 450px) {
  .money .table thead th {
    font-size: 16px;
  }
}
.money .table tr {
  text-align: left;
  white-space: normal;
  vertical-align: middle;
  width: auto;
}
.money .table tbody tr {
  background: rgba(73, 0, 26, 0.6);
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
  box-shadow: inset 0 -1px 0 0 rgba(212, 222, 232, 0.5);
}
.money .table tbody tr:last-child {
  box-shadow: none;
}
.money .table tbody td {
  padding: 20px 16px;
  color: var(--color-white);
  font-family: "Poppins";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.6;
  background: rgba(73, 0, 26, 0.6);
}
.money .table tbody td:first-child {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
}
.money .table a:hover, .money .table a:focus, .money .table a:active {
  text-decoration: underline;
}
.money .table-wrapper-middle {
  position: relative;
  border-radius: 12px;
  margin-bottom: 20px;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  border: 1px solid var(--color-light-blue);
}
.money .table-wrapper-middle::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  min-width: 650px;
  background-image: url("../images/Pros.webp");
  background-size: cover;
  background-position: center;
  opacity: 1;
  border-radius: 12px;
  z-index: 0;
}
@media (max-width: 1400px) {
  .money .table-wrapper-middle::before {
    opacity: 0.5;
  }
}
@media (max-width: 450px) {
  .money .table-wrapper-middle::before {
    min-width: 520px;
  }
}
.money .table-wrapper-middle .table {
  position: relative;
  z-index: 1;
}
.money .table-wrapper-middle::-webkit-scrollbar-track {
  background: var(--secondary-bg-color);
  border-radius: 3px;
}
.money .table-wrapper-middle::-webkit-scrollbar-thumb {
  background: var(--tertiary-bg-color);
  border-radius: 3px;
}
.money .table-wrapper-middle::-webkit-scrollbar-thumb:hover {
  background: var(--primary-btn-color);
}
.money .table-middle {
  position: relative;
  width: 100%;
  border-radius: 12px;
  overflow: hidden;
  min-width: 650px;
}
@media (max-width: 450px) {
  .money .table-middle {
    min-width: 520px;
  }
}
.money .table-middle::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 12px;
  pointer-events: none;
}
.money .table-middle thead {
  color: var(--color-white);
  font-family: "Poppins";
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
}
.money .table-middle thead tr {
  position: relative;
}
.money .table-middle thead tr::after {
  content: "";
  position: absolute;
  left: 16px;
  bottom: 0;
  width: 45%;
  height: 1px;
  background: linear-gradient(90deg, rgba(12, 175, 187, 0.2) 0%, rgba(12, 175, 187, 0.8) 50%, rgba(12, 175, 187, 0.2) 100%);
}
@media (max-width: 1050px) {
  .money .table-middle thead tr::after {
    width: 60%;
  }
}
@media (max-width: 850px) {
  .money .table-middle thead tr::after {
    width: 100%;
  }
}
.money .table-middle thead th {
  padding: 16px;
}
.money .table-middle thead th:first-child {
  width: 240px;
}
@media (max-width: 450px) {
  .money .table-middle thead th {
    font-size: 18px;
  }
}
.money .table-middle tr {
  text-align: left;
  white-space: normal;
  vertical-align: middle;
  width: auto;
}
.money .table-middle tbody tr {
  position: relative;
}
.money .table-middle tbody tr::after {
  content: "";
  position: absolute;
  left: 16px;
  bottom: 0;
  width: 45%;
  height: 1px;
  background: linear-gradient(90deg, rgba(12, 175, 187, 0.2) 0%, rgba(12, 175, 187, 0.8) 50%, rgba(12, 175, 187, 0.2) 100%);
}
@media (max-width: 1050px) {
  .money .table-middle tbody tr::after {
    width: 60%;
  }
}
@media (max-width: 850px) {
  .money .table-middle tbody tr::after {
    width: 100%;
  }
}
.money .table-middle tbody tr:last-child::after {
  display: none;
}
.money .table-middle tbody td {
  padding: 20px 16px;
  color: var(--color-white);
  font-family: "Poppins";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.6;
}
.money .table-middle tbody td:first-child {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
}
.money .table-middle a:hover, .money .table-middle a:focus, .money .table-middle a:active {
  text-decoration: underline;
}
.money__fixed {
  position: relative;
  padding: 20px;
  border-radius: 12px;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .money__fixed {
    padding: 10px 5px;
  }
}
.money__fixed > div > h3,
.money__fixed > div > p {
  margin-bottom: 20px;
  position: relative;
}
.money__container-list {
  position: relative;
  padding: 24px;
  border-radius: 12px;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .money__container-list {
    padding: 10px;
  }
}
.money__container-list .background img {
  border-radius: 12px;
}
@media (max-width: 767px) {
  .money__container-list .background img {
    -o-object-position: 83%;
       object-position: 83%;
  }
}
.money__container-list--right .money__items {
  width: 680px;
  margin-left: auto;
}
@media (max-width: 1023px) {
  .money__container-list--right .money__items {
    width: 100%;
    margin-left: 0;
  }
}
.money__container-list--left .money__items {
  width: 680px;
  margin-right: auto;
  counter-reset: none;
}
@media (max-width: 1023px) {
  .money__container-list--left .money__items {
    width: 100%;
    margin-right: 0;
  }
}
.money__container-list--left .money__items > li {
  counter-increment: none;
}
.money__container-list--left .money__items > li::before {
  content: "";
  background-image: url("../images/icons/Fire.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  background-color: transparent;
}
.money__items {
  position: relative;
  list-style: none;
  margin: 0;
  counter-reset: step-counter;
  display: flex;
  flex-direction: column;
  gap: 8px;
  max-width: 680px;
}
@media (max-width: 1023px) {
  .money__items {
    max-width: 100%;
  }
}
.money__items > li {
  position: relative;
  display: flex;
  align-items: flex-start;
  counter-increment: step-counter;
  padding: 12px 10px 12px 12px;
  gap: 12px;
  border-radius: 12px;
  background: var(--color-light-black);
}
.money__items > li::before {
  content: counter(step-counter);
  display: flex;
  justify-content: center;
  align-items: center;
  width: 28px;
  height: 28px;
  min-width: 28px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background: var(--bck-linear-1, linear-gradient(171deg, #fe2424 7.02%, #e93e3a 46.35%, #fb8a00 84.88%), #fff);
  color: var(--primary-text-color);
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
}
.money__items > li > p {
  margin: 0;
  color: var(--color-white);
  font-family: "Poppins";
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  display: flex;
  flex-direction: column;
  flex: 1;
  padding-top: 2px;
}
@media (max-width: 850px) {
  .money__items > li > p {
    min-height: 100%;
  }
}

/* WELCOME */
.welcome {
  text-align: left;
}
.welcome > h2 {
  margin-bottom: 20px;
}
.welcome > h3 {
  margin-bottom: 20px;
}
.welcome > p {
  margin-bottom: 20px;
}
.welcome .table-wrapper {
  position: relative;
  border-radius: 12px;
  margin-bottom: 20px;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  border: 1px solid var(--color-light-blue);
}
.welcome .table-wrapper::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  min-width: 650px;
  background-size: cover;
  background-position: center;
  opacity: 1;
  border-radius: 12px;
  z-index: 0;
}
@media (max-width: 1400px) {
  .welcome .table-wrapper::before {
    opacity: 0.5;
  }
}
@media (max-width: 450px) {
  .welcome .table-wrapper::before {
    min-width: 520px;
  }
}
.welcome .table-wrapper .table {
  position: relative;
  z-index: 1;
}
.welcome .table-wrapper::-webkit-scrollbar-track {
  background: var(--secondary-bg-color);
  border-radius: 3px;
}
.welcome .table-wrapper::-webkit-scrollbar-thumb {
  background: var(--tertiary-bg-color);
  border-radius: 3px;
}
.welcome .table-wrapper::-webkit-scrollbar-thumb:hover {
  background: var(--primary-btn-color);
}
.welcome .table-wrapper--last {
  margin-bottom: 20px;
}
.welcome .table-wrapper--last::before {
  min-width: 650px;
  background-image: url("../images/Welcome.webp");
  background-position: left center;
}
.welcome .table-wrapper--last .table {
  margin-left: auto;
  width: auto;
  z-index: 1;
}
@media (max-width: 1050px) {
  .welcome .table-wrapper--last .table {
    margin-left: 0;
    width: 100%;
  }
}
@media (max-width: 450px) {
  .welcome .table-wrapper--last .table {
    min-width: 520px;
  }
}
.welcome .table-wrapper--last .table thead tr::after,
.welcome .table-wrapper--last .table tbody tr::after {
  width: 100%;
  left: 0;
}
@media (max-width: 1050px) {
  .welcome .table-wrapper--last .table thead tr::after,
  .welcome .table-wrapper--last .table tbody tr::after {
    width: 100%;
  }
}
.welcome .table-wrapper--last th,
.welcome .table-wrapper--last td {
  width: 260px;
}
.welcome .table {
  position: relative;
  width: 100%;
  border-radius: 12px;
  overflow: hidden;
  min-width: 650px;
}
@media (max-width: 450px) {
  .welcome .table {
    min-width: 520px;
  }
}
.welcome .table::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 12px;
  pointer-events: none;
}
.welcome .table thead {
  color: var(--color-white);
  font-family: "Poppins";
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
}
.welcome .table thead tr {
  position: relative;
}
.welcome .table thead tr::after {
  content: "";
  position: absolute;
  left: 16px;
  bottom: 0;
  width: 45%;
  height: 1px;
  background: linear-gradient(90deg, rgba(12, 175, 187, 0.2) 0%, rgba(12, 175, 187, 0.8) 50%, rgba(12, 175, 187, 0.2) 100%);
}
@media (max-width: 1050px) {
  .welcome .table thead tr::after {
    width: 60%;
  }
}
@media (max-width: 850px) {
  .welcome .table thead tr::after {
    width: 100%;
  }
}
.welcome .table thead th {
  padding: 16px;
}
.welcome .table thead th:first-child {
  width: 240px;
}
@media (max-width: 450px) {
  .welcome .table thead th {
    font-size: 18px;
  }
}
.welcome .table tr {
  text-align: left;
  white-space: normal;
  vertical-align: middle;
  width: auto;
}
.welcome .table tbody tr {
  position: relative;
}
.welcome .table tbody tr::after {
  content: "";
  position: absolute;
  left: 16px;
  bottom: 0;
  width: 45%;
  height: 1px;
  background: linear-gradient(90deg, rgba(12, 175, 187, 0.2) 0%, rgba(12, 175, 187, 0.8) 50%, rgba(12, 175, 187, 0.2) 100%);
}
@media (max-width: 1050px) {
  .welcome .table tbody tr::after {
    width: 60%;
  }
}
@media (max-width: 850px) {
  .welcome .table tbody tr::after {
    width: 100%;
  }
}
.welcome .table tbody tr:last-child::after {
  display: none;
}
.welcome .table tbody td {
  padding: 20px 16px;
  color: var(--color-white);
  font-family: "Poppins";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.6;
}
.welcome .table tbody td:first-child {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
}
.welcome .table a:hover, .welcome .table a:focus, .welcome .table a:active {
  text-decoration: underline;
}

/* CARD */
.card {
  text-align: left;
}
.card > h2 {
  margin-bottom: 20px;
}
.card > p {
  margin-bottom: 20px;
}
.card > div {
  display: flex;
  align-items: stretch;
  gap: 20px;
  margin-bottom: 20px;
}
@media (max-width: 850px) {
  .card > div {
    flex-direction: column;
  }
}
.card > div > div {
  flex: 1;
  min-width: 0;
}
.card > div > div > h3 {
  margin-bottom: 20px;
}
.card > div > div > p {
  margin-bottom: 20px;
}
.card > div > div > p:last-of-type {
  margin-bottom: 0;
}
.card > div > div img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  border-radius: 16px;
}
@media (max-width: 850px) {
  .card > div > div img {
    width: 100%;
    max-width: 550px;
    height: auto;
    margin: 0 auto;
  }
}

/* VIP */
.vip {
  text-align: left;
}
.vip > h2 {
  margin-bottom: 20px;
}
.vip > h3 {
  margin-bottom: 20px;
}
.vip > p {
  margin-bottom: 20px;
}
.vip__container {
  position: relative;
  padding: 24px;
  border-radius: 12px;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .vip__container {
    padding: 10px;
  }
}
.vip__container .background img {
  border-radius: 12px;
}
@media (max-width: 767px) {
  .vip__container .background img {
    -o-object-position: 83%;
       object-position: 83%;
  }
}
.vip__container > h3 {
  position: relative;
  margin-bottom: 20px;
}
.vip__items {
  position: relative;
  list-style: none;
  margin: 0;
  counter-reset: step-counter;
  display: flex;
  flex-direction: column;
  gap: 8px;
  max-width: 680px;
}
@media (max-width: 850px) {
  .vip__items {
    max-width: 100%;
  }
}
@media (max-width: 767px) {
  .vip__items {
    padding: 0;
  }
}
.vip__items > li {
  position: relative;
  display: flex;
  align-items: flex-start;
  counter-increment: step-counter;
  padding: 12px 10px 12px 12px;
  gap: 12px;
  border-radius: 12px;
  background: var(--color-light-black);
}
.vip__items > li::before {
  content: counter(step-counter);
  display: flex;
  justify-content: center;
  align-items: center;
  width: 28px;
  height: 28px;
  min-width: 28px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background: var(--bck-linear-1, linear-gradient(171deg, #fe2424 7.02%, #e93e3a 46.35%, #fb8a00 84.88%), #fff);
  color: var(--primary-text-color);
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
}
.vip__items > li > p {
  margin: 0;
  color: var(--color-white);
  font-family: "Poppins";
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  display: flex;
  flex-direction: column;
  flex: 1;
  padding-top: 2px;
}
@media (max-width: 850px) {
  .vip__items > li > p {
    min-height: 100%;
  }
}

/* WELCOME */
.coin {
  text-align: left;
}
.coin > h2 {
  margin-bottom: 20px;
}
.coin > h3 {
  margin-bottom: 20px;
}
.coin > p {
  margin-bottom: 20px;
}
.coin .table-wrapper {
  position: relative;
  border-radius: 12px;
  margin-bottom: 20px;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  border: 1px solid var(--color-light-blue);
}
.coin .table-wrapper::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  min-width: 650px;
  background-size: cover;
  background-position: center;
  opacity: 1;
  border-radius: 12px;
  z-index: 0;
}
@media (max-width: 1400px) {
  .coin .table-wrapper::before {
    opacity: 0.5;
  }
}
@media (max-width: 450px) {
  .coin .table-wrapper::before {
    min-width: 520px;
  }
}
.coin .table-wrapper .table {
  position: relative;
  z-index: 1;
}
.coin .table-wrapper::-webkit-scrollbar-track {
  background: var(--secondary-bg-color);
  border-radius: 3px;
}
.coin .table-wrapper::-webkit-scrollbar-thumb {
  background: var(--tertiary-bg-color);
  border-radius: 3px;
}
.coin .table-wrapper::-webkit-scrollbar-thumb:hover {
  background: var(--primary-btn-color);
}
.coin .table-wrapper--last {
  margin-bottom: 20px;
}
.coin .table-wrapper--last::before {
  min-width: 650px;
  background-image: url("../images/Pros4.webp");
  background-position: left center;
}
.coin .table-wrapper--last .table {
  margin-left: auto;
  width: auto;
  z-index: 1;
}
@media (max-width: 1050px) {
  .coin .table-wrapper--last .table {
    margin-left: 0;
    width: 100%;
  }
}
@media (max-width: 450px) {
  .coin .table-wrapper--last .table {
    min-width: 520px;
  }
}
.coin .table-wrapper--last .table thead tr::after,
.coin .table-wrapper--last .table tbody tr::after {
  width: 100%;
  left: 0;
}
@media (max-width: 1050px) {
  .coin .table-wrapper--last .table thead tr::after,
  .coin .table-wrapper--last .table tbody tr::after {
    width: 100%;
  }
}
.coin .table-wrapper--last th,
.coin .table-wrapper--last td {
  width: 260px;
}
.coin .table {
  position: relative;
  width: 100%;
  border-radius: 12px;
  overflow: hidden;
  min-width: 650px;
}
@media (max-width: 450px) {
  .coin .table {
    min-width: 520px;
  }
}
.coin .table::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 12px;
  pointer-events: none;
}
.coin .table thead {
  color: var(--color-white);
  font-family: "Poppins";
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
}
.coin .table thead tr {
  position: relative;
}
.coin .table thead tr::after {
  content: "";
  position: absolute;
  left: 16px;
  bottom: 0;
  width: 45%;
  height: 1px;
  background: linear-gradient(90deg, rgba(12, 175, 187, 0.2) 0%, rgba(12, 175, 187, 0.8) 50%, rgba(12, 175, 187, 0.2) 100%);
}
@media (max-width: 1050px) {
  .coin .table thead tr::after {
    width: 60%;
  }
}
@media (max-width: 850px) {
  .coin .table thead tr::after {
    width: 100%;
  }
}
.coin .table thead th {
  padding: 16px;
}
.coin .table thead th:first-child {
  width: 240px;
}
@media (max-width: 450px) {
  .coin .table thead th {
    font-size: 18px;
  }
}
.coin .table tr {
  text-align: left;
  white-space: normal;
  vertical-align: middle;
  width: auto;
}
.coin .table tbody tr {
  position: relative;
}
.coin .table tbody tr::after {
  content: "";
  position: absolute;
  left: 16px;
  bottom: 0;
  width: 45%;
  height: 1px;
  background: linear-gradient(90deg, rgba(12, 175, 187, 0.2) 0%, rgba(12, 175, 187, 0.8) 50%, rgba(12, 175, 187, 0.2) 100%);
}
@media (max-width: 1050px) {
  .coin .table tbody tr::after {
    width: 60%;
  }
}
@media (max-width: 850px) {
  .coin .table tbody tr::after {
    width: 100%;
  }
}
.coin .table tbody tr:last-child::after {
  display: none;
}
.coin .table tbody td {
  padding: 20px 16px;
  color: var(--color-white);
  font-family: "Poppins";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.6;
}
.coin .table tbody td:first-child {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
}
.coin .table a:hover, .coin .table a:focus, .coin .table a:active {
  text-decoration: underline;
}
.coin__container {
  position: relative;
  padding: 24px;
  border-radius: 12px;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .coin__container {
    padding: 10px;
  }
}
.coin__container .background img {
  border-radius: 12px;
}
@media (max-width: 767px) {
  .coin__container .background img {
    -o-object-position: 83%;
       object-position: 83%;
  }
}
.coin__container > h3 {
  position: relative;
  margin-bottom: 20px;
}
.coin__items {
  position: relative;
  list-style: none;
  margin: 0;
  counter-reset: step-counter;
  display: flex;
  flex-direction: column;
  gap: 8px;
  max-width: 680px;
}
@media (max-width: 850px) {
  .coin__items {
    max-width: 100%;
  }
}
@media (max-width: 767px) {
  .coin__items {
    padding: 0;
  }
}
.coin__items > li {
  position: relative;
  display: flex;
  align-items: flex-start;
  counter-increment: step-counter;
  padding: 12px 10px 12px 12px;
  gap: 12px;
  border-radius: 12px;
  background: var(--color-light-black);
}
.coin__items > li::before {
  content: counter(step-counter);
  display: flex;
  justify-content: center;
  align-items: center;
  width: 28px;
  height: 28px;
  min-width: 28px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background: var(--bck-linear-1, linear-gradient(171deg, #fe2424 7.02%, #e93e3a 46.35%, #fb8a00 84.88%), #fff);
  color: var(--primary-text-color);
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
}
.coin__items > li > p {
  margin: 0;
  color: var(--color-white);
  font-family: "Poppins";
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  display: flex;
  flex-direction: column;
  flex: 1;
  padding-top: 2px;
}
@media (max-width: 850px) {
  .coin__items > li > p {
    min-height: 100%;
  }
}

/* WINNER */
.winner {
  text-align: left;
}
.winner > h2,
.winner h3 {
  margin-bottom: 20px;
}
.winner > p {
  margin-bottom: 20px;
  margin-top: 0;
}
.winner > div {
  display: flex;
  align-items: stretch;
  gap: 20px;
  margin-bottom: 20px;
}
@media (max-width: 850px) {
  .winner > div {
    flex-direction: column;
  }
}
.winner > div > div {
  flex: 1;
  min-width: 0;
}
.winner > div > div > p {
  margin-bottom: 20px;
}
.winner > div > div > p:last-of-type {
  margin-bottom: 0;
}
.winner > div > div > h3 {
  margin-bottom: 20px;
}
.winner > div > div img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  border-radius: 16px;
}
@media (max-width: 850px) {
  .winner > div > div img {
    width: 100%;
    max-width: 550px;
    height: auto;
    margin: 0 auto;
  }
}

/* CLUB */
.club {
  text-align: left;
}
.club > h2 {
  margin-bottom: 20px;
}
.club > h3 {
  margin-bottom: 20px;
}
.club > p {
  margin-bottom: 20px;
}
.club .table-wrapper {
  position: relative;
  border-radius: 12px;
  margin-bottom: 20px;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  border: 1px solid var(--color-light-blue);
}
.club .table-wrapper::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  min-width: 650px;
  background-size: cover;
  background-position: center;
  opacity: 1;
  border-radius: 12px;
  z-index: 0;
}
@media (max-width: 1400px) {
  .club .table-wrapper::before {
    opacity: 0.5;
  }
}
@media (max-width: 450px) {
  .club .table-wrapper::before {
    min-width: 520px;
  }
}
.club .table-wrapper .table {
  position: relative;
  z-index: 1;
}
.club .table-wrapper::-webkit-scrollbar-track {
  background: var(--secondary-bg-color);
  border-radius: 3px;
}
.club .table-wrapper::-webkit-scrollbar-thumb {
  background: var(--tertiary-bg-color);
  border-radius: 3px;
}
.club .table-wrapper::-webkit-scrollbar-thumb:hover {
  background: var(--primary-btn-color);
}
.club .table-wrapper--last {
  margin-bottom: 20px;
}
.club .table-wrapper--last::before {
  min-width: 650px;
  background-image: url("../images/Club.webp");
  background-position: left center;
}
.club .table-wrapper--last .table {
  margin-left: auto;
  width: auto;
  z-index: 1;
}
@media (max-width: 1050px) {
  .club .table-wrapper--last .table {
    margin-left: 0;
    width: 100%;
  }
}
@media (max-width: 450px) {
  .club .table-wrapper--last .table {
    min-width: 520px;
  }
}
.club .table-wrapper--last .table thead tr::after,
.club .table-wrapper--last .table tbody tr::after {
  width: 100%;
  left: 0;
}
@media (max-width: 1050px) {
  .club .table-wrapper--last .table thead tr::after,
  .club .table-wrapper--last .table tbody tr::after {
    width: 100%;
  }
}
.club .table {
  position: relative;
  width: 100%;
  border-radius: 12px;
  overflow: hidden;
  min-width: 650px;
}
@media (max-width: 450px) {
  .club .table {
    min-width: 520px;
  }
}
.club .table::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 12px;
  pointer-events: none;
}
.club .table thead {
  color: var(--color-white);
  font-family: "Poppins";
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
}
.club .table thead tr {
  position: relative;
}
.club .table thead tr::after {
  content: "";
  position: absolute;
  left: 16px;
  bottom: 0;
  width: 45%;
  height: 1px;
  background: linear-gradient(90deg, rgba(12, 175, 187, 0.2) 0%, rgba(12, 175, 187, 0.8) 50%, rgba(12, 175, 187, 0.2) 100%);
}
@media (max-width: 1050px) {
  .club .table thead tr::after {
    width: 60%;
  }
}
@media (max-width: 850px) {
  .club .table thead tr::after {
    width: 100%;
  }
}
.club .table thead th {
  padding: 16px;
}
.club .table thead th:nth-child(1) {
  width: 183px;
}
.club .table thead th:nth-child(2) {
  width: 354px;
}
.club .table thead th:nth-child(3) {
  width: 242px;
}
@media (max-width: 450px) {
  .club .table thead th {
    font-size: 18px;
  }
}
.club .table tr {
  text-align: left;
  white-space: normal;
  vertical-align: middle;
  width: auto;
}
.club .table tbody tr {
  position: relative;
}
.club .table tbody tr::after {
  content: "";
  position: absolute;
  left: 16px;
  bottom: 0;
  width: 45%;
  height: 1px;
  background: linear-gradient(90deg, rgba(12, 175, 187, 0.2) 0%, rgba(12, 175, 187, 0.8) 50%, rgba(12, 175, 187, 0.2) 100%);
}
@media (max-width: 1050px) {
  .club .table tbody tr::after {
    width: 60%;
  }
}
@media (max-width: 850px) {
  .club .table tbody tr::after {
    width: 100%;
  }
}
.club .table tbody tr:last-child::after {
  display: none;
}
.club .table tbody td {
  padding: 20px 16px;
  color: var(--color-white);
  font-family: "Poppins";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.6;
}
.club .table tbody td:first-child {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
}
.club .table a:hover, .club .table a:focus, .club .table a:active {
  text-decoration: underline;
}

/* CHIP */
.chip {
  text-align: left;
}
.chip > h2 {
  margin-bottom: 20px;
}
.chip > h3 {
  margin-bottom: 20px;
}
.chip > p {
  margin-bottom: 20px;
}
.chip .table-wrapper {
  border-radius: 12px;
  margin-bottom: 20px;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  background-image: url("../images/Quality2.webp");
  background-size: cover;
  background-position: center;
}
.chip .table-wrapper::-webkit-scrollbar-track {
  background: var(--secondary-bg-color);
  border-radius: 3px;
}
.chip .table-wrapper::-webkit-scrollbar-thumb {
  background: var(--tertiary-bg-color);
  border-radius: 3px;
}
.chip .table-wrapper::-webkit-scrollbar-thumb:hover {
  background: var(--primary-btn-color);
}
.chip .table {
  position: relative;
  width: 100%;
  border-radius: 12px;
  overflow: hidden;
  min-width: 650px;
}
@media (max-width: 450px) {
  .chip .table {
    min-width: 650px;
  }
}
.chip .table::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 12px;
  pointer-events: none;
}
.chip .table thead {
  background: var(--color-light-black);
  font-weight: 700;
  font-size: 20px;
  line-height: normal;
  color: var(--color-white);
  text-transform: uppercase;
}
.chip .table thead th {
  padding: 16px;
  width: 33.33%;
}
@media (max-width: 450px) {
  .chip .table thead th {
    font-size: 16px;
  }
}
.chip .table tr {
  text-align: left;
  white-space: normal;
  vertical-align: middle;
  width: auto;
}
.chip .table tbody tr {
  background: rgba(73, 0, 26, 0.6);
  box-shadow: inset 0 -1px 0 0 rgba(212, 222, 232, 0.5);
}
.chip .table tbody tr:last-child {
  box-shadow: none;
}
.chip .table tbody td {
  padding: 20px 16px;
  color: var(--color-white);
  font-family: "Poppins";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.6;
  background: rgba(73, 0, 26, 0.6);
}
.chip .table tbody td:first-child {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
}
.chip .table a:hover, .chip .table a:focus, .chip .table a:active {
  text-decoration: underline;
}

/* NOTE */
.note {
  text-align: left;
}
.note > h2 {
  margin-bottom: 20px;
}
.note > h3 {
  margin-bottom: 20px;
}
.note > p {
  margin-bottom: 20px;
}
.note > p:last-of-type {
  margin-bottom: 0;
}
.note__container {
  position: relative;
  padding: 24px;
  border-radius: 12px;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .note__container {
    padding: 10px;
  }
}
.note__container .background img {
  border-radius: 12px;
}
@media (max-width: 767px) {
  .note__container .background img {
    -o-object-position: 83%;
       object-position: 83%;
  }
}
.note__items {
  position: relative;
  list-style: none;
  margin: 0;
  counter-reset: step-counter;
  display: flex;
  flex-direction: column;
  gap: 8px;
  max-width: 680px;
}
@media (max-width: 850px) {
  .note__items {
    max-width: 100%;
  }
}
.note__items > li {
  position: relative;
  display: flex;
  align-items: flex-start;
  counter-increment: step-counter;
  padding: 12px 10px 12px 12px;
  gap: 12px;
  border-radius: 12px;
  background: var(--color-light-black);
}
.note__items > li::before {
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  width: 28px;
  height: 28px;
  min-width: 28px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background: url(../images/icons/Fire.svg) no-repeat center center;
  background-size: contain;
}
.note__items > li > p {
  margin: 0;
  color: var(--color-white);
  font-family: "Poppins";
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  display: flex;
  flex-direction: column;
  flex: 1;
  padding-top: 2px;
}
@media (max-width: 850px) {
  .note__items > li > p {
    min-height: 100%;
  }
}
.note__items > li > p > span {
  margin-top: 4px;
  color: var(--color-white);
  font-family: "Poppins";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.6;
}

/* DEPOSIT */
.deposit {
  text-align: left;
}
.deposit > h2 {
  margin-bottom: 20px;
}
.deposit > h3 {
  margin-bottom: 20px;
}
.deposit > p {
  margin-bottom: 20px;
}
.deposit .table-wrapper {
  border-radius: 12px;
  margin-bottom: 20px;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  background-image: url("../images/Deposit.webp");
  background-size: cover;
  background-position: center;
}
.deposit .table-wrapper::-webkit-scrollbar-track {
  background: var(--secondary-bg-color);
  border-radius: 3px;
}
.deposit .table-wrapper::-webkit-scrollbar-thumb {
  background: var(--tertiary-bg-color);
  border-radius: 3px;
}
.deposit .table-wrapper::-webkit-scrollbar-thumb:hover {
  background: var(--primary-btn-color);
}
.deposit .table {
  position: relative;
  width: 100%;
  border-radius: 12px;
  overflow: hidden;
  min-width: 650px;
}
@media (max-width: 450px) {
  .deposit .table {
    min-width: 650px;
  }
}
.deposit .table::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 12px;
  pointer-events: none;
}
.deposit .table thead {
  background: var(--color-light-black);
  font-weight: 700;
  font-size: 20px;
  line-height: normal;
  color: var(--color-white);
  text-transform: uppercase;
}
.deposit .table thead th {
  padding: 16px;
  width: 33.33%;
}
@media (max-width: 450px) {
  .deposit .table thead th {
    font-size: 16px;
  }
}
.deposit .table tr {
  text-align: left;
  white-space: normal;
  vertical-align: middle;
  width: auto;
}
.deposit .table tbody tr {
  background: rgba(73, 0, 26, 0.6);
  box-shadow: inset 0 -1px 0 0 rgba(212, 222, 232, 0.5);
}
.deposit .table tbody tr:last-child {
  box-shadow: none;
}
.deposit .table tbody td {
  padding: 20px 16px;
  color: var(--color-white);
  font-family: "Poppins";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.6;
  background: rgba(73, 0, 26, 0.6);
}
.deposit .table a:hover, .deposit .table a:focus, .deposit .table a:active {
  text-decoration: underline;
}
.deposit > div {
  display: flex;
  align-items: stretch;
  gap: 20px;
  margin-bottom: 20px;
}
@media (max-width: 850px) {
  .deposit > div {
    flex-direction: column;
  }
}
.deposit > div > div {
  flex: 1;
  min-width: 0;
}
.deposit > div > div > p {
  margin-bottom: 20px;
}
.deposit > div > div > h3 {
  color: var(--color-white);
  font-family: "Poppins";
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
}
.deposit > div > div img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
  border-radius: 16px;
}
@media (max-width: 850px) {
  .deposit > div > div img {
    width: 100%;
    max-width: 550px;
    height: auto;
    margin: 0 auto;
  }
}

/* APP */
.app {
  position: relative;
  margin-top: 0;
  margin-bottom: 20px;
  padding: 36px 20px;
  min-height: 480px;
  display: flex;
  align-items: center;
  overflow: hidden;
  border-radius: 8px;
}
@media (max-width: 450px) {
  .app {
    padding-left: 12px;
    padding-right: 12px;
  }
}
.app__wrap {
  position: relative;
  z-index: 1;
  max-width: 880px;
  text-align: left;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}
@media (max-width: 1050px) {
  .app__wrap {
    margin: auto;
    text-align: center;
    align-items: center;
  }
}
.app__rating {
  margin-bottom: 8px;
  display: flex;
  gap: 12px;
}
.app__rating-text, .app__rating-value {
  font-weight: 700;
  font-size: 16px;
  line-height: normal;
  color: var(--tertiary-bg-color);
}
.app__title {
  margin-bottom: 8px;
  color: var(--color-yellow);
  font-family: "Poppins";
  font-size: 34px;
  font-style: normal;
  font-weight: 900;
  line-height: 1.4;
  text-transform: uppercase;
}
@media (max-width: 1050px) {
  .app__title span {
    display: inline;
  }
}
@media (max-width: 850px) {
  .app__title {
    font-size: 32px;
  }
}
@media (max-width: 767px) {
  .app__title {
    font-size: 26px;
  }
}
.app__text {
  color: var(--color-white);
  font-family: "Poppins";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.6;
  margin-bottom: 24px;
  max-width: 690px;
}
.app .breadcrumb {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 8px;
}
.app .breadcrumb img {
  transform: rotate(180deg);
}
.app .breadcrumb a,
.app .breadcrumb span {
  color: var(--color-white);
  font-family: "Poppins";
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.app .breadcrumb a:hover,
.app .breadcrumb span:hover {
  text-decoration: underline;
}
@media (max-width: 1050px) {
  .app .background__fill {
    padding: 16px 12px;
    -webkit-backdrop-filter: blur(2px);
    backdrop-filter: blur(2px);
    background: rgba(22, 23, 40, 0.75);
    border-radius: 12px;
  }
}

/* CASINO */
.casino {
  text-align: left;
}
.casino > h2 {
  margin-bottom: 20px;
}
.casino > h3 {
  margin-bottom: 20px;
}
.casino > p {
  margin-bottom: 20px;
}
.casino > p:last-of-type {
  margin-bottom: 0;
}

/* CHECK */
.check {
  text-align: left;
}
.check > h2 {
  margin-bottom: 20px;
}
.check > h3 {
  margin-bottom: 20px;
}
.check > p {
  margin-bottom: 20px;
}
.check__container {
  padding: 20px;
  border-radius: 12px;
  margin-bottom: 20px;
  background: var(--color-light-black);
  border: 1px solid var(--color-light-blue);
}
.check__container:last-of-type {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .check__container {
    padding: 10px 5px;
  }
}
.check__container > p {
  margin-bottom: 20px;
}
.check__container > p:last-of-type {
  margin-bottom: 0;
}
.check__container > h3 {
  margin-bottom: 20px;
}
.check__container-list {
  position: relative;
  padding: 24px;
  border-radius: 12px;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .check__container-list {
    padding: 10px;
  }
}
.check__container-list > h3 {
  position: relative;
  margin-bottom: 20px;
  color: var(--color-white);
  font-family: "Poppins";
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
}
.check__container-list .background img {
  border-radius: 12px;
}
@media (max-width: 767px) {
  .check__container-list .background img {
    -o-object-position: 83%;
       object-position: 83%;
  }
}
.check__container-list--right > h3,
.check__container-list--right .check__items {
  width: 680px;
  margin-left: auto;
}
@media (max-width: 1023px) {
  .check__container-list--right > h3,
  .check__container-list--right .check__items {
    width: 100%;
    margin-left: 0;
  }
}
.check__container-list--left > h3,
.check__container-list--left .check__items {
  width: 680px;
  margin-right: auto;
}
@media (max-width: 1023px) {
  .check__container-list--left > h3,
  .check__container-list--left .check__items {
    width: 100%;
    margin-right: 0;
  }
}
.check__items {
  position: relative;
  list-style: none;
  margin: 0;
  counter-reset: step-counter;
  display: flex;
  flex-direction: column;
  gap: 8px;
  max-width: 680px;
}
@media (max-width: 1023px) {
  .check__items {
    max-width: 100%;
  }
}
.check__items > li {
  position: relative;
  display: flex;
  align-items: flex-start;
  counter-increment: step-counter;
  padding: 12px 10px 12px 12px;
  gap: 12px;
  border-radius: 12px;
  background: var(--color-light-black);
}
.check__items > li::before {
  content: counter(step-counter);
  display: flex;
  justify-content: center;
  align-items: center;
  width: 28px;
  height: 28px;
  min-width: 28px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background: var(--bck-linear-1, linear-gradient(171deg, #fe2424 7.02%, #e93e3a 46.35%, #fb8a00 84.88%), #fff);
  color: var(--primary-text-color);
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
}
.check__items > li > p {
  margin: 0;
  color: var(--color-white);
  font-family: "Poppins";
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  display: flex;
  flex-direction: column;
  flex: 1;
  padding-top: 2px;
}
@media (max-width: 850px) {
  .check__items > li > p {
    min-height: 100%;
  }
}

/* TABLE */
.table {
  text-align: left;
}
.table > h2 {
  margin-bottom: 20px;
}
.table > h3 {
  margin-bottom: 20px;
}
.table > p {
  margin-bottom: 20px;
}
.table__cards {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative;
  z-index: 1;
}
@media (max-width: 1023px) {
  .table__cards {
    flex-direction: column;
  }
}
.table__cards--grid {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 0;
}
.table__cards--grid .table__card {
  flex: 0 0 calc(50% - 10px);
}
@media (max-width: 1023px) {
  .table__cards--grid .table__card {
    flex: 0 0 100%;
  }
}
.table__card {
  flex: 1;
  padding: 20px;
  border-radius: 12px;
  background: var(--color-light-black);
}
.table__card h3 {
  margin-bottom: 12px;
  color: var(--color-white);
  font-family: "Poppins";
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
}
.table__card p {
  margin: 0;
  color: var(--color-white);
  font-family: "Poppins";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.6;
}
.table__card--full {
  flex: 0 0 100%;
}
.table__section {
  padding: 20px;
  border-radius: 12px;
  margin-bottom: 20px;
  background: var(--color-light-black);
}
.table__section h3 {
  margin-bottom: 12px;
  color: var(--color-white);
  font-family: "Poppins";
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
}
.table__section p {
  margin: 0;
  color: var(--color-white);
  font-family: "Poppins";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.6;
}
.table__container {
  position: relative;
  padding: 20px 390px 20px 20px;
  border-radius: 12px;
  margin-bottom: 20px;
  border: 1px solid var(--color-light-blue);
}
@media (max-width: 1350px) {
  .table__container {
    padding: 20px;
  }
}
@media (max-width: 767px) {
  .table__container {
    padding: 10px;
  }
}
.table__container .background img {
  border-radius: 12px;
}
@media (max-width: 767px) {
  .table__container .background img {
    -o-object-position: 83%;
       object-position: 83%;
  }
}
.table__container--left {
  padding: 20px 20px 20px 390px;
}
@media (max-width: 1350px) {
  .table__container--left {
    padding: 20px;
  }
}
@media (max-width: 767px) {
  .table__container--left {
    padding: 10px;
  }
}

/* INFORMATION */
.information {
  text-align: left;
}
.information > h2 {
  margin-bottom: 20px;
}
.information > h3 {
  margin-bottom: 20px;
}
.information > p {
  margin-bottom: 20px;
}
.information .table-wrapper {
  position: relative;
  border-radius: 12px;
  margin-bottom: 20px;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  border: 1px solid var(--color-light-blue);
}
.information .table-wrapper::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  min-width: 650px;
  background-size: cover;
  background-position: center;
  opacity: 1;
  border-radius: 12px;
  z-index: 0;
}
@media (max-width: 1400px) {
  .information .table-wrapper::before {
    opacity: 0.5;
  }
}
@media (max-width: 450px) {
  .information .table-wrapper::before {
    min-width: 520px;
  }
}
.information .table-wrapper .table {
  position: relative;
  z-index: 1;
}
.information .table-wrapper::-webkit-scrollbar-track {
  background: var(--secondary-bg-color);
  border-radius: 3px;
}
.information .table-wrapper::-webkit-scrollbar-thumb {
  background: var(--tertiary-bg-color);
  border-radius: 3px;
}
.information .table-wrapper::-webkit-scrollbar-thumb:hover {
  background: var(--primary-btn-color);
}
.information .table-wrapper--last {
  margin-bottom: 20px;
}
.information .table-wrapper--last::before {
  min-width: 650px;
  background-image: url("../images/Information.webp");
  background-position: left center;
}
.information .table-wrapper--last .table {
  margin-left: auto;
  width: auto;
  z-index: 1;
}
@media (max-width: 1050px) {
  .information .table-wrapper--last .table {
    margin-left: 0;
    width: 100%;
  }
}
@media (max-width: 450px) {
  .information .table-wrapper--last .table {
    min-width: 520px;
  }
}
.information .table-wrapper--last .table thead tr::after,
.information .table-wrapper--last .table tbody tr::after {
  width: 100%;
  left: 0;
}
@media (max-width: 1050px) {
  .information .table-wrapper--last .table thead tr::after,
  .information .table-wrapper--last .table tbody tr::after {
    width: 100%;
  }
}
.information .table-wrapper--last th,
.information .table-wrapper--last td {
  width: 260px;
}
.information .table {
  position: relative;
  width: 100%;
  border-radius: 12px;
  overflow: hidden;
  min-width: 650px;
}
@media (max-width: 450px) {
  .information .table {
    min-width: 520px;
  }
}
.information .table::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 12px;
  pointer-events: none;
}
.information .table thead {
  color: var(--color-white);
  font-family: "Poppins";
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
}
.information .table thead tr {
  position: relative;
}
.information .table thead tr::after {
  content: "";
  position: absolute;
  left: 16px;
  bottom: 0;
  width: 45%;
  height: 1px;
  background: linear-gradient(90deg, rgba(12, 175, 187, 0.2) 0%, rgba(12, 175, 187, 0.8) 50%, rgba(12, 175, 187, 0.2) 100%);
}
@media (max-width: 1050px) {
  .information .table thead tr::after {
    width: 60%;
  }
}
@media (max-width: 850px) {
  .information .table thead tr::after {
    width: 100%;
  }
}
.information .table thead th {
  padding: 16px;
}
.information .table thead th:first-child {
  width: 240px;
}
@media (max-width: 450px) {
  .information .table thead th {
    font-size: 18px;
  }
}
.information .table tr {
  text-align: left;
  white-space: normal;
  vertical-align: middle;
  width: auto;
}
.information .table tbody tr {
  position: relative;
}
.information .table tbody tr::after {
  content: "";
  position: absolute;
  left: 16px;
  bottom: 0;
  width: 45%;
  height: 1px;
  background: linear-gradient(90deg, rgba(12, 175, 187, 0.2) 0%, rgba(12, 175, 187, 0.8) 50%, rgba(12, 175, 187, 0.2) 100%);
}
@media (max-width: 1050px) {
  .information .table tbody tr::after {
    width: 60%;
  }
}
@media (max-width: 850px) {
  .information .table tbody tr::after {
    width: 100%;
  }
}
.information .table tbody tr:last-child::after {
  display: none;
}
.information .table tbody td {
  padding: 20px 16px;
  color: var(--color-white);
  font-family: "Poppins";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.6;
}
.information .table tbody td:first-child {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
}
.information .table a:hover, .information .table a:focus, .information .table a:active {
  text-decoration: underline;
}
.information__list {
  display: flex;
  gap: 10px;
}
@media (max-width: 850px) {
  .information__list {
    flex-direction: column;
  }
}
.information-plus {
  padding: 16px;
  flex: 0 0 calc(50% - 4px);
  max-width: calc(50% - 4px);
  border-radius: 12px;
  border: 1px solid var(--color-light-blue);
}
@media (max-width: 850px) {
  .information-plus {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.information-plus > p {
  color: var(--color-white);
  font-family: "Poppins";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.6;
  margin-bottom: 24px;
}
.information-plus span {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 31px;
  gap: 12px;
}
@media (max-width: 767px) {
  .information-plus span {
    margin-bottom: 15px;
  }
}
.information-plus span img {
  flex-shrink: 0;
  display: flex;
  width: 32px;
  height: 32px;
}
.information-plus span h3 {
  margin: 0;
  color: var(--color-white);
  font-family: "Poppins";
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
}
.information-plus > ul {
  margin: 0;
  padding: 0;
  margin-bottom: 12px;
}
.information-plus > ul > li {
  position: relative;
  color: var(--color-white);
  font-family: "Poppins";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.6;
  list-style-type: none;
  padding-left: 36px;
  padding-bottom: 12px;
  margin-bottom: 12px;
}
.information-plus > ul > li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 24px;
  height: 24px;
  background: url(../images/icons/Fire.svg) no-repeat center center;
  background-size: contain;
}
.information-plus > ul > li::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  border-style: solid;
  border-width: 0 0 1px 0;
  -o-border-image: linear-gradient(90deg, rgba(12, 175, 187, 0.5) 50%, rgba(12, 175, 187, 0.8) 10%, rgba(12, 175, 187, 0.5) 10%, transparent 100%) 1;
     border-image: linear-gradient(90deg, rgba(12, 175, 187, 0.5) 50%, rgba(12, 175, 187, 0.8) 10%, rgba(12, 175, 187, 0.5) 10%, transparent 100%) 1;
}
.information-minus {
  padding: 16px;
  flex: 0 0 calc(50% - 4px);
  max-width: calc(50% - 4px);
  border-radius: 12px;
  border: 1px solid var(--color-light-blue);
}
@media (max-width: 850px) {
  .information-minus {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.information-minus > p {
  color: var(--color-white);
  font-family: "Poppins";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.6;
  margin-bottom: 24px;
}
.information-minus span {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 31px;
  gap: 16px;
}
@media (max-width: 767px) {
  .information-minus span {
    margin-bottom: 15px;
  }
}
.information-minus span img {
  flex-shrink: 0;
  display: flex;
  width: 32px;
  height: 32px;
}
.information-minus span h3 {
  margin: 0;
  color: var(--color-white);
  font-family: "Poppins";
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
}
.information-minus > ul {
  margin: 0;
  padding: 0;
  margin-bottom: 12px;
}
.information-minus > ul > li {
  position: relative;
  color: var(--color-white);
  font-family: "Poppins";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.6;
  list-style-type: none;
  padding-left: 36px;
  padding-bottom: 12px;
  margin-bottom: 12px;
}
.information-minus > ul > li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 24px;
  height: 24px;
  background: url(../images/icons/Fire.svg) no-repeat center center;
  background-size: contain;
}
.information-minus > ul > li::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  border-style: solid;
  border-width: 0 0 1px 0;
  -o-border-image: linear-gradient(90deg, rgba(12, 175, 187, 0.5) 50%, rgba(12, 175, 187, 0.8) 10%, rgba(12, 175, 187, 0.5) 10%, transparent 100%) 1;
     border-image: linear-gradient(90deg, rgba(12, 175, 187, 0.5) 50%, rgba(12, 175, 187, 0.8) 10%, rgba(12, 175, 187, 0.5) 10%, transparent 100%) 1;
}

/* INFO & DEVICE */
.device {
  text-align: left;
}
.device > h2 {
  margin-bottom: 20px;
}
.device > p {
  margin-bottom: 20px;
}
.device__container {
  position: relative;
  padding: 24px;
  border-radius: 12px;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .device__container {
    padding: 10px;
  }
}
.device__container .background img {
  border-radius: 12px;
}
@media (max-width: 767px) {
  .device__container .background img {
    -o-object-position: 83%;
       object-position: 83%;
  }
}
.device__container > h3 {
  position: relative;
  margin-bottom: 20px;
}
.device__items {
  position: relative;
  list-style: none;
  margin: 0;
  counter-reset: step-counter;
  display: flex;
  flex-direction: column;
  gap: 8px;
  max-width: 680px;
}
@media (max-width: 850px) {
  .device__items {
    max-width: 100%;
  }
}
@media (max-width: 767px) {
  .device__items {
    padding: 0;
  }
}
.device__items > li {
  position: relative;
  display: flex;
  align-items: flex-start;
  padding: 12px 10px 12px 12px;
  gap: 12px;
  border-radius: 12px;
  background: var(--color-light-black);
}
.device__items > li::before {
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  width: 28px;
  height: 28px;
  min-width: 28px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background: url(../images/icons/Fire.svg) no-repeat center center;
  background-size: contain;
}
.device__items > li > p {
  margin: 0;
  color: var(--color-white);
  font-family: "Poppins";
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  display: flex;
  flex-direction: column;
  flex: 1;
  padding-top: 2px;
}
@media (max-width: 850px) {
  .device__items > li > p {
    min-height: 100%;
  }
}

/* WORK */
.work {
  text-align: left;
}
.work > h2 {
  margin-bottom: 20px;
}
.work > p {
  margin-bottom: 20px;
}
.work > div {
  display: flex;
  align-items: stretch;
  gap: 20px;
}
@media (max-width: 850px) {
  .work > div {
    flex-direction: column;
  }
}
.work > div > div {
  flex: 1;
  min-width: 0;
}
.work > div > div > p {
  margin-bottom: 20px;
}
.work > div > div > h3 {
  color: var(--color-white);
  font-family: "Poppins";
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
}
.work > div > div img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  border-radius: 16px;
}
@media (max-width: 850px) {
  .work > div > div img {
    width: 100%;
    max-width: 550px;
    height: auto;
    margin: 0 auto;
  }
}/*# sourceMappingURL=styles.css.map */