/* Brand palette tokens — always-present defaults, overridden by the per-site
   globals.css_file stylesheet linked after this one. Keeping real defaults
   here (not transparent/inherit) means the page still looks correct and
   passes contrast checks even when no palette file is supplied. */
:root {
  --css_header_background_color: #0e1426;
  --css_header_link_color: #ffffff;
  --css_header_primary_button_background_color: #2ab765;
  --css_header_primary_button_text_color: #ffffff;
  --css_header_primary_second_button_background_color: #1d213c;
  --css_header_primary_second_button_text_color: #ffffff;

  --css_main_background_color: #1a2234;
  --css_main_text_color: #c2c0ce;
  --css_main_heading_color: #ffffff;
  --css_main_link_color: #1f35fa;
  --css_main_primary_button_background_color: #2ab765;
  --css_main_primary_button_text_color: #ffffff;
  --css_main_primary_second_button_background_color: #1a713e;
  --css_main_primary_second_button_text_color: #ffffff;

  --css_content_background_color: #171a2b;
  --css_content_heading_color: #ffffff;
  --css_content_text_color: #a29eb6;
  --css_content_link_color: #ffffff;
  --css_content_primary_button_background_color: #6241d5;
  --css_content_primary_button_text_color: #ffffff;
  --css_content_primary_second_button_background_color: #262646;
  --css_content_primary_second_button_text_color: #ffffff;
  --css_content_table_border_color: #262646;
  --css_content_table_header_background_color: #6241d5;
  --css_content_table_tr_paired_lines_background_color: #171a2b;
  --css_content_table_tr_unpaired_lines_background_color: #23233c;

  --css_banner_background_color: #ffbe16;
  --css_banner_title_color: #1a2234;
  --css_banner_text_color: #1a2234;
  --css_banner_button_background_color: #2ab765;
  --css_banner_button_text_color: #ffffff;
}

* {
  outline: none;
  box-sizing: border-box;
}
*::after,
*::before {
  box-sizing: border-box;
}

svg {
  transform: translateZ(0);
}

a {
  cursor: pointer;
  color: var(--css_content_link_color);
}

body,
input,
textarea {
  font-family: Arial, Helvetica, Verdana, sans-serif;
}

body {
  height: 100%;
  background: var(--css_main_background_color);
  color: var(--css_main_text_color);
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: none;
}

h1 {
  font-weight: 700;
  font-size: 48px;
  line-height: normal;
  color: var(--css_main_heading_color);
}

h2 {
  font-weight: 700;
  font-size: 30px;
  line-height: normal;
  color: var(--css_content_heading_color);
}

h3 {
  font-weight: 600;
  font-size: 26px;
  line-height: normal;
  color: var(--css_content_heading_color);
}

h4 {
  font-weight: 700;
  font-size: 22px;
  line-height: normal;
  color: var(--css_content_heading_color);
}

h5 {
  font-weight: 600;
  font-size: 20px;
  line-height: normal;
  color: var(--css_content_heading_color);
}

h6 {
  font-weight: 500;
  font-size: 18px;
  line-height: normal;
  color: var(--css_content_heading_color);
}

.x7o4fk59ope {
  overflow: hidden;
  min-height: 100vh;
  position: relative;
  padding: 66px 0 0;
}
@media only screen and (max-width: 767px) {
  .x7o4fk59ope {
    padding: 54px 0 0;
  }
}

/* ==========================================================================
   Header
   ========================================================================== */
.x4ll3b5p0mh {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 66px;
  background: var(--css_header_background_color);
  z-index: 99;
}
@media only screen and (max-width: 767px) {
  .x4ll3b5p0mh {
    height: 54px;
  }
}
.x1ac34p80wl {
  max-width: 1310px;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}
@media only screen and (max-width: 1400px) {
  .x1ac34p80wl {
    padding: 0 16px;
  }
}
@media only screen and (max-width: 1023px) {
  .x1ac34p80wl {
    justify-content: flex-start;
  }
}

