:root {
  --header-height: 58.183px; /* default = desktop */
  --custom-ui-section-content-nav-top:57.183px;
}
[dir="ltr"] a {
  cursor: pointer;
  color: inherit;
}
#games_top_menu .main-item {
	flex: 0 0 auto;
	display: flex;
	flex-direction: row;
	align-items: center;
	padding: 0 10px;
	color: #fff;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: 500;
	transition: color .3s ease;
}
.main-header__top {
	flex-direction: row;
}
.footer-mobile-app-link--with-graphic::before {
	align-self: flex-end;
	min-width: 7.9375em;
	height: 3em;
	content: "";
	background: url("../images/btn-mobile-app.svg") no-repeat 50% 50%/contain;
	margin-right: 4px;
}
@charset "UTF-8";
.main-banner[data-v-3c228250] {
  display:flex;
  position:relative;
  box-sizing:border-box;
  flex-direction:column;
  width:100%;
  height:100%;
  background-color:var(--slider-color);
  background-position:var(--banner-bg-position);
  background-repeat:no-repeat;
  background-size:var(--banner-bg-size);
  border-radius:var(--banner-border-radius);
  font-size:16px
}
.main-banner[data-v-3c228250]::before {
  /*! content:""; *//*! display:var(--overlay-display); *//*! position:absolute; *//*! top:0; *//*! left:0; *//*! width:100%; *//*! height:100%; *//*! background:linear-gradient(to right,var(--overlay-color-left) 0,var(--overlay-color-center) 67%,var(--overlay-color-right) 100%) */
}
.main-banner[data-v-3c228250]::after {
  content:"";
  display:var(--overlay-image-display);
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
  background:var(--overlay-image) no-repeat;
  background-position:var(--overlay-image-position);
  background-size:var(--overlay-image-size);
  pointer-events:none
}
.main-banner__content[data-v-3c228250] {
  display:flex;
  position:relative;
  z-index:1;
  flex:1 0 auto;
  flex-direction:column;
  pointer-events:none;
  max-width:var(--content-width);
  padding:.75em
}
.main-banner__btn[data-v-3c228250] {
  margin:0 .3125em
}
.main-banner__btns[data-v-3c228250] {
  display:flex;
  position:relative;
  z-index:10;
  margin:0 -.3125em;
  margin-top:auto
}
.main-banner__link[data-v-3c228250]::before {
  /*! content:""; *//*! position:absolute; *//*! top:0; *//*! left:0; *//*! cursor:pointer; *//*! width:100%; *//*! height:100% */
}
.main-banner__title[data-v-3c228250] {
  margin:0 0 .625em;
  font-size:1em
}
.main-banner__title--uppercase[data-v-3c228250] {
  text-transform:uppercase
}
.main-banner__subtitle[data-v-3c228250] {
  margin:0 0 .6666666667em;
  font-size:.9375em
}
.main-banner-cms[data-v-3c228250] {
  height:calc(100% - 2.25em)
}
.main-banner-btn[data-v-3c228250] {
  padding:.3125em 1.125em;
  border-radius:var(--btn-border-radius);
  background:hsl(120deg,100%,25%);
  text-decoration:none;
  color:hsl(0deg,0%,100%);
  transition:opacity .3s ease
}
.main-banner-btn[data-v-3c228250]:hover {
  opacity:.8
}
.page-content-wrapper {
	margin-top: 4.6rem;
}
.nav {
  flex-wrap: unset !important;
}
.hide{
  display: none !important;  
}

.btn1 {
  width: 100%;
  border-radius: 5px;
  border: none;
  text-align: center !important;
  padding: 5px 15px;
  font-weight: 1;
}
.bg-reg {
  background: #7eac2f;
  color: #fff;
}
.bg-back.disable {
  background: #bccbd7;
  color: #7ea0bc;
  cursor: no-drop;
}
.bg-back {
  background: #dbe4eb;
  color: #3875ac;
}
.bs-stepper-header .step button {
  border: 2px solid #898c82;
  border-radius: 50%;
  padding: 5px;
  background: #898c82;
}
.bs-stepper-header .step.active button {
  border: 2px solid #7eac2f;
  border-radius: 50%;
  padding: 8px;
  background: unset;
}
.bs-stepper-header .step.completed button {
  border: 2px solid #7eac2f;
  border-radius: 50%;
  padding: 0 2px;
  background: #7eac2f;
}
.bs-stepper-header .step.completed button::before {
  content: "✔";
  display: inline-block;
  margin-right: 0;
  color: #fff;
  font-weight: bold;
  font-size: 18px;
  line-height: 1;
}

