@charset "UTF-8";
.position-relative {
  position: relative !important;
}

.position-relative {
  position: relative !important;
}

.kyc-verification {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background-color: var(--darken35-color);
  z-index: 3000;
}

.kyc-verification-iframe {
  width: 100%;
  height: 100%;
  border: none;
}

.kyc-verification-status {
  width: 100%;
  height: 100%;
  display: flex;
  padding: 40px;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  flex-direction: column;
  color: var(--text-color);
  font-size: 16px;
  text-align: center;
}
.kyc-verification-status__icon {
  font-size: 64px;
}
.kyc-verification-status__title {
  font-size: 24px;
  font-weight: 700;
  line-height: 100%;
  margin: 0;
}

.container-fluid, .container {
  margin-right: auto;
  margin-left: auto;
}

.row {
  box-sizing: border-box;
  display: flex;
  flex: 0 1 auto;
  flex-direction: row;
  flex-wrap: wrap;
}

.row.reverse {
  flex-direction: row-reverse;
}

.col.reverse {
  flex-direction: column-reverse;
}

.col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}

.col-auto {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}

.col-xs,
.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
  box-sizing: border-box;
  flex: 0 0 auto;
}

.col-xs {
  flex-grow: 1;
  flex-basis: 0;
  max-width: 100%;
}

.col-xs-1 {
  flex-basis: 8.33333333%;
  max-width: 8.33333333%;
}

.col-xs-2 {
  flex-basis: 16.66666667%;
  max-width: 16.66666667%;
}

.col-xs-3 {
  flex-basis: 25%;
  max-width: 25%;
}

.col-xs-4 {
  flex-basis: 33.33333333%;
  max-width: 33.33333333%;
}

.col-xs-5 {
  flex-basis: 41.66666667%;
  max-width: 41.66666667%;
}

.col-xs-6 {
  flex-basis: 50%;
  max-width: 50%;
}

.col-xs-7 {
  flex-basis: 58.33333333%;
  max-width: 58.33333333%;
}

.col-xs-8 {
  flex-basis: 66.66666667%;
  max-width: 66.66666667%;
}

.col-xs-9 {
  flex-basis: 75%;
  max-width: 75%;
}

.col-xs-10 {
  flex-basis: 83.33333333%;
  max-width: 83.33333333%;
}

.col-xs-11 {
  flex-basis: 91.66666667%;
  max-width: 91.66666667%;
}

.col-xs-12 {
  flex-basis: 100%;
  max-width: 100%;
}

.start-xs {
  justify-content: flex-start;
  text-align: start;
}

.center-xs {
  justify-content: center;
  text-align: center;
}

.end-xs {
  justify-content: flex-end;
  text-align: end;
}

.top-xs {
  align-items: flex-start;
}

.middle-xs {
  align-items: center;
}

.bottom-xs {
  align-items: flex-end;
}

.around-xs {
  justify-content: space-around;
}

.between-xs {
  justify-content: space-between;
}

.first-xs {
  order: -1;
}

.last-xs {
  order: 1;
}

.col-1 {
  flex-basis: calc(8.33333333% - 2px);
  max-width: calc(8.33333333% - 2px);
}

.col-2 {
  flex-basis: calc(16.66666667% - 2px);
  max-width: calc(16.66666667% - 2px);
}

.col-3 {
  flex-basis: calc(25% - 2px);
  max-width: calc(25% - 2px);
}

.col-4 {
  flex-basis: calc(33.33333333% - 2px);
  max-width: calc(33.33333333% - 2px);
}

.col-5 {
  flex-basis: calc(41.66666667% - 2px);
  max-width: calc(41.66666667% - 2px);
}

.col-6 {
  flex-basis: calc(50% - 2px);
  max-width: calc(50% - 2px);
}

.col-7 {
  flex-basis: calc(58.33333333% - 2px);
  max-width: calc(58.33333333% - 2px);
}

.col-8 {
  flex-basis: calc(66.66666667% - 2px);
  max-width: calc(66.66666667% - 2px);
}

.col-9 {
  flex-basis: calc(75% - 2px);
  max-width: calc(75% - 2px);
}

.col-10 {
  flex-basis: calc(83.33333333% - 2px);
  max-width: calc(83.33333333% - 2px);
}

.col-11 {
  flex-basis: calc(91.66666667% - 2px);
  max-width: calc(91.66666667% - 2px);
}

.col-12 {
  flex-basis: 100%;
  max-width: 100%;
}

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

.align-items-end {
  align-items: end;
}

.justify-content-center {
  justify-content: center;
}
.justify-content-between {
  justify-content: space-between;
}

/*! normalize.css v2.1.3 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 8/9.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

/**
 * Correct `inline-block` display not defined in IE 8/9.
 */
audio,
canvas,
video {
  display: inline-block;
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9.
 * Hide the `template` element in IE, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}

/* ==========================================================================
   Base
   ========================================================================== */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove default margin.
 */
body {
  margin: 0;
}

/* ==========================================================================
   Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background: transparent;
  color: inherit;
  text-decoration: none;
  outline: 0 !important;
}

/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}

/* ==========================================================================
   Typography
   ========================================================================== */
/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9, Safari 5, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */
b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari 5 and Chrome.
 */
dfn {
  font-style: italic;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Correct font family set oddly in Safari 5 and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}

/**
 * Improve readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre-wrap;
}

/**
 * Set consistent quote types.
 */
q {
  quotes: "“" "”" "‘" "’";
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* ==========================================================================
   Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9.
 */
img {
  width: 100%;
  vertical-align: top;
}

img[src=""] {
  display: none !important;
}

/**
 * Correct overflow displayed oddly in IE 9.
 */
svg:not(:root) {
  overflow: hidden;
}

/* ==========================================================================
   Figures
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari 5.
 */
figure {
  margin: 0;
}

/* ==========================================================================
   Forms
   ========================================================================== */
/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0; /* 1 */
  padding: 0; /* 2 */
}

/**
 * 1. Correct font family not being inherited in all browsers.
 * 2. Correct font size not being inherited in all browsers.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */
button,
input,
select,
textarea {
  color: inherit;
  font-family: inherit; /* 1 */
  font-size: 100%; /* 2 */
  margin: 0; /* 3 */
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
  line-height: normal;
}

button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 8+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button; /* 2 */
  cursor: pointer; /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type=checkbox],
input[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

*,
:after,
:before {
  box-sizing: border-box;
}
*:not(input, textarea),
:after:not(input, textarea),
:before:not(input, textarea) {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * 1. Remove default vertical scrollbar in IE 8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
  overflow: auto; /* 1 */
  vertical-align: top; /* 2 */
}

/* ==========================================================================
   Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.webim_button {
  position: fixed;
  right: 50px;
  bottom: 0;
  z-index: 999999999;
}
.webim_button img {
  width: 190px;
}

.swiper-button-next::after, .swiper-button-prev::after {
  content: "";
}

body {
  font-size: 16px;
  background-color: var(--darken35-color);
  font-family: var(--primary-font-family, "DM Sans"), sans-serif;
}

.f-w-700 {
  font-weight: 700;
}

.field-hint {
  color: gray;
}

.tooltip {
  position: relative;
}
.tooltip > .tooltip-info-text {
  display: none;
}
.tooltip:hover > .tooltip-info-text {
  display: inline-block;
  min-height: 20px;
  padding: 5px;
  border-radius: 4px;
  background-color: rgba(0, 0, 0, 0.9);
  font-size: 11px;
  right: 0;
  bottom: 52px;
  text-align: center;
  color: #fff;
  max-width: 150px;
  line-height: 16px;
  visibility: visible;
  pointer-events: none;
  z-index: 1;
  position: absolute;
}

.btn,
button {
  border-radius: 90px;
  text-align: center;
  -webkit-transition: background 0.3s, box-shadow 0.3s, border 0.3s, color 0.3s;
  transition: background 0.3s, box-shadow 0.3s, border 0.3s, color 0.3s;
  cursor: pointer;
  outline: none;
  border: none;
  text-decoration: none;
  white-space: nowrap;
  font-weight: 600;
  font-size: 16px;
  flex-shrink: 0;
  padding: 0 20px;
  height: 40px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.btn[disabled], .btn.disabled,
button[disabled],
button.disabled {
  pointer-events: none;
}
.btn.btn-full,
button.btn-full {
  width: 100%;
}
.btn.small,
button.small {
  height: 30px;
  padding: 0 18px;
  font-size: 14px;
}
.btn.btn-basic,
button.btn-basic {
  background: var(--base-color);
  color: var(--darken35-color);
  transition: filter 0.3s;
}
.btn.btn-basic:hover,
button.btn-basic:hover {
  filter: brightness(110%);
  color: var(--darken35-color);
}
.btn.btn-basic[disabled], .btn.btn-basic.disabled,
button.btn-basic[disabled],
button.btn-basic.disabled {
  background: var(--darken30-color);
  color: var(--text-color-50);
}
.btn.btn-basic.btn-icon,
button.btn-basic.btn-icon {
  gap: 10px;
}
.btn.btn-basic.btn-icon .sb-icon,
button.btn-basic.btn-icon .sb-icon {
  background: var(--darken35-color);
}
.btn.btn-secondary,
button.btn-secondary {
  background: var(--darken35-color);
  color: var(--text-color);
  transition: filter 0.3s;
}
.btn.btn-secondary:hover,
button.btn-secondary:hover {
  filter: brightness(120%);
  color: var(--text-color);
}
.btn.btn-secondary[disabled], .btn.btn-secondary.disabled,
button.btn-secondary[disabled],
button.btn-secondary.disabled {
  background: var(--darken30-color);
  color: var(--text-color-50);
}
.btn.btn-transparent,
button.btn-transparent {
  background: transparent;
  border: 2px solid var(--text-color-10);
  color: var(--text-color);
}
.btn.btn-transparent:hover,
button.btn-transparent:hover {
  background: var(--text-color-10);
  border: 2px solid var(--text-color-10);
  color: var(--text-color);
}
.btn.btn-transparent.active,
button.btn-transparent.active {
  border: 2px solid var(--text-color);
  color: var(--text-color);
}
.btn.loading,
button.loading {
  color: transparent !important;
  position: relative;
  pointer-events: none;
}
.btn.loading:after,
button.loading:after {
  content: "";
  display: block;
  top: 0;
  left: 0;
  position: absolute;
  right: 0;
  bottom: 0;
  background: url("/assets/images/loading-light.svg") no-repeat center;
  background-size: 22px;
}
.btn.loading.dark:after,
button.loading.dark:after {
  background: url("/assets/images/loading-dark.svg") no-repeat center;
  background-size: 22px;
}
.btn.loading.large:after,
button.loading.large:after {
  background-size: 50px;
}

button.clear {
  background: none;
  border-radius: 0;
  text-align: inherit;
  transition: none;
  cursor: pointer;
  outline: none;
  border: none;
  text-decoration: none;
  white-space: nowrap;
  font-weight: inherit;
  font-size: inherit;
  flex-shrink: 0;
  padding: 0;
  height: inherit;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  display: inline-flex;
  align-items: center;
  justify-content: inherit;
}

.favorites-btn {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 40px;
  border: 2px solid var(--text-color-10);
  border-radius: 90px;
  padding: 0 12px;
  min-width: 135px;
  transition: background-color 0.3s;
  cursor: pointer;
  margin-right: 20px;
}
.favorites-btn:hover {
  background-color: var(--text-color-10);
}
.favorites-btn .sb-icon {
  font-size: 14px;
  color: var(--text-color-70);
}
.favorites-btn .title {
  font-weight: 600;
  font-size: 0.875em;
  line-height: 1.125rem;
  color: var(--text-color-70);
  padding: 0 5px;
}
.favorites-btn .count {
  font-weight: 600;
  font-size: 12px;
  line-height: 16px;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background-color: var(--base-color);
  color: var(--darken25-color);
  text-align: center;
}

.favorites-btn-back {
  min-width: 135px;
  margin-right: 20px;
  border: 2px solid var(--text-color);
  font-size: 14px;
  gap: 10px;
}
.favorites-btn-back .sb-line-arrow-left {
  font-size: 13px;
  color: var(--darken35-color);
}

.sb-icon.sb-closed-eye {
  width: 14px;
  height: 14px;
  background-color: var(--text-color-50);
  background: var(--darken25-color);
}
.sb-icon.sb-eye {
  width: 14px;
  height: 14px;
  background-color: var(--text-color-50);
  background: var(--darken25-color);
}
.sb-icon.sb-unlocked {
  background-color: var(--text-alt-color);
  width: 14px;
  height: 14px;
}

input {
  background: transparent;
  color: var(--text-color-70);
  padding: 0 15px;
  border: 2px solid var(--text-color-10);
  border-radius: 8px;
  height: 40px;
  width: 100%;
  font-weight: 600;
  font-size: 0.875em;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  box-shadow: none;
  transition: border 0.3s, color 0.3s;
}
input::placeholder {
  color: var(--text-color-50);
}
input:active, input:focus {
  outline: none;
  box-shadow: none;
}
input[Disabled], input[readonly] {
  opacity: 0.5;
  pointer-events: none;
}
input:not([type=checkbox]):-webkit-autofill {
  -webkit-box-shadow: 0 0 0 1000px transparent inset !important;
}
input[type=number] {
  -moz-appearance: textfield;
}
input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
input[type=number]:focus, input[type=number]:hover {
  -moz-appearance: number-input;
}
input[type=search] {
  padding: 0 30px 0 37px;
}
input[type=search] ~ .sb-clear-close {
  opacity: 0;
  transition: opacity 0.3s;
}
input[type=search]:focus, input[type=search]:active {
  border: 2px solid var(--text-color);
  color: var(--text-color);
}
input[type=search]:valid ~ .sb-clear-close {
  opacity: 1;
}
input.large {
  height: 55px;
  border-radius: 4px;
}
input.dark {
  background: var(--darken25-color);
  border: 2px solid var(--text-color-10);
  color: var(--text-color);
}
input.dark:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 1000px var(--darken25-color) inset !important;
  -webkit-text-fill-color: var(--text-color) !important;
}
input ~ .error, input ~ .success {
  position: absolute;
  right: 5px;
  top: 5px;
}
input ~ .error .sb-icon, input ~ .success .sb-icon {
  font-size: 16px;
}
input ~ .error .sb-icon.sb-round-error, input ~ .success .sb-icon.sb-round-error {
  color: #ff5b5b;
}
input ~ .error .sb-icon.sb-round-success, input ~ .success .sb-icon.sb-round-success {
  color: #19b269;
}

.daterangepicker {
  z-index: 8000;
}

.fieldTopLabel {
  padding-top: 12px;
}
.fieldTopLabel:focus ~ .floating-label, .fieldTopLabel:not(:focus) ~ .floating-label, .fieldTopLabel.top ~ .floating-label {
  top: 10px;
  left: 15px;
  font-size: 11px;
  opacity: 1;
  transform: none;
}
.fieldTopLabel ~ .floating-label {
  position: absolute;
  pointer-events: none;
  left: 15px;
  top: 50%;
  transform: translateY(-50%);
  transition: 0.2s ease all;
  font-weight: 600;
  font-size: 14px;
  color: var(--text-color-50);
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.select-box {
  position: relative;
}

select {
  border: none;
  width: 100%;
  height: 40px;
  border-radius: 4px;
  background: var(--darken25-color);
  border: 2px solid var(--text-color-10);
  padding: 0 34px 0 10px;
  color: var(--text-color-70);
  font-weight: bold;
  font-size: 14px;
  line-height: 18px;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
}
select + .sb-icon {
  position: absolute;
  right: 10px;
  top: 25px;
  transform: translateY(-50%);
  font-size: 12px;
  color: var(--text-color);
  pointer-events: none;
}
select.transparent {
  border: 2px solid var(--text-color-10);
  background: var(--darken35-color);
  transition: border-color 0.33s;
}
select.transparent:active {
  border-color: var(--text-color);
}
select.large {
  height: 55px;
  padding-left: 15px;
}
select.large + .sb-icon {
  right: 15px;
  width: 11px;
  height: 7px;
}
select[disabled] {
  opacity: 0.5;
  pointer-events: none;
}
select[disabled] + .sb-icon {
  opacity: 0.5;
}

.field-box,
.sum-box {
  position: relative;
}
.field-box .validate-message,
.field-box .input-message-error,
.field-box .error .input-message,
.sum-box .validate-message,
.sum-box .input-message-error,
.sum-box .error .input-message {
  color: #ff5b5b;
  font-weight: 700;
  font-size: 12px;
}
.field-box .error .input-message-right,
.sum-box .error .input-message-right {
  position: absolute;
  bottom: 100%;
  margin-bottom: 10px;
  left: -142px;
  right: 0;
  min-height: 35px;
  display: flex;
  align-items: center;
  background-color: #ff5b5b;
  padding: 10px 15px;
  border-radius: 6px;
  color: var(--always-white);
  font-weight: 700;
  font-size: 12px;
  line-height: 13px;
  z-index: 1;
  width: 172px;
}
.field-box .error .input-message-right:before,
.sum-box .error .input-message-right:before {
  content: "";
  display: block;
  width: 15px;
  height: 15px;
  border-bottom: 0;
  border-right: 0;
  position: absolute;
  bottom: -5px;
  left: 133px;
  right: 0;
  margin: 0 auto;
  transform: rotate(45deg);
  background: #ff5b5b;
  backface-visibility: hidden;
  transform-origin: 50%;
}
.field-box .error.top,
.sum-box .error.top {
  left: 5px;
}
.field-box .error.right .input-message,
.sum-box .error.right .input-message {
  left: 10px;
  right: auto;
  top: 22px;
  bottom: auto;
  transform: translateY(-50%);
}
.field-box .error.right .input-message:before,
.sum-box .error.right .input-message:before {
  transform: rotate(45deg) translateX(-50%);
  right: auto;
  top: 50%;
  left: 0px;
}

.text-ellipsis {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
}

.text-ellipsis {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
}

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

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

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

.text-uppercase {
  text-transform: uppercase;
}

.text-capitalize {
  text-transform: capitalize;
}

.text-underline {
  text-decoration: underline;
}

.no-scroll {
  overflow: hidden;
}

.text-empty {
  color: var(--text-color-70);
  font-weight: 600;
  font-size: 18px;
  line-height: 23px;
  padding-top: 50px;
}

.sb-scroll {
  width: 100%;
  height: 100%;
  max-height: inherit;
  position: relative;
  overflow: hidden;
}
.sb-scroll.native-scroll {
  width: 100%;
  height: 100%;
  max-width: inherit;
  max-height: inherit;
  overflow: auto;
  position: relative;
  overflow-y: hidden;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}
.sb-scroll.visible-scroll {
  overflow-y: visible !important;
  overflow-x: visible !important;
}

.iti__country-list {
  border: none;
  width: 455px;
  border-radius: 4px;
  background: var(--darken25-color);
  padding: 0 34px 0 10px;
  color: var(--text-color-70);
  font-weight: bold;
  font-size: 14px;
  line-height: 18px;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
}

.iti__flag-container {
  font-size: 14px;
  font-weight: bold;
  color: var(--text-color-70);
}

.native-scroll-box,
.iti__country-list {
  scrollbar-track-color: var(--darken40-color-40);
  scrollbar-shadow-color: var(--darken40-color-40);
  scrollbar-base-color: var(--darken40-color-40);
  scrollbar-arrow-color: var(--darken40-color-40);
  scrollbar-color: var(--darken30-color) var(--darken40-color-40);
  scrollbar-width: thin;
}
.native-scroll-box.x-scroll,
.iti__country-list.x-scroll {
  overflow-x: auto;
}
.native-scroll-box.y-scroll,
.iti__country-list.y-scroll {
  overflow-y: auto;
}
.native-scroll-box.disableY-scroll,
.iti__country-list.disableY-scroll {
  overflow-y: hidden;
}
.native-scroll-box.disableX-scroll,
.iti__country-list.disableX-scroll {
  overflow-x: hidden;
}
.native-scroll-box:hover::-webkit-scrollbar,
.iti__country-list:hover::-webkit-scrollbar {
  opacity: 0.7;
}
.native-scroll-box::-webkit-scrollbar,
.iti__country-list::-webkit-scrollbar {
  opacity: 0;
  width: 5px;
  height: 5px;
  background-color: var(--darken40-color-40);
  border-radius: 6px;
  -webkit-transition: background-color 0.2s linear, opacity 0.2s linear;
  -o-transition: background-color 0.2s linear, opacity 0.2s linear;
  -moz-transition: background-color 0.2s linear, opacity 0.2s linear;
  transition: background-color 0.2s linear, opacity 0.2s linear;
}
.native-scroll-box::-webkit-scrollbar:hover,
.iti__country-list::-webkit-scrollbar:hover {
  opacity: 1;
}
.native-scroll-box.small::-webkit-scrollbar,
.iti__country-list.small::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}
.native-scroll-box.medium::-webkit-scrollbar,
.iti__country-list.medium::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}
.native-scroll-box.large::-webkit-scrollbar,
.iti__country-list.large::-webkit-scrollbar {
  width: 12px;
  height: 12px;
}
.native-scroll-box.x-small::-webkit-scrollbar:horizontal,
.iti__country-list.x-small::-webkit-scrollbar:horizontal {
  width: 5px;
  height: 5px;
}
.native-scroll-box.x-medium::-webkit-scrollbar:horizontal,
.iti__country-list.x-medium::-webkit-scrollbar:horizontal {
  width: 8px;
  height: 8px;
}
.native-scroll-box.x-large::-webkit-scrollbar:horizontal,
.iti__country-list.x-large::-webkit-scrollbar:horizontal {
  width: 12px;
  height: 12px;
}
.native-scroll-box::-webkit-scrollbar-thumb,
.iti__country-list::-webkit-scrollbar-thumb {
  border-radius: 6px;
  background-color: var(--darken30-color);
}

.scrollbar-hide {
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.scrollbar-hide::-webkit-scrollbar {
  display: none;
}

.skeleton-background {
  background: #edede6;
}

.skeleton-animation {
  animation-duration: 1.8s;
  animation-fill-mode: forwards;
  animation-iteration-count: infinite;
  animation-name: placeHolderShimmer;
  animation-timing-function: linear;
  background: #f6f7f8;
  background-image: linear-gradient(to right, var(--darken30-color) 30%, var(--darken25-color) 40%, var(--darken30-color) 50%) !important;
  background-size: 1000px 640px !important;
}

@keyframes placeHolderShimmer {
  0% {
    background-position: -468px 0;
  }
  100% {
    background-position: 468px 0;
  }
}
.skeleton-item {
  pointer-events: none;
}

.scrollable-gradient__to-top {
  position: absolute;
  background: linear-gradient(to bottom, var(--darken35-color-0) 0%, var(--darken35-color) 100%);
  bottom: 0;
  left: 0;
  height: 60px;
  width: calc(100% - 5px);
  pointer-events: none;
}
.scrollable-gradient__to-bottom {
  position: absolute;
  background: linear-gradient(to top, var(--darken35-color-0) 0%, var(--darken35-color) 100%);
  top: 0;
  left: 0;
  height: 60px;
  width: calc(100% - 5px);
  pointer-events: none;
}
.scrollable-gradient__to-left {
  position: absolute;
  background: linear-gradient(to left, var(--darken35-color-0) 0%, var(--darken35-color) 100%);
  top: 0;
  left: 0;
  width: 40px;
  height: calc(100% - 10px);
  pointer-events: none;
}
.scrollable-gradient__to-right {
  position: absolute;
  background: linear-gradient(to right, var(--darken35-color-0) 0%, var(--darken35-color) 100%);
  top: 0;
  right: 0;
  width: 40px;
  height: calc(100% - 10px);
  pointer-events: none;
}

input:focus,
textarea:focus,
select:focus {
  outline: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  resize: none;
}

.loading-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 40px;
  margin: 0 auto;
  pointer-events: none;
  /* Loader 6 */
}
.loading-wrapper.center {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.loading-wrapper .loading {
  height: 32px;
  width: 32px;
}
.loading-wrapper .loading span {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  max-height: 100px;
  max-width: 100px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.loading-wrapper_in_block {
  position: absolute;
  height: 100%;
  width: 100%;
  background: var(--darken40-color);
  opacity: 0.8;
  left: 0;
  top: 0;
  z-index: 1;
  padding: 0;
  border-radius: inherit;
}
.loading-wrapper_in_block span {
  background-size: 100%;
}

u,
.pointer {
  cursor: pointer;
}

.hover-layer::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  background: var(--darken25-color);
  transition: opacity 0.3s;
}
.hover-layer:hover::after {
  opacity: 0.7;
}

.theme-mode-switcher {
  padding: 0 8px;
  width: 60px;
  height: 28px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  border-radius: 50px;
  cursor: pointer;
  background: var(--darken25-color);
}
.theme-mode-switcher:before {
  content: "";
  position: absolute;
  left: 3px;
  top: 50%;
  transform: translateY(-50%);
  height: 24px;
  width: 24px;
  border-radius: 50px;
  background: var(--base-color);
}
.theme-mode-switcher .sb-icon {
  height: 13px;
  width: 13px;
  background: var(--darken25-color);
}
.theme-mode-switcher .sb-icon.sb-sun {
  width: 14px;
  height: 14px;
  background-color: var(--text-color-50);
}

html[data-theme=light]:not([dir=rtl]) .theme-mode-switcher:before {
  left: 33px;
}
html[data-theme=light] .theme-mode-switcher .sb-icon {
  background-color: var(--text-color-50);
}
html[data-theme=light] .theme-mode-switcher .sb-icon.sb-sun {
  background: var(--darken25-color);
}

.on-off-btn {
  height: 24px;
}
.on-off-btn label {
  cursor: pointer;
  height: inherit;
  display: inline-block;
}
.on-off-btn label input {
  display: none;
}
.on-off-btn label input + span {
  display: block;
  width: 48px;
  height: inherit;
  position: relative;
  background-color: var(--text-color-30);
  border-radius: 50px;
  -webkit-transition: all 150ms ease;
  transition: all 150ms ease;
}
.on-off-btn label input + span:before {
  content: "";
  position: absolute;
  width: 18px;
  height: 18px;
  top: 3px;
  left: 3px;
  display: block;
  border-radius: 50%;
  z-index: 1;
  -webkit-transition: all 150ms ease;
  transition: all 150ms ease;
  background-color: var(--always-white);
}
.on-off-btn label input:checked + span {
  background-color: var(--withdrawal-fee-sector-color);
}
.on-off-btn label input:checked + span:before {
  left: 26px;
}

.tabs-container {
  display: flex;
  padding: 0 20px;
  gap: 10px;
  border-bottom: 1px solid var(--text-color-10);
}
.tabs-container .tab-item {
  font-size: 12px;
  line-height: 15px;
  padding: 10px 0;
  color: var(--text-color-50);
  border-bottom: 2px solid transparent;
  cursor: pointer;
  text-align: center;
  flex: 1;
  font-weight: bold;
}

.space-between {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.info-tooltip {
  position: relative;
}
.info-tooltip .tooltip-toggle {
  display: block;
  font-size: 14px;
  color: var(--text-color-70);
  cursor: pointer;
  flex-shrink: 0;
}
.info-tooltip .tooltip-toggle:hover + .info {
  opacity: 1;
  visibility: visible;
}
.info-tooltip .tooltip-toggle + .info {
  position: absolute;
  bottom: calc(100% + 8px);
  left: 50%;
  transform: translateX(-50%);
  background: var(--darken40-color);
  padding: 4px;
  font-weight: 600;
  font-size: 11px;
  line-height: 14px;
  color: var(--text-color);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s;
  white-space: nowrap;
  border-radius: 4px;
}
.info-tooltip .tooltip-toggle + .info .sb-tooltip-arrow {
  position: absolute;
  top: calc(100% - 5px);
  left: 50%;
  transform: translateX(-50%);
  font-size: 11px;
  color: var(--darken40-color);
}

.disabled {
  pointer-events: none;
}

.cursor-pointer {
  cursor: pointer;
}

#header.z-index-game {
  z-index: 3000;
}
#header .more-menu-items a:not([selected]),
#header .mobile-nav-menu a:not([selected]) {
  color: var(--text-color-50) !important;
}
#header .more-menu-items a[selected],
#header .mobile-nav-menu a[selected] {
  color: var(--text-color);
}