.xkv2842dd3s {
  color: var(--css_header_link_color);
}
.xkv2842dd3s a {
  color: var(--css_header_link_color);
  display: flex;
  align-items: center;
}
.xkv2842dd3s span {
  font-style: normal;
  font-weight: 700;
  line-height: 20px;
  letter-spacing: 0.18px;
  display: inline-flex;
  font-size: 18px;
  text-transform: uppercase;
  margin-left: 11px;
}
.xkv2842dd3s img {
  max-height: 40px;
  width: auto;
}
@media only screen and (max-width: 1023px) {
  .xkv2842dd3s {
    order: -2;
  }
  .xkv2842dd3s span {
    display: none;
  }
  .xb5coeg61s7 .xkv2842dd3s span {
    display: block;
  }
  .x1ac34p80wl .xkv2842dd3s img {
    max-width: 90px;
  }
}

@media only screen and (max-width: 1023px) {
  .xa37begip4y {
    display: none;
  }
  .xa37begip4y::before {
    content: "";
    position: absolute;
    top: 0;
    right: 100%;
    height: 100%;
    width: 300%;
    background: rgba(0, 0, 0, 0.6);
    pointer-events: none;
  }
}
.xagxk260o2j {
  display: flex;
  align-items: center;
  list-style: none;
  margin: 0;
  padding: 0;
}
.xagxk260o2j li {
  font-size: 16px;
  margin: 0 20px;
}
.xagxk260o2j li a {
  color: var(--css_header_link_color);
  text-decoration: none;
}
@media only screen and (min-width: 1025px) {
  .xagxk260o2j li a:hover {
    text-decoration: underline;
  }
}
@media only screen and (max-width: 1023px) {
  .xagxk260o2j {
    display: block;
  }
  .xagxk260o2j li {
    margin: 0;
    font-size: 16px;
    border-bottom: 1px solid var(--css_main_background_color);
  }
  .xagxk260o2j li a {
    display: flex;
    align-items: center;
    padding: 14px 16px;
    position: relative;
  }
  .xagxk260o2j li a::after {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 12px;
    border: 5px solid transparent;
    border-left: 5px solid var(--css_header_link_color);
  }
  .xagxk260o2j li:first-of-type {
    border-top: 1px solid var(--css_main_background_color);
  }
}

.xsapx8m8ve9 {
  display: flex;
  align-items: center;
  margin-right: 120px;
}
@media only screen and (max-width: 1400px) {
  .xsapx8m8ve9 {
    margin-right: 105px;
  }
}
@media only screen and (max-width: 1023px) {
  .xsapx8m8ve9 {
    order: -1;
    margin-left: auto;
    margin-right: 0;
  }
}
@media only screen and (max-width: 767px) {
  .xsapx8m8ve9 {
    max-width: 230px;
    justify-content: flex-end;
  }
}
.xsapx8m8ve9.x8uizdbo5uf {
  margin-right: 0;
}

.xh0x32q5xl9 {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 10px;
  white-space: nowrap;
  height: 42px;
  border-radius: 6px;
  background: var(--css_header_primary_second_button_background_color);
  color: var(--css_header_primary_second_button_text_color);
  font-size: 16px;
  text-decoration: none;
  cursor: pointer;
  transition: 0.3s ease-in-out;
}
@media only screen and (min-width: 1025px) {
  .xh0x32q5xl9:hover {
    opacity: 0.9;
  }
}
@media only screen and (max-width: 767px) {
  .xh0x32q5xl9 {
    height: 38px;
    width: auto;
    padding: 0 10px;
    white-space: normal;
    text-align: center;
  }
}

.xpa479gttxx {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 10px;
  white-space: nowrap;
  height: 42px;
  border-radius: 6px;
  background: var(--css_header_primary_button_background_color);
  color: var(--css_header_primary_button_text_color);
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  cursor: pointer;
  margin-left: 10px;
  transition: 0.3s ease-in-out;
  -webkit-animation: xlqerupug7f 2s infinite;
  animation: xlqerupug7f 2s infinite;
}
@media only screen and (min-width: 1025px) {
  .xpa479gttxx:hover {
    opacity: 0.9;
  }
}
@media only screen and (max-width: 767px) {
  .xpa479gttxx {
    height: 38px;
    width: auto;
    padding: 0 10px;
    white-space: normal;
    text-align: center;
  }
}

