* {
  padding: 0;
  margin: 0;
  border: 0;
}

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

:focus,
:active {
  outline: none;
}

a:focus,
a:active {
  outline: none;
}

nav,
footer,
header,
aside {
  display: block;
}

html,
body {
  width: 100%;
  line-height: 1;
  font-size: 14px;
  scroll-behavior: smooth;
  scrollbar-gutter: stable;
}

input,
button,
textarea {
  font-family: inherit;
}

input::-ms-clear {
  display: none;
}

textarea,
input {
  -moz-appearance: none;
  appearance: none;
  -webkit-appearance: none;
  border-radius: 0;
}

textarea::-webkit-input-placeholder,
input::-webkit-input-placeholder {
  color: inherit;
}

textarea::-moz-placeholder,
input::-moz-placeholder {
  color: inherit;
}

textarea:-ms-input-placeholder,
input:-ms-input-placeholder {
  color: inherit;
}

textarea::-ms-input-placeholder,
input::-ms-input-placeholder {
  color: inherit;
}

textarea::placeholder,
input::placeholder {
  color: inherit;
}

textarea {
  resize: none;
}

button {
  cursor: pointer;
  background-color: transparent;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

a {
  display: inline-block;
  color: inherit;
}

a,
a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

ul li {
  list-style: none;
}

/* Маркеры для списков — поверх глобального сброса ul li */
.fh73b_list-disc {
  list-style: none;
  padding-left: 0;
}

.fh73b_list-disc > li {
  position: relative;
  padding-left: 21px;
}

.fh73b_list-disc > li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0.55em;
  width: 6px;
  height: 6px;
  margin-top: -3px;
  border-radius: 50%;
  background-color: var(--black_text, #202020);
}

img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center;
  object-position: center;
  vertical-align: top;
}

svg {
  display: block;
  width: 100%;
  height: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}