.standalone-error {
  color: #ff5b5b;
  font-weight: 700;
  font-size: 12px;
}

.standalone-hidden {
  display: none;
}

.link {
  color: var(--base-color);
  text-decoration: underline;
}
.link:hover {
  text-decoration: none;
}

.truncate {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

:root {
  --withdrawal-fee-sector-color: rgba(27, 173, 47, 0.78);
  --always-white: #ffffff;
  --always-black: #000000;
}

.nav-menu-container .secondary-item-title:hover .sb-icon.sb-counter_strike, .nav-menu-container .secondary-item-title:hover .sb-icon.sb-dota, .nav-menu-container .secondary-item-title:hover .sb-icon.sb-league_of_legends, .nav-menu-container .secondary-item-title:hover .sb-icon.sb-rainbow_six, .nav-menu-container .secondary-item-title:hover .sb-icon.sb-starcraft_broodWar, .nav-menu-container .secondary-item-title:hover .sb-icon.sb-star_craft_2, .nav-menu-container .secondary-item-title:hover .sb-icon.sb-king_of_glory,
.leagues-list-container .secondary-item-title:hover .sb-icon.sb-counter_strike,
.leagues-list-container .secondary-item-title:hover .sb-icon.sb-dota,
.leagues-list-container .secondary-item-title:hover .sb-icon.sb-league_of_legends,
.leagues-list-container .secondary-item-title:hover .sb-icon.sb-rainbow_six,
.leagues-list-container .secondary-item-title:hover .sb-icon.sb-starcraft_broodWar,
.leagues-list-container .secondary-item-title:hover .sb-icon.sb-star_craft_2,
.leagues-list-container .secondary-item-title:hover .sb-icon.sb-king_of_glory {
  background: white;
}
.nav-menu-container .sb-icon.sb-counter_strike, .nav-menu-container .sb-icon.sb-dota, .nav-menu-container .sb-icon.sb-league_of_legends, .nav-menu-container .sb-icon.sb-rainbow_six, .nav-menu-container .sb-icon.sb-starcraft_broodWar, .nav-menu-container .sb-icon.sb-star_craft_2, .nav-menu-container .sb-icon.sb-king_of_glory,
.leagues-list-container .sb-icon.sb-counter_strike,
.leagues-list-container .sb-icon.sb-dota,
.leagues-list-container .sb-icon.sb-league_of_legends,
.leagues-list-container .sb-icon.sb-rainbow_six,
.leagues-list-container .sb-icon.sb-starcraft_broodWar,
.leagues-list-container .sb-icon.sb-star_craft_2,
.leagues-list-container .sb-icon.sb-king_of_glory {
  width: 20px;
  height: 20px;
}
.nav-menu-container .sb-icon.sb-counter_strike,
.leagues-list-container .sb-icon.sb-counter_strike {
  background: var(--text-color-70);
  mask: url("../assets/images/svg/counter_strike.svg");
  -webkit-mask-box-image: url("../assets/images/svg/counter_strike.svg");
}
.nav-menu-container .sb-icon.sb-counter_strike:before,
.leagues-list-container .sb-icon.sb-counter_strike:before {
  display: none;
}
.nav-menu-container .sb-icon.sb-dota,
.leagues-list-container .sb-icon.sb-dota {
  background: var(--text-color-70);
  mask: url("../assets/images/svg/dota_2.svg");
  -webkit-mask-box-image: url("../assets/images/svg/dota_2.svg");
}
.nav-menu-container .sb-icon.sb-dota:before,
.leagues-list-container .sb-icon.sb-dota:before {
  display: none;
}
.nav-menu-container .sb-icon.sb-league_of_legends,
.leagues-list-container .sb-icon.sb-league_of_legends {
  background: var(--text-color-70);
  mask: url("../assets/images/svg/league_of_legends.svg");
  -webkit-mask-box-image: url("../assets/images/svg/league_of_legends.svg");
}
.nav-menu-container .sb-icon.sb-league_of_legends:before,
.leagues-list-container .sb-icon.sb-league_of_legends:before {
  display: none;
}
.nav-menu-container .sb-icon.sb-rainbow_six,
.leagues-list-container .sb-icon.sb-rainbow_six {
  background: var(--text-color-70);
  mask: url("../assets/images/svg/rainbow_six.svg");
  -webkit-mask-box-image: url("../assets/images/svg/rainbow_six.svg");
}
.nav-menu-container .sb-icon.sb-starcraft_broodWar, .nav-menu-container .sb-icon.sb-star_craft_2,
.leagues-list-container .sb-icon.sb-starcraft_broodWar,
.leagues-list-container .sb-icon.sb-star_craft_2 {
  background: var(--text-color-70);
  mask: url("../assets/images/svg/starcraft_broodWar.svg");
  -webkit-mask-box-image: url("../assets/images/svg/starcraft_broodWar.svg");
}
.nav-menu-container .sb-icon.sb-king_of_glory,
.leagues-list-container .sb-icon.sb-king_of_glory {
  background: var(--text-color-70);
  mask: url("../assets/images/svg/king_of_glory.svg");
  -webkit-mask-box-image: url("../assets/images/svg/king_of_glory.svg");
}

.sb-icon {
  display: inline-block;
  mask-size: 100% !important;
  -webkit-mask-size: 100% !important;
  -webkit-mask-repeat: no-repeat !important;
  mask-repeat: no-repeat !important;
}
.sb-icon.sb-currency-crypto {
  width: 14px;
  height: 14px;
}
.sb-icon.sb-mBTC {
  background: url("../assets/images/svg/crypto/btc.svg");
}
.sb-icon.sb-mLTC {
  background: url("../assets/images/svg/crypto/ltc.svg");
}
.sb-icon.sb-mBCH {
  background: url("../assets/images/svg/crypto/bch.svg");
}
.sb-icon.sb-mETC {
  background: url("../assets/images/svg/crypto/etc.svg");
}
.sb-icon.sb-WAVES {
  background: url("../assets/images/svg/crypto/waves.svg");
}
.sb-icon.sb-USDT {
  background: url("../assets/images/svg/crypto/usdt.svg");
}
.sb-icon.sb-signup-one-click {
  width: 20px;
  height: 20px;
  background: var(--text-color-50);
  mask: url("../assets/images/svg/one-click.svg");
  -webkit-mask-box-image: url("../assets/images/svg/one-click.svg");
}
.sb-icon.sb-signup-one-click.active {
  background: var(--text-color);
}
.sb-icon.sb-signup-by-email {
  width: 20px;
  height: 20px;
  background: var(--text-color-50);
  margin-right: 4px;
  mask: url("../assets/images/svg/by-email.svg");
  -webkit-mask-box-image: url("../assets/images/svg/by-email.svg");
}
.sb-icon.sb-signup-by-email.active {
  background: var(--text-color);
}
.sb-icon.sb-signup-by-phone {
  width: 20px;
  height: 20px;
  background: var(--text-color-50);
  mask: url("../assets/images/svg/by-phone.svg");
  -webkit-mask-box-image: url("../assets/images/svg/by-phone.svg");
}
.sb-icon.sb-signup-by-phone.active {
  background: var(--text-color);
}
.sb-icon.sb-signup-social {
  width: 20px;
  height: 20px;
  background: var(--text-color-50);
  margin-right: 4px;
  mask: url("../assets/images/svg/social.svg");
  -webkit-mask-box-image: url("../assets/images/svg/social.svg");
}
.sb-icon.sb-signup-social.active {
  background: var(--text-color);
}
.sb-icon.sb-concorde {
  width: 20px;
  height: 20px;
  background: var(--text-color);
  mask: url("../assets/images/svg/concorde.svg");
  -webkit-mask-box-image: url("../assets/images/svg/concorde.svg");
}
.sb-icon.sb-adjust {
  width: 20px;
  height: 20px;
  background: var(--text-color);
  mask-image: url("../assets/images/svg/adjust.svg");
  -webkit-mask-image: url("../assets/images/svg/adjust.svg");
}
.sb-icon.sb-social-facebook {
  width: 35px;
  height: 35px;
  background: var(--text-color-70);
}
.sb-icon.sb-social-facebook:not(.multicolored) {
  mask: url("../assets/images/svg/facebook.svg");
  -webkit-mask-box-image: url("../assets/images/svg/facebook.svg");
}
.sb-icon.sb-social-facebook.multicolored {
  background: url("../assets/images/svg/facebook-multicolored.svg") no-repeat !important;
  background-size: contain !important;
}
.sb-icon.sb-social-facebook:before {
  display: none;
}
.sb-icon.sb-social-gmail {
  width: 30px;
  height: 30px;
  background: var(--text-color-70);
}
.sb-icon.sb-social-gmail:not(.multicolored) {
  mask: url("../assets/images/svg/gmail.svg");
  -webkit-mask-box-image: url("../assets/images/svg/gmail.svg");
}
.sb-icon.sb-social-gmail.multicolored {
  background: url("../assets/images/svg/gmail-multicolored.svg") no-repeat !important;
  background-size: contain !important;
}
.sb-icon.sb-social-gmail:before {
  display: none;
}
.sb-icon.sb-social-metamask {
  width: 30px;
  height: 30px;
  background: var(--text-color-70);
}
.sb-icon.sb-social-metamask:not(.multicolored) {
  mask: url("../assets/images/svg/metamask.svg");
  -webkit-mask-box-image: url("../assets/images/svg/metamask.svg");
}
.sb-icon.sb-social-metamask.multicolored {
  background: url("../assets/images/svg/metamask-multicolored.svg") no-repeat !important;
  background-size: contain !important;
}
.sb-icon.sb-social-metamask:before {
  display: none;
}
.sb-icon.sb-social-telegram {
  width: 30px;
  height: 30px;
  background: var(--text-color-70);
}
.sb-icon.sb-social-telegram:not(.multicolored) {
  mask: url("../assets/images/svg/telegram.svg");
  -webkit-mask-box-image: url("../assets/images/svg/telegram.svg");
}
.sb-icon.sb-social-telegram.multicolored {
  background: url("../assets/images/svg/telegram-multicolored.svg") no-repeat !important;
  background-size: contain !important;
}
.sb-icon.sb-social-telegram:before {
  display: none;
}
.sb-icon.sb-fee {
  width: 13px;
  height: 13px;
  background: var(--base-color);
  mask: url("../assets/images/svg/fee.svg");
  -webkit-mask-box-image: url("../assets/images/svg/fee.svg");
}
.sb-icon.sb-timer {
  width: 13px;
  height: 13px;
  background: var(--base-color);
  mask: url("../assets/images/svg/timer.svg");
  -webkit-mask-box-image: url("../assets/images/svg/timer.svg");
}
.sb-icon.sb-arena_of_valor, .sb-icon.sb-valorant, .sb-icon.sb-wild_rift, .sb-icon.sb-pubg, .sb-icon.sb-mobile_legends, .sb-icon.sb-age_of_empires, .sb-icon.sb-warcraft, .sb-icon.sb-call_of_duty, .sb-icon.sb-star_craft, .sb-icon.sb-heroes_of_the_storm {
  width: 20px;
  height: 20px;
  font-size: 20px;
}
.sb-icon.sb-arena_of_valor:before, .sb-icon.sb-valorant:before, .sb-icon.sb-wild_rift:before, .sb-icon.sb-pubg:before, .sb-icon.sb-mobile_legends:before, .sb-icon.sb-age_of_empires:before, .sb-icon.sb-warcraft:before, .sb-icon.sb-call_of_duty:before, .sb-icon.sb-star_craft:before, .sb-icon.sb-heroes_of_the_storm:before {
  content: "\e911";
}
.sb-icon.sb-play {
  mask: url("../assets/images/svg/play.svg");
  -webkit-mask-box-image: url("../assets/images/svg/play.svg");
}
.sb-icon.sb-vpn {
  mask: url("../assets/images/svg/vpn.svg");
  -webkit-mask-box-image: url("../assets/images/svg/vpn.svg");
}
.sb-icon.sb-print {
  width: 15px;
  height: 15px;
  background: var(--text-color);
  mask: url("../assets/images/svg/print.svg");
  -webkit-mask-box-image: url("../assets/images/svg/print.svg");
}
.sb-icon.sb-18plus {
  mask: url("../assets/images/svg/18plus.svg");
  -webkit-mask-box-image: url("../assets/images/svg/18plus.svg");
}
.sb-icon.sb-balance-transfer {
  mask: url("../assets/images/svg/balance-transfer.svg");
  -webkit-mask-box-image: url("../assets/images/svg/balance-transfer.svg");
}
.sb-icon.sb-arrow-line-right1 {
  mask: url("../assets/images/svg/main/line-arrow-right.svg");
  -webkit-mask-box-image: url("../assets/images/svg/main/line-arrow-right.svg");
}
.sb-icon.sb-arrow-line-left {
  mask: url("../assets/images/svg/main/line-arrow-left.svg");
  -webkit-mask-box-image: url("../assets/images/svg/main/line-arrow-left.svg");
}
.sb-icon.sb-arrow-right {
  mask: url("../assets/images/svg/main/arrow-right.svg");
  -webkit-mask-box-image: url("../assets/images/svg/main/arrow-right.svg");
}
.sb-icon.sb-round-checkmark {
  mask: url("../assets/images/svg/main/round-checkmark.svg");
  -webkit-mask-box-image: url("../assets/images/svg/main/round-checkmark.svg");
}
.sb-icon.sb-football {
  mask: url("../assets/images/svg/sports/football.svg");
  -webkit-mask-box-image: url("../assets/images/svg/sports/football.svg");
}
.sb-icon.sb-tennis {
  mask: url("../assets/images/svg/sports/tennis.svg");
  -webkit-mask-box-image: url("../assets/images/svg/sports/tennis.svg");
}
.sb-icon.volleyball {
  mask: url("../assets/images/svg/sports/volleyball.svg");
  -webkit-mask-box-image: url("../assets/images/svg/sports/volleyball.svg");
}
.sb-icon.sb-hockey {
  mask: url("../assets/images/svg/sports/hockey.svg");
  -webkit-mask-box-image: url("../assets/images/svg/sports/hockey.svg");
}
.sb-icon.sb-line-arrow-down {
  mask: url("../assets/images/svg/main/line-arrow-down.svg");
  -webkit-mask-box-image: url("../assets/images/svg/main/line-arrow-down.svg");
}
.sb-icon.sb-line-arrow-up {
  mask: url("../assets/images/svg/main/line-arrow-up.svg");
  -webkit-mask-box-image: url("../assets/images/svg/main/line-arrow-up.svg");
}
.sb-icon.sb-arrow-round-right {
  mask: url("../assets/images/svg/main/round-arrow-right.svg");
  -webkit-mask-box-image: url("../assets/images/svg/main/round-arrow-right.svg");
}
.sb-icon.sb-arrow-down-secondary {
  mask: url("../assets/images/svg/main/arrow-down-secondary.svg");
  -webkit-mask-box-image: url("../assets/images/svg/main/arrow-down-secondary.svg");
}
.sb-icon.sb-round-update {
  mask: url("../assets/images/svg/main/round-update.svg");
  -webkit-mask-box-image: url("../assets/images/svg/main/round-update.svg");
}
.sb-icon.sb-full-screen {
  mask: url("../assets/images/svg/main/full-screen.svg");
  -webkit-mask-box-image: url("../assets/images/svg/main/full-screen.svg");
}
.sb-icon.sb-sun {
  mask: url("../assets/images/svg/sun.svg");
  -webkit-mask-box-image: url("../assets/images/svg/sun.svg");
}
.sb-icon.sb-moon {
  mask: url("../assets/images/svg/moon.svg");
  -webkit-mask-box-image: url("../assets/images/svg/moon.svg");
}
.sb-icon.sb-eye {
  mask: url("../assets/images/svg/eye.svg");
  -webkit-mask-box-image: url("../assets/images/svg/eye.svg");
}
.sb-icon.sb-unlocked {
  mask: url("../assets/images/svg/unlocked-padlock.svg");
  -webkit-mask-box-image: url("../assets/images/svg/unlocked-padlock.svg");
}
.sb-icon.sb-closed-eye {
  mask: url("../assets/images/svg/closed-eye.svg");
  -webkit-mask-box-image: url("../assets/images/svg/closed-eye.svg");
}
.sb-icon.sb-send-to {
  mask: url("../assets/images/svg/icons/send-to.svg");
  -webkit-mask-box-image: url("../assets/images/svg/icons/send-to.svg");
}
.sb-icon.sb-edit {
  mask: url("../assets/images/svg/icons/edit.svg");
  -webkit-mask-box-image: url("../assets/images/svg/icons/edit.svg");
}
.sb-icon.sb-time {
  mask: url("../assets/images/svg/icons/time.svg");
  -webkit-mask-box-image: url("../assets/images/svg/icons/time.svg");
}

.sb-icon-img {
  display: inline-block;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.sb-icon-img.sb-GC {
  width: 123px;
  height: 40px;
  background-image: url("../assets/images/svg/GC.svg");
}
.sb-icon-img.fb-round {
  background-image: url("../assets/images/svg/fb-round.svg");
}
.sb-icon-img.tl-round {
  background-image: url("../assets/images/svg/tl-round.svg");
}
.sb-icon-img.tw-round {
  background-image: url("../assets/images/svg/tw-round.svg");
}
.sb-icon-img.update-game-info {
  background-image: url("../assets/images/svg/sports/update-game-info.svg");
}
.sb-icon-img.static-size {
  width: 20px;
  height: 20px;
}
.sb-icon-img.sb-stadium {
  font-size: 30px;
}
.sb-icon-img.sb-whistle {
  font-size: 20px;
}
.sb-icon-img.sb-goal {
  background-image: url("../assets/images/temporary/goal.png");
}
.sb-icon-img.sb-statistics {
  font-size: 17px;
}

/*!
 * animate.css -https://daneden.github.io/animate.css/
 * Version - 3.7.2
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2019 Daniel Eden
 */
@-webkit-keyframes bounce {
  from, 20%, 53%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  40%, 43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}
@keyframes bounce {
  from, 20%, 53%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  40%, 43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}
.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
}

@-webkit-keyframes flash {
  from, 50%, to {
    opacity: 1;
  }
  25%, 75% {
    opacity: 0;
  }
}
@keyframes flash {
  from, 50%, to {
    opacity: 1;
  }
  25%, 75% {
    opacity: 0;
  }
}
.flash {
  -webkit-animation-name: flash;
  animation-name: flash;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse;
}

@-webkit-keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.rubberBand {
  -webkit-animation-name: rubberBand;
  animation-name: rubberBand;
}

@-webkit-keyframes shake {
  from, to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}
@keyframes shake {
  from, to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-1px, 0, 0);
    transform: translate3d(-1px, 0, 0);
  }
  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(1px, 0, 0);
    transform: translate3d(1px, 0, 0);
  }
}
.shake {
  -webkit-animation-name: shake;
  animation-name: shake;
}