@-webkit-keyframes xlqerupug7f {
  0% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 var(--css_header_primary_button_background_color);
  }
  70% {
    transform: scale(1);
    box-shadow: 0 4px 24px 0 var(--css_header_primary_button_background_color);
  }
  100% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 transparent;
  }
}
@keyframes xlqerupug7f {
  0% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 var(--css_header_primary_button_background_color);
  }
  70% {
    transform: scale(1);
    box-shadow: 0 4px 24px 0 var(--css_header_primary_button_background_color);
  }
  100% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 transparent;
  }
}

/* Language switcher */
.xzroeh31yrm {
  position: relative;
  margin-left: 10px;
  margin-right: 10px;
}
.xzroeh31yrm:hover > ul,
.xzroeh31yrm:focus > ul,
.xzroeh31yrm:focus-within > ul {
  display: flex;
}
.xk2910egw9w {
  position: relative;
  border-radius: 10px;
  height: 42px;
  padding: 5px 32px 5px 12px;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  cursor: pointer;
  background: var(--css_header_primary_second_button_background_color);
  color: var(--css_header_primary_second_button_text_color);
  gap: 5px;
  text-decoration: none;
}
.xk2910egw9w::after {
  border-bottom: 1px solid var(--css_header_primary_second_button_text_color);
  border-right: 1px solid var(--css_header_primary_second_button_text_color);
  content: "";
  height: 7px;
  width: 7px;
  margin-top: -5px;
  pointer-events: none;
  position: absolute;
  right: 15px;
  top: 50%;
  transform-origin: 66% 66%;
  transform: rotate(45deg);
  transition: all 0.15s ease-in-out;
}
@media only screen and (max-width: 767px) {
  .xk2910egw9w {
    padding: 5px 30px 5px 5px;
    font-size: 12px;
    height: 38px;
    gap: 3px;
  }
}
.xzroeh31yrm ul {
  list-style: none;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 100%;
  right: 0;
  transition: 0.3s ease-in-out;
  z-index: 2;
  border-radius: 10px;
  min-width: 66px;
  display: none;
  max-height: 300px;
  overflow: auto;
  flex-direction: column;
  flex-wrap: wrap;
  width: max-content;
  background: var(--css_header_primary_second_button_background_color);
}
@media only screen and (max-width: 767px) {
  .xzroeh31yrm ul {
    min-width: 52px;
    left: 10px;
    right: auto;
  }
}
.xzroeh31yrm ul li {
  padding: 10px 12px;
  display: flex;
  align-items: center;
  font-weight: 600;
  font-size: 14px;
  text-transform: uppercase;
  transition: 0.3s ease-in-out;
  overflow: hidden;
}
.xzroeh31yrm ul li a {
  display: flex;
  align-items: center;
  gap: 5px;
  color: var(--css_header_primary_second_button_text_color);
  text-decoration: none;
}
@media only screen and (min-width: 1025px) {
  .xzroeh31yrm ul li a:hover {
    text-decoration: underline;
  }
}

/* Burger / mobile nav toggle */
#xsf2aduqvgb {
  display: none;
}

.x3m7dpj0lw9 {
  width: 38px;
  height: 38px;
  display: none;
  cursor: pointer;
  border-radius: 6px;
  background: var(--css_header_primary_second_button_background_color);
  padding: 12px 5px;
  z-index: 99;
  margin-left: 8px;
}
@media only screen and (max-width: 1023px) {
  .x3m7dpj0lw9 {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
  }
}
.x3m7dpj0lw9 span {
  display: block;
  height: 1px;
  border-radius: 4px;
  width: 20px;
  background: var(--css_header_primary_second_button_text_color);
}