picture {
  display: block;
  width: 100%;
  height: 100%;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

address {
  font-style: normal;
}

strong {
  display: block;
}

@font-face {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(../nbjf39jd_fonts/nbjf39jd_manrope-v20-latin-regular.woff2) format('woff2');
}

@font-face {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(../nbjf39jd_fonts/nbjf39jd_manrope-v20-latin-500.woff2) format('woff2');
}

@font-face {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(../nbjf39jd_fonts/nbjf39jd_manrope-v20-latin-600.woff2) format('woff2');
}

@font-face {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(../nbjf39jd_fonts/nbjf39jd_manrope-v20-latin-700.woff2) format('woff2');
}

@font-face {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url(../nbjf39jd_fonts/nbjf39jd_manrope-v20-latin-800.woff2) format('woff2');
}

:root {
  --font-family: 'Manrope', sans-serif;
  --font-secondary: 'Manrope', sans-serif;
  --container-width: 1200px;
  --container-step: 100px;
  --container-step-tablet: 30px;
  --container-step-mobile: 16px;
  --container: calc(var(--container-width) + (var(--container-step) * 2));
  --background-page: #dadbe7;
  --main: #010101;
  --black: #000000;
  --tx-color: var(--white);
  --white: #ffffff;
  --tx-main-color: #ffffff;
  --brown: #2f0014;
  --hover: #7b68ee;
  --active: #4169e1;
  --Greek_now: #0000ae;
  --GR_Acc_now: #fffb00;
  --White_0: #fefefe;
  --ColorGR_F: #4571d6;
  --GR_2: #6390f7;
}

h1 {
  color: var(--ColorGR_F, #4571d6);
  text-align: center;
  font-family: var(--font-family), sans-serif;
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  @media (max-width: 991px) {
    font-size: 32px;
  }
  @media (max-width: 600px) {
    text-align: left;
    font-size: 28px;
  }
}

p,
li {
  color: var(--ColorGR_F, #4571d6);
  font-family: var(--font-family), sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.letter-spacing-96 {
  letter-spacing: 0.96px;
}

.padding-section {
  padding: 80px 0;
  @media (max-width: 991px) {
    padding: 60px 0;
  }
  @media (max-width: 600px) {
    padding: 40px 0;
  }
}

.txt-color {
  color: #f9f9f9;
}

.txt-color-black {
  color: var(--black);
}

.span-color {
  color: var(--tx-color);
}

.container {
  max-width: var(--container);
  margin: 0 auto;
  padding: 0 var(--container-step);
}
@media (max-width: 1300px) {
  .container {
    padding: 0 var(--container-step-tablet);
  }
}
@media (max-width: 600px) {
  .container {
    padding: 0 var(--container-step-mobile);
  }
}

.mg-bottom-20 {
  margin-bottom: 20px;
}

.mg-bottom-100 {
  margin-bottom: 100px;
  @media (max-width: 1300px) {
    margin-bottom: 80px;
  }
  @media (max-width: 600px) {
    margin-bottom: 40px;
  }
}

.mg-bottom-90 {
  margin-bottom: 90px;
  @media (max-width: 1300px) {
    margin-bottom: 70px;
  }
  @media (max-width: 600px) {
    margin-bottom: 40px;
  }
}

.mg-bottom-60 {
  margin-bottom: 60px;
  @media (max-width: 1300px) {
    margin-bottom: 50px;
  }
  @media (max-width: 600px) {
    margin-bottom: 40px;
  }
}

.mg-bottom-80 {
  margin-bottom: 80px;
  @media (max-width: 1300px) {
    margin-bottom: 60px;
  }
  @media (max-width: 600px) {
    margin-bottom: 40px;
  }
}

.mg-bottom-20-10 {
  margin-bottom: 20px;
  @media (max-width: 1300px) {
    margin-bottom: 10px;
  }
}

.mg-bottom-14-16 {
  margin-bottom: 14px;
  @media (max-width: 600px) {
    margin-bottom: 16px;
  }
}

.mg-bottom-24-16 {
  margin-bottom: 24px;
  @media (max-width: 991px) {
    margin-bottom: 16px;
  }
}

.mg-bottom-16-12 {
  margin-bottom: 16px;
  @media (max-width: 600px) {
    margin-bottom: 12px;
  }
}

.mg-bottom-24 {
  margin-bottom: 24px;
}

.mg-bottom-30 {
  margin-bottom: 30px;
}

.mg-bottom-30-10 {
  margin-bottom: 30px;
  @media (max-width: 991px) {
    margin-bottom: 20px;
  }
  @media (max-width: 600px) {
    margin-bottom: 10px;
  }
}

.mg-bottom-30-20 {
  margin-bottom: 30px;
  @media (max-width: 991px) {
    margin-bottom: 20px;
  }
}

.mg-bottom-32-24 {
  margin-bottom: 32px;
  @media (max-width: 991px) {
    margin-bottom: 24px;
  }
}

.mg-bottom-32 {
  margin-bottom: 32px;
}

.mg-bottom-20-30 {
  margin-bottom: 20px;
  @media (max-width: 991px) {
    margin-bottom: 30px;
  }
}

.mg-bottom-50-40 {
  margin-bottom: 50px;

  @media (max-width: 600px) {
    margin-bottom: 40px;
  }
}

.mg-bottom-8 {
  margin-bottom: 8px;
}

input[type='text'],
input[type='email'],
input[type='date'],
input[type='time'],
input[type='tel'],
input[type='number'],
input[type='password'],
textarea {
  width: 100%;
  display: flex;
  padding: 14px 16px;
  align-items: center;
  gap: 10px;
  align-self: stretch;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  border-radius: 10px;
  border: 1px solid #999;
  background: #f9f9f9;
  margin-top: 8px;
  @media (max-width: 600px) {
    font-size: 14px;
  }
}

.popap_page {
  display: none;
}

.popap_page:active {
  display: block;
}

.status {
  margin-top: 20px;
}

.label {
  color: var(--white, #f9f9f9);
  font-family: Hind, sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #999;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
  color: #999;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #999;
}

input::-ms-input-placeholder,
textarea::-ms-input-placeholder {
  color: #999;
}

input::placeholder,
textarea::placeholder {
  color: #999;
}

textarea {
  min-height: 120px;
}

.display-flex-column {
  display: flex;
  align-items: center;
  flex-direction: column;
}

.display-flex-row {
  display: flex;
  align-items: center;
  flex-direction: row;
}

.rd-transfer {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.fh73b_page {
  display: flex;
  flex-direction: column;
  font-family: var(--font-family), sans-serif;
  min-height: 100vh;
  overflow: hidden;
  color: var(--main);
  background: var(--background-page);
}

.fh73b_main {
  flex: 1 1 auto;
}

.main_no-margin:not(:last-child) {
  margin-bottom: 0;
}

button,
a {
  color: var(--tx-color);
}

.brr-20-10 {
  border-radius: 20px;
}
@media (max-width: 600px) {
  .brr-20-10 {
    border-radius: 10px;
  }
}

.brr-20 {
  border-radius: 20px;
}

.brr-10 {
  border-radius: 10px;
  overflow: hidden;
}

.age {
  width: 40px;
  height: 40px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.liner {
  border-radius: 10px;
  width: 100%;
  height: 16px;
  position: relative;
}
.liner span {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  z-index: 1;
  border-radius: inherit;
}

.mb-section:not(:last-child) {
  margin-bottom: 80px;
}
@media (max-width: 1220px) {
  .mb-section:not(:last-child) {
    margin-bottom: 60px;
  }
}
@media (max-width: 1300px) {
  .mb-section:not(:last-child) {
    margin-bottom: 60px;
  }
}
@media (max-width: 600px) {
  .mb-section:not(:last-child) {
    margin-bottom: 40px;
  }
}

.mb-30-20:not(:last-child) {
  margin-bottom: 30px;
}
@media (max-width: 1300px) {
  .mb-30-20:not(:last-child) {
    margin-bottom: 25px;
  }
}
@media (max-width: 600px) {
  .mb-30-20:not(:last-child) {
    margin-bottom: 20px;
  }
}

.mb-6:not(:last-child) {
  margin-bottom: 6px;
}

.mb-10:not(:last-child) {
  margin-bottom: 10px;
}

.mb-20:not(:last-child) {
  margin-bottom: 20px;
}

.mb-24:not(:last-child) {
  margin-bottom: 24px;
}

.p-16-8 {
  padding: 16px;
}
@media (max-width: 1300px) {
  .p-16-8 {
    padding: 12px;
  }
}
@media (max-width: 600px) {
  .p-16-8 {
    padding: 8px;
  }
}

.p-20 {
  padding: 20px;
}

.plr-20 {
  padding-left: 20px;
  padding-right: 20px;
}

.ptb-40-20 {
  padding-top: 40px;
  padding-bottom: 40px;
}
@media (max-width: 1300px) {
  .ptb-40-20 {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
@media (max-width: 600px) {
  .ptb-40-20 {
    padding-bottom: 20px;
    padding-top: 20px;
  }
}

.ptb-50-40 {
  padding-top: 50px;
  padding-bottom: 50px;
}
@media (max-width: 1300px) {
  .ptb-50-40 {
    padding-bottom: 50px;
    padding-top: 50px;
  }
}
@media (max-width: 600px) {
  .ptb-50-40 {
    padding-bottom: 40px;
    padding-top: 40px;
  }
}

.ptb-40 {
  padding-top: 40px;
  padding-bottom: 40px;
}

.ptb-16-14 {
  padding-top: 16px;
  padding-bottom: 16px;
}
@media (max-width: 600px) {
  .ptb-16-14 {
    padding-bottom: 14px;
    padding-top: 14px;
  }
}

.logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 5px;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
  word-break: break-all;
  -webkit-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
  min-width: 254px;
}
@media (any-hover: hover) {
  .logo:hover {
    color: var(--hover);
  }
}
.logo:focus-visible {
  color: var(--hover);
}
.logo:active {
  color: var(--active);
  -webkit-transition-duration: 0.1s;
  transition-duration: 0.1s;
}
.logo span {
  width: 25px;
  height: 25px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.letter-logo-shadow {
  margin-bottom: -8px;
  margin-right: -4px;
  margin-left: -4px;
}

.letter-logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  gap: 1px;
  word-break: break-all;
}

.letter-dash {
  margin-bottom: 6px;
}

.tx-40-28 {
  font-size: 40px;
}
@media (max-width: 1300px) {
  .tx-40-28 {
    font-size: 32px;
  }
}
@media (max-width: 600px) {
  .tx-40-28 {
    font-size: 28px;
  }
}

.tx-60-30 {
  font-size: 60px;
  @media (max-width: 1300px) {
    font-size: 50px;
  }
  @media (max-width: 991px) {
    font-size: 40px;
  }
  @media (max-width: 600px) {
    font-size: 30px;
  }
}

.tx-40-24 {
  font-size: 40px;
  @media (max-width: 1300px) {
    font-size: 32px;
  }
  @media (max-width: 600px) {
    font-size: 24px;
  }
}

.tx-40-18 {
  font-size: 40px;
  @media (max-width: 1300px) {
    font-size: 32px;
  }
  @media (max-width: 600px) {
    font-size: 18px;
  }
}

.tx-48-38 {
  font-size: 48px;
  @media (max-width: 1300px) {
    font-size: 42px;
  }
  @media (max-width: 600px) {
    font-size: 38px;
  }
}

.tx-46-32 {
  font-size: 46px;
  @media (max-width: 1300px) {
    font-size: 40px;
  }
  @media (max-width: 600px) {
    font-size: 32px;
  }
}

.tx-60-34 {
  font-weight: 400;
  font-size: 60px;
  line-height: 120%;
}
@media (max-width: 1220px) {
  .tx-60-34 {
    font-size: 50px;
  }
}
@media (max-width: 1300px) {
  .tx-60-34 {
    font-size: 40px;
  }
}
@media (max-width: 600px) {
  .tx-60-34 {
    font-size: 34px;
  }
}

.tx-60-40 {
  font-weight: 400;
  font-size: 60px;

  @media (max-width: 1220px) {
    font-size: 50px;
  }
  @media (max-width: 600px) {
    font-size: 40px;
  }
}

.tx-80-34 {
  font-weight: 700;
  font-size: 80px;
  line-height: 100%;
}
@media (max-width: 1220px) {
  .tx-80-34 {
    font-size: 60px;
  }
}
@media (max-width: 1300px) {
  .tx-80-34 {
    font-size: 45px;
  }
}
@media (max-width: 600px) {
  .tx-80-34 {
    font-size: 34px;
  }
}

.tx-70-30 {
  font-size: 70px;
  line-height: 100%;

  @media (max-width: 1220px) {
    font-size: 55px;
  }
  @media (max-width: 1100px) {
    font-size: 45px;
  }
  @media (max-width: 600px) {
    font-size: 30px;
  }
}

.tx-72-38 {
  font-size: 72px;
  @media (max-width: 1220px) {
    font-size: 55px;
  }
  @media (max-width: 1100px) {
    font-size: 45px;
  }
  @media (max-width: 600px) {
    font-size: 38px;
  }
}

.tx-50-24 {
  font-size: 50px;
  line-height: 100%;

  @media (max-width: 1220px) {
    font-size: 40px;
  }
  @media (max-width: 1100px) {
    font-size: 30px;
  }
  @media (max-width: 600px) {
    font-size: 24px;
  }
}

.mg-top-bottom-50 {
  margin-bottom: 50px;
  margin-top: 50px;
}

.mg-top-50 {
  margin-top: 50px;
}

.mg-top-40-30 {
  margin-top: 40px;
  @media (max-width: 991px) {
    margin-top: 30px;
  }
}

.mg-top-40 {
  margin-top: 40px;
}

.mg-top-32 {
  margin-top: 32px;
}

.mg-bottom-40 {
  margin-bottom: 40px;
}

.mg-bottom-40-20 {
  margin-bottom: 40px;
  @media (max-width: 991px) {
    margin-bottom: 20px;
  }
}

.mg-bottom-40-12 {
  margin-bottom: 40px;
  @media (max-width: 600px) {
    margin-bottom: 12px;
  }
}

.mg-bottom-40-30 {
  margin-bottom: 40px;
  @media (max-width: 991px) {
    margin-bottom: 30px;
  }
}

.mg-bottom-30 {
  margin-bottom: 30px;
}

.pd-bottom-90 {
  padding-bottom: 90px;
}

.mg-bottom-50 {
  margin-bottom: 50px;
}

.mg-bottom-10 {
  margin-bottom: 10px;
}

.mg-bottom-16 {
  margin-bottom: 16px;
}

.mg-bottom-10 {
  margin-bottom: 10px;
}

.pd-top-bottom-50 {
  padding-bottom: 50px;
  padding-top: 50px;
}

.pd-top-50 {
  padding-top: 50px;
}

.pd-top-40 {
  padding-top: 40px;
}

.pd-bottom-50 {
  padding-bottom: 50px;
}

.pd-bottom-40 {
  padding-bottom: 40px;
}

.tx-30-24 {
  font-family: var(--font-family), sans-serif;
  font-weight: 400;
  font-size: 30px;
  @media (max-width: 1220px) {
    font-size: 26px;
  }
  @media (max-width: 1300px) {
    font-size: 24px;
  }
  @media (max-width: 600px) {
    font-size: 24px;
  }
}

.tx-30-18 {
  font-size: 30px;
  @media (max-width: 1220px) {
    font-size: 26px;
  }
  @media (max-width: 1300px) {
    font-size: 24px;
  }
  @media (max-width: 600px) {
    font-size: 18px;
  }
}

.tx-30-20 {
  font-size: 30px;
  @media (max-width: 1220px) {
    font-size: 26px;
  }
  @media (max-width: 1300px) {
    font-size: 24px;
  }
  @media (max-width: 600px) {
    font-size: 20px;
  }
}

.tx-30 {
  font-size: 30px;
}

.tx-38-24 {
  font-weight: 400;
  font-size: 38px;
  line-height: 120%;
}
@media (max-width: 1220px) {
  .tx-38-24 {
    font-size: 30px;
  }
}
@media (max-width: 1300px) {
  .tx-38-24 {
    font-size: 28px;
  }
}
@media (max-width: 600px) {
  .tx-38-24 {
    font-size: 24px;
  }
}

.tx-14 {
  font-weight: 400;
  font-size: 14px;
  line-height: 120%;
}

.tx-14-12 {
  font-weight: 400;
  font-size: 14px;
  line-height: 120%;
  @media (max-width: 600px) {
    font-size: 12px;
  }
}

.tx-14-10 {
  font-weight: 400;
  font-size: 14px;
  @media (max-width: 600px) {
    font-size: 10px;
  }
}

.text-yellow {
  color: #cc9d33;
}

.tx-12-150 {
  font-weight: 400;
  font-size: 12px;
  line-height: 150%;
}

.tx-12 {
  font-weight: 400;
  font-size: 12px;
}

.tx-12-8 {
  font-weight: 400;
  font-size: 12px;
  @media (max-width: 991px) {
    font-size: 8px;
  }
}

.tx-10-8 {
  font-weight: 400;
  font-size: 10px;
  @media (max-width: 991px) {
    font-size: 8px;
  }
}

.tx-16 {
  font-weight: 400;
  font-size: 16px;
}

.tx-16-14 {
  font-weight: 400;
  font-size: 16px;
  @media (max-width: 991px) {
    font-size: 14px;
  }
}

.tx-16-12 {
  font-weight: 400;
  font-size: 16px;
  @media (max-width: 991px) {
    font-size: 12px;
  }
}

.tx-16-150 {
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: var(--tx-color);
}

.line-height-150 {
  line-height: 150%;
}

.line-height-120 {
  line-height: 120%;
}

.line-height-120-140 {
  line-height: 120%;
  @media (max-width: 600px) {
    line-height: 140%;
  }
}

.line-height-130-width600 {
  @media (max-width: 600px) {
    line-height: 130%;
  }
}

.line-height-140 {
  line-height: 140%;
}

.tx-20 {
  font-family: var(--font-family), sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 120%;
}

.tx-20-12 {
  font-weight: 400;
  font-size: 20px;
  line-height: 120%;
}
@media (max-width: 1220px) {
  .tx-20-12 {
    font-size: 16px;
  }
}
@media (max-width: 1300px) {
  .tx-20-12 {
    font-size: 14px;
  }
}
@media (max-width: 600px) {
  .tx-20-12 {
    font-size: 12px;
  }
}

.tx-24-20 {
  font-size: 24px;
  @media (max-width: 1220px) {
    font-size: 22px;
  }
  @media (max-width: 600px) {
    font-size: 20px;
    line-height: 130%; /* 26px */
    letter-spacing: 0.8px;
  }
}

.tx-24-16 {
  font-size: 24px;
  @media (max-width: 1100px) {
    font-size: 20px;
  }
  @media (max-width: 600px) {
    font-size: 16px;
  }
}

.tx-20-16 {
  font-weight: 400;
  font-size: 20px;
  line-height: 120%;
}
@media (max-width: 1220px) {
  .tx-20-16 {
    font-size: 18px;
  }
}
@media (max-width: 1300px) {
  .tx-20-16 {
    font-size: 16px;
  }
}

.tx-20-18 {
  font-weight: 400;
  font-size: 20px;
  line-height: 120%;
}
@media (max-width: 1220px) {
  .tx-20-18 {
    font-size: 18px;
  }
}

.tx-28-18 {
  font-size: 28px;

  @media (max-width: 991px) {
    font-size: 18px;
  }
}

.tx-24-14 {
  font-size: 24px;

  @media (max-width: 991px) {
    font-size: 14px;
  }
}

.tx-24 {
  font-size: 24px;
}

.tx-main {
  font-size: 20px;
  font-weight: 400;
  line-height: 1.2;
}
@media (max-width: 1300px) {
  .tx-main {
    font-size: 18px;
  }
}
@media (max-width: 600px) {
  .tx-main {
    font-size: 16px;
  }
}

.hover-color {
  -webkit-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
}
@media (any-hover: hover) {
  .hover-color:hover {
    color: var(--hover);
  }
}
.hover-color:focus-visible {
  color: var(--hover);
}
.hover-color:active {
  color: var(--active);
  -webkit-transition-duration: 0.1s;
  transition-duration: 0.1s;
}

.d-block {
  display: block;
}

.w100 {
  min-width: 0;
  width: 100%;
}

.h100 {
  min-height: 0;
  height: 100%;
}

.relative-z2 {
  position: relative;
  z-index: 2;
}

.word-break {
  word-break: break-all;
}

.m-auto {
  margin-left: auto;
  margin-right: auto;
}

.img-contain {
  -o-object-fit: contain;
  object-fit: contain;
}

.img-cover {
  -o-object-fit: cover;
  object-fit: cover;
}

.underline {
  text-decoration: underline;
}

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

.text-center-max991 {
  @media (max-width: 991px) {
    text-align: center;
  }
}

.text-center-max600 {
  @media (max-width: 600px) {
    text-align: center;
  }
}

.text-center-min991 {
  @media (min-width: 991px) {
    text-align: center;
  }
}

.text-right {
  text-align: right;
}

.uppercase {
  text-transform: uppercase;
}

.lowercase {
  text-transform: lowercase;
}

.fw-100 {
  font-weight: 100;
}

.fw-200 {
  font-weight: 200;
}

.fw-300 {
  font-weight: 300;
}

.fw-400 {
  font-weight: 400;
}

.fw-500 {
  font-weight: 500;
}

.fw-600 {
  font-weight: 600;
}

.fw-700 {
  font-weight: 700;
}

.fw-800 {
  font-weight: 800;
}

.fw-900 {
  font-weight: 900;
}

.fh73b_header {
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 100000;
  height: 50px;
  background: var(--White_0, #fefefe);
  /* position: absolute;
  top: 0;
  left: 0;
  z-index: 7;
  width: 100%; */
  @media (max-width: 991px) {
    height: 48px;
  }
}

.fh73b_topbar {
  background: #1a1a1f;
  position: relative;
  z-index: 100000;
  box-shadow: 0 4px 30px 0 rgba(0, 0, 0, 0.12);
  -webkit-backdrop-filter: blur(15px);
  backdrop-filter: blur(15px);
  padding: 8px 0;
  @media (max-width: 991px) {
    padding: 4px 24px;
  }
}

.fh73b_topbar__content {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.fh73b_topbar__icon svg {
  width: 20px;
  height: 20px;
}

.fh73b_topbar__text {
  color: #fff;
  text-align: center;
  font-family: 'Open Sans', sans-serif;
  font-size: 10px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

@media (max-width: 600px) {
  .fh73b_topbar__content {
    align-items: center;
  }

  .fh73b_topbar__text {
    font-size: 6px;
  }
}

/* .fh73b_nav__link.active {
  border-bottom: 1px solid #000000;
} */

.fh73b_nav__link:hover {
  color: #4151ff;
}

.fh73b_logo img:nth-child(1) {
  width: 24px;
  height: 24px;
  flex-shrink: 0;
  aspect-ratio: 1/1;
}

.fh73b_logo img:nth-child(2) {
  width: 114px;
  height: 12px;
  flex-shrink: 0;
}

.fh73b_nav__item--button {
  display: flex;
  align-items: center;
  flex-direction: row;
  gap: 20px;
}

.fh73b_logo {
  display: flex;
  height: 24px;
  align-items: center;
  gap: 10px;
  flex-shrink: 0;
}

.display-none-min {
  @media (min-width: 991px) {
    display: none;
  }
}

.display-none-max {
  @media (max-width: 991px) {
    display: none;
  }
}

.fh73b_header__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 20px;
}

.fh73b_header__menu {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}

@media (max-width: 991px) {
  .fh73b_header__menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: var(--black);
    z-index: 99999;
    padding: 100px 30px 30px 30px;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    overflow: auto;
    -webkit-transition:
      opacity 0.2s ease-in-out,
      visibility 0.2s ease-in-out,
      pointer-events 0.2s ease-in-out;
    transition:
      opacity 0.2s ease-in-out,
      visibility 0.2s ease-in-out,
      pointer-events 0.2s ease-in-out;
  }
}

@media (max-width: 600px) {
  .fh73b_header__menu {
    padding: 80px 30px 30px 30px;
  }
}

.fh73b_header__menu.active {
  opacity: 1;
  visibility: visible;
  pointer-events: visible;
  z-index: 99999;
}

.fh73b_header__exit-menu {
  display: none;
  position: absolute;
  width: 30px;
  height: 30px;
  background-color: transparent;
}

@media (max-width: 991px) {
  .fh73b_header__exit-menu {
    display: block;
    top: 30px;
    right: 30px;
  }
}

@media (max-width: 600px) {
  .fh73b_header__exit-menu {
    top: 15px;
    right: 15px;
  }
}

.fh73b_header__exit-menu::before {
  content: '';
  position: absolute;
  top: 12px;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: var(--white);
  transform: rotate(45deg);
}

.fh73b_header__exit-menu::after {
  content: '';
  position: absolute;
  top: 12px;
  right: 0;
  width: 100%;
  height: 2px;
  background-color: var(--white);
  transform: rotate(-45deg);
}

.fh73b_nav {
  display: flex;
  width: 100%;
  flex-direction: row;
  align-items: center;
  justify-content: flex-end;
  @media (max-width: 991px) {
    flex-direction: column;
  }
}

.btn-header-list {
  display: flex;
  align-items: center;
  gap: 16px;
}

.header-btn {
  min-width: 151px;
  display: flex;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
  padding: 14px 24px;
  border-radius: 10px;
  border: 1px solid #ffb22b;
  color: #ffb22b;
  font-family: var(--font-family), sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
}

.header-btn.btn-adventure {
  max-width: 151px;
  @media (max-width: 600px) {
    max-width: 100%;
  }
}

.header-btn.log-in {
  color: #010101;
  background: #ffb22b;
}

.fh73b_disclaimer-container {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.header-btn.log-in:hover {
  background: #ffbe4c;
}

.header-btn:hover {
  border-radius: 10px;
  border: 1px solid #ffb22b;
  background: rgba(255, 178, 43, 0.23);
}

.header-btn.with100 {
  @media (max-width: 600px) {
    max-width: 100%;
    width: 100%;
  }
}
.fh73b_nav__item-age-verification {
  width: 24px;
  height: 12px;
  aspect-ratio: 2/1;
}

.fh73b_nav__list {
  display: flex;
  align-items: center;
  justify-content: center;

  gap: 40px;
}

@media (max-width: 991px) {
  .fh73b_nav__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 20px;
    color: #f9f9f9;
  }
}

@media (max-width: 991px) {
  .fh73b_nav__list_footer {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    gap: 10px 30px;
  }
}

@media (max-width: 600px) {
  .fh73b_nav__list_footer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.fh73b_nav__link {
  color: var(--ColorGR_F, #4571d6);
  font-family: var(--font-family), sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  padding: 10px;
  @media (max-width: 991px) {
    color: #fff;
  }
}

.fh73b_burger {
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
  width: 50px;
  padding: 4px;
  background-color: transparent;
}

@media (max-width: 991px) {
  .fh73b_burger {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 6px;
  }
}

.fh73b_burger svg {
  width: 24px;
  height: 24px;
}

/* Попап стили */
.popup-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 1000;
}

.popup {
  display: flex;
  max-width: 420px;
  width: 100%;
  padding: 30px 20px;
  flex-direction: column;
  justify-content: flex-end;
  align-items: stretch;
  gap: 20px;
  position: relative;
  animation: popupAppear 0.3s ease-out;
  border-radius: 6px;
  border: 1px solid #fff;
  background: black;
}

@keyframes popupAppear {
  from {
    opacity: 0;
    transform: scale(0.8);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}

.popup-header {
  text-align: center;
}

.popup-title {
  color: #fff;
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%; /* 30px */
  text-transform: uppercase;
  @media (max-width: 600px) {
    font-size: 24px;
  }
}

.close-btn {
  position: absolute;
  top: 15px;
  right: 15px;
  background: none;
  border: none;
  font-size: 24px;
  cursor: pointer;
  color: #666;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  transition: all 0.3s ease;
}

.close-btn:hover {
  background: #f0f0f0;
  color: #333;
}

.form-group {
  margin-bottom: 10px;
}

.form-input:focus {
  outline: none;
  border-color: #4285f4;
}

.form-submit {
  display: flex;
  padding: 10px 36px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 30px;
  background: #ffb22b;
  color: #fff;
  font-family: 'Clash Display', sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%; /* 16.8px */
  text-transform: uppercase;
}

.form-submit.w100-btn {
  max-width: 100%;
  width: 100%;
}

.form-submit:hover {
  background: #c52669;
}

.form-link button {
  color: #fff;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%; /* 14.4px */
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: auto;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
}

.form-link a:hover {
  color: #6b89ba;
}

.success-popup {
  text-align: center;
}

.success-message {
  color: #fff;
  text-align: center;
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%; /* 24px */
  text-transform: uppercase;
  @media (max-width: 600px) {
    font-size: 24px;
  }
}

.font-family-Clash {
  font-family: 'Clash Display', sans-serif;
}

.show {
  display: flex;
}

.fh73b_hero-section__media {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  max-width: 1440px;
  width: 100%;
  margin: 0 auto;
}

.fh73b_hero-section__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.fh73b_hero-section > .container {
  position: relative;
  z-index: 1;
}

.fh73b_hero-section {
  background: #fefefe;
  position: relative;
}

.fh73b_top-section {
  padding: 24px 0;
  background:
    linear-gradient(0deg, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0.4) 100%),
    url(/nbjf39jd_img/tulipgameland-main-background.webp) lightgray 50% / cover no-repeat;
  @media (max-width: 1200px) {
    padding: 22px 0;
  }
  @media (max-width: 991px) {
    padding: 20px 0;
  }
  @media (max-width: 600px) {
    padding: 20px 0;
  }
}

.mesogeiakobet_terms h1 {
  @media (max-width: 600px) {
    font-size: 34px;
  }
  @media (max-width: 500px) {
    font-size: 30px;
  }
  @media (max-width: 400px) {
    font-size: 24px;
  }
}

.fh73b_hero-container {
  padding: 20px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}

.fh73b_hero-container__text {
  color: var(--ColorGR_F, #4571d6);
  text-align: center;
  font-family: var(--font-family), sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  max-width: 795px;
  width: 100%;
  @media (max-width: 600px) {
    text-align: left;
  }
}

.btn-hero-list__text {
  color: var(--White, #fff);
  text-align: center;
  font-family: var(--font-family), sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  @media (max-width: 450px) {
    font-size: 10px;
  }
}

.btn-hero-list__icon {
  width: 20px;
  height: 20px;
  aspect-ratio: 1/1;
  flex: 0 0 20px;
}

.fh73b_casinos-section {
  background: url(/nbjf39jd_img/page-background.webp) center / cover no-repeat;
  padding-bottom: 40px;
}

.fh73b_casinos-title {
  margin-bottom: 20px;
  text-align: center;
  color: #fff;
  font-family: 'Montserrat', sans-serif;
  font-size: 32px;
  font-weight: 700;
}

.fh73b_how-to-play {
  padding-top: 20px;
  padding-bottom: 40px;
  background: url(/nbjf39jd_img/page-background.webp) center / cover no-repeat;
}

.fh73b_how-to-play__stack {
  display: flex;
  flex-direction: column;
  gap: 20px;
  width: 100%;
}

.fh73b_how-to-play__card {
  display: flex;
  padding: 40px;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  align-self: stretch;
  border-radius: 12px;
  background: var(--White_0, #fefefe);
  border: 1px solid #4571d6;
  background: rgba(254, 254, 254, 0.7);
  -webkit-backdrop-filter: blur(25px);
  backdrop-filter: blur(25px);
}

.fh73b_how-to-play__card.alter {
  gap: 10px;
  h2 {
    margin-bottom: 10px;
  }
}

@media (max-width: 600px) {
  .fh73b_how-to-play__card {
    padding: 20px;
  }
}

.fh73b_how-to-play__card--insight .fh73b_how-to-play__text {
  text-align: center;
}

.fh73b_how-to-play__card--article {
  align-items: stretch;
}

.fh73b_how-to-play__insight-icon {
  width: 60px;
  height: 60px;
  flex-shrink: 0;
  display: block;
}

.fh73b_how-to-play__text {
  margin: 0;
  color: var(--ColorGR_F, #4571d6);
  text-align: center;
  font-family: var(--font-family), sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.fh73b_how-to-play__card--article .fh73b_how-to-play__text {
  text-align: left;
}

.fh73b_contact-page-email a {
  color: var(--ColorGR_F, #4571d6);
  text-decoration: underline;
}

.fh73b_how-to-play__card--article .fh73b_how-to-play__text a {
  color: var(--ColorGR_F, #4571d6);
  text-decoration: underline;
}

.fh73b_how-to-play__card h2 {
  margin: 0;
  color: var(--ColorGR_F, #4571d6);
  font-family: var(--font-family), sans-serif;
  font-size: 30px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-align: left;
}

@media (max-width: 600px) {
  .fh73b_how-to-play__card h2 {
    font-size: 24px;
  }
}

.fh73b_how-to-play__card h1 {
  margin: 0;
  text-transform: none;
  color: var(--ColorGR_F, #4571d6);
  font-family: var(--font-family), sans-serif;
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-align: left;
}

@media (max-width: 600px) {
  .fh73b_how-to-play__card h1 {
    font-size: 24px;
  }
}

.fh73b_how-to-play__card h3 {
  margin: 0;
  color: var(--ColorGR_F, #4571d6);
  font-family: var(--font-family), sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-align: left;
}

@media (max-width: 600px) {
  .fh73b_how-to-play__card h3 {
    font-size: 20px;
  }
}

.fh73b_how-to-play__steps {
  margin: 0;
  padding-left: 1.25em;
  list-style: decimal;
  display: flex;
  flex-direction: column;
  gap: 16px;
  color: var(--ColorGR_F, #4571d6);
  font-family: var(--font-family), sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-align: left;
}

.fh73b_how-to-play__steps li {
  padding-left: 4px;
}

.fh73b_how-to-play__steps li strong {
  display: block;
  font-weight: 600;
  margin-bottom: 6px;
}

.fh73b_how-to-play__steps li span {
  display: block;
  font-weight: 500;
}

.fh73b_disclaimer-section {
  padding: 70px 0;
  content-visibility: auto;
  contain-intrinsic-size: auto 400px;
}

.fh73b_disclaimer-box {
  display: flex;
  padding: 24px 0;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 16px;
  align-self: stretch;
  border-radius: 21px;
  border: 1px solid #e6d2bb;
  background: linear-gradient(180deg, #a25d1c 0%, #c7921f 100%);
}

.fh73b_disclaimer-box__icon {
  width: 89px;
  height: 43px;
}

.fh73b_disclaimer-box__title {
  color: var(--white, #fff);
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 25px;
}

.fh73b_disclaimer-box__text {
  max-width: 980px;
  color: var(--White, #fff);
  text-align: center;
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.mesogeiakobet_footer {
  color: #f9f9f9;
  padding: 40px 0;
  background: #010101;
}

.mesogeiakobet_footer_container {
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: 24px;
}

.footer-container-border {
  border-radius: 8px;
  border: 1px solid var(--white, #f9f9f9);
  padding: 8px;
}

.fh73b_footer__link {
  color: var(--white, #f9f9f9);
  text-align: center;
  font-family: Cabin, sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: auto;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
}

.partners {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  flex-direction: row;
  gap: 16px;
  @media (max-width: 600px) {
    justify-content: space-between;
    gap: 20px;
  }
}

.flex-2-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  @media (max-width: 991px) {
    flex-direction: column;
    gap: 24px;
  }
}

.flex-2-box.reverse {
  @media (max-width: 991px) {
    flex-direction: column-reverse;
  }
}

.left-container-firepower {
  max-width: 675px;
  width: 100%;
  @media (max-width: 991px) {
    max-width: 100%;
  }
}

.right-container-firepower {
  max-width: 485px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 318px;
  @media (max-width: 991px) {
  }
}

.left-2-container-firepower {
  max-width: 540px;
  width: 100%;
}

.right-2-container-firepower {
  max-width: 540px;
  width: 100%;
}

.flex-2-box-footer {
  display: flex;
  gap: 30px;
  @media (max-width: 991px) {
    gap: 24px;
    flex-direction: column;
  }
}

.flex-2-box-footer div {
  max-width: 605px;
  width: 100%;
}

.fh73b_contact-container {
  max-width: 788px;
  width: 100%;
  @media (max-width: 991px) {
    max-width: 100%;
  }
}

.contact-decor-container {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  gap: 64px;
  border-radius: 20px;
  border: 1px solid #7b1313;
  background: rgba(1, 1, 1, 0.4);
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
  padding: 64px;
  @media (max-width: 991px) {
    padding: 32px;
    flex-direction: column;
    gap: 24px;
  }
  @media (max-width: 600px) {
    padding: 16px;
  }
}

.contact-decor-img {
  width: 371px;
  height: 394px;
  @media (max-width: 991px) {
    width: 208px;
    height: 220px;
  }
}

.contact-email {
  display: flex;
  align-items: center;
  gap: 12px;
}

.contact-email img {
  height: 24px;
  width: 24px;
}

.display-center {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.play-btn {
  color: var(--black, #010101);
  font-family: var(--font-secondary), sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 12px 32px;
  border-radius: 10px;
  border: 1px solid #f08b1c;
  background: linear-gradient(270deg, #f8dd97 10.58%, #f5b85e 100%);
  width: 100%;
  max-width: 248px;
  @media (max-width: 600px) {
    max-width: 100%;
  }
}

.play-btn.contact {
  border: 1px solid #f08b1c;
  background: var(--black, #010101);
  color: #f9f9f9;
  max-width: 100%;
  width: 100%;
}

.play-btn.w100-btn {
  @media (max-width: 991px) {
    max-width: 100%;
    width: 100%;
  }
}

.play-btn:hover {
  background: linear-gradient(270deg, #978148 10.58%, #986e2d 100%);
}

.mesogeiakobet_terms {
  padding: 40px 0;
}

.font-secondary {
  font-family: var(--font-secondary), sans-serif;
}

.fh73b_adventure-section {
  color: #f9f9f9;
  padding: 80px 0;
  background: url(/nbjf39jd_img/tulipgameland-adventure-background.webp) lightgray 50% / cover
    no-repeat;
  @media (max-width: 991px) {
    padding: 60px 0;
  }
  @media (max-width: 600px) {
    padding: 40px 0;
    background:
      linear-gradient(0deg, rgba(0, 0, 0, 0.21) 0%, rgba(0, 0, 0, 0.21) 100%),
      linear-gradient(
        280deg,
        rgba(0, 0, 0, 0.21) 10.77%,
        rgba(0, 0, 0, 0.2) 48.53%,
        rgba(0, 0, 0, 0.2) 73.84%
      ),
      url(/nbjf39jd_img/tulipgameland-adventure-background-mobile.webp) lightgray 50% / cover
        no-repeat;
  }
}

.container-236 {
  max-width: 236px;
  width: 100%;
  @media (max-width: 991px) {
    max-width: 450px;
  }
}

.container-900 {
  max-width: 900px;
  width: 100%;
}

.list-tank-smash {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  gap: 40px;
}

.list-tank-smash li {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 32px;
  max-width: 386px;
  width: 100%;
  min-height: 284px;
  border-radius: 20px;
  border: 1px solid #010101;
  @media (max-width: 600px) {
    padding: 16px;
  }
}

.list-tank-smash li img {
  width: 85px;
  height: 85px;
}

.fh73b_about-container {
  display: flex;
  align-items: center;
  gap: 80px;
  @media (max-width: 991px) {
    flex-direction: column;
    gap: 24px;
  }
}

.abut-left-side {
  max-width: 296px;
  width: 100%;
  overflow: hidden;
}

.abut-right-side {
  max-width: 864px;
  width: 100%;
}

.footer-p-style {
  color: var(--white, #f9f9f9);
  font-family: var(--font-secondary), sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
}

.disclaimer-container {
}

.custom-dots {
  list-style: none;
  padding-left: 0;
  margin: 0;
  z-index: 0;
}

.custom-dots li {
  position: relative;
  margin-bottom: 20px;
  z-index: 0;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  @media (max-width: 600px) {
    padding-left: 0;
  }
}

.top-header-cards {
  display: none;
  @media (max-width: 450px) {
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-self: stretch;
  }
}

.cas-card-none {
  @media (max-width: 450px) {
    display: none;
  }
}

/* Footer redesign */
.mesogeiakobet_footer.fh73b_footer-new {
  background: var(--ColorGR_F, #4571d6);
  color: var(--White_0, #fefefe);
  padding: 50px 0;
}

@media (max-width: 600px) {
  .mesogeiakobet_footer.fh73b_footer-new {
    padding: 40px 0;
  }
}

.fh73b_footer-new__stack {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  max-width: 100%;
}

.fh73b_footer-new__text {
  margin: 0;
  color: var(--White_0, #fefefe);
  text-align: center;
  font-family: var(--font-family), sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.fh73b_footer-new__text a {
  color: inherit;
  text-decoration: underline;
}

.fh73b_footer-new__company {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0;
}

.fh73b_footer-new__company .fh73b_footer-new__text + .fh73b_footer-new__text {
  margin-top: 0;
}

.fh73b_footer-new__age-badge {
  display: flex;
  justify-content: center;
  align-items: center;
}

.fh73b_footer-new__age-icon {
  width: 40px;
  height: 40px;
  aspect-ratio: 1 / 1;
  display: block;
  flex-shrink: 0;
}

.fh73b_footer-new__reg-row {
  display: flex;
  flex-direction: row;

  align-items: center;
  justify-content: center;
  gap: 20px;
  width: 100%;
}

.fh73b_footer-new__eeep-logo {
  width: 171px;
  height: auto;
  max-width: min(100%, 171px);
  flex-shrink: 0;
  display: block;
}

.fh73b_footer-new__text--16 {
  max-width: 100%;
  color: var(--White_0, #fefefe);
  text-align: left;
  font-family: var(--font-family), sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.fh73b_footer-new__nav {
  width: 100%;
}

.fh73b_footer-new__links {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 20px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.fh73b_footer-new .fh73b_footer-new__link {
  color: var(--White_0, #fefefe);
  text-align: center;
  font-family: var(--font-family), sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-decoration: none;
}

.fh73b_footer-new .fh73b_footer-new__link:hover,
.fh73b_footer-new .fh73b_footer-new__link:focus-visible {
  text-decoration: underline;
}

.fh73b_footer-new__copyright {
  margin: 0;
}

.fh73b_footer-new .fh73b_footer__item {
  font-size: 12px;
  font-weight: 500;
  color: var(--White_0, #fefefe);
}

@media (max-width: 600px) {
  .fh73b_footer-new__reg-row {
    flex-direction: column;
  }

  .fh73b_footer-new__text--16 {
    text-align: center;
  }
}

.fh73b_footer__item {
  color: #fff;
  font-family: var(--font-family), sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.fh73b_about-us {
  padding: 40px 0;
}

.fh73b_about-us__stack {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.fh73b_about-us__box {
  width: 100%;
}

.fh73b_about-us__box--blue {
  display: flex;
  padding: 24px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 16px;
  align-self: stretch;
  border-radius: 16px;
  border: 1px solid var(--stoke, #5477c7);
  background: #adbbd6;
}

.fh73b_about-us__box--gold {
  display: flex;
  padding: 24px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 6px;
  align-self: stretch;
  border-radius: 21px;
  border: 1px solid #e6d2bb;
  background: linear-gradient(180deg, #a25d1c 0%, #c7921f 100%);
}

.fh73b_about-us__box h1,
.fh73b_about-us__box h2,
.fh73b_about-us__box h3 {
  width: 100%;
  color: #202020;
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
}

.fh73b_about-us__box h1,
.fh73b_about-us__box h2 {
  font-size: 34px;
  line-height: 40px;
}

.fh73b_about-us__box h3 {
  font-size: 26px;
  line-height: 32px;
}

.fh73b_about-us__box--gold h2,
.fh73b_about-us__box--gold p {
  color: #fff;
}

.fh73b_about-us__box p {
  width: 100%;
  color: #202020;
  text-align: center;
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.fh73b_about-us__box {
  .fh73b_about-us__box-h2-about-alter {
    color: #202020;
    text-align: center;
    font-family: var(--font-family), sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
  }

  .h1-classes {
    color: var(--black_text, #202020);
    text-align: center;
    font-family: var(--font-family), sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
    text-transform: capitalize;
  }

  h2 {
    color: var(--white, #fff);
    text-align: center;

    font-family: var(--font-secondary), sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 25px; /* 125% */
  }

  .txt-color-black {
    color: var(--black_text, #202020);
  }

  .txt-color-white {
    color: var(--white, #fff);
  }

  .txt-16 {
    font-size: 16px;
  }
}

.fh73b_contact {
  padding: 70px 0;
  @media (max-width: 600px) {
    padding: 40px 0;
  }
}

.fh73b_contact__title {
  margin: 0 0 40px;
  color: var(--black_text, #202020);
  text-align: center;
  font-family: Montserrat, sans-serif;
  text-transform: capitalize;
  font-size: 34px;
  font-style: normal;
  font-weight: 600;
  line-height: 40px;
  @media (max-width: 600px) {
    margin: 0 0 32px;
  }
}

.fh73b_contact__box {
  display: flex;
  padding: 24px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 16px;
  align-self: stretch;
  border-radius: 16px;
  border: 1px solid var(--stoke, #5477c7);
  background: #adbbd6;
}

.fh73b_contact__text,
.fh73b_contact__label {
  margin: 0;
  width: 100%;
  color: #202020;
  text-align: left;
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.fh73b_contact__label strong {
  font-weight: 700;
}

.fh73b_contact__row {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  width: 100%;
}

.fh73b_contact__icon {
  flex-shrink: 0;
  display: flex;
  width: 24px;
  height: 24px;
}

.fh73b_contact__icon svg {
  display: block;
  width: 24px;
  height: 24px;
}

.fh73b_contact__row-text {
  color: #202020;
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.fh73b_contact__link {
  color: #202020;
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-decoration: underline;
}

.fh73b_contact__link:hover {
  text-decoration: none;
}

.fh73b_responsible-gaming {
  padding: 40px 0;
  background: #f5f5f5;
}

.fh73b_responsible-gaming__inner {
  width: 100%;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 24px;
  text-align: left;
  font-size: 16px;
  color: #202020;
  font-family: 'Open Sans', sans-serif;
}

.fh73b_responsible-gaming__title {
  align-self: stretch;
  margin: 0;
  position: relative;
  font-size: 34px;
  line-height: 40px;
  font-weight: 600;
  font-family: var(--font-secondary), sans-serif;
  color: #202020;
  text-transform: capitalize;
}

.fh73b_responsible-gaming__intro {
  margin: 0;
  align-self: stretch;
  position: relative;
}

.fh73b_responsible-gaming__group {
  align-self: stretch;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
}

.fh73b_responsible-gaming__subtitle {
  align-self: stretch;
  margin: 0;
  position: relative;
  font-weight: 800;
  font-size: 16px;
  line-height: normal;
  font-family: 'Open Sans', sans-serif;
  color: #202020;
}

.fh73b_responsible-gaming__content {
  align-self: stretch;
  position: relative;
}

.fh73b_responsible-gaming__content p:last-child {
  margin-bottom: 0;
}

.fh73b_responsible-gaming__content p + .fh73b_responsible-gaming__list {
  margin-top: 0;
}

.fh73b_responsible-gaming__list {
  margin: 0 0 16px;
  font-family: inherit;
  font-size: inherit;
}

.fh73b_responsible-gaming__list:last-child {
  margin-bottom: 0;
}

.fh73b_responsible-gaming__list > li {
  margin-bottom: 0;
}

.fh73b_policy,
.fh73b_terms,
.fh73b_cookies {
  padding: 40px 0;
  background: #f5f5f5;
}

.fh73b_policy__inner,
.fh73b_terms__inner,
.fh73b_cookies__inner {
  width: 100%;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 24px;
  text-align: left;
  font-size: 16px;
  color: #202020;
  font-family: 'Open Sans', sans-serif;
  line-height: 1.55;
}

.fh73b_policy__title,
.fh73b_terms__title,
.fh73b_cookies__title {
  text-transform: capitalize;
  align-self: stretch;
  margin: 0;
  position: relative;
  font-size: 34px;
  line-height: 40px;
  font-weight: 600;
  font-family: Montserrat, sans-serif;
  color: #202020;
}

.fh73b_policy__title {
  text-transform: capitalize;
}

.fh73b_policy__intro,
.fh73b_terms__intro,
.fh73b_cookies__intro {
  margin: 0;
  align-self: stretch;
  position: relative;
}

.fh73b_policy__group,
.fh73b_terms__group,
.fh73b_cookies__group {
  align-self: stretch;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
}

.fh73b_policy__subtitle,
.fh73b_terms__subtitle,
.fh73b_cookies__subtitle {
  align-self: stretch;
  margin: 0;
  position: relative;
  font-weight: 800;
  font-size: 16px;
  line-height: normal;
  font-family: Montserrat, sans-serif;
  color: #202020;
}

.fh73b_policy__content,
.fh73b_terms__content,
.fh73b_cookies__content {
  align-self: stretch;
  position: relative;
}

.fh73b_policy__content p,
.fh73b_terms__content p,
.fh73b_cookies__content p {
  margin: 0 0 16px;
}

.fh73b_policy__content p:last-child,
.fh73b_terms__content p:last-child,
.fh73b_cookies__content p:last-child {
  margin-bottom: 0;
}

.fh73b_policy__content p + .fh73b_policy__list,
.fh73b_terms__content p + .fh73b_terms__list,
.fh73b_cookies__content p + .fh73b_cookies__list {
  margin-top: 0;
}

.fh73b_policy__list,
.fh73b_terms__list,
.fh73b_cookies__list {
  margin: 0 0 16px;
  font-family: inherit;
  font-size: inherit;
}

.fh73b_policy__list:last-child,
.fh73b_terms__list:last-child,
.fh73b_cookies__list:last-child {
  margin-bottom: 0;
}

.fh73b_policy__list > li,
.fh73b_terms__list > li,
.fh73b_cookies__list > li {
  margin-bottom: 0;
}

.fh73b_cookies__categories {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.fh73b_cookies__content .fh73b_cookies__category-title {
  margin: 0 0 6px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 800;
  line-height: normal;
  color: #202020;
}

.fh73b_cookies__content .fh73b_cookies__category-title strong {
  font-weight: 800;
}

.fh73b_cookies__category p:not(.fh73b_cookies__category-title) {
  margin: 0;
}

.fh73b_about-us__box-h2-about {
  color: var(--white, #fff);
  text-align: center;
  font-family: var(--font-secondary), sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 25px; /* 125% */
}

/* Figma-like homepage refinements */
.fh73b_page {
  background:
    radial-gradient(circle at 0% 10%, rgba(255, 255, 255, 0.48) 0%, rgba(255, 255, 255, 0) 45%),
    radial-gradient(circle at 100% 30%, rgba(255, 255, 255, 0.32) 0%, rgba(255, 255, 255, 0) 30%),
    #cdd8f6;
}

.fh73b_topbar {
  background: #f8f9fe;
  box-shadow: none;
  border-bottom: 1px solid #c5cfef;
}

.fh73b_topbar__icon,
.fh73b_topbar__text {
  display: none;
}

.fh73b_header {
  height: 47px;
  background: #fefefe;
  backdrop-filter: none;
  @media (max-width: 450px) {
    height: 40px;
  }
}

.fh73b_nav__item-age-verification {
  width: auto;
  height: auto;
  color: var(--ColorGR_F, #4571d6);
  font-family: var(--font-family), sans-serif;
  font-size: 16px;
  font-style: normal;
  line-height: normal;
  font-weight: 700;
  @media (max-width: 991px) {
    color: #fff;
  }
}

.fh73b_nav__item-age-verification svg {
  display: none;
}

.fh73b_nav__item-age-verification::after {
  content: '21+';
}

.fh73b_hero-container__subtitle {
  color: var(--White_0, #fefefe);
  font-family: var(--font-family), sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  @media (max-width: 600px) {
    text-align: left;
  }
}

.btn-hero-list {
  display: flex;
  width: 100%;
  padding: 4px 20px;
  justify-content: center;
  align-items: center;
  gap: 20px;
  @media (max-width: 450px) {
    padding: 4px 16px;
    gap: 0;
    width: 100%;
    justify-content: space-between;
  }
}

.btn-hero-list__item {
  display: flex;
  padding: 2px 0;
  justify-content: center;
  align-items: center;
  gap: 4px;
  @media (max-width: 450px) {
    max-width: 105px;
    width: 100%;
  }
}

.fh73b_rankings {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding-top: 20px;
  padding-bottom: 32px;
  @media (max-width: 600px) {
    padding-top: 20px;
    padding-bottom: 32px;
  }
}

.fh73b_rankings > li {
  list-style: none;
}

@media (max-width: 600px) {
  .fh73b_rankings > li:nth-child(n + 4) {
    display: none;
  }
}

.fh73b_rankings__license-below {
  display: none;
  margin: 2px 0 0;
  padding: 0;
  color: var(--GR_2, #6390f7);
  text-align: center;
  font-family: var(--font-family), sans-serif;
  font-size: 8px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

@media (max-width: 880px) {
  .fh73b_rankings__license-below {
    display: block;
  }
}

.fh73b_rankings__card {
  position: relative;
  display: flex;
  width: 100%;
  padding: 10px 24px;
  justify-content: space-between;
  align-items: center;
  border-radius: 16px;
  background: var(--GR_2, #6390f7);
  overflow: hidden;
  @media (max-width: 1100px) {
    gap: 10px;
  }
  @media (max-width: 700px) {
    padding: 30px 0 12px 0;
  }
  @media (max-width: 450px) {
    gap: 0;
  }
}

.fh73b_rankings > li:nth-child(-n + 3) .fh73b_rankings__card {
  box-shadow: 0 4px 4px 0 rgba(255, 251, 0, 0.76);
}

.fh73b_rankings__badge {
  position: absolute;
  top: -1px;
  left: 0;
  padding: 5px 20px;
  border-radius: 16px 0 100px 0;
  border: 1px solid var(--White_0, #fefefe);
  background: #a7e0e0;
  color: var(--Black_0, #0a0a0a);
  font-family: var(--font-family), sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.fh73b_rankings__logo-link {
  display: flex;
  max-width: 260px;
  width: 100%;
  height: 100%;
  padding: 10px;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  flex-shrink: 0;
  border-radius: 10px;
  @media (max-width: 500px) {
    flex-shrink: 1;
  }
  @media (max-width: 450px) {
    border-radius: 0 10px 10px 0;
  }
}

.fh73b_rankings__logo {
  width: 100%;
  height: 98px;
  object-fit: contain;
  padding: 10px 14px;
  @media (max-width: 450px) {
    padding: 0;
    height: 80px;
  }
}

.fh73b_rankings__players {
  display: flex;
  align-items: center;
  gap: 10px;
}

.fh73b_rankings__players img {
  width: 16px;
  height: 16px;
  aspect-ratio: 1/1;
}

.fh73b_rankings__players span {
  color: var(--White_0, #fefefe);
  font-family: var(--font-family), sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.fh73b_rankings__rating {
  display: flex;
  max-width: 122px;
  width: 100%;
  flex-direction: column;
  align-items: center;
  gap: 5px;
  @media (max-width: 880px) {
    flex-direction: row;
  }
}

.fh73b_rankings__rating .fh73b_casino-card__rating {
  color: var(--White_0, #fefefe);
  text-align: center;
  font-family: var(--font-family), sans-serif;
  font-size: 42px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  @media (max-width: 600px) {
    font-size: 32px;
  }
  @media (max-width: 450px) {
    color: var(--White_0, #fefefe);
    text-align: center;
    font-family: var(--font-family), sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
  }
}

.fh73b_rankings__stars img {
  width: 96px;
  height: 18px;
  margin: 4px auto;
  @media (max-width: 450px) {
    width: 84px;
    height: 15px;
  }
}

.fh73b_rankings__license {
  color: var(--White_0, #fefefe);
  text-align: center;
  font-family: var(--font-family), sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  @media (max-width: 600px) {
    color: #0000ae;
    text-align: center;
    font-family: var(--font-family), sans-serif;
    font-size: 8px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
  }
}

.fh73b_rankings__action {
  display: flex;
  padding: 5px 0;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 5px;
  align-self: stretch;
  max-width: 263px;
  width: 100%;
  @media (max-width: 450px) {
    padding: 0 6px;
  }
}

.fh73b_rankings__cta {
  display: flex;
  padding: 12px 10px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  align-self: stretch;
  position: relative;
  z-index: 0;
  border: none;
  outline: none;
  border-radius: 12px;
  background: transparent;
  box-shadow: none;
  color: var(--Black_0, #0a0a0a);
  text-align: center;
  text-decoration: none;
  font-family: var(--font-family), sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  cursor: pointer;
  isolation: isolate;
  @media (max-width: 600px) {
    font-size: 14px;
  }
  @media (max-width: 450px) {
    padding: 10px;
    gap: 4px;
    font-size: 12px;
  }

  &::before {
    content: '';
    position: absolute;
    top: -2px;
    left: -2px;
    z-index: -1;
    width: calc(100% + 4px);
    height: calc(100% + 4px);
    border-radius: 12px;
    background: linear-gradient(
      45deg,
      #ff0000,
      #ff7300,
      #fffb00,
      #48ff00,
      #00ffd5,
      #002bff,
      #7a00ff,
      #ff00c8,
      #ff0000
    );
    background-size: 400%;
    filter: blur(5px);
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
    animation: fh73b_cta-glowing 20s linear infinite;
    pointer-events: none;
  }

  &::after {
    content: '';
    position: absolute;
    inset: 0;
    z-index: -1;
    border-radius: 12px;
    border: 1px solid #c0d1fa;
    background: var(--White_0, #fefefe);
    box-shadow: 0 4px 10px 0 rgba(0, 0, 174, 0.25);
    pointer-events: none;
  }

  &:hover::before {
    opacity: 1;
  }

  &:focus-visible {
    outline: 2px solid #c0d1fa;
    outline-offset: 2px;
  }

  img {
    position: relative;
    z-index: 1;
    width: 24px;
    height: 24px;
    aspect-ratio: 1/1;
    @media (max-width: 450px) {
      width: 20px;
      height: 20px;
      aspect-ratio: 1/1;
    }
  }
}

@keyframes fh73b_cta-glowing {
  0% {
    background-position: 0 0;
  }
  50% {
    background-position: 400% 0;
  }
  100% {
    background-position: 0 0;
  }
}

@media (prefers-reduced-motion: reduce) {
  .fh73b_rankings__cta::before {
    animation: none;
  }
}

.fh73b_rankings__payments {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  padding: 5px 0;
  @media (max-width: 745px) {
    gap: 6px;
  }
}

.fh73b_rankings__payments img {
  width: 20px;
  height: 20px;
  object-fit: contain;
}

.fh73b_rankings__meta {
  max-width: 284px;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 10px;
}

.fh73b_rankings__desc {
  max-width: 250px;
  width: 100%;
  a {
    text-align: left;
    color: var(--White_0, #fefefe);
    font-family: var(--font-family), sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    @media (max-width: 745px) {
      font-size: 16px;
      text-align: center;
    }
    @media (max-width: 450px) {
      font-size: 14px;
    }
  }
}

.fh73b_rankings__desc-link {
  color: inherit;
  text-decoration: none;
}

.fh73b_rankings__desc-link:hover {
  text-decoration: underline;
}

.display-none-880 {
  @media (max-width: 880px) {
    display: none;
  }
}

.display-none-880-min {
  @media (min-width: 880px) {
    display: none;
  }
}

.top-abs-review {
  display: none;
  @media (max-width: 745px) {
    width: 88px;
    height: 24px;
    padding: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5px;
    position: absolute;
    top: 0;
    right: 0;
    border-radius: 0 40px 0 60px;
    border: 1px solid #fefefe;
    img {
      width: 16px;
      height: 16px;
      aspect-ratio: 1/1;
    }
    span {
      color: var(--White_0, #fefefe);
      font-family: var(--font-family), sans-serif;
      font-size: 12px;
      font-style: normal;
      font-weight: 500;
      line-height: normal;
    }
  }
}

.display-none-745 {
  @media (max-width: 745px) {
    display: none;
  }
}

.display-none-745-min {
  @media (min-width: 745px) {
    display: none;
  }
}

.age-verification-text {
  color: var(--ColorGR_F, #4571d6);
  font-family: var(--font-family), sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