.loader-container {
  display: block;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  padding: 10px 14px;
  border-radius: 10px;
  background: rgba(255,255,255,0.06);
  backdrop-filter: blur(2px);
  color: #2b2b2b;
  font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial;
  font-size: 14px;
  box-shadow: 0 6px 18px rgba(0,0,0,0.06);
  width: 50%;
  margin: 50px auto;
}

.loader {
  display: flex;
  gap: 6px;
  align-items: flex-end;
  height: 28px;
  width: 100%;
}

.loader .bar {
  flex: 1;
  height: 20px;
  background: linear-gradient(180deg, #205583, #7eac2f);
  border-radius: 4px;
  transform-origin: bottom center;
  animation: bounce 1s ease-in-out infinite;
  opacity: 0.95;
  box-shadow: 0 2px 6px rgba(0,0,0,0.05) inset;
}

.loader .bar:nth-child(1){ animation-delay: 0s;  }
.loader .bar:nth-child(2){ animation-delay: 0.12s; }
.loader .bar:nth-child(3){ animation-delay: 0.24s; }
.loader .bar:nth-child(4){ animation-delay: 0.36s; }
.loader .bar:nth-child(5){ animation-delay: 0.48s; }

@keyframes bounce {
  0%   { transform: scaleY(0.55); opacity:0.7; }
  50%  { transform: scaleY(1.15); opacity:1; }
  100% { transform: scaleY(0.55); opacity:0.7; }
}

.loader-container p {
  margin: 0;
  font-size: 13px;
  color: #fff;
  letter-spacing: 0.4px;
  text-align: center;
}

@media (max-width: 768px) {
  :root {
    --header-height: 49.183px;
    --custom-ui-section-content-nav-top:48.183px;
  }
}
@media (max-width:480px){
  .loader {
    width: 100%;
    height: 22px;
    gap: 5px;
  }
  .loader-container {
    padding: 8px 10px;
    border-radius: 8px;
    display: block;
    width: 50%;
    margin: 50px auto;
  }
  .loader-container p {
    font-size: 12px;
    color: #000;
  }
}

.toast {
  opacity: 0;
  top: -10%;
  left: 50%;
  transform: translate(-50%, -20%);
  z-index: 0;
  position: fixed;
  width: 300px;
  padding: 10px;
  transition: all .4s ease;
}

.toast.show {
  display: flex !important;
  opacity: 1;
  top: 5%;
  transform: translate(-50%, 0);
  z-index: 99999;
}

.toast.success {
  background: #249124;
  color: #fff;
  font-weight: bolder;
}
.toast.danger {
  background: #d55a5a;
  color: #000;
  font-weight: bolder;
}
.submit_btn {
  text-align: center !important;
  width: 100% !important;
  margin-bottom: 20px;
  /*padding: 10px;*/
  border-radius: 10px;
  font-weight: bold;
  display: block;
}
.ui-section-content__nav[data-v-64537bda] {
  position: sticky !important;
  will-change: transform !important;
  z-index: 20 !important;
  transition: 0.4s !important;
  width: 100%;
}
[dir] .ui-section-content__nav--position-top[data-v-c5399f26] {
  transform: translateY(0) !important;
  top: 0 !important;
}
#phone_header {
  position: sticky;
  top: 0;
  width: 100%;
  z-index: 19;
  transition: 0.3s !important;
}

.ui-section-content__actions[data-v-c5399f26] {
  display: flex;
  position: fixed;
  width: 100%;
  z-index: 9999 !important;
  left: 0 !important;
}