@media only screen and (max-width: 1023px) {
  .xa37begip4y {
    display: none;
    transition: display 0.3s ease-in-out;
  }
  #xsf2aduqvgb:checked ~ .xa37begip4y {
    display: block;
    position: absolute;
    height: 100vh;
    background: var(--css_header_background_color);
    top: 0;
    right: 0;
    max-width: 286px;
    width: 100%;
    z-index: 9;
    padding: 85px 0;
  }
  #xsf2aduqvgb:checked + .x3m7dpj0lw9 span:nth-child(1) {
    transform: rotate(45deg) translate(5px, 4px);
  }
  #xsf2aduqvgb:checked + .x3m7dpj0lw9 span:nth-child(2) {
    display: none;
  }
  #xsf2aduqvgb:checked + .x3m7dpj0lw9 span:nth-child(3) {
    transform: rotate(-45deg) translate(5px, -5px);
  }
}

/* ==========================================================================
   Hero (main-section)
   ========================================================================== */
.x3pnjpw40n6 {
  padding: 50px;
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 50px;
  background: var(--css_main_background_color);
  color: var(--css_main_text_color);
}
@media only screen and (max-width: 1200px) {
  .x3pnjpw40n6 {
    padding: 0 16px;
  }
}
@media only screen and (max-width: 767px) {
  .x3pnjpw40n6 {
    padding-bottom: 60px;
    padding-top: 20px;
    margin-bottom: 60px;
  }
}
.x3pnjpw40n6 img {
  margin-bottom: 20px;
}
.x3pnjpw40n6 p {
  color: var(--css_main_text_color);
  font-size: 20px;
  line-height: 160%;
  margin-bottom: 20px;
}
@media only screen and (max-width: 767px) {
  .x3pnjpw40n6 p {
    font-size: 16px;
  }
}
.xpugua63ow4 {
  font-size: 40px;
  font-weight: 700;
  line-height: 110%;
  color: var(--css_main_heading_color);
  text-align: center;
  max-width: 985px;
  width: 100%;
  margin: 0 auto 20px;
}
@media only screen and (max-width: 767px) {
  .xpugua63ow4 {
    font-size: 32px;
  }
}

.xd4r01jedb1 {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  max-width: 300px;
  width: 100%;
  height: 60px;
  margin: 30px auto 0;
  border-radius: 6px;
  background: var(--css_main_primary_button_background_color);
  color: var(--css_main_primary_button_text_color);
  text-decoration: none;
  font-size: 18px;
  font-weight: 700;
  cursor: pointer;
  border: none;
  transition: 0.3s ease-in-out;
}
@media only screen and (min-width: 1025px) {
  .xd4r01jedb1:hover {
    opacity: 0.9;
  }
}

/* ==========================================================================
   Rendered JSON/API content wrapper
   ========================================================================== */
.xx5bfvti9t8 {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 50px;
  color: var(--css_content_text_color);
  font-size: 18px;
  line-height: 150%;
}
@media only screen and (max-width: 1200px) {
  .xx5bfvti9t8 {
    padding: 0 16px;
  }
}
@media only screen and (max-width: 767px) {
  .xx5bfvti9t8 {
    margin-bottom: 60px;
  }
}
.xx5bfvti9t8 p,
.xx5bfvti9t8 li {
  color: var(--css_content_text_color);
  line-height: 150%;
  margin: 0 0 16px;
}
.xx5bfvti9t8 a {
  color: var(--css_content_link_color);
}
.xx5bfvti9t8 table {
  width: 100%;
  border-collapse: collapse;
  line-height: 150%;
  margin: 32px 0;
}
.xx5bfvti9t8 th {
  padding: 12px 16px;
  text-align: left;
  border: 1px solid var(--css_content_table_border_color);
  color: var(--css_content_heading_color);
  background: var(--css_content_table_header_background_color);
}
.xx5bfvti9t8 td {
  padding: 12px 16px;
  border: 1px solid var(--css_content_table_border_color);
  color: var(--css_content_text_color);
  background: transparent;
}