@-webkit-keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg);
  }
  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg);
  }
  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg);
  }
  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg);
  }
  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg);
  }
  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg);
  }
  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg);
  }
  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg);
  }
  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
.headShake {
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-name: headShake;
  animation-name: headShake;
}

@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }
  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}
@keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }
  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}
.swing {
  -webkit-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing;
}

@-webkit-keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  10%, 20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  10%, 20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.tada {
  -webkit-animation-name: tada;
  animation-name: tada;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes wobble {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes wobble {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble;
}

@-webkit-keyframes jello {
  from, 11.1%, to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }
  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}
@keyframes jello {
  from, 11.1%, to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }
  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}
.jello {
  -webkit-animation-name: jello;
  animation-name: jello;
  -webkit-transform-origin: center;
  transform-origin: center;
}

@-webkit-keyframes heartBeat {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  14% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }
  28% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  42% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }
  70% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes heartBeat {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  14% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }
  28% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  42% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }
  70% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.heartBeat {
  -webkit-animation-name: heartBeat;
  animation-name: heartBeat;
  -webkit-animation-duration: 1.3s;
  animation-duration: 1.3s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
}

@-webkit-keyframes bounceIn {
  from, 20%, 40%, 60%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }
  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes bounceIn {
  from, 20%, 40%, 60%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }
  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.bounceIn {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
}

@-webkit-keyframes bounceInDown {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes bounceInDown {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown;
}

@-webkit-keyframes bounceInLeft {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes bounceInLeft {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft;
}

@-webkit-keyframes bounceInRight {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes bounceInRight {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight;
}

@-webkit-keyframes bounceInUp {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes bounceInUp {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.bounceInUp {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp;
}

@-webkit-keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50%, 55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
}
@keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50%, 55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
}
.bounceOut {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut;
}

@-webkit-keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
@keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
.bounceOutDown {
  -webkit-animation-name: bounceOutDown;
  animation-name: bounceOutDown;
}

@-webkit-keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
.bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft;
}

@-webkit-keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
@keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
.bounceOutRight {
  -webkit-animation-name: bounceOutRight;
  animation-name: bounceOutRight;
}

@-webkit-keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
@keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
.bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  animation-name: bounceOutUp;
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}

@-webkit-keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig;
}

@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig;
}

@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}

@-webkit-keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig;
}

@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

@-webkit-keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig;
}

@-webkit-keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

@-webkit-keyframes fadeOutDown {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
@keyframes fadeOutDown {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown;
}

@-webkit-keyframes fadeOutDownBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
@keyframes fadeOutDownBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
.fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig;
}

@-webkit-keyframes fadeOutLeft {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
@keyframes fadeOutLeft {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft;
}

@-webkit-keyframes fadeOutLeftBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
@keyframes fadeOutLeftBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
.fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig;
}

@-webkit-keyframes fadeOutRight {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
@keyframes fadeOutRight {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight;
}

@-webkit-keyframes fadeOutRightBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
@keyframes fadeOutRightBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
.fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig;
}

@-webkit-keyframes fadeOutUp {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
@keyframes fadeOutUp {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp;
}

@-webkit-keyframes fadeOutUpBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
@keyframes fadeOutUpBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
.fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig;
}

@-webkit-keyframes flip {
  from {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  to {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}
@keyframes flip {
  from {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  to {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}
.animated.flip {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: flip;
  animation-name: flip;
}

@-webkit-keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
@keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
.flipInX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  animation-name: flipInX;
}

@-webkit-keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
@keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
.flipInY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  animation-name: flipInY;
}

@-webkit-keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}
@keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}
.flipOutX {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-name: flipOutX;
  animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}

@-webkit-keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}
@keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}
.flipOutY {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  animation-name: flipOutY;
}

@-webkit-keyframes lightSpeedIn {
  from {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes lightSpeedIn {
  from {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
  animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}

@-webkit-keyframes lightSpeedOut {
  from {
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}
@keyframes lightSpeedOut {
  from {
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}
.lightSpeedOut {
  -webkit-animation-name: lightSpeedOut;
  animation-name: lightSpeedOut;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
}

@-webkit-keyframes rotateIn {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes rotateIn {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.rotateIn {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn;
}

@-webkit-keyframes rotateInDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes rotateInDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft;
}

@-webkit-keyframes rotateInDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes rotateInDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight;
}

@-webkit-keyframes rotateInUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes rotateInUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft;
}

@-webkit-keyframes rotateInUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes rotateInUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight;
}

@-webkit-keyframes rotateOut {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}
@keyframes rotateOut {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}
.rotateOut {
  -webkit-animation-name: rotateOut;
  animation-name: rotateOut;
}

@-webkit-keyframes rotateOutDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}
@keyframes rotateOutDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}
.rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft;
}

@-webkit-keyframes rotateOutDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
@keyframes rotateOutDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
.rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  animation-name: rotateOutDownRight;
}

@-webkit-keyframes rotateOutUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
@keyframes rotateOutUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
.rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft;
}

@-webkit-keyframes rotateOutUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}
@keyframes rotateOutUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}
.rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight;
}

@-webkit-keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  20%, 60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  40%, 80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}
@keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  20%, 60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  40%, 80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}
.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-name: hinge;
  animation-name: hinge;
}

@-webkit-keyframes jackInTheBox {
  from {
    opacity: 0;
    -webkit-transform: scale(0.1) rotate(30deg);
    transform: scale(0.1) rotate(30deg);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
  }
  50% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }
  70% {
    -webkit-transform: rotate(3deg);
    transform: rotate(3deg);
  }
  to {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes jackInTheBox {
  from {
    opacity: 0;
    -webkit-transform: scale(0.1) rotate(30deg);
    transform: scale(0.1) rotate(30deg);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
  }
  50% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }
  70% {
    -webkit-transform: rotate(3deg);
    transform: rotate(3deg);
  }
  to {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.jackInTheBox {
  -webkit-animation-name: jackInTheBox;
  animation-name: jackInTheBox;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.rollIn {
  -webkit-animation-name: rollIn;
  animation-name: rollIn;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}
@keyframes rollOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}
.rollOut {
  -webkit-animation-name: rollOut;
  animation-name: rollOut;
}

@-webkit-keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
@keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}

@-webkit-keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInDown {
  -webkit-animation-name: zoomInDown;
  animation-name: zoomInDown;
}

@-webkit-keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInLeft {
  -webkit-animation-name: zoomInLeft;
  animation-name: zoomInLeft;
}

@-webkit-keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInRight {
  -webkit-animation-name: zoomInRight;
  animation-name: zoomInRight;
}

@-webkit-keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInUp {
  -webkit-animation-name: zoomInUp;
  animation-name: zoomInUp;
}

@-webkit-keyframes zoomOut {
  from {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}
@keyframes zoomOut {
  from {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}
.zoomOut {
  -webkit-animation-name: zoomOut;
  animation-name: zoomOut;
}

@-webkit-keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomOutDown {
  -webkit-animation-name: zoomOutDown;
  animation-name: zoomOutDown;
}

@-webkit-keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}
@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}
.zoomOutLeft {
  -webkit-animation-name: zoomOutLeft;
  animation-name: zoomOutLeft;
}

@-webkit-keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}
@keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}
.zoomOutRight {
  -webkit-animation-name: zoomOutRight;
  animation-name: zoomOutRight;
}

@-webkit-keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomOutUp {
  -webkit-animation-name: zoomOutUp;
  animation-name: zoomOutUp;
}

@-webkit-keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown;
}

@-webkit-keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft;
}

@-webkit-keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight;
}

@-webkit-keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.slideInUp {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp;
}

@-webkit-keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
@keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
.slideOutDown {
  -webkit-animation-name: slideOutDown;
  animation-name: slideOutDown;
}

@-webkit-keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
@keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
.slideOutLeft {
  -webkit-animation-name: slideOutLeft;
  animation-name: slideOutLeft;
}

@-webkit-keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
@keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
.slideOutRight {
  -webkit-animation-name: slideOutRight;
  animation-name: slideOutRight;
}

@-webkit-keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
@keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
.slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp;
}

.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.animated.delay-1s {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}

.animated.delay-2s {
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
}

.animated.delay-3s {
  -webkit-animation-delay: 3s;
  animation-delay: 3s;
}

.animated.delay-4s {
  -webkit-animation-delay: 4s;
  animation-delay: 4s;
}

.animated.delay-5s {
  -webkit-animation-delay: 5s;
  animation-delay: 5s;
}

.animated.fast {
  -webkit-animation-duration: 600ms;
  animation-duration: 600ms;
}

.animated.faster {
  -webkit-animation-duration: 400ms;
  animation-duration: 400ms;
}

.animated.slow {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}

.animated.slower {
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
}

@media (print), (prefers-reduced-motion: reduce) {
  .animated {
    -webkit-animation-duration: 1ms !important;
    animation-duration: 1ms !important;
    -webkit-transition-duration: 1ms !important;
    transition-duration: 1ms !important;
    -webkit-animation-iteration-count: 1 !important;
    animation-iteration-count: 1 !important;
  }
}
@-webkit-keyframes betsTab {
  from {
    color: var(--text-color-50);
    border-bottom-color: transparent;
  }
  to {
    color: var(--text-color);
    border-bottom-color: var(--base-color);
  }
}
@keyframes betsTab {
  from {
    color: var(--text-color-50);
    border-bottom-color: transparent;
  }
  to {
    color: var(--text-color);
    border-bottom-color: var(--base-color);
  }
}
.betsTab {
  -webkit-animation-name: betsTab;
  animation-name: betsTab;
}