/* ==========================================================================
   Content table ("General Information")
   ========================================================================== */
.xqe7b34r3by {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 100px;
}
@media only screen and (max-width: 1200px) {
  .xqe7b34r3by {
    padding: 0 16px;
  }
}
@media only screen and (max-width: 767px) {
  .xqe7b34r3by {
    margin-bottom: 60px;
  }
}
.xbriarzyb2k {
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--css_content_table_header_background_color);
  color: var(--css_content_heading_color);
  font-size: 28px;
  font-weight: 700;
  padding: 24px 32px;
  border-radius: 12px 12px 0 0;
  margin: 0;
}
@media only screen and (max-width: 767px) {
  .xbriarzyb2k {
    padding: 16px 14px;
    font-size: 18px;
    text-align: center;
  }
}
.x47lhlw1kha {
  padding: 24px 32px;
  border: 1px solid var(--css_content_table_border_color);
  border-radius: 12px;
}
@media only screen and (max-width: 767px) {
  .x47lhlw1kha {
    padding: 16px 14px;
  }
}

/* Service pages (about-us, contacts, privacy-policy, ...) — plain content
   block, no "General Information" head bar (that's homepage-specific). */
.xkxyabjobxq {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 100px;
}
@media only screen and (max-width: 1200px) {
  .xkxyabjobxq {
    padding: 0 16px;
  }
}
@media only screen and (max-width: 767px) {
  .xkxyabjobxq {
    margin-bottom: 60px;
  }
}

/* ==========================================================================
   Updated-date badge (end of main)
   ========================================================================== */
.xu7yczdqivc {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 40px;
}
@media only screen and (max-width: 1200px) {
  .xu7yczdqivc {
    padding: 0 16px;
  }
}
.xd1b6htqp77 {
  padding: 16px 32px;
  border-radius: 10px;
  border: 1px solid var(--css_content_table_border_color);
  background: var(--css_content_background_color);
  color: var(--css_content_text_color);
  font-size: 16px;
  border-left: 5px solid var(--css_main_primary_button_background_color);
}

/* ==========================================================================
   FAQ accordion
   ========================================================================== */
.x3e8ej1iklc {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 100px;
}
@media only screen and (max-width: 1200px) {
  .x3e8ej1iklc {
    padding: 0 16px;
  }
}
@media only screen and (max-width: 767px) {
  .x3e8ej1iklc {
    margin-bottom: 60px;
  }
}
.x5z7lkowkz0 {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.xbgfr3oenuo {
  border: 1px solid var(--css_content_table_border_color);
  border-radius: 10px;
  background: var(--css_content_background_color);
  overflow: hidden;
}
.x8b2rwwn9ae {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 16px 20px;
  background: transparent;
  border: none;
  cursor: pointer;
  text-align: left;
  font-size: 16px;
  font-weight: 700;
  color: var(--css_content_heading_color);
}
.xtpoyfwo5lu {
  flex: 0 0 auto;
  transition: transform 0.2s ease-in-out;
}
.x8b2rwwn9ae[aria-expanded="true"] .xtpoyfwo5lu {
  transform: rotate(180deg);
}
.xwkkif9e7ff {
  padding: 0 20px 18px;
  color: var(--css_content_text_color);
  line-height: 150%;
}
.xwkkif9e7ff p {
  margin: 0;
}

/* ==========================================================================
   Best games (tabs)
   ========================================================================== */
.xrd23sanugp {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 100px;
}
.xrd23sanugp h2 {
  font-weight: 700;
  font-size: 28px;
  line-height: normal;
  text-align: center;
  margin: 0 auto 32px;
}
@media only screen and (max-width: 1200px) {
  .xrd23sanugp {
    padding: 0 16px;
  }
}
@media only screen and (max-width: 767px) {
  .xrd23sanugp {
    margin-bottom: 60px;
  }
  .xrd23sanugp h2 {
    font-size: 26px;
    margin-bottom: 20px;
  }
}
.xerdo36fg5e {
  list-style: none;
  padding: 0;
  margin: 0 0 32px;
  display: flex;
  align-items: center;
  gap: 14px;
}
@media only screen and (max-width: 767px) {
  .xerdo36fg5e {
    gap: 6px;
    overflow-x: auto;
    margin: 0 0 20px;
  }
}
.xerdo36fg5e li {
  background-color: var(--css_banner_background_color);
  width: 100%;
  border-radius: 6px;
}
.xerdo36fg5e li a {
  font-size: 16px;
  font-weight: 600;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  text-decoration: none;
  transition: 0.3s ease-in-out;
  gap: 7px;
  color: var(--css_banner_title_color);
}
.xerdo36fg5e li a svg {
  fill: var(--css_banner_title_color);
}
.xerdo36fg5e li a.active {
  background: var(--css_main_background_color);
  color: var(--css_main_heading_color);
}
.xerdo36fg5e li a.active svg {
  fill: var(--css_main_heading_color);
}
@media only screen and (min-width: 1025px) {
  .xerdo36fg5e li a:hover {
    background: var(--css_main_background_color);
    color: var(--css_main_heading_color);
  }
  .xerdo36fg5e li a:hover svg {
    fill: var(--css_main_heading_color);
  }
}
@media only screen and (max-width: 767px) {
  .xerdo36fg5e li a {
    font-size: 12px;
    height: 36px;
    padding-left: 3px;
  }
}
.xa1bko63pem {
  height: 0;
  overflow: hidden;
  opacity: 0;
  transition: 0.15s ease-in-out;
}
.xa1bko63pem.active {
  height: auto;
  overflow: visible;
  opacity: 1;
}
.xdtmz1rcrmo {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  margin: 0 -10px;
}
@media only screen and (max-width: 767px) {
  .xdtmz1rcrmo {
    margin: 0 -5px;
  }
}
.x65htanyhmf {
  max-width: calc(25% - 20px);
  width: 100%;
  flex-basis: calc(25% - 20px);
  margin: 0 10px 20px;
  display: block;
  text-decoration: none;
  cursor: pointer;
}
.x65htanyhmf span {
  display: block;
  margin-bottom: 5px;
  font-size: 18px;
  color: var(--css_content_link_color);
}
.x65htanyhmf small {
  display: block;
  color: var(--css_content_text_color);
  opacity: 0.8;
  font-size: 14px;
}
@media only screen and (max-width: 767px) {
  .x65htanyhmf {
    max-width: calc(50% - 10px);
    flex-basis: calc(50% - 10px);
    margin: 0 5px 10px;
  }
  .x65htanyhmf span {
    font-size: 16px;
    margin-bottom: 2px;
  }
}
.xlpq11ecn3d {
  margin-bottom: 10px;
  border-radius: 10px;
  overflow: hidden;
}
.xlpq11ecn3d img {
  width: 100%;
  transition: 0.3s ease-in-out;
}
@media only screen and (min-width: 1025px) {
  .xlpq11ecn3d:hover img {
    transform: scale(1.1);
  }
}

/* ==========================================================================
   Promopanel (sticky bonus ribbon)
   ========================================================================== */
.x7igztrllna {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 9;
  display: none;
}
.xarm9r8x0zq {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto;
  min-height: 74px;
  border-radius: 20px 20px 0 0;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: space-between;
  overflow: hidden;
  position: relative;
  background: var(--css_banner_background_color);
}
.x0s8fvsa39r {
  flex: 1 1 auto;
  min-width: 0;
  position: relative;
  display: flex;
  align-items: center;
  padding: 10px 16px;
  gap: 10px;
  font-size: 16px;
  font-weight: 700;
  overflow: hidden;
  color: var(--css_banner_text_color);
}
.x7u7c9w60c3 {
  flex: 0 0 auto;
  color: var(--css_banner_title_color);
  line-height: 1;
}
.x7u7c9w60c3 img {
  border-radius: 12px;
  max-width: 40px;
  display: block;
}
@media only screen and (max-width: 767px) {
  .x0s8fvsa39r {
    font-size: 13px;
    padding: 8px 10px;
  }
}
.xrdafez7hcu {
  max-width: 260px;
  width: 100%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding: 10px 40px 10px 16px;
}
@media only screen and (max-width: 767px) {
  .xrdafez7hcu {
    max-width: 190px;
    padding-right: 32px;
  }
}
.xeiz0naiw3y {
  width: 200px;
  height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  cursor: pointer;
  text-decoration: none;
  font-size: 16px;
  font-weight: 700;
  transition: 0.3s ease-in-out;
  color: var(--css_banner_button_text_color);
  background: var(--css_banner_button_background_color);
}
@media only screen and (min-width: 1025px) {
  .xeiz0naiw3y:hover {
    opacity: 0.9;
  }
}
@media only screen and (max-width: 767px) {
  .xeiz0naiw3y {
    width: 130px;
    height: 38px;
    font-size: 13px;
  }
}
.xtncqk0dvlq {
  width: 16px;
  height: 16px;
  cursor: pointer;
  position: absolute;
  top: 12px;
  right: 16px;
  z-index: 2;
}

/* ==========================================================================
   Footer
   ========================================================================== */
.xvb7swehwv6 {
  padding: 40px 0 0;
  background: var(--css_header_background_color);
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
@media only screen and (max-width: 1200px) {
  .xvb7swehwv6 {
    padding: 40px 16px 0;
  }
}
@media only screen and (max-width: 767px) {
  .xvb7swehwv6 {
    padding: 24px 16px 32px;
  }
}
.xnpluotgtzr {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
@media only screen and (max-width: 767px) {
  .xnpluotgtzr {
    flex-direction: column;
  }
}
.xrz4smuefdk {
  margin-bottom: 20px;
}
.xb5coeg61s7 .xkv2842dd3s {
  margin-bottom: 16px;
}
.xb5coeg61s7 .xkv2842dd3s img {
  max-height: 60px;
  width: auto;
}
.xtjwg4gb3pw {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 16px;
}
.xtjwg4gb3pw img {
  max-height: 40px;
  width: auto;
}
.xsese6lxplk {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 12px 0 24px;
}
@media only screen and (max-width: 767px) {
  .xsese6lxplk {
    padding: 0 0 24px;
    justify-content: flex-start;
  }
}
.x9key6b56fz {
  display: flex;
  align-items: flex-start;
  margin-left: 20px;
}
@media only screen and (max-width: 767px) {
  .x9key6b56fz {
    margin: 40px 0 0;
    flex-direction: column;
  }
}
.x3n0lv5dzam {
  max-width: 420px;
  margin: 0 0 32px;
  font-size: 13px;
  line-height: 150%;
  color: var(--css_content_text_color);
}
.xwvv3cu4wkw {
  color: var(--css_content_heading_color);
  font-size: 12px;
  text-align: center;
}
.xiaigwrmuzz + .xiaigwrmuzz {
  margin-left: 60px;
}
@media only screen and (max-width: 767px) {
  .xiaigwrmuzz + .xiaigwrmuzz {
    margin: 24px 0 0;
  }
}
.xlrznvfge8i {
  color: var(--css_header_link_color);
  font-size: 18px;
  margin-bottom: 20px;
}
.xlqyvjnmnek {
  list-style: none;
  margin: 0;
  padding: 0;
}
.xlqyvjnmnek li {
  font-size: 16px;
}
.xlqyvjnmnek li a {
  color: var(--css_header_link_color);
}
@media only screen and (min-width: 1025px) {
  .xlqyvjnmnek li a:hover {
    text-decoration: underline;
  }
}
.xlqyvjnmnek li + li {
  margin-top: 12px;
}

/* ==========================================================================
   Mobile guard rails — no horizontal scroll
   ========================================================================== */
html,
body {
  max-width: 100%;
  overflow-x: hidden;
}