@-webkit-keyframes lightFadeInUp {
  from {
    opacity: 0;
    -moz-transform: translate3d(0, 80px, 0);
    -ms-transform: translate3d(0, 80px, 0);
    -webkit-transform: translate3d(0, 80px, 0);
    transform: translate3d(0, 80px, 0);
  }
  to {
    opacity: 1;
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes lightFadeInUp {
  from {
    opacity: 0;
    -moz-transform: translate3d(0, 80px, 0);
    -ms-transform: translate3d(0, 80px, 0);
    -webkit-transform: translate3d(0, 80px, 0);
    transform: translate3d(0, 80px, 0);
  }
  to {
    opacity: 1;
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.lightFadeInUp {
  -moz-animation: lightFadeInUp 0.2s ease;
  -webkit-animation: lightFadeInUp 0.2s ease;
  animation: lightFadeInUp 0.2s ease;
}

.flags_small-sprite, .flags_small-AD, .flags_small-AE,
.flags_small-AF, .flags_small-AG, .flags_small-AI,
.flags_small-AL, .flags_small-AM, .flags_small-AN,
.flags_small-AO, .flags_small-AQ, .flags_small-AR,
.flags_small-AS, .flags_small-AT, .flags_small-AU,
.flags_small-AW, .flags_small-AX, .flags_small-AZ,
.flags_small-BA, .flags_small-BB, .flags_small-BD,
.flags_small-BE, .flags_small-BF, .flags_small-BG,
.flags_small-BH, .flags_small-BI, .flags_small-BJ,
.flags_small-BL, .flags_small-BM, .flags_small-BN,
.flags_small-BO, .flags_small-BR, .flags_small-BS,
.flags_small-BT, .flags_small-BW, .flags_small-BY,
.flags_small-BZ, .flags_small-CA, .flags_small-CC,
.flags_small-CD, .flags_small-CF, .flags_small-CG,
.flags_small-CH, .flags_small-CI, .flags_small-CK,
.flags_small-CL, .flags_small-CM, .flags_small-CN,
.flags_small-CO, .flags_small-CR, .flags_small-CU,
.flags_small-CV, .flags_small-CW, .flags_small-CX,
.flags_small-CY, .flags_small-CZ, .flags_small-DE,
.flags_small-DJ, .flags_small-DK, .flags_small-DM,
.flags_small-DO, .flags_small-DZ, .flags_small-EC,
.flags_small-EE, .flags_small-EG, .flags_small-EH,
.flags_small-ER, .flags_small-ES, .flags_small-ET,
.flags_small-EU, .flags_small-FI, .flags_small-FJ,
.flags_small-FK, .flags_small-FM, .flags_small-FO,
.flags_small-FR, .flags_small-GA, .flags_small-GB,
.flags_small-GD, .flags_small-GE, .flags_small-GG,
.flags_small-GH, .flags_small-GI, .flags_small-GL,
.flags_small-GM, .flags_small-GN, .flags_small-GQ,
.flags_small-GR, .flags_small-GS, .flags_small-GT,
.flags_small-GU, .flags_small-GW, .flags_small-GY,
.flags_small-HK, .flags_small-HN, .flags_small-HR,
.flags_small-HT, .flags_small-HU, .flags_small-IC,
.flags_small-ID, .flags_small-IE, .flags_small-IL,
.flags_small-IM, .flags_small-IN, .flags_small-IQ,
.flags_small-IR, .flags_small-IS, .flags_small-IT,
.flags_small-JE, .flags_small-JM, .flags_small-JO,
.flags_small-JP, .flags_small-KE, .flags_small-KG,
.flags_small-KH, .flags_small-KI, .flags_small-KM,
.flags_small-KN, .flags_small-KP, .flags_small-KR,
.flags_small-KW, .flags_small-KY, .flags_small-KZ,
.flags_small-LA, .flags_small-LB, .flags_small-LC,
.flags_small-LI, .flags_small-LK, .flags_small-LR,
.flags_small-LS, .flags_small-LT, .flags_small-LU,
.flags_small-LV, .flags_small-LY, .flags_small-MA,
.flags_small-MC, .flags_small-MD, .flags_small-ME,
.flags_small-MF, .flags_small-MG, .flags_small-MH,
.flags_small-MK, .flags_small-ML, .flags_small-MM,
.flags_small-MN, .flags_small-MO, .flags_small-MP,
.flags_small-MQ, .flags_small-MR, .flags_small-MS,
.flags_small-MT, .flags_small-MU, .flags_small-MV,
.flags_small-MW, .flags_small-MX, .flags_small-MY,
.flags_small-MZ, .flags_small-NA, .flags_small-NC,
.flags_small-NE, .flags_small-NF, .flags_small-NG,
.flags_small-NI, .flags_small-NL, .flags_small-NO,
.flags_small-NP, .flags_small-NR, .flags_small-NU,
.flags_small-NZ, .flags_small-OM, .flags_small-PA,
.flags_small-PE, .flags_small-PF, .flags_small-PG,
.flags_small-PH, .flags_small-PK, .flags_small-PL,
.flags_small-PN, .flags_small-PR, .flags_small-PS,
.flags_small-PT, .flags_small-PW, .flags_small-PY,
.flags_small-QA, .flags_small-RO, .flags_small-RS,
.flags_small-RU, .flags_small-RW, .flags_small-SA,
.flags_small-SB, .flags_small-SC, .flags_small-SD,
.flags_small-SE, .flags_small-SG, .flags_small-SH,
.flags_small-SI, .flags_small-SK, .flags_small-SL,
.flags_small-SM, .flags_small-SN, .flags_small-SO,
.flags_small-SR, .flags_small-SS, .flags_small-ST,
.flags_small-SV, .flags_small-SY, .flags_small-SZ,
.flags_small-TC, .flags_small-TD, .flags_small-TF,
.flags_small-TG, .flags_small-TH, .flags_small-TJ,
.flags_small-TK, .flags_small-TL, .flags_small-TM,
.flags_small-TN, .flags_small-TO, .flags_small-TR,
.flags_small-TT, .flags_small-TV, .flags_small-TW,
.flags_small-TZ, .flags_small-UA, .flags_small-UG,
.flags_small-US, .flags_small-UY, .flags_small-UZ,
.flags_small-VA, .flags_small-VC, .flags_small-VE,
.flags_small-VG, .flags_small-VI, .flags_small-VN,
.flags_small-VU, .flags_small-WF, .flags_small-WS,
.flags_small-YE, .flags_small-YT, .flags_small-ZA,
.flags_small-ZM, .flags_small-ZW, .flags_small-_abkhazia,
.flags_small-_basque-country, .flags_small-_british-antarctic-territory, .flags_small-_commonwealth,
.flags_small-GB-ENG, .flags_small-GB-E, .flags_small-_gosquared, .flags_small-XK, .flags_small-_mars,
.flags_small-_nagorno-karabakh, .flags_small-_nato, .flags_small-_northern-cyprus,
.flags_small-_olympics, .flags_small-_red-cross, .flags_small-GB-S, .flags_small-_somaliland,
.flags_small-_south-ossetia, .flags_small-_united-nations, .flags_small-_unknown, .flags_small-GB-WLS,
.flags_small-EN {
  background-image: url("/assets/images/flags_small.png");
  background-repeat: no-repeat;
  width: 1.5rem;
  height: 24px;
}

.flags_small-225 {
  background-image: url("/assets/images/country-flags/world.png");
  background-repeat: no-repeat;
  width: 24px;
  height: 24px;
}

.flags_small-226 {
  background-image: url("/assets/images/country-flags/africa.png");
  background-size: contain;
  background-repeat: no-repeat;
  width: 24px;
  height: 20px;
}

.flags_small-229 {
  background-image: url("/assets/images/country-flags/asia.png");
  background-size: contain;
  background-repeat: no-repeat;
  width: 24px;
  height: 20px;
}

.flags_small-SUS {
  background-image: url("/assets/images/country-flags/southamerica.png");
  background-repeat: no-repeat;
  width: 24px;
  height: 24px;
}

.flags_small-AD {
  background-position: 0 0;
}

.flags_small-AE {
  background-position: 0 -24px;
}

.flags_small-AF {
  background-position: 0 -48px;
}

.flags_small-AG {
  background-position: 0 -72px;
}

.flags_small-AI {
  background-position: 0 -96px;
}

.flags_small-AL {
  background-position: 0 -120px;
}

.flags_small-AM {
  background-position: 0 -144px;
}

.flags_small-AN {
  background-position: 0 -168px;
}

.flags_small-AO {
  background-position: 0 -192px;
}

.flags_small-AQ {
  background-position: 0 -216px;
}

.flags_small-AR {
  background-position: 0 -240px;
}

.flags_small-AS {
  background-position: 0 -264px;
}

.flags_small-AT {
  background-position: 0 -288px;
}

.flags_small-AU {
  background-position: 0 -312px;
}

.flags_small-AW {
  background-position: 0 -336px;
}

.flags_small-AX {
  background-position: 0 -360px;
}

.flags_small-AZ {
  background-position: 0 -384px;
}

.flags_small-BA {
  background-position: 0 -408px;
}

.flags_small-BB {
  background-position: 0 -432px;
}

.flags_small-BD {
  background-position: 0 -456px;
}

.flags_small-BE {
  background-position: 0 -480px;
}

.flags_small-BF {
  background-position: 0 -504px;
}

.flags_small-BG {
  background-position: 0 -528px;
}

.flags_small-BH {
  background-position: 0 -552px;
}

.flags_small-BI {
  background-position: 0 -576px;
}

.flags_small-BJ {
  background-position: 0 -600px;
}

.flags_small-BL {
  background-position: 0 -624px;
}

.flags_small-BM {
  background-position: 0 -648px;
}

.flags_small-BN {
  background-position: 0 -672px;
}

.flags_small-BO {
  background-position: 0 -696px;
}

.flags_small-BR {
  background-position: 0 -720px;
}

.flags_small-BS {
  background-position: 0 -744px;
}

.flags_small-BT {
  background-position: 0 -768px;
}

.flags_small-BW {
  background-position: 0 -792px;
}

.flags_small-BY {
  background-position: 0 -816px;
}

.flags_small-BZ {
  background-position: 0 -840px;
}

.flags_small-CA {
  background-position: 0 -864px;
}

.flags_small-CC {
  background-position: 0 -888px;
}

.flags_small-CD {
  background-position: 0 -912px;
}

.flags_small-CF {
  background-position: 0 -936px;
}

.flags_small-CG {
  background-position: 0 -960px;
}

.flags_small-CH {
  background-position: 0 -984px;
}

.flags_small-CI {
  background-position: 0 -1008px;
}

.flags_small-CK {
  background-position: 0 -1032px;
}

.flags_small-CL {
  background-position: 0 -1056px;
}

.flags_small-CM {
  background-position: 0 -1080px;
}

.flags_small-CN {
  background-position: 0 -1104px;
}

.flags_small-CO {
  background-position: 0 -1128px;
}

.flags_small-CR {
  background-position: 0 -1152px;
}

.flags_small-CU {
  background-position: 0 -1176px;
}

.flags_small-CV {
  background-position: 0 -1200px;
}

.flags_small-CW {
  background-position: 0 -1224px;
}

.flags_small-CX {
  background-position: 0 -1248px;
}

.flags_small-CY {
  background-position: 0 -1272px;
}

.flags_small-CZ {
  background-position: 0 -1296px;
}

.flags_small-DE {
  background-position: 0 -1320px;
}

.flags_small-DJ {
  background-position: 0 -1344px;
}

.flags_small-DK {
  background-position: 0 -1368px;
}

.flags_small-DM {
  background-position: 0 -1392px;
}

.flags_small-DO {
  background-position: 0 -1416px;
}

.flags_small-DZ {
  background-position: 0 -1440px;
}

.flags_small-EC {
  background-position: 0 -1464px;
}

.flags_small-EE {
  background-position: 0 -1488px;
}

.flags_small-EG {
  background-position: 0 -1512px;
}

.flags_small-EH {
  background-position: 0 -1536px;
}

.flags_small-ER {
  background-position: 0 -1560px;
}

.flags_small-ES {
  background-position: 0 -1584px;
}

.flags_small-ET {
  background-position: 0 -1608px;
}

.flags_small-EU {
  background-position: 0 -1632px;
}

.flags_small-FI {
  background-position: 0 -1656px;
}

.flags_small-FJ {
  background-position: 0 -1680px;
}

.flags_small-FK {
  background-position: 0 -1704px;
}

.flags_small-FM {
  background-position: 0 -1728px;
}

.flags_small-FO {
  background-position: 0 -1752px;
}

.flags_small-FR {
  background-position: 0 -1776px;
}

.flags_small-GA {
  background-position: 0 -1800px;
}

.flags_small-EN,
.flags_small-GB-E,
.flags_small-GB {
  background-position: 0 -1824px;
}

.flags_small-GD {
  background-position: 0 -1848px;
}

.flags_small-GE {
  background-position: 0 -1872px;
}

.flags_small-GG {
  background-position: 0 -1896px;
}

.flags_small-GH {
  background-position: 0 -1920px;
}

.flags_small-GI {
  background-position: 0 -1944px;
}

.flags_small-GL {
  background-position: 0 -1968px;
}

.flags_small-GM {
  background-position: 0 -1992px;
}

.flags_small-GN {
  background-position: 0 -2016px;
}

.flags_small-GQ {
  background-position: 0 -2040px;
}

.flags_small-GR {
  background-position: 0 -2064px;
}

.flags_small-GS {
  background-position: 0 -2088px;
}

.flags_small-GT {
  background-position: 0 -2112px;
}

.flags_small-GU {
  background-position: 0 -2136px;
}

.flags_small-GW {
  background-position: 0 -2160px;
}

.flags_small-GY {
  background-position: 0 -2184px;
}

.flags_small-HK {
  background-position: 0 -2208px;
}

.flags_small-HN {
  background-position: 0 -2232px;
}

.flags_small-HR {
  background-position: 0 -2256px;
}

.flags_small-HT {
  background-position: 0 -2280px;
}

.flags_small-HU {
  background-position: 0 -2304px;
}

.flags_small-IC {
  background-position: 0 -2328px;
}

.flags_small-ID {
  background-position: 0 -2352px;
}

.flags_small-IE {
  background-position: 0 -2376px;
}

.flags_small-IL {
  background-position: 0 -2400px;
}

.flags_small-IM {
  background-position: 0 -2424px;
}

.flags_small-IN {
  background-position: 0 -2448px;
}

.flags_small-IQ {
  background-position: 0 -2472px;
}

.flags_small-IR {
  background-position: 0 -2496px;
}

.flags_small-IS {
  background-position: 0 -2520px;
}

.flags_small-IT {
  background-position: 0 -2544px;
}

.flags_small-JE {
  background-position: 0 -2568px;
}

.flags_small-JM {
  background-position: 0 -2592px;
}

.flags_small-JO {
  background-position: 0 -2616px;
}

.flags_small-JP {
  background-position: 0 -2640px;
}

.flags_small-KE {
  background-position: 0 -2664px;
}

.flags_small-KG {
  background-position: 0 -2688px;
}

.flags_small-KH {
  background-position: 0 -2712px;
}

.flags_small-KI {
  background-position: 0 -2736px;
}

.flags_small-KM {
  background-position: 0 -2760px;
}

.flags_small-KN {
  background-position: 0 -2784px;
}

.flags_small-KP {
  background-position: 0 -2808px;
}

.flags_small-KR {
  background-position: 0 -2832px;
}

.flags_small-KW {
  background-position: 0 -2856px;
}

.flags_small-KY {
  background-position: 0 -2880px;
}

.flags_small-KZ {
  background-position: 0 -2904px;
}

.flags_small-LA {
  background-position: 0 -2928px;
}

.flags_small-LB {
  background-position: 0 -2952px;
}

.flags_small-LC {
  background-position: 0 -2976px;
}

.flags_small-LI {
  background-position: 0 -3000px;
}

.flags_small-LK {
  background-position: 0 -3024px;
}

.flags_small-LR {
  background-position: 0 -3048px;
}

.flags_small-LS {
  background-position: 0 -3072px;
}

.flags_small-LT {
  background-position: 0 -3096px;
}

.flags_small-LU {
  background-position: 0 -3120px;
}

.flags_small-LV {
  background-position: 0 -3144px;
}

.flags_small-LY {
  background-position: 0 -3168px;
}

.flags_small-MA {
  background-position: 0 -3192px;
}

.flags_small-MC {
  background-position: 0 -3216px;
}

.flags_small-MD {
  background-position: 0 -3240px;
}

.flags_small-ME {
  background-position: 0 -3264px;
}

.flags_small-MF {
  background-position: 0 -3288px;
}

.flags_small-MG {
  background-position: 0 -3312px;
}

.flags_small-MH {
  background-position: 0 -3336px;
}

.flags_small-MK {
  background-position: 0 -3360px;
}

.flags_small-ML {
  background-position: 0 -3384px;
}

.flags_small-MM {
  background-position: 0 -3408px;
}

.flags_small-MN {
  background-position: 0 -3432px;
}

.flags_small-MO {
  background-position: 0 -3456px;
}

.flags_small-MP {
  background-position: 0 -3480px;
}

.flags_small-MQ {
  background-position: 0 -3504px;
}

.flags_small-MR {
  background-position: 0 -3528px;
}

.flags_small-MS {
  background-position: 0 -3552px;
}

.flags_small-MT {
  background-position: 0 -3576px;
}

.flags_small-MU {
  background-position: 0 -3600px;
}

.flags_small-MV {
  background-position: 0 -3624px;
}

.flags_small-MW {
  background-position: 0 -3648px;
}

.flags_small-MX {
  background-position: 0 -3672px;
}

.flags_small-MY {
  background-position: 0 -3696px;
}

.flags_small-MZ {
  background-position: 0 -3720px;
}

.flags_small-NA {
  background-position: 0 -3744px;
}

.flags_small-NC {
  background-position: 0 -3768px;
}

.flags_small-NE {
  background-position: 0 -3792px;
}

.flags_small-NF {
  background-position: 0 -3816px;
}

.flags_small-NG {
  background-position: 0 -3840px;
}

.flags_small-NI {
  background-position: 0 -3864px;
}

.flags_small-NL {
  background-position: 0 -3888px;
}

.flags_small-NO {
  background-position: 0 -3912px;
}

.flags_small-NP {
  background-position: 0 -3936px;
}

.flags_small-NR {
  background-position: 0 -3960px;
}

.flags_small-NU {
  background-position: 0 -3984px;
}

.flags_small-NZ {
  background-position: 0 -4008px;
}

.flags_small-OM {
  background-position: 0 -4032px;
}

.flags_small-PA {
  background-position: 0 -4056px;
}

.flags_small-PE {
  background-position: 0 -4080px;
}

.flags_small-PF {
  background-position: 0 -4104px;
}

.flags_small-PG {
  background-position: 0 -4128px;
}

.flags_small-PH {
  background-position: 0 -4152px;
}

.flags_small-PK {
  background-position: 0 -4176px;
}

.flags_small-PL {
  background-position: 0 -4200px;
}

.flags_small-PN {
  background-position: 0 -4224px;
}

.flags_small-PR {
  background-position: 0 -4248px;
}

.flags_small-PS {
  background-position: 0 -4272px;
}

.flags_small-PT {
  background-position: 0 -4296px;
}

.flags_small-PW {
  background-position: 0 -4320px;
}

.flags_small-PY {
  background-position: 0 -4344px;
}

.flags_small-QA {
  background-position: 0 -4368px;
}

.flags_small-RO {
  background-position: 0 -4392px;
}

.flags_small-RS {
  background-position: 0 -4416px;
}

.flags_small-RU {
  background-position: 0 -4440px;
}

.flags_small-RW {
  background-position: 0 -4464px;
}

.flags_small-SA {
  background-position: 0 -4488px;
}

.flags_small-SB {
  background-position: 0 -4512px;
}

.flags_small-SC {
  background-position: 0 -4536px;
}

.flags_small-SD {
  background-position: 0 -4560px;
}

.flags_small-SE {
  background-position: 0 -4584px;
}

.flags_small-SG {
  background-position: 0 -4608px;
}

.flags_small-SH {
  background-position: 0 -4632px;
}

.flags_small-SI {
  background-position: 0 -4656px;
}

.flags_small-SK {
  background-position: 0 -4680px;
}

.flags_small-SL {
  background-position: 0 -4704px;
}

.flags_small-SM {
  background-position: 0 -4728px;
}

.flags_small-SN {
  background-position: 0 -4752px;
}

.flags_small-SO {
  background-position: 0 -4776px;
}

.flags_small-SR {
  background-position: 0 -4800px;
}

.flags_small-SS {
  background-position: 0 -4824px;
}

.flags_small-ST {
  background-position: 0 -4848px;
}

.flags_small-SV {
  background-position: 0 -4584px;
}

.flags_small-SY {
  background-position: 0 -4896px;
}

.flags_small-SZ {
  background-position: 0 -4920px;
}

.flags_small-TC {
  background-position: 0 -4944px;
}

.flags_small-TD {
  background-position: 0 -4968px;
}

.flags_small-TF {
  background-position: 0 -4992px;
}

.flags_small-TG {
  background-position: 0 -5016px;
}

.flags_small-TH {
  background-position: 0 -5040px;
}

.flags_small-TJ {
  background-position: 0 -5064px;
}

.flags_small-TK {
  background-position: 0 -5088px;
}

.flags_small-TL {
  background-position: 0 -5112px;
}

.flags_small-TM {
  background-position: 0 -5136px;
}

.flags_small-TN {
  background-position: 0 -5160px;
}

.flags_small-TO {
  background-position: 0 -5184px;
}

.flags_small-TR {
  background-position: 0 -5208px;
}

.flags_small-TT {
  background-position: 0 -5232px;
}

.flags_small-TV {
  background-position: 0 -5256px;
}

.flags_small-TW {
  background-position: 0 -5280px;
}

.flags_small-TZ {
  background-position: 0 -5304px;
}

.flags_small-UA {
  background-position: 0 -5328px;
}

.flags_small-UG {
  background-position: 0 -5352px;
}

.flags_small-US {
  background-position: 0 -5376px;
}

.flags_small-UY {
  background-position: 0 -5400px;
}

.flags_small-UZ {
  background-position: 0 -5424px;
}

.flags_small-VA {
  background-position: 0 -5448px;
}

.flags_small-VC {
  background-position: 0 -5472px;
}

.flags_small-VE {
  background-position: 0 -5496px;
}

.flags_small-VG {
  background-position: 0 -5520px;
}

.flags_small-VI {
  background-position: 0 -5544px;
}

.flags_small-VN {
  background-position: 0 -5568px;
}

.flags_small-VU {
  background-position: 0 -5592px;
}

.flags_small-WF {
  background-position: 0 -5616px;
}

.flags_small-WS {
  background-position: 0 -5640px;
}

.flags_small-YE {
  background-position: 0 -5664px;
}

.flags_small-YT {
  background-position: 0 -5688px;
}

.flags_small-ZA {
  background-position: 0 -5712px;
}

.flags_small-ZM {
  background-position: 0 -5736px;
}

.flags_small-ZW {
  background-position: 0 -5760px;
}

.flags_small-_abkhazia {
  background-position: 0 -5784px;
}

.flags_small-_basque-country {
  background-position: 0 -5808px;
}

.flags_small-_british-antarctic-territory {
  background-position: 0 -5832px;
}

.flags_small-_commonwealth {
  background-position: 0 -5856px;
}

.flags_small-GB-ENG,
.flags_small-GB-E {
  background-position: 0 -5880px;
}

.flags_small-_gosquared {
  background-position: 0 -5904px;
}

.flags_small-XK {
  background-position: 0 -5928px;
}

.flags_small-_mars {
  background-position: 0 -5952px;
}

.flags_small-_nagorno-karabakh {
  background-position: 0 -5976px;
}

.flags_small-_nato {
  background-position: 0 -6000px;
}

.flags_small-_northern-cyprus {
  background-position: 0 -6024px;
}

.flags_small-_olympics {
  background-position: 0 -6048px;
}

.flags_small-_red-cross {
  background-position: 0 -6072px;
}

.flags_small-GB-S {
  background-position: 0 -6096px;
}

.flags_small-_somaliland {
  background-position: 0 -6120px;
}

.flags_small-_south-ossetia {
  background-position: 0 -6144px;
}

.flags_small-_united-nations {
  background-position: 0 -6168px;
}

.flags_small-_unknown {
  background-position: 0 -6192px;
}

.flags_small-GB-WLS {
  background-position: 0 -6216px;
}

html[dir=rtl] select + .sb-icon {
  left: 10px;
  right: auto !important;
}
html[dir=rtl] select {
  padding: 0 10px 0 34px;
}
html[dir=rtl] select.large {
  padding: 12px 15px 0 0;
}
html[dir=rtl] .text-right {
  text-align: left;
}
html[dir=rtl] .text-left {
  text-align: right;
}
html[dir=rtl] .withdrawal-fee .field-box .field-box-sectors:first-child {
  border-radius: 0 6px 6px 0;
  border-left: 0;
  border-right: 1px solid var(--text-color-30);
}
html[dir=rtl] .withdrawal-fee .field-box .field-box-sectors:last-child {
  border-radius: 6px 0 0 6px;
}
html[dir=rtl] input ~ .error,
html[dir=rtl] input ~ .success {
  right: auto;
  left: 5px;
}
html[dir=rtl] .iti--separate-dial-code .iti__selected-dial-code,
html[dir=rtl] .iti__arrow {
  margin: 0 6px 0 0;
}
html[dir=rtl] .iti.iti--container ul,
html[dir=rtl] .iti__country-list {
  text-align: right;
  padding: 0 10px 0 34px;
}
html[dir=rtl] .iti__flag-box,
html[dir=rtl] .iti__country-name {
  margin: 0 0 0 6px;
}

/**
  #Spacers
  @example
    mr-4: margin-right: 1rem
    p-4: padding: 1rem
 */
.m-n4 {
  margin: -4px !important;
}

.mx-n4 {
  margin-right: -4px !important;
  margin-left: -4px !important;
}

.my-n4 {
  margin-top: -4px !important;
  margin-bottom: -4px !important;
}

.mt-n4 {
  margin-top: -4px !important;
}

.mr-n4 {
  margin-right: -4px !important;
}

.mb-n4 {
  margin-bottom: -4px !important;
}

.ml-n4 {
  margin-left: -4px !important;
}

.m-0 {
  margin: 0 !important;
}

.mx-0 {
  margin-right: 0 !important;
  margin-left: 0 !important;
}

.my-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.mt-0 {
  margin-top: 0 !important;
}

.mr-0 {
  margin-right: 0 !important;
}

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

.ml-0 {
  margin-left: 0 !important;
}

.m-4 {
  margin: 4px !important;
}

.mx-4 {
  margin-right: 4px !important;
  margin-left: 4px !important;
}

.my-4 {
  margin-top: 4px !important;
  margin-bottom: 4px !important;
}

.mt-4 {
  margin-top: 4px !important;
}

.mr-4 {
  margin-right: 4px !important;
}

.mb-4 {
  margin-bottom: 4px !important;
}

.ml-4 {
  margin-left: 4px !important;
}

.m-5 {
  margin: 5px !important;
}

.mx-5 {
  margin-right: 5px !important;
  margin-left: 5px !important;
}

.my-5 {
  margin-top: 5px !important;
  margin-bottom: 5px !important;
}

.mt-5 {
  margin-top: 5px !important;
}

.mr-5 {
  margin-right: 5px !important;
}

.mb-5 {
  margin-bottom: 5px !important;
}

.ml-5 {
  margin-left: 5px !important;
}

.m-6 {
  margin: 6px !important;
}

.mx-6 {
  margin-right: 6px !important;
  margin-left: 6px !important;
}

.my-6 {
  margin-top: 6px !important;
  margin-bottom: 6px !important;
}

.mt-6 {
  margin-top: 6px !important;
}

.mr-6 {
  margin-right: 6px !important;
}

.mb-6 {
  margin-bottom: 6px !important;
}

.ml-6 {
  margin-left: 6px !important;
}

.m-8 {
  margin: 8px !important;
}

.mx-8 {
  margin-right: 8px !important;
  margin-left: 8px !important;
}

.my-8 {
  margin-top: 8px !important;
  margin-bottom: 8px !important;
}

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

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

.mb-8 {
  margin-bottom: 8px !important;
}

.ml-8 {
  margin-left: 8px !important;
}

.m-10 {
  margin: 10px !important;
}

.mx-10 {
  margin-right: 10px !important;
  margin-left: 10px !important;
}

.my-10 {
  margin-top: 10px !important;
  margin-bottom: 10px !important;
}

.mt-10 {
  margin-top: 10px !important;
}

.mr-10 {
  margin-right: 10px !important;
}

.mb-10 {
  margin-bottom: 10px !important;
}

.ml-10 {
  margin-left: 10px !important;
}

.m-12 {
  margin: 12px !important;
}

.mx-12 {
  margin-right: 12px !important;
  margin-left: 12px !important;
}

.my-12 {
  margin-top: 12px !important;
  margin-bottom: 12px !important;
}

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

.mr-12 {
  margin-right: 12px !important;
}

.mb-12 {
  margin-bottom: 12px !important;
}

.ml-12 {
  margin-left: 12px !important;
}

.m-15 {
  margin: 15px !important;
}

.mx-15 {
  margin-right: 15px !important;
  margin-left: 15px !important;
}

.my-15 {
  margin-top: 15px !important;
  margin-bottom: 15px !important;
}

.mt-15 {
  margin-top: 15px !important;
}

.mr-15 {
  margin-right: 15px !important;
}

.mb-15 {
  margin-bottom: 15px !important;
}

.ml-15 {
  margin-left: 15px !important;
}

.m-16 {
  margin: 16px !important;
}

.mx-16 {
  margin-right: 16px !important;
  margin-left: 16px !important;
}

.my-16 {
  margin-top: 16px !important;
  margin-bottom: 16px !important;
}

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

.mr-16 {
  margin-right: 16px !important;
}

.mb-16 {
  margin-bottom: 16px !important;
}

.ml-16 {
  margin-left: 16px !important;
}

.m-20 {
  margin: 20px !important;
}

.mx-20 {
  margin-right: 20px !important;
  margin-left: 20px !important;
}

.my-20 {
  margin-top: 20px !important;
  margin-bottom: 20px !important;
}

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

.mr-20 {
  margin-right: 20px !important;
}

.mb-20 {
  margin-bottom: 20px !important;
}

.ml-20 {
  margin-left: 20px !important;
}

.m-24 {
  margin: 24px !important;
}

.mx-24 {
  margin-right: 24px !important;
  margin-left: 24px !important;
}

.my-24 {
  margin-top: 24px !important;
  margin-bottom: 24px !important;
}

.mt-24 {
  margin-top: 24px !important;
}

.mr-24 {
  margin-right: 24px !important;
}

.mb-24 {
  margin-bottom: 24px !important;
}

.ml-24 {
  margin-left: 24px !important;
}

.m-30 {
  margin: 30px !important;
}

.mx-30 {
  margin-right: 30px !important;
  margin-left: 30px !important;
}

.my-30 {
  margin-top: 30px !important;
  margin-bottom: 30px !important;
}

.mt-30 {
  margin-top: 30px !important;
}

.mr-30 {
  margin-right: 30px !important;
}

.mb-30 {
  margin-bottom: 30px !important;
}

.ml-30 {
  margin-left: 30px !important;
}

.m-40 {
  margin: 40px !important;
}

.mx-40 {
  margin-right: 40px !important;
  margin-left: 40px !important;
}

.my-40 {
  margin-top: 40px !important;
  margin-bottom: 40px !important;
}

.mt-40 {
  margin-top: 40px !important;
}

.mr-40 {
  margin-right: 40px !important;
}

.mb-40 {
  margin-bottom: 40px !important;
}

.ml-40 {
  margin-left: 40px !important;
}

.p-n4 {
  padding: -4px !important;
}

.px-n4 {
  padding-right: -4px !important;
  padding-left: -4px !important;
}

.py-n4 {
  padding-top: -4px !important;
  padding-bottom: -4px !important;
}

.pt-n4 {
  padding-top: -4px !important;
}

.pr-n4 {
  padding-right: -4px !important;
}

.pb-n4 {
  padding-bottom: -4px !important;
}

.pl-n4 {
  padding-left: -4px !important;
}

.p-0 {
  padding: 0 !important;
}

.px-0 {
  padding-right: 0 !important;
  padding-left: 0 !important;
}

.py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.pt-0 {
  padding-top: 0 !important;
}

.pr-0 {
  padding-right: 0 !important;
}

.pb-0 {
  padding-bottom: 0 !important;
}

.pl-0 {
  padding-left: 0 !important;
}

.p-4 {
  padding: 4px !important;
}

.px-4 {
  padding-right: 4px !important;
  padding-left: 4px !important;
}

.py-4 {
  padding-top: 4px !important;
  padding-bottom: 4px !important;
}

.pt-4 {
  padding-top: 4px !important;
}

.pr-4 {
  padding-right: 4px !important;
}

.pb-4 {
  padding-bottom: 4px !important;
}

.pl-4 {
  padding-left: 4px !important;
}

.p-5 {
  padding: 5px !important;
}

.px-5 {
  padding-right: 5px !important;
  padding-left: 5px !important;
}

.py-5 {
  padding-top: 5px !important;
  padding-bottom: 5px !important;
}

.pt-5 {
  padding-top: 5px !important;
}

.pr-5 {
  padding-right: 5px !important;
}

.pb-5 {
  padding-bottom: 5px !important;
}

.pl-5 {
  padding-left: 5px !important;
}

.p-6 {
  padding: 6px !important;
}

.px-6 {
  padding-right: 6px !important;
  padding-left: 6px !important;
}

.py-6 {
  padding-top: 6px !important;
  padding-bottom: 6px !important;
}

.pt-6 {
  padding-top: 6px !important;
}

.pr-6 {
  padding-right: 6px !important;
}

.pb-6 {
  padding-bottom: 6px !important;
}

.pl-6 {
  padding-left: 6px !important;
}

.p-8 {
  padding: 8px !important;
}

.px-8 {
  padding-right: 8px !important;
  padding-left: 8px !important;
}

.py-8 {
  padding-top: 8px !important;
  padding-bottom: 8px !important;
}

.pt-8 {
  padding-top: 8px !important;
}

.pr-8 {
  padding-right: 8px !important;
}

.pb-8 {
  padding-bottom: 8px !important;
}

.pl-8 {
  padding-left: 8px !important;
}

.p-10 {
  padding: 10px !important;
}

.px-10 {
  padding-right: 10px !important;
  padding-left: 10px !important;
}

.py-10 {
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}

.pt-10 {
  padding-top: 10px !important;
}

.pr-10 {
  padding-right: 10px !important;
}

.pb-10 {
  padding-bottom: 10px !important;
}

.pl-10 {
  padding-left: 10px !important;
}

.p-12 {
  padding: 12px !important;
}

.px-12 {
  padding-right: 12px !important;
  padding-left: 12px !important;
}

.py-12 {
  padding-top: 12px !important;
  padding-bottom: 12px !important;
}

.pt-12 {
  padding-top: 12px !important;
}

.pr-12 {
  padding-right: 12px !important;
}

.pb-12 {
  padding-bottom: 12px !important;
}

.pl-12 {
  padding-left: 12px !important;
}

.p-15 {
  padding: 15px !important;
}

.px-15 {
  padding-right: 15px !important;
  padding-left: 15px !important;
}

.py-15 {
  padding-top: 15px !important;
  padding-bottom: 15px !important;
}

.pt-15 {
  padding-top: 15px !important;
}

.pr-15 {
  padding-right: 15px !important;
}

.pb-15 {
  padding-bottom: 15px !important;
}

.pl-15 {
  padding-left: 15px !important;
}

.p-16 {
  padding: 16px !important;
}

.px-16 {
  padding-right: 16px !important;
  padding-left: 16px !important;
}

.py-16 {
  padding-top: 16px !important;
  padding-bottom: 16px !important;
}

.pt-16 {
  padding-top: 16px !important;
}

.pr-16 {
  padding-right: 16px !important;
}

.pb-16 {
  padding-bottom: 16px !important;
}

.pl-16 {
  padding-left: 16px !important;
}

.p-20 {
  padding: 20px !important;
}

.px-20 {
  padding-right: 20px !important;
  padding-left: 20px !important;
}

.py-20 {
  padding-top: 20px !important;
  padding-bottom: 20px !important;
}

.pt-20 {
  padding-top: 20px !important;
}

.pr-20 {
  padding-right: 20px !important;
}

.pb-20 {
  padding-bottom: 20px !important;
}

.pl-20 {
  padding-left: 20px !important;
}

.p-24 {
  padding: 24px !important;
}

.px-24 {
  padding-right: 24px !important;
  padding-left: 24px !important;
}

.py-24 {
  padding-top: 24px !important;
  padding-bottom: 24px !important;
}

.pt-24 {
  padding-top: 24px !important;
}

.pr-24 {
  padding-right: 24px !important;
}

.pb-24 {
  padding-bottom: 24px !important;
}

.pl-24 {
  padding-left: 24px !important;
}

.p-30 {
  padding: 30px !important;
}

.px-30 {
  padding-right: 30px !important;
  padding-left: 30px !important;
}

.py-30 {
  padding-top: 30px !important;
  padding-bottom: 30px !important;
}

.pt-30 {
  padding-top: 30px !important;
}

.pr-30 {
  padding-right: 30px !important;
}

.pb-30 {
  padding-bottom: 30px !important;
}

.pl-30 {
  padding-left: 30px !important;
}

.p-40 {
  padding: 40px !important;
}

.px-40 {
  padding-right: 40px !important;
  padding-left: 40px !important;
}

.py-40 {
  padding-top: 40px !important;
  padding-bottom: 40px !important;
}

.pt-40 {
  padding-top: 40px !important;
}

.pr-40 {
  padding-right: 40px !important;
}

.pb-40 {
  padding-bottom: 40px !important;
}

.pl-40 {
  padding-left: 40px !important;
}

.rotate-90 {
  transform: rotate(90deg) !important;
}

.rotate-180 {
  transform: rotate(180deg) !important;
}

.cut-8 {
  width: 5em;
}

.cut-20 {
  width: 12em;
}

.fs-15 {
  font-size: 15px;
}

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

.fs-40 {
  font-size: 40px;
}

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

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

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

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

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

.fc-default {
  color: #5A5A5A;
}

.fc-primary {
  color: var(--base-color);
}

.fc-success {
  color: #19b269;
}

.fc-danger {
  color: #ff5b5b;
}

.opacity-30 {
  opacity: 30%;
}

.clickable {
  cursor: pointer;
}

.text-decoration-none {
  text-decoration: none !important;
}

.d-inline-block {
  display: inline-block;
}

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

.c-accordion-item_not_rerender:not(.c-accordion-item_is_open) .c-accordion-item__body {
  display: none;
}

.c-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  font-size: 14px;
  font-weight: 600;
  padding: 10px;
  height: auto;
  line-height: 1;
  color: #fff;
  background-color: #5A5A5A;
  cursor: pointer;
}
.c-btn__marker {
  color: var(--text-color);
  position: absolute;
  min-width: 8px;
  min-height: 8px;
  right: calc(100% - 8px);
  bottom: calc(100% - 8px);
  font-weight: bold;
  font-size: 8px;
  background: var(--live-color);
  border-radius: 8px;
  text-align: center;
  padding: 4px;
  line-height: 0.8;
}
.c-btn_text {
  background-color: transparent;
  color: inherit;
  font-weight: inherit;
  padding: 0;
}
.c-btn_link {
  background-color: transparent;
  color: var(--base-color);
  font-weight: inherit;
  padding: 0;
  text-decoration: underline;
}
.c-btn_link:hover {
  text-decoration: none;
}
.c-btn_hamburger {
  color: var(--text-color);
  background-color: transparent;
}
.c-btn_pill {
  border-radius: 1000px;
}
.c-btn_round {
  border-radius: 1000px;
  width: 30px;
  height: 30px;
}
.c-btn_round.c-btn_size_l {
  width: 40px;
  height: 40px;
}
.c-btn_icon {
  padding: 0;
}
.c-btn_full {
  width: 100%;
}
.c-btn_color_primary {
  background-color: var(--base-color);
  color: var(--darken35-color);
}
.c-btn_color_secondary {
  background-color: #5A5A5A;
  color: #fff;
}
.c-btn_color_success {
  background-color: #19b269;
  color: #ffffff;
}
.c-btn_size_s {
  font-size: 12px;
  padding: 6px 8px;
}
.c-btn_size_l {
  padding: 13px 20px;
  font-size: 16px;
}
.c-btn_size_xl {
  font-weight: 700;
  font-size: 16px;
  padding: 20px;
}
.c-btn_outlined {
  background-color: transparent;
  border: 1px solid #fff;
  color: #fff;
}
.c-btn_outlined:hover, .c-btn_outlined.c-btn_active {
  border: 1px solid var(--base-color);
  color: var(--base-color);
}
.c-btn_outlined.c-btn_color_primary {
  border-color: var(--base-color);
  color: var(--base-color);
}
.c-btn_outlined.c-btn_color_secondary {
  border-color: #5A5A5A;
  color: #5A5A5A;
}
.c-btn_outlined.c-btn_color_success {
  border-color: #19b269;
  color: #19b269;
}
.c-btn:disabled, .c-btn_disabled {
  background-color: #757575;
  color: #fff;
}
.c-btn:disabled.c-btn_outlined, .c-btn_disabled.c-btn_outlined {
  background-color: transparent;
  border: 1px solid #757575;
  color: #757575;
}
.c-btn:disabled.c-btn_outlined.c-btn_active, .c-btn_disabled.c-btn_outlined.c-btn_active {
  border: 1px solid var(--base-color);
  color: var(--base-color);
}
.c-btn_loading {
  color: transparent !important;
  position: relative;
  pointer-events: none;
}
.c-btn_loading:after {
  content: "";
  display: block;
  top: 0;
  left: 0;
  position: absolute;
  right: 0;
  bottom: 0;
  background: url("/assets/images/loading-dark.svg") no-repeat center;
  background-size: 22px;
}

.c-field-box {
  width: 100%;
}
.c-field-box__hint {
  font-weight: 600;
  font-size: 12px;
  margin-top: 4px;
}
.c-field-box__icon {
  position: absolute;
  right: 5px;
  top: 5px;
}
.c-field-box__icon .sb-round-success {
  color: #19b269;
}
.c-field-box__icon .sb-round-error {
  color: #ff5b5b;
}
.c-field-box .iti {
  width: 100%;
}
.c-field-box_success {
  color: #19b269;
}
.c-field-box_error {
  color: #ff5b5b;
}
.c-field-box_loading {
  color: transparent !important;
  position: relative;
  pointer-events: none;
}
.c-field-box_loading > * {
  opacity: 0.2;
}
.c-field-box_loading:after {
  content: "";
  display: block;
  top: 0;
  left: 0;
  position: absolute;
  right: 0;
  bottom: 0;
  background: url("/assets/images/loading-dark.svg") no-repeat center;
  background-size: 22px;
}
.c-field-box_hint_float {
  background-color: rgba(97, 97, 97, 0.9215686275);
  border-radius: 6px;
  color: #fff;
  font-size: 12px;
  font-weight: 600;
  left: 0;
  margin: 0 auto;
  padding: 3px 8px;
  position: absolute;
  right: 0;
  text-align: center;
  top: calc(100% - 5px);
  width: 90%;
  z-index: 2;
}
.c-field-box_hint_float::before {
  position: absolute;
  content: "";
  left: 20px;
  bottom: 100%;
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 5px solid rgba(97, 97, 97, 0.9215686275);
}
.c-field-box_hint_float.c-field-box_success .c-field-box__hint {
  background-color: #19b269;
}
.c-field-box_hint_float.c-field-box_success .c-field-box__hint::before {
  border-bottom-color: #19b269;
}
.c-field-box_hint_float.c-field-box_error .c-field-box__hint {
  background-color: #ff5b5b;
}
.c-field-box_hint_float.c-field-box_error .c-field-box__hint::before {
  border-bottom-color: #ff5b5b;
}

.c-input {
  font-size: 14px;
  color: var(--text-color-70);
  background-color: transparent;
  border-radius: 6px;
  border: 1px solid #FFF;
  display: inline-flex;
  font-weight: 400;
  height: auto;
  padding: 10px;
  width: 100%;
}
.c-input::placeholder {
  color: #8D8D8D;
}
.c-input[type=date] {
  transition: none;
}
.c-input[type=date]:invalid {
  color: transparent;
}
.c-input[type=date]:focus {
  color: var(--text-color-70);
}
.c-input[type=date]::before {
  color: #8D8D8D;
  content: attr(placeholder);
}
.c-input[type=date]:not(:empty):focus::before, .c-input[type=date]:valid::before {
  content: "";
}
.c-input[type=date]::-webkit-calendar-picker-indicator {
  position: absolute;
  height: 100%;
  width: 100%;
  opacity: 0;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.c-input option {
  background-color: var(--darken25-color);
}
.c-input_color_primary {
  border-color: var(--base-color);
}
.c-input_active {
  border-color: var(--base-color);
  color: var(--base-color);
}

.c-input-group {
  width: 100%;
  display: flex;
  border-radius: 6px;
  border: 1px solid #FFF;
  align-items: center;
}
.c-input-group__btn {
  border: none;
}
.c-input-group__input {
  flex: 1;
  border: none;
}
.c-input-group_active {
  border-color: var(--base-color);
}
.c-input-group_active .c-input {
  color: var(--base-color);
}

.position-relative {
  position: relative !important;
}

.c-modal {
  overflow: hidden;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100dvh;
  z-index: 7000;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--darken40-color-90);
  touch-action: none;
  overscroll-behavior: contain;
}
.c-modal .image-popup {
  max-width: 80vw;
  max-height: 80vh;
}

.background-overlay {
  z-index: 6900;
  bottom: 0;
  height: 100dvh;
  left: 0;
  overflow: hidden;
  overscroll-behavior: contain;
  pointer-events: none;
  position: fixed;
  right: 0;
  top: 0;
  touch-action: none;
}
.background-overlay.blur.blur-1 {
  backdrop-filter: blur(1px);
}
.background-overlay.blur.blur-2 {
  backdrop-filter: blur(2px);
}
.background-overlay.blur.blur-3 {
  backdrop-filter: blur(3px);
}
.background-overlay.blur.blur-4 {
  backdrop-filter: blur(4px);
}
.background-overlay.blur.blur-5 {
  backdrop-filter: blur(5px);
}
.background-overlay.black-overlay.black-overlay-1 {
  background-color: rgba(0, 0, 0, 0.1);
}
.background-overlay.black-overlay.black-overlay-2 {
  background-color: rgba(0, 0, 0, 0.2);
}
.background-overlay.black-overlay.black-overlay-3 {
  background-color: rgba(0, 0, 0, 0.3);
}
.background-overlay.black-overlay.black-overlay-4 {
  background-color: rgba(0, 0, 0, 0.4);
}
.background-overlay.black-overlay.black-overlay-5 {
  background-color: rgba(0, 0, 0, 0.5);
}
.background-overlay.black-overlay.black-overlay-6 {
  background-color: rgba(0, 0, 0, 0.6);
}
.background-overlay.black-overlay.black-overlay-7 {
  background-color: rgba(0, 0, 0, 0.7);
}
.background-overlay.black-overlay.black-overlay-8 {
  background-color: rgba(0, 0, 0, 0.8);
}
.background-overlay.black-overlay.black-overlay-9 {
  background-color: rgba(0, 0, 0, 0.9);
}

.c-progress {
  background-color: #4C4C4C;
  border-radius: 1000px;
  display: flex;
  height: 8px;
  overflow: hidden;
}
.c-progress__bar {
  background-color: var(--base-color);
  border-radius: 1000px;
  max-width: 100%;
  transition: width 0.6s ease;
  width: 0;
}

.c-radio-sheet {
  position: relative;
  display: inline-flex;
  width: 100%;
  min-width: 20px;
  min-height: 20px;
  outline: none;
  cursor: pointer;
  align-items: center;
  padding: 12px 0;
  border-radius: 8px;
  border: 1px solid #757575;
  background-color: var(--darken35-color);
  color: var(--website-font-color);
}
.c-radio-sheet__input {
  position: absolute;
  opacity: 0;
  width: 20px;
  height: 20px;
  padding: 0;
  border: none;
  user-select: none;
}
.c-radio-sheet__button {
  position: relative;
  display: inline-flex;
  flex: 0 0 auto;
  width: 52px;
  align-items: center;
  justify-content: center;
}
.c-radio-sheet__button:hover .c-radio-sheet__bullet {
  stroke: var(--base-color);
}
.c-radio-sheet__bullet {
  width: 20px;
  height: 20px;
  user-select: none;
  border-radius: 100%;
  background-color: transparent;
  fill: none;
  stroke: #757575;
  stroke-width: 5%;
  transition: opacity 0.3s ease-in-out;
}
.c-radio-sheet__indicator {
  fill: var(--base-color);
  transform-origin: center center;
  transform: scale(0);
  transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out;
  opacity: 0;
}
.c-radio-sheet__content {
  position: relative;
  flex: 1 1 auto;
  margin-right: 16px;
}
.c-radio-sheet_checked {
  border-color: var(--base-color);
}
.c-radio-sheet_checked .c-radio-sheet__bullet {
  stroke: var(--base-color);
}
.c-radio-sheet_checked .c-radio-sheet__indicator {
  fill: var(--base-color);
  transform: scale(1);
  opacity: 1;
}
.c-radio-sheet_disabled .c-radio-sheet__bullet {
  stroke: #757575;
}
.c-radio-sheet_disabled .c-radio-sheet__indicator {
  fill: #757575;
}

.separator {
  background-color: #757575;
  box-sizing: border-box;
  height: 1px;
  margin: 0;
  width: 100%;
  border: none;
}

.casino-item-banner .casino-item-banner-button {
  font-weight: 600;
  font-size: 16px;
  padding: 0 20px;
  height: 40px;
}

.c-tab {
  overflow-x: auto;
  display: flex;
  margin: 0;
  padding: 0;
  list-style: none;
  color: var(--website-font-color);
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.c-tab::-webkit-scrollbar {
  display: none;
}

.c-tab-item {
  border-bottom: 1px solid transparent;
  transition: border-bottom-color 0.4s;
}
.c-tab-item:not(:last-child) {
  margin-right: 5px;
}
.c-tab-item__button {
  font-size: 13px;
  font-weight: 400;
  padding: 8px 9px;
}
.c-tab-item_active {
  border-bottom-color: var(--base-color);
}

.MissionBoard {
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 4000;
  padding: 5vh 5vw;
  background-color: rgba(0, 0, 0, 0.9);
}
.MissionBoard.hidden {
  display: none !important;
}

.btn-missions-sidebar {
  display: flex;
  gap: 10px;
  background: transparent;
  color: inherit;
  text-decoration: none;
  outline: 0 !important;
  justify-content: flex-start;
  padding: 0;
  font-family: var(--primary-font-family, "DM Sans"), sans-serif;
  font-size: 16px;
  font-weight: 400;
}
.btn-missions-sidebar .sb-icon {
  color: var(--website-side-menu-icons-color);
  font-size: 20px;
}

.btn-missions {
  right: 0;
  position: fixed;
  top: 181px;
  width: 35px;
  min-height: 109px;
  border-radius: 12px 0px 0 12px !important;
  padding: 28px 8px 12px 6px !important;
  z-index: 5000;
}
.btn-missions::before {
  content: "";
  background-image: url("/assets/images/solitics/missions-target.png");
  background-size: 100% 100%;
  display: block;
  position: absolute;
  top: -21.5px;
  right: -2px;
  width: 46.5px;
  height: 44px;
  aspect-ratio: 46.5/44;
}
.btn-missions .vertical-text {
  writing-mode: vertical-lr;
  transform: rotate(180deg);
  text-orientation: mixed;
  display: inline-block;
  font-family: var(--primary-font-family, "DM Sans"), sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
}

.deposit-modal {
  letter-spacing: 0.5px;
}
.deposit-modal header {
  width: calc(100% - 30px);
}
.deposit-modal__body {
  padding: 0 26px;
}
.deposit-modal .main-popup-wrapper {
  padding: 0 !important;
  background-color: var(--darken35-color);
  color: var(--website-deposit-modal-text-color);
}
.deposit-modal .main-popup-wrapper .main-popup-wrapper {
  background-color: transparent;
}
.deposit-modal .deposit-progressive-popup .main-popup-wrapper {
  width: 300px;
  max-width: 300px;
  min-width: 300px;
  background: #ffffff url("/assets/images/deposit-modal/progressive-bg.png") center/contain no-repeat;
  border-radius: 20px;
  color: #000000;
}
.deposit-modal .deposit-progressive-popup .main-popup-wrapper::before {
  z-index: 1;
  content: "";
  position: absolute;
  top: -16px;
  right: -16px;
  left: -16px;
  height: 151px;
  background-image: url("/assets/images/deposit-modal/progressive-bg-coins.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.deposit-modal-payment-frame {
  width: 100%;
  height: calc(100vh - 60px);
  min-height: 500px;
}

.deposit-header {
  position: sticky;
  top: 0;
  z-index: 2;
  height: 56px;
  padding: 8px;
  border-bottom: 1px solid var(--text-color-10);
  background-color: var(--darken40-color);
}
.deposit-header__title {
  text-align: center;
  font-weight: 500;
  font-size: 21px;
}
.deposit-header__close-btn {
  background: var(--x-buttons-bg-color);
  color: var(--x-buttons-color);
  cursor: pointer;
}

.deposit-header-logo {
  align-items: center;
  display: flex;
  margin: 0;
  width: 100px;
}

.deposit-accordion .c-accordion-item {
  margin-top: 10px;
  margin-bottom: 10px;
}
.deposit-accordion .c-accordion-item_is_disabled .deposit-accordion-header__title {
  cursor: default;
}

.c-accordion-item:not(:first-child).c-accordion-item_is_open .deposit-accordion-header {
  padding-top: 10px;
  border-top: 1px solid var(--text-color-10);
}

.deposit-accordion-header {
  align-items: center;
}
.deposit-accordion-header__icon {
  display: flex;
  width: 10px;
  height: 100%;
}
.deposit-accordion-header__icon::before {
  position: relative;
  top: -3px;
  right: -3px;
  content: "";
  display: inline-block;
  align-items: center;
  transform: rotate(42deg);
  height: 12px;
  width: 6px;
  border-bottom: 1px solid var(--base-color);
  border-right: 1px solid var(--base-color);
}
.deposit-accordion-header__title {
  align-items: center;
  color: #8d8d8d;
  font-size: 17px;
  font-weight: 500;
  line-height: 1.1;
  margin: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  cursor: pointer;
}
.deposit-accordion-header__action-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -20px;
  background-color: transparent;
  padding: 20px;
  margin: 0;
  height: 0;
  text-decoration: underline;
  font-size: 12px;
  font-weight: 500;
  z-index: 1;
}
.deposit-accordion-header_is_disabled .deposit-accordion-header__icon::before {
  position: static;
  height: 1px;
  width: 12px;
  background-color: var(--base-color);
  border: none;
  transform: none;
}
.deposit-accordion-header_is_active .deposit-accordion-header__icon {
  display: none;
}
.deposit-accordion-header_is_active .deposit-accordion-header__title {
  font-size: 17px;
  text-align: center;
  color: var(--website-deposit-modal-text-color);
}

.deposit-summary {
  text-align: left;
  font-size: 14px;
  font-weight: 400;
}
.deposit-summary__title {
  font-size: 18px;
  font-weight: 800;
  margin: 0;
}
.deposit-summary__method {
  background-color: #fff;
  padding: 1px;
  border-radius: 2px;
}
.deposit-summary__method-image {
  width: 22px;
  height: 12px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.deposit-summary__total {
  font-size: 16px;
  font-weight: 600;
  margin: 0;
  text-transform: uppercase;
}
.deposit-summary__fs-bonus-title {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: inline-block;
  width: 17.7em;
}

.deposit-method-button {
  background-color: #fff !important;
  padding: 4px;
  border-radius: 10px;
}
.deposit-method-button__image {
  width: 70px;
  height: 40px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.deposit-cashier-button {
  min-width: 92px;
  padding: 6px 8px;
  border-color: var(--website-deposit-modal-button-border-color);
  font-size: 13px;
  font-weight: 500;
}
.deposit-cashier-button .sb-icon {
  font-size: 20px;
  vertical-align: middle;
  color: var(--base-color);
}
.deposit-cashier-button .cashier-label {
  color: var(--website-deposit-modal-text-color);
}

.bonus-code.c-input-group {
  border-radius: 10px;
}
.bonus-code.c-input-group:not(.c-input-group_active) {
  border: 1px solid var(--website-deposit-modal-button-border-color);
}
.bonus-code.c-input-group:not(.c-input-group_active) .c-input {
  color: var(--website-deposit-modal-button-border-color);
}
.bonus-code.c-input-group:not(.c-input-group_active) .c-input::placeholder {
  color: var(--website-font-color);
}

.other-amount.c-input:not(.c-input_active) {
  border: 1px solid var(--website-deposit-modal-button-border-color);
  color: var(--website-deposit-modal-button-border-color);
}
.other-amount.c-input:not(.c-input_active)::placeholder {
  color: #5A5A5A;
}

.deposit-cashier-button .c-btn_outlined,
.deposit-amount .c-btn_outlined {
  border: 1px solid var(--website-deposit-modal-button-border-color);
  color: var(--website-deposit-modal-button-border-color);
}
.deposit-cashier-button .c-btn_outlined.c-btn_disabled.c-btn_active, .deposit-cashier-button .c-btn_outlined.c-btn_active,
.deposit-amount .c-btn_outlined.c-btn_disabled.c-btn_active,
.deposit-amount .c-btn_outlined.c-btn_active {
  border-color: var(--base-color);
  color: var(--base-color);
}

.deposit-bonus {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0 auto;
}
.deposit-bonus .deposit-bonus-item {
  position: relative;
  z-index: 0;
  display: flex;
  align-items: center;
  width: 100%;
  height: 75px;
  padding: 12px 10px;
  border: 1px solid var(--website-deposit-modal-button-border-color);
  margin-bottom: 6px;
  line-height: 1.1;
  border-radius: 10px;
  overflow: hidden;
  color: #ffffff !important;
  cursor: pointer;
  transition: border-color 0.2s ease;
}
.deposit-bonus .deposit-bonus-item::before {
  z-index: -1;
  content: "";
  position: absolute;
  height: 100%;
  aspect-ratio: 1;
  transform: scale(1.1);
  top: 0;
  right: 4px;
  bottom: 0;
  left: auto;
  opacity: 0.3;
  filter: grayscale(100%);
  background: url("/assets/images/deposit-modal/coupon1.png") center/cover no-repeat;
}
.deposit-bonus .deposit-bonus-item:nth-child(3n+2)::before {
  right: -10px;
  background-image: url("/assets/images/deposit-modal/coupon2.png");
}
.deposit-bonus .deposit-bonus-item:nth-child(3n+3)::before {
  right: -6px;
  background-image: url("/assets/images/deposit-modal/coupon3.png");
}
.deposit-bonus .deposit-bonus-item:hover, .deposit-bonus .deposit-bonus-item_selected {
  border-color: var(--base-color);
}
.deposit-bonus .deposit-bonus-item__radio {
  position: relative;
  flex-shrink: 0;
  width: 20px;
  height: 20px;
  margin-right: 12px;
}
.deposit-bonus .deposit-bonus-item__radio-button {
  width: 20px;
  height: 20px;
  border: 1px solid var(--website-deposit-modal-button-border-color);
  border-radius: 50%;
  background: transparent;
  position: relative;
  transition: border-color 0.2s ease;
}
.deposit-bonus .deposit-bonus-item__input {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
  margin: 0;
  padding: 0;
}
.deposit-bonus .deposit-bonus-item__input:checked ~ .deposit-bonus-item__radio-button {
  border-color: var(--base-color);
}
.deposit-bonus .deposit-bonus-item__input:checked ~ .deposit-bonus-item__radio-button::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--base-color);
}
.deposit-bonus .deposit-bonus-item__content {
  flex: 1;
}
.deposit-bonus .deposit-bonus-item__actions {
  position: relative;
  align-items: flex-end;
  justify-content: flex-end;
  display: flex;
  height: 100%;
  margin-left: 4px;
}
.deposit-bonus .deposit-bonus-item__title {
  font-weight: 600;
  font-size: 12px;
  color: var(--website-font-color);
}
.deposit-bonus .deposit-bonus-item__subtitle {
  font-weight: 500;
  font-size: 11px;
  line-height: 17px;
  color: var(--website-font-color);
}
.deposit-bonus .deposit-bonus-item__game-name {
  display: inline-block;
  max-width: 15ch;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  vertical-align: bottom;
}
.deposit-bonus .deposit-bonus-item__more-info {
  position: relative;
  z-index: 1;
  bottom: -5px;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  height: auto;
  font-size: 9px;
  font-weight: 300;
  line-height: normal;
  text-decoration: underline;
  color: var(--base-color);
}
.deposit-bonus .deposit-bonus-item__more-info:hover {
  text-decoration: none;
}
.deposit-bonus .deposit-bonus-item_skip {
  height: auto;
}
.deposit-bonus .deposit-bonus-item_skip::before {
  display: none;
}
.deposit-bonus.sports-bonus .deposit-bonus-item::before {
  top: 2px;
  right: -16px;
  background: url("/assets/images/deposit-modal/sports/coupon1.png") center/cover no-repeat;
}
.deposit-bonus.sports-bonus .deposit-bonus-item:nth-child(3n+2)::before {
  background-image: url("/assets/images/deposit-modal/sports/coupon2.png");
}
.deposit-bonus.sports-bonus .deposit-bonus-item:nth-child(3n+3)::before {
  background-image: url("/assets/images/deposit-modal/sports/coupon3.png");
}

.deposit-bonus-more-info-modal .c-modal {
  background-color: transparent;
}
.deposit-bonus-more-info-modal__close-btn {
  background: var(--x-buttons-bg-color);
  color: var(--x-buttons-color);
  cursor: pointer;
  font-size: 6px;
  height: 20px;
  padding: 0;
  position: absolute;
  right: 10px;
  top: 10px;
  width: 20px;
}

.deposit-bonus-more-info {
  background-color: #ffffff;
  border-radius: 20px;
  padding: 30px 20px;
  color: #000000;
  font-size: 14px;
  font-weight: 500;
}
.deposit-bonus-more-info__image {
  width: 100%;
  height: auto;
  border-radius: 20px;
}
.deposit-bonus-more-info__title {
  font-size: 22px;
  font-weight: 800;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin: 0;
}
.deposit-bonus-more-info__subtitle {
  font-size: 16px;
  font-weight: 700;
}
.deposit-bonus-more-info__game-text {
  font-size: 12px;
  font-weight: 700;
}
.deposit-bonus-more-info__game-img {
  object-fit: contain;
  width: 115px;
  height: 75px;
}
.deposit-bonus-more-info .banner-double_promotions .banner-double__content-inner {
  transform: scale(0.75);
  width: 125%;
}

.deposit-progress-table {
  width: 100%;
  text-align: left;
}
.deposit-progress-table tbody tr:nth-child(odd) {
  background-color: #ebebeb;
}
.deposit-progress-table td,
.deposit-progress-table th {
  padding: 6px 0;
}

.deposit-progressive-popup__body {
  height: 215px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 30px;
  color: #000000;
  text-align: center;
}
.deposit-progressive-popup__title {
  font-size: 21px;
  font-weight: 800;
}
.deposit-progressive-popup__code {
  font-size: 16px;
  font-weight: 700;
}

.deposit-more-info {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.deposit-more-info__section {
  border-radius: 10px;
  color: var(--website-deposit-modal-text-color);
  line-height: 1.4;
  padding: 8px 10px;
}
.deposit-more-info__button {
  font-weight: 400;
}
.deposit-more-info__button .sb-icon {
  font-size: 10px;
  margin-left: 4px;
}

.deposit-pending-warning {
  margin: 20px auto -20px;
  padding: 10px 15px;
  color: var(--website-font-color);
  background: var(--bottom-bar-color);
  border-radius: 10px;
  gap: 10px;
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  width: 300px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: left;
}
.deposit-pending-warning .sb-icon {
  font-size: 20px;
}

.registration-popup-wrapper {
  overflow-y: auto;
  height: 100%;
  width: 100%;
}
.registration-popup-wrapper * {
  font-family: var(--primary-font-family, "DM Sans"), sans-serif;
}
.registration-popup-wrapper .registration-popup-container {
  position: relative;
  height: 100%;
  background-color: var(--darken35-color);
  color: var(--website-registration-font-color);
  display: flex;
  flex-direction: column;
}
.registration-popup-wrapper .registration-popup-container .close-btn {
  position: absolute;
  top: 26px;
  right: 14px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background-color: var(--x-buttons-bg-color);
  color: var(--x-buttons-color);
  text-align: center;
  font-size: 17px;
  line-height: 22px;
}
.registration-popup-wrapper .registration-popup-container .popup-content-container {
  position: relative;
  flex: 1 1 auto;
}
.registration-popup-wrapper .registration-popup-container .popup-content-container .header-info {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  flex-direction: column;
  text-align: center;
  padding: 20px 30px;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 8px;
  margin: 10px auto 0;
  width: 300px;
  height: 140px;
}
.registration-popup-wrapper .registration-popup-container .popup-content-container .header-info .title {
  font-size: 25px;
  margin-bottom: 4px;
  font-weight: 800;
  color: var(--text-color-50);
}
.registration-popup-wrapper .registration-popup-container .popup-content-container .header-info .count {
  font-size: 25px;
  font-weight: 700;
  color: var(--text-color-50);
}
.registration-popup-wrapper .registration-popup-container .popup-content-container .header-info .description {
  font-size: 17px;
  font-weight: 500;
  line-height: 16px;
  max-width: 215px;
  color: var(--text-color-50);
}
.registration-popup-wrapper .registration-popup-container .popup-content-container .steps-wrapper {
  position: relative;
  padding: 10px;
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 15px;
  background-color: var(--darken35-color);
}
.registration-popup-wrapper .registration-popup-container .popup-content-container .steps-wrapper .wizard-steps {
  display: flex;
  align-items: center;
  gap: 8px;
}
.registration-popup-wrapper .registration-popup-container .popup-content-container .steps-wrapper .wizard-steps span {
  width: 25px;
  height: 25px;
  line-height: 23px;
  text-align: center;
  color: #C4C4C4;
  border: 1px solid #C4C4C4;
  border-radius: 50%;
  font-size: 14px;
  font-weight: 700;
}
.registration-popup-wrapper .registration-popup-container .popup-content-container .steps-wrapper .wizard-steps span.active {
  color: var(--xn-buttons-color);
  border-color: transparent;
  background-color: var(--x-buttons-bg-color);
}
.registration-popup-wrapper .registration-popup-container .popup-content-container .steps-wrapper .step-content {
  width: 100%;
  padding: 0px 15px;
}
.registration-popup-wrapper .registration-popup-container .popup-content-container .steps-wrapper .step-content .title {
  font-size: 21px;
  font-weight: 600;
  line-height: 16px;
  margin-bottom: 5px;
}
.registration-popup-wrapper .registration-popup-container .popup-content-container .steps-wrapper .step-content .description {
  font-size: 12px;
}
.registration-popup-wrapper .registration-popup-container .popup-content-container .steps-wrapper .step-content .fields-wrapper {
  padding: 10px 0;
  max-width: 293px;
  margin: 0 auto;
}
.registration-popup-wrapper .registration-popup-container .popup-content-container .steps-wrapper .step-content .fields-wrapper .field-container .field-box {
  margin-bottom: 10px;
}
.registration-popup-wrapper .registration-popup-container .popup-content-container .steps-wrapper .step-content .fields-wrapper .field-container .sb-closed-eye,
.registration-popup-wrapper .registration-popup-container .popup-content-container .steps-wrapper .step-content .fields-wrapper .field-container .sb-eye {
  position: absolute;
  right: 10px;
  top: 10px;
  background: var(--darken25-color) !important;
  width: 14px !important;
  height: 14px !important;
}
.registration-popup-wrapper .registration-popup-container .popup-content-container .steps-wrapper .step-content .fields-wrapper .field-container .input-box {
  position: relative;
}
.registration-popup-wrapper .registration-popup-container .popup-content-container .steps-wrapper .step-content .fields-wrapper .field-container select + .sb-icon {
  top: 50%;
}
.registration-popup-wrapper .registration-popup-container .popup-content-container .steps-wrapper .step-content .fields-wrapper .field-container input,
.registration-popup-wrapper .registration-popup-container .popup-content-container .steps-wrapper .step-content .fields-wrapper .field-container select {
  border: 1px solid #C4C4C4;
  border-radius: 3px;
  color: var(--always-black);
  font-weight: 500;
  height: 33px;
  padding: 0 10px;
  background: var(--website-registration-field-background) !important;
}
.registration-popup-wrapper .registration-popup-container .popup-content-container .steps-wrapper .step-content .fields-wrapper .field-container input:-webkit-autofill,
.registration-popup-wrapper .registration-popup-container .popup-content-container .steps-wrapper .step-content .fields-wrapper .field-container select:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 1000px var(--website-registration-field-background) inset !important;
  -webkit-text-fill-color: var(--always-black) !important;
}
.registration-popup-wrapper .registration-popup-container .popup-content-container .steps-wrapper .step-content .fields-wrapper .field-container input::placeholder,
.registration-popup-wrapper .registration-popup-container .popup-content-container .steps-wrapper .step-content .fields-wrapper .field-container select::placeholder {
  color: #C4C4C4;
}
.registration-popup-wrapper .registration-popup-container .popup-content-container .steps-wrapper .step-content .fields-wrapper .field-container .sb-arrow-down {
  font-size: 9px;
  color: var(--always-black);
}
.registration-popup-wrapper .registration-popup-container .popup-content-container .steps-wrapper .step-content .fields-wrapper .field-container .validate-message,
.registration-popup-wrapper .registration-popup-container .popup-content-container .steps-wrapper .step-content .fields-wrapper .field-container .input-message-error {
  margin: 0 auto;
  color: #ff5b5b;
}
.registration-popup-wrapper .registration-popup-container .popup-content-container .steps-wrapper .step-content .fields-wrapper .field-container .iti--allow-dropdown {
  width: 100%;
  display: flex;
  gap: 5px;
}
.registration-popup-wrapper .registration-popup-container .popup-content-container .steps-wrapper .step-content .fields-wrapper .field-container .iti--allow-dropdown .iti__flag-container {
  position: initial;
  height: 33px;
  border: 1px solid #C4C4C4;
  border-radius: 4px;
  padding: 0;
}
.registration-popup-wrapper .registration-popup-container .popup-content-container .steps-wrapper .step-content .fields-wrapper .field-container .iti--allow-dropdown .iti__flag-container .iti__selected-flag {
  background-color: var(--website-registration-field-background);
  color: var(--always-black);
  font-weight: 500;
}
.registration-popup-wrapper .registration-popup-container .popup-content-container .steps-wrapper .step-content .fields-wrapper .field-container .iti--allow-dropdown .iti__flag-container .iti__selected-flag .iti__arrow {
  padding-left: 8px;
  font-size: 9px;
  border: 0;
  font-family: "icomoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  height: initial;
  width: initial;
}
.registration-popup-wrapper .registration-popup-container .popup-content-container .steps-wrapper .step-content .fields-wrapper .field-container .iti--allow-dropdown .iti__flag-container .iti__selected-flag .iti__arrow:before {
  content: "\e93f";
}
.registration-popup-wrapper .registration-popup-container .popup-content-container .steps-wrapper .step-content .fields-wrapper .field-container .iti--allow-dropdown input {
  background-color: var(--always-white);
  padding: 0 10px !important;
}
.registration-popup-wrapper .registration-popup-container .popup-content-container .steps-wrapper .step-content .fields-wrapper .field-container .success {
  position: initial;
}
.registration-popup-wrapper .registration-popup-container .popup-content-container .steps-wrapper .step-content .fields-wrapper .phone-input-field.error-msg .phone-input,
.registration-popup-wrapper .registration-popup-container .popup-content-container .steps-wrapper .step-content .fields-wrapper .phone-input-field.error-msg .iti--allow-dropdown .iti__flag-container {
  border: 1px solid #C4C4C4;
}
.registration-popup-wrapper .registration-popup-container .popup-content-container .steps-wrapper .step-content .fields-wrapper .bottom-info-checkbox {
  font-size: 11px;
  line-height: 15px;
  margin: 5px 0 10px 5px;
}
.registration-popup-wrapper .registration-popup-container .popup-content-container .steps-wrapper .step-content .fields-wrapper .bottom-info-checkbox .checkbox-wrapper {
  position: relative;
  display: flex;
  align-items: flex-start;
  gap: 5px;
}
.registration-popup-wrapper .registration-popup-container .popup-content-container .steps-wrapper .step-content .fields-wrapper .bottom-info-checkbox .checkbox-wrapper.with-terms {
  flex-direction: column;
  align-items: flex-start;
}
.registration-popup-wrapper .registration-popup-container .popup-content-container .steps-wrapper .step-content .fields-wrapper .bottom-info-checkbox .checkbox-wrapper.with-terms > span {
  margin-top: -18px;
}
.registration-popup-wrapper .registration-popup-container .popup-content-container .steps-wrapper .step-content .fields-wrapper .bottom-info-checkbox .checkbox-wrapper.with-terms .input-wrapper span {
  margin-bottom: 15px;
}
.registration-popup-wrapper .registration-popup-container .popup-content-container .steps-wrapper .step-content .fields-wrapper .bottom-info-checkbox .checkbox-wrapper.terms-wrp {
  padding-left: 2px;
}
.registration-popup-wrapper .registration-popup-container .popup-content-container .steps-wrapper .step-content .fields-wrapper .bottom-info-checkbox .checkbox-wrapper > div {
  display: flex;
  gap: 5px;
}
.registration-popup-wrapper .registration-popup-container .popup-content-container .steps-wrapper .step-content .fields-wrapper .bottom-info-checkbox .checkbox-wrapper > span {
  padding-left: 15px;
}
.registration-popup-wrapper .registration-popup-container .popup-content-container .steps-wrapper .step-content .fields-wrapper .bottom-info-checkbox .checkbox-wrapper input {
  position: absolute;
  opacity: 0;
  height: 0;
  width: 0;
}
.registration-popup-wrapper .registration-popup-container .popup-content-container .steps-wrapper .step-content .fields-wrapper .bottom-info-checkbox .checkbox-wrapper .checkmark-box {
  position: relative;
  height: 15px;
  width: 15px;
  min-width: 15px;
  border: 1px solid var(--website-registration-font-color);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 2px;
}
.registration-popup-wrapper .registration-popup-container .popup-content-container .steps-wrapper .step-content .fields-wrapper .bottom-info-checkbox .checkbox-wrapper .checkmark-box .sb-checkmark {
  font-size: 9px;
  opacity: 0;
  color: var(--always-white);
}
.registration-popup-wrapper .registration-popup-container .popup-content-container .steps-wrapper .step-content .fields-wrapper .bottom-info-checkbox .checkbox-wrapper input:checked ~ .checkmark-box {
  background-color: #045BC8;
  border-color: #045BC8;
}
.registration-popup-wrapper .registration-popup-container .popup-content-container .steps-wrapper .step-content .fields-wrapper .bottom-info-checkbox .checkbox-wrapper input:checked ~ .checkmark-box .sb-checkmark {
  opacity: 1;
}
.registration-popup-wrapper .registration-popup-container .popup-content-container .steps-wrapper .step-content .fields-wrapper .bottom-info-checkbox .terms {
  color: var(--x-buttons-bg-color);
  text-decoration: underline;
}
.registration-popup-wrapper .registration-popup-container .popup-content-container .steps-wrapper .step-content .fields-wrapper button {
  background-color: #28a745;
  color: var(--always-white);
  font-weight: 500;
}
.registration-popup-wrapper .registration-popup-container .popup-content-container .steps-wrapper .step-content .fields-wrapper button[Disabled] {
  pointer-events: none;
  background-color: #757575;
  color: var(--always-white);
}
.registration-popup-wrapper .registration-popup-container .popup-content-container .steps-wrapper .step-content .fields-wrapper .login-link {
  font-size: 12px;
  text-align: center;
}
.registration-popup-wrapper .registration-popup-container .popup-content-container .steps-wrapper .step-content .fields-wrapper .login-link span {
  color: var(--x-buttons-bg-color);
}
.registration-popup-wrapper .registration-popup-container .popup-content-container .steps-wrapper .step-content .fields-wrapper .digit-container {
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: center;
}
.registration-popup-wrapper .registration-popup-container .popup-content-container .steps-wrapper .step-content .fields-wrapper .digit-container .digit-box {
  position: relative;
  width: 130px;
  height: 40px;
  margin: 0 auto;
}
.registration-popup-wrapper .registration-popup-container .popup-content-container .steps-wrapper .step-content .fields-wrapper .digit-container .digit-box .digit-entry {
  position: absolute;
  font-size: 16px;
  color: var(--always-black);
  z-index: 1;
  padding: 0 0 0 7px;
  letter-spacing: 25.5px;
  height: 40px;
  outline: none;
  width: calc(100% + 25px);
  clip: rect(0px, 126px, 40px, 0px);
  border: none;
  opacity: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.registration-popup-wrapper .registration-popup-container .popup-content-container .steps-wrapper .step-content .fields-wrapper .digit-container .digit-box .digit-entry + .numbers {
  display: flex;
  gap: 10px;
  position: relative;
  max-width: 130px;
  overflow: hidden;
}
.registration-popup-wrapper .registration-popup-container .popup-content-container .steps-wrapper .step-content .fields-wrapper .digit-container .digit-box .digit-entry + .numbers > span {
  width: 25px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  position: relative;
}
.registration-popup-wrapper .registration-popup-container .popup-content-container .steps-wrapper .step-content .fields-wrapper .digit-container .digit-box .digit-entry:focus {
  outline: none;
}
.registration-popup-wrapper .registration-popup-container .popup-content-container .steps-wrapper .step-content .fields-wrapper .digit-container .digit-box .digit-entry:focus + .numbers > span:last-child:before {
  content: "";
  position: absolute;
  left: 48px;
  height: 20px;
  background: #000;
  width: 1px;
  top: 10px;
  z-index: 1;
}
.registration-popup-wrapper .registration-popup-container .popup-content-container .steps-wrapper .step-content .fields-wrapper .digit-container .digit-box .squares-box {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  pointer-events: none;
}
.registration-popup-wrapper .registration-popup-container .popup-content-container .steps-wrapper .step-content .fields-wrapper .digit-container .digit-box .squares-box span {
  width: 25px;
  height: 40px;
  border: 1px solid #C4C4C4;
  border-radius: 4px;
}
.registration-popup-wrapper .registration-popup-container .popup-content-container .steps-wrapper .step-content .fields-wrapper .digit-container .digit-bottom-info {
  font-size: 11px;
  line-height: 35px;
}
.registration-popup-wrapper .registration-popup-container .popup-content-container .steps-wrapper .step-content .fields-wrapper .digit-container .action-container {
  width: 100%;
}
.registration-popup-wrapper .registration-popup-container .popup-content-container .steps-wrapper .step-content .fields-wrapper .digit-container .action-container .action-title {
  font-size: 19px;
  margin-bottom: 6px;
  text-align: center;
  line-height: 27px;
  font-weight: 400;
  font-family: var(--primary-font-family, "DM Sans"), sans-serif;
}
.registration-popup-wrapper .registration-popup-container .popup-content-container .steps-wrapper .step-content .fields-wrapper .digit-container .action-container .buttons-row {
  display: flex;
  align-items: center;
  gap: 5px;
}
.registration-popup-wrapper .registration-popup-container .popup-content-container .steps-wrapper .step-content .fields-wrapper .digit-container .action-container .buttons-row button {
  flex: 1;
  height: 30px;
  color: var(--always-black);
  margin: 0;
  font-size: 12px;
}
.registration-popup-wrapper .registration-popup-container .popup-content-container .steps-wrapper .step-content .fields-wrapper .digit-container .action-container .buttons-row button.basic {
  background-color: #ffcf02;
}
.registration-popup-wrapper .registration-popup-container .popup-content-container .steps-wrapper .step-content .fields-wrapper .digit-container .action-container .buttons-row button.basic .time-info {
  display: none;
}
.registration-popup-wrapper .registration-popup-container .popup-content-container .steps-wrapper .step-content .fields-wrapper .digit-container .action-container .buttons-row button.basic.disabled {
  background-color: #C4C4C4;
  color: var(--always-white);
}
.registration-popup-wrapper .registration-popup-container .popup-content-container .steps-wrapper .step-content .fields-wrapper .digit-container .action-container .buttons-row button.basic.disabled .sb-icon {
  background: var(--always-white);
}
.registration-popup-wrapper .registration-popup-container .popup-content-container .steps-wrapper .step-content .fields-wrapper .digit-container .action-container .buttons-row button.basic.disabled .sb-icon.sb-time {
  height: 8px;
  width: 8px;
}
.registration-popup-wrapper .registration-popup-container .popup-content-container .steps-wrapper .step-content .fields-wrapper .digit-container .action-container .buttons-row button.basic.disabled > .time-info {
  align-items: center;
  gap: 0;
  display: flex;
  padding: 0 5px;
  border: 1px solid var(--always-white);
  border-radius: 90px;
  margin-left: 5px;
}
.registration-popup-wrapper .registration-popup-container .popup-content-container .steps-wrapper .step-content .fields-wrapper .digit-container .action-container .buttons-row button.outline {
  border: 1px solid var(--always-black);
  background-color: var(--always-white);
}
.registration-popup-wrapper .registration-popup-container .popup-content-container .steps-wrapper .step-content .fields-wrapper .digit-container .action-container .buttons-row button .sb-icon {
  margin-right: 5px;
  width: 10px;
  height: 10px;
  background: var(--always-black);
}
.registration-popup-wrapper .registration-popup-container .popup-content-container .steps-wrapper .step-content .fields-wrapper .digit-container > button {
  margin: 15px 0;
}
.registration-popup-wrapper .registration-popup-container .popup-content-container .steps-wrapper .step-content .fields-wrapper .digit-container .error-text {
  color: #DC3545;
  font-size: 11px;
}

.registration-modal {
  letter-spacing: 0.5px;
}
.registration-modal header {
  width: calc(100% - 30px);
}
.registration-modal__body {
  padding: 0 26px;
}
.registration-modal .main-popup-wrapper {
  padding: 0 !important;
  background-color: var(--darken35-color);
  color: var(--website-deposit-modal-text-color);
}
.registration-modal .main-popup-wrapper .main-popup-wrapper {
  background-color: transparent;
}
.registration-modal .fields-wrapper button {
  height: 45px;
  max-width: 293px;
  margin: 0 auto 12px auto;
  display: block;
}
.registration-modal .registration-header {
  z-index: 2;
  height: 72px;
  padding: 8px;
  border-bottom: 1px solid var(--text-color-10);
}
.registration-modal .registration-header__title {
  text-align: center;
  font-weight: 500;
  font-size: 21px;
  color: var(--website-registration-font-color);
}
.registration-modal .registration-header__close-btn {
  background: var(--x-buttons-bg-color);
  color: var(--x-buttons-color);
  cursor: pointer;
}
.registration-modal .registration-header-logo {
  align-items: center;
  display: flex;
  margin: 0;
  width: 100px;
}

@media (min-width: 441px) {
  .registration-popup-wrapper .registration-popup-container {
    max-width: 360px !important;
  }
  .registration-popup-wrapper .steps-wrapper {
    background-color: transparent;
  }
}
.successful-registration {
  position: relative;
  width: 100%;
  min-height: 300px;
  padding: 12px 16px 24px;
  margin: 18px;
  border-radius: 8px;
  box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.7), inset 0px 0px 32px 0px rgba(0, 0, 0, 0.25);
  color: var(--website-font-color);
  text-align: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
  background-color: var(--darken35-color);
  overflow-y: auto;
  max-height: 100vh;
}
.successful-registration__close-btn {
  cursor: pointer;
  font-size: 12px;
  height: 20px;
  padding: 0;
  position: absolute;
  right: 10px;
  top: 10px;
  width: 20px;
}
.successful-registration__continue-btn {
  font-size: 16px;
  font-weight: 400;
}
.successful-registration__logo {
  width: auto;
  height: 100%;
  max-height: 56px;
}
.successful-registration__title {
  font-size: 16px;
  font-weight: 400;
  text-transform: uppercase;
}
.successful-registration__main-picture {
  width: auto;
  height: auto;
  max-height: 400px;
}
.successful-registration__subtitle {
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
}
.successful-registration__radio.c-radio-sheet_checked::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, var(--base-color) 0%, transparent 100%);
  opacity: 0.3;
  border-radius: 8px;
}

.successful-registration-radio {
  text-align: left;
}
.successful-registration-radio__label {
  color: var(--base-color);
  font-size: 11px;
  line-height: 15px;
  margin: 0;
  padding: 0;
}
.successful-registration-radio__text {
  color: var(--website-font-color);
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  margin: 0;
  padding: 0;
}
.successful-registration-radio__text-secondary {
  color: var(--website-font-color);
  font-size: 13px;
  font-weight: 500;
  line-height: 20px;
  margin: 0;
  padding: 0;
}

.successful-registration-radio-field-box.c-field-box_error .successful-registration-radio-input {
  border-color: #ff3939;
}
.successful-registration-radio-field-box.c-field-box_error .successful-registration-radio-input__input {
  color: #ff3939;
}
.successful-registration-radio-field-box.c-field-box_error .successful-registration-radio-input__clear-btn {
  color: #ff3939;
}
.successful-registration-radio-field-box.c-field-box_success .successful-registration-radio-input {
  border-color: #19b269;
}
.successful-registration-radio-field-box.c-field-box_success .successful-registration-radio-input__input {
  color: #19b269;
}
.successful-registration-radio-field-box.c-field-box_success .successful-registration-radio-input__clear-btn {
  color: #19b269;
}

.successful-registration-radio-input {
  border-radius: 8px;
  border: 1px solid #757575;
  position: relative;
  width: 100%;
  display: flex;
}
.successful-registration-radio-input::before {
  background: var(--darken35-color);
  border-radius: 8px;
  content: "";
  inset: 0;
  opacity: 0.3;
  position: absolute;
}
.successful-registration-radio-input__input {
  position: relative;
  z-index: 1;
  background-color: transparent;
  border-radius: 8px;
  border: none;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  padding: 13px 16px;
  height: auto;
  color: var(--website-font-color);
}
.successful-registration-radio-input__input::placeholder {
  color: var(--website-font-color);
  opacity: 0.5;
}
.successful-registration-radio-input__input::-ms-clear {
  display: none;
  height: 0;
  width: 0;
}
.successful-registration-radio-input:has(.successful-registration-radio-input__clear-btn) .successful-registration-radio-input__input {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.successful-registration-radio-input__clear-btn {
  position: relative;
  z-index: 1;
  padding: 13px 16px;
  background-color: transparent;
  color: var(--website-font-color);
}

.iti-mobile .successful-registration {
  max-height: 100vh;
  overflow-y: scroll;
}
.iti-mobile .successful-registration__main-picture {
  max-height: 300px;
}

.bonuses-container {
  color: var(--text-color);
}
.bonuses-container .empty-section {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.bonuses-container .empty-section .sbx-Bonuses3 {
  margin-top: 12px;
  font-size: 36px;
}

.bonuses-sections .contains-link a {
  background-color: transparent;
  color: var(--base-color);
  font-weight: inherit;
  padding: 0;
  text-decoration: underline;
}
.bonuses-sections .contains-link a:hover {
  text-decoration: none;
}

.bonuses-section {
  color: var(--text-color);
  padding-bottom: 20px;
}
.bonuses-section__title {
  color: var(--base-color);
  font-family: var(--primary-font-family, "DM Sans"), sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 1.4;
  margin: 0 0 15px;
}

.bonus-item {
  color: var(--text-color);
  margin-bottom: 30px;
}
.bonus-item__image {
  border-radius: 8px;
  margin-bottom: 15px;
}
.bonus-item__title {
  font-family: var(--primary-font-family, "DM Sans"), sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.4;
  margin: 0;
}
.bonus-item__date {
  font-size: 16px;
  font-weight: 300;
  line-height: 21px;
  margin-bottom: 10px;
}
.bonus-item__description, .bonus-item__bonus_amount {
  font-size: 13px;
  line-height: 17px;
  margin-bottom: 10px;
}
.bonus-item__description > p, .bonus-item__bonus_amount > p {
  margin: 0;
}
.bonus-item__bonus_amount {
  margin-bottom: 0;
}

.bonus-item-more {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
}
.bonus-item-more_show {
  display: block;
}

.bonus-item-more-info-btn {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  padding: 0;
  background-color: transparent;
  color: var(--base-color);
  font-size: 12px;
}
.bonus-item-more-info-btn__text {
  display: block;
  font-weight: 400;
}
.bonus-item-more-info-btn__icon {
  display: inline-block;
  font-size: 12px;
  margin: 6px;
}

.position-relative {
  position: relative !important;
}

.kyc-verification-profile {
  position: fixed;
  right: 0;
  left: 0;
  bottom: 0;
  background-color: var(--darken35-color);
  z-index: 3000;
}

.promotions-section {
  color: var(--bottom-bar-color);
  padding-bottom: 20px;
}
.promotions-section__title {
  color: var(--base-color);
  font: 400 20px/1.4 "Bowlby One", sans-serif;
  margin: 0 0 15px;
  text-transform: uppercase;
}

.promotions-card {
  display: flex;
  flex-direction: column;
  justify-content: stretch;
  background-color: var(--bottom-bar-color);
  border-radius: 20px;
  overflow: hidden;
  width: 100%;
  height: 240px;
}
.promotions-card .banner-double__content {
  width: 55%;
  padding: 14px 0 14px 15px;
}
.promotions-card .banner-double__image {
  width: 45%;
}
.promotions-card__info {
  flex: 1 1;
  margin: 14px 20px 0px 18px;
}
.promotions-card__actions {
  margin: 7px 20px 10px 18px;
}
.promotions-card__title {
  color: var(--website-font-color);
  font-size: 15px;
  font-weight: 700;
  line-height: 18px;
  margin: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.promotions-card__text {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  color: var(--website-font-color);
  font-size: 12px;
  font-weight: 500;
  line-height: 18px;
  margin: 0;
}
.promotions-card__more-link {
  color: var(--website-font-color);
  font-size: 14px;
  font-weight: 500;
}
.promotions-card__claim-now-btn {
  padding: 8px 10px;
}

.promotion-info__title {
  color: var(--base-color);
  font-size: 15px;
  font-weight: 700;
  line-height: 18px;
  margin: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding-bottom: 2px;
}
.promotion-info__text {
  color: var(--website-font-color);
  font-size: 15px;
  font-weight: 500;
  line-height: 18px;
  margin: 0;
  white-space: pre-wrap;
}

.promotion-claim-now-btn {
  height: 40px;
  border-radius: 15px;
}

.promotion-bonus-details {
  width: 100%;
  color: var(--website-font-color);
  font-size: 12px;
  font-weight: 600;
}
.promotion-bonus-details tr:not(:last-child) {
  border-bottom: 1px solid #757575;
}
.promotion-bonus-details td {
  padding-top: 10px;
  padding-bottom: 10px;
}
.promotion-bonus-details td:first-child {
  padding-right: 8px;
  color: #757575;
}

.promotion-bonus-progressive {
  width: 100%;
  color: var(--website-font-color);
  font-size: 11px;
  font-weight: 400;
  text-align: left;
}
.promotion-bonus-progressive tbody tr:nth-child(odd) {
  background-color: #757575;
}
.promotion-bonus-progressive th {
  padding: 4px 0;
  font-size: 13px;
  font-weight: 500;
}
.promotion-bonus-progressive td {
  padding: 8px 4px;
  width: 30%;
}
.promotion-bonus-progressive th:last-child,
.promotion-bonus-progressive td:last-child {
  text-align: right;
}

.promotion-tac {
  color: var(--website-font-color);
  margin: 0;
  font-size: 15px;
  font-weight: 500;
}

.promotion-not-found {
  color: var(--website-font-color);
  align-items: center;
  display: flex;
  flex-direction: column;
  text-align: center;
}
.promotion-not-found__icon {
  font-size: 40px;
}
.promotion-not-found__message {
  margin: 20px 0;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.banner-double_promotions .banner-double__text {
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  font-size: 21px;
  font-family: "Roboto", sans-serif;
}

.responsible-gaming-wrapper {
  font-family: var(--primary-font-family, "DM Sans"), sans-serif;
  color: var(--website-font-color);
  font-size: 14px;
  font-weight: 400;
}
.responsible-gaming-wrapper h3,
.responsible-gaming-wrapper h4 {
  color: var(--base-color);
  font-size: 16px;
  font-weight: 900;
}
.responsible-gaming-wrapper h3 {
  font-size: 16px;
}
.responsible-gaming-wrapper h4 {
  font-size: 14px;
}
.responsible-gaming-wrapper .reality-check-select-wrapper {
  position: relative;
  margin-bottom: 10px;
}
.responsible-gaming-wrapper .responsible-gaming-apply-btn {
  font-size: 13px;
  font-weight: 700;
  height: 40px;
}

.deposit-limit-period-btn {
  font-weight: 700;
}

.deposit-limit-amount-input {
  background-color: #fff;
  color: #000;
  height: 40px;
  border-radius: 4px;
  border-width: 1px;
}
.deposit-limit-amount-input::placeholder {
  color: #757575;
}

.deposit-limit-field-box .c-field-box__hint {
  font-weight: 700;
  font-size: 11px;
}
.deposit-limit-field-box.c-field-box_error .deposit-limit-amount-input {
  border-color: #ff5b5b;
}

.deposit-limit-create-btn {
  font-size: 13px;
  height: 40px;
}

.position-relative {
  position: relative !important;
}

.ember-cli-notifications-notification__container {
  z-index: 11000 !important;
}

.position-relative {
  position: relative !important;
}

.iti--container, .iti__country-list {
  z-index: 8000;
}

.swiper_linear .swiper-wrapper {
  transition-timing-function: linear !important;
}
/*@ sourceMappingURL=sportsbook.css.map*/