@charset "UTF-8";
.col-xxs-1, .col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xxs-2, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xxs-3, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xxs-4, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xxs-5, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xxs-6, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xxs-7, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xxs-8, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xxs-9, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xxs-10, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xxs-11, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xxs-12, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.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 {
  float: left;
}

.col-xs-1 {
  width: 8.3333333333%;
}

.col-xs-2 {
  width: 16.6666666667%;
}

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

.col-xs-4 {
  width: 33.3333333333%;
}

.col-xs-5 {
  width: 41.6666666667%;
}

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

.col-xs-7 {
  width: 58.3333333333%;
}

.col-xs-8 {
  width: 66.6666666667%;
}

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

.col-xs-10 {
  width: 83.3333333333%;
}

.col-xs-11 {
  width: 91.6666666667%;
}

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

.col-xs-pull-0 {
  right: auto;
}

.col-xs-pull-1 {
  right: 8.3333333333%;
}

.col-xs-pull-2 {
  right: 16.6666666667%;
}

.col-xs-pull-3 {
  right: 25%;
}

.col-xs-pull-4 {
  right: 33.3333333333%;
}

.col-xs-pull-5 {
  right: 41.6666666667%;
}

.col-xs-pull-6 {
  right: 50%;
}

.col-xs-pull-7 {
  right: 58.3333333333%;
}

.col-xs-pull-8 {
  right: 66.6666666667%;
}

.col-xs-pull-9 {
  right: 75%;
}

.col-xs-pull-10 {
  right: 83.3333333333%;
}

.col-xs-pull-11 {
  right: 91.6666666667%;
}

.col-xs-pull-12 {
  right: 100%;
}

.col-xs-push-0 {
  left: auto;
}

.col-xs-push-1 {
  left: 8.3333333333%;
}

.col-xs-push-2 {
  left: 16.6666666667%;
}

.col-xs-push-3 {
  left: 25%;
}

.col-xs-push-4 {
  left: 33.3333333333%;
}

.col-xs-push-5 {
  left: 41.6666666667%;
}

.col-xs-push-6 {
  left: 50%;
}

.col-xs-push-7 {
  left: 58.3333333333%;
}

.col-xs-push-8 {
  left: 66.6666666667%;
}

.col-xs-push-9 {
  left: 75%;
}

.col-xs-push-10 {
  left: 83.3333333333%;
}

.col-xs-push-11 {
  left: 91.6666666667%;
}

.col-xs-push-12 {
  left: 100%;
}

.col-xs-offset-0 {
  margin-left: 0%;
}

.col-xs-offset-1 {
  margin-left: 8.3333333333%;
}

.col-xs-offset-2 {
  margin-left: 16.6666666667%;
}

.col-xs-offset-3 {
  margin-left: 25%;
}

.col-xs-offset-4 {
  margin-left: 33.3333333333%;
}

.col-xs-offset-5 {
  margin-left: 41.6666666667%;
}

.col-xs-offset-6 {
  margin-left: 50%;
}

.col-xs-offset-7 {
  margin-left: 58.3333333333%;
}

.col-xs-offset-8 {
  margin-left: 66.6666666667%;
}

.col-xs-offset-9 {
  margin-left: 75%;
}

.col-xs-offset-10 {
  margin-left: 83.3333333333%;
}

.col-xs-offset-11 {
  margin-left: 91.6666666667%;
}

.col-xs-offset-12 {
  margin-left: 100%;
}

@media (min-width: 767.001px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }

  .col-sm-1 {
    width: 8.3333333333%;
  }

  .col-sm-2 {
    width: 16.6666666667%;
  }

  .col-sm-3 {
    width: 25%;
  }

  .col-sm-4 {
    width: 33.3333333333%;
  }

  .col-sm-5 {
    width: 41.6666666667%;
  }

  .col-sm-6 {
    width: 50%;
  }

  .col-sm-7 {
    width: 58.3333333333%;
  }

  .col-sm-8 {
    width: 66.6666666667%;
  }

  .col-sm-9 {
    width: 75%;
  }

  .col-sm-10 {
    width: 83.3333333333%;
  }

  .col-sm-11 {
    width: 91.6666666667%;
  }

  .col-sm-12 {
    width: 100%;
  }

  .col-sm-pull-0 {
    right: auto;
  }

  .col-sm-pull-1 {
    right: 8.3333333333%;
  }

  .col-sm-pull-2 {
    right: 16.6666666667%;
  }

  .col-sm-pull-3 {
    right: 25%;
  }

  .col-sm-pull-4 {
    right: 33.3333333333%;
  }

  .col-sm-pull-5 {
    right: 41.6666666667%;
  }

  .col-sm-pull-6 {
    right: 50%;
  }

  .col-sm-pull-7 {
    right: 58.3333333333%;
  }

  .col-sm-pull-8 {
    right: 66.6666666667%;
  }

  .col-sm-pull-9 {
    right: 75%;
  }

  .col-sm-pull-10 {
    right: 83.3333333333%;
  }

  .col-sm-pull-11 {
    right: 91.6666666667%;
  }

  .col-sm-pull-12 {
    right: 100%;
  }

  .col-sm-push-0 {
    left: auto;
  }

  .col-sm-push-1 {
    left: 8.3333333333%;
  }

  .col-sm-push-2 {
    left: 16.6666666667%;
  }

  .col-sm-push-3 {
    left: 25%;
  }

  .col-sm-push-4 {
    left: 33.3333333333%;
  }

  .col-sm-push-5 {
    left: 41.6666666667%;
  }

  .col-sm-push-6 {
    left: 50%;
  }

  .col-sm-push-7 {
    left: 58.3333333333%;
  }

  .col-sm-push-8 {
    left: 66.6666666667%;
  }

  .col-sm-push-9 {
    left: 75%;
  }

  .col-sm-push-10 {
    left: 83.3333333333%;
  }

  .col-sm-push-11 {
    left: 91.6666666667%;
  }

  .col-sm-push-12 {
    left: 100%;
  }

  .col-sm-offset-0 {
    margin-left: 0%;
  }

  .col-sm-offset-1 {
    margin-left: 8.3333333333%;
  }

  .col-sm-offset-2 {
    margin-left: 16.6666666667%;
  }

  .col-sm-offset-3 {
    margin-left: 25%;
  }

  .col-sm-offset-4 {
    margin-left: 33.3333333333%;
  }

  .col-sm-offset-5 {
    margin-left: 41.6666666667%;
  }

  .col-sm-offset-6 {
    margin-left: 50%;
  }

  .col-sm-offset-7 {
    margin-left: 58.3333333333%;
  }

  .col-sm-offset-8 {
    margin-left: 66.6666666667%;
  }

  .col-sm-offset-9 {
    margin-left: 75%;
  }

  .col-sm-offset-10 {
    margin-left: 83.3333333333%;
  }

  .col-sm-offset-11 {
    margin-left: 91.6666666667%;
  }

  .col-sm-offset-12 {
    margin-left: 100%;
  }
}
@media (min-width: 992.001px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }

  .col-md-1 {
    width: 8.3333333333%;
  }

  .col-md-2 {
    width: 16.6666666667%;
  }

  .col-md-3 {
    width: 25%;
  }

  .col-md-4 {
    width: 33.3333333333%;
  }

  .col-md-5 {
    width: 41.6666666667%;
  }

  .col-md-6 {
    width: 50%;
  }

  .col-md-7 {
    width: 58.3333333333%;
  }

  .col-md-8 {
    width: 66.6666666667%;
  }

  .col-md-9 {
    width: 75%;
  }

  .col-md-10 {
    width: 83.3333333333%;
  }

  .col-md-11 {
    width: 91.6666666667%;
  }

  .col-md-12 {
    width: 100%;
  }

  .col-md-pull-0 {
    right: auto;
  }

  .col-md-pull-1 {
    right: 8.3333333333%;
  }

  .col-md-pull-2 {
    right: 16.6666666667%;
  }

  .col-md-pull-3 {
    right: 25%;
  }

  .col-md-pull-4 {
    right: 33.3333333333%;
  }

  .col-md-pull-5 {
    right: 41.6666666667%;
  }

  .col-md-pull-6 {
    right: 50%;
  }

  .col-md-pull-7 {
    right: 58.3333333333%;
  }

  .col-md-pull-8 {
    right: 66.6666666667%;
  }

  .col-md-pull-9 {
    right: 75%;
  }

  .col-md-pull-10 {
    right: 83.3333333333%;
  }

  .col-md-pull-11 {
    right: 91.6666666667%;
  }

  .col-md-pull-12 {
    right: 100%;
  }

  .col-md-push-0 {
    left: auto;
  }

  .col-md-push-1 {
    left: 8.3333333333%;
  }

  .col-md-push-2 {
    left: 16.6666666667%;
  }

  .col-md-push-3 {
    left: 25%;
  }

  .col-md-push-4 {
    left: 33.3333333333%;
  }

  .col-md-push-5 {
    left: 41.6666666667%;
  }

  .col-md-push-6 {
    left: 50%;
  }

  .col-md-push-7 {
    left: 58.3333333333%;
  }

  .col-md-push-8 {
    left: 66.6666666667%;
  }

  .col-md-push-9 {
    left: 75%;
  }

  .col-md-push-10 {
    left: 83.3333333333%;
  }

  .col-md-push-11 {
    left: 91.6666666667%;
  }

  .col-md-push-12 {
    left: 100%;
  }

  .col-md-offset-0 {
    margin-left: 0%;
  }

  .col-md-offset-1 {
    margin-left: 8.3333333333%;
  }

  .col-md-offset-2 {
    margin-left: 16.6666666667%;
  }

  .col-md-offset-3 {
    margin-left: 25%;
  }

  .col-md-offset-4 {
    margin-left: 33.3333333333%;
  }

  .col-md-offset-5 {
    margin-left: 41.6666666667%;
  }

  .col-md-offset-6 {
    margin-left: 50%;
  }

  .col-md-offset-7 {
    margin-left: 58.3333333333%;
  }

  .col-md-offset-8 {
    margin-left: 66.6666666667%;
  }

  .col-md-offset-9 {
    margin-left: 75%;
  }

  .col-md-offset-10 {
    margin-left: 83.3333333333%;
  }

  .col-md-offset-11 {
    margin-left: 91.6666666667%;
  }

  .col-md-offset-12 {
    margin-left: 100%;
  }
}
@media (min-width: 1310.001px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }

  .col-lg-1 {
    width: 8.3333333333%;
  }

  .col-lg-2 {
    width: 16.6666666667%;
  }

  .col-lg-3 {
    width: 25%;
  }

  .col-lg-4 {
    width: 33.3333333333%;
  }

  .col-lg-5 {
    width: 41.6666666667%;
  }

  .col-lg-6 {
    width: 50%;
  }

  .col-lg-7 {
    width: 58.3333333333%;
  }

  .col-lg-8 {
    width: 66.6666666667%;
  }

  .col-lg-9 {
    width: 75%;
  }

  .col-lg-10 {
    width: 83.3333333333%;
  }

  .col-lg-11 {
    width: 91.6666666667%;
  }

  .col-lg-12 {
    width: 100%;
  }

  .col-lg-pull-0 {
    right: auto;
  }

  .col-lg-pull-1 {
    right: 8.3333333333%;
  }

  .col-lg-pull-2 {
    right: 16.6666666667%;
  }

  .col-lg-pull-3 {
    right: 25%;
  }

  .col-lg-pull-4 {
    right: 33.3333333333%;
  }

  .col-lg-pull-5 {
    right: 41.6666666667%;
  }

  .col-lg-pull-6 {
    right: 50%;
  }

  .col-lg-pull-7 {
    right: 58.3333333333%;
  }

  .col-lg-pull-8 {
    right: 66.6666666667%;
  }

  .col-lg-pull-9 {
    right: 75%;
  }

  .col-lg-pull-10 {
    right: 83.3333333333%;
  }

  .col-lg-pull-11 {
    right: 91.6666666667%;
  }

  .col-lg-pull-12 {
    right: 100%;
  }

  .col-lg-push-0 {
    left: auto;
  }

  .col-lg-push-1 {
    left: 8.3333333333%;
  }

  .col-lg-push-2 {
    left: 16.6666666667%;
  }

  .col-lg-push-3 {
    left: 25%;
  }

  .col-lg-push-4 {
    left: 33.3333333333%;
  }

  .col-lg-push-5 {
    left: 41.6666666667%;
  }

  .col-lg-push-6 {
    left: 50%;
  }

  .col-lg-push-7 {
    left: 58.3333333333%;
  }

  .col-lg-push-8 {
    left: 66.6666666667%;
  }

  .col-lg-push-9 {
    left: 75%;
  }

  .col-lg-push-10 {
    left: 83.3333333333%;
  }

  .col-lg-push-11 {
    left: 91.6666666667%;
  }

  .col-lg-push-12 {
    left: 100%;
  }

  .col-lg-offset-0 {
    margin-left: 0%;
  }

  .col-lg-offset-1 {
    margin-left: 8.3333333333%;
  }

  .col-lg-offset-2 {
    margin-left: 16.6666666667%;
  }

  .col-lg-offset-3 {
    margin-left: 25%;
  }

  .col-lg-offset-4 {
    margin-left: 33.3333333333%;
  }

  .col-lg-offset-5 {
    margin-left: 41.6666666667%;
  }

  .col-lg-offset-6 {
    margin-left: 50%;
  }

  .col-lg-offset-7 {
    margin-left: 58.3333333333%;
  }

  .col-lg-offset-8 {
    margin-left: 66.6666666667%;
  }

  .col-lg-offset-9 {
    margin-left: 75%;
  }

  .col-lg-offset-10 {
    margin-left: 83.3333333333%;
  }

  .col-lg-offset-11 {
    margin-left: 91.6666666667%;
  }

  .col-lg-offset-12 {
    margin-left: 100%;
  }
}
@media all and (max-width: 480px) {
  .col-xxs-1, .col-xxs-2, .col-xxs-3, .col-xxs-4, .col-xxs-5, .col-xxs-6, .col-xxs-7, .col-xxs-8, .col-xxs-9, .col-xxs-10, .col-xxs-11, .col-xxs-12 {
    float: left;
  }

  .col-xxs-1 {
    width: 8.3333333333%;
  }

  .col-xxs-2 {
    width: 16.6666666667%;
  }

  .col-xxs-3 {
    width: 25%;
  }

  .col-xxs-4 {
    width: 33.3333333333%;
  }

  .col-xxs-5 {
    width: 41.6666666667%;
  }

  .col-xxs-6 {
    width: 50%;
  }

  .col-xxs-7 {
    width: 58.3333333333%;
  }

  .col-xxs-8 {
    width: 66.6666666667%;
  }

  .col-xxs-9 {
    width: 75%;
  }

  .col-xxs-10 {
    width: 83.3333333333%;
  }

  .col-xxs-11 {
    width: 91.6666666667%;
  }

  .col-xxs-12 {
    width: 100%;
  }

  .col-xxs-pull-0 {
    right: auto;
  }

  .col-xxs-pull-1 {
    right: 8.3333333333%;
  }

  .col-xxs-pull-2 {
    right: 16.6666666667%;
  }

  .col-xxs-pull-3 {
    right: 25%;
  }

  .col-xxs-pull-4 {
    right: 33.3333333333%;
  }

  .col-xxs-pull-5 {
    right: 41.6666666667%;
  }

  .col-xxs-pull-6 {
    right: 50%;
  }

  .col-xxs-pull-7 {
    right: 58.3333333333%;
  }

  .col-xxs-pull-8 {
    right: 66.6666666667%;
  }

  .col-xxs-pull-9 {
    right: 75%;
  }

  .col-xxs-pull-10 {
    right: 83.3333333333%;
  }

  .col-xxs-pull-11 {
    right: 91.6666666667%;
  }

  .col-xxs-pull-12 {
    right: 100%;
  }

  .col-xxs-push-0 {
    left: auto;
  }

  .col-xxs-push-1 {
    left: 8.3333333333%;
  }

  .col-xxs-push-2 {
    left: 16.6666666667%;
  }

  .col-xxs-push-3 {
    left: 25%;
  }

  .col-xxs-push-4 {
    left: 33.3333333333%;
  }

  .col-xxs-push-5 {
    left: 41.6666666667%;
  }

  .col-xxs-push-6 {
    left: 50%;
  }

  .col-xxs-push-7 {
    left: 58.3333333333%;
  }

  .col-xxs-push-8 {
    left: 66.6666666667%;
  }

  .col-xxs-push-9 {
    left: 75%;
  }

  .col-xxs-push-10 {
    left: 83.3333333333%;
  }

  .col-xxs-push-11 {
    left: 91.6666666667%;
  }

  .col-xxs-push-12 {
    left: 100%;
  }

  .col-xxs-offset-0 {
    margin-left: 0%;
  }

  .col-xxs-offset-1 {
    margin-left: 8.3333333333%;
  }

  .col-xxs-offset-2 {
    margin-left: 16.6666666667%;
  }

  .col-xxs-offset-3 {
    margin-left: 25%;
  }

  .col-xxs-offset-4 {
    margin-left: 33.3333333333%;
  }

  .col-xxs-offset-5 {
    margin-left: 41.6666666667%;
  }

  .col-xxs-offset-6 {
    margin-left: 50%;
  }

  .col-xxs-offset-7 {
    margin-left: 58.3333333333%;
  }

  .col-xxs-offset-8 {
    margin-left: 66.6666666667%;
  }

  .col-xxs-offset-9 {
    margin-left: 75%;
  }

  .col-xxs-offset-10 {
    margin-left: 83.3333333333%;
  }

  .col-xxs-offset-11 {
    margin-left: 91.6666666667%;
  }

  .col-xxs-offset-12 {
    margin-left: 100%;
  }
}
/**
 * Returns a number based on position of given string in a $list-of-layers.
 */
/**
 * Mixin for adding space between elements.
 *
 * @author - Martin Kamír
 * @param {number} $gap - margin value.
 * @param {string} $direction - direction of margin.
 */
/**
 * Mixin for absolute positioning.
 *
 * @author - Martin Kamír
 *
 * NOTE: Idea taken from: https://docs.gerillass.com/docs/center/
 */
/**
 * Mixin for nested inline animation.
 *
 * @author - https://sass-lang.com/documentation/interpolation#in-sassscript
 */
/**
 * Mixin for border radius.
 *
 * @author - https://docs.gerillass.com/docs/border-radius/
 */
/**
 * Mixin for @media breakpoint.
 *
 * @author - https://docs.gerillass.com/docs/breakpoint/
 */
/**
 * Mixin for sass variable opacity.
 *
 * @author - Martin Kamír
 * @param {string} $color - Color variable.
 * @param {number} $opacity - Opacity variable.
 * @return {string} - Color with opacity.
 */
/**
 * Mixin for sass selecting child elements.
 *
 * @author - Martin Kamír
 * @param {boolean} $only-childs - true to select only child elements, false to select every child elements.
 */
/**
 * Mixin for fixed positioning.
 *
 * @author - Martin Kamír
 *
 * NOTE: Idea taken from: https://docs.gerillass.com/docs/center/
 */
/**
 * Mixin allows to improve web accessibility by hiding elements.
 *
 * @author - https://docs.gerillass.com/docs/hide/
 */
/**
 * Mixin to filter elements that match based on their position among a group of siblings and apply your style rules to only those elements.
 *
 * @author - https://docs.gerillass.com/docs/only/
 */
/**
 * Mixins to set size of element.
 *
 * @author - Martin Kamír
 * @param {number} $width - Width of element.
 * @param {number} $height - Height of element, if parameter is not used width value will be used for height property.
 */
/**
 * Mixin to add support for IE11.
 *
 */
/**
 * Mixin to add select modern browsers.
 *
 */
/**
 * Mixin to translate element.
 *
 * @author - Martin Kamír
 *
 * pos-Y - position on Y axis
 * pos-X - position on X axis
 * pos - position on Y and X axis, if parameter $y is not used pos-Y value will be used for pos-X property.
 */
.btn {
  -webkit-transition: border 0.2s ease-in-out, background 0.2s ease-in-out, color 0.2s ease-in-out;
  transition: border 0.2s ease-in-out, background 0.2s ease-in-out, color 0.2s ease-in-out;
}

a {
  -webkit-transition: border 0.2s ease-in-out, background 0.2s ease-in-out, color 0.2s ease-in-out;
  transition: border 0.2s ease-in-out, background 0.2s ease-in-out, color 0.2s ease-in-out;
}

@-webkit-keyframes show-winner-partner {
  from {
    -webkit-transform: scale(0);
            transform: scale(0);
    opacity: 0;
  }
  to {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
}

@keyframes show-winner-partner {
  from {
    -webkit-transform: scale(0);
            transform: scale(0);
    opacity: 0;
  }
  to {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
}
.fade {
  opacity: 0;
  -webkit-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
}
.fade.in {
  opacity: 1;
}

@-webkit-keyframes grayscale {
  from {
    -webkit-filter: grayscale(0%);
            filter: grayscale(0%);
  }
  to {
    -webkit-filter: grayscale(100%);
            filter: grayscale(100%);
  }
}

@keyframes grayscale {
  from {
    -webkit-filter: grayscale(0%);
            filter: grayscale(0%);
  }
  to {
    -webkit-filter: grayscale(100%);
            filter: grayscale(100%);
  }
}
@-webkit-keyframes disabled-zoom-in {
  from {
    -webkit-transform: translate(-93px, -50%) scale(1.5);
            transform: translate(-93px, -50%) scale(1.5);
    opacity: 0;
  }
  to {
    -webkit-transform: translate(-93px, -50%) scale(1);
            transform: translate(-93px, -50%) scale(1);
    opacity: 1;
  }
}
@keyframes disabled-zoom-in {
  from {
    -webkit-transform: translate(-93px, -50%) scale(1.5);
            transform: translate(-93px, -50%) scale(1.5);
    opacity: 0;
  }
  to {
    -webkit-transform: translate(-93px, -50%) scale(1);
            transform: translate(-93px, -50%) scale(1);
    opacity: 1;
  }
}
@-webkit-keyframes btn-loading {
  0% {
    -webkit-transform: perspective(1px) translate(-50%, -50%) rotate(0deg);
            transform: perspective(1px) translate(-50%, -50%) rotate(0deg);
  }
  100% {
    -webkit-transform: perspective(1px) translate(-50%, -50%) rotate(360deg);
            transform: perspective(1px) translate(-50%, -50%) rotate(360deg);
  }
}
@keyframes btn-loading {
  0% {
    -webkit-transform: perspective(1px) translate(-50%, -50%) rotate(0deg);
            transform: perspective(1px) translate(-50%, -50%) rotate(0deg);
  }
  100% {
    -webkit-transform: perspective(1px) translate(-50%, -50%) rotate(360deg);
            transform: perspective(1px) translate(-50%, -50%) rotate(360deg);
  }
}
@-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(-10px, 0, 0);
            transform: translate3d(-10px, 0, 0);
  }
  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(10px, 0, 0);
            transform: translate3d(10px, 0, 0);
  }
}
.shake {
  -webkit-animation-name: shake;
          animation-name: shake;
}

@keyframes shake {
  from, to, 25% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
  2.5%, 7.5%, 12.5%, 17.5%, 22.5% {
    -webkit-transform: translate3d(0, -5px, 0);
            transform: translate3d(0, -5px, 0);
  }
  5%, 10%, 15%, 20% {
    -webkit-transform: translate3d(0, 5px, 0);
            transform: translate3d(0, 5px, 0);
  }
}
@-webkit-keyframes shake-horizontal {
  from, to, 25% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
  2.5%, 7.5%, 12.5%, 17.5%, 22.5% {
    -webkit-transform: translate3d(-5px, 0, 0);
            transform: translate3d(-5px, 0, 0);
  }
  5%, 10%, 15%, 20% {
    -webkit-transform: translate3d(5px, 0, 0);
            transform: translate3d(5px, 0, 0);
  }
}
@keyframes shake-horizontal {
  from, to, 25% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
  2.5%, 7.5%, 12.5%, 17.5%, 22.5% {
    -webkit-transform: translate3d(-5px, 0, 0);
            transform: translate3d(-5px, 0, 0);
  }
  5%, 10%, 15%, 20% {
    -webkit-transform: translate3d(5px, 0, 0);
            transform: translate3d(5px, 0, 0);
  }
}
@-webkit-keyframes btn-shake-vertical {
  0%, 100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  10%, 30%, 50%, 70% {
    -webkit-transform: translateX(-10px);
            transform: translateX(-10px);
  }
  20%, 40%, 60% {
    -webkit-transform: translateX(10px);
            transform: translateX(10px);
  }
  80% {
    -webkit-transform: translateX(8px);
            transform: translateX(8px);
  }
  90% {
    -webkit-transform: translateX(-8px);
            transform: translateX(-8px);
  }
}
@keyframes btn-shake-vertical {
  0%, 100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  10%, 30%, 50%, 70% {
    -webkit-transform: translateX(-10px);
            transform: translateX(-10px);
  }
  20%, 40%, 60% {
    -webkit-transform: translateX(10px);
            transform: translateX(10px);
  }
  80% {
    -webkit-transform: translateX(8px);
            transform: translateX(8px);
  }
  90% {
    -webkit-transform: translateX(-8px);
            transform: translateX(-8px);
  }
}
.btn-shake-vertical {
  -webkit-animation: btn-shake-vertical 0.8s cubic-bezier(0.455, 0.03, 0.515, 0.955) both;
          animation: btn-shake-vertical 0.8s cubic-bezier(0.455, 0.03, 0.515, 0.955) both;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.fadeIn {
  -webkit-animation: fadeIn 0.2s ease-out 0s 1 forwards;
          animation: fadeIn 0.2s ease-out 0s 1 forwards;
}

@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate(0, 10%);
            transform: translate(0, 10%);
  }
  to {
    opacity: 1;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate(0, 10%);
            transform: translate(0, 10%);
  }
  to {
    opacity: 1;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}
@-webkit-keyframes show-winner {
  from {
    -webkit-transform: scale(0);
            transform: scale(0);
    opacity: 0;
  }
  to {
    -webkit-transform: scale(1.4);
            transform: scale(1.4);
    opacity: 1;
  }
}
@keyframes show-winner {
  from {
    -webkit-transform: scale(0);
            transform: scale(0);
    opacity: 0;
  }
  to {
    -webkit-transform: scale(1.4);
            transform: scale(1.4);
    opacity: 1;
  }
}
@-webkit-keyframes show-logo {
  from {
    -webkit-transform: scale(0.4);
            transform: scale(0.4);
    opacity: 0;
  }
  to {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
}
@keyframes show-logo {
  from {
    -webkit-transform: scale(0.4);
            transform: scale(0.4);
    opacity: 0;
  }
  to {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
}
@-webkit-keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@-webkit-keyframes premium-winner {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(842deg);
            transform: rotate(842deg);
  }
}
@keyframes premium-winner {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(842deg);
            transform: rotate(842deg);
  }
}
@-webkit-keyframes displayNone {
  from {
    visibility: visible;
  }
  to {
    visibility: hidden;
  }
}
@keyframes displayNone {
  from {
    visibility: visible;
  }
  to {
    visibility: hidden;
  }
}
@-webkit-keyframes alert-blink {
  from, to, 20%, 40%, 60% {
    border-color: #f5f6f7;
  }
  10%, 30%, 50% {
    border-color: #c5c5c5;
  }
}
@keyframes alert-blink {
  from, to, 20%, 40%, 60% {
    border-color: #f5f6f7;
  }
  10%, 30%, 50% {
    border-color: #c5c5c5;
  }
}
@-webkit-keyframes tooltip-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, -16px, 0);
            transform: translate3d(0, -16px, 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, -8px, 0);
            transform: translate3d(0, -8px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
            transform: translate3d(0, -4px, 0);
  }
}
@keyframes tooltip-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, -16px, 0);
            transform: translate3d(0, -16px, 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, -8px, 0);
            transform: translate3d(0, -8px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
            transform: translate3d(0, -4px, 0);
  }
}
.scale {
  pointer-events: none;
  opacity: 0;
  -webkit-transform: scale(0.8);
          transform: scale(0.8);
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.scale.is-scaled {
  pointer-events: all;
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
}

@-webkit-keyframes bounceIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.3) translate3d(0, 0, 0);
            transform: scale(0.3) translate3d(0, 0, 0);
  }
  50% {
    opacity: 0.9;
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  80% {
    opacity: 1;
    -webkit-transform: scale(0.89);
            transform: scale(0.89);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1) translate3d(0, 0, 0);
            transform: scale(1) translate3d(0, 0, 0);
  }
}

@keyframes bounceIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.3) translate3d(0, 0, 0);
            transform: scale(0.3) translate3d(0, 0, 0);
  }
  50% {
    opacity: 0.9;
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  80% {
    opacity: 1;
    -webkit-transform: scale(0.89);
            transform: scale(0.89);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1) translate3d(0, 0, 0);
            transform: scale(1) translate3d(0, 0, 0);
  }
}
@-webkit-keyframes bounceInBig {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.3) translate3d(0, 0, 0);
            transform: scale(0.3) translate3d(0, 0, 0);
  }
  50% {
    opacity: 0.9;
    -webkit-transform: scale(1.6);
            transform: scale(1.6);
  }
  80% {
    opacity: 1;
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1) translate3d(0, 0, 0);
            transform: scale(1) translate3d(0, 0, 0);
  }
}
@keyframes bounceInBig {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.3) translate3d(0, 0, 0);
            transform: scale(0.3) translate3d(0, 0, 0);
  }
  50% {
    opacity: 0.9;
    -webkit-transform: scale(1.6);
            transform: scale(1.6);
  }
  80% {
    opacity: 1;
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1) translate3d(0, 0, 0);
            transform: scale(1) translate3d(0, 0, 0);
  }
}
.collapse.collapse--accessible:not(.in) {
  height: 0;
  display: block;
  overflow: hidden;
}

@-webkit-keyframes slideOutTop {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(-1000px);
            transform: translateY(-1000px);
    opacity: 0;
  }
}

@keyframes slideOutTop {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(-1000px);
            transform: translateY(-1000px);
    opacity: 0;
  }
}
@-webkit-keyframes bounceInTop {
  0% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  38% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
  55% {
    -webkit-transform: translateY(-65px);
            transform: translateY(-65px);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  72% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
  81% {
    -webkit-transform: translateY(-28px);
            transform: translateY(-28px);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  90% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
  95% {
    -webkit-transform: translateY(-8px);
            transform: translateY(-8px);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
}
@keyframes bounceInTop {
  0% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  38% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
  55% {
    -webkit-transform: translateY(-65px);
            transform: translateY(-65px);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  72% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
  81% {
    -webkit-transform: translateY(-28px);
            transform: translateY(-28px);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  90% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
  95% {
    -webkit-transform: translateY(-8px);
            transform: translateY(-8px);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
}
@-webkit-keyframes wobbleHorBottom {
  0%, 10% {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
    -webkit-transform-origin: 50% 50%;
            transform-origin: 50% 50%;
  }
  1.5% {
    -webkit-transform: translateX(-10px) rotate(-6deg);
            transform: translateX(-10px) rotate(-6deg);
  }
  3% {
    -webkit-transform: translateX(5px) rotate(6deg);
            transform: translateX(5px) rotate(6deg);
  }
  4.5% {
    -webkit-transform: translateX(-5px) rotate(-3.6deg);
            transform: translateX(-5px) rotate(-3.6deg);
  }
  6% {
    -webkit-transform: translateX(3px) rotate(2.4deg);
            transform: translateX(3px) rotate(2.4deg);
  }
  7.5% {
    -webkit-transform: translateX(-2px) rotate(-1.2deg);
            transform: translateX(-2px) rotate(-1.2deg);
  }
}
@keyframes wobbleHorBottom {
  0%, 10% {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
    -webkit-transform-origin: 50% 50%;
            transform-origin: 50% 50%;
  }
  1.5% {
    -webkit-transform: translateX(-10px) rotate(-6deg);
            transform: translateX(-10px) rotate(-6deg);
  }
  3% {
    -webkit-transform: translateX(5px) rotate(6deg);
            transform: translateX(5px) rotate(6deg);
  }
  4.5% {
    -webkit-transform: translateX(-5px) rotate(-3.6deg);
            transform: translateX(-5px) rotate(-3.6deg);
  }
  6% {
    -webkit-transform: translateX(3px) rotate(2.4deg);
            transform: translateX(3px) rotate(2.4deg);
  }
  7.5% {
    -webkit-transform: translateX(-2px) rotate(-1.2deg);
            transform: translateX(-2px) rotate(-1.2deg);
  }
}
@-webkit-keyframes heartbeat {
  from {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-transform-origin: center center;
            transform-origin: center center;
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
  1.5% {
    -webkit-transform: scale(1.27);
            transform: scale(1.27);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  2.55% {
    -webkit-transform: scale(1.06);
            transform: scale(1.06);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
  4.95% {
    -webkit-transform: scale(1.39);
            transform: scale(1.39);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  6.75% {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
}
@keyframes heartbeat {
  from {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-transform-origin: center center;
            transform-origin: center center;
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
  1.5% {
    -webkit-transform: scale(1.27);
            transform: scale(1.27);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  2.55% {
    -webkit-transform: scale(1.06);
            transform: scale(1.06);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
  4.95% {
    -webkit-transform: scale(1.39);
            transform: scale(1.39);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  6.75% {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
}
@-webkit-keyframes heartBeatBtn {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  3.5% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  7% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  10.5% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  17.5% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes heartBeatBtn {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  3.5% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  7% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  10.5% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  17.5% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@-webkit-keyframes shakeVertical {
  0%, 100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  10%, 30%, 50%, 70% {
    -webkit-transform: translateY(-8px);
            transform: translateY(-8px);
  }
  20%, 40%, 60% {
    -webkit-transform: translateY(8px);
            transform: translateY(8px);
  }
  80% {
    -webkit-transform: translateY(6.4px);
            transform: translateY(6.4px);
  }
  90% {
    -webkit-transform: translateY(-6.4px);
            transform: translateY(-6.4px);
  }
}
@keyframes shakeVertical {
  0%, 100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  10%, 30%, 50%, 70% {
    -webkit-transform: translateY(-8px);
            transform: translateY(-8px);
  }
  20%, 40%, 60% {
    -webkit-transform: translateY(8px);
            transform: translateY(8px);
  }
  80% {
    -webkit-transform: translateY(6.4px);
            transform: translateY(6.4px);
  }
  90% {
    -webkit-transform: translateY(-6.4px);
            transform: translateY(-6.4px);
  }
}
@-webkit-keyframes btnPulseSuccess {
  from {
    box-shadow: 0 0 0 0 rgba(101, 163, 37, 0.3);
  }
  to {
    box-shadow: 0 0 0 45px rgba(101, 163, 37, 0);
  }
}
@keyframes btnPulseSuccess {
  from {
    box-shadow: 0 0 0 0 rgba(101, 163, 37, 0.3);
  }
  to {
    box-shadow: 0 0 0 45px rgba(101, 163, 37, 0);
  }
}
@-webkit-keyframes btnPulsePrimary {
  from {
    box-shadow: 0 0 0 0 rgba(227, 121, 33, 0.3);
  }
  to {
    box-shadow: 0 0 0 45px rgba(227, 121, 33, 0);
  }
}
@keyframes btnPulsePrimary {
  from {
    box-shadow: 0 0 0 0 rgba(227, 121, 33, 0.3);
  }
  to {
    box-shadow: 0 0 0 45px rgba(227, 121, 33, 0);
  }
}
@-webkit-keyframes tooltipFloat {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-6px);
            transform: translateY(-6px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes tooltipFloat {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-6px);
            transform: translateY(-6px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes shakeHorizontal {
  0%, 100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  10%, 30%, 50%, 70% {
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px);
  }
  20%, 40%, 60% {
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
  }
  80% {
    -webkit-transform: translateX(8px);
    transform: translateX(8px);
  }
  90% {
    -webkit-transform: translateX(-8px);
    transform: translateX(-8px);
  }
}
@keyframes shakeHorizontal {
  0%, 100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  10%, 30%, 50%, 70% {
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px);
  }
  20%, 40%, 60% {
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
  }
  80% {
    -webkit-transform: translateX(8px);
    transform: translateX(8px);
  }
  90% {
    -webkit-transform: translateX(-8px);
    transform: translateX(-8px);
  }
}
@-webkit-keyframes slide-in-right {
  0% {
    -webkit-transform: translateX(1000px);
    transform: translateX(1000px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes slide-in-right {
  0% {
    -webkit-transform: translateX(1000px);
    transform: translateX(1000px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}
@-webkit-keyframes slide-in-left {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(1000px);
    transform: translateX(1000px);
    opacity: 0;
  }
}
@keyframes slide-in-left {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(1000px);
    transform: translateX(1000px);
    opacity: 0;
  }
}
@-webkit-keyframes thumbsUp {
  from {
    -webkit-transform: rotate(-90deg);
            transform: rotate(-90deg);
  }
  to {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}
@keyframes thumbsUp {
  from {
    -webkit-transform: rotate(-90deg);
            transform: rotate(-90deg);
  }
  to {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}
@-webkit-keyframes thumbsDown {
  from {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
  to {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}
@keyframes thumbsDown {
  from {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
  to {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}
@-webkit-keyframes gearRotation {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes gearRotation {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
.rotate {
  -webkit-animation: gearRotation 8s linear infinite;
          animation: gearRotation 8s linear infinite;
  -webkit-transform-origin: center;
          transform-origin: center;
  transform-box: fill-box;
}
.rotate.rotate--reverse {
  animation-direction: reverse;
}

@-webkit-keyframes puzzlePulse {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-filter: drop-shadow(1px 1px 0 #fff) drop-shadow(-1px -1px 0 #fff);
            filter: drop-shadow(1px 1px 0 #fff) drop-shadow(-1px -1px 0 #fff);
  }
  50% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
    -webkit-filter: drop-shadow(1px 1px 0 #e37921) drop-shadow(-1px -1px 0 #e37921);
            filter: drop-shadow(1px 1px 0 #e37921) drop-shadow(-1px -1px 0 #e37921);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-filter: drop-shadow(1px 1px 0 #fff) drop-shadow(-1px -1px 0 #fff);
            filter: drop-shadow(1px 1px 0 #fff) drop-shadow(-1px -1px 0 #fff);
  }
}

@keyframes puzzlePulse {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-filter: drop-shadow(1px 1px 0 #fff) drop-shadow(-1px -1px 0 #fff);
            filter: drop-shadow(1px 1px 0 #fff) drop-shadow(-1px -1px 0 #fff);
  }
  50% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
    -webkit-filter: drop-shadow(1px 1px 0 #e37921) drop-shadow(-1px -1px 0 #e37921);
            filter: drop-shadow(1px 1px 0 #e37921) drop-shadow(-1px -1px 0 #e37921);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-filter: drop-shadow(1px 1px 0 #fff) drop-shadow(-1px -1px 0 #fff);
            filter: drop-shadow(1px 1px 0 #fff) drop-shadow(-1px -1px 0 #fff);
  }
}
@-webkit-keyframes puzzleFlip {
  0% {
    -webkit-transform: translateY(0) rotateX(0);
            transform: translateY(0) rotateX(0);
    -webkit-transform-origin: 50% 0%;
            transform-origin: 50% 0%;
  }
  100% {
    -webkit-transform: translateY(-100%) rotateX(180deg);
            transform: translateY(-100%) rotateX(180deg);
    -webkit-transform-origin: 50% 100%;
            transform-origin: 50% 100%;
  }
}
@keyframes puzzleFlip {
  0% {
    -webkit-transform: translateY(0) rotateX(0);
            transform: translateY(0) rotateX(0);
    -webkit-transform-origin: 50% 0%;
            transform-origin: 50% 0%;
  }
  100% {
    -webkit-transform: translateY(-100%) rotateX(180deg);
            transform: translateY(-100%) rotateX(180deg);
    -webkit-transform-origin: 50% 100%;
            transform-origin: 50% 100%;
  }
}
@-webkit-keyframes puzzleSlideBack {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  100% {
    -webkit-transform: translateZ(-400px);
    transform: translateZ(-400px);
  }
}
@keyframes puzzleSlideBack {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  100% {
    -webkit-transform: translateZ(-400px);
    transform: translateZ(-400px);
  }
}
@-webkit-keyframes flip-vertical-left {
  0% {
    -webkit-transform: rotateY(0);
    transform: rotateY(0);
  }
  100% {
    -webkit-transform: rotateY(380deg);
    transform: rotateY(380deg);
  }
}
@keyframes flip-vertical-left {
  0% {
    -webkit-transform: rotateY(0);
    transform: rotateY(0);
  }
  100% {
    -webkit-transform: rotateY(380deg);
    transform: rotateY(380deg);
  }
}
@-webkit-keyframes scaleUp {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes scaleUp {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@-webkit-keyframes btnPulse {
  0% {
    box-shadow: 0 0 0 0 rgba(227, 121, 33, 0.5);
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
  70% {
    box-shadow: 0 0 0 20px rgba(227, 121, 33, 0.8);
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(227, 121, 33, 0.6);
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
}
@keyframes btnPulse {
  0% {
    box-shadow: 0 0 0 0 rgba(227, 121, 33, 0.5);
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
  70% {
    box-shadow: 0 0 0 20px rgba(227, 121, 33, 0.8);
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(227, 121, 33, 0.6);
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
}
@-webkit-keyframes appear-a {
  from {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  to {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes appear-a {
  from {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  to {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@-webkit-keyframes appear-b {
  from {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  to {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes appear-b {
  from {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  to {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@-webkit-keyframes fail {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  25% {
    -webkit-transform: rotate(-2deg);
            transform: rotate(-2deg);
  }
  50% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  75% {
    -webkit-transform: rotate(2deg);
            transform: rotate(2deg);
  }
  100% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
}
@keyframes fail {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  25% {
    -webkit-transform: rotate(-2deg);
            transform: rotate(-2deg);
  }
  50% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  75% {
    -webkit-transform: rotate(2deg);
            transform: rotate(2deg);
  }
  100% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
}
@-webkit-keyframes next {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  25% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  49.8% {
    opacity: 1;
  }
  49.9% {
    opacity: 0;
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  50.1% {
    opacity: 0;
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  50.2% {
    opacity: 1;
  }
  75% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@keyframes next {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  25% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  49.8% {
    opacity: 1;
  }
  49.9% {
    opacity: 0;
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  50.1% {
    opacity: 0;
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  50.2% {
    opacity: 1;
  }
  75% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@-webkit-keyframes unlock {
  from {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  to {
    -webkit-transform: translateY(-30px);
            transform: translateY(-30px);
  }
}
@keyframes unlock {
  from {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  to {
    -webkit-transform: translateY(-30px);
            transform: translateY(-30px);
  }
}
@-webkit-keyframes puzzleWin {
  0% {
    opacity: 0;
  }
  75% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes puzzleWin {
  0% {
    opacity: 0;
  }
  75% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes puzzleCover {
  0% {
    opacity: 1;
    -webkit-transform: scale(1.5);
            transform: scale(1.5);
  }
  40% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  75% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes puzzleCover {
  0% {
    opacity: 1;
    -webkit-transform: scale(1.5);
            transform: scale(1.5);
  }
  40% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  75% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@-webkit-keyframes scaleUpResult {
  0% {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
    opacity: 0;
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
}
@keyframes scaleUpResult {
  0% {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
    opacity: 0;
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
}
.content:where(h1:not(.ignore-content-styles h1)),
.content:where(.h1:not(.ignore-content-styles .h1)) {
  margin: 20px 0 30px;
  font-size: 42px;
  font-weight: 200;
  line-height: 1.2;
  text-align: center;
}
@media all and (max-width: 767px) {
  .content:where(h1:not(.ignore-content-styles h1)),
.content:where(.h1:not(.ignore-content-styles .h1)) {
    margin: 20px 0 15px;
  }
}
@media all and (max-width: 480px) {
  .content:where(h1:not(.ignore-content-styles h1)),
.content:where(.h1:not(.ignore-content-styles .h1)) {
    font-size: 26px;
  }
}
.content:where(h1:not(.ignore-content-styles h1)).small,
.content:where(.h1:not(.ignore-content-styles .h1)).small {
  margin-top: 22px;
  margin-bottom: 11px;
  font-size: 28px;
  line-height: 1.1;
}
.content:where(h1:not(.ignore-content-styles h1)).text-left,
.content:where(.h1:not(.ignore-content-styles .h1)).text-left {
  text-align: left;
}
.content:where(h1:not(.ignore-content-styles h1)).prize-h1,
.content:where(.h1:not(.ignore-content-styles .h1)).prize-h1 {
  margin: 20px 0 10px;
}
@media all and (max-width: 767px) {
  .content:where(h1:not(.ignore-content-styles h1)).prize-h1,
.content:where(.h1:not(.ignore-content-styles .h1)).prize-h1 {
    margin: 15px 0 10px;
  }
}

.content:where(h2:not(.ignore-content-styles h2)),
.content:where(.h2:not(.ignore-content-styles .h2)) {
  margin: 30px 0 20px;
  font-size: 32px;
  font-weight: 200;
  line-height: 1.2;
  text-align: center;
}
@media all and (max-width: 480px) {
  .content:where(h2:not(.ignore-content-styles h2)),
.content:where(.h2:not(.ignore-content-styles .h2)) {
    margin: 30px 0 12px;
    font-size: 22px;
  }
}
.content:where(h2:not(.ignore-content-styles h2)).text-left,
.content:where(.h2:not(.ignore-content-styles .h2)).text-left {
  text-align: left;
}

.content:where(h3:not(.ignore-content-styles h3)),
.content:where(.h3:not(.ignore-content-styles .h3)) {
  margin: 10px 0 15px;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.2;
}

.content:where(h4:not(.ignore-content-styles h4)),
.content:where(.h4:not(.ignore-content-styles .h4)) {
  font-size: 15px;
  font-weight: 500;
  line-height: 1.5333333333;
}

.content:where(p:not(.ignore-content-styles .h4)),
.content:where(.p:not(.ignore-content-styles .h4)) {
  margin: 5px 0 15px;
  font-size: 15px;
  line-height: 1.5333333333;
}
.content:where(p:not(.ignore-content-styles .h4)).text-large,
.content:where(.p:not(.ignore-content-styles .h4)).text-large {
  font-size: 24px;
}
.content:where(p:not(.ignore-content-styles .h4)).text-tiny,
.content:where(.p:not(.ignore-content-styles .h4)).text-tiny {
  font-size: 12px;
}
.content:where(p:not(.ignore-content-styles .h4)).small,
.content:where(.p:not(.ignore-content-styles .h4)).small {
  font-size: 85%;
  line-height: 1.5333333333;
}

.content .lead {
  max-width: 500px;
  margin: 20px auto 40px;
  font-size: 18px;
  line-height: 1.5555555556;
  text-align: center;
}
.content .lead + .lead {
  margin-top: -20px;
}
.content .lead2 {
  margin: 1.2em auto;
  font-size: 32px;
  line-height: 1.2;
}
.content .btn {
  font-size: 15px;
}
.content .btn.btn-larger {
  font-size: 19px;
}
@media all and (max-width: 380px) {
  .content .btn.btn-larger {
    font-size: 1.3rem;
    font-size: clamp(1.25rem, -0.7rem + 7vw, 1.9rem);
    width: 100%;
    padding: 0 !important;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
            align-items: center;
    -webkit-justify-content: center;
            justify-content: center;
    -webkit-flex-direction: row;
            flex-direction: row;
  }
}
@media screen and (max-width: 380px) and (-ms-high-contrast: active), (max-width: 380px) and (-ms-high-contrast: none) {
  .content .btn.btn-larger > * + * {
    margin-top: 0;
  }
}
.content .navbar-default {
  position: fixed !important;
  top: 0;
  right: 0;
  left: 0;
}
.content .navbar-default .btn {
  font-size: 14px;
}
@media all and (max-width: 1460px) {
  .content .navbar-default .btn {
    font-size: 0;
  }
}
.content div.as-p {
  margin: 5px 0 15px;
  font-size: 15px;
  font-weight: 300;
  line-height: 1.5333333333;
  color: #414141;
}
.content div:not(.navbar-default) .container:not(.prizes) ul:not(.pagination) {
  margin: 15px 0 15px 10px;
  padding-left: 0;
}
@media all and (max-width: 420px) {
  .content div:not(.navbar-default) .container:not(.prizes) ul:not(.pagination) {
    margin: 15px 0 15px 0;
  }
}
.content div:not(.navbar-default) .container:not(.prizes) ul:not(.pagination) li {
  position: relative;
  padding-left: 18px;
  line-height: 1.5333333333;
  list-style-type: none;
  font-size: 1.5rem;
}
@media all and (max-width: 420px) {
  .content div:not(.navbar-default) .container:not(.prizes) ul:not(.pagination) li {
    font-size: 1.3rem;
  }
}
.content div:not(.navbar-default) .container:not(.prizes) ul:not(.pagination) li:before {
  position: absolute;
  top: 9px;
  left: 5px;
  width: 3px;
  height: 3px;
  content: "";
  display: block;
  background-color: #414141;
  border-radius: 100%;
}
.content div:not(.navbar-default) .container:not(.prizes) ul:not(.pagination) li.text-white:before {
  background-color: #ffffff;
}
.content .page-title h1 {
  margin-top: 22px;
  margin-bottom: 11px;
  font-size: 31px;
  font-weight: 300;
  line-height: 1.1;
}
.content .page-title > p {
  max-width: 480px;
  margin: auto;
  font-size: 15px;
  line-height: 1.6;
}
.content .featured-prize p {
  margin: auto 10px;
  font-size: 18px;
  line-height: 1.6;
}
.content #bottom h2, .content #content h2, .content .static-content-page h2 {
  margin-top: 22px;
  margin-bottom: 11px;
  font-size: 24px;
  line-height: 1.0833333333;
}
.content #bottom p, .content #content p, .content .static-content-page p {
  margin: 0 0 11px;
  font-size: 14px;
  line-height: 1.5714285714;
}
.content #bottom .btn, .content #content .btn, .content .static-content-page .btn {
  font-size: 14px;
}
.content #content, .content .static-content-page {
  margin-top: 0;
  margin-bottom: 0;
}
.content #content h2, .content .static-content-page h2 {
  text-align: left;
}
.content #content h3, .content .static-content-page h3 {
  margin-top: 22px;
  margin-bottom: 11px;
  font-weight: 300;
  line-height: 1.1;
}
.content .static-content-page ul {
  margin: 0 11px 0 0;
  padding-left: 40px;
}
.content .static-content-page ul li {
  position: relative;
  padding-left: 0;
  font-size: 14px;
  line-height: 1.5714285714;
  list-style-type: disc;
}
.content .static-content-page ul li:before {
  display: none;
}
.content #halfpage-right label {
  font-weight: normal;
}
.content.landing-page .landing-page-banner h1 {
  line-height: 1.1;
}
.content.landing-page .landing-page-banner p {
  line-height: 30px;
}
.content.landing-page .btn-larger {
  height: 56px;
  font-size: 19px;
  line-height: 56px;
  border-radius: 3px;
}
.content.landing-page .rondo-container h1,
.content.landing-page .container h1,
.content.landing-page .container-fluid h1 {
  margin-top: 22px;
  margin-bottom: 11px;
  font-size: 31px;
  font-weight: 300;
  line-height: 1.1;
}
.content.landing-page p.text-bottom {
  margin: 0 0 11px;
  font-size: 14px;
  line-height: 1.5714285714;
}
.content.landing-page p.text-larger {
  line-height: 25px;
}
.content.landing-page #bottom .bottom-buttons .btn-larger, .content.landing-page #content .bottom-buttons .btn-larger, .content.landing-page .static-content-page .bottom-buttons .btn-larger {
  height: 56px;
  font-size: 19px;
  line-height: 56px;
  border-radius: 3px;
}
@media all and (max-width: 480px) {
  .content .ticket .btn {
    font-size: 15px;
  }
}

@media all and (min-width: 767px) {
  .premium-faq {
    padding-right: 30px;
    padding-left: 30px;
  }
}
@media all and (min-width: 992px) {
  .premium-faq {
    padding-right: 60px;
    padding-left: 60px;
  }
}
@media all and (min-width: 1310px) {
  .premium-faq {
    padding-right: 90px;
    padding-left: 90px;
  }
}
.premium-faq h3 {
  font-size: 22px;
}
@media all and (max-width: 480px) {
  .premium-faq h3 {
    font-size: 18px;
  }
}

.navbar-default .navbar-nav li.user-section > .dropdown-menu a.premium {
  color: #843a9a;
}
.navbar-default .navbar-nav li.user-section > .dropdown-menu a.premium:hover {
  color: #76228f !important;
}
.navbar-default .navbar-nav li.user-section > .dropdown-menu a.premium:hover .label-premium {
  background-color: #76228f;
}
.navbar-default .navbar-nav li.user-section > .dropdown-menu a.premium:focus, .navbar-default .navbar-nav li.user-section > .dropdown-menu a.premium:active {
  color: #844497 !important;
}
.navbar-default .navbar-nav li.user-section > .dropdown-menu a.premium:focus .label-premium, .navbar-default .navbar-nav li.user-section > .dropdown-menu a.premium:active .label-premium {
  background-color: #844497;
}

#game .table-players > .row > div.table-players-name .name-wrapper.premium {
  max-width: -webkit-calc(100% - 100px);
  max-width: calc(100% - 100px);
}

#game #wheel-wrap .label-premium, #game #wheel-wrap .label-mega {
  -webkit-transform: translate(0, 15px);
          transform: translate(0, 15px);
}

.table-players-name {
  white-space: nowrap;
}
.table-players-name .label-premium {
  margin-left: 10px;
}

.previous-games-name .label-premium {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 50px;
  display: block;
  text-align: center;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

#game #game-swipe {
  position: relative;
}
#game #game-swipe.gradient:before {
  position: absolute;
  top: 0;
  left: -200px;
  width: 200px;
  height: 100%;
  content: "";
  display: block;
  background-image: -webkit-linear-gradient(left, #fff 0%, #fafafa 100%);
  background-image: linear-gradient(to right, #fff 0%, #fafafa 100%);
  background-repeat: repeat-x;
  -webkit-filter: progid:dximagetransform.microsoft.gradient(startColorstr="#FFFFFFFF", endColorstr="#FFFAFAFA", GradientType=1);
          filter: progid:dximagetransform.microsoft.gradient(startColorstr="#FFFFFFFF", endColorstr="#FFFAFAFA", GradientType=1);
}
#game .react-swipe-container .game-left-column-premium {
  min-height: 100%;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
          flex-direction: column;
  -webkit-justify-content: center;
          justify-content: center;
  -webkit-align-items: center;
          align-items: center;
}
#game .react-swipe-container .game-left-column-premium .container-premium-top {
  position: relative;
  width: 100%;
  min-height: 115px;
  max-width: 340px;
  text-align: left;
}
#game .react-swipe-container .game-left-column-premium .container-premium-top .center {
  top: 15px;
  padding: 30px;
}
#game .react-swipe-container .game-left-column-premium .container-premium-top .center h3 {
  margin-bottom: 5px;
  color: #6e6e6e;
}
#game .react-swipe-container .game-left-column-premium .container-premium-top .center .pool {
  font-size: 18px;
  line-height: 1.1;
}
#game .react-swipe-container .game-left-column-premium .container-premium-top .center .pool .amount {
  display: block;
  font-size: 36px;
  font-weight: 500;
}
#game .react-swipe-container .game-left-column-premium .container-premium-top img {
  position: absolute;
  top: 15px;
  right: 30px;
  width: 85px;
  max-height: 100%;
}
#game .react-swipe-container .game-left-column-premium .container-premium-middle {
  max-width: 340px;
  margin-top: 15px;
  margin-bottom: 15px;
}
#game .react-swipe-container .game-left-column-premium .container-premium-middle p {
  margin: 0;
}
#game .react-swipe-container .game-left-column-premium .container-premium-middle p a {
  color: #414141;
}
#game .react-swipe-container .game-left-column-premium .container-premium-middle p a:hover {
  text-decoration: none;
}
#game .react-swipe-container .game-left-column-premium .container-premium-prize {
  position: relative;
  bottom: 15px;
  max-width: 340px;
  margin-top: 15px;
  margin-bottom: 15px;
  padding: 12px 20px 14px;
  text-decoration: none;
  background: #f5f6f7;
  border: 1px solid #ededed;
  border-radius: 3px;
}
#game .react-swipe-container .game-left-column-premium .container-premium-prize:hover .img-wrapper span.btn, #game .react-swipe-container .game-left-column-premium .container-premium-prize:focus .img-wrapper span.btn {
  background-color: #4f8816;
  border-color: #4f8816;
}
#game .react-swipe-container .game-left-column-premium .container-premium-prize:active .img-wrapper span.btn {
  background-color: #6aa145;
  border-color: #6aa145;
}
#game .react-swipe-container .game-left-column-premium .container-premium-prize p {
  color: #6e6e6e;
}
#game .react-swipe-container .game-left-column-premium .container-premium-prize .img-wrapper {
  position: relative;
}
#game .react-swipe-container .game-left-column-premium .container-premium-prize .img-wrapper img {
  max-width: 220px;
  max-height: 220px;
  -webkit-filter: blur(2px);
          filter: blur(2px);
}
#game .react-swipe-container .game-left-column-premium .container-premium-prize .img-wrapper span.btn {
  position: absolute;
  bottom: 30px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}
#game .react-swipe-container .game-left-column-premium .container-premium-prize .label-premium {
  position: absolute;
  top: 15px;
  right: 15px;
  z-index: 1;
}
#game .react-swipe-container .game-left-column-premium .container-premium-prize .premium-game-time {
  position: relative;
  display: inline-block;
  margin-bottom: 0;
  margin-left: 20px;
  font-size: 15px;
  font-weight: 500;
  color: #f3b22c;
}
#game .react-swipe-container .game-left-column-premium .container-premium-prize .premium-game-time:before {
  position: absolute;
  top: 50%;
  left: -20px;
  width: 16px;
  height: 20px;
  content: "";
  display: block;
  background: transparent url("/assets/img/icon-stopwatch.svg") no-repeat center;
  background-size: contain;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
#game .react-swipe-container .game-picker {
  padding: 0;
}
@media all and (max-width: 991px) {
  #game .react-swipe-container .game-picker {
    padding-right: 15px;
  }
}
#game .react-swipe-container .game-picker:before {
  position: absolute;
  top: 0;
  right: -1px;
  z-index: 1;
  width: 1px;
  height: 100%;
  content: "";
  display: block;
  box-shadow: -3px 2px 4px 0 #ececec;
}
@media all and (max-width: 991px) {
  #game .react-swipe-container .game-picker:before {
    right: 14px;
  }
}
#game .react-swipe-container .game-picker:after {
  position: absolute;
  bottom: -1px;
  left: 15px;
  z-index: 2;
  width: -webkit-calc(100% - 30px);
  width: calc(100% - 30px);
  height: 1px;
  content: "";
  display: block;
  box-shadow: 0 0 70px 20px rgba(255, 255, 255, 0), 0 0 70px 20px rgba(255, 255, 255, 0), 0 0 70px 20px rgba(255, 255, 255, 0), 0 0 70px 20px rgba(255, 255, 255, 0), 0 0 70px 20px rgba(255, 255, 255, 0);
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
@media all and (min-width: 1310px) {
  #game .react-swipe-container .game-picker {
    border-left: 1px solid #ececec;
  }
}
@media all and (min-width: 992px) and (max-width: 1310px) {
  #game .react-swipe-container .game-picker {
    padding-right: 45px;
  }
  #game .react-swipe-container .game-picker:before {
    right: 44px;
  }
}
@media all and (min-width: 1309px) {
  #game .react-swipe-container .game-picker {
    padding-right: 59px;
  }
  #game .react-swipe-container .game-picker:before {
    right: 58px;
  }
}
#game .react-swipe-container .game-picker.white-scroll-bottom-gradient:after {
  box-shadow: 0 0 70px 20px rgb(255, 255, 255), 0 0 70px 20px rgb(255, 255, 255), 0 0 70px 20px rgb(255, 255, 255), 0 0 70px 20px rgb(255, 255, 255), 0 0 70px 20px rgb(255, 255, 255);
}
#game .react-swipe-container .game-picker .ss-scroll {
  visibility: hidden !important;
}
#game .react-swipe-container .game-picker .game-left-column {
  padding: 0;
  background-image: -webkit-linear-gradient(left, #fafafa 0%, #f8f8f8 100%);
  background-image: linear-gradient(to right, #fafafa 0%, #f8f8f8 100%);
  background-repeat: repeat-x;
  -webkit-filter: progid:dximagetransform.microsoft.gradient(startColorstr="#FFFAFAFA", endColorstr="#FFF8F8F8", GradientType=1);
          filter: progid:dximagetransform.microsoft.gradient(startColorstr="#FFFAFAFA", endColorstr="#FFF8F8F8", GradientType=1);
}
#game .react-swipe-container .game-picker .game-left-column .game-left-column-game-picker {
  position: relative;
}
@media all and (max-width: 991px) {
  #game .react-swipe-container .game-picker .game-left-column .game-left-column-game-picker h2 {
    padding-right: 15px;
    padding-left: 15px;
    text-align: left;
  }
}
#game .react-swipe-container .game-picker .game-left-column .game-left-column-game-picker h2 + p.lead {
  max-width: none;
  margin: -15px 0 15px;
  padding-right: 15px;
  padding-left: 15px;
  line-height: 1.4;
  text-align: left;
}

.content .container-premium-flex .lead {
  margin: 0;
  text-align: left;
}
.content .container-premium-flex .lead.text-center {
  text-align: center;
}
.content .container-premium-flex .lead.center-block, .content .container-premium-flex .premium-user-card .header .user-wrapper .lead.avatar-wrapper, .content .container-premium-flex .lead.premium-user-card {
  margin-right: auto;
  margin-left: auto;
}

.container-premium-flex {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
          justify-content: center;
}
@media all and (max-width: 767px) {
  .container-premium-flex {
    -webkit-flex-direction: column;
            flex-direction: column;
    margin-top: 0 !important;
  }
  .container-premium-flex .col-left {
    -webkit-order: 2;
            order: 2;
  }
  .container-premium-flex .col-right {
    -webkit-order: 1;
            order: 1;
  }
  .container-premium-flex .col-right h1, .container-premium-flex .col-right p {
    max-width: unset;
    text-align: center !important;
  }
}
.container-premium-flex .col-left, .container-premium-flex .col-right {
  width: 50%;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  min-height: 1px;
  float: left;
  padding-right: 15px;
  padding-left: 15px;
  -webkit-align-self: center;
          align-self: center;
}
@media all and (max-width: 767px) {
  .container-premium-flex .col-left, .container-premium-flex .col-right {
    width: 100%;
    padding: 0;
  }
}
.container-premium-flex .premium-user-card {
  max-width: 410px;
  box-shadow: 0 2px 24px rgba(0, 0, 0, 0.18);
  border-radius: 3px;
  -webkit-transform: translate(0, 45px);
          transform: translate(0, 45px);
}
.container-premium-flex .premium-user-card .header {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  background-color: #843a9a;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.container-premium-flex .premium-user-card .header .user-wrapper {
  overflow: hidden;
  -webkit-transform: translate(0, -25px);
          transform: translate(0, -25px);
}
.container-premium-flex .premium-user-card .header .user-wrapper .avatar-wrapper {
  width: 90px;
  height: 90px;
  content: "";
  display: block;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-color: #f8f8f8;
}
.container-premium-flex .premium-user-card .header .user-wrapper p {
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 400;
  text-align: center;
  color: #fff;
}
.container-premium-flex .premium-user-card .header .user-wrapper p.premium-status {
  margin-top: 36px;
  font-size: 22px;
}
@media all and (max-width: 992px) {
  .container-premium-flex .premium-user-card .header .user-wrapper p.premium-status {
    font-size: 20px;
  }
}
@media all and (max-width: 767px) {
  .container-premium-flex .premium-user-card .header .user-wrapper p.premium-status {
    margin-top: 10px;
    font-size: 16px;
  }
}
.container-premium-flex .premium-user-card .header .user-wrapper p.premium-status.active strong {
  position: relative;
  padding-left: 0;
  -webkit-transition: all 0.4s ease-in-out 3.2s;
  transition: all 0.4s ease-in-out 3.2s;
}
.container-premium-flex .premium-user-card .header .user-wrapper p.premium-status.active strong:before {
  position: absolute;
  top: 50%;
  left: -23px;
  width: 66px;
  height: 66px;
  content: "";
  display: block;
  background: transparent url("/assets/img/icon-premium-active.svg") no-repeat center;
  background-size: contain;
  -webkit-transition: all 0.4s ease-in-out 3.2s;
  transition: all 0.4s ease-in-out 3.2s;
  -webkit-transform: translate(0, -50%) scale(0);
          transform: translate(0, -50%) scale(0);
  -webkit-transform-origin: center;
          transform-origin: center;
}
.container-premium-flex .premium-user-card .header .user-wrapper p.premium-status.animate strong {
  padding-left: 30px;
}
.container-premium-flex .premium-user-card .header .user-wrapper p.premium-status.animate strong:before {
  -webkit-transform: translate(0, -50%) scale(1);
          transform: translate(0, -50%) scale(1);
}
.container-premium-flex .premium-user-card .body {
  overflow: hidden;
  padding: 30px 30px 20px;
  background-color: #fff;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.container-premium-flex .premium-user-card .body h3 {
  font-weight: 300;
}
.container-premium-flex .premium-user-card .body .premium-progress-bar {
  position: relative;
  height: 11px;
  display: block;
  margin: 20px 7px;
  background-color: #e1e1e1;
  border-radius: 16px;
}
.container-premium-flex .premium-user-card .body .premium-progress-bar .progress {
  position: absolute;
  top: 50%;
  left: -7px;
  width: 0;
  height: 19px;
  min-width: 19px;
  border-radius: 15px;
  -webkit-transition: all 3s ease-in-out;
  transition: all 3s ease-in-out;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  background-image: -webkit-linear-gradient(left, #844497 0%, #843a9a 100%);
  background-image: linear-gradient(to right, #844497 0%, #843a9a 100%);
  background-repeat: repeat-x;
  -webkit-filter: progid:dximagetransform.microsoft.gradient(startColorstr="#FF844497", endColorstr="#FF843A9A", GradientType=1);
          filter: progid:dximagetransform.microsoft.gradient(startColorstr="#FF844497", endColorstr="#FF843A9A", GradientType=1);
}
.container-premium-flex .premium-user-card .body .premium-counter {
  margin: 0;
  font-size: 16px;
  font-weight: 500;
}
.container-premium-flex .premium-user-card .body .premium-counter .value {
  margin-right: 5px;
  font-size: 24px;
}
.container-premium-flex .premium-user-card .body .premium-counter-text {
  margin: 0;
  font-size: 14px;
}
.container-premium-flex .premium-user-card .body #rondons-obtained {
  -webkit-animation: 0.8s fadeIn ease-in-out 0s;
          animation: 0.8s fadeIn ease-in-out 0s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}
.container-premium-flex .premium-user-card .body #rondons-obtained .premium-counter, .container-premium-flex .premium-user-card .body #rondons-obtained .premium-counter-text {
  color: #843a9a;
}
.container-premium-flex .premium-user-card .body #rondons-to-obtain {
  opacity: 0;
  -webkit-animation: 0.8s fadeIn ease-in-out 3.2s;
          animation: 0.8s fadeIn ease-in-out 3.2s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}
.container-premium-flex .premium-user-card .body #rondons-to-obtain.now {
  -webkit-animation: 0.8s fadeIn ease-in-out 0s;
          animation: 0.8s fadeIn ease-in-out 0s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}
.container-premium-flex .premium-user-card .body #rondons-to-obtain .premium-counter, .container-premium-flex .premium-user-card .body #rondons-to-obtain .premium-counter-text {
  text-align: right;
  color: #6e6e6e;
}
.container-premium-flex .premium-user-card .body .link {
  margin-top: 30px;
  font-size: 13px;
}
.container-premium-flex .premium-user-card .body .link a {
  text-decoration: underline;
  color: #6e6e6e;
}
.container-premium-flex .premium-user-card .body .link a:hover, .container-premium-flex .premium-user-card .body .link a:focus, .container-premium-flex .premium-user-card .body .link a:active {
  text-decoration: none;
}

.premium-prizes {
  position: relative;
  max-width: 1310px;
  margin: 90px auto 35px;
}
@media all and (max-width: 767px) {
  .premium-prizes h2 {
    text-align: center !important;
  }
}
.premium-prizes.no-margin-top {
  margin-top: 0;
}
.premium-prizes #floating-link {
  position: relative;
}
.premium-prizes #floating-link a {
  position: absolute;
  top: 50%;
  right: 15px;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
@media all and (max-width: 480px) {
  .premium-prizes #floating-link {
    position: static;
    display: block;
    margin-top: 15px;
    text-align: center;
  }
}
.premium-prizes .container-flex .flex-row {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
}
.premium-prizes .container-flex .flex-row .featured-prize {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
          flex-direction: column;
}
.premium-prizes .container-flex .flex-row .featured-prize .featured-prize-link-wrapper .featured-sponsor {
  display: none;
}
.premium-prizes .container-flex .prize-bottom-wrapper {
  height: auto !important;
}
.premium-prizes .container-flex .prize-bottom-wrapper .prize-game-time:before {
  left: -36px;
  width: 20px;
  height: 20px;
}

@media all and (max-width: 1309px) {
  .content .rondo-container.container-flex,
.content .container.container-flex {
    width: auto !important;
  }
}
@media all and (max-width: 666px) {
  .content .rondo-container.container-flex,
.content .container.container-flex {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
}

#premium-wheel-wrap {
  opacity: 0;
  position: relative;
  width: 350px;
  max-width: 100%;
  overflow: hidden;
  padding-bottom: 350px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
#premium-wheel-wrap.animate {
  -webkit-animation: 0.8s fadeIn ease-in-out 0s;
          animation: 0.8s fadeIn ease-in-out 0s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}
#premium-wheel-wrap.animate #wheel-mask {
  -webkit-animation: premium-winner 7s ease-out;
          animation: premium-winner 7s ease-out;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}
#premium-wheel-wrap.animate #wheel-draw .face.winner {
  -webkit-animation: show-winner 0.4s ease-out 7s 1 normal forwards;
          animation: show-winner 0.4s ease-out 7s 1 normal forwards;
}
#premium-wheel-wrap.animate #wheel-draw-logo {
  visibility: visible;
  display: block;
  -webkit-animation: show-logo 0.6s ease-out 1 normal forwards, 1s displayNone linear 6s 1 normal forwards;
          animation: show-logo 0.6s ease-out 1 normal forwards, 1s displayNone linear 6s 1 normal forwards;
}
#premium-wheel-wrap.animate .winner-name {
  -webkit-animation: 0.4s fadeIn ease-in-out 7s;
          animation: 0.4s fadeIn ease-in-out 7s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}
#premium-wheel-wrap #wheel {
  position: absolute;
  top: 0;
  left: 0;
}
#premium-wheel-wrap #wheel-time {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  width: 65%;
  margin-right: auto;
  margin-left: auto;
  font-weight: 300;
  line-height: 1.2;
  text-align: center;
  color: #6e6e6e;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
#premium-wheel-wrap #wheel-time .remaining-time {
  display: block;
  font-size: 60px;
  font-weight: 500;
  color: #414141;
}
#premium-wheel-wrap #wheel-wrap {
  position: relative;
  width: 300px;
  height: 0;
  overflow: hidden;
  margin: 0 auto;
  padding-bottom: 300px;
}
#premium-wheel-wrap #wheel-mask {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 0;
  padding-top: 100%;
  background: url(/assets/img/wheel-mask-default.svg) center center no-repeat;
  background-size: contain;
  -webkit-transform: rotate(122deg);
          transform: rotate(122deg);
}
#premium-wheel-wrap #wheel-mask:after {
  content: "";
  display: none;
  /* preloading of the image */
  background: url(/assets/img/wheel-mask-draw.svg) center center no-repeat;
}
#premium-wheel-wrap #wheel-mask.draw {
  background-image: url(/assets/img/wheel-mask-draw.svg);
}
#premium-wheel-wrap .winner-name {
  opacity: 0;
  position: absolute;
  top: 63%;
  z-index: 10;
  width: 100%;
  text-align: center;
  -webkit-transition: opacity 2s;
  transition: opacity 2s;
}
@media all and (max-height: 490px) {
  #premium-wheel-wrap .winner-name {
    top: 52%;
  }
}
#premium-wheel-wrap .winner-name strong {
  display: block;
}
#premium-wheel-wrap .winner-name .winner-name-inner {
  display: inline-block;
  background: rgba(255, 255, 255, 0.9);
}
@media all and (max-height: 450px) {
  #premium-wheel-wrap .winner-name .winner-name-inner {
    font-size: 12px;
  }
}
#premium-wheel-wrap #wheel-orange {
  opacity: 0;
  -webkit-transition: opacity 1s;
  transition: opacity 1s;
}
#premium-wheel-wrap #wheel-orange.active {
  opacity: 1;
}
#premium-wheel-wrap #wheel-draw-logo {
  opacity: 1;
  position: absolute;
  top: 33.3%;
  left: 34.3%;
  z-index: 10;
  width: 33.3%;
  height: 0;
  display: block;
  padding-top: 33%;
  background: url(/assets/img/logo-R.svg) no-repeat;
  background-size: 100%;
  -webkit-transform: scale(0.4);
          transform: scale(0.4);
}
#premium-wheel-wrap #wheel-draw {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding-bottom: 0;
  border-radius: 50%;
}
#premium-wheel-wrap #wheel-draw .faces {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  border-radius: 50%;
  -webkit-mask-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAIAAACQd1PeAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAA5JREFUeNpiYGBgAAgwAAAEAAGbA+oJAAAAAElFTkSuQmCC);
}
#premium-wheel-wrap #wheel-draw .face {
  position: absolute;
  top: 20%;
  left: -30%;
  width: 30%;
  height: 30%;
  overflow: hidden;
  background-size: cover;
  border-radius: 50%;
  -webkit-transition: all 0.4s linear;
  transition: all 0.4s linear;
}
#premium-wheel-wrap #wheel-draw .face.winner {
  top: 25%;
  left: 35%;
  -webkit-transform: scale(0);
          transform: scale(0);
}
#premium-wheel-wrap #wheel-draw .face img {
  max-width: 100%;
  max-height: 100%;
}
#premium-wheel-wrap #wheel-draw .price {
  position: absolute;
  top: 20%;
  left: -30%;
  width: 30%;
  height: 30%;
  overflow: hidden;
  -webkit-transition: all 0.4s linear;
  transition: all 0.4s linear;
}
#premium-wheel-wrap #wheel-draw .price.win {
  top: 27%;
  left: 35%;
  -webkit-animation: show-winner 0.4s ease-out 1;
          animation: show-winner 0.4s ease-out 1;
  -webkit-transform: scale(1.4);
          transform: scale(1.4);
}
#premium-wheel-wrap #wheel-draw .price img {
  max-width: 100%;
  max-height: 100%;
}

.container-premium-faq {
  padding-right: 15px;
  padding-left: 15px;
  border: 1px solid #ededed;
  border-radius: 3px;
}
.container-premium-faq .row {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row wrap;
          flex-flow: row wrap;
}
.container-premium-faq .row:before, .container-premium-faq .row:after {
  display: none;
}

.premium-link-toggle {
  text-align: center;
}
.premium-link-toggle a {
  margin: 15px;
  text-decoration: underline;
  color: #414141;
}
@media all and (max-width: 480px) {
  .premium-link-toggle a {
    margin-right: 0;
    margin-left: 0;
  }
  .premium-link-toggle a + a {
    margin-left: 10px;
  }
}
.premium-link-toggle a:hover, .premium-link-toggle a:focus {
  text-decoration: none;
}
.premium-link-toggle a.active {
  cursor: default;
  font-weight: 500;
  text-decoration: none;
}

.container-wheel {
  max-width: 870px;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
          flex-direction: row;
}
.container-wheel .wheel {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
          flex-direction: column;
  -webkit-justify-content: flex-start;
          justify-content: flex-start;
  padding-right: 15px;
  padding-left: 15px;
}
.container-wheel .text {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
          flex-direction: column;
  -webkit-justify-content: center;
          justify-content: center;
  padding-right: 15px;
  padding-left: 15px;
}
.container-wheel .text h2 {
  margin-top: 18px;
}
.container-wheel .text p:last-child {
  margin-bottom: 18px;
}

.premium-show-total {
  opacity: 0;
  position: relative;
  max-width: 560px;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
          flex-direction: row;
  margin-top: 20px;
  padding: 20px 0;
  background-color: #f8f8f8;
  border-radius: 3px;
  -webkit-transition: all 0.8s ease-in-out;
  transition: all 0.8s ease-in-out;
  -webkit-transform: translate(0, 50px);
          transform: translate(0, 50px);
}
@media all and (max-width: 767px) {
  .premium-show-total {
    -webkit-flex-direction: column;
            flex-direction: column;
    padding: 20px;
    text-align: center;
  }
}
.premium-show-total.animate {
  opacity: 1;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}
.premium-show-total:after {
  position: absolute;
  bottom: 100%;
  left: 50%;
  width: 0;
  height: 0;
  content: " ";
  margin-left: -10px;
  border: 10px solid rgba(248, 248, 248, 0);
  pointer-events: none;
  border-bottom-color: #f8f8f8;
}
.premium-show-total .premium-show-total-amount {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
          flex-direction: column;
  -webkit-justify-content: center;
          justify-content: center;
  -webkit-flex-grow: 1;
          flex-grow: 1;
  padding: 0 30px;
}
@media all and (max-width: 767px) {
  .premium-show-total .premium-show-total-amount {
    width: 100%;
    padding: 0 15px;
  }
}
.premium-show-total .premium-show-total-amount p {
  margin: 0;
  font-size: 13px;
  color: #6e6e6e;
}
.premium-show-total .premium-show-total-amount p.amount {
  margin-top: 12px;
  font-size: 24px;
  font-weight: 500;
  color: #843a9a;
}
.premium-show-total .premium-show-total-amount p.amount span {
  font-size: 38px;
}
.premium-show-total .premium-show-total-text {
  padding: 0 30px;
  border-left: 1px solid #e9e9e9;
}
@media all and (max-width: 767px) {
  .premium-show-total .premium-show-total-text {
    width: 100%;
    margin-top: 10px;
    padding: 0 15px;
    border-left: none;
  }
}
.premium-show-total .premium-show-total-text p {
  display: none;
  margin: 0;
}
.premium-show-total .premium-show-total-text p.active {
  display: block;
}

.premium-timeline {
  opacity: 0;
  float: right;
  margin-top: 100px;
  margin-bottom: 80px;
  -webkit-transition: all 0.8s ease-in-out;
  transition: all 0.8s ease-in-out;
  -webkit-transform: translate(0, 50px);
          transform: translate(0, 50px);
}
.premium-timeline.animate {
  opacity: 1;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}
.premium-timeline .premium-timeline-wrapper {
  position: relative;
  float: right;
  display: -webkit-flex;
  display: flex;
}
.premium-timeline .premium-timeline-wrapper .bar {
  position: relative;
  width: 21px;
  height: 30px;
  display: inline-block;
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: 7px;
  background-color: #843a9a;
  border-radius: 3px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
@media all and (max-width: 992px) {
  .premium-timeline .premium-timeline-wrapper .bar {
    width: 13px;
    margin-left: 6px;
  }
}
.premium-timeline .premium-timeline-wrapper .bar .bar-value {
  opacity: 0;
  position: absolute;
  top: -38px;
  left: 50%;
  margin: 0;
  font-size: 16px;
  font-weight: 500;
  color: #843a9a;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}
@media all and (max-width: 666px) {
  .premium-timeline .premium-timeline-wrapper .bar .bar-value {
    font-size: 14px;
  }
}
.premium-timeline .premium-timeline-wrapper .bar .bar-value span {
  font-size: 14px;
}
@media all and (max-width: 666px) {
  .premium-timeline .premium-timeline-wrapper .bar .bar-value span {
    font-size: 12px;
  }
}
.premium-timeline .premium-timeline-wrapper .bar.active {
  height: 50px;
  margin-top: 0;
  margin-bottom: 0;
}
.premium-timeline .premium-timeline-wrapper .bar.active .bar-value {
  opacity: 1;
}
@media all and (max-width: 666px) {
  .premium-timeline .premium-timeline-wrapper .bar.hidden-xsm {
    display: none;
  }
}
@media all and (max-width: 535px) {
  .premium-timeline .premium-timeline-wrapper .bar.hidden-xxsm {
    display: none;
  }
}
@media all and (max-width: 400px) {
  .premium-timeline .premium-timeline-wrapper .bar.hidden-xxxsm {
    display: none;
  }
}
.premium-timeline .premium-timeline-older {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  display: -webkit-flex;
  display: flex;
  -webkit-transform: translate(-100%, 0);
          transform: translate(-100%, 0);
}
.premium-timeline .premium-timeline-older .bar {
  background-color: #e1e1e1;
}
.premium-timeline .premium-timeline-older .bar .bar-value {
  color: #e1e1e1;
}
.premium-timeline .premium-date-wrapper {
  position: absolute;
  right: 0;
  bottom: -49px;
  width: 100%;
  max-width: -webkit-calc(100vw - 24px);
  max-width: calc(100vw - 24px);
}
.premium-timeline .premium-date-wrapper .today {
  float: right;
}
.premium-timeline .premium-date-wrapper .today p.legend {
  text-align: right;
}
.premium-timeline .premium-date-wrapper .month-ago {
  float: left;
  margin-left: 7px;
}
@media all and (max-width: 767px) {
  .premium-timeline .premium-date-wrapper .month-ago {
    margin-left: 6px;
  }
}
.premium-timeline .premium-date-wrapper .today, .premium-timeline .premium-date-wrapper .month-ago {
  display: inline-block;
}
.premium-timeline .premium-date-wrapper .today p, .premium-timeline .premium-date-wrapper .month-ago p {
  margin: 0;
}
.premium-timeline .premium-date-wrapper .today p.value, .premium-timeline .premium-date-wrapper .month-ago p.value {
  font-weight: 500;
}
.premium-timeline .premium-date-wrapper .today p.legend, .premium-timeline .premium-date-wrapper .month-ago p.legend {
  font-size: 12px;
  line-height: 1.2;
}

.featured-prize .label-premium {
  position: absolute;
  top: 15px;
  right: 15px;
}

.container-codes-stats .label-premium {
  padding: 4px 8px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.4;
  border-radius: 3px;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}
@media all and (max-width: 480px), all and (min-width: 767px) and (max-width: 992px) {
  .container-codes-stats .label-premium {
    font-size: 12px;
  }
}
@media all and (min-width: 481px) and (max-width: 666px), all and (min-width: 993px) and (max-width: 1190px) {
  .container-codes-stats .label-premium {
    font-size: 14px;
  }
}
.container-codes-stats .label-premium.inactive {
  background-color: #e1e1e1;
}

.top-prize h3 + .label-mega {
  -webkit-transform: translate(0, -12px);
          transform: translate(0, -12px);
}

* {
  -moz-box-sizing: border-box;
       box-sizing: border-box;
}

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

html {
  font-size: 62.5%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.reset-font-size {
  font-size: 100%;
}
.reset-font-size * {
  font-size: inherit;
}

body {
  font-family: "Fira Sans Local", "Fira Sans", helvetica, arial, -apple-system, blinkmacsystemfont, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Emoji One", "Noto Color Emoji", "Noto Emoji", sans-serif;
  font-size: 14px;
  line-height: 1.6;
  color: #414141;
  background-color: #fff;
}

input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

a {
  text-decoration: underline;
  color: #65a325;
}
@media (hover: hover) and (pointer: fine) {
  a:hover, a:focus {
    text-decoration: underline;
    color: #4f8816;
  }
}
@media (hover: hover) and (pointer: fine) {
  a:focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
  }
}
a.gray-link {
  color: #373b43;
}
a.not-underline {
  text-decoration: none;
}
a svg {
  text-decoration: none;
}
a svg text {
  text-decoration: none;
}
a svg text tspan {
  text-decoration: none;
}

figure {
  margin: 0;
}

img {
  vertical-align: middle;
}

.img-responsive, .container-codes-stats .column-left img {
  height: auto;
  max-width: 100%;
  display: block;
}

.img-rounded {
  border-radius: 4px;
}

.img-thumbnail {
  padding: 4px;
  line-height: 1.6;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 3px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  height: auto;
  max-width: 100%;
  display: inline-block;
}

.img-circle {
  border-radius: 50%;
}

hr {
  margin-top: 22px;
  margin-bottom: 22px;
  border: 0;
  border-top: 1px solid #6e6e6e;
}

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

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  margin: 0;
  clip: auto;
}

[role=button] {
  cursor: pointer;
}

.disabled {
  pointer-events: none !important;
}

@media (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) and (min-width: __validateBreakpoint(1024px)) and (max-width: 1366px), (orientation: portrait) and (min-resolution: 2x) and (min-width: __validateBreakpoint(1024px)) and (max-width: 1366px) {
  .content-container {
    height: 151rem;
  }
}

.container-modern .title-1 {
  font-size: 3.2rem;
  font-weight: 600;
  line-height: 1.2;
  text-align: center;
  margin-top: 0;
  margin-bottom: 1.2rem;
  color: #313131;
}
@media (max-width: 678px) {
  .container-modern .title-1 {
    font-size: 2.2rem;
    text-align: left;
  }
}
.container-modern .desc-1 {
  font-size: 1.6rem;
  font-weight: 300;
  line-height: 1.55;
  max-width: 60rem;
  text-align: center;
  margin: 0 auto 5rem;
}
@media (max-width: 678px) {
  .container-modern .desc-1 {
    font-size: 1.5rem;
    text-align: left;
    margin: 0 0 2rem;
  }
}

.TESTINGBOTTOMAD {
  background-color: #f9f9f9;
  height: 340px;
}

h1, .h1,
h2, .h2 {
  font-weight: 200;
}
h1 small, .h1 small,
h2 small, .h2 small {
  color: inherit;
}

h1 {
  text-align: center;
}

.title-like-h1 {
  margin: 50px 0 30px;
  font-size: 31px;
  font-weight: 200;
  text-align: center;
}

h1.small {
  font-size: 28px;
}

h3,
.h3 {
  font-weight: 300;
}

body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

p, li {
  font-weight: 300;
  color: #414141;
}

p {
  margin: 0 0 11px;
}

.text-tiny {
  font-size: 12px !important;
}

.text-medium {
  font-size: 13px !important;
}

.text-big {
  font-size: 1.4rem !important;
  font-weight: 400;
}

.text-large {
  font-size: 16px !important;
}

.text-larger {
  font-size: 16px !important;
  font-weight: 400 !important;
}

.text-strikethrough {
  text-decoration: line-through;
}

.text-monospace {
  font-family: Courier, "Courier New", monospace;
}

.strong-success strong {
  color: #65a325 !important;
}

.text-red {
  color: #c00000 !important;
}

a.text-red:hover,
a.text-red:focus {
  color: #8d0000;
}

.text-red-highlight {
  color: #c02025 !important;
}

a.text-red-highlight:hover,
a.text-red-highlight:focus {
  color: #94191d;
}

.text-black {
  color: #000 !important;
}

a.text-black:hover,
a.text-black:focus {
  color: black;
}

.text-white {
  color: #fff !important;
}

a.text-white:hover,
a.text-white:focus {
  color: #e6e6e6;
}

.text-gray {
  color: #414141 !important;
}

a.text-gray:hover,
a.text-gray:focus {
  color: #282828;
}

.text-light-gray {
  color: #8e8f91 !important;
}

a.text-light-gray:hover,
a.text-light-gray:focus {
  color: #747578;
}

.text-dark-purple {
  color: #4a369e !important;
}

a.text-dark-purple:hover,
a.text-dark-purple:focus {
  color: #382978;
}

.text-dark-blue {
  color: #141a45 !important;
}

a.text-dark-blue:hover,
a.text-dark-blue:focus {
  color: #090b1d;
}

.text-mega-rondon {
  color: #670085 !important;
}

a.text-mega-rondon:hover,
a.text-mega-rondon:focus {
  color: #400052;
}

.text-red--product {
  font-size: 18px;
  font-weight: 400;
  color: #c00000;
}

.display-1 {
  font-size: 48px;
  font-weight: 200;
  line-height: 1.2708333333;
}
@media all and (max-width: 767px) {
  .display-1 {
    font-size: 28px;
  }
}

.display-2 {
  font-size: 34px;
  font-weight: 200;
  line-height: 1.2352941176;
}
@media all and (max-width: 767px) {
  .display-2 {
    font-size: 24px;
  }
}

.text-subtle {
  color: #6e6e6e !important;
}

@media all and (min-width: 767px) and (max-width: 992px) {
  .text-sm-center {
    text-align: center !important;
  }
}

b,
strong {
  font-weight: 500 !important;
}

.has-tooltip {
  cursor: pointer;
  display: inline-block;
  border-bottom: 1px dotted #aaa;
}

th.has-tooltip,
td.has-tooltip {
  display: table-cell;
}

.lead {
  max-width: 500px;
  margin: 0 auto 20px;
  font-size: 18px;
  line-height: 1.5555555556;
  text-align: center;
}
.lead--left {
  text-align: left;
}
.lead .lead-check {
  position: relative;
  padding-left: 20px;
}
@media all and (max-width: 480px) {
  .lead .lead-check {
    display: block;
    padding-left: 36px;
    text-align: left;
  }
}
.lead .lead-check:before {
  position: absolute;
  top: -5px;
  left: -15px;
  width: 21px;
  height: 32px;
  content: "";
  display: inline-block;
  background: transparent url("/assets/img/icon-check-gray.svg") no-repeat center;
  background-size: cover !important;
}
@media all and (max-width: 480px) {
  .lead .lead-check:before {
    left: 0;
  }
}
.lead .lead-check.lead-check--success:before {
  background: transparent url("/assets/img/icon-check-green-active.svg") no-repeat center;
}
.lead .lead-flex {
  display: -webkit-flex;
  display: flex;
  margin-top: 30px;
}
.lead .lead-flex img.balik {
  width: 110px;
  height: 100px;
}
@media all and (max-width: 767px) {
  .lead .lead-flex img.balik {
    width: 66px;
    height: 60px;
  }
}
.lead .lead-flex .text-left {
  padding-left: 8px;
  -webkit-align-self: flex-end;
          align-self: flex-end;
}
@media all and (max-width: 767px) {
  .lead .lead-flex .text-left {
    font-size: 15px;
    line-height: 1.4;
  }
}

.lead-2 {
  max-width: 660px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.75;
}
.lead-2 strong {
  font-weight: 700;
}

blockquote {
  margin: 20px 0;
  padding: 20px 20px 30px;
  font-size: 15px;
  font-weight: 300;
  line-height: 1.5333333333;
  color: #414141;
  background: #fbfbfb url(/assets/img/blockquote.svg) left bottom no-repeat;
  background-position: left 10px bottom 10px;
  border: 0;
  font-style: italic;
}
blockquote.user-story {
  padding-bottom: 50px;
}

.prize-name {
  font-weight: 500 !important;
  text-align: center !important;
}

input,
textarea,
select {
  font-weight: 300;
}

body hr {
  border-color: #ededed;
}

.link-subtle,
.link-inherit {
  text-decoration: underline !important;
  color: inherit !important;
}
@media (hover: hover) and (pointer: fine) {
  .link-subtle:hover, .link-subtle:focus, .link-subtle.focus,
.link-inherit:hover,
.link-inherit:focus,
.link-inherit.focus {
    text-decoration: none !important;
  }
}
.link-subtle:active,
.link-inherit:active {
  text-decoration: none !important;
}
.link-subtle.icon:before,
.link-inherit.icon:before {
  width: 25px;
  height: 25px;
  content: "";
  display: inline-block;
  margin: -10px 10px -7px 0;
  background-size: contain;
  background-repeat: repeat;
  background-color: transparent;
}
.link-subtle.icon.icon--facebook:before,
.link-inherit.icon.icon--facebook:before {
  background-image: url("/assets/img/facebook-blue.svg");
}

.text-separator {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
  font-size: 1em;
  text-align: center;
}
.text-separator:before, .text-separator:after {
  content: "";
  -webkit-flex: 1;
          flex: 1;
  border-bottom: 1px solid #e3e3e3;
}
.text-separator:before {
  margin-right: 15px;
}
.text-separator:after {
  margin-left: 15px;
}

.modal-content .modal-header {
  text-align: center;
  color: #757aaf;
  background-color: #333658;
}
.modal-content .modal-header.default {
  background-color: #fff;
  border-bottom: none;
}
.modal-content .modal-header.default button {
  color: #000;
}
.modal-content .modal-header.primary {
  background-color: #e37921;
}
.modal-content button {
  color: #fff;
}

a.xtaBG > s, a.XAjFt > s {
  display: none;
  text-decoration: inherit;
}

a.xtaBG > s:nth-child(11n), a.xtaBG > s:nth-child(17n), a.XAjFt > s:nth-child(11n), a.XAjFt > s:nth-child(17n) {
  display: inline;
}

.arrow-controls {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-end;
          justify-content: flex-end;
  -webkit-align-items: center;
          align-items: center;
  text-align: right;
}
@media all and (max-width: 525px) {
  .arrow-controls {
    -webkit-justify-content: center;
            justify-content: center;
  }
}
.arrow-controls p.arrow-controls__description {
  margin: 0 12px;
  font-size: 12px;
  font-weight: 300;
  color: #8e8f91;
}
@media all and (max-width: 525px) {
  .arrow-controls p.arrow-controls__description {
    margin: 0 16px;
  }
}
.arrow-controls .control {
  position: relative;
  width: 25px;
  height: 25px;
  background: #fff;
  border-radius: 50%;
  -webkit-transition: background 0.5s;
  transition: background 0.5s;
}
.arrow-controls .control--left, .arrow-controls .control--right {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.arrow-controls .control:hover, .arrow-controls .control:focus {
  cursor: pointer;
  background: #dfdfdf;
  -webkit-transition: background 0.5s;
  transition: background 0.5s;
}
.arrow-controls .control.disabled {
  opacity: 0.4;
  cursor: default;
  background: #fff;
}
.arrow-controls .control.disabled:hover {
  background: #fff;
}
.arrow-controls--items {
  position: relative;
  top: 50px;
  z-index: 1;
}
.affil-earned-puzzles .arrow-controls--items {
  top: 0;
}
@media all and (max-width: 740px) {
  .affil-earned-puzzles .arrow-controls--items {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    top: revert;
    bottom: 0;
  }
}
@media all and (max-width: 600px) {
  .affil-earned-puzzles .arrow-controls--items {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    top: revert;
    bottom: -1.5rem;
  }
}
.arrow-controls--items .control:first-child {
  margin-right: 12px;
}
@media all and (max-width: 767px) {
  .arrow-controls--items .control:last-child {
    margin-left: 12px;
  }
}
@media all and (max-width: 767px) {
  .arrow-controls--items {
    top: 0;
    margin: 0 auto;
  }
}
.arrow-controls--prizes {
  margin-top: auto;
}
.arrow-controls--prizes .control:first-child {
  margin-right: 8px;
}
.arrow-controls--grey .control {
  background: #f7f7f7;
}
@media all and (max-width: 525px) {
  .arrow-controls--grey .control:first-child {
    margin-right: 0;
  }
}
@media all and (max-width: 425px) {
  .arrow-controls--grey {
    padding-top: 20px;
  }
}

.big-quiz__info {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
          justify-content: space-between;
  -webkit-align-items: center;
          align-items: center;
  margin-top: 37px;
  padding: 17px 40px;
  background: #fff;
  border: 1px solid #f7f8f9;
  border-radius: 4px;
}
@media all and (max-width: 1199px) {
  .big-quiz__info {
    height: auto;
  }
}
@media all and (max-width: 767px) {
  .big-quiz__info {
    margin-top: 18px;
    padding: 14px 16px 16px 14px;
    box-shadow: 0 1px 1px rgba(217, 217, 217, 0.5);
  }
}
@media all and (max-height: 680px) {
  .big-quiz__info {
    margin-top: 8px;
  }
}
@media all and (max-width: 767px) {
  .big-quiz__info .info-wrapper:first-child .info, .big-quiz__info .rondo-overlay .content__body .info-wrapper--extended:first-child .info, .rondo-overlay .content__body .big-quiz__info .info-wrapper--extended:first-child .info {
    border-bottom: none;
  }
  .big-quiz__info .info-wrapper:first-child .info:last-child, .big-quiz__info .rondo-overlay .content__body .info-wrapper--extended:first-child .info:last-child, .rondo-overlay .content__body .big-quiz__info .info-wrapper--extended:first-child .info:last-child {
    border-left: 1px solid #f0f0f0;
  }
}
@media all and (max-width: 480px) {
  .big-quiz__info .info-wrapper:first-child .info, .big-quiz__info .rondo-overlay .content__body .info-wrapper--extended:first-child .info, .rondo-overlay .content__body .big-quiz__info .info-wrapper--extended:first-child .info {
    padding: 0;
  }
  .big-quiz__info .info-wrapper:first-child .info:last-child, .big-quiz__info .rondo-overlay .content__body .info-wrapper--extended:first-child .info:last-child, .rondo-overlay .content__body .big-quiz__info .info-wrapper--extended:first-child .info:last-child {
    padding-left: 13px;
  }
  .big-quiz__info .info-wrapper:first-child .info:first-child, .big-quiz__info .rondo-overlay .content__body .info-wrapper--extended:first-child .info:first-child, .rondo-overlay .content__body .big-quiz__info .info-wrapper--extended:first-child .info:first-child {
    padding-right: 22px;
  }
}
.big-quiz__info .info-wrapper:first-child .info:first-child, .big-quiz__info .rondo-overlay .content__body .info-wrapper--extended:first-child .info:first-child, .rondo-overlay .content__body .big-quiz__info .info-wrapper--extended:first-child .info:first-child {
  padding-left: 0;
}
@media all and (max-width: 767px) {
  .big-quiz__info .info-wrapper:first-child .info:first-child, .big-quiz__info .rondo-overlay .content__body .info-wrapper--extended:first-child .info:first-child, .rondo-overlay .content__body .big-quiz__info .info-wrapper--extended:first-child .info:first-child {
    padding-left: 20px;
  }
}
@media all and (max-width: 1199px) {
  .big-quiz__info .info-wrapper:first-child .info:last-child, .big-quiz__info .rondo-overlay .content__body .info-wrapper--extended:first-child .info:last-child, .rondo-overlay .content__body .big-quiz__info .info-wrapper--extended:first-child .info:last-child {
    border-right: none;
  }
}
@media all and (max-width: 767px) {
  .big-quiz__info .info-wrapper:first-child .info:first-child, .big-quiz__info .rondo-overlay .content__body .info-wrapper--extended:first-child .info:first-child, .rondo-overlay .content__body .big-quiz__info .info-wrapper--extended:first-child .info:first-child {
    padding-left: 16px;
  }
}
@media all and (max-width: 480px) {
  .big-quiz__info .info-wrapper:first-child .info:first-child, .big-quiz__info .rondo-overlay .content__body .info-wrapper--extended:first-child .info:first-child, .rondo-overlay .content__body .big-quiz__info .info-wrapper--extended:first-child .info:first-child {
    padding-left: 0;
  }
}
@media all and (max-width: 767px) {
  .big-quiz__info .info-wrapper:last-child, .big-quiz__info .rondo-overlay .content__body .info-wrapper--extended:last-child, .rondo-overlay .content__body .big-quiz__info .info-wrapper--extended:last-child {
    display: none;
  }
}
.big-quiz__info .info-wrapper:last-child .info:last-child, .big-quiz__info .rondo-overlay .content__body .info-wrapper--extended:last-child .info:last-child, .rondo-overlay .content__body .big-quiz__info .info-wrapper--extended:last-child .info:last-child {
  border-right: none;
}
@media all and (max-width: 1199px) {
  .big-quiz__info .info-wrapper:last-child .info, .big-quiz__info .rondo-overlay .content__body .info-wrapper--extended:last-child .info, .rondo-overlay .content__body .big-quiz__info .info-wrapper--extended:last-child .info {
    padding-top: 20px;
  }
}
@media all and (max-width: 767px) {
  .big-quiz__info .info-wrapper:last-child .info, .big-quiz__info .rondo-overlay .content__body .info-wrapper--extended:last-child .info, .rondo-overlay .content__body .big-quiz__info .info-wrapper--extended:last-child .info {
    padding-top: 14px;
    padding-bottom: 20px;
  }
  .big-quiz__info .info-wrapper:last-child .info:first-child, .big-quiz__info .rondo-overlay .content__body .info-wrapper--extended:last-child .info:first-child, .rondo-overlay .content__body .big-quiz__info .info-wrapper--extended:last-child .info:first-child {
    border: none;
  }
  .big-quiz__info .info-wrapper:last-child .info:last-child, .big-quiz__info .rondo-overlay .content__body .info-wrapper--extended:last-child .info:last-child, .rondo-overlay .content__body .big-quiz__info .info-wrapper--extended:last-child .info:last-child {
    border-bottom: none;
  }
}
.big-quiz__info .info-wrapper, .big-quiz__info .rondo-overlay .content__body .info-wrapper--extended, .rondo-overlay .content__body .big-quiz__info .info-wrapper--extended {
  width: 100%;
  display: -webkit-flex;
  display: flex;
}
@media all and (max-width: 767px) {
  .big-quiz__info .info-wrapper, .big-quiz__info .rondo-overlay .content__body .info-wrapper--extended, .rondo-overlay .content__body .big-quiz__info .info-wrapper--extended {
    width: 50%;
  }
}
.big-quiz__info .info {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
          flex-direction: column;
}
@media all and (max-width: 767px) {
  .big-quiz__info .info {
    scroll-snap-align: start;
  }
}
@media all and (max-width: 767px) {
  .big-quiz__info .info {
    border-right: none;
  }
}
@media all and (max-width: 767px) {
  .big-quiz__info .info {
    width: 100%;
  }
}
.big-quiz__info .info__title {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
}
.big-quiz__info .info__title h6 {
  margin: 0;
  line-height: 13px;
  color: #8e8f91;
  text-transform: uppercase;
  text-wrap: nowrap;
}
@media all and (max-width: 767px) {
  .big-quiz__info .info__title h6 {
    margin-top: 0;
  }
}
.big-quiz__info .info__title img {
  margin: 0 0 3px 4px;
}
.big-quiz__info .info p {
  font-size: 14px;
  font-weight: 500;
  color: #000;
}
@media all and (max-width: 1060px) {
  .big-quiz__info .info p {
    font-size: 13px;
  }
}
@media all and (max-width: 990px) {
  .big-quiz__info .info p {
    font-size: 12px;
  }
}
.big-quiz__info .big-quiz-lives {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
  margin-top: 12px;
}
@media all and (max-width: 425px) {
  .big-quiz__info .big-quiz-lives {
    line-height: 11px;
  }
}
.big-quiz__info .big-quiz-lives div {
  white-space: nowrap;
}
.big-quiz__info .big-quiz-lives svg {
  margin-right: 4px;
}
.big-quiz__info .big-quiz-lives svg:last-child {
  margin-right: 0;
}
.big-quiz__info .big-quiz-lives p.big-quiz-lives__status {
  margin: 0 0 0 16px;
  font-size: 11px;
  font-weight: 300;
  color: #000;
  line-height: 11px;
}
@media all and (max-width: 1125px) {
  .big-quiz__info .big-quiz-lives p.big-quiz-lives__status {
    margin: 0 0 0 6px;
  }
}
@media all and (max-width: 990px) {
  .big-quiz__info .big-quiz-lives p.big-quiz-lives__status {
    margin: 0 0 0 16px;
  }
}
.big-quiz__info .big-quiz-helps {
  display: -webkit-flex;
  display: flex;
  margin-top: 12px;
  gap: 1rem;
}
@media (max-width: 360px) {
  .big-quiz__info .big-quiz-helps {
    gap: 0.7rem;
  }
}
.big-quiz__info .big-quiz-helps__help {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
  line-height: 12px;
  white-space: nowrap;
  gap: 0.5rem;
  margin: 0;
}
@media (max-width: 400px) {
  .big-quiz__info .big-quiz-helps__help {
    gap: 0.3rem;
  }
}
.big-quiz__info .big-quiz-helps__help:last-child {
  margin-right: 0;
}
.big-quiz__info .big-quiz-helps__help.fiftyfifty::before {
  content: url("/assets/img/big-quiz/icon-50-50.svg");
}
.big-quiz__info .big-quiz-helps__help.another-question::before {
  content: url("/assets/img/big-quiz/icon-change.svg");
}
.big-quiz__info .big-quiz-helps__help.users::before {
  content: url("/assets/img/big-quiz/icon-voting.svg");
}
.big-quiz__info .big-quiz-free-questions,
.big-quiz__info .big-quiz-limitations {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
  margin: 12px 0 0 !important;
  font-size: 14px;
  font-weight: 500;
  white-space: nowrap;
}
@media all and (max-width: 767px) {
  .big-quiz__info .big-quiz-free-questions,
.big-quiz__info .big-quiz-limitations {
    white-space: initial;
  }
}
.big-quiz__info .big-quiz-free-questions::before,
.big-quiz__info .big-quiz-limitations::before {
  position: relative;
  margin-right: 8px;
}
@media all and (max-width: 767px) {
  .big-quiz__info .big-quiz-free-questions::before,
.big-quiz__info .big-quiz-limitations::before {
    margin-right: 4px;
  }
}
.big-quiz__info .big-quiz-free-questions::before {
  content: url("/assets/img/big-quiz/icon-present.svg");
}
.big-quiz__info .big-quiz-limitations:before {
  bottom: 4px;
  max-height: 20px;
}
.big-quiz__info .big-quiz-limitations.big-quiz-limitations--default::before {
  content: url("/assets/img/big-quiz/restrictions--default.svg");
}
.big-quiz__info .big-quiz-limitations.big-quiz-limitations--negative::before {
  content: url("/assets/img/big-quiz/restrictions--negative.svg");
}
.big-quiz__info .big-quiz-limitations.big-quiz-limitations--positive::before {
  content: url("/assets/img/big-quiz/restrictions--positive.svg");
}
.big-quiz__info.big-quiz__info--dashboard .main-info {
  width: 100%;
  display: -webkit-flex;
  display: flex;
  background: #fff;
  -webkit-justify-content: space-between;
          justify-content: space-between;
}
@media all and (max-width: 767px) {
  .big-quiz__info.big-quiz__info--dashboard .main-info {
    -webkit-align-items: center;
            align-items: center;
    padding: 1.6rem 2rem;
    gap: 2rem;
  }
}
@media (max-width: 350px) {
  .big-quiz__info.big-quiz__info--dashboard .main-info {
    padding: 1.6rem 1.3rem;
    gap: 1rem;
  }
}
@media all and (max-width: 767px) {
  .big-quiz__info.big-quiz__info--dashboard .big-quiz__free-task {
    display: none;
  }
}
.big-quiz__info.big-quiz__info--dashboard .big-quiz__limits {
  border-right: none;
}
@media all and (max-width: 767px) {
  .big-quiz__info.big-quiz__info--dashboard .big-quiz__limits {
    display: none !important;
    padding-left: 0;
  }
  .big-quiz__info.big-quiz__info--dashboard .big-quiz__limits .big-quiz-limitations::before {
    margin-right: 8px;
  }
  .big-quiz__info.big-quiz__info--dashboard .big-quiz__limits.big-quiz__limits-active {
    width: 100%;
    display: block;
  }
}
@media all and (max-width: 480px) {
  .big-quiz__info.big-quiz__info--dashboard .big-quiz__help .big-quiz-helps .big-quiz-helps__help {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
            align-items: center;
    font-size: 12px;
  }
  .big-quiz__info.big-quiz__info--dashboard .big-quiz__help .big-quiz-helps .big-quiz-helps__help::before {
    top: 0;
  }
  .big-quiz__info.big-quiz__info--dashboard .big-quiz__help .big-quiz-helps .fiftyfifty::before {
    content: url("/assets/img/big-quiz/icon-50-50-sm.svg");
  }
  .big-quiz__info.big-quiz__info--dashboard .big-quiz__help .big-quiz-helps .another-question::before {
    content: url("/assets/img/big-quiz/icon-change-sm.svg");
  }
  .big-quiz__info.big-quiz__info--dashboard .big-quiz__help .big-quiz-helps .users:before {
    content: url("/assets/img/big-quiz/icon-voting-sm.svg");
  }
}
@media all and (max-width: 767px) {
  .big-quiz__info.big-quiz__info--dashboard {
    -webkit-flex-flow: row wrap;
            flex-flow: row wrap;
    padding: 0;
    background: none;
    box-shadow: none;
  }
  .big-quiz__info.big-quiz__info--dashboard .main-info {
    box-shadow: 0 1px 1px rgba(217, 217, 217, 0.5);
    border-radius: 4px;
  }
  .big-quiz__info.big-quiz__info--dashboard .info {
    background: #fff;
  }
  .big-quiz__info.big-quiz__info--dashboard .info .info__title img {
    display: none;
  }
  .big-quiz__info.big-quiz__info--dashboard .big-quiz__lives, .big-quiz__info.big-quiz__info--dashboard .big-quiz__help, .big-quiz__info.big-quiz__info--dashboard .big-quiz__limits {
    height: auto;
  }
  .big-quiz__info.big-quiz__info--dashboard .big-quiz__lives .big-quiz-lives {
    position: relative;
    width: 110px;
    display: inline-block;
  }
}
@media all and (max-width: 767px) and (max-width: 767px) {
  .big-quiz__info.big-quiz__info--dashboard .big-quiz__lives .big-quiz-lives__status {
    position: absolute;
    top: -24px;
    right: 5px;
    margin-left: 0;
    font-weight: 400;
    color: #8e8f91;
  }
  .big-quiz__info.big-quiz__info--dashboard .big-quiz__lives .big-quiz-lives__status span {
    display: none;
  }
}
@media all and (max-width: 767px) {
  .big-quiz__info.big-quiz__info--dashboard .big-quiz__limits.big-quiz__limits-active {
    margin-top: 12px;
    padding: 16px 5px 16px 16px;
    border-radius: 4px;
  }
}
@media all and (max-width: 320px) {
  .big-quiz__info.big-quiz__info--dashboard .big-quiz__lives {
    padding-left: 16px;
  }
  .big-quiz__info.big-quiz__info--dashboard .big-quiz__help {
    padding-left: 13px;
  }
}
.big-quiz__info.big-quiz__info--stats .info {
  min-width: 100%;
}
.big-quiz__info.big-quiz__info--stats .info p {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  font-size: 14px;
}
@media all and (max-width: 340px) {
  .big-quiz__info.big-quiz__info--stats .info .big-quiz-lives {
    display: initial;
    text-align: left;
  }
  .big-quiz__info.big-quiz__info--stats .info .big-quiz-lives__status {
    margin: 10px 0 0;
  }
}
.big-quiz__info.big-quiz__info--stats .info .big-quiz-lives__status {
  font-size: 11px;
  white-space: nowrap;
}
.big-quiz__info.big-quiz__info--stats .info:nth-child(1), .big-quiz__info.big-quiz__info--stats .info:nth-child(2), .big-quiz__info.big-quiz__info--stats .info:nth-child(3) {
  padding: 23px 0;
}
@media all and (max-width: 767px) {
  .big-quiz__info.big-quiz__info--stats .info {
    min-width: 100%;
  }
  .big-quiz__info.big-quiz__info--stats .info:nth-child(1), .big-quiz__info.big-quiz__info--stats .info:nth-child(2), .big-quiz__info.big-quiz__info--stats .info:nth-child(3) {
    border-bottom: 1px solid #f0f0f0;
  }
  .big-quiz__info.big-quiz__info--stats .info:nth-child(1) {
    padding-top: 0;
  }
  .big-quiz__info.big-quiz__info--stats .info:last-child(4) {
    padding-top: 23px;
    padding-bottom: 0;
  }
}
.big-quiz__info.big-quiz__info--stats .info p::before {
  margin-right: 8px;
}
.big-quiz__info.big-quiz__info--stats .big-quiz__free-task,
.big-quiz__info.big-quiz__info--stats .big-quiz__limits {
  text-align: left;
}

.main-info__divider {
  width: 1px;
  background-color: #f0f0f0;
  -webkit-flex-shrink: 0;
          flex-shrink: 0;
}
@media (max-width: 767px) {
  .main-info__divider {
    height: 4.2rem;
  }
}
@media (max-width: 767px) {
  .main-info__divider:not(:first-of-type) {
    display: none;
  }
}

.big-quiz__limits {
  margin-right: clamp(0rem, -12rem + 11.111vw, 4rem);
}

.puzzle {
  position: relative;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
          flex-direction: column;
  -webkit-justify-content: center;
          justify-content: center;
  padding-bottom: 56px;
  text-align: center;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .puzzle {
    border: none;
  }
}
.puzzle__status {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 54px;
  margin-right: auto;
  margin-left: auto;
}
.puzzle .puzzle-empty, .puzzle .puzzle-done {
  margin: 20px 0 22px;
  font-size: 14px;
  font-weight: 500;
  line-height: 12px;
}
.puzzle .puzzle-empty {
  color: #8e8f91;
  text-transform: uppercase;
}
.puzzle .puzzle-done {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 50%;
  color: #000;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.puzzle .puzzle-done::before {
  position: relative;
  right: 6px;
  content: url("/assets/img/big-quiz/jackpot/piece-done-icon.svg");
}
.puzzle.done .puzzle-done {
  opacity: 1;
  white-space: nowrap;
  -webkit-transition: 3s opacity;
  transition: 3s opacity;
}
.puzzle.done .puzzle-empty {
  opacity: 0;
  -webkit-transition: 0.5s opacity;
  transition: 0.5s opacity;
}

.breadcrumb {
  position: relative;
  min-height: 60px;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-align-items: center;
          align-items: center;
  padding: 16px 0;
}
.breadcrumb.with-close {
  padding-right: 50px;
}
.breadcrumb .breadcrumb-item {
  position: relative;
  display: inline;
  margin-right: 18px;
  padding: 5px 0;
  font-size: 13px;
  line-height: 1.1538461538;
  color: #6e6e6e;
}
.breadcrumb .breadcrumb-item:last-child {
  margin-right: 0;
}
.breadcrumb a:hover {
  color: #414141;
}
.breadcrumb a:after {
  position: absolute;
  top: 50%;
  right: -12px;
  width: 6px;
  height: 8px;
  content: "";
  display: inline-block;
  text-decoration: none;
  color: #b0b0b0;
  background: transparent url("/assets/img/breadcrumb.svg") no-repeat center;
  background-size: contain;
  pointer-events: none;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
.breadcrumb .close {
  opacity: 1;
  cursor: pointer;
  position: absolute;
  top: 50%;
  right: 0;
  z-index: 10;
  width: 40px;
  height: 40px;
  display: inline-block;
  background: rgba(255, 255, 255, 0.79);
  border-radius: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
.breadcrumb .close:before, .breadcrumb .close:after {
  position: absolute;
  top: 6px;
  left: 20px;
  width: 1px;
  height: 29px;
  content: " ";
  background-color: #b8b8b8;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.breadcrumb .close:hover:before, .breadcrumb .close:hover:after {
  background-color: black;
}
.breadcrumb .close:before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.breadcrumb .close:after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

#halfpage-white .breadcrumb .breadcrumb-item {
  color: #fff;
}
#halfpage-white .breadcrumb a {
  color: #fff;
}
#halfpage-white .breadcrumb a:hover {
  text-decoration: none;
  color: #fff;
}
#halfpage-white .breadcrumb a:after {
  background-image: url(/assets/img/breadcrumb-white.svg);
}

#halfpage-right .breadcrumb {
  width: -webkit-calc(100% + 30px);
  width: calc(100% + 30px);
  margin-right: -15px;
  margin-left: -15px;
}
@media all and (min-width: 767px) {
  #halfpage-right .breadcrumb {
    display: none;
  }
}

.btn-actual-item {
  position: absolute;
  z-index: 1111;
  height: 33px;
  padding: 0 14px 0 10px;
  font-size: 12px;
  font-weight: 600;
  line-height: 1;
  color: #000;
  background-color: #fff;
  box-shadow: 0 2px 5px rgba(157, 157, 157, 0.5);
  border: none;
  border-radius: 17px;
  outline: none;
  -webkit-transition: 0.3s box-shadow;
  transition: 0.3s box-shadow;
}
.btn-actual-item .arrow {
  margin: 0 8px 1px 0;
}
.btn-actual-item:hover {
  cursor: pointer;
  box-shadow: 0 2px 5px rgba(157, 157, 157, 0.9);
  -webkit-transition: 0.3s box-shadow;
  transition: 0.3s box-shadow;
}
.btn-actual-item:hover .arrow path {
  -webkit-transition: 0.3s fill;
  transition: 0.3s fill;
  fill: black;
}
@media (hover: none) and (pointer: coarse) {
  .btn-actual-item:hover {
    box-shadow: 0 2px 5px rgba(157, 157, 157, 0.5);
  }
  .btn-actual-item:hover .arrow path {
    fill: #8e8f91;
  }
}

.bubble {
  box-shadow: 0 1px 1px #e1e0e1;
}
.bubble:before {
  position: absolute;
  width: 0;
  height: 0;
  content: "";
  border: 8px solid;
}
.bubble .bubble__message {
  margin: 0;
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
  color: #fff;
}
.bubble.bubble--blue {
  background-color: #1e90f9;
  border-radius: 9px;
}
.bubble.bubble--blue:before {
  border-color: #1e90f9 #1e90f9 transparent transparent;
}
.bubble.bubble--green {
  background-color: #12ba17;
  border-radius: 4px;
}
.bubble.bubble--green:before {
  border-color: #12ba17 transparent transparent #12ba17;
}

.btn-group {
  position: relative;
  width: 100%;
  display: inline-block;
  vertical-align: middle;
}
.btn-group > .btn {
  position: relative;
  float: left;
}
.btn-group > .btn-2 {
  width: 50%;
}
.btn-group > .btn-3 {
  width: 33.33%;
}
.btn-group button:nth-of-type(3) {
  width: 33.4%;
}

.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
  margin-left: -1px;
}

.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-left: 1px solid #fff;
  border-radius: 0;
}

.btn-group > .btn:first-child {
  margin-left: 0;
}
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-left: 1px solid #fff;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.btn-group > .btn:last-child:not(:first-child) .btn-3,
.btn-group > .dropdown-toggle:not(:first-child) .btn-3 {
  width: 33.5%;
}

.btn-group > .btn-group {
  float: left;
}

.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}

.btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-left: 1px solid #fff;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

.btn-group-xs > .btn {
  height: 1.5;
  padding: 0 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 2px;
}

.btn-group-justified {
  width: 100%;
  display: table;
  table-layout: fixed;
  border-collapse: separate;
}
.btn-group-justified > .btn,
.btn-group-justified > .btn-group {
  width: 1%;
  float: none;
  display: table-cell;
}
.btn-group-justified > .btn-group .btn {
  width: 100%;
}
.btn-group-justified > .btn-group .dropdown-menu {
  left: auto;
}

[data-toggle=buttons] > .btn input[type=radio],
[data-toggle=buttons] > .btn input[type=checkbox],
[data-toggle=buttons] > .btn-group > .btn input[type=radio],
[data-toggle=buttons] > .btn-group > .btn input[type=checkbox] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}

.btn-social {
  cursor: pointer;
  position: relative;
  height: 40px;
  display: inline-block;
  margin: 0 5px 0 45px;
  padding: 0 24px 0 10px;
  font-weight: 500;
  line-height: 40px;
  white-space: nowrap;
  text-align: center;
  text-decoration: none;
  color: #fff;
  border: none;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  vertical-align: middle;
  touch-action: manipulation;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}
.btn-social:hover, .btn-social:focus {
  text-decoration: none;
  color: #fff;
}
.btn-social:before {
  position: absolute;
  top: 0;
  left: -40px;
  width: 40px;
  height: 40px;
  content: "";
  display: block;
  background-position: center;
  background-size: 28px 28px;
  background-repeat: no-repeat;
  background-color: #000;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
.btn-social.twitter {
  background-color: #41b9e9;
}
.btn-social.twitter:before {
  background-image: url("/assets/img/twitter.svg");
  background-color: #41b3e2;
}
.btn-social.twitter:hover:before {
  background-color: #41b9e9;
}
.btn-social.twitter:active {
  background-color: #41b3e2;
}
.btn-social.twitter:active:before {
  background-color: #41b3e2;
}
.btn-social.facebook {
  background-color: #6d83cb;
}
.btn-social.facebook:before {
  background-image: url("/assets/img/logo-facebook.svg");
  background-color: #687dc2;
}
.btn-social.facebook:hover:before {
  background-color: #6d83cb;
}
.btn-social.facebook:active {
  background-color: #687dc2;
}
.btn-social.facebook:active:before {
  background-color: #687dc2;
}

.btn-social-group {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
}
@media all and (max-width: 767px) {
  .btn-social-group {
    -webkit-flex-direction: column;
            flex-direction: column;
  }
}
.btn-social-group a {
  width: -webkit-calc(50% - 5px);
  width: calc(50% - 5px);
}
.btn-social-group a:first-child {
  margin-right: 5px;
}
.btn-social-group a:last-child {
  margin-left: 5px;
}
@media all and (max-width: 767px) {
  .btn-social-group a {
    width: 100%;
  }
  .btn-social-group a:last-child, .btn-social-group a:first-child {
    margin: 0;
  }
  .btn-social-group a:last-child {
    margin-top: 15px;
  }
}

.btn-wrapper {
  margin: -5px;
}
.btn-wrapper .btn {
  margin: 5px;
}

.btn {
  cursor: pointer;
  display: inline-block;
  margin-bottom: 0;
  font-family: "Fira Sans Local", "Fira Sans", helvetica, arial, -apple-system, blinkmacsystemfont, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Emoji One", "Noto Color Emoji", "Noto Emoji", sans-serif;
  font-weight: 500;
  white-space: nowrap;
  text-align: center;
  text-decoration: none;
  color: #fff;
  background-image: none;
  border: 1px solid transparent;
  vertical-align: middle;
  touch-action: manipulation;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  height: 38px;
  padding: 0 24px;
  font-size: 14px;
  line-height: 38px;
  border-radius: 3px;
}
.btn[data-available=false] {
  border-color: hsl(0deg, 0%, 41%) !important;
  background-color: hsl(0deg, 0%, 41%) !important;
  opacity: 0.5 !important;
}
.btn:focus, .btn.focus, .btn:active:focus, .btn:active.focus, .btn.active:focus, .btn.active.focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
  outline: 0;
}
@media (hover: hover) and (pointer: fine) {
  .btn:hover, .btn:focus, .btn.focus {
    color: #565656;
  }
}
.btn:hover, .btn:focus, .btn.focus {
  text-decoration: none;
}
.btn:active, .btn.active {
  background-image: none;
  outline: 0;
}
.btn.disabled, .btn[disabled], fieldset[disabled] .btn {
  opacity: 0.65;
  cursor: not-allowed;
  box-shadow: none;
}
.btn strong {
  font-weight: 700 !important;
}

a.btn.disabled, fieldset[disabled] a.btn {
  pointer-events: none;
}

.btn-default {
  color: #565656;
  background-color: #fff;
  border-color: #8b8b8b;
}
.btn-default:hover, .btn-default:focus, .btn-default.focus {
  color: #565656;
}
@media (hover: hover) and (pointer: fine) {
  .btn-default:hover, .btn-default:focus, .btn-default.focus {
    background-color: #e6e6e6;
    border-color: #727272;
  }
}
.btn-default:active, .btn-default.active, .open > .btn-default.dropdown-toggle {
  color: #565656;
  background-color: #e6e6e6;
  border-color: #727272;
}
.btn-default:active:hover, .btn-default:active:focus, .btn-default:active.focus, .btn-default.active:hover, .btn-default.active:focus, .btn-default.active.focus, .open > .btn-default.dropdown-toggle:hover, .open > .btn-default.dropdown-toggle:focus, .open > .btn-default.dropdown-toggle.focus {
  color: #565656;
}
@media (hover: hover) and (pointer: fine) {
  .btn-default:active:hover, .btn-default:active:focus, .btn-default:active.focus, .btn-default.active:hover, .btn-default.active:focus, .btn-default.active.focus, .open > .btn-default.dropdown-toggle:hover, .open > .btn-default.dropdown-toggle:focus, .open > .btn-default.dropdown-toggle.focus {
    background-color: #d4d4d4;
    border-color: #606060;
  }
}
.btn-default:active, .btn-default.active, .open > .btn-default.dropdown-toggle {
  background-image: none;
}
@media (hover: hover) and (pointer: fine) {
  .btn-default.disabled:hover, .btn-default.disabled:focus, .btn-default.disabled.focus, .btn-default[disabled]:hover, .btn-default[disabled]:focus, .btn-default[disabled].focus, fieldset[disabled] .btn-default:hover, fieldset[disabled] .btn-default:focus, fieldset[disabled] .btn-default.focus {
    background-color: #fff;
    border-color: #fff;
  }
}
.btn-default .badge {
  color: #fff;
  background-color: #565656;
}

.btn-primary {
  color: #fff;
  background-color: #e37921;
  border-color: #e37921;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary.focus {
  color: #fff;
}
@media (hover: hover) and (pointer: fine) {
  .btn-primary:hover, .btn-primary:focus, .btn-primary.focus {
    background-color: #ba6117;
    border-color: #ba6117;
  }
}
.btn-primary:active, .btn-primary.active, .open > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #ba6117;
  border-color: #ba6117;
}
.btn-primary:active:hover, .btn-primary:active:focus, .btn-primary:active.focus, .btn-primary.active:hover, .btn-primary.active:focus, .btn-primary.active.focus, .open > .btn-primary.dropdown-toggle:hover, .open > .btn-primary.dropdown-toggle:focus, .open > .btn-primary.dropdown-toggle.focus {
  color: #fff;
}
@media (hover: hover) and (pointer: fine) {
  .btn-primary:active:hover, .btn-primary:active:focus, .btn-primary:active.focus, .btn-primary.active:hover, .btn-primary.active:focus, .btn-primary.active.focus, .open > .btn-primary.dropdown-toggle:hover, .open > .btn-primary.dropdown-toggle:focus, .open > .btn-primary.dropdown-toggle.focus {
    background-color: #9a5013;
    border-color: #9a5013;
  }
}
.btn-primary:active, .btn-primary.active, .open > .btn-primary.dropdown-toggle {
  background-image: none;
}
@media (hover: hover) and (pointer: fine) {
  .btn-primary.disabled:hover, .btn-primary.disabled:focus, .btn-primary.disabled.focus, .btn-primary[disabled]:hover, .btn-primary[disabled]:focus, .btn-primary[disabled].focus, fieldset[disabled] .btn-primary:hover, fieldset[disabled] .btn-primary:focus, fieldset[disabled] .btn-primary.focus {
    background-color: #e37921;
    border-color: #e37921;
  }
}
.btn-primary .badge {
  color: #e37921;
  background-color: #fff;
}

.btn-primary--outline {
  color: #e37921;
  background-color: #fff;
  border-color: #e37921;
}
@media (hover: hover) and (pointer: fine) {
  .btn-primary--outline:hover, .btn-primary--outline:focus, .btn-primary--outline.focus {
    color: #fff;
    background-color: #ba6117;
    border-color: #ba6117;
  }
}
.btn-primary--outline:active, .btn-primary--outline.active, .open > .btn-primary--outline.dropdown-toggle {
  color: #fff;
  background-color: #ba6117;
  border-color: #ba6117;
}
@media (hover: hover) and (pointer: fine) {
  .btn-primary--outline:active:hover, .btn-primary--outline:active:focus, .btn-primary--outline:active.focus, .btn-primary--outline.active:hover, .btn-primary--outline.active:focus, .btn-primary--outline.active.focus, .open > .btn-primary--outline.dropdown-toggle:hover, .open > .btn-primary--outline.dropdown-toggle:focus, .open > .btn-primary--outline.dropdown-toggle.focus {
    color: #fff;
    background-color: #9a5013;
    border-color: #9a5013;
  }
}
.btn-primary--outline:active, .btn-primary--outline.active, .open > .btn-primary--outline.dropdown-toggle {
  background-image: none;
}
@media (hover: hover) and (pointer: fine) {
  .btn-primary--outline.disabled:hover, .btn-primary--outline.disabled:focus, .btn-primary--outline.disabled.focus, .btn-primary--outline[disabled]:hover, .btn-primary--outline[disabled]:focus, .btn-primary--outline[disabled].focus, fieldset[disabled] .btn-primary--outline:hover, fieldset[disabled] .btn-primary--outline:focus, fieldset[disabled] .btn-primary--outline.focus {
    background-color: #fff;
    border-color: #e37921;
  }
}
.btn-primary--outline .badge {
  color: transparent;
  background-color: #e37921;
}

.btn-info {
  color: #fff;
  background-color: #333658;
  border-color: #2a2c48;
}
.btn-info:hover, .btn-info:focus, .btn-info.focus {
  color: #fff;
}
@media (hover: hover) and (pointer: fine) {
  .btn-info:hover, .btn-info:focus, .btn-info.focus {
    background-color: #202238;
    border-color: #171828;
  }
}
.btn-info:active, .btn-info.active, .open > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #202238;
  border-color: #171828;
}
.btn-info:active:hover, .btn-info:active:focus, .btn-info:active.focus, .btn-info.active:hover, .btn-info.active:focus, .btn-info.active.focus, .open > .btn-info.dropdown-toggle:hover, .open > .btn-info.dropdown-toggle:focus, .open > .btn-info.dropdown-toggle.focus {
  color: #fff;
}
@media (hover: hover) and (pointer: fine) {
  .btn-info:active:hover, .btn-info:active:focus, .btn-info:active.focus, .btn-info.active:hover, .btn-info.active:focus, .btn-info.active.focus, .open > .btn-info.dropdown-toggle:hover, .open > .btn-info.dropdown-toggle:focus, .open > .btn-info.dropdown-toggle.focus {
    background-color: #131421;
    border-color: #0a0b11;
  }
}
.btn-info:active, .btn-info.active, .open > .btn-info.dropdown-toggle {
  background-image: none;
}
@media (hover: hover) and (pointer: fine) {
  .btn-info.disabled:hover, .btn-info.disabled:focus, .btn-info.disabled.focus, .btn-info[disabled]:hover, .btn-info[disabled]:focus, .btn-info[disabled].focus, fieldset[disabled] .btn-info:hover, fieldset[disabled] .btn-info:focus, fieldset[disabled] .btn-info.focus {
    background-color: #333658;
    border-color: #333658;
  }
}
.btn-info .badge {
  color: #333658;
  background-color: #fff;
}

.btn-info--outline {
  color: #333658;
  background-color: #fff;
  border-color: #2a2c48;
}
@media (hover: hover) and (pointer: fine) {
  .btn-info--outline:hover, .btn-info--outline:focus, .btn-info--outline.focus {
    color: #fff;
    background-color: #202238;
    border-color: #171828;
  }
}
.btn-info--outline:active, .btn-info--outline.active, .open > .btn-info--outline.dropdown-toggle {
  color: #fff;
  background-color: #202238;
  border-color: #171828;
}
@media (hover: hover) and (pointer: fine) {
  .btn-info--outline:active:hover, .btn-info--outline:active:focus, .btn-info--outline:active.focus, .btn-info--outline.active:hover, .btn-info--outline.active:focus, .btn-info--outline.active.focus, .open > .btn-info--outline.dropdown-toggle:hover, .open > .btn-info--outline.dropdown-toggle:focus, .open > .btn-info--outline.dropdown-toggle.focus {
    color: #fff;
    background-color: #131421;
    border-color: #0a0b11;
  }
}
.btn-info--outline:active, .btn-info--outline.active, .open > .btn-info--outline.dropdown-toggle {
  background-image: none;
}
@media (hover: hover) and (pointer: fine) {
  .btn-info--outline.disabled:hover, .btn-info--outline.disabled:focus, .btn-info--outline.disabled.focus, .btn-info--outline[disabled]:hover, .btn-info--outline[disabled]:focus, .btn-info--outline[disabled].focus, fieldset[disabled] .btn-info--outline:hover, fieldset[disabled] .btn-info--outline:focus, fieldset[disabled] .btn-info--outline.focus {
    background-color: #fff;
    border-color: #333658;
  }
}
.btn-info--outline .badge {
  color: transparent;
  background-color: #333658;
}

.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning:hover, .btn-warning:focus, .btn-warning.focus {
  color: #fff;
}
@media (hover: hover) and (pointer: fine) {
  .btn-warning:hover, .btn-warning:focus, .btn-warning.focus {
    background-color: #ec971f;
    border-color: #de8a13;
  }
}
.btn-warning:active, .btn-warning.active, .open > .btn-warning.dropdown-toggle {
  color: #fff;
  background-color: #ec971f;
  border-color: #de8a13;
}
.btn-warning:active:hover, .btn-warning:active:focus, .btn-warning:active.focus, .btn-warning.active:hover, .btn-warning.active:focus, .btn-warning.active.focus, .open > .btn-warning.dropdown-toggle:hover, .open > .btn-warning.dropdown-toggle:focus, .open > .btn-warning.dropdown-toggle.focus {
  color: #fff;
}
@media (hover: hover) and (pointer: fine) {
  .btn-warning:active:hover, .btn-warning:active:focus, .btn-warning:active.focus, .btn-warning.active:hover, .btn-warning.active:focus, .btn-warning.active.focus, .open > .btn-warning.dropdown-toggle:hover, .open > .btn-warning.dropdown-toggle:focus, .open > .btn-warning.dropdown-toggle.focus {
    background-color: #d58512;
    border-color: #bd7610;
  }
}
.btn-warning:active, .btn-warning.active, .open > .btn-warning.dropdown-toggle {
  background-image: none;
}
@media (hover: hover) and (pointer: fine) {
  .btn-warning.disabled:hover, .btn-warning.disabled:focus, .btn-warning.disabled.focus, .btn-warning[disabled]:hover, .btn-warning[disabled]:focus, .btn-warning[disabled].focus, fieldset[disabled] .btn-warning:hover, fieldset[disabled] .btn-warning:focus, fieldset[disabled] .btn-warning.focus {
    background-color: #f0ad4e;
    border-color: #f0ad4e;
  }
}
.btn-warning .badge {
  color: #f0ad4e;
  background-color: #fff;
}

.btn-warning--outline {
  color: #f0ad4e;
  background-color: #fff;
  border-color: #eea236;
}
@media (hover: hover) and (pointer: fine) {
  .btn-warning--outline:hover, .btn-warning--outline:focus, .btn-warning--outline.focus {
    color: #fff;
    background-color: #ec971f;
    border-color: #de8a13;
  }
}
.btn-warning--outline:active, .btn-warning--outline.active, .open > .btn-warning--outline.dropdown-toggle {
  color: #fff;
  background-color: #ec971f;
  border-color: #de8a13;
}
@media (hover: hover) and (pointer: fine) {
  .btn-warning--outline:active:hover, .btn-warning--outline:active:focus, .btn-warning--outline:active.focus, .btn-warning--outline.active:hover, .btn-warning--outline.active:focus, .btn-warning--outline.active.focus, .open > .btn-warning--outline.dropdown-toggle:hover, .open > .btn-warning--outline.dropdown-toggle:focus, .open > .btn-warning--outline.dropdown-toggle.focus {
    color: #fff;
    background-color: #d58512;
    border-color: #bd7610;
  }
}
.btn-warning--outline:active, .btn-warning--outline.active, .open > .btn-warning--outline.dropdown-toggle {
  background-image: none;
}
@media (hover: hover) and (pointer: fine) {
  .btn-warning--outline.disabled:hover, .btn-warning--outline.disabled:focus, .btn-warning--outline.disabled.focus, .btn-warning--outline[disabled]:hover, .btn-warning--outline[disabled]:focus, .btn-warning--outline[disabled].focus, fieldset[disabled] .btn-warning--outline:hover, fieldset[disabled] .btn-warning--outline:focus, fieldset[disabled] .btn-warning--outline.focus {
    background-color: #fff;
    border-color: #f0ad4e;
  }
}
.btn-warning--outline .badge {
  color: transparent;
  background-color: #f0ad4e;
}

.btn-danger {
  color: #fff;
  background-color: #e33a27;
  border-color: #d52e1c;
}
.btn-danger:hover, .btn-danger:focus, .btn-danger.focus {
  color: #fff;
}
@media (hover: hover) and (pointer: fine) {
  .btn-danger:hover, .btn-danger:focus, .btn-danger.focus {
    background-color: #be2919;
    border-color: #a82416;
  }
}
.btn-danger:active, .btn-danger.active, .open > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #be2919;
  border-color: #a82416;
}
.btn-danger:active:hover, .btn-danger:active:focus, .btn-danger:active.focus, .btn-danger.active:hover, .btn-danger.active:focus, .btn-danger.active.focus, .open > .btn-danger.dropdown-toggle:hover, .open > .btn-danger.dropdown-toggle:focus, .open > .btn-danger.dropdown-toggle.focus {
  color: #fff;
}
@media (hover: hover) and (pointer: fine) {
  .btn-danger:active:hover, .btn-danger:active:focus, .btn-danger:active.focus, .btn-danger.active:hover, .btn-danger.active:focus, .btn-danger.active.focus, .open > .btn-danger.dropdown-toggle:hover, .open > .btn-danger.dropdown-toggle:focus, .open > .btn-danger.dropdown-toggle.focus {
    background-color: #9f2315;
    border-color: #881d12;
  }
}
.btn-danger:active, .btn-danger.active, .open > .btn-danger.dropdown-toggle {
  background-image: none;
}
@media (hover: hover) and (pointer: fine) {
  .btn-danger.disabled:hover, .btn-danger.disabled:focus, .btn-danger.disabled.focus, .btn-danger[disabled]:hover, .btn-danger[disabled]:focus, .btn-danger[disabled].focus, fieldset[disabled] .btn-danger:hover, fieldset[disabled] .btn-danger:focus, fieldset[disabled] .btn-danger.focus {
    background-color: #e33a27;
    border-color: #e33a27;
  }
}
.btn-danger .badge {
  color: #e33a27;
  background-color: #fff;
}

.btn-limit {
  color: #fff;
  background-color: #d16b6b;
  border-color: #cb5858;
  white-space: break-spaces;
  line-height: 1.4;
  padding: 1rem !important;
  width: 100%;
  height: auto;
  font-weight: normal;
}
.btn-limit:hover, .btn-limit:focus, .btn-limit.focus {
  color: #fff;
}
@media (hover: hover) and (pointer: fine) {
  .btn-limit:hover, .btn-limit:focus, .btn-limit.focus {
    background-color: #c54444;
    border-color: #b73939;
  }
}
.btn-limit:active, .btn-limit.active, .open > .btn-limit.dropdown-toggle {
  color: #fff;
  background-color: #c54444;
  border-color: #b73939;
}
.btn-limit:active:hover, .btn-limit:active:focus, .btn-limit:active.focus, .btn-limit.active:hover, .btn-limit.active:focus, .btn-limit.active.focus, .open > .btn-limit.dropdown-toggle:hover, .open > .btn-limit.dropdown-toggle:focus, .open > .btn-limit.dropdown-toggle.focus {
  color: #fff;
}
@media (hover: hover) and (pointer: fine) {
  .btn-limit:active:hover, .btn-limit:active:focus, .btn-limit:active.focus, .btn-limit.active:hover, .btn-limit.active:focus, .btn-limit.active.focus, .open > .btn-limit.dropdown-toggle:hover, .open > .btn-limit.dropdown-toggle:focus, .open > .btn-limit.dropdown-toggle.focus {
    background-color: #af3636;
    border-color: #9c3131;
  }
}
.btn-limit:active, .btn-limit.active, .open > .btn-limit.dropdown-toggle {
  background-image: none;
}
@media (hover: hover) and (pointer: fine) {
  .btn-limit.disabled:hover, .btn-limit.disabled:focus, .btn-limit.disabled.focus, .btn-limit[disabled]:hover, .btn-limit[disabled]:focus, .btn-limit[disabled].focus, fieldset[disabled] .btn-limit:hover, fieldset[disabled] .btn-limit:focus, fieldset[disabled] .btn-limit.focus {
    background-color: #d16b6b;
    border-color: #d16b6b;
  }
}
.btn-limit .badge {
  color: #d16b6b;
  background-color: #fff;
}

.btn-danger--outline {
  color: #e33a27;
  background-color: #fff;
  border-color: #d52e1c;
}
@media (hover: hover) and (pointer: fine) {
  .btn-danger--outline:hover, .btn-danger--outline:focus, .btn-danger--outline.focus {
    color: #fff;
    background-color: #be2919;
    border-color: #a82416;
  }
}
.btn-danger--outline:active, .btn-danger--outline.active, .open > .btn-danger--outline.dropdown-toggle {
  color: #fff;
  background-color: #be2919;
  border-color: #a82416;
}
@media (hover: hover) and (pointer: fine) {
  .btn-danger--outline:active:hover, .btn-danger--outline:active:focus, .btn-danger--outline:active.focus, .btn-danger--outline.active:hover, .btn-danger--outline.active:focus, .btn-danger--outline.active.focus, .open > .btn-danger--outline.dropdown-toggle:hover, .open > .btn-danger--outline.dropdown-toggle:focus, .open > .btn-danger--outline.dropdown-toggle.focus {
    color: #fff;
    background-color: #9f2315;
    border-color: #881d12;
  }
}
.btn-danger--outline:active, .btn-danger--outline.active, .open > .btn-danger--outline.dropdown-toggle {
  background-image: none;
}
@media (hover: hover) and (pointer: fine) {
  .btn-danger--outline.disabled:hover, .btn-danger--outline.disabled:focus, .btn-danger--outline.disabled.focus, .btn-danger--outline[disabled]:hover, .btn-danger--outline[disabled]:focus, .btn-danger--outline[disabled].focus, fieldset[disabled] .btn-danger--outline:hover, fieldset[disabled] .btn-danger--outline:focus, fieldset[disabled] .btn-danger--outline.focus {
    background-color: #fff;
    border-color: #e33a27;
  }
}
.btn-danger--outline .badge {
  color: transparent;
  background-color: #e33a27;
}

.btn-blue {
  color: #FFFFFF;
  background-color: #269DCB;
  border-color: #269DCB;
}
.btn-blue:hover, .btn-blue:focus, .btn-blue.focus {
  color: #FFFFFF;
}
@media (hover: hover) and (pointer: fine) {
  .btn-blue:hover, .btn-blue:focus, .btn-blue.focus {
    background-color: #1e7ca0;
    border-color: #1e7ca0;
  }
}
.btn-blue:active, .btn-blue.active, .open > .btn-blue.dropdown-toggle {
  color: #FFFFFF;
  background-color: #1e7ca0;
  border-color: #1e7ca0;
}
.btn-blue:active:hover, .btn-blue:active:focus, .btn-blue:active.focus, .btn-blue.active:hover, .btn-blue.active:focus, .btn-blue.active.focus, .open > .btn-blue.dropdown-toggle:hover, .open > .btn-blue.dropdown-toggle:focus, .open > .btn-blue.dropdown-toggle.focus {
  color: #FFFFFF;
}
@media (hover: hover) and (pointer: fine) {
  .btn-blue:active:hover, .btn-blue:active:focus, .btn-blue:active.focus, .btn-blue.active:hover, .btn-blue.active:focus, .btn-blue.active.focus, .open > .btn-blue.dropdown-toggle:hover, .open > .btn-blue.dropdown-toggle:focus, .open > .btn-blue.dropdown-toggle.focus {
    background-color: #186582;
    border-color: #186582;
  }
}
.btn-blue:active, .btn-blue.active, .open > .btn-blue.dropdown-toggle {
  background-image: none;
}
@media (hover: hover) and (pointer: fine) {
  .btn-blue.disabled:hover, .btn-blue.disabled:focus, .btn-blue.disabled.focus, .btn-blue[disabled]:hover, .btn-blue[disabled]:focus, .btn-blue[disabled].focus, fieldset[disabled] .btn-blue:hover, fieldset[disabled] .btn-blue:focus, fieldset[disabled] .btn-blue.focus {
    background-color: #269DCB;
    border-color: #269DCB;
  }
}
.btn-blue .badge {
  color: #269DCB;
  background-color: #FFFFFF;
}

.btn-decline {
  color: #1a1a1a;
  border: 1px solid #2B2B2B;
}

.btn-success {
  background-color: #65a325;
  border-color: #65a325;
}
@media (hover: hover) and (pointer: fine) {
  .btn-success:hover, .btn-success:focus, .btn-success.focus {
    color: #fff;
    background-color: #4f8816;
    border-color: #4f8816;
  }
}
.btn-success:active, .btn-success.active {
  color: #fff;
  background-color: #6aa145;
  border-color: #6aa145;
}
.btn-success.disabled, .btn-success[disabled], fieldset[disabled] .btn-success {
  color: #fbfcf8;
  background-color: #a2cb76;
  border-color: #a2cb76;
}

.btn-reward,
.btn-success-shadow {
  box-shadow: 0 1px 0 #518F11;
}

.btn-success--outline {
  color: #65a325;
  background-color: #fff;
  border-color: #65a325;
}
@media (hover: hover) and (pointer: fine) {
  .btn-success--outline:hover, .btn-success--outline:focus, .btn-success--outline.focus {
    color: #fff;
    background-color: #4f8816;
    border-color: #4f8816;
  }
}
.btn-success--outline:active, .btn-success--outline.active {
  color: #6aa145;
  background-color: #fff;
  border-color: #6aa145;
}
@media (hover: hover) and (pointer: fine) {
  .btn-success--outline:active, .btn-success--outline.active {
    color: #fff;
    background-color: #6aa145;
    border-color: #6aa145;
  }
}
.btn-success--outline.disabled, .btn-success--outline[disabled], fieldset[disabled] .btn-success--outline {
  color: #a2cb76;
  background-color: #fff;
  border-color: #a2cb76;
}

.btn-black {
  color: #fff;
  background-color: #000;
}
.btn-black:hover {
  color: #fff;
  background-color: #2D2D2D;
}
.btn-black a {
  text-decoration: none;
  color: #fff;
}
.btn-black a:hover {
  text-decoration: none;
  color: #fff;
}
@media all and (max-width: 480px) {
  .btn-black {
    width: 100%;
  }
}

.btn-gray {
  color: #373b43;
  background-color: #f0f0f0;
  border-color: #f0f0f0;
}
@media (hover: hover) and (pointer: fine) {
  .btn-gray:hover, .btn-gray:focus, .btn-gray.focus {
    background-color: #e7e7e7;
    border-color: #e7e7e7;
  }
}
.btn-gray:active {
  background-color: #EEEEEE;
}

.btn-gray-darker, .btn-disabled-darker {
  color: #373b43;
  background-color: #D8D8D8;
  border-color: #D8D8D8;
}
.btn-gray-darker:hover, .btn-disabled-darker:hover, .btn-gray-darker:focus, .btn-disabled-darker:focus, .btn-gray-darker.focus, .focus.btn-disabled-darker {
  color: #373b43;
}
@media (hover: hover) and (pointer: fine) {
  .btn-gray-darker:hover, .btn-disabled-darker:hover, .btn-gray-darker:focus, .btn-disabled-darker:focus, .btn-gray-darker.focus, .focus.btn-disabled-darker {
    background-color: #bfbfbf;
    border-color: #bfbfbf;
  }
}
.btn-gray-darker:active, .btn-disabled-darker:active, .btn-gray-darker.active, .active.btn-disabled-darker, .open > .btn-gray-darker.dropdown-toggle, .open > .dropdown-toggle.btn-disabled-darker {
  color: #373b43;
  background-color: #bfbfbf;
  border-color: #bfbfbf;
}
.btn-gray-darker:active:hover, .btn-disabled-darker:active:hover, .btn-gray-darker:active:focus, .btn-disabled-darker:active:focus, .btn-gray-darker:active.focus, .btn-disabled-darker:active.focus, .btn-gray-darker.active:hover, .active.btn-disabled-darker:hover, .btn-gray-darker.active:focus, .active.btn-disabled-darker:focus, .btn-gray-darker.active.focus, .active.focus.btn-disabled-darker, .open > .btn-gray-darker.dropdown-toggle:hover, .open > .dropdown-toggle.btn-disabled-darker:hover, .open > .btn-gray-darker.dropdown-toggle:focus, .open > .dropdown-toggle.btn-disabled-darker:focus, .open > .btn-gray-darker.dropdown-toggle.focus, .open > .dropdown-toggle.focus.btn-disabled-darker {
  color: #373b43;
}
@media (hover: hover) and (pointer: fine) {
  .btn-gray-darker:active:hover, .btn-disabled-darker:active:hover, .btn-gray-darker:active:focus, .btn-disabled-darker:active:focus, .btn-gray-darker:active.focus, .btn-disabled-darker:active.focus, .btn-gray-darker.active:hover, .active.btn-disabled-darker:hover, .btn-gray-darker.active:focus, .active.btn-disabled-darker:focus, .btn-gray-darker.active.focus, .active.focus.btn-disabled-darker, .open > .btn-gray-darker.dropdown-toggle:hover, .open > .dropdown-toggle.btn-disabled-darker:hover, .open > .btn-gray-darker.dropdown-toggle:focus, .open > .dropdown-toggle.btn-disabled-darker:focus, .open > .btn-gray-darker.dropdown-toggle.focus, .open > .dropdown-toggle.focus.btn-disabled-darker {
    background-color: #adadad;
    border-color: #adadad;
  }
}
.btn-gray-darker:active, .btn-disabled-darker:active, .btn-gray-darker.active, .active.btn-disabled-darker, .open > .btn-gray-darker.dropdown-toggle, .open > .dropdown-toggle.btn-disabled-darker {
  background-image: none;
}
@media (hover: hover) and (pointer: fine) {
  .btn-gray-darker.disabled:hover, .disabled.btn-disabled-darker:hover, .btn-gray-darker.disabled:focus, .disabled.btn-disabled-darker:focus, .btn-gray-darker.disabled.focus, .disabled.focus.btn-disabled-darker, .btn-gray-darker[disabled]:hover, [disabled].btn-disabled-darker:hover, .btn-gray-darker[disabled]:focus, [disabled].btn-disabled-darker:focus, .btn-gray-darker[disabled].focus, [disabled].focus.btn-disabled-darker, fieldset[disabled] .btn-gray-darker:hover, fieldset[disabled] .btn-disabled-darker:hover, fieldset[disabled] .btn-gray-darker:focus, fieldset[disabled] .btn-disabled-darker:focus, fieldset[disabled] .btn-gray-darker.focus, fieldset[disabled] .focus.btn-disabled-darker {
    background-color: #D8D8D8;
    border-color: #D8D8D8;
  }
}
.btn-gray-darker .badge, .btn-disabled-darker .badge {
  color: #D8D8D8;
  background-color: #373b43;
}

.btn-gray-dark {
  color: #fff;
  background-color: #414141;
  border-color: #414141;
}
.btn-gray-dark:hover, .btn-gray-dark:focus, .btn-gray-dark.focus {
  color: #fff;
}
@media (hover: hover) and (pointer: fine) {
  .btn-gray-dark:hover, .btn-gray-dark:focus, .btn-gray-dark.focus {
    background-color: #282828;
    border-color: #282828;
  }
}
.btn-gray-dark:active, .btn-gray-dark.active, .open > .btn-gray-dark.dropdown-toggle {
  color: #fff;
  background-color: #282828;
  border-color: #282828;
}
.btn-gray-dark:active:hover, .btn-gray-dark:active:focus, .btn-gray-dark:active.focus, .btn-gray-dark.active:hover, .btn-gray-dark.active:focus, .btn-gray-dark.active.focus, .open > .btn-gray-dark.dropdown-toggle:hover, .open > .btn-gray-dark.dropdown-toggle:focus, .open > .btn-gray-dark.dropdown-toggle.focus {
  color: #fff;
}
@media (hover: hover) and (pointer: fine) {
  .btn-gray-dark:active:hover, .btn-gray-dark:active:focus, .btn-gray-dark:active.focus, .btn-gray-dark.active:hover, .btn-gray-dark.active:focus, .btn-gray-dark.active.focus, .open > .btn-gray-dark.dropdown-toggle:hover, .open > .btn-gray-dark.dropdown-toggle:focus, .open > .btn-gray-dark.dropdown-toggle.focus {
    background-color: #161616;
    border-color: #161616;
  }
}
.btn-gray-dark:active, .btn-gray-dark.active, .open > .btn-gray-dark.dropdown-toggle {
  background-image: none;
}
@media (hover: hover) and (pointer: fine) {
  .btn-gray-dark.disabled:hover, .btn-gray-dark.disabled:focus, .btn-gray-dark.disabled.focus, .btn-gray-dark[disabled]:hover, .btn-gray-dark[disabled]:focus, .btn-gray-dark[disabled].focus, fieldset[disabled] .btn-gray-dark:hover, fieldset[disabled] .btn-gray-dark:focus, fieldset[disabled] .btn-gray-dark.focus {
    background-color: #414141;
    border-color: #414141;
  }
}
.btn-gray-dark .badge {
  color: #414141;
  background-color: #fff;
}

.btn-disabled {
  cursor: default;
  color: #B0B0B0;
  background: #E9E9E9;
  border-color: #E9E9E9;
}
.btn-disabled:focus, .btn-disabled:hover, .btn-disabled.focus {
  color: #B0B0B0;
}
@media (hover: hover) and (pointer: fine) {
  .btn-disabled:focus, .btn-disabled:hover, .btn-disabled.focus {
    background: #E9E9E9;
    border-color: #E9E9E9;
  }
}
.btn-disabled:active {
  color: #B0B0B0;
  background: #E9E9E9;
  border-color: #E9E9E9;
}

.btn-disabled-darker {
  pointer-events: none;
}

.btn-link {
  font-weight: normal;
  color: #65a325;
  border-radius: 0;
}
.btn-link, .btn-link:active, .btn-link.active, .btn-link[disabled], fieldset[disabled] .btn-link {
  background-color: transparent;
  box-shadow: none;
}
.btn-link, .btn-link:hover, .btn-link:focus, .btn-link:active {
  border-color: transparent;
}
.btn-link:hover, .btn-link:focus {
  text-decoration: underline;
  color: #4f8816;
  background-color: transparent;
}
.btn-link[disabled]:hover, .btn-link[disabled]:focus, fieldset[disabled] .btn-link:hover, fieldset[disabled] .btn-link:focus {
  text-decoration: none;
  color: #6e6e6e;
}
.btn-link.btn-link--reverse {
  text-decoration: underline;
}
.btn-link.btn-link--reverse:hover, .btn-link.btn-link--reverse:focus {
  text-decoration: none;
}
.btn-link.btn-link--inherit {
  text-decoration: underline;
  color: inherit !important;
}
@media (hover: hover) and (pointer: fine) {
  .btn-link.btn-link--inherit:hover, .btn-link.btn-link--inherit:focus, .btn-link.btn-link--inherit.focus {
    text-decoration: none;
  }
}
.btn-link.btn-link--inherit.btn-link--primary {
  color: #e37921 !important;
}
.btn-link.btn-link--primary {
  color: #e37921 !important;
}

.btn.facebook, .btn.google, .btn.whatsapp, .btn.sms, .btn.email {
  position: relative;
  padding-left: 42px;
}
.btn.facebook:before, .btn.google:before, .btn.whatsapp:before, .btn.sms:before, .btn.email:before {
  position: absolute;
  top: 9px;
  left: 14px;
  width: 18px;
  height: 18px;
  display: block;
  line-height: 1;
}
.btn.whatsapp {
  background-color: #45C336;
}
.btn.whatsapp:before {
  content: url("/assets/img/whatsapp.svg");
}
.btn.whatsapp:hover, .btn.whatsapp:focus, .btn.whatsapp.focus {
  color: #fff;
  background-color: #3eaf30;
}
@media (hover: hover) and (pointer: fine) {
  .btn.whatsapp:hover, .btn.whatsapp:focus, .btn.whatsapp.focus {
    text-decoration: none;
  }
}
.btn.sms {
  background-color: #25D366;
}
.btn.sms:before {
  content: url("/assets/img/sms.svg");
}
.btn.sms:hover, .btn.sms:focus, .btn.sms.focus {
  color: #fff;
  background-color: #21bd5c;
}
@media (hover: hover) and (pointer: fine) {
  .btn.sms:hover, .btn.sms:focus, .btn.sms.focus {
    text-decoration: none;
  }
}
.btn.email {
  background-color: #848484;
}
.btn.email:before {
  top: 11px;
  content: url("/assets/img/mail.svg");
}
.btn.email:hover, .btn.email:focus, .btn.email.focus {
  color: #fff;
}
@media (hover: hover) and (pointer: fine) {
  .btn.email:hover, .btn.email:focus, .btn.email.focus {
    text-decoration: none;
    background-color: #777777;
  }
}
.btn.facebook {
  border-color: #3B5998;
  background-color: #3B5998;
}
.btn.facebook:before {
  content: "";
  background: url("/assets/img/logo-facebook@23.png") no-repeat;
  background-size: contain;
}
.btn.facebook:hover, .btn.facebook:focus, .btn.facebook.focus {
  color: #fff;
}
@media (hover: hover) and (pointer: fine) {
  .btn.facebook:hover, .btn.facebook:focus, .btn.facebook.focus {
    text-decoration: none;
    background-color: #627AAC;
    border-color: #627AAC;
  }
}
.btn.facebook:active, .btn.facebook.active {
  color: #fff;
  background-color: #2F4779;
  outline: 0;
  border-color: #2F4779;
}
.btn.google {
  border-color: #8b8b8b;
  color: #565656;
  background-color: #fff;
}
.btn.google:before {
  content: url("/assets/img/logo-google.svg");
}
.btn.google:hover, .btn.google:focus, .btn.google.focus {
  color: #3d3d3d;
}
@media (hover: hover) and (pointer: fine) {
  .btn.google:hover, .btn.google:focus, .btn.google.focus {
    border-color: #727272;
    background-color: #f9f9f9;
  }
}
.btn.google:active, .btn.google.active {
  color: #2b2b2b;
  border-color: #606060;
  background-color: #f9f9f9;
}

.btn-lg-sm {
  height: 40px;
  padding: 0 29px;
  font-size: 16px;
  line-height: 40px;
  border-radius: 4px;
}
@media all and (min-width: 480.001px) {
  .btn-lg-sm {
    height: 40px;
    padding: 0 29px;
    font-size: 19px;
    line-height: 40px;
    border-radius: 4px;
  }
}

.btn-sm, .btn-group-sm > .btn {
  height: 36px;
  padding: 0 29px;
  font-size: 14px;
  line-height: 36px;
  border-radius: 4px;
}

.btn-xs {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
  -webkit-justify-content: center;
          justify-content: center;
  height: 36px;
  padding: 0 1.4rem;
  font-size: 1.3rem !important;
  line-height: 36px;
  border-radius: 4px;
}

.btn-lg, .btn-group-lg > .btn {
  height: 40px;
  padding: 0 29px;
  font-size: 14px;
  line-height: 40px;
  border-radius: 4px;
}

.btn-larger {
  height: 56px;
  padding: 0 33px;
  font-size: 19px;
  line-height: 56px;
  border-radius: 4px;
}
.btn-larger.facebook {
  padding-left: 51px;
}
.btn-larger.facebook:before {
  top: 18px;
  left: 18px;
}

.btn-big {
  height: 4.8rem;
  padding: 0 5.8rem;
  font-size: 15px;
  line-height: 4.8rem;
  border-radius: 4px;
}

.btn-full {
  height: 56px;
  padding: 0 33px;
  font-size: 19px;
  line-height: 56px;
  border-radius: 4px;
  width: 100%;
}

.btn-block {
  width: 100% !important;
  display: block;
}

@media all and (max-width: 480px) {
  .btn-block-xs {
    width: 100% !important;
    display: block;
  }
}

.btn-block + .btn-block {
  margin-top: 5px;
}

.btn-order .btn {
  min-width: 220px;
}

input[type=submit].btn-block,
input[type=reset].btn-block,
input[type=button].btn-block {
  width: 100%;
}

.btn-register {
  margin-top: 20px;
  margin-bottom: 20px;
  padding-right: 65px;
  padding-left: 65px;
}

.btn-margined {
  margin: 0 0 15px;
}

.btn-close {
  color: #fff;
  background-color: rgba(65, 65, 65, 0.3);
}
.btn-close:hover, .btn-close:focus, .btn-close.focus {
  color: #fff;
}
@media (hover: hover) and (pointer: fine) {
  .btn-close:hover, .btn-close:focus, .btn-close.focus {
    background-color: rgba(27, 27, 27, 0.5);
  }
}
.btn-close:active {
  background-color: rgba(52, 52, 52, 0.5);
}

.btn-wrap {
  height: auto;
  padding-top: 7px;
  padding-bottom: 7px;
  line-height: 1.25;
  white-space: pre-wrap;
}
.btn-wrap.btn-larger {
  padding-top: 15px;
  padding-bottom: 15px;
}

.btn-placeholder {
  visibility: hidden;
  pointer-events: none;
}

.btn.btn-multiline {
  height: auto;
  min-height: 38px;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
          flex-direction: column;
  -webkit-justify-content: center;
          justify-content: center;
  -webkit-align-items: center;
          align-items: center;
  padding-top: 8px;
  padding-bottom: 9px;
  line-height: 1.2;
}
.btn.btn-multiline small {
  font-size: 70%;
}
.btn.btn-multiline.btn-larger {
  min-height: 56px;
}

@media all and (max-width: 480px) {
  .facebookLogin,
.btnGoogle,
.btn-success--login {
    width: 80%;
  }
}
@media all and (max-width: 425px) {
  .facebookLogin,
.btnGoogle,
.btn-success--login {
    width: 100%;
  }
}

@media all and (max-width: 480px) {
  .btn-success--login {
    margin-top: 20px;
  }
}

@media all and (max-width: 480px) {
  .btn-success--reset-pass {
    width: 100%;
  }
}

.btn.btnFacebookReg, .btn.btnGoogleReg {
  height: 46px;
  margin: 0 15px;
  line-height: 46px;
}
.btn.btnFacebookReg::before, .btn.btnGoogleReg::before {
  top: 13px;
}
@media all and (max-width: 425px) {
  .btn.btnFacebookReg, .btn.btnGoogleReg {
    width: 100%;
    margin: 0;
  }
}

.btn-fluid {
  height: auto;
  min-height: 5rem;
  line-height: 1.5;
  white-space: break-spaces;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
  -webkit-justify-content: center;
          justify-content: center;
  -webkit-flex-direction: row;
          flex-direction: row;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .btn-fluid > * + * {
    margin-top: 0;
  }
}
@media all and (max-width: 360px) {
  .btn-fluid {
    min-height: 6rem;
  }
}

.impulse-buttons {
  z-index: 3;
}

.btn.btn-close.btn-larger[onclick] {
  font-size: 4rem;
  line-height: 1;
}

.btn.btn-link.link-close {
  padding: 0;
  line-height: 1;
  height: auto;
}

a.link-deactivate {
  color: #9C0000;
}

.btn-reward {
  font-weight: 700;
  font-size: 1.4rem;
  width: 100%;
  margin: 0;
  line-height: 1;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  gap: 1rem;
  min-height: 4.2rem;
}

#chartjs-tooltip {
  background-color: #fff;
  box-shadow: 0 3px 4px rgba(243, 243, 243, 0.5);
  border: 1px solid #f3f5f7;
  border-radius: 4px;
}
#chartjs-tooltip div {
  padding: 16px;
  font-family: "Fira Sans";
}
#chartjs-tooltip div .tooltip-number {
  margin: 0;
  padding: 0;
  font-size: 32px;
  font-weight: 700;
  color: #414141;
}
#chartjs-tooltip div .tooltip-label, #chartjs-tooltip div .tooltip-date {
  margin: 0;
  padding: 0;
  font-size: 13px;
  font-weight: 400;
}
#chartjs-tooltip div .tooltip-label {
  line-height: 19px;
}
#chartjs-tooltip div .tooltip-date {
  padding-top: 16px;
  line-height: 13px;
  color: #878787;
}

.close-x {
  fill: hsl(221deg, 10%, 31%);
  height: auto;
  width: 2rem;
  cursor: pointer;
}

.ended-games {
  max-width: 100%;
  margin: 4rem 1.5rem 0;
  padding: 3.2rem 3.2rem 4rem;
  background-color: #f1f1f1;
  border-radius: 4px;
}
@media all and (max-width: 767px) {
  .ended-games {
    margin: 3.5rem 1.5rem 0;
    padding: 2.8rem 2.2rem;
  }
}
@media all and (max-width: 480px) {
  .ended-games {
    padding: 2.2rem 1.6rem;
  }
}
.ended-games h2 {
  margin: 0 0 1.4rem;
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 1;
}
@media all and (max-width: 480px) {
  .ended-games h2 {
    margin: 0 0 1rem;
    font-size: 1.6rem;
  }
}
.ended-games p {
  max-width: 600px;
  font-weight: 400;
}
.ended-games .show-more {
  margin-left: auto;
  font-size: 1.3rem;
  color: #414141;
}
.ended-games .show-more:hover {
  text-decoration: none;
}
@media all and (max-width: 992px) {
  .ended-games .show-more {
    margin: 3.2rem 0.5rem 2.3rem;
  }
}
@media all and (max-width: 767px) {
  .ended-games .arrow-controls {
    display: none;
  }
}
.ended-games__inner {
  display: -webkit-flex;
  display: flex;
  overflow: hidden;
  overflow-x: auto;
  margin-top: 3rem;
  -webkit-scroll-snap-type: x mandatory;
      -ms-scroll-snap-type: x mandatory;
          scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.ended-games__inner::-webkit-scrollbar {
  display: none;
}
@media all and (max-width: 320px) {
  .ended-games__inner {
    scroll-padding: 13%;
  }
}
.ended-games__inner .container__slider-item-wrapper {
  margin-bottom: 0 !important;
  pointer-events: none !important;
}
.ended-games__inner .container__slider-wrapper {
  min-height: auto !important;
  padding-top: 0 !important;
}
.ended-games__inner .container__slider-item {
  box-shadow: none !important;
}
.ended-games__item {
  scroll-snap-align: start;
}
.ended-games__item .container__slider-wrapper .container__slider-item-wrapper {
  min-width: 316px;
  max-width: -webkit-calc(25% - 2.4rem);
  max-width: calc(25% - 2.4rem);
  margin: 0 2.4rem;
}
@media all and (max-width: 767px) {
  .ended-games__item .container__slider-wrapper .container__slider-item-wrapper {
    min-width: auto;
  }
}
@media all and (max-width: 767px) {
  .ended-games__item .container__slider-wrapper .container__slider-item-wrapper .container__slider-item {
    width: 216px;
  }
}
@media all and (max-width: 767px) {
  .ended-games__item .container__slider-wrapper .container__slider-item-wrapper {
    margin: 0 0.6rem;
  }
}

.admin-planning-prize__body .container__slider-item {
  cursor: pointer;
  position: relative;
  width: 309px;
  display: -webkit-flex;
  display: flex;
  padding-bottom: 35px;
  text-decoration: none;
  background-color: #fff;
  box-shadow: 0 0 12px #dedfe3;
  border-radius: 4px;
  outline: none;
  -webkit-transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.admin-planning-prize__body .container__slider-item:before {
  opacity: 0;
  position: absolute;
  bottom: -34px;
  left: 50%;
  z-index: 2;
  width: 14.2px;
  height: 14.2px;
  content: "";
  display: block;
  background: #fff;
  box-shadow: 0 0 12px #dedfe3;
  -webkit-transition: none;
  transition: none;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  pointer-events: none;
  -webkit-transform: translateX(-50%) rotate(45deg);
          transform: translateX(-50%) rotate(45deg);
}
.admin-planning-prize__body .container__slider-item:after {
  opacity: 0;
  position: absolute;
  bottom: -42px;
  left: 50%;
  z-index: 3;
  width: 32px;
  height: 15px;
  content: "";
  display: block;
  background: #fff;
  -webkit-transition: none;
  transition: none;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}
@media (hover: hover) and (pointer: fine) {
  .admin-planning-prize__body .container__slider-item:focus > svg path, .admin-planning-prize__body .container__slider-item:hover > svg path {
    fill: #414141;
  }
}
.admin-planning-prize__body .container__slider-item > svg {
  position: absolute;
  top: 50%;
  right: 15px;
  height: 11px;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
@media all and (min-width: 767.001px) {
  .admin-planning-prize__body .container__slider-item > svg {
    top: auto;
    right: 20px;
    bottom: 12px;
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
}
@media all and (max-width: 767px) {
  .admin-planning-prize__body .container__slider-item > svg {
    display: none;
  }
}
.admin-planning-prize__body .container__slider-item > svg path {
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  fill: #b0b0b0;
}
.admin-planning-prize__body .container__slider-item-wrapper {
  opacity: 0;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-shrink: 0;
          flex-shrink: 0;
  margin: 7px 7.5px 22px;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  pointer-events: none;
  -webkit-transform: scale(0.8);
          transform: scale(0.8);
}
@media all and (max-width: 767px) {
  .admin-planning-prize__body .container__slider-item-wrapper {
    margin: 0 7.5px 15px;
  }
}
@media (min-width: 767.001px) and (hover: hover) and (pointer: fine) {
  .admin-planning-prize__body .container__slider-item-wrapper:hover:not(.active) .container__slider-item {
    box-shadow: 0 6px 12px #dedfe3;
    -webkit-transform: translate3d(0, -6px, 0);
            transform: translate3d(0, -6px, 0);
  }
}
.admin-planning-prize__body .container__slider-item-wrapper.show {
  opacity: 1;
  pointer-events: all;
  -webkit-transform: scale(1);
          transform: scale(1);
}
@media all and (min-width: 767.001px) {
  .admin-planning-prize__body .container__slider-item-wrapper.active {
    z-index: 104;
  }
}
@media all and (min-width: 767.001px) {
  .admin-planning-prize__body .container__slider-item-wrapper.active .container__slider-item:before, .admin-planning-prize__body .container__slider-item-wrapper.active .container__slider-item:after {
    opacity: 1;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
  }
}
.admin-planning-prize__body .container__slider-item-wrapper.active .container__slider-item > svg {
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}
.admin-planning-prize__body .container__slider-item-wrapper.active .container__slider-item > svg path {
  fill: #414141;
}
@media all and (max-width: 767px) {
  .admin-planning-prize__body .container__slider-item-wrapper.active .container__slider-item > svg path {
    fill-opacity: 0;
  }
}
.admin-planning-prize__body .container__slider-item-wrapper.is-spin-game {
  margin-bottom: 24px !important;
}
@media all and (max-width: 767px) {
  .admin-planning-prize__body .container__slider-item-wrapper.is-spin-game {
    margin-bottom: 15px !important;
  }
}
.admin-planning-prize__body .container__slider-item-wrapper.is-spin-game .container__slider-item:before, .admin-planning-prize__body .container__slider-item-wrapper.is-spin-game .container__slider-item:after {
  display: none;
}
.admin-planning-prize__body .container__slider-item-wrapper.is-spin-game .container__slider-item > svg {
  -webkit-transform: none;
          transform: none;
}
.admin-planning-prize__body .container__slider-item--primary {
  box-shadow: 0 3px 12px rgba(227, 121, 33, 0.5);
}
.admin-planning-prize__body .container__slider-item.calendar, .admin-planning-prize__body .container__slider-item.premium-prizes {
  cursor: default;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
          justify-content: center;
  -webkit-align-items: center;
          align-items: center;
  pointer-events: none;
  border-bottom-color: transparent;
}
@media all and (min-width: 767.001px) {
  .admin-planning-prize__body .container__slider-item.calendar, .admin-planning-prize__body .container__slider-item.premium-prizes {
    display: none;
  }
}
.admin-planning-prize__body .container__slider-item.calendar a, .admin-planning-prize__body .container__slider-item.premium-prizes a {
  width: -webkit-calc(100% - 50px);
  width: calc(100% - 50px);
  height: 70px;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
          justify-content: center;
  -webkit-align-items: center;
          align-items: center;
  padding: 0 20px;
  font-size: 15px;
  line-height: 1.2;
  text-align: left;
  text-decoration: none;
  background: #fff;
  border: 1px solid #ececec;
  border-radius: 3px;
  pointer-events: all;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.admin-planning-prize__body .container__slider-item.calendar a:hover, .admin-planning-prize__body .container__slider-item.premium-prizes a:hover, .admin-planning-prize__body .container__slider-item.calendar a:focus, .admin-planning-prize__body .container__slider-item.premium-prizes a:focus {
  outline: none;
}
@media (hover: hover) and (pointer: fine) {
  .admin-planning-prize__body .container__slider-item.calendar a:hover .calendar-ico, .admin-planning-prize__body .container__slider-item.premium-prizes a:hover .calendar-ico, .admin-planning-prize__body .container__slider-item.calendar a:focus .calendar-ico, .admin-planning-prize__body .container__slider-item.premium-prizes a:focus .calendar-ico {
    background-color: #4f8816;
  }
}
.admin-planning-prize__body .container__slider-item.calendar a.active .calendar-ico, .admin-planning-prize__body .container__slider-item.premium-prizes a.active .calendar-ico {
  background-color: #6aa145;
}
.admin-planning-prize__body .container__slider-item.calendar a .calendar-ico, .admin-planning-prize__body .container__slider-item.premium-prizes a .calendar-ico {
  position: relative;
  width: 40px;
  height: 40px;
  min-width: 40px;
  margin-right: 15px;
  background-color: #65a325;
  border-radius: 50%;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
.admin-planning-prize__body .container__slider-item.calendar a .calendar-ico svg, .admin-planning-prize__body .container__slider-item.premium-prizes a .calendar-ico svg {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 18px;
  height: 18px;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media all and (max-width: 767px) {
  .admin-planning-prize__body .container__slider-item.calendar a .calendar-ico svg, .admin-planning-prize__body .container__slider-item.premium-prizes a .calendar-ico svg {
    display: block;
  }
}
.admin-planning-prize__body .container__slider-item.calendar a .calendar-ico svg path, .admin-planning-prize__body .container__slider-item.premium-prizes a .calendar-ico svg path {
  fill: #fff;
  fill-opacity: 1;
}
.admin-planning-prize__body .container__slider-item .notification {
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 1;
}
@media all and (min-width: 767.001px) {
  .admin-planning-prize__body .container__slider-item .notification {
    display: none;
  }
}
.admin-planning-prize__body .container__slider-item .notification.new .notification-dot {
  background-color: #27abf8;
}
.admin-planning-prize__body .container__slider-item .notification.new span {
  color: #27abf8;
}
.admin-planning-prize__body .container__slider-item .notification-dot {
  width: 5px;
  height: 5px;
  margin-right: 5px;
  background-color: #6aa145;
  border-radius: 50%;
}
.admin-planning-prize__body .container__slider-item .notification span {
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 100%;
  font-size: 12px;
  line-height: 1;
  white-space: nowrap;
  color: #6aa145;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
.admin-planning-prize__body .container__slider-item .container__slider-description {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: left;
}
.admin-planning-prize__body .container__slider-item .container__slider-description .slider-title {
  position: absolute;
  bottom: 30px;
  left: 0;
  width: 100%;
  margin: 0;
  padding: 0 15px 10px;
  font-size: 14px;
  font-weight: 400;
  line-height: 17px;
  color: hsl(221deg, 10%, 31%);
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-user-select: text;
     -moz-user-select: text;
      -ms-user-select: text;
          user-select: text;
}
@media all and (min-width: 767.001px) {
  .admin-planning-prize__body .container__slider-item .container__slider-description .slider-title {
    font-size: 15px;
    line-height: 20px;
  }
}
.admin-planning-prize__body .container__slider-item .container__slider-description .slider-title:after {
  position: absolute;
  bottom: 4px;
  left: 0;
  width: 100%;
  height: 1px;
  content: "";
  display: block;
  background-color: #f0f0f0;
}
@media all and (max-width: 767px) {
  .admin-planning-prize__body .container__slider-item .container__slider-description .slider-title:after {
    left: 10px;
    width: -webkit-calc(100% - 20px);
    width: calc(100% - 20px);
  }
}
.admin-planning-prize__body .container__slider-item .container__slider-description .slider-title-clip {
  max-width: 100%;
  display: inline-block;
  overflow: hidden;
  padding: 3px 8px 1px;
  white-space: nowrap;
  text-overflow: ellipsis;
  background-color: #fafafa;
  border-radius: 2px;
}
.admin-planning-prize__body .container__slider-item .container__slider-description .slider-title-clip:first-letter {
  text-transform: capitalize;
}
.admin-planning-prize__body .container__slider-item .container__slider-description .slider-description {
  width: 100%;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
          flex-direction: column;
  -webkit-flex-grow: 1;
          flex-grow: 1;
}
.admin-planning-prize__body .container__slider-item .container__slider-description .label {
  position: absolute;
  top: 12px;
  right: 15px;
}
@media all and (max-width: 767px) {
  .admin-planning-prize__body .container__slider-item .container__slider-description .label {
    top: 7px;
    right: 10px;
  }
}
.admin-planning-prize__body .container__slider-item .container__slider-description .button {
  margin: 10px 0 0;
}
.admin-planning-prize__body .container__slider-item .container__slider-description .info {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 34px;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-align-items: center;
          align-items: center;
  overflow: hidden;
  margin-top: 0;
  padding: 0 20px;
  font-size: 11px;
  font-weight: 400;
  line-height: 34px;
  color: #8e8f91;
}
.admin-planning-prize__body .container__slider-item .container__slider-description .info.info-game {
  -webkit-flex-wrap: nowrap;
          flex-wrap: nowrap;
}
.admin-planning-prize__body .container__slider-item .container__slider-description .info.info-game .info__item--price {
  line-height: 1;
}
.admin-planning-prize__body .container__slider-item .container__slider-description .info.info-game .info__item--price span span:last-child {
  font-weight: 500;
}
@media all and (max-width: 767px) {
  .admin-planning-prize__body .container__slider-item .container__slider-description .info.info-game .info__item--time .days {
    padding-right: 5px;
  }
}
@media all and (max-width: 767px) {
  .admin-planning-prize__body .container__slider-item .container__slider-description .info {
    padding: 0 10px;
  }
}
.admin-planning-prize__body .container__slider-item .container__slider-description .info.info--active .info__item--full-width {
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
}
.admin-planning-prize__body .container__slider-item .container__slider-description .info .info__item {
  position: relative;
  padding-left: 20px;
  letter-spacing: 0.0218181818em;
}
.admin-planning-prize__body .container__slider-item .container__slider-description .info .info__item:before {
  position: absolute;
  top: 50%;
  left: 0;
  width: 14px;
  height: 14px;
  content: "";
  display: block;
  margin-top: -1px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  background-color: transparent;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.admin-planning-prize__body .container__slider-item .container__slider-description .info .info__item + .info__item:not(.info__item--full-width) {
  margin-left: 10px;
  padding-left: 30px;
  border-left: 1px solid #f0f0f0;
}
.admin-planning-prize__body .container__slider-item .container__slider-description .info .info__item + .info__item:not(.info__item--full-width):before {
  left: 10px;
}
@media all and (max-width: 767px) {
  .admin-planning-prize__body .container__slider-item .container__slider-description .info .info__item--time {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
}
.admin-planning-prize__body .container__slider-item .container__slider-description .info .info__item--time:before {
  background-image: url("/assets/img/icon-stopwatch-lightgray.svg");
  background-size: contain;
}
.admin-planning-prize__body .container__slider-item .container__slider-description .info .info__item--time > div {
  display: inline-block;
}
.admin-planning-prize__body .container__slider-item .container__slider-description .info .info__item--time.days:before {
  background-image: url("/assets/img/icon-calendar-lightgray.svg");
  background-size: contain;
}
@media all and (max-width: 767px) {
  .admin-planning-prize__body .container__slider-item .container__slider-description .info .info__item--bet {
    display: none;
  }
}
.admin-planning-prize__body .container__slider-item .container__slider-description .info .info__item--bet:before {
  background-image: url("/assets/img/icon-game-rondon-stack-gray.svg");
}
.admin-planning-prize__body .container__slider-item .container__slider-description .info .info__item--chance:before {
  background-image: url("/assets/img/icon-chance-lightgray.svg");
}
.admin-planning-prize__body .container__slider-item .container__slider-description .info .info__item--price:before {
  background-image: url("/assets/img/icon-price-lightgray.svg");
}
@media all and (max-width: 350px) {
  .admin-planning-prize__body .container__slider-item .container__slider-description .info .info__item--price:before {
    display: none;
  }
}
@media all and (max-width: 350px) {
  .admin-planning-prize__body .container__slider-item .container__slider-description .info .info__item--price {
    padding-left: 0;
  }
}
.admin-planning-prize__body .container__slider-item .container__slider-description .info .info__item--player:before {
  background-image: url("/assets/img/icon-player-lightgray.svg");
}
.admin-planning-prize__body .container__slider-item .container__slider-description .info .info__item--player .player {
  font-weight: 500;
  letter-spacing: 0.0545454545em;
  color: #414141;
}
.admin-planning-prize__body .container__slider-item .container__slider-description .info .info__item--full-width {
  width: 100%;
  height: 100%;
  overflow: hidden;
  white-space: nowrap;
  -webkit-transition: -webkit-transform 0.4s ease-out;
  transition: -webkit-transform 0.4s ease-out;
  transition: transform 0.4s ease-out;
  transition: transform 0.4s ease-out, -webkit-transform 0.4s ease-out;
  will-change: transform;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.admin-planning-prize__body .container__slider-item .container__slider-description .info .info__item--full-width span + span {
  margin-left: 0.25em;
}
.admin-planning-prize__body .container__slider-item .container__slider-icon {
  position: relative;
  width: 100%;
  max-height: 170px;
  display: block;
  overflow: hidden;
  background-color: #fff;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  pointer-events: none;
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
}
@media all and (min-width: 767.001px) {
  .admin-planning-prize__body .container__slider-item .container__slider-icon {
    height: 175px;
    padding: 0;
  }
}
.admin-planning-prize__body .container__slider-item .container__slider-icon .img {
  width: 100%;
  padding-top: 62.5%;
  /* 16:10 Aspect Ratio */
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
@media all and (min-width: 767.001px) {
  .admin-planning-prize__body .container__slider-item .container__slider-icon .img {
    height: 100%;
    padding-top: 0;
  }
}
.admin-planning-prize__body .container__slider-item .container__slider-icon .icon-text {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  padding: 5px 15px 15px;
  line-height: 1;
  text-align: left;
  color: #fff;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
@media all and (max-width: 767px) and (min-width: 375.001px) {
  .admin-planning-prize__body .container__slider-item .container__slider-icon .icon-text {
    padding-bottom: 5px;
  }
}
.admin-planning-prize__body .container__slider-item .container__slider-icon .icon-text .text__normal {
  font-size: 25px;
  font-weight: 500;
}
@media all and (max-width: 600px) {
  .admin-planning-prize__body .container__slider-item .container__slider-icon .icon-text .text__normal {
    font-size: 20px;
  }
}
@media all and (max-width: 520px) {
  .admin-planning-prize__body .container__slider-item .container__slider-icon .icon-text .text__normal {
    font-size: 15px;
  }
}
@media all and (max-width: 420px) {
  .admin-planning-prize__body .container__slider-item .container__slider-icon .icon-text .text__normal {
    font-size: 11px;
  }
}
.admin-planning-prize__body .container__slider-item .container__slider-icon .icon-text .text__main {
  font-size: 55px;
  font-weight: 800;
}
@media all and (max-width: 600px) {
  .admin-planning-prize__body .container__slider-item .container__slider-icon .icon-text .text__main {
    font-size: 44px;
  }
}
@media all and (max-width: 520px) {
  .admin-planning-prize__body .container__slider-item .container__slider-icon .icon-text .text__main {
    font-size: 33px;
  }
}
@media all and (max-width: 420px) {
  .admin-planning-prize__body .container__slider-item .container__slider-icon .icon-text .text__main {
    font-size: 25px;
  }
}
@media all and (max-width: 350px) {
  .admin-planning-prize__body .container__slider-item .container__slider-icon .icon-text .text__main {
    font-size: 22px;
  }
}
.admin-planning-prize__body .container__slider-item .container__slider-icon .icon-text .text__main .unit {
  display: inline-block;
  margin-left: 5px;
  font-size: 25px;
}
@media all and (max-width: 600px) {
  .admin-planning-prize__body .container__slider-item .container__slider-icon .icon-text .text__main .unit {
    font-size: 20px;
  }
}
@media all and (max-width: 520px) {
  .admin-planning-prize__body .container__slider-item .container__slider-icon .icon-text .text__main .unit {
    margin-left: 3px;
    font-size: 15px;
  }
}
@media all and (max-width: 420px) {
  .admin-planning-prize__body .container__slider-item .container__slider-icon .icon-text .text__main .unit {
    font-size: 13px;
  }
}

.demo-number {
  position: fixed;
  height: 100vh;
  top: 0;
  left: 0;
  z-index: 1000000;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
          flex-direction: column;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  pointer-events: all;
}
.demo-number .btn {
  height: auto;
  padding: 5px 12px 3px;
  line-height: 1.2;
}
.demo-number .btn--hu {
  background-color: darkgray;
}

.caret {
  width: 0;
  height: 0;
  display: inline-block;
  margin-left: 2px;
  border-top: 4px dashed;
  border-top: 4px solid \9 ;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
  vertical-align: middle;
}

.dropup,
.dropdown {
  position: relative;
}

.dropdown-toggle:focus {
  outline: 0;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  min-width: 160px;
  float: left;
  display: none;
  margin: 2px 0 0;
  padding: 5px 0;
  font-size: 14px;
  text-align: left;
  list-style: none;
  background-clip: padding-box;
  background-color: #fff;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  border: 1px solid #ededed;
  border-radius: 3px;
}
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.dropdown-menu .divider {
  height: 1px;
  margin: 10px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.dropdown-menu > li:not(.nav-item) > a {
  display: block;
  padding: 3px 20px;
  font-weight: normal;
  line-height: 1.6;
  white-space: nowrap;
  color: #414141;
  clear: both;
}
.dropdown-menu > li:not(.nav-item) > a:hover, .dropdown-menu > li:not(.nav-item) > a:focus {
  text-decoration: none;
  color: #343434;
  background-color: #343434;
}

.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
  text-decoration: none;
  color: #fff;
  background-color: #e37921;
  outline: 0;
}

.dropdown-menu > .disabled > a, .dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
  color: #6e6e6e;
}
.dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
  cursor: not-allowed;
  text-decoration: none;
  background-image: none;
  background-color: transparent;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}

.open > .dropdown-menu {
  display: block;
}
.open > a {
  outline: 0;
}

.dropdown-menu-right {
  right: 0;
  left: auto;
}

.dropdown-menu-left {
  right: auto;
  left: 0;
}

.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.6;
  white-space: nowrap;
  color: #6e6e6e;
}

.navbar .dropdown .dropdown-toggle {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.navbar .dropdown.open .dropdown-toggle {
  border-bottom-color: #fff;
}
.navbar .dropdown.open .dropdown-toggle:after {
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.08);
}
.navbar .dropdown.open .dropdown-toggle:before {
  background-color: #fff;
}
.navbar .dropdown.open .dropdown-backdrop-overlay {
  opacity: 0.8;
  pointer-events: all;
}
.navbar .dropdown .dropdown-backdrop-overlay {
  opacity: 0;
  position: fixed;
  top: 75px;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 989;
  background-color: #fff;
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.08);
  -webkit-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
  pointer-events: none;
}
@media all and (max-height: 680px) {
  .navbar .dropdown .dropdown-backdrop-overlay {
    top: 60px;
  }
}
@media all and (min-width: 767.001px) {
  .navbar .dropdown .dropdown-backdrop-overlay {
    display: none !important;
  }
}

.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}

.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  content: "";
  border-top: 0;
  border-bottom: 4px dashed;
  border-bottom: 4px solid \9 ;
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px;
}

@media all and (min-width: 767.001px) {
  .navbar-right .dropdown-menu {
    right: 0;
    left: auto;
  }
  .navbar-right .dropdown-menu-left {
    right: auto;
    left: 0;
  }
}
/*
  Dropdown menu wrapper for hiding overflow
 */
@media all and (max-width: 767px) {
  .dropdown.highlight .dropdown-menu-wrapper {
    position: fixed;
    top: 75px;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1000;
    overflow: hidden;
  }
}
@media all and (max-width: 767px) and (max-height: 680px) {
  .dropdown.highlight .dropdown-menu-wrapper {
    top: 60px;
  }
}
@media all and (max-width: 767px) {
  .dropdown.highlight .dropdown-menu-wrapper .dropdown-menu {
    top: 0 !important;
  }
}

@media (max-width: 600px) {
  .navbar-default #user-notifications.dropdown-navbar.dropdown.highlight .dropdown-menu {
    width: 100%;
    max-width: 100%;
  }
}
@media (max-width: 767px) {
  .navbar-default #user-notifications.dropdown-navbar.dropdown.highlight .dropdown-menu .notification-message {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
            align-items: center;
    padding: 10px 33px 0 20px;
  }
}
@media (max-width: 767px) {
  .navbar-default #user-notifications.dropdown-navbar.dropdown.highlight .dropdown-menu .notification-message .notification-message__image {
    width: auto !important;
    margin: 0 1rem 0 0;
  }
}
@media (max-width: 767px) {
  .navbar-default #user-notifications.dropdown-navbar.dropdown.highlight .dropdown-menu .notification-message .notification-message__image .notification-message__image-wrapper img {
    height: 80px;
  }
}
@media (max-width: 767px) {
  .navbar-default #user-notifications.dropdown-navbar.dropdown.highlight .dropdown-menu .notification-message .notification-message__image .notification-message__image-wrapper .label-notification {
    top: auto;
    bottom: 10px;
    right: 16px;
  }
}

.fullscreen-overlay .spin-game__overlay.ver-overlay {
  padding-top: 30px;
  background: rgba(245, 246, 247, 0.85) !important;
}
.fullscreen-overlay .spin-game__overlay.ver-overlay .email-ver--inner .overlay-message {
  text-align: left;
}
.fullscreen-overlay .spin-game__overlay.ver-overlay .email-ver--inner .overlay-message__title {
  text-align: center;
}
.fullscreen-overlay .spin-game__overlay.ver-overlay .email-ver--inner .overlay-message__box {
  margin-top: 10px;
  font-weight: 400;
  line-height: 28px;
  text-align: left;
}
.fullscreen-overlay .spin-game__overlay.ver-overlay .email-ver--inner .overlay-message .btn-accept {
  max-width: 40%;
  margin: 0 auto;
}
@media all and (max-width: 375px) {
  .fullscreen-overlay .spin-game__overlay.ver-overlay .email-ver--inner .overlay-message .btn-accept {
    max-width: 100%;
    margin: 0;
  }
}

.emoji-icon {
  display: inline-block;
}
.emoji-icon.emoji-icon--xl {
  width: 45px;
  height: 45px;
}
.emoji-icon.emoji-icon--lg {
  width: 40px;
  height: 40px;
}
.emoji-icon.emoji-icon--md {
  width: 20px;
  height: 20px;
}
.emoji-icon.emoji-icon--sm {
  width: 15px;
  height: 15px;
}
.emoji-icon--party-face {
  background: url("/assets/img/emoji/party-face.png") no-repeat;
  background-size: contain;
}
.emoji-icon--star-struck {
  background: url("/assets/img/emoji/star-struck.png") no-repeat;
  background-size: contain;
}
.emoji-icon--smiling-face-with-sunglasses {
  background: url("/assets/img/emoji/smiling-face-with-sunglasses.png") no-repeat;
  background-size: contain;
}
.emoji-icon--smiling-face-with-heart-eyes {
  background: url("/assets/img/emoji/smiling-face-with-heart-eyes.png") no-repeat;
  background-size: contain;
}
.emoji-icon--hugging-face {
  background: url("/assets/img/emoji/hugging-face.png") no-repeat;
  background-size: contain;
}
.emoji-icon--thumbs-up {
  background: url("/assets/img/emoji/thumbs-up.png") no-repeat;
  background-size: contain;
}
.emoji-icon--thumbs-down {
  background: url("/assets/img/emoji/thumbs-down.png") no-repeat;
  background-size: contain;
}
.emoji-icon--winking-face {
  background: url("/assets/img/emoji/winking-face.png") no-repeat;
  background-size: contain;
}
.emoji-icon--smiling-face {
  background: url("/assets/img/emoji/smiling-face.png") no-repeat;
  background-size: contain;
}
.emoji-icon--sad-face {
  background: url("/assets/img/emoji/sad-face.png") no-repeat;
  background-size: contain;
}
.emoji-icon--heart--red {
  background: url("/assets/img/emoji/heart--red.png") no-repeat;
  background-size: contain;
}
.emoji-icon--loudspeaker {
  background: url("/assets/img/emoji/loudspeaker.png") no-repeat;
  background-size: contain;
}
.emoji-icon--warning {
  background: url("/assets/img/emoji/warning.png") no-repeat;
  background-size: contain;
}
.emoji-icon--no-entry {
  background: url("/assets/img/emoji/no-entry.png") no-repeat;
  background-size: contain;
}
.emoji-icon--exclamation-mark {
  background: url("/assets/img/emoji/exclamation-mark.png") no-repeat;
  background-size: contain;
}
.emoji-icon--check-mark {
  background: url("/assets/img/emoji/check-mark.png") no-repeat;
  background-size: contain;
}
.emoji-icon--red-cross {
  background: url("/assets/img/emoji/red-cross.png") no-repeat;
  background-size: contain;
}
.emoji-icon--present {
  background: url("/assets/img/emoji/present.png") no-repeat;
  background-size: contain;
}
.emoji-icon--stopwatch {
  background: url("/assets/img/emoji/stopwatch.png") no-repeat;
  background-size: contain;
}
.emoji-icon--confetti {
  background: url("/assets/img/emoji/confetti.png") no-repeat;
  background-size: contain;
}
.emoji-icon--lightbulb {
  background: url("/assets/img/emoji/lightbulb.png") no-repeat;
  background-size: contain;
}
.emoji-icon--alarm-clock {
  background: url("/assets/img/emoji/alarm-clock.png") no-repeat;
  background-size: contain;
}
.emoji-icon--four-leaf {
  background: url("/assets/img/emoji/four-leaf.png") no-repeat;
  background-size: contain;
}
.emoji-icon--credit-card {
  background: url("/assets/img/emoji/credit-card.png") no-repeat;
  background-size: contain;
}
.emoji-icon--shopping-bags {
  background: url("/assets/img/emoji/shopping-bags.png") no-repeat;
  background-size: contain;
}
.emoji-icon--delivery-truck {
  background: url("/assets/img/emoji/delivery-truck.png") no-repeat;
  background-size: contain;
}

.info-text .emoji-icon {
  position: relative;
  top: 2px;
}

.faq .panel:first-child {
  border-top: 1px solid #f5f6f7;
}
.faq .panel {
  box-shadow: none;
}
.faq .faq-panel {
  position: relative;
  z-index: 1;
}
.faq .faq-panel .panel-body {
  padding: 0 3.2rem 3.2rem;
}
@media all and (max-width: 475px) {
  .faq .faq-panel .panel-body {
    padding: 0 1.5rem 3rem 1.5rem;
    font-size: 1.3rem;
  }
}
.faq .faq-panel .panel-heading {
  cursor: pointer;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
          justify-content: space-between;
  -webkit-align-items: center;
          align-items: center;
  padding: 22px 0 22px 32px;
  border-bottom: 1px solid #f5f6f7;
}
@media all and (max-width: 475px) {
  .faq .faq-panel .panel-heading {
    padding: 20px 0 20px 16px;
  }
}
.faq .faq-panel .panel-heading h3 {
  margin: 1rem 0;
}
@media all and (max-width: 475px) {
  .faq .faq-panel .panel-heading h3 {
    margin: 0;
  }
}
.faq .faq-panel .panel-heading .arrow {
  width: 11px;
  height: 7px;
  margin: 0 3.2rem;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
@media all and (max-width: 475px) {
  .faq .faq-panel .panel-heading .arrow {
    margin: 0 1.6rem;
  }
}
.faq .faq-panel .panel-heading .panel-title {
  font-weight: 500;
  line-height: 18px;
}
@media all and (max-width: 475px) {
  .faq .faq-panel .panel-heading .panel-title {
    margin: 0;
    font-size: 14px;
    line-height: 22px;
  }
}
.faq .faq-panel--active {
  background-color: #fff;
}
.faq .faq-panel--active .panel-heading {
  border: transparent;
}
.faq .faq-panel--active .panel-heading .arrow {
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.faq .faq-panel--active .panel-heading:hover {
  box-shadow: none;
}
.faq .faq-panel::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  box-shadow: 0 4px 8px rgba(229, 231, 238, 0.67);
  pointer-events: none;
  opacity: 0;
  -webkit-transition: opacity 350ms ease-out;
  transition: opacity 350ms ease-out;
}
.faq .faq-panel--active::after {
  opacity: 1;
}
@media (hover: hover) {
  .faq .faq-panel:hover::after {
    opacity: 1;
  }
}
@media (hover: hover) {
  .faq .faq-panel:hover {
    z-index: 2;
  }
}
.faq .faq-panel--active {
  z-index: 3;
}
.faq .faq-panel--active + .faq-panel--active {
  z-index: 4;
  border-radius: 0 0 3px 3px;
}

.container-faq .faq {
  padding: 0;
}
.container-faq .faq .faq-panel .panel-heading {
  padding: 1.2rem 0 1.2rem 3.2rem;
}
@media (max-width: 475px) {
  .container-faq .faq .faq-panel .panel-heading {
    padding: 20px 0 20px 16px;
  }
}
.container-faq .faq .faq-panel .panel-heading .panel-title {
  font-size: 1.6rem;
  line-height: 1.35;
  -webkit-transition: color 150ms ease-in-out;
  transition: color 150ms ease-in-out;
  width: 100%;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
  -webkit-justify-content: space-between;
          justify-content: space-between;
}
@media (max-width: 475px) {
  .container-faq .faq .faq-panel .panel-heading .panel-title {
    font-size: 1.5rem;
  }
}
.container-faq .faq + p {
  margin-bottom: 0;
  margin-top: 5rem;
}

.fb-rating-wrapper {
  max-width: 705px;
  margin: 40px auto 0;
  padding: 15px;
  text-align: center;
}
.fb-rating-wrapper h3 {
  margin-bottom: 50px !important;
}
.fb-rating-wrapper a {
  margin-top: 25px;
}

.g-recaptcha .grecaptcha-badge {
  z-index: 1;
}

.icon {
  display: inline-block;
}
.icon.icon--lg {
  width: 30px;
  height: 30px;
}
.icon.icon--md {
  width: 20px;
  height: 20px;
}
.icon.icon--sm {
  width: 18px;
  height: 18px;
}
.icon--rondon {
  background: url("{$path-image}rondon-icon.svg") no-repeat center;
  background-size: contain;
}
.icon--bquiz-help-50 {
  background: url("/assets/img/big-quiz/icon-50-50-sm.svg") no-repeat center;
  background-size: contain;
}
.icon--bquiz-help-another-question {
  background: url("/assets/img/big-quiz/icon-change-sm.svg") no-repeat center;
  background-size: contain;
}
.icon--bquiz-help-users {
  background: url("/assets/img/big-quiz/icon-voting-sm.svg") no-repeat center;
  background-size: contain;
}
.icon--puzzle-icon {
  background: url("/assets/img/offer-puzzle.svg") no-repeat center;
  background-size: contain;
  -webkit-transform: rotate(11deg);
          transform: rotate(11deg);
}
.icon--motion {
  position: relative;
  right: 4px;
  background: url("/assets/img/motion-icon.svg") no-repeat center;
  background-size: contain;
}

.info-box {
  padding: 16px 20px 14px !important;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
  border: 2px solid;
  border-radius: 3px;
}
@media all and (max-width: 767px) {
  .info-box {
    padding: 10px 15px !important;
    font-size: 14px;
  }
}
.info-box.info-box--success {
  color: #fff;
  background-color: #65a325;
  border-color: #65a325;
}
.info-box .info-box__icon {
  position: relative;
  display: inline-block;
  padding-left: 48px;
  text-align: left;
}
@media all and (max-width: 767px) {
  .info-box .info-box__icon {
    padding-left: 37px;
  }
}
.info-box .info-box__icon:after, .info-box .info-box__icon:before {
  position: absolute;
  top: 50%;
  left: 0;
  width: 28px;
  height: 28px;
  content: "";
  display: block;
  border-radius: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
@media all and (max-width: 767px) {
  .info-box .info-box__icon:after, .info-box .info-box__icon:before {
    width: 22px;
    height: 22px;
  }
}
.info-box .info-box__icon--success:before {
  background-color: #fff;
}
.info-box .info-box__icon--success:after {
  background: transparent url("/assets/img/icon-check-green.svg") no-repeat center;
  background-size: 18px;
}
@media all and (max-width: 767px) {
  .info-box .info-box__icon--success:after {
    background-size: 14px;
  }
}

.info-block {
  display: -webkit-flex;
  display: flex;
  border: 1px solid #ededed;
  border-radius: 3px;
}
@media all and (max-width: 480px), all and (min-width: 767px) and (max-width: 992px) {
  .info-block {
    -webkit-flex-direction: column;
            flex-direction: column;
  }
}
.info-block .info-block__cell {
  position: relative;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
          flex-direction: column;
  -webkit-flex-grow: 1;
          flex-grow: 1;
  margin: 15px 0 !important;
  padding: 0 15px !important;
}
@media all and (max-width: 480px), all and (min-width: 767px) and (max-width: 992px) {
  .info-block .info-block__cell {
    margin: 0 15px !important;
    padding: 15px 0 !important;
  }
}
.info-block .info-block__cell + .info-block__cell {
  -webkit-flex-shrink: 0;
          flex-shrink: 0;
  border-left: 1px solid #f2f3f5;
}
@media all and (max-width: 480px), all and (min-width: 767px) and (max-width: 992px) {
  .info-block .info-block__cell + .info-block__cell {
    border-top: 1px solid #f2f3f5;
    border-left: none;
  }
}
.info-block .info-block__cell h4 {
  margin-top: 0 !important;
}
.info-block .info-block__cell p {
  font-size: 14px;
}
.info-block .info-block__cell p:first-child {
  margin-top: auto;
}
.info-block .info-block__cell p:last-child {
  margin-top: 0;
  margin-bottom: auto;
}
.info-block .info-block__cell a {
  color: inherit;
}
.info-block .info-block__cell a:hover, .info-block .info-block__cell a:focus {
  text-decoration: none;
}
.info-block .info-block__cell strong {
  font-weight: 400 !important;
}
@media all and (max-width: 480px), all and (min-width: 767px) and (max-width: 992px) {
  .info-block .info-block__cell .info-block__logo {
    display: none;
  }
}
.info-block .info-block__cell .info-block__logo img {
  width: 120px;
}

.info-tooltip-wrapper--left {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
          flex-direction: column;
  -webkit-align-items: flex-start;
          align-items: flex-start;
  position: absolute;
  top: 5%;
  left: 0;
  z-index: 1;
  width: 100%;
}
@media (max-width: 768px) {
  .info-tooltip-wrapper--left {
    top: 0;
  }
}
.info-tooltip-wrapper--left > * {
  -webkit-flex-shrink: 0;
          flex-shrink: 0;
}
@media (max-width: 768px) {
  .info-tooltip-wrapper--left + div {
    margin-top: 13rem;
  }
}
.info-tooltip-wrapper--left .info-tooltip {
  margin-left: -1.9rem;
  position: relative;
  -webkit-animation: none;
          animation: none;
  margin-bottom: 0;
}
@media (max-width: 1266px) {
  .info-tooltip-wrapper--left .info-tooltip {
    margin-left: -1rem;
  }
}
.info-tooltip-wrapper--left > .info-tooltip + .info-tooltip {
  margin-top: 1.25rem;
}
@media all and (max-width: 460px) {
  .info-tooltip-wrapper--left > .info-tooltip + .info-tooltip {
    margin-top: 0.8rem;
  }
}
.info-tooltip-wrapper--left .info-tooltip::before {
  content: "";
  position: absolute;
  left: 0;
  height: 100%;
  background: inherit;
  background-color: #000000;
  z-index: -1;
  border: none;
  -webkit-transform: skewY(345deg);
          transform: skewY(345deg);
  border-radius: 2px;
  top: -3px;
  width: 1.9rem;
}
@media (max-width: 1266px) {
  .info-tooltip-wrapper--left .info-tooltip::before {
    width: 1rem;
    top: -1.85px;
  }
}

.info-tooltip {
  position: relative;
}
.info-tooltip .user-img {
  background-size: cover;
}
.info-tooltip--rquiz {
  position: absolute;
  bottom: 9.5rem;
  z-index: 1001;
  width: 32rem;
  display: none;
  padding: 2.2rem;
  background: #fff;
  box-shadow: 0 0.2rem 1.2rem rgba(0, 0, 0, 0.19);
  border-radius: 4px;
}
@media all and (max-width: 767px) {
  .info-tooltip--rquiz {
    width: 28rem;
    padding: 1.8rem;
  }
}
@media all and (max-width: 480px) {
  .info-tooltip--rquiz {
    padding: 1.6rem;
  }
}
.info-tooltip--rquiz.show-right, .info-tooltip--rquiz.show-center, .info-tooltip--rquiz.show-left {
  display: block;
}
.info-tooltip--rquiz.show-right {
  right: 0;
}
.info-tooltip--rquiz.show-right:after {
  right: 4rem;
  left: auto;
}
.info-tooltip--rquiz.show-center {
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.info-tooltip--rquiz.show-center:after {
  left: 50%;
}
.info-tooltip--rquiz.show-left {
  left: 0;
}
.info-tooltip--rquiz.show-left:after {
  left: 4.5rem;
}
.info-tooltip--rquiz::after {
  position: absolute;
  top: 100%;
  left: 50%;
  content: "";
  margin-left: -0.5rem;
  border-width: 0.5rem;
  border-style: solid;
  border-color: #fff transparent transparent transparent;
}
.info-tooltip--rquiz h4.info-tooltip__title {
  margin: 0 0 0.8rem;
  font-size: 1.6rem;
  font-weight: 500;
}
.info-tooltip--rquiz p.info-tooltip__description {
  margin: 0 0 2.2rem;
  font-size: 1.3rem;
  font-weight: 400;
  line-height: 2rem;
}
@media all and (max-width: 480px) {
  .info-tooltip--rquiz p.info-tooltip__description {
    margin: 0 0 1.8rem;
  }
}
.info-tooltip--rquiz .rewards__item {
  margin: 0 0 1.8rem;
  font-size: 1.3rem;
  font-weight: 500;
  line-height: 1;
  color: #000;
}
@media all and (max-width: 480px) {
  .info-tooltip--rquiz .rewards__item {
    margin: 0 0 1.6rem;
  }
}
.info-tooltip--rquiz .rewards__item:last-child {
  margin-bottom: 0;
}
.info-tooltip--rquiz .rewards__item .icon {
  margin-right: 0.9rem;
}
.info-tooltip--dashboard {
  max-width: 30.4rem;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
          justify-content: space-between;
  margin: 1.7rem auto 0;
  padding: 1rem 2rem 1.4rem;
}
.info-tooltip--dashboard::before {
  position: absolute;
  top: -1rem;
  bottom: initial;
  left: 50%;
  content: "";
  border-width: 0.5rem;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  border-style: solid;
  border-color: transparent transparent #2e2e2e transparent;
}
@media all and (max-width: 767px) {
  .info-tooltip--dashboard {
    max-width: 21.5rem;
    margin: 0 auto;
    padding: 1rem 1.2rem;
  }
}
.info-tooltip--dashboard p {
  margin: 0;
  line-height: 1;
  color: #fff;
}
.info-tooltip--dashboard .winner-time {
  margin-top: 0.6rem;
  color: #27abf8;
}
.info-tooltip--dashboard .winner-time svg {
  margin-right: 0.4rem;
}
@media all and (max-width: 767px) {
  .info-tooltip--dashboard .winner-time {
    line-height: 1rem;
  }
}
.info-tooltip--dashboard .user-img {
  width: 2.8rem;
  height: 2.8rem;
  margin-right: 0.8rem;
}
@media all and (max-width: 767px) {
  .info-tooltip--dashboard .user-img {
    width: 1.8rem;
    height: 1.8rem;
    margin-right: 0.6rem;
  }
}
.info-tooltip--notification {
  min-width: 15rem;
  padding: 0.8rem 1.7rem 1rem;
}
.info-tooltip--notification::before {
  position: absolute;
  top: 50%;
  bottom: initial;
  left: 0;
  content: "";
  border-width: 0.5rem;
  -webkit-transform: translateX(0);
          transform: translateX(0);
  border-style: solid;
  border-color: transparent transparent #2e2e2e transparent;
}
.info-tooltip--notification::before {
  -webkit-transform: rotate(-90deg) translateY(-90%) translateX(30%);
          transform: rotate(-90deg) translateY(-90%) translateX(30%);
}
.info-tooltip--notification .winner-label {
  margin: 0 0 0.6rem;
  line-height: 1;
  color: #b4b4b4;
}
.info-tooltip--notification .user-img {
  width: 2rem;
  height: 2rem;
  margin-right: 0.6rem;
}
.info-tooltip--sale, .info-tooltip--sale-bomb, .info-tooltip--winter-sale, .info-tooltip--black-week, .info-tooltip--golden-puzzle, .info-tooltip--delivery, .info-tooltip--xmas {
  width: auto;
  min-height: 5.6rem;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
  padding-right: 3rem;
  padding-left: 1.6rem;
  background: url("/assets/img/xmas-tree-bg.svg") no-repeat #183d1f;
  border-radius: 2px;
  background-position-x: -5px;
  -webkit-animation: tooltipFloat 6s ease-in-out infinite;
          animation: tooltipFloat 6s ease-in-out infinite;
}
.info-tooltip--sale::before, .info-tooltip--sale-bomb::before, .info-tooltip--winter-sale::before, .info-tooltip--black-week::before, .info-tooltip--golden-puzzle::before, .info-tooltip--delivery::before, .info-tooltip--xmas::before {
  position: absolute;
  top: initial;
  bottom: -1.5rem;
  left: 50%;
  content: "";
  border-width: 0.8rem;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  border-style: solid;
  border-color: #183d1f transparent transparent transparent;
}
@media all and (max-width: 767px) {
  .info-tooltip--sale, .info-tooltip--sale-bomb, .info-tooltip--winter-sale, .info-tooltip--black-week, .info-tooltip--golden-puzzle, .info-tooltip--delivery, .info-tooltip--xmas {
    margin-top: 2rem;
  }
}
@media all and (max-width: 460px) {
  .info-tooltip--sale, .info-tooltip--sale-bomb, .info-tooltip--winter-sale, .info-tooltip--black-week, .info-tooltip--golden-puzzle, .info-tooltip--delivery, .info-tooltip--xmas {
    min-height: 4.5rem;
    padding-right: 2rem;
    padding-left: 1rem;
    background-position-x: -20px;
  }
}
.info-tooltip--sale img, .info-tooltip--sale-bomb img, .info-tooltip--winter-sale img, .info-tooltip--black-week img, .info-tooltip--golden-puzzle img, .info-tooltip--delivery img, .info-tooltip--xmas img {
  width: 3.9rem;
}
@media all and (max-width: 460px) {
  .info-tooltip--sale img, .info-tooltip--sale-bomb img, .info-tooltip--winter-sale img, .info-tooltip--black-week img, .info-tooltip--golden-puzzle img, .info-tooltip--delivery img, .info-tooltip--xmas img {
    width: 3rem;
  }
}
.info-tooltip--sale img + p, .info-tooltip--sale-bomb img + p, .info-tooltip--winter-sale img + p, .info-tooltip--black-week img + p, .info-tooltip--golden-puzzle img + p, .info-tooltip--delivery img + p, .info-tooltip--xmas img + p {
  margin-left: 4rem;
}
@media all and (max-width: 460px) {
  .info-tooltip--sale img + p, .info-tooltip--sale-bomb img + p, .info-tooltip--winter-sale img + p, .info-tooltip--black-week img + p, .info-tooltip--golden-puzzle img + p, .info-tooltip--delivery img + p, .info-tooltip--xmas img + p {
    margin-left: 3.5rem;
  }
}
.info-tooltip--sale p, .info-tooltip--sale-bomb p, .info-tooltip--winter-sale p, .info-tooltip--black-week p, .info-tooltip--golden-puzzle p, .info-tooltip--delivery p, .info-tooltip--xmas p {
  -webkit-flex-shrink: 0;
          flex-shrink: 0;
  margin: 0;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: -0.3px;
  color: #fff;
}
@media all and (max-width: 460px) {
  .info-tooltip--sale p, .info-tooltip--sale-bomb p, .info-tooltip--winter-sale p, .info-tooltip--black-week p, .info-tooltip--golden-puzzle p, .info-tooltip--delivery p, .info-tooltip--xmas p {
    font-size: 1.5rem;
  }
}
.info-tooltip--delivery {
  background: url("/assets/img/bg-delivery.svg") no-repeat #182F3D;
}
@media all and (max-width: 460px) {
  .info-tooltip--delivery {
    background-position-x: -20px;
  }
}
.info-tooltip--sale {
  background: url("/assets/img/bg-sale-label.svg") no-repeat #950808;
  padding-right: 4.9rem;
}
.info-tooltip--sale img + p {
  margin-left: 7rem;
}
@media all and (max-width: 460px) {
  .info-tooltip--sale img + p {
    margin-left: 6rem;
  }
}
.info-tooltip--sale p > span {
  text-transform: uppercase;
}
.info-tooltip--sale img {
  width: 3rem;
}
@media all and (max-width: 460px) {
  .info-tooltip--sale img {
    width: 2.5rem;
  }
}
@media all and (max-width: 460px) {
  .info-tooltip--sale {
    background-position-x: -20px;
  }
}
.info-tooltip--sale-bomb {
  background: url("/assets/img/bg-sale-bomb-label.svg") no-repeat #001DFF;
  padding-right: 4.9rem;
}
.info-tooltip--sale-bomb img + p {
  margin-left: 7rem;
}
@media all and (max-width: 460px) {
  .info-tooltip--sale-bomb img + p {
    margin-left: 6rem;
  }
}
.info-tooltip--sale-bomb p > span {
  text-transform: uppercase;
}
.info-tooltip--sale-bomb img {
  width: 3rem;
}
@media all and (max-width: 460px) {
  .info-tooltip--sale-bomb img {
    width: 2.5rem;
  }
}
@media all and (max-width: 460px) {
  .info-tooltip--sale-bomb {
    background-position-x: -20px;
  }
}
.info-tooltip--winter-sale {
  background: url("/assets/img/bg-winter-sale-label.svg") no-repeat #004681;
  padding-right: 4.9rem;
}
.info-tooltip--winter-sale img + p {
  margin-left: 7rem;
}
@media all and (max-width: 460px) {
  .info-tooltip--winter-sale img + p {
    margin-left: 6rem;
  }
}
.info-tooltip--winter-sale p > span {
  text-transform: uppercase;
}
.info-tooltip--winter-sale img {
  width: 3rem;
}
@media all and (max-width: 460px) {
  .info-tooltip--winter-sale img {
    width: 2.5rem;
  }
}
@media all and (max-width: 460px) {
  .info-tooltip--winter-sale {
    background-position-x: -20px;
  }
}
.info-tooltip--impulse {
  padding: 2rem;
  font-size: 1.3rem;
  color: #fff;
}
.info-tooltip--impulse::before {
  position: absolute;
  top: -1.3rem;
  bottom: initial;
  left: 1.5rem;
  content: "";
  border-width: 0.8rem;
  -webkit-transform: translateX(-1.5rem);
          transform: translateX(-1.5rem);
  border-style: solid;
  border-color: transparent transparent #2e2e2e transparent;
}
.info-tooltip--impulse::before {
  -webkit-transform: unset;
          transform: unset;
}
.info-tooltip--impulse a {
  color: #fff;
}
.info-tooltip--impulse a:hover, .info-tooltip--impulse a:focus {
  color: #fff;
}
@media all and (max-width: 992px) {
  .info-tooltip--impulse {
    padding: 1.5rem;
  }
}
.info-tooltip--dark {
  background-color: #2e2e2e;
  border-radius: 2px;
}
@media all and (max-width: 480px) {
  .info-tooltip--dark {
    width: 100%;
  }
}
.info-tooltip--golden-puzzle {
  background: url("/assets/img/bg-golden-puzzle-label.svg") no-repeat #A78915;
  padding-right: 4.9rem;
}
.info-tooltip--golden-puzzle img + p {
  margin-left: 7rem;
}
@media all and (max-width: 460px) {
  .info-tooltip--golden-puzzle img + p {
    margin-left: 6rem;
  }
}
.info-tooltip--golden-puzzle p > span {
  text-transform: uppercase;
}
.info-tooltip--golden-puzzle img {
  width: 3rem;
}
@media all and (max-width: 460px) {
  .info-tooltip--golden-puzzle img {
    width: 2.5rem;
  }
}
@media all and (max-width: 460px) {
  .info-tooltip--golden-puzzle {
    background-position-x: -20px;
  }
}
.info-tooltip--black-week {
  background: url("/assets/img/black-week-tag-bg.svg") no-repeat #181818;
  padding-right: 4.9rem;
}
.info-tooltip--black-week img + p {
  margin-left: 7rem;
}
@media all and (max-width: 460px) {
  .info-tooltip--black-week img + p {
    margin-left: 6rem;
  }
}
.info-tooltip--black-week p > span {
  text-transform: uppercase;
}
.info-tooltip--black-week img {
  width: 3rem;
}
@media all and (max-width: 460px) {
  .info-tooltip--black-week img {
    width: 2.5rem;
  }
}
@media all and (max-width: 460px) {
  .info-tooltip--black-week {
    background-position-x: -20px;
  }
}

.slider {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.slider.slider-horizontal {
  width: 100%;
  height: 20px;
}
.slider.slider-horizontal .slider-track {
  top: 50%;
  left: 0;
  width: 100%;
  height: 10px;
  margin-top: -5px;
}
.slider.slider-horizontal .slider-selection,
.slider.slider-horizontal .slider-track-low,
.slider.slider-horizontal .slider-track-high {
  top: 0;
  bottom: 0;
  height: 100%;
}
.slider.slider-horizontal .slider-tick,
.slider.slider-horizontal .slider-handle {
  margin-left: -10px;
}
.slider.slider-horizontal .slider-tick.triangle,
.slider.slider-horizontal .slider-handle.triangle {
  position: relative;
  top: 50%;
  width: 0;
  height: 0;
  margin-top: 0;
  border-width: 0 10px 10px 10px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  border-bottom-color: #e37921;
}
.slider.slider-horizontal .slider-tick-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  white-space: nowrap;
}
.slider.slider-horizontal .slider-tick-label-container {
  margin-top: 20px;
  white-space: nowrap;
}
.slider.slider-horizontal .slider-tick-label-container .slider-tick-label {
  display: inline-block;
  padding-top: 24px;
  text-align: center;
}
.slider.slider-horizontal.slider-rtl .slider-track {
  right: 0;
  left: initial;
}
.slider.slider-horizontal.slider-rtl .slider-tick,
.slider.slider-horizontal.slider-rtl .slider-handle {
  margin-right: -10px;
  margin-left: initial;
}
.slider.slider-horizontal.slider-rtl .slider-tick-container {
  right: 0;
  left: initial;
}
.slider.slider-vertical {
  width: 20px;
  height: 100%;
}
.slider.slider-vertical .slider-track {
  top: 0;
  left: 25%;
  width: 10px;
  height: 100%;
}
.slider.slider-vertical .slider-selection {
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
}
.slider.slider-vertical .slider-track-low,
.slider.slider-vertical .slider-track-high {
  right: 0;
  left: 0;
  width: 100%;
}
.slider.slider-vertical .slider-tick,
.slider.slider-vertical .slider-handle {
  margin-top: -10px;
}
.slider.slider-vertical .slider-tick.triangle,
.slider.slider-vertical .slider-handle.triangle {
  width: 1px;
  height: 1px;
  margin-left: 0;
  border-width: 10px 0 10px 10px;
  border-left-color: #e37921;
}
.slider.slider-vertical .slider-tick-label-container {
  white-space: nowrap;
}
.slider.slider-vertical .slider-tick-label-container .slider-tick-label {
  padding-left: 4px;
}
.slider.slider-vertical.slider-rtl .slider-track {
  right: 25%;
  left: initial;
}
.slider.slider-vertical.slider-rtl .slider-selection {
  right: 0;
  left: initial;
}
.slider.slider-vertical.slider-rtl .slider-tick.triangle,
.slider.slider-vertical.slider-rtl .slider-handle.triangle {
  border-width: 10px 10px 10px 0;
}
.slider.slider-vertical.slider-rtl .slider-tick-label-container .slider-tick-label {
  padding-right: 4px;
  padding-left: initial;
}
.slider.slider-disabled .slider-handle {
  background-image: -webkit-linear-gradient(top, #dfdfdf, #bebebe);
  background-image: linear-gradient(to bottom, #dfdfdf, #bebebe);
  background-repeat: repeat-x;
  background-color: #cfcfcf;
}
.slider.slider-disabled .slider-track {
  background-image: -webkit-linear-gradient(top, #e5e5e5, #e9e9e9);
  background-image: linear-gradient(to bottom, #e5e5e5, #e9e9e9);
  background-repeat: repeat-x;
  background-color: #e7e7e7;
  cursor: not-allowed;
}
.slider input {
  display: none;
}
.slider .tooltip-inner {
  max-width: none;
  white-space: nowrap;
}
.slider .tooltip {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.slider .tooltip.top {
  -webkit-transform: translate(-50%, -100%);
          transform: translate(-50%, -100%);
}
.slider .tooltip-inner {
  max-width: none;
  font-weight: 600;
  white-space: nowrap;
}
.slider .hide {
  display: none;
}

.slider-track {
  background-image: -webkit-linear-gradient(top, #f5f5f5, #f9f9f9);
  background-image: linear-gradient(to bottom, #f5f5f5, #f9f9f9);
  background-repeat: repeat-x;
  background-color: #f7f7f7;
  cursor: pointer;
  position: absolute;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  border-radius: 4px;
}

.slider-selection {
  background-image: -webkit-linear-gradient(top, #f3b22c, #e37921);
  background-image: linear-gradient(to bottom, #f3b22c, #e37921);
  background-repeat: repeat-x;
  background-color: #eb9627;
  position: absolute;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
}

.slider-selection.tick-slider-selection {
  background-image: -webkit-linear-gradient(top, #fec595, #f1b888);
  background-image: linear-gradient(to bottom, #fec595, #f1b888);
  background-repeat: repeat-x;
  background-color: #f8bf8f;
}

.slider-track-low,
.slider-track-high {
  position: absolute;
  background: transparent;
  border-radius: 4px;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
}

.slider-handle {
  background-image: -webkit-linear-gradient(top, #f3b22c, #e37921);
  background-image: linear-gradient(to bottom, #f3b22c, #e37921);
  background-repeat: repeat-x;
  background-color: #eb9627;
  cursor: pointer;
  position: absolute;
  top: 0;
  width: 20px;
  height: 20px;
  background-color: #e37921;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 5px rgba(0, 0, 0, 0.25);
  border: 0 solid transparent;
  outline: none !important;
}
.slider-handle.round {
  border-radius: 20px;
}
.slider-handle.triangle {
  background: transparent none;
}

.slider-tick {
  background-image: -webkit-linear-gradient(top, #f5f5f5, #f9f9f9);
  background-image: linear-gradient(to bottom, #f5f5f5, #f9f9f9);
  background-repeat: repeat-x;
  background-color: #f7f7f7;
  opacity: 0.8;
  cursor: pointer;
  position: absolute;
  width: 20px;
  height: 20px;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  border: 0 solid transparent;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  -webkit-filter: none;
          filter: none;
}
.slider-tick.round {
  border-radius: 50%;
}
.slider-tick.triangle {
  background: transparent none;
}
.slider-tick.in-selection {
  background-image: -webkit-linear-gradient(top, #fec595, #f1b888);
  background-image: linear-gradient(to bottom, #fec595, #f1b888);
  background-repeat: repeat-x;
  background-color: #f8bf8f;
  opacity: 1;
}

.btn.btn-slider {
  position: relative;
  height: 32px;
  min-width: 32px;
  padding: 0 5px;
  font-weight: 600;
  line-height: 32px;
  color: #fff !important;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.25);
  border-radius: 50%;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.btn.btn-slider.btn-slider--plus:before, .btn.btn-slider.btn-slider--plus:after, .btn.btn-slider.btn-slider--minus:before, .btn.btn-slider.btn-slider--minus:after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 12px;
  height: 2px;
  content: "";
  display: block;
  background-color: #fff;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.btn.btn-slider.btn-slider--plus:after, .btn.btn-slider.btn-slider--minus:after {
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
          transform: translate(-50%, -50%) rotate(90deg);
}
.btn.btn-slider.btn-slider--minus:after {
  display: none;
}

span[class^=label-] {
  display: inline-block;
  padding: 2px 4px;
  font-size: 10px;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: normal;
  color: #fff;
  border-radius: 2px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
span[class^=label-][data-toggle=tooltip] {
  cursor: default;
}
span[class^=label-].label-lg {
  padding: 4px 8px;
  font-size: 12px;
}
span[class^=label-].label-mega, span[class^=label-].label-premium {
  background-color: #843a9a;
}
span[class^=label-].label-mega.disabled, span[class^=label-].label-premium.disabled {
  background-color: #999;
}
span[class^=label-].label-premium.lg {
  font-size: 12px;
}
span[class^=label-].label-primary {
  background-color: #e37921;
}
span[class^=label-].label-guess {
  background-color: #ef9000;
}
span[class^=label-].label-guess-mega {
  background-color: #843a9a;
}
span[class^=label-].label-quiz {
  background-color: #2f6c20;
}
span[class^=label-].label-success {
  background-color: #65a325;
}
span[class^=label-].label-teal {
  background-color: #07a98f;
}
span[class^=label-].label-purple {
  background-color: #23001e;
}
span[class^=label-].label-orange {
  background-color: #e96000;
}
span[class^=label-].label-olive {
  background-color: #9b7b00;
}
span[class^=label-].label-notification {
  background-color: #27abf8;
}
span[class^=label-].label-light {
  color: #414141;
  background-color: #ededed;
}
span[class^=label-].label-gray {
  background-color: #373b43;
}
span[class^=label-].label-dark-gray {
  background-color: #565656;
}
span[class^=label-].label-gray-lighter {
  background-color: hsl(221deg, 10%, 31%);
}
span[class^=label-].label-default {
  color: #373b43;
  background-color: #fff;
}
span[class^=label-].label-main-prize {
  background-color: #bb3b2f;
}
span[class^=label-].label-new-product {
  padding: 5px 8px;
  font-weight: 500;
  line-height: 1;
  background-color: #27abf8;
  border-radius: 9px;
}

.bg-premium {
  background-color: #843a9a;
}

@media all and (min-width: 767.001px) {
  .user-wrapper span[class^=label-] {
    -webkit-transform: translate(0, -2px);
            transform: translate(0, -2px);
  }
}

.promo-code {
  display: inline-block;
  margin: 20px 0;
  padding: 12px 30px;
  font-size: 22px;
  font-weight: 600;
  line-height: 1;
  color: #414141;
  background: #ededed;
  border: 1px solid #414141;
  border-radius: 4px;
  text-transform: uppercase;
}

span[class^=label-].label-golden-puzzle {
  background-color: #97822d;
  color: #fff;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
  gap: 0.5em;
  width: -webkit-min-content;
  width: -moz-min-content;
  width: min-content;
  padding: 2.5px 8px;
  font-weight: 500;
}
span[class^=label-].label-golden-puzzle img {
  width: 1.5em;
}

.tile-info span[class^=label-].label-golden-puzzle {
  width: auto;
}

.list-dashed li:before {
  top: 50% !important;
  width: auto !important;
  height: auto !important;
  content: "-" !important;
  display: inline-block !important;
  background-color: inherit !important;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.list-circle-ordered {
  counter-reset: ordered-counter;
}
.list-circle-ordered li {
  position: relative;
  font-weight: 400;
  list-style: none;
  counter-increment: ordered-counter;
}
.list-circle-ordered li:before {
  position: absolute;
  top: 0;
  left: -40px;
  width: 24px;
  height: 24px;
  content: counter(ordered-counter);
  overflow: hidden;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  text-align: center;
  color: #fff;
  background-color: #6e6e6e;
  border-radius: 50%;
}
.list-circle-ordered li.unordered:before {
  display: none;
}
.list-circle-ordered--primary li:before {
  background-color: #e37921;
}
.list-circle-ordered--primary li.done {
  color: #65a325;
}
.list-circle-ordered--primary li.done:before {
  content: url("/assets/img/survey/icon-check.svg");
  background-color: #65a325;
}
.list-circle-ordered--success li:before {
  background-color: #65a325;
}
.list-circle-ordered--lg {
  padding-left: 50px;
}
.list-circle-ordered--lg li {
  line-height: 36px !important;
}
@media all and (max-width: 495px) {
  .list-circle-ordered--lg li {
    line-height: 30px !important;
  }
}
.list-circle-ordered--lg li:before {
  left: -50px;
  width: 36px;
  height: 36px;
  line-height: 36px;
}

.list-none {
  max-width: 320px;
  margin: 50px auto !important;
}
.list-none li {
  padding-left: 0 !important;
  text-align: left;
}
.list-none li::before {
  width: 0 !important;
}

.btn.loading,
.answer.loading {
  position: relative;
  color: transparent !important;
  pointer-events: none;
}
.btn.loading:before,
.answer.loading:before {
  position: absolute;
  top: 5px;
  left: 50%;
  width: 24px;
  height: 24px;
  content: "";
  display: block;
  margin-left: -12px;
  border: 2px solid rgba(255, 255, 255, 0.25);
  border-radius: 50%;
  -webkit-animation: spin 0.5s linear infinite;
          animation: spin 0.5s linear infinite;
  border-top-color: #fff;
}
.btn.loading.answer--sent:before,
.answer.loading.answer--sent:before {
  top: 9px;
  border-top-color: #65a325;
}

.magnifier-glass {
  cursor: none;
  position: absolute;
  width: 150px;
  height: 150px;
  border: 2.5px solid #e37921;
  border-radius: 50%;
}

#menu.nav.nav-tabs {
  margin: 0;
  border: none;
}
@media all and (max-width: 425px) {
  #menu.nav.nav-tabs {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
            justify-content: center;
    margin: 0 0 25px;
  }
}
@media (max-width: 360px) {
  #menu.nav.nav-tabs:lang(hu), #menu.nav.nav-tabs:lang(ro) {
    -webkit-flex-direction: column;
            flex-direction: column;
    -webkit-align-items: flex-start;
            align-items: flex-start;
  }
}
#menu.nav.nav-tabs li {
  padding-left: 0;
}
#menu.nav.nav-tabs li::before {
  display: none;
}
#menu.nav.nav-tabs li.active a {
  color: #000;
  border-bottom: 2px solid #f37015;
}
#menu.nav.nav-tabs li a {
  font-size: 16px;
  font-weight: 700;
  color: #414141;
  margin-right: 36px;
  line-height: 16px;
  letter-spacing: 0.57px;
  text-decoration: none;
  text-transform: uppercase;
  border: none;
  border-bottom: 2px solid transparent;
  padding: 0;
  padding-bottom: 7px;
}
#menu.nav.nav-tabs li a:focus, #menu.nav.nav-tabs li a:active, #menu.nav.nav-tabs li a:hover {
  color: #000;
}
#menu.nav.nav-tabs li a:hover {
  background: none;
}
@media all and (max-width: 767px) {
  #menu.nav.nav-tabs li a {
    font-size: 14px;
  }
}
@media (max-width: 360px) {
  #menu.nav.nav-tabs li a:lang(hu), #menu.nav.nav-tabs li a:lang(ro) {
    padding-bottom: 5px;
  }
}
@media (max-width: 360px) {
  #menu.nav.nav-tabs li:last-child:lang(hu),
#menu.nav.nav-tabs li:last-child:lang(ro) {
    margin-top: 1.5rem;
  }
}
#menu.nav.nav-tabs li:last-child a {
  margin-right: 0;
}
#menu.nav.nav-tabs--spin-game {
  margin-top: 40px;
}
@media all and (max-width: 767px) {
  #menu.nav.nav-tabs--spin-game {
    margin-top: 36px;
  }
}
@media all and (max-width: 425px) {
  #menu.nav.nav-tabs--spin-game {
    margin: 36px 0 15px;
  }
}

.notification {
  margin-bottom: 32px;
  padding: 74px 75px;
  background-color: #d1e7dd;
  border: 1px solid #badbcc;
  border-radius: 8px;
}
@media all and (max-width: 767px) {
  .notification {
    padding: 60px 40px;
  }
}
@media all and (max-width: 615px) {
  .notification {
    padding: 40px 20px;
  }
}
.notification__wrapper {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-start;
          align-items: flex-start;
}
.notification__icon {
  margin-right: 20px;
}
@media all and (max-width: 767px) {
  .notification__icon {
    width: 36px;
  }
}
@media all and (max-width: 480px) {
  .notification__icon {
    width: 30px;
    margin-right: 15px;
  }
}
.notification__content .title,
.notification__content .description {
  color: #0f5132;
}
.notification__content .title {
  font-size: 28px;
  line-height: 1;
}
@media all and (max-width: 767px) {
  .notification__content .title {
    font-size: 24px;
    line-height: 1.2;
  }
}
.notification__content .description {
  max-width: 650px;
  margin: 12px 0 0;
  font-size: 18px;
  line-height: 32/18;
}
@media all and (max-width: 767px) {
  .notification__content .description {
    font-size: 16px;
  }
}
@media all and (max-width: 480px) {
  .notification__content .description {
    font-size: 14px;
  }
}

.numbers-summary {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  padding: 24px 10px;
  background-color: #fff;
  box-shadow: 0 1px 24px rgba(0, 0, 0, 0.07);
  border-radius: 6px;
}
@media all and (max-width: 1024px) {
  .numbers-summary {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media all and (max-width: 767px) {
  .numbers-summary {
    grid-template-columns: auto;
    padding: 32px 24px;
    grid-row-gap: 25px;
  }
}
.numbers-summary__item {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
          flex-direction: column;
  -webkit-justify-content: center;
          justify-content: center;
  padding: 15px 0;
  border-right: 1px solid #f0f0f0;
}
.numbers-summary__item:last-child {
  border-right: none;
}
@media all and (max-width: 1024px) {
  .numbers-summary__item:nth-child(2) {
    border-right: none;
  }
}
@media all and (max-width: 767px) {
  .numbers-summary__item {
    -webkit-align-items: start;
            align-items: start;
    border-right: none;
  }
}
.numbers-summary h2.numbers-summary__title {
  margin: 0;
  font-size: 48px;
  font-weight: 700;
  line-height: 45px;
  letter-spacing: -0.5px;
  text-align: center;
  color: #313131;
}
@media all and (max-width: 767px) {
  .numbers-summary h2.numbers-summary__title {
    font-size: 32px;
    line-height: 28px;
  }
}
.numbers-summary p.numbers-summary__description {
  margin: 8px 8px 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  text-align: center;
  color: rgba(116, 116, 116, 0.7);
  text-transform: uppercase;
}
@media all and (max-width: 767px) {
  .numbers-summary p.numbers-summary__description {
    margin: 6px 0 0;
    font-size: 13px;
    text-align: left;
  }
}

.page-notification {
  display: -webkit-flex;
  display: flex;
  padding: 20px;
  background-color: #fff;
  box-shadow: 0 4px 12px #c0c0c0;
  border-radius: 4px;
}
@media all and (min-width: 767.001px) {
  .page-notification {
    -webkit-align-items: center;
            align-items: center;
  }
}
@media all and (max-width: 767px) {
  .page-notification {
    padding: 15px;
  }
}
.page-notification__wrapper {
  position: fixed;
  bottom: 25px;
  left: 50%;
  z-index: 3;
  width: -webkit-calc(100% - 30px);
  width: calc(100% - 30px);
  max-width: 1310px;
  -webkit-transition: opacity 0.4s ease-out, -webkit-transform 0.4s ease-out;
  transition: opacity 0.4s ease-out, -webkit-transform 0.4s ease-out;
  transition: transform 0.4s ease-out, opacity 0.4s ease-out;
  transition: transform 0.4s ease-out, opacity 0.4s ease-out, -webkit-transform 0.4s ease-out;
  -webkit-transition-delay: 1.4s;
          transition-delay: 1.4s;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}
@media all and (max-width: 480px) {
  .page-notification__wrapper {
    bottom: 0;
    width: 100%;
  }
}
.page-notification__icon {
  padding-right: 20px;
}
.page-notification__icon img {
  width: auto;
  max-height: 42px;
}
.page-notification__content {
  color: hsl(221deg, 10%, 31%);
}
.page-notification__content .content-image {
  width: auto;
  max-height: 42px;
  display: inline-block;
  padding-right: 20px;
}
.page-notification__content .emoji {
  display: inline-block;
  margin-right: 20px;
}
@media all and (max-width: 767px) {
  .page-notification__content .emoji {
    margin-right: 5px;
  }
}
.page-notification__button {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
  margin-left: auto;
  padding-left: 20px;
}
@media all and (max-width: 767px) {
  .page-notification__button {
    margin-top: 15px;
  }
}
@media all and (min-width: 992.001px) {
  .page-notification__button .btn:not(.btn-link) {
    min-width: 300px;
  }
}

.pagination {
  display: inline-block;
  margin: 22px 0 22px 15px;
  padding-left: 0;
}
@media all and (max-width: 480px) {
  .pagination {
    margin: 22px auto;
  }
}
.pagination > li {
  display: inline;
}
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  margin-left: 5px;
  padding: 8px 24px;
  font-weight: 500;
  line-height: 1.6;
  text-decoration: none;
  color: #414141;
  background-color: #ededed;
  border-radius: 4px;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
}
.pagination > li > a:hover, .pagination > li > a:focus,
.pagination > li > span:hover,
.pagination > li > span:focus {
  z-index: 2;
  color: #fff;
  background-color: #e37921;
}
.pagination > .active > a, .pagination > .active > a:hover, .pagination > .active > a:focus,
.pagination > .active > span,
.pagination > .active > span:hover,
.pagination > .active > span:focus {
  cursor: default;
  z-index: 3;
  color: #fff;
  background-color: #e37921;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  cursor: not-allowed;
  color: #6e6e6e;
  background-color: #fff;
}

.content .panel.panel-default {
  border: none;
  border-radius: 0;
}
.content .panel.panel-default > .panel-heading {
  padding: 0;
  background-color: #f5f6f7;
  border: none;
  border-radius: 0;
}
.content .panel.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border: none;
}
.content .panel.panel-default .panel-collapse {
  overflow: hidden;
}
.content .panel.panel-default .collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-duration: 0.35s;
          transition-duration: 0.35s;
  -webkit-transition-property: height, visibility;
  transition-property: height, visibility;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
}
.content .panel.panel-default .panel-title {
  font-size: inherit;
}
.content .panel.panel-default .panel-title > a {
  display: block;
  padding: 20px;
  text-decoration: none;
  color: #e37921;
}
.content .panel.panel-default .panel-title > a svg {
  margin-right: 12px;
  -webkit-transition: -webkit-transform 0.2s ease-in-out;
  transition: -webkit-transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.content .panel.panel-default .panel-title > a svg path {
  -webkit-transition: fill 0.2s ease-in-out;
  transition: fill 0.2s ease-in-out;
}
.content .panel.panel-default .panel-title > a:hover {
  color: #f3b22c;
}
.content .panel.panel-default .panel-title > a:hover svg path {
  fill: #f3b22c;
}
.content .panel.panel-default .panel-title > a:hover:before #icon-triangle {
  fill: #f3b22c;
}
.content .panel.panel-default .panel-title > a.collapsed svg {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.content .panel.panel-default .panel-title2 {
  font-size: 18px;
  font-weight: 500;
  line-height: 18px;
}
.content .panel.panel-default .panel-title2 > a {
  display: block;
  padding: 20px;
  text-decoration: none;
  color: #414141;
}
.content .panel.panel-default .panel-title2 > a svg {
  margin-right: 12px;
  -webkit-transition: -webkit-transform 0.2s ease-in-out;
  transition: -webkit-transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.content .panel.panel-default .panel-title2 > a svg path {
  -webkit-transition: fill 0.2s ease-in-out;
  transition: fill 0.2s ease-in-out;
}
.content .panel.panel-default .panel-title2 > a:hover {
  color: black;
}
.content .panel.panel-default .panel-title2 > a:hover svg path {
  fill: black;
}
.content .panel.panel-default .panel-title2 > a:hover:before #icon-triangle {
  fill: black;
}
.content .panel.panel-default .panel-title2 > a.collapsed svg {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.content .panel-group {
  margin-bottom: 55px;
}
.content .panel-group .panel + .panel {
  margin-top: 20px;
}

.preloader {
  width: 100%;
  height: 100%;
  min-height: 97px;
  pointer-events: none;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
          flex-direction: column;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-justify-content: center;
          justify-content: center;
}
.preloader__spinner {
  width: 75px;
  height: 75px;
  margin: 0 auto;
}
.preloader__text {
  margin: -10px 0 0;
  padding-bottom: 10px;
  font-size: 14px;
  font-weight: 500;
  text-align: center;
  color: #373b43;
}

#preloader {
  width: 100%;
  height: 100%;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
          flex-direction: column;
  -webkit-justify-content: flex-start;
          justify-content: flex-start;
  -webkit-align-items: center;
          align-items: center;
  padding-top: 20rem;
}
@media all and (max-width: 767px), (max-height: 570px) {
  #preloader {
    padding-top: 10rem;
  }
}
#preloader .preloader-text {
  font-size: 1.4rem;
  font-weight: 400;
  margin-top: 4rem;
}
#preloader .preloader-bounces {
  position: relative;
  width: 90px;
  height: 90px;
  margin: 0 auto;
}
@media all and (max-width: 767px), (max-height: 570px) {
  #preloader .preloader-bounces {
    width: 75px;
    height: 75px;
  }
}
#preloader .preloader-child {
  opacity: 0.6;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #e37921;
  border-radius: 50%;
  -webkit-animation: preloader 2s infinite ease-in-out;
          animation: preloader 2s infinite ease-in-out;
  -webkit-transform: rotate(0.1deg);
          transform: rotate(0.1deg);
}
#preloader .preloader-bounce2 {
  -webkit-animation-delay: -1s;
          animation-delay: -1s;
}

@-webkit-keyframes preloader {
  0%, 100% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes preloader {
  0%, 100% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
.products-filter {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
          justify-content: space-between;
  -webkit-align-items: flex-end;
          align-items: flex-end;
}
.products-filter__dropdown .default-value {
  opacity: 0.8;
  color: #414141;
}
.products-filter__dropdown .select-value {
  color: #414141;
}
.products-filter__dropdown .label {
  display: none;
}
@media all and (max-width: 925px) {
  .products-filter__dropdown .label {
    display: block;
  }
}
.products-filter__dropdown.open img {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  -webkit-transition: 0.3s -webkit-transform;
  transition: 0.3s -webkit-transform;
  transition: 0.3s transform;
  transition: 0.3s transform, 0.3s -webkit-transform;
}
.products-filter__dropdown.open .dropdown-toggle {
  background: #fff !important;
  box-shadow: 0 10px 10px #e8e8e8;
  border: 1px solid transparent !important;
  border-radius: 4px 4px 0 0 !important;
}
.products-filter__dropdown.open .dropdown-menu {
  border: none;
}
.products-filter__dropdown .dropdown-toggle {
  width: 284px;
  min-height: 42px;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
  padding: 8px 16px;
  font-weight: 600;
  line-height: 26px;
  border: 1px solid #ededed;
  border-radius: 4px;
  -webkit-transition: 0.4s box-shadow;
  transition: 0.4s box-shadow;
}
.products-filter__dropdown .dropdown-toggle:hover {
  background: #fff;
  box-shadow: 0 10px 10px #e8e8e8;
  border: 1px solid #ededed;
  outline: none;
  -webkit-transition: 0.4s box-shadow;
  transition: 0.4s box-shadow;
}
.products-filter__dropdown .dropdown-toggle:active {
  border: 1px solid #ededed;
}
.products-filter__dropdown .dropdown-toggle:focus {
  background: #fff;
  border: 1px solid transparent !important;
}
.products-filter__dropdown .dropdown-toggle img {
  margin-left: auto;
  -webkit-transition: 0.3s -webkit-transform;
  transition: 0.3s -webkit-transform;
  transition: 0.3s transform;
  transition: 0.3s transform, 0.3s -webkit-transform;
}
.products-filter__dropdown .dropdown-menu {
  width: 100%;
  padding: 0;
  box-shadow: 0 10px 10px #e8e8e8;
  border: 1px solid transparent;
  border-radius: 0 0 4px 4px;
}
.products-filter__dropdown .dropdown-menu .divider {
  margin: 0 16px !important;
}
.products-filter__dropdown .dropdown-menu li.clear-li {
  padding: 0 !important;
}
.products-filter__dropdown .dropdown-menu li.clear-li:before {
  display: none !important;
}
.products-filter__dropdown .dropdown-menu > li:not(.nav-item) > a {
  padding: 4px 16px !important;
  font-size: 14px;
  font-weight: 600;
  line-height: 26px;
  text-decoration: none;
}
.products-filter__dropdown .dropdown-menu > li:not(.nav-item) > a:hover {
  background-color: #f1f1f1;
}
.products-filter__keywords {
  display: -webkit-flex;
  display: flex;
  margin-left: auto;
}
.products-filter__keywords .label, .products-filter__keywords .filter-keywords {
  margin: 0;
}
@media all and (max-width: 925px) {
  .products-filter__keywords .label {
    margin-bottom: 11px;
  }
}
.products-filter__keywords .filter-keywords {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
          justify-content: space-between;
  padding-left: 24px;
  list-style: none;
}
@media all and (max-width: 480px) {
  .products-filter__keywords .filter-keywords {
    -webkit-justify-content: space-between;
            justify-content: space-between;
  }
}
@media all and (max-width: 425px) {
  .products-filter__keywords .filter-keywords {
    min-height: 25px;
    overflow: hidden;
    overflow-x: auto;
    -webkit-scroll-snap-type: x mandatory;
        -ms-scroll-snap-type: x mandatory;
            scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    -ms-overflow-style: none;
  }
  .products-filter__keywords .filter-keywords::-webkit-scrollbar {
    display: none;
  }
}
@media all and (max-width: 925px) {
  .products-filter__keywords .filter-keywords {
    padding-left: 0;
  }
}
.products-filter__keywords .filter-keywords li {
  margin-right: 24px;
  white-space: nowrap;
}
.products-filter__keywords .filter-keywords li:last-child {
  margin-right: 0;
}
.products-filter__keywords .filter-keywords li a {
  padding-bottom: 2px;
  font-weight: 600;
  text-decoration: none;
  color: #414141;
  border-bottom: 1.2px solid transparent;
}
.products-filter__keywords .filter-keywords li a.active {
  color: #000;
  border-bottom: 1.2px solid #e37921;
}
.products-filter__keywords .filter-keywords li a:hover {
  color: #000;
}
@media all and (max-width: 425px) {
  .products-filter__keywords .filter-keywords li {
    scroll-snap-align: start;
    margin-right: 36px;
  }
}
@media all and (max-width: 350px) {
  .products-filter__keywords .filter-keywords li {
    margin-right: 22px;
  }
}
.products-filter--shop {
  margin: 6px 0 25px;
}
@media all and (max-width: 925px) {
  .products-filter--shop {
    -webkit-flex-direction: column;
            flex-direction: column;
    margin: 4px 0 30px;
  }
}
.products-filter--shop .label {
  opacity: 0.8;
  font-weight: 600;
}
@media all and (max-width: 925px) {
  .products-filter--shop .label {
    font-size: 13px;
  }
}
@media all and (max-width: 925px) {
  .products-filter--shop .products-filter__dropdown {
    width: 50%;
    margin: 0 auto 24px 0;
  }
}
@media all and (max-width: 640px) {
  .products-filter--shop .products-filter__dropdown {
    width: 100%;
  }
}
@media all and (max-width: 925px) {
  .products-filter--shop .products-filter__dropdown .dropdown-toggle {
    width: 100%;
  }
}
@media all and (max-width: 925px) {
  .products-filter--shop .products-filter__keywords {
    -webkit-flex-direction: column;
            flex-direction: column;
    margin-right: auto;
    margin-left: 0;
  }
}
@media all and (max-width: 640px) {
  .products-filter--shop .products-filter__keywords {
    width: 100%;
  }
}
.products-filter--puzzles {
  margin-bottom: 36px;
}
@media all and (max-width: 767px) {
  .products-filter--puzzles {
    margin-bottom: 24px;
  }
}
@media all and (max-width: 635px) {
  .products-filter--puzzles {
    -webkit-flex-direction: column;
            flex-direction: column;
  }
}
@media all and (max-width: 635px) {
  .products-filter--puzzles #menu.nav.nav-tabs {
    margin-bottom: 24px;
  }
}
@media all and (max-width: 635px) {
  .products-filter--puzzles .products-filter__dropdown {
    width: 100%;
  }
  .products-filter--puzzles .products-filter__dropdown .dropdown-toggle {
    width: 100%;
  }
}

.bar-progress {
  position: relative;
  margin-top: 40px;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
  color: #fff;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.bar-progress__wrapper {
  width: 100%;
  height: 2rem;
  display: -webkit-flex;
  display: flex;
  overflow: hidden;
  text-align: right;
  background-color: #ebebed;
  border-radius: 10px;
}
.bar-progress__value {
  -webkit-flex-shrink: 0;
          flex-shrink: 0;
  overflow: hidden;
}
.bar-progress__value--old .bar-progress__value-wrapper {
  background-color: #009051;
}
.bar-progress__value--new .bar-progress__value-wrapper {
  background-color: #09c774;
}
.bar-progress__value .bar-progress__value-wrapper {
  width: 100%;
  padding: 0 8px;
}
.bar-progress__checkpoint {
  position: absolute;
  right: 0;
  bottom: -webkit-calc(100% + 9px);
  bottom: calc(100% + 9px);
  left: 0;
  display: -webkit-flex;
  display: flex;
}
.bar-progress__checkpoint-inner {
  position: relative;
  -webkit-flex-shrink: 0;
          flex-shrink: 0;
  margin-left: auto;
  padding: 0 5px;
  background-color: #414141;
}
.bar-progress__checkpoint-inner:after {
  position: absolute;
  top: 100%;
  right: 0;
  width: 0;
  height: 0;
  content: "";
  border-width: 0 5px 5px 0;
  border-style: solid;
  border-color: transparent #414141 transparent transparent;
}

.bar-text {
  margin-top: 12px;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.6666666667;
  color: #8e8f91;
}

.bonus-puzzle-pieces {
  white-space: nowrap;
}
.bonus-puzzle-pieces img:nth-child(1) {
  -webkit-transform: rotate(75deg);
          transform: rotate(75deg);
}
.bonus-puzzle-pieces img:nth-child(2) {
  -webkit-transform: rotate(30deg);
          transform: rotate(30deg);
}
.bonus-puzzle-pieces img:nth-child(3) {
  -webkit-transform: rotate(-20deg);
          transform: rotate(-20deg);
}

.image-gallery {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
@media all and (max-width: 767px) {
  .image-gallery {
    padding: 0 4.5rem;
  }
}
@media all and (max-width: 425px) {
  .image-gallery {
    padding: 0 3rem;
  }
}
.image-gallery.fullscreen-modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 5;
  width: 100%;
  height: 100%;
  background: #000;
}
.image-gallery.fullscreen-modal .image-gallery-content {
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.image-gallery-content {
  position: relative;
  top: 0;
  line-height: 0;
}
.image-gallery-content.fullscreen {
  background: #000;
}
.image-gallery-content.fullscreen .image-gallery-slide {
  background: #000;
}

.image-gallery-slide-wrapper {
  position: relative;
}
.image-gallery-slide-wrapper.left, .image-gallery-slide-wrapper.right {
  width: -webkit-calc(100% - 113px);
  width: calc(100% - 113px);
  display: inline-block;
}
@media (max-width: 767px) {
  .image-gallery-slide-wrapper.left, .image-gallery-slide-wrapper.right {
    width: -webkit-calc(100% - 84px);
    width: calc(100% - 84px);
  }
}
.image-gallery-slide-wrapper.image-gallery-rtl {
  direction: rtl;
}

.image-gallery-fullscreen-button,
.image-gallery-play-button,
.image-gallery-left-nav,
.image-gallery-right-nav {
  cursor: pointer;
  position: absolute;
  z-index: 4;
  background-color: transparent;
  border: 0;
  outline: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.image-gallery-fullscreen-button,
.image-gallery-play-button {
  bottom: 0;
}

.image-gallery-fullscreen-button {
  right: 0;
}

.image-gallery-play-button {
  left: 0;
}

.image-gallery-left-nav,
.image-gallery-right-nav {
  top: 50%;
  padding: 50px 15px;
  font-size: 5em;
  color: #fff;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.image-gallery-left-nav[disabled],
.image-gallery-right-nav[disabled] {
  opacity: 0.6;
  cursor: disabled;
  pointer-events: none;
}
@media (max-width: 767px) {
  .image-gallery-left-nav,
.image-gallery-right-nav {
    padding: 20px 15px;
    font-size: 3.4em;
  }
}
@media (max-width: 480px) {
  .image-gallery-left-nav,
.image-gallery-right-nav {
    padding: 0 15px;
    font-size: 2.4em;
  }
}

.image-gallery-left-nav {
  left: 0;
}

.image-gallery-right-nav {
  right: 0;
}

.image-gallery-slides {
  position: relative;
  overflow: hidden;
  line-height: 0;
  white-space: nowrap;
}

.image-gallery-slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background: #fff;
}
.image-gallery-slide.center {
  position: relative;
}
@media all and (max-width: 767px) {
  .image-gallery-slide .image-gallery-image {
    text-align: center;
  }
}
.image-gallery-slide img {
  width: 100%;
  -ms-interpolation-mode: nearest-neighbor;
      image-rendering: -moz-crisp-edges;
      image-rendering: pixelated;
}
.image-gallery-slide .image-gallery-description {
  position: absolute;
  bottom: 70px;
  left: 0;
  padding: 10px 20px;
  line-height: 1;
  white-space: normal;
  color: #fff;
  background: rgba(0, 0, 0, 0.4);
}
@media (max-width: 767px) {
  .image-gallery-slide .image-gallery-description {
    bottom: 45px;
    padding: 8px 15px;
    font-size: 0.8em;
  }
}

.image-gallery-bullets {
  position: absolute;
  right: 0;
  bottom: 20px;
  left: 0;
  z-index: 4;
  width: 80%;
  margin: 0 auto;
}
.image-gallery-bullets .image-gallery-bullets-container {
  margin: 0;
  padding: 0;
  text-align: center;
}
.image-gallery-bullets .image-gallery-bullet {
  cursor: pointer;
  display: inline-block;
  margin: 0 5px;
  padding: 5px;
  background-color: transparent;
  box-shadow: 0 1px 0 #1a1a1a;
  border: 1px solid #fff;
  border-radius: 50%;
  outline: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
@media (max-width: 767px) {
  .image-gallery-bullets .image-gallery-bullet {
    margin: 0 3px;
    padding: 3px;
  }
}
@media (max-width: 480px) {
  .image-gallery-bullets .image-gallery-bullet {
    padding: 2.7px;
  }
}
.image-gallery-bullets .image-gallery-bullet.active {
  background: #fff;
}

.image-gallery-thumbnails-wrapper {
  position: relative;
}
.image-gallery-thumbnails-wrapper.thumbnails-wrapper-rtl {
  direction: rtl;
}
.image-gallery-thumbnails-wrapper.left, .image-gallery-thumbnails-wrapper.right {
  width: 108px;
  display: inline-block;
  vertical-align: top;
}
@media (max-width: 767px) {
  .image-gallery-thumbnails-wrapper.left, .image-gallery-thumbnails-wrapper.right {
    width: 81px;
  }
}
.image-gallery-thumbnails-wrapper.left .image-gallery-thumbnails, .image-gallery-thumbnails-wrapper.right .image-gallery-thumbnails {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 0;
}
.image-gallery-thumbnails-wrapper.left .image-gallery-thumbnails .image-gallery-thumbnail, .image-gallery-thumbnails-wrapper.right .image-gallery-thumbnails .image-gallery-thumbnail {
  display: block;
  margin-right: 0;
  padding: 0;
}
.image-gallery-thumbnails-wrapper.left .image-gallery-thumbnails .image-gallery-thumbnail + .image-gallery-thumbnail, .image-gallery-thumbnails-wrapper.right .image-gallery-thumbnails .image-gallery-thumbnail + .image-gallery-thumbnail {
  margin-left: 0;
}
.image-gallery-thumbnails-wrapper.left {
  margin-right: 5px;
}
@media (max-width: 767px) {
  .image-gallery-thumbnails-wrapper.left {
    margin-right: 3px;
  }
}
.image-gallery-thumbnails-wrapper.right {
  margin-left: 5px;
}
@media (max-width: 767px) {
  .image-gallery-thumbnails-wrapper.right {
    margin-left: 3px;
  }
}

.image-gallery-thumbnails {
  overflow: hidden;
  padding: 5px 0;
}
@media (max-width: 767px) {
  .image-gallery-thumbnails {
    padding: 3px 0;
  }
}
.image-gallery-thumbnails .image-gallery-thumbnails-container {
  white-space: nowrap;
  text-align: center;
  -webkit-transition: -webkit-transform 0.45s ease-out;
  transition: -webkit-transform 0.45s ease-out;
  transition: transform 0.45s ease-out;
  transition: transform 0.45s ease-out, -webkit-transform 0.45s ease-out;
}

.image-gallery-thumbnail {
  cursor: pointer;
  width: 100px;
  display: inline-block;
  background: #fff;
  border: 2px solid #d7d7d7;
  -webkit-transition: border 0.3s ease-out;
  transition: border 0.3s ease-out;
}
@media (max-width: 767px) {
  .image-gallery-thumbnail {
    width: 75px;
  }
}
.image-gallery-thumbnail + .image-gallery-thumbnail {
  margin-left: 10px;
}
.image-gallery-thumbnail .image-gallery-thumbnail-inner {
  position: relative;
}
.image-gallery-thumbnail img {
  width: 100%;
  vertical-align: middle;
}
.image-gallery-thumbnail.active {
  border-color: #414141;
}

.image-gallery-thumbnail-label {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  padding: 5%;
  font-size: 1em;
  line-height: 1em;
  white-space: normal;
  text-shadow: 1px 1px 0 black;
  color: white;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media (max-width: 767px) {
  .image-gallery-thumbnail-label {
    font-size: 0.8em;
    line-height: 0.8em;
  }
}

.image-gallery-index {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 4;
  padding: 10px 20px;
  line-height: 1;
  color: #fff;
  background: rgba(0, 0, 0, 0.4);
}
@media (max-width: 767px) {
  .image-gallery-index {
    padding: 5px 10px;
    font-size: 0.8em;
  }
}

/*
  IMAGE GALLERY IN SPIN-GAME IMPULSE PURCHASE POPUP
 */
@media only screen and (max-width: 1023px) {
  .spin-game.fortune-wheel .image-gallery .image-gallery-image {
    height: 270px;
    padding-right: 15px;
    padding-left: 15px;
  }
}
@media only screen and (min-width: 1024px) {
  .spin-game.fortune-wheel .image-gallery .image-gallery-image {
    height: 330px;
    padding-right: 0;
    padding-left: 0;
  }
}
.spin-game.fortune-wheel .image-gallery .image-gallery-image img {
  width: auto;
  height: 100%;
  max-width: 100%;
  max-height: 320px;
}
@media only screen and (min-width: 1024px) {
  .spin-game.fortune-wheel .image-gallery .image-gallery-image img {
    max-height: 340px;
  }
}
.spin-game.fortune-wheel .image-gallery-swipe {
  margin: 0;
  padding: 30px 0;
}
@media all and (max-height: 720px) {
  .spin-game.fortune-wheel .image-gallery-swipe {
    padding: 20px 0;
  }
}
.spin-game.fortune-wheel .image-gallery-bullets {
  position: relative;
  right: auto;
  bottom: auto;
  left: auto;
  z-index: initial;
  width: 100%;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
          justify-content: center;
  -webkit-align-items: center;
          align-items: center;
  margin: 0 0 15px;
  padding: 0;
}
.spin-game.fortune-wheel .image-gallery-bullets .image-gallery-bullet {
  width: 12px;
  height: 12px;
  max-width: 12px;
  -webkit-flex: 0 0 12px;
          flex: 0 0 12px;
  margin: 0 10px;
  color: transparent;
  background-color: #fff;
  box-shadow: none;
  border: 1px solid #6ca227;
  border-radius: 50%;
  -webkit-transition: 0.25s background-color;
  transition: 0.25s background-color;
  will-change: background-color;
}
.spin-game.fortune-wheel .image-gallery-bullets .image-gallery-bullet.active {
  background-color: #6ca227;
}
.spin-game.fortune-wheel .image-gallery-thumbnails {
  height: auto;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-justify-content: center;
          justify-content: center;
  margin: 15px 0;
  padding: 0;
}
@media all and (max-width: 767px) {
  .spin-game.fortune-wheel .image-gallery-thumbnails {
    padding: 0 15px;
  }
}
@media all and (max-width: 767px) {
  .spin-game.fortune-wheel .image-gallery-thumbnails {
    display: none;
  }
}
.spin-game.fortune-wheel .image-gallery-thumbnails .image-gallery-thumbnail {
  width: 60px;
  height: 60px;
  -webkit-flex-shrink: 0;
          flex-shrink: 0;
  margin: 0 10px 10px 0;
  border: 2px solid #d7d7d7;
  border-radius: 0;
}
.spin-game.fortune-wheel .image-gallery-thumbnails .image-gallery-thumbnail.active {
  border-color: #414141;
}
.spin-game.fortune-wheel .image-gallery-thumbnails .image-gallery-thumbnail.more-products {
  line-height: 60px;
}
.spin-game.fortune-wheel .image-gallery-thumbnails .image-gallery-thumbnail img {
  max-width: 50px;
  max-height: 50px;
}

.draw-remaining-spins-wrapper {
  margin-bottom: 17px;
}
@media all and (max-width: 767px) {
  .draw-remaining-spins-wrapper {
    margin-bottom: 12px;
  }
}
.draw-remaining-spins-wrapper .draw-remaining-spins {
  height: 15px;
  margin-bottom: 0;
  font-size: 12px;
  font-weight: 500;
  line-height: 1;
  text-align: center;
  -webkit-transition: 0.3s all ease-out;
  transition: 0.3s all ease-out;
  -webkit-transform: translateY(-webkit-calc(100% + 17px));
          transform: translateY(calc(100% + 17px));
}
.draw-remaining-spins-wrapper .draw-remaining-spins .icon-remaining-spins {
  width: 14px;
  height: 14px;
  display: inline-block;
  margin-right: 6px;
  background: url("/assets/img/icon-remaining-spins.svg");
  vertical-align: middle;
}
.draw-remaining-spins-wrapper .draw-remaining-spins.show {
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.rondo-overlay .rondo-announcement .content h1 {
  font-size: 28px;
  font-weight: 600;
  line-height: 37px;
  letter-spacing: -0.3px;
  text-align: left;
  color: #000;
}
@media all and (max-width: 425px) {
  .rondo-overlay .rondo-announcement .content h1 {
    margin: 0;
    font-size: 26px;
    font-weight: 500;
    line-height: 31px;
  }
}
@media all and (max-width: 375px) {
  .rondo-overlay .rondo-announcement .content h1 {
    font-size: 24px;
    line-height: 31px;
  }
}
.rondo-overlay .rondo-announcement .content__body {
  max-width: 395px;
  margin: 0 auto;
  text-align: left;
}
.rondo-overlay .rondo-announcement .content__body h1,
.rondo-overlay .rondo-announcement .content__body .info-text {
  opacity: 0.9;
}
.rondo-overlay .rondo-announcement .content__body h1 {
  margin: 0 0 22px;
}
.rondo-overlay .rondo-announcement .content__body .cta-buttons {
  padding: 0;
}
.rondo-overlay .rondo-announcement .content__body .cta-buttons .btn {
  margin: 0;
}
.rondo-overlay .rondo-announcement--bquiz-round .content {
  padding: 50px 45px 36px;
}
.rondo-overlay .rondo-announcement--bquiz-round .content__header {
  margin-bottom: 40px;
  background: -webkit-linear-gradient(235deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.09) 100%), rgba(238, 238, 238, 0.48);
  background: linear-gradient(215deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.09) 100%), rgba(238, 238, 238, 0.48);
  border-radius: 8px;
}
@media all and (max-width: 767px) {
  .rondo-overlay .rondo-announcement--bquiz-round .content__header {
    border-radius: 8px 8px 0 0;
  }
}
@media all and (min-width: 414px) and (max-width: 767px) {
  .rondo-overlay .rondo-announcement--bquiz-round .content__header {
    margin: -32px -32px 40px;
  }
}
@media all and (min-width: 376px) and (max-width: 413px) {
  .rondo-overlay .rondo-announcement--bquiz-round .content__header {
    margin: -30px -24px 40px;
  }
}
@media all and (max-width: 480px) {
  .rondo-overlay .rondo-announcement--bquiz-round .content__header {
    margin-bottom: 24px;
  }
}
@media all and (max-width: 375px) {
  .rondo-overlay .rondo-announcement--bquiz-round .content__header {
    margin: -30px -22px 24px;
  }
}
.rondo-overlay .rondo-announcement--bquiz-round .content__header .welcome-img {
  max-width: 100%;
  margin: 0 auto;
  padding-top: 10px;
}
@media all and (max-width: 515px) {
  .rondo-overlay .rondo-announcement--bquiz-round .content__header .welcome-img {
    padding: 10px 15px 0;
  }
}
@media all and (max-width: 425px) {
  .rondo-overlay .rondo-announcement--bquiz-round .content__header .welcome-img {
    padding: 40px 22px 0;
  }
}
.rondo-overlay .rondo-announcement--bquiz-round .content__body h1 {
  font-weight: 600;
}
@media all and (max-width: 425px) {
  .rondo-overlay .rondo-announcement--bquiz-round .content__body h1 {
    font-size: 18px;
    line-height: 28px;
  }
}
.rondo-overlay .rondo-announcement--bquiz-round .content__body .cta-buttons {
  margin-top: 63px;
}
@media all and (max-width: 480px) {
  .rondo-overlay .rondo-announcement--bquiz-round .content__body .cta-buttons {
    margin-top: 86px;
  }
}
.rondo-overlay .rondo-announcement--bquiz-round .content__body .btn {
  width: 322px;
  margin: 0;
}
@media all and (max-width: 480px) {
  .rondo-overlay .rondo-announcement--bquiz-round .content__body .btn {
    width: 100%;
  }
}
.rondo-overlay .rondo-announcement--bquiz-update .content {
  padding: 50px 45px 63px;
}
.rondo-overlay .rondo-announcement--bquiz-update .content__header {
  margin-bottom: 35px;
}
@media all and (max-width: 767px) {
  .rondo-overlay .rondo-announcement--bquiz-update .content__header-inner {
    max-width: 395px;
    margin: 0 auto;
  }
}
@media all and (min-width: 414px) and (max-width: 767px) {
  .rondo-overlay .rondo-announcement--bquiz-update .content__header {
    margin: -32px -32px 0;
    padding: 32px 32px 49px;
  }
}
@media all and (min-width: 375px) and (max-width: 413px) {
  .rondo-overlay .rondo-announcement--bquiz-update .content__header {
    margin: -30px -24px 0;
    padding: 30px 24px 49px;
  }
}
@media all and (max-width: 375px) {
  .rondo-overlay .rondo-announcement--bquiz-update .content__header {
    margin: -30px -22px 0;
    padding: 36px 22px 49px;
  }
}
.rondo-overlay .rondo-announcement--bquiz-update .content__header h1 {
  max-width: 215px;
  margin: 0;
  color: #fff;
}
@media all and (min-width: 767px) {
  .rondo-overlay .rondo-announcement--bquiz-update .content__header h1 {
    display: none;
  }
}
@media all and (max-width: 375px) {
  .rondo-overlay .rondo-announcement--bquiz-update .content__header h1 {
    max-width: 200px;
  }
}
@media all and (max-width: 767px) {
  .rondo-overlay .rondo-announcement--bquiz-update .content__header {
    margin-bottom: 30px;
    background: url("/assets/img/bquiz-ill.svg") no-repeat;
    background-size: cover;
    border-radius: 8px 8px 0 0;
  }
}
.rondo-overlay .rondo-announcement--bquiz-update .content__body .cta-buttons {
  margin-top: 40px;
}
@media all and (max-width: 480px) {
  .rondo-overlay .rondo-announcement--bquiz-update .content__body .cta-buttons {
    margin-top: 25px;
  }
}
.rondo-overlay .rondo-announcement--bquiz-update .content__body .cta-buttons .btn {
  width: 288px;
}
@media all and (max-width: 480px) {
  .rondo-overlay .rondo-announcement--bquiz-update .content__body .cta-buttons .btn {
    width: 100%;
  }
}
@media all and (max-height: 780px) {
  .rondo-overlay .rondo-announcement .content {
    margin-top: 50px;
  }
}
@media all and (max-height: 750px) {
  .rondo-overlay .rondo-announcement .content {
    margin-top: 40px;
  }
}
@media all and (max-width: 375px) {
  .rondo-overlay .rondo-announcement .content {
    margin-top: 0 !important;
    padding: 30px 22px 20px;
  }
}
@media all and (min-width: 375px) and (max-width: 413px) {
  .rondo-overlay .rondo-announcement .content {
    margin-top: 0 !important;
    padding: 30px 24px 24px;
  }
}
@media all and (min-width: 414px) and (max-width: 767px) {
  .rondo-overlay .rondo-announcement .content {
    margin-top: 0 !important;
    padding: 32px 32px 24px;
  }
}

.popup-notifications-container {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 99998;
  max-height: 100%;
}

.popup-notification .content__body .connection-info h1, .popup-notification .content__body .connection-info h3, .popup-notification .content__body .connection-info p, .popup-notification .content__body .connection-info a, .connection-finished .content__body .connection-info h1, .connection-finished .content__body .connection-info h3, .connection-finished .content__body .connection-info p, .connection-finished .content__body .connection-info a {
  color: #000000;
}
.popup-notification .content__body .connection-info h1, .connection-finished .content__body .connection-info h1 {
  margin: 0;
  font-size: 30px;
  font-weight: 500;
  line-height: 1;
}
@media all and (max-width: 767px) {
  .popup-notification .content__body .connection-info h1, .connection-finished .content__body .connection-info h1 {
    font-size: 16px;
    font-weight: 600;
    line-height: 20px;
  }
}
@media all and (max-width: 425px) {
  .popup-notification .content__body .connection-info h1, .connection-finished .content__body .connection-info h1 {
    text-align: left;
  }
}
.popup-notification .content__body .connection-info h3, .connection-finished .content__body .connection-info h3 {
  margin: 0;
  font-weight: 600;
  line-height: 1;
}
@media all and (max-width: 767px) {
  .popup-notification .content__body .connection-info h3, .connection-finished .content__body .connection-info h3 {
    font-size: 16px;
    font-weight: 600;
    line-height: 20px;
  }
}
.popup-notification .content__body .connection-info p, .popup-notification .content__body .connection-info a, .connection-finished .content__body .connection-info p, .connection-finished .content__body .connection-info a {
  font-size: 14px;
  line-height: 1.7142857143;
}
@media all and (max-width: 767px) {
  .popup-notification .content__body .connection-info p, .popup-notification .content__body .connection-info a, .connection-finished .content__body .connection-info p, .connection-finished .content__body .connection-info a {
    font-size: 13px;
  }
}
.popup-notification .content__body .connection-info p, .connection-finished .content__body .connection-info p {
  opacity: 0.8;
}
@media all and (max-width: 767px) {
  .popup-notification .content__body .connection-info p, .connection-finished .content__body .connection-info p {
    line-height: 21px;
  }
}
@media all and (max-width: 767px) {
  .popup-notification .content__body .connection-info a, .connection-finished .content__body .connection-info a {
    line-height: 24px;
  }
}

.popup-notification {
  -webkit-transition: height 0.2s linear;
  transition: height 0.2s linear;
}
.popup-notification.show {
  min-height: 153px;
  margin-top: 16px;
  padding: 0 16px 0 50px;
  -webkit-transition: height 0.2s linear;
  transition: height 0.2s linear;
}
.popup-notification.show:last-child {
  margin-bottom: 50px;
}
@media all and (max-width: 425px) {
  .popup-notification.show {
    margin: 14px 16px;
    padding: 0;
  }
}
@media all and (max-width: 375px) {
  .popup-notification.show {
    margin: 14px 10px;
  }
}
.popup-notification .content {
  position: relative;
  height: 100%;
  max-width: 509px;
  margin-top: 16px;
  padding: 24px 55px 20px 28px;
  background: #FFFFFF;
  box-shadow: 0 15px 20px rgba(0, 0, 0, 0.2);
  border: 2px solid rgba(213, 213, 213, 0.2);
  border-radius: 10px;
  -webkit-transform: translateX(1000px);
          transform: translateX(1000px);
  opacity: 0;
  -webkit-transition: opacity 500ms cubic-bezier(0.25, 0.46, 0.45, 0.94), -webkit-transform 500ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: opacity 500ms cubic-bezier(0.25, 0.46, 0.45, 0.94), -webkit-transform 500ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: transform 500ms cubic-bezier(0.25, 0.46, 0.45, 0.94), opacity 500ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: transform 500ms cubic-bezier(0.25, 0.46, 0.45, 0.94), opacity 500ms cubic-bezier(0.25, 0.46, 0.45, 0.94), -webkit-transform 500ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
@media all and (max-width: 767px) {
  .popup-notification .content {
    max-width: 395px;
    padding: 24px 35px 20px 25px;
  }
}
@media all and (max-width: 425px) {
  .popup-notification .content {
    padding: 20px 15px;
  }
}
.popup-notification .content .close-modal {
  opacity: 0.8;
  position: absolute;
  top: 14px;
  right: 15px;
  font-size: 15px;
  line-height: 1;
  text-decoration: none;
  color: #000000;
}
.popup-notification .content__body {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-start;
          align-items: flex-start;
}
@media all and (max-width: 767px) {
  .popup-notification .content__body .connection-warning-img {
    width: 33px;
  }
}
.popup-notification .content__body img {
  width: 4rem;
}
@media all and (max-width: 375px) {
  .popup-notification .content__body img {
    width: 3rem;
  }
}
.popup-notification .content__body .connection-info {
  margin-left: 22px;
  text-align: left;
}
@media all and (max-width: 425px) {
  .popup-notification .content__body .connection-info {
    margin-left: 15px;
  }
}
@media all and (max-width: 480px) {
  .popup-notification .content__body .connection-info h3 {
    max-width: 290px;
  }
}
@media all and (max-width: 430px) {
  .popup-notification .content__body .connection-info h3 {
    max-width: 185px;
  }
}
.popup-notification .content__body .connection-info p {
  margin: 5px 0 10px;
}
@media all and (max-width: 425px) {
  .popup-notification .content__body .connection-info p {
    margin: 10px 0 6px;
  }
}
.popup-notification .content__body .connection-info a:hover {
  text-decoration: none;
}
.popup-notification.show .content {
  -webkit-transform: translateX(0);
          transform: translateX(0);
  opacity: 1;
}

.rondo-overlay.connection-finished .content {
  padding: 34px 85px 70px;
}
@media all and (max-width: 767px) {
  .rondo-overlay.connection-finished .content {
    padding: 34px 60px 50px;
  }
}
@media all and (max-width: 480px) {
  .rondo-overlay.connection-finished .content {
    padding: 34px 40px 40px;
  }
}
@media all and (max-width: 425px) {
  .rondo-overlay.connection-finished .content {
    padding: 28px 26px 35px;
  }
}
.rondo-overlay.connection-finished .content__header {
  margin-bottom: 35px;
}
@media all and (max-width: 425px) {
  .rondo-overlay.connection-finished .content__header {
    margin-bottom: 28px;
  }
}
.rondo-overlay.connection-finished .content__header .logo-rondo {
  width: 140px;
}
@media all and (max-width: 767px) {
  .rondo-overlay.connection-finished .content__header .logo-rondo {
    width: 100px;
  }
}
@media all and (max-width: 767px) {
  .rondo-overlay.connection-finished .content__body .connection-illustration {
    width: 196px;
  }
}
.rondo-overlay.connection-finished .content__body .connection-info {
  margin: 35px 0 38px;
}
.rondo-overlay.connection-finished .content__body .connection-info p {
  margin: 15px 0 0;
}
@media all and (max-width: 425px) {
  .rondo-overlay.connection-finished .content__body .connection-info p {
    margin-top: 9px;
    text-align: left;
  }
}
@media all and (max-width: 425px) {
  .rondo-overlay.connection-finished .content__body .connection-info {
    margin: 32px 0 53px;
  }
}
.rondo-overlay.connection-finished .content__body .btn {
  height: 52px;
  font-size: 16px;
  text-transform: uppercase;
}
@media all and (max-width: 767px) {
  .rondo-overlay.connection-finished .content__body .btn {
    height: 44px;
    font-size: 14px;
    line-height: 1;
  }
}
@media all and (max-width: 425px) {
  .rondo-overlay.connection-finished .content__body .btn {
    width: 100%;
  }
}

.searchbox-company {
  position: relative;
  height: 40px;
  max-width: 500px;
  margin: 10px auto 50px;
  padding: 0;
}
.searchbox-company input {
  padding-right: 100px;
  padding-left: 8px;
  background-color: transparent;
  width: 100%;
  height: 100%;
}
.searchbox-company button {
  position: absolute;
  top: 3px;
  right: 3px;
  bottom: 3px;
  height: 34px;
  line-height: 34px;
}
.searchbox-company button i {
  display: none;
}
@media all and (max-width: 767px) {
  .searchbox-company input {
    padding-right: 70px;
  }
  .searchbox-company button i {
    display: block;
  }
  .searchbox-company button span {
    display: none;
  }
}

.search-not-found {
  margin-bottom: 50px;
  font-size: 20px;
  text-align: center;
}

#game .game-second-chance-column .game-countdown-box {
  margin-top: -35px;
}
@media all and (max-height: 810px) {
  #game .game-second-chance-column .game-countdown-box {
    top: 13%;
    margin-top: 0;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}
@media all and (max-height: 775px) {
  #game .game-second-chance-column .game-countdown-box {
    top: 7.5%;
  }
}
@media all and (max-height: 650px) {
  #game .game-second-chance-column .game-countdown-box {
    top: 5%;
  }
}
@media all and (max-height: 592px) {
  #game .game-second-chance-column .game-countdown-box {
    top: 7%;
  }
}
@media all and (max-height: 530px) {
  #game .game-second-chance-column .game-countdown-box {
    top: 2%;
  }
}
@media all and (max-height: 450px) {
  #game .game-second-chance-column .game-countdown-box {
    top: 0;
    margin-top: 15px;
  }
}
#game .game-second-chance-column .game-countdown-box .winner-name .winner-name-inner strong {
  line-height: 1.1;
}
@media all and (max-height: 592px) {
  #game .game-second-chance-column .game-countdown-box .winner-name {
    top: 60%;
  }
}
@media all and (max-height: 530px) {
  #game .game-second-chance-column .game-countdown-box .winner-name {
    top: 40%;
  }
}
@media all and (max-height: 530px) {
  #game .game-second-chance-column .game-countdown-box .winner-name {
    top: 20%;
  }
}
@media all and (max-height: 450px) {
  #game .game-second-chance-column .game-countdown-box .winner-name {
    top: 40%;
  }
}
@media all and (max-height: 530px) {
  #game .game-second-chance-column .game-countdown-box #second-chance-wrapper {
    font-size: 12px;
  }
}
@media all and (max-height: 450px) {
  #game .game-second-chance-column .game-countdown-box #second-chance-wrapper {
    width: 200%;
  }
}
#game .game-second-chance-column .game-countdown-box #second-chance-wrapper .second-chance-dot {
  width: 15px;
  height: 15px;
  float: left;
  margin-top: 3px;
  margin-right: 10px;
  border-radius: 50%;
}
#game .game-second-chance-column .container-bottom .btn {
  white-space: normal;
}

.share-box {
  background-color: #fff;
  box-shadow: 0 4px 8px rgba(229, 231, 238, 0.67);
  border-radius: 2px;
}
.share-box img {
  width: 56px;
  margin: 0 auto;
}
.share-box__button {
  min-width: 210px;
  margin-top: 40px;
  padding: 19px 15px;
  font-size: 14px;
  font-weight: 500;
  white-space: nowrap;
  text-align: center;
  text-decoration: none;
  color: #fff;
  border: none;
  border-radius: 3px;
}
@media all and (max-width: 1245px) {
  .share-box__button {
    padding: 15px 35px;
  }
}
@media all and (max-width: 935px) {
  .share-box__button {
    padding: 12px 35px;
  }
}
.share-box__button:hover, .share-box__button:active, .share-box__button:focus {
  cursor: pointer;
  text-decoration: none;
  color: #fff;
}

.share-box__button.fb {
  background-color: #4267b2;
}
.share-box__button.fb:hover, .share-box__button.fb:focus {
  background-color: #3359a4;
  -webkit-transition: background-color 0.2s;
  transition: background-color 0.2s;
}

.share-box__button.wa {
  background-color: #12ba17;
}
.share-box__button.wa:hover, .share-box__button.wa:focus {
  background-color: #0da312;
  -webkit-transition: background-color 0.2s;
  transition: background-color 0.2s;
}

.share-box__button.email {
  background-color: #db3408;
}
.share-box__button.email:hover, .share-box__button.email:focus {
  background-color: #d1350c;
  -webkit-transition: background-color 0.2s;
  transition: background-color 0.2s;
}

.share-box.email-share-box img {
  margin-bottom: 14px;
}

.share-input {
  max-width: 585px;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
          justify-content: space-between;
  -webkit-align-items: center;
          align-items: center;
  margin: 0 auto;
  padding: 25px;
  background: #fff;
  border: 1px solid #e8eef5;
  border-radius: 4px;
}
@media all and (max-width: 620px) {
  .share-input {
    margin: 0 16px;
  }
}
@media all and (max-width: 768px) {
  .share-input {
    padding: 20px 12px;
  }
}
.share-input .copy-link-done {
  display: none;
  font-size: 13px;
  text-decoration: none;
  color: #6aa145;
  -webkit-transition: 1s all;
  transition: 1s all;
}
.share-input .copy-link-done img {
  margin-right: 7px;
}
@media all and (max-width: 768px) {
  .share-input .copy-link-done {
    display: none;
  }
}
.share-input__link {
  margin: 0;
  font-size: 24px;
  font-weight: 400;
  line-height: 24px;
}
@media all and (max-width: 768px) {
  .share-input__link {
    font-size: 20px;
  }
}
@media all and (max-width: 475px) {
  .share-input__link {
    font-size: 15px;
  }
}
.share-input .copy-link {
  cursor: pointer;
  margin: 0;
  font-size: 13px;
  font-weight: 300;
  line-height: 25px;
  text-decoration: underline;
  color: #9b9da2;
}
.share-input .copy-link:hover {
  text-decoration: none;
}
@media all and (max-width: 768px) {
  .share-input .copy-link {
    display: none;
  }
}
.share-input .copy-link--mobile {
  display: none;
}
@media all and (max-width: 768px) {
  .share-input .copy-link--mobile {
    display: inline;
  }
}

.show-more {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  font-size: 12px;
  font-weight: 300;
  line-height: 1;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer;
}

@media only screen and (min-width: 767px) {
  .show-more {
    font-size: 16px;
  }
}
.show-more:link, .show-more:visited {
  color: #373b43;
}

.show-more, .show-more:focus, .show-more:hover {
  text-decoration: none;
}

@media only screen and (min-width: 75em) {
  .show-more--lg-mt-20 {
    margin-top: 20px;
  }
}
.show-more--light:link, .show-more--light:visited {
  color: #ffffff;
}

.show-more__icon {
  position: relative;
  -webkit-flex: 0 0 23px;
  flex: 0 0 23px;
  width: 23px;
  max-width: 23px;
  height: 23px;
  display: inline-block;
  margin-right: 10px;
  border-radius: 50%;
  background-color: #cfcfcf;
  -webkit-transition: background-color 0.25s;
  transition: background-color 0.25s;
  will-change: background-color;
}

@media only screen and (min-width: 75em) {
  .show-more__icon {
    -webkit-flex: 0 0 25px;
    flex: 0 0 25px;
    width: 25px;
    max-width: 25px;
    height: 25px;
  }
}
.show-more--light .show-more__icon {
  background-color: #ffffff;
}

.show-more__icon:after, .show-more__icon:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-color: #ffffff;
}

.show-more--light .show-more__icon:after, .show-more--light .show-more__icon:before {
  background-color: #cfcfcf;
}

.show-more__icon:before {
  width: 11px;
  height: 1px;
}

.show-more__icon:after {
  width: 1px;
  height: 11px;
}

@media only screen and (min-width: 75em) {
  .show-more:hover .show-more__icon {
    background-color: #373b43;
  }
}
.show-more__title {
  position: relative;
}

.show-more__title:after {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  height: 0.1px;
  background-color: currentColor;
  opacity: 1;
}

div[data-ss-container] {
  position: relative;
}

.ss-wrapper {
  position: relative;
  height: 100%;
  overflow: hidden;
}

.ss-content {
  position: relative;
  right: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  padding: 0;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  -webkit-overflow-scrolling: touch;
  -ms-scroll-chaining: none;
      overscroll-behavior: none;
}

.ss-scroll {
  opacity: 0;
  cursor: pointer;
  position: absolute;
  top: 0;
  right: 0 !important;
  z-index: 3;
  width: 7px;
  background: #979797;
  border-radius: 3px;
  -webkit-transition: opacity 0.25s linear;
  transition: opacity 0.25s linear;
}

.ss-container:hover .ss-scroll {
  opacity: 1;
}

.ss-grabbed {
  opacity: 1;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.rondo-overlay .spin-game-limit .content__header .illustration {
  max-width: 100%;
}
.rondo-overlay .spin-game-limit .content__header .title {
  margin: 55px 0 14px;
}
@media all and (max-width: 480px) {
  .rondo-overlay .spin-game-limit .content__header .title {
    margin: 42px 0 7px;
    font-size: 16px;
    line-height: 20px;
    text-align: left;
  }
}
.rondo-overlay .spin-game-limit .content__body .info-text {
  margin: 0;
  text-align: center;
}
@media all and (max-width: 480px) {
  .rondo-overlay .spin-game-limit .content__body .info-text {
    font-size: 13px;
    line-height: 21px;
    text-align: left;
  }
}
.rondo-overlay .spin-game-limit .content__body .cta-buttons {
  margin-top: 60px;
}
.rondo-overlay .spin-game-limit .content__body .cta-buttons .btn {
  min-width: 250px;
}
@media all and (max-width: 480px) {
  .rondo-overlay .spin-game-limit .content__body .cta-buttons {
    margin-top: 35px;
  }
}

.star {
  position: absolute;
  top: 10px;
  left: 22px;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
          flex-direction: column;
  font-weight: 500;
  line-height: 1.2;
  text-align: justify;
  text-shadow: 0 0 10px rgba(255, 255, 255, 0.5);
  color: #fff;
  -webkit-transform: rotate(-15deg);
          transform: rotate(-15deg);
  -webkit-filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.5));
          filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.5));
  width: 166px;
  height: 166px;
}
.star-title, .star-text {
  width: 50%;
  margin: 0 auto;
}
.star-title {
  margin-top: auto;
  font-size: 29px;
}
.star-text {
  margin-bottom: auto;
  font-size: 18px;
}

.star-bg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: inherit;
  height: inherit;
}

.steps {
  width: 100%;
  display: -webkit-flex;
  display: flex;
  margin: 0 6px;
}
.steps .step {
  width: 33.3333333333%;
  height: 6px;
  margin: 0 6px;
  background-color: #f5f6f7;
  border-radius: 3px;
}
.steps .step.filled {
  background-color: #d8dade;
}

#stories {
  width: 100%;
}

.stories {
  padding-top: 30px;
}
@media all and (max-width: 810px) {
  .stories {
    margin-right: auto;
    margin-left: auto;
  }
}
.stories :not(.stories__fluid) .story {
  width: 260px;
}
.stories.stories__fluid {
  width: auto !important;
}
.stories.stories__fluid .story, .stories.stories__fluid .story-sizer {
  width: 25%;
  padding-right: 15px;
  padding-left: 15px;
}
@media all and (max-width: 992px) {
  .stories.stories__fluid .story, .stories.stories__fluid .story-sizer {
    width: 33.3333333333%;
  }
}
@media all and (max-width: 767px) {
  .stories.stories__fluid .story, .stories.stories__fluid .story-sizer {
    width: 50%;
  }
}
@media all and (max-width: 480px) {
  .stories.stories__fluid .story, .stories.stories__fluid .story-sizer {
    width: 100%;
  }
}
.stories .story, .stories .story-sizer {
  padding-right: 10px;
  padding-left: 10px;
}
.stories blockquote {
  position: relative;
  display: block;
  margin: 0 0 50px;
  padding-top: 50px;
}
.stories blockquote .avatar-wrapper {
  position: absolute;
  top: -30px;
  left: 50%;
  width: 60px;
  height: 60px;
  display: block;
  margin: 0 auto;
  background-size: cover;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}
.stories blockquote .logo-wrapper {
  position: absolute;
  top: -30px;
  left: 50%;
  height: 60px;
  display: block;
  margin: 0 auto;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}
.stories blockquote .logo-wrapper img {
  max-height: 60px;
}
.stories blockquote .winning-amount {
  margin-top: -30px;
  padding: 15px;
  background: #fff;
  border: 1px solid #e37921;
}
.stories blockquote .winning-amount p {
  margin: 5px;
}
.stories blockquote .winning-amount .prize {
  font-size: 24px;
  font-weight: 400;
  line-height: 1.1;
}
.stories blockquote .winning-amount .amount {
  font-size: 24px;
  font-weight: 400;
  line-height: 1.1;
  color: #e37921;
}
.stories blockquote p {
  font-style: normal;
}
.stories blockquote .user-name {
  margin: 0 0 10px;
  font-size: 18px;
  font-weight: 400;
  text-align: center;
}
.stories blockquote .image {
  margin: 15px 0;
  text-align: center;
}
.stories blockquote .date {
  margin: 5px 0;
  font-weight: 400;
  text-align: center;
}
.stories blockquote .desc {
  margin: 0;
  font-style: italic;
}
.stories blockquote .desc.desc-lg {
  font-size: 16px;
}
.stories blockquote .facebook_video {
  width: 237px;
  min-height: 150px !important;
  overflow: hidden;
  margin-left: -18px;
}

.no-prize-strap-wrapper {
  height: 0;
  -webkit-transform: rotate(-12deg);
          transform: rotate(-12deg);
}
.no-prize-strap-wrapper .no-prize-strap {
  position: relative;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
          justify-content: center;
  -webkit-transform: skewX(-12deg);
          transform: skewX(-12deg);
  background-color: #fddd12;
}
.no-prize-strap-wrapper .no-prize-strap span {
  display: inline-block;
  -webkit-transform: skewX(12deg);
          transform: skewX(12deg);
  color: #000;
  text-transform: uppercase;
}
.no-prize-strap-wrapper .shadow-wrapper {
  position: absolute;
  -webkit-transform: rotate(12deg);
          transform: rotate(12deg);
  top: 0;
}
.no-prize-strap-wrapper .shadow-wrapper.top {
  right: 0;
}
.no-prize-strap-wrapper .shadow-wrapper.bottom {
  left: 0;
}
.no-prize-strap-wrapper .shadow {
  width: 11px;
  height: 49px;
  background-color: #b5a002;
  -webkit-transform: skew(12deg);
          transform: skew(12deg);
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

.nav-tabs > li.active.active--orange > a, .nav-tabs > li.active.active--orange > a:hover, .nav-tabs > li.active.active--orange > a:focus {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  color: white;
  background-color: transparent;
  box-shadow: 0 0 0 1px transparent;
}

.credit-tabs {
  height: 46px;
  max-width: 443px;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-end;
          justify-content: flex-end;
  -webkit-align-items: center;
          align-items: center;
  margin: 0 auto 30px;
  padding: 0 1px;
  background-color: #ebedee;
  border-bottom: 1px solid transparent;
  border-radius: 6px;
  position: relative;
}
@media all and (max-width: 480px) {
  .credit-tabs .tab-item-text-hidden {
    display: none;
  }
}
.credit-tabs li > a {
  margin-right: 1px;
}
.credit-tabs::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #fff;
  border-radius: 4px;
  -webkit-transition: all ease-out 0.2s;
  transition: all ease-out 0.2s;
}

.tab-item {
  position: relative;
  width: 50%;
  overflow: hidden;
  text-align: center;
}
.tab-item > * {
  -webkit-transition: all 0.1s;
  transition: all 0.1s;
}
.tab-item.active--orange:before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: "";
  display: block;
  background-color: #e37921;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.26);
  border-radius: 4px;
  -webkit-transition: all ease-out 0.2s;
  transition: all ease-out 0.2s;
}
.tab-item:before {
  position: absolute;
  top: 1px;
  right: 0;
  bottom: 1px;
  left: 0;
  content: "";
  display: block;
  background-color: #fff;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.26);
  border-radius: 6px;
  -webkit-transition: all ease-out 0.2s;
  transition: all ease-out 0.2s;
}
.tab-item:first-child:before {
  -webkit-transform: translate3d(100%, 0, 0);
          transform: translate3d(100%, 0, 0);
}
.tab-item:last-child:before {
  -webkit-transform: translate3d(-100%, 0, 0);
          transform: translate3d(-100%, 0, 0);
}
.tab-item.active a {
  position: relative;
  text-decoration: none;
  background-color: #fff;
  outline: none;
  background-color: transparent !important;
}
.tab-item.active:before {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.tab-item:not(.active) a:hover {
  background-color: #dde1e2;
}
.tab-item a {
  z-index: 1 !important;
  height: 42px;
  margin: 1px;
  font-size: 13px;
  font-weight: 500;
  text-decoration: none;
  color: #414141;
  border: none !important;
  border-radius: 3px !important;
}
.tab-item a.tab-item__two-rows {
  padding: 0.9rem 1rem;
  line-height: 1;
}
.tab-item__text--small {
  font-weight: 300;
  font-size: 1.1rem;
}

.shop-overlay__exchange .shop-overlay__hint {
  font-size: 15px;
  letter-spacing: -0.21px;
}
@media all and (max-width: 480px) {
  .shop-overlay__exchange .shop-overlay__hint {
    max-width: 255px;
    margin: 0 auto;
  }
}
.shop-overlay__exchange .shop-overlay__hint .text-center {
  margin-bottom: 23px;
}
.shop-overlay__exchange .shop-overlay__block {
  padding: 20px 32px 32px;
}
.shop-overlay__exchange .shop-overlay__block-text {
  font-weight: 500;
}
@media all and (max-width: 480px) {
  .shop-overlay__exchange .shop-overlay__block-text {
    max-width: 225px;
    margin: 0 auto;
  }
}
.shop-overlay__exchange .shop-overlay__block-available {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
          justify-content: center;
  -webkit-align-items: center;
          align-items: center;
  margin-bottom: 20px;
  font-size: 12px;
  letter-spacing: -0.17px;
}
.shop-overlay__exchange .shop-overlay__block-available .available {
  height: 22.4px;
  display: -webkit-flex;
  display: flex;
  line-height: 22.4px;
  letter-spacing: -0.25px;
}
.shop-overlay__exchange .shop-overlay__block-available .available .available-value {
  font-size: 13px;
  font-weight: 700;
}
.shop-overlay__exchange .shop-overlay__block-available .available .icon {
  width: 15px;
  margin-left: 2px;
  -webkit-align-self: center;
          align-self: center;
}
@media all and (max-width: 480px) {
  .shop-overlay__exchange .shop-overlay__block-available {
    margin: 20px 0;
  }
}
.shop-overlay__exchange .shop-overlay__block-inputs {
  max-width: 380px;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
          justify-content: space-between;
  -webkit-align-items: center;
          align-items: center;
  margin: 0 auto;
}
@media all and (max-width: 480px) {
  .shop-overlay__exchange .shop-overlay__block-inputs {
    -webkit-flex-direction: column;
            flex-direction: column;
  }
}
.shop-overlay__exchange .shop-overlay__block-inputs .bootstrap-select,
.shop-overlay__exchange .shop-overlay__block-inputs .exchange-output {
  height: 42px;
  max-width: 177px;
  background-color: #FCFCFC;
  border: 1px solid #aeb2b5;
  border-radius: 2px;
}
.shop-overlay__exchange .shop-overlay__block-inputs .bootstrap-select {
  position: relative;
  z-index: 1;
}
.shop-overlay__exchange .shop-overlay__block-inputs .bootstrap-select > .dropdown-toggle[title="Vyberte počet (R)"] {
  font-weight: 500;
  color: #474C57;
}
.shop-overlay__exchange .shop-overlay__block-inputs .bootstrap-select.open {
  border-color: transparent;
}
.shop-overlay__exchange .shop-overlay__block-inputs .bootstrap-select.open > .dropdown-toggle[title="Vyberte počet (R)"] {
  font-weight: 500 !important;
  color: #474C57;
}
.shop-overlay__exchange .shop-overlay__block-inputs .bootstrap-select.open .btn-default.dropdown-toggle::after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.shop-overlay__exchange .shop-overlay__block-inputs .bootstrap-select > .dropdown-menu {
  left: -1px;
  min-width: -webkit-calc(100% + 2px);
  min-width: calc(100% + 2px);
}
.shop-overlay__exchange .shop-overlay__block-inputs .bootstrap-select .btn-default {
  outline: none !important;
  border-color: transparent;
}
.shop-overlay__exchange .shop-overlay__block-inputs .bootstrap-select .btn-default.dropdown-toggle {
  height: 40px;
  padding: 0 12px 0 17px;
  background: #fff;
}
.shop-overlay__exchange .shop-overlay__block-inputs .bootstrap-select .btn-default.dropdown-toggle span.caret {
  display: none;
}
.shop-overlay__exchange .shop-overlay__block-inputs .bootstrap-select .btn-default.dropdown-toggle::after {
  visibility: visible;
  content: url("/assets/img/arrow.png");
  font-size: 10px;
  font-weight: 900;
}
.shop-overlay__exchange .shop-overlay__block-inputs .bootstrap-select .dropdown-menu {
  z-index: -1;
}
.shop-overlay__exchange .shop-overlay__block-inputs .bootstrap-select .dropdown-menu.open {
  top: -1px;
  min-height: 175px !important;
  overflow: auto !important;
  margin-top: 0;
  padding-top: 40px;
}
.shop-overlay__exchange .shop-overlay__block-inputs .bootstrap-select .dropdown-menu > .inner {
  min-height: 100% !important;
  max-height: 100% !important;
}
.shop-overlay__exchange .shop-overlay__block-inputs .bootstrap-select .dropdown-menu > .active > a {
  background: none;
}
.shop-overlay__exchange .shop-overlay__block-inputs .bootstrap-select .dropdown-menu .divider {
  max-width: -webkit-calc(100% - 20px);
  max-width: calc(100% - 20px);
  margin: 0 auto;
}
.shop-overlay__exchange .shop-overlay__block-inputs .bootstrap-select .dropdown-menu li a {
  width: -webkit-calc(100% - 20px);
  width: calc(100% - 20px);
  margin: 0 auto;
  padding-left: 8px;
  font-size: 13px;
  outline: none !important;
}
.shop-overlay__exchange .shop-overlay__block-inputs .bootstrap-select .dropdown-menu li a:first-child {
  margin-top: 10px;
}
.shop-overlay__exchange .shop-overlay__block-inputs .bootstrap-select .dropdown-menu li a:hover {
  background-color: #ededed;
  border-radius: 2px;
}
.shop-overlay__exchange .shop-overlay__block-inputs .bootstrap-select .dropdown-toggle .filter-option {
  width: 173px;
  padding-right: 10px;
}
.shop-overlay__exchange .shop-overlay__block-inputs .bootstrap-select .dropdown-toggle .filter-option-inner-inner {
  font-size: 13px;
  font-weight: 300;
}
.shop-overlay__exchange .shop-overlay__block-inputs .bootstrap-select .dropdown-toggle .filter-option-inner-inner strong {
  font-weight: 500 !important;
}
.shop-overlay__exchange .shop-overlay__block-inputs .bootstrap-select .bs-caret .caret {
  color: hsl(221deg, 10%, 31%);
}
.shop-overlay__exchange .shop-overlay__block-inputs .equal {
  font-size: 16px;
  font-weight: 400;
  color: #aeb2b5;
}
.shop-overlay__exchange .shop-overlay__block-inputs .exchange-output {
  opacity: 1;
  cursor: default;
  width: 177px;
  padding-right: 16px;
  font-size: 13px;
  font-weight: 300;
  text-align: right;
  color: hsl(221deg, 10%, 31%);
  border: 1px solid rgba(174, 178, 181, 0.5);
  -webkit-appearance: none;
}
.shop-overlay__exchange .shop-overlay__block-inputs ::-webkit-input-placeholder {
  color: hsl(221deg, 10%, 31%);
}
.shop-overlay__exchange .shop-overlay__block-inputs ::-moz-placeholder {
  color: hsl(221deg, 10%, 31%);
}
.shop-overlay__exchange .shop-overlay__block-inputs :-ms-input-placeholder {
  color: hsl(221deg, 10%, 31%);
}
.shop-overlay__exchange .shop-overlay__block-inputs ::-ms-input-placeholder {
  color: hsl(221deg, 10%, 31%);
}
.shop-overlay__exchange .shop-overlay__block-inputs ::placeholder {
  color: hsl(221deg, 10%, 31%);
}
.shop-overlay__exchange .shop-overlay__block-exchange, .shop-overlay__exchange .shop-overlay__block-get-rondons {
  max-width: 380px;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
          justify-content: space-between;
  -webkit-align-items: center;
          align-items: center;
  margin: 16px auto 0;
}
.shop-overlay__exchange .shop-overlay__block-exchange .exchange-value, .shop-overlay__exchange .shop-overlay__block-get-rondons .exchange-value {
  margin-top: auto;
  margin-bottom: auto;
  font-size: 12px;
  font-weight: 400;
  color: #8e8f91;
  font-style: italic;
}
@media all and (max-width: 480px) {
  .shop-overlay__exchange .shop-overlay__block-exchange .exchange-value, .shop-overlay__exchange .shop-overlay__block-get-rondons .exchange-value {
    margin-bottom: 12px;
  }
}
.shop-overlay__exchange .shop-overlay__block-exchange .btn-success, .shop-overlay__exchange .shop-overlay__block-get-rondons .btn-success {
  width: 177px;
  font-weight: 700;
}
@media all and (max-width: 480px) {
  .shop-overlay__exchange .shop-overlay__block-exchange, .shop-overlay__exchange .shop-overlay__block-get-rondons {
    -webkit-flex-direction: column;
            flex-direction: column;
  }
}
.shop-overlay__exchange .shop-overlay__footer {
  margin-top: 12px;
}
.shop-overlay__exchange .shop-overlay__block-get-rondons {
  -webkit-justify-content: center;
          justify-content: center;
}

.ticket {
  margin-bottom: 60px;
}
.ticket.rondon, .ticket.crate {
  position: relative;
  max-width: 600px;
}
@media all and (max-width: 992px) {
  .ticket.rondon, .ticket.crate {
    max-width: -webkit-calc(100% - 200px);
    max-width: calc(100% - 200px);
  }
}
@media all and (max-width: 767px) {
  .ticket.rondon, .ticket.crate {
    max-width: 100%;
  }
}
.ticket.rondon:before, .ticket.rondon:after, .ticket.crate:before, .ticket.crate:after {
  position: absolute;
  top: 0;
  width: 160px;
  height: 368px;
  content: " ";
  display: block;
  background: url("/assets/img/rondon-pile-2.png") no-repeat center;
  background-size: contain;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
@media all and (max-width: 992px) {
  .ticket.rondon:before, .ticket.rondon:after, .ticket.crate:before, .ticket.crate:after {
    width: 90px;
  }
}
@media all and (max-width: 767px) {
  .ticket.rondon:before, .ticket.rondon:after, .ticket.crate:before, .ticket.crate:after {
    display: none;
  }
}
.ticket.rondon:before, .ticket.crate:before {
  left: -160px;
}
@media all and (max-width: 992px) {
  .ticket.rondon:before, .ticket.crate:before {
    left: -90px;
  }
}
.ticket.rondon:after, .ticket.crate:after {
  right: -160px;
}
@media all and (max-width: 992px) {
  .ticket.rondon:after, .ticket.crate:after {
    right: -90px;
  }
}
.ticket.rondon h2, .ticket.crate h2 {
  width: 810px;
  margin-right: -105px;
  margin-left: -105px;
}
@media all and (max-width: 992px) {
  .ticket.rondon h2, .ticket.crate h2 {
    width: auto;
    margin-right: auto;
    margin-left: auto;
  }
}
.ticket.crate:before, .ticket.crate:after {
  background: url("/assets/img/crate.jpg") no-repeat center;
  background-size: contain;
}
.ticket h1 {
  margin-bottom: 15px;
  font-size: 57px;
  font-weight: 300 !important;
  color: #e37921;
  text-transform: uppercase;
}
.ticket .prize {
  font-size: 31px;
  line-height: 1.2;
}
@media all and (max-width: 480px) {
  .ticket .prize {
    font-size: 24px;
  }
}
.ticket .border {
  display: inline-block;
  padding: 15px;
  border: 1px solid #f0f0f0;
  border-radius: 3px;
}
.ticket .border .avatar-wrapper {
  width: 45px;
  height: 45px;
  margin-right: 10px;
  background-size: cover;
}
.ticket .border .inner {
  height: 45px;
  display: inline-block;
  padding-top: 1px;
  line-height: 22px;
  color: #6e6e6e;
  vertical-align: middle;
  margin-top: 6px;
  margin-bottom: 6px;
}
.ticket .border .message {
  height: 45px;
  display: inline-block;
  margin-left: 15px;
  line-height: 22px;
  vertical-align: middle;
}
.ticket .btn {
  margin: 5px;
}
@media all and (max-width: 480px) {
  .ticket .btn {
    height: 38px;
    padding: 0 24px;
    font-size: 14px;
    line-height: 38px;
    border-radius: 3px;
  }
}

.media-quote {
  margin: 15px auto;
}
.media-quote em {
  font-size: 16px;
}
.media-quote img {
  max-height: 40px;
}

.minutes, .seconds {
  display: -webkit-flex;
  display: flex;
}
.minutes p, .seconds p {
  width: 52px;
  margin: 0;
  padding: 16px 12px;
  font-size: 54px;
  line-height: 35px;
  text-align: center;
  text-shadow: 0 1px 0 #eda001;
  color: #fff;
  background-image: -webkit-linear-gradient(top, #fcd077 0%, #fdc44a 11%, #f5bd38 51%, #f3b22c 51%, #f3b22c 75%, #f3b22c 100%);
  background-image: linear-gradient(180deg, #fcd077 0%, #fdc44a 11%, #f5bd38 51%, #f3b22c 51%, #f3b22c 75%, #f3b22c 100%);
  border: 1px solid #ffc54d;
  border-radius: 8px;
}
.minutes p:first-child, .seconds p:first-child {
  margin-right: 5px;
}

.colon {
  margin: 0 5px;
  font-size: 44px;
  line-height: 24px;
  color: #f3b22c;
}

.upload-area {
  position: relative;
  width: 100%;
  float: left;
  margin-top: 10px;
  margin-bottom: 10px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.upload-area.is-dragover .upload-area__input .upload-area__input-label {
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  border-color: #66afe9;
}
.upload-area.disabled .upload-area__input .upload-area__input-label {
  background-color: #fafafa;
}
.upload-area.disabled .upload-area__input .upload-area__input-label strong {
  color: #979797;
}
.upload-area:not(.disabled) .upload-area__input .upload-area__input-label {
  cursor: pointer;
}
.upload-area:not(.disabled) .upload-area__input .upload-area__input-label:hover {
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(222, 223, 227, 0.6);
}
.upload-area strong,
.upload-area small {
  display: block;
  text-align: center;
  color: inherit;
}
.upload-area small {
  font-weight: 400;
}
.upload-area small a {
  font-weight: 500;
}
.upload-area .upload-area__input {
  position: relative;
}
.upload-area .upload-area__input .upload-area__input-submit,
.upload-area .upload-area__input .upload-area__input-file {
  opacity: 0;
  position: absolute;
  z-index: -1;
}
.upload-area .upload-area__input .upload-area__input-file:focus ~ .upload-area__input-label {
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  border-color: #66afe9;
}
.upload-area .upload-area__input .upload-area__input-label {
  width: 100%;
  margin: 0;
  padding: 20px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  border: 1px solid #d7d7d7;
  border-radius: 3px;
  outline: 0;
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.upload-area .upload-area__input .upload-area__input-label img {
  width: 50px;
  display: block;
  margin: 0 auto 10px;
}
.upload-area .upload-area__status {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
          flex-direction: column;
  padding: 20px;
  border-radius: 3px;
  -webkit-animation: fadeIn 0.2s ease-out 0s 1 forwards;
          animation: fadeIn 0.2s ease-out 0s 1 forwards;
}
.upload-area .upload-area__status.upload-area__status--success {
  color: #fff;
  background-color: #65a325;
}
.upload-area .upload-area__status.upload-area__status--success .upload-area__status-icon {
  background-color: #fff;
}
.upload-area .upload-area__status.upload-area__status--success .upload-area__status-icon:after {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: "";
  background: transparent url("/assets/img/icon-check-green-active.svg") center no-repeat;
  background-size: 36px;
}
.upload-area .upload-area__status.upload-area__status--error {
  color: #fff;
  background-color: #e33a27;
}
.upload-area .upload-area__status.upload-area__status--error .upload-area__status-icon {
  background-color: #fff;
}
.upload-area .upload-area__status.upload-area__status--error .upload-area__status-icon:before, .upload-area .upload-area__status.upload-area__status--error .upload-area__status-icon:after {
  top: 50%;
  left: 50%;
  width: 28px;
  height: 4px;
  content: "";
  background-color: #e33a27;
}
.upload-area .upload-area__status.upload-area__status--error .upload-area__status-icon:before {
  -webkit-transform: rotate(-45deg) translate(-50%, -50%);
          transform: rotate(-45deg) translate(-50%, -50%);
  -webkit-transform-origin: left top;
          transform-origin: left top;
}
.upload-area .upload-area__status.upload-area__status--error .upload-area__status-icon:after {
  -webkit-transform: rotate(45deg) translate(-50%, -50%);
          transform: rotate(45deg) translate(-50%, -50%);
  -webkit-transform-origin: left top;
          transform-origin: left top;
}
.upload-area .upload-area__status.upload-area__status--in-progress {
  background-color: #ededed;
}
.upload-area .upload-area__status.upload-area__status--in-progress .upload-area__status-icon {
  -webkit-animation: spin 0.6s linear infinite;
          animation: spin 0.6s linear infinite;
  border-color: rgba(65, 65, 65, 0.25);
  border-top-color: #414141;
}
.upload-area .upload-area__status > *:last-child {
  margin-bottom: auto;
}
.upload-area .upload-area__status .dot:nth-child(1) {
  -webkit-animation: dotBlink 2s linear infinite 0.2s;
          animation: dotBlink 2s linear infinite 0.2s;
}
.upload-area .upload-area__status .dot:nth-child(2) {
  -webkit-animation: dotBlink 2s linear infinite 0.4s;
          animation: dotBlink 2s linear infinite 0.4s;
}
.upload-area .upload-area__status .dot:nth-child(3) {
  -webkit-animation: dotBlink 2s linear infinite 0.6s;
          animation: dotBlink 2s linear infinite 0.6s;
}
.upload-area .upload-area__status .upload-area__status-icon {
  position: relative;
  width: 50px;
  height: 50px;
  display: block;
  margin: auto auto 10px;
  border: 5px solid transparent;
  border-radius: 50%;
  pointer-events: none;
}
.upload-area .upload-area__status .upload-area__status-icon:before, .upload-area .upload-area__status .upload-area__status-icon:after {
  position: absolute;
}

@-webkit-keyframes dotBlink {
  from {
    visibility: hidden;
  }
  50% {
    visibility: hidden;
  }
  to {
    visibility: visible;
  }
}

@keyframes dotBlink {
  from {
    visibility: hidden;
  }
  50% {
    visibility: hidden;
  }
  to {
    visibility: visible;
  }
}
.user-container .container-box {
  padding: 5px 10px;
  border: thin #ddd solid;
}
.user-container .heading {
  width: 100%;
  height: 50px;
  text-align: center;
}
.user-container .heading h2 {
  height: 10px;
  margin: 0;
  font-size: 12px;
  font-weight: normal;
  line-height: 50px;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.user-container .heading.online {
  background: #333658;
}
.user-container .heading.online h2 {
  color: #585e99;
}
.user-container .heading.active {
  background: #65a325;
}
.user-container .heading.active h2 {
  color: #98d955;
}
.user-container .user-label {
  cursor: pointer;
  width: 100%;
  max-height: 71px;
  float: left;
  display: block;
  overflow: hidden;
}
.user-container .user-label .item {
  cursor: pointer;
  width: 100%;
  height: 74px;
  float: left;
  text-align: left;
  color: white;
  background: #343434;
  box-shadow: 0 -1px rgba(0, 0, 0, 0.07);
  pointer-events: none;
}
.user-container .user-label .item .face {
  position: relative;
  float: left;
  margin: 0 10px 0 0;
  clear: left;
}
.user-container .user-label .item .face img {
  height: 81px;
}
.user-container .user-label .item .face .bar {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  width: 2px;
  height: 71px;
  float: right;
  text-align: center;
  background: #414141;
}
.user-container .user-label .item .face .bar.active {
  background-color: #65a325;
}
.user-container .user-label .item h2 {
  display: inline-block;
  margin: 10px 0 0;
  padding-top: 0;
  font-size: 11px;
  font-weight: normal;
  color: #535353;
  text-transform: uppercase;
}
.user-container .user-label .item .dot {
  position: relative;
  top: -1px;
  left: 3px;
  z-index: 0;
  width: 6px;
  height: 6px;
  display: inline-block;
  background: #cdcdcd;
  border-radius: 100%;
}
.user-container .user-label .item .active {
  background: #6cbe63;
}
.user-container .user-label .item .desc {
  margin: 5px 0 10px;
  font-size: 9px;
  font-weight: normal;
  color: #b2b2b2;
  text-transform: uppercase;
}
.user-container .user-label .item .text {
  margin: 0;
  font-size: 10px;
  font-weight: 600;
  color: #919191;
}

@media all and (min-width: 767.001px) {
  #user-notifications {
    position: static;
    height: 65px;
    float: left;
    margin-top: 7px;
    background: #fff;
    border: 1px solid #fff;
  }
}
@media all and (min-width: 767.001px) and (max-height: 680px) {
  #user-notifications {
    height: 54px;
    margin-top: -2px;
  }
}
#user-notifications:hover:not(.highlight) .user-notifications-wrapper .user-notification-circle {
  background-color: #414141;
}
#user-notifications:not(.open) span[class^=label-] {
  display: none;
}
#user-notifications.open:not(.highlight) .user-notifications-wrapper .user-notification-circle {
  background-color: #27abf8;
}
#user-notifications.open:not(.highlight) .user-notifications-wrapper .user-notification-circle .notification-number {
  display: none;
}
#user-notifications.open .user-notifications-wrapper {
  border-bottom-color: transparent;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
@media all and (min-width: 767.001px) {
  #user-notifications.open .user-notifications-wrapper {
    z-index: 1002;
  }
}
@media all and (min-width: 767.001px) {
  #user-notifications.open .user-notifications-wrapper .user-notification-info {
    display: block;
  }
}
#user-notifications.open .dropdown-menu {
  visibility: visible;
  pointer-events: all;
}
#user-notifications.highlight {
  display: block;
}
#user-notifications.highlight:after, #user-notifications.highlight:before {
  position: absolute;
  right: 1px;
  z-index: 1001;
  display: block;
  pointer-events: none;
}
@media all and (min-width: 767.001px) {
  #user-notifications.highlight:after {
    opacity: 0;
    bottom: -webkit-calc(100% - 7px);
    bottom: calc(100% - 7px);
    left: -1px;
    height: 100%;
    content: "";
    background-color: #fff;
  }
}
#user-notifications.highlight:before {
  opacity: 0;
  left: 0;
  content: "";
  background-color: #27abf8;
}
@media all and (min-width: 767.001px) {
  #user-notifications.highlight:before {
    top: 7px;
    bottom: -1px;
  }
}
@media all and (max-width: 767px) {
  #user-notifications.highlight:before {
    position: fixed;
    top: 75px;
    z-index: 1002;
    height: 2px;
  }
}
@media all and (max-width: 767px) and (max-height: 680px) {
  #user-notifications.highlight:before {
    top: 60px;
  }
}
#user-notifications.highlight .dropdown-menu {
  display: block;
}
@media all and (max-width: 767px) {
  #user-notifications.highlight .dropdown-menu {
    position: absolute;
    bottom: auto;
    width: 100% !important;
    max-height: 100%;
    box-shadow: 0 3px 9px rgba(0, 0, 0, 0.08);
  }
}
#user-notifications.highlight .user-notification-info {
  overflow: hidden;
}
#user-notifications.highlight .user-notification-info .title,
#user-notifications.highlight .user-notification-info .notification-number {
  -webkit-transition: all 0.2s ease-out 0.2s;
  transition: all 0.2s ease-out 0.2s;
}
@media all and (max-width: 767px) {
  #user-notifications.highlight .user-notifications-wrapper {
    -webkit-transition: none;
    transition: none;
  }
}
@media all and (max-width: 767px) {
  #user-notifications.highlight .user-notifications-wrapper:before {
    -webkit-transition: none;
    transition: none;
  }
}
#user-notifications.highlight .notification-message.is-highlighted {
  border-color: transparent;
}
@media all and (max-width: 767px) {
  #user-notifications.highlight .notification-message.is-highlighted {
    margin: 0;
    padding: 15px 33px 15px 20px;
  }
}
@media all and (max-width: 767px) {
  #user-notifications.highlight .notification-message.is-highlighted .notification-message__winner {
    width: 40rem;
  }
}
@media all and (max-width: 440px) {
  #user-notifications.highlight .notification-message.is-highlighted .notification-message__winner {
    width: 100%;
  }
}
@media all and (max-width: 767px) {
  #user-notifications.highlight .notification-message.is-highlighted .notification-message__winner + .notification-message__text svg {
    top: 2.9rem;
    right: 1.9rem;
  }
}
@media all and (max-width: 767px) {
  #user-notifications.highlight .notification-message.is-highlighted .notification-message__text {
    margin-right: 0;
  }
}
@media all and (max-width: 767px) {
  #user-notifications.highlight .notification-message.is-highlighted.is-winner .notification-message__text {
    margin-left: 6.6rem;
  }
}
@media all and (max-width: 767px) {
  #user-notifications.highlight .notification-close {
    background-image: url("/assets/img/icon-close--white.svg");
    background-color: #27abf8;
  }
}
@media all and (min-width: 767.001px) {
  #user-notifications.highlight .user-notifications-inner {
    height: auto !important;
  }
}
#user-notifications.highlight .dropdown-backdrop-overlay {
  display: block !important;
}
#user-notifications.highlight .dropdown-backdrop-overlay.hidden {
  pointer-events: none;
  opacity: 0;
}
#user-notifications.highlight.open:after, #user-notifications.highlight.open:before {
  opacity: 1;
}
#user-notifications.highlight.open.closing .user-notification-info {
  -webkit-animation: fadeOut 0.1s ease-out 0.3s;
          animation: fadeOut 0.1s ease-out 0.3s;
}
#user-notifications.highlight.open.closing .user-notification-info .title,
#user-notifications.highlight.open.closing .user-notification-info .notification-number {
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
}
#user-notifications.highlight.open.closing .dropdown-menu {
  -webkit-animation: slideOutTop 0.5s cubic-bezier(0.55, 0.085, 0.68, 0.53) both;
          animation: slideOutTop 0.5s cubic-bezier(0.55, 0.085, 0.68, 0.53) both;
}
#user-notifications.highlight.open.closing .dropdown-backdrop-overlay {
  pointer-events: none;
  opacity: 0;
}
#user-notifications.highlight.open .user-notifications-wrapper {
  cursor: default;
}
#user-notifications.highlight.open .user-notification-circle {
  background-color: #fff;
}
#user-notifications.highlight.open .user-notification-circle .user-notification-icon path {
  fill: #27abf8;
}
#user-notifications.highlight.open .user-notification-circle .notification-number {
  display: none;
}
#user-notifications.highlight.open .dropdown-menu {
  -webkit-animation: bounceInTop 1.1s both;
          animation: bounceInTop 1.1s both;
}
#user-notifications.highlight.open .user-notification-info .title {
  font-weight: 600;
}
#user-notifications.highlight.open .user-notification-info .notification-number {
  font-weight: 400;
}
#user-notifications.highlight.open .user-notification-info .title,
#user-notifications.highlight.open .user-notification-info .notification-number {
  color: #fff;
}
#user-notifications.highlight.open .notification-message .notification-message__image img {
  -webkit-animation: wobbleHorBottom 8s linear infinite 2s;
          animation: wobbleHorBottom 8s linear infinite 2s;
}
#user-notifications.highlight.open .notification-close {
  cursor: pointer;
  pointer-events: all;
}
@media all and (min-width: 767.001px) {
  #user-notifications.highlight.open .notification-close {
    position: absolute;
    top: 19px;
    right: 12px;
    z-index: 1002;
    width: 10px;
    height: 10px;
    overflow: hidden;
  }
}
@media all and (min-width: 767px) {
  #user-notifications.highlight.open .notification-close:before, #user-notifications.highlight.open .notification-close:after {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 20px;
    height: 2px;
    content: "";
    display: block;
    background-color: #fff;
  }
}
#user-notifications.highlight.open .notification-close:before {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}
#user-notifications.highlight.open .notification-close:after {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}
@media all and (max-width: 767px) {
  #user-notifications.highlight .notification-message.is-winner {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
            flex-direction: column;
  }
}
#user-notifications.highlight .notification-message.is-winner .notification-message__image {
  display: block;
}
@media all and (max-width: 767px) {
  #user-notifications.highlight .notification-message.is-highlighted {
    display: -webkit-flex;
    display: flex;
  }
}
#user-notifications.highlight .notification-message.is-highlighted .notification-message__image {
  display: block;
}
#user-notifications.highlight .notification-message:not(.is-highlighted) {
  display: none !important;
}
#user-notifications .user-notifications-wrapper .user-notification-circle {
  top: 0;
}
@media all and (min-width: 767.001px) {
  #user-notifications .user-notifications-wrapper .user-notification-circle {
    top: 16px;
  }
}
#user-notifications .user-notifications-wrapper .user-notification-circle:active {
  background: #27abf8;
}
#user-notifications .user-notifications-wrapper .user-notification-circle .notification-number {
  bottom: -5px;
  left: 15px;
  height: 16px;
  min-width: 16px;
  padding: 0 4px;
  font-size: 11px;
  font-weight: 400;
  line-height: 1.4545454545;
}
@media all and (max-width: 767px) {
  #user-notifications .user-notifications-wrapper .user-notification-circle .notification-number {
    right: -7px;
    bottom: -3px;
    left: auto;
    height: 13px;
    min-width: 13px;
    padding: 0 3px;
    font-size: 9px;
  }
}
#user-notifications .user-notifications-wrapper .user-notification-circle .notification-number.animate {
  -webkit-animation: heartbeat linear 5s;
          animation: heartbeat linear 5s;
}
#user-notifications .dropdown-menu {
  background-color: #fff;
}
@media all and (min-width: 767.001px) {
  #user-notifications .dropdown-menu {
    visibility: hidden;
    top: 5px;
    left: -1px;
    width: 100%;
    max-height: 410px;
    display: block;
    padding: 67px 19px 0;
    box-shadow: none;
    border-radius: 0;
    border-color: #ededed;
    pointer-events: none;
  }
}
@media all and (min-width: 767.001px) and (max-height: 570px) {
  #user-notifications .dropdown-menu {
    top: 3px;
  }
}
@media all and (max-width: 767px) {
  #user-notifications .dropdown-menu {
    width: 270px;
  }
}
#user-notifications .dropdown-menu .user-notifications-inner {
  overflow-x: hidden;
  overflow-y: auto;
  margin: 0 -13px 6px 0;
}
#user-notifications .dropdown-menu .user-notifications-inner::-webkit-scrollbar {
  width: 5px;
}
#user-notifications .dropdown-menu .user-notifications-inner::-webkit-scrollbar-thumb {
  background: #979797;
  border-radius: 3px;
}
#user-notifications .dropdown-menu .user-notifications-inner::-webkit-scrollbar-thumb:hover {
  background: #979797;
}
@media all and (max-width: 767px) {
  #user-notifications .dropdown-menu .user-notifications-inner {
    overflow-x: unset;
    overflow-y: unset;
    height: 100% !important;
  }
}
@media all and (min-width: 767.001px) {
  #user-notifications .dropdown-menu .user-notifications-inner {
    height: -webkit-calc(100% - 40px);
    height: calc(100% - 40px);
  }
}
@media all and (min-width: 767.001px) {
  #user-notifications .dropdown-menu .user-notifications-inner .ss-wrapper {
    max-height: 300px;
  }
}
#user-notifications .dropdown-menu .user-notifications-inner .ss-scroll {
  right: -13px !important;
  -webkit-transform: translate(0, -5px);
          transform: translate(0, -5px);
}
#user-notifications .dropdown-menu .notification-message {
  width: -webkit-calc(100% - 10px);
  width: calc(100% - 10px);
  margin: 0 0 15px;
}
@media all and (max-width: 767px) {
  #user-notifications .dropdown-menu .notification-message {
    width: auto;
    margin: 0 20px 15px;
  }
  #user-notifications .dropdown-menu .notification-message:last-child {
    padding-bottom: 0;
  }
}
@media all and (max-width: 767px) {
  #user-notifications .dropdown-menu .notification-message.is-winner.is-highlighted:last-child {
    padding-bottom: 20px;
  }
}
#user-notifications .dropdown-menu .notification-message .notification-message__winner {
  width: 100%;
  min-height: 8rem;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
  -webkit-justify-content: center;
          justify-content: center;
  -webkit-flex-direction: row;
          flex-direction: row;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  #user-notifications .dropdown-menu .notification-message .notification-message__winner > * + * {
    margin-top: 0;
  }
}
@media all and (max-width: 767px) {
  #user-notifications .dropdown-menu .notification-message .notification-message__winner + .notification-message__text svg {
    top: 11.6rem;
    right: 1.5rem;
  }
}
#user-notifications .dropdown-menu .notification-message .notification-message__winner-left {
  background-color: #f5f6f7;
  border-radius: 0.4rem;
  margin-right: 1rem;
  width: 5.6rem;
  height: 5.6rem;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
  -webkit-justify-content: center;
          justify-content: center;
  -webkit-flex-direction: row;
          flex-direction: row;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  #user-notifications .dropdown-menu .notification-message .notification-message__winner-left > * + * {
    margin-top: 0;
  }
}
#user-notifications .dropdown-menu .notification-message .notification-message__winner-item {
  width: 100%;
  padding: 0.5rem;
}
#user-notifications .dropdown-menu .notification-message .notification-message__winner-right {
  position: relative;
  padding: 1rem;
  padding-left: 1.3rem;
  width: -webkit-calc(100% - 6.5rem);
  width: calc(100% - 6.5rem);
  height: 5.8rem;
  background-color: #2e2e2e;
  border-radius: 0.2rem;
}
#user-notifications .dropdown-menu .notification-message .notification-message__winner-right::before {
  content: "";
  background-color: #2e2e2e;
  border-radius: 0.1rem;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  top: 45%;
  left: -0.17rem;
  -webkit-transform: rotate(50deg);
          transform: rotate(50deg);
  width: 0.7rem;
  height: 0.7rem;
}
#user-notifications .dropdown-menu .notification-message .notification-message__winner-text {
  margin: 0;
  color: #b4b4b4;
  font-size: 1.1rem;
  font-weight: 500;
  line-height: 1.2rem;
  text-transform: uppercase;
  margin-bottom: 0.7rem;
}
#user-notifications .dropdown-menu .notification-message .notification-message__winner-user img {
  border-radius: 50%;
  width: 2rem;
  height: auto;
  margin-right: 0.5rem;
}
#user-notifications .dropdown-menu .notification-message .notification-message__winner-user span {
  color: #fff;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.2rem;
}
#user-notifications .dropdown-menu .notification-message .notification-message__image {
  margin-bottom: 10px;
  text-align: center;
}
@media all and (max-width: 480px) {
  #user-notifications .dropdown-menu .notification-message .notification-message__image {
    width: 100%;
  }
}
#user-notifications .dropdown-menu .notification-message .notification-message__image .notification-message__image-wrapper {
  position: relative;
  display: inline-block;
}
@media all and (max-width: 767px) {
  #user-notifications .dropdown-menu .notification-message .notification-message__image .notification-message__image-wrapper {
    margin-right: 15px;
  }
}
@media all and (max-width: 480px) {
  #user-notifications .dropdown-menu .notification-message .notification-message__image .notification-message__image-wrapper {
    width: 100%;
  }
}
#user-notifications .dropdown-menu .notification-message .notification-message__image .notification-message__image-wrapper img {
  height: 100px;
}
@media all and (max-width: 767px) {
  #user-notifications .dropdown-menu .notification-message .notification-message__image .notification-message__image-wrapper img {
    height: 50px;
  }
}
#user-notifications .dropdown-menu .notification-message .notification-message__image .notification-message__image-wrapper span[class^=label-] {
  position: absolute;
  right: 0;
  bottom: 0;
  min-width: 17px;
  padding: 2px 7px;
  font-size: 11px;
  font-weight: 500;
  line-height: 1.1818181818;
  border-radius: 9px;
}
@media all and (max-width: 767px) {
  #user-notifications .dropdown-menu .notification-message .notification-message__image .notification-message__image-wrapper span[class^=label-] {
    top: 0;
    right: 3px;
    bottom: auto;
    min-width: 13px;
    padding: 0 5px;
  }
}
#user-notifications .dropdown-menu .notification-message .notification-message__image .notification-message__image-wrapper span[class^=label-] small {
  font-size: 9px;
}
#user-notifications .dropdown-menu .notification-message .notification-message__image .ended-spin-game-img-wrapper {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
}
@media all and (max-width: 480px) {
  #user-notifications .dropdown-menu .notification-message .notification-message__image .ended-spin-game-img-wrapper {
    width: 100%;
  }
}
#user-notifications .dropdown-menu .notification-message .notification-message__image .ended-spin-game-img-wrapper .ended-spin-game-img {
  width: 56px;
  height: 56px;
  margin-right: 1rem;
  padding: 0.4rem;
  background-color: #f7f7f7;
  border-radius: 4px;
}
#user-notifications .dropdown-menu .notification-message .notification-message__image .ended-spin-game-img-wrapper .ended-spin-game-img img {
  width: 48px;
  height: 48px;
}
#user-notifications .dropdown-menu .notification-message .notification-message__text {
  margin-right: -13px;
  padding-right: 13px;
}
@media all and (min-width: 767.001px) {
  #user-notifications .dropdown-menu .notification-message .notification-message__text {
    position: relative;
  }
}

@media all and (max-width: 767px) {
  .dropdown-navbar.open.highlight .user-notifications-wrapper {
    border-left-color: #27abf8;
    border-right-color: #27abf8;
  }
}
@media all and (max-width: 767px) {
  .dropdown-navbar.open.highlight .user-notifications-wrapper:before {
    background-color: #27abf8;
  }
}
.dropdown-navbar.open .notification-close {
  opacity: 1;
}
@media all and (max-width: 767px) {
  .dropdown-navbar .user-notifications-wrapper {
    padding-right: 10px;
    padding-left: 10px;
  }
}
@media all and (max-width: 767px) {
  .dropdown-navbar .user-notifications-wrapper .dropdown-menu .user-notifications-inner {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    height: auto !important;
  }
}
.dropdown-navbar .user-notifications-wrapper .dropdown-menu .user-notifications-inner .ss-content {
  padding-top: 5px;
}
@media all and (max-width: 767px) {
  .dropdown-navbar .notification-close {
    opacity: 0;
    position: absolute;
    top: 0;
    right: 1px;
    bottom: 0;
    left: 1px;
    display: block;
    background: #fff url("/assets/img/icon-close.svg") no-repeat center;
    background-size: 13px 13px;
    -webkit-transition: 0.1s ease-in-out;
    transition: 0.1s ease-in-out;
    pointer-events: none;
  }
}

.user-notifications-inner p,
.user-notifications-inner a {
  display: block;
}
@media all and (max-width: 767px) {
  .user-notifications-inner .notification-message-wrapper {
    min-height: -webkit-calc(100% + 1px);
    min-height: calc(100% + 1px);
  }
}
.user-notifications-inner .notification-message {
  padding-top: 20px;
  padding-right: 13px;
  font-weight: 300;
  line-height: 21px;
  border-top: 1px solid transparent;
}
@media all and (max-width: 767px) {
  .user-notifications-inner .notification-message {
    padding-top: 15px;
  }
}
.user-notifications-inner .notification-message:last-child {
  margin-bottom: 0;
  border-bottom-color: transparent;
}
.user-notifications-inner .notification-message.read {
  color: #858585 !important;
}
.user-notifications-inner .notification-message.read .timestamp {
  padding-left: 0;
  color: #858585;
}
.user-notifications-inner .notification-message.read .timestamp:before {
  display: none;
}
.user-notifications-inner .notification-message + .notification-message {
  border-top-color: #ededed;
}
.user-notifications-inner .notification-message .timestamp {
  position: relative;
  margin: 2px 0 0;
  padding-left: 11px;
  font-size: 11px;
  line-height: 1.4545454545;
  color: #535353;
}
.user-notifications-inner .notification-message .timestamp:before {
  position: absolute;
  top: 50%;
  left: 0;
  width: 5px;
  height: 5px;
  content: "";
  display: block;
  background-color: #27abf8;
  border-radius: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
@media all and (max-width: 767px) {
  .user-notifications-inner .notification-message--ended-games {
    -webkit-flex-direction: column;
            flex-direction: column;
  }
}
@media all and (max-width: 767px) {
  .user-notifications-inner .notification-message--ended-games .notification-message__image {
    margin-right: auto;
  }
  .user-notifications-inner .notification-message--ended-games .notification-message__text {
    margin-left: 6.6rem;
  }
}
.user-notifications-inner a.notification-message {
  position: relative;
  text-decoration: none;
  color: #414141;
}
.user-notifications-inner a.notification-message:hover {
  color: inherit;
}
.user-notifications-inner a.notification-message:hover .notification-message__underline {
  text-decoration: underline;
}
.user-notifications-inner a.notification-message:not(.read):hover svg path {
  fill: #414141;
}
.user-notifications-inner a.notification-message .notification-message__underline {
  font-weight: 400;
  text-decoration: none;
}
.user-notifications-inner a.notification-message svg {
  position: absolute;
  top: 7px;
  right: 0;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}
@media all and (max-width: 767px) {
  .user-notifications-inner a.notification-message svg {
    top: 21px;
    right: 19px;
  }
}
.user-notifications-inner a.notification-message svg path {
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}

.user-notifications-wrapper {
  position: relative;
  height: 66px;
  display: inline-block;
  padding: 0 15px;
  border: 1px solid transparent;
  border-bottom: 0;
}
@media all and (max-width: 767px) {
  .user-notifications-wrapper {
    padding: 0 10px;
  }
}
.user-notifications-wrapper:hover .user-notification-circle {
  background-color: #414141;
}
.user-notifications-wrapper .user-notification-info {
  position: absolute;
  top: 11px;
  left: 57px;
  display: none;
  white-space: nowrap;
}
.user-notifications-wrapper .user-notification-info .title {
  font-weight: 500;
  line-height: 20px;
  color: #414141;
}
.user-notifications-wrapper .user-notification-info .notification-number {
  font-size: 13px;
  line-height: 1.1538461538;
  color: #414141;
}

.user-notification-circle {
  cursor: pointer;
  position: relative;
  width: 25px;
  height: 25px;
  float: left;
  background-color: #999;
  border-radius: 50%;
  -webkit-transition: background 0.2s ease-in-out;
  transition: background 0.2s ease-in-out;
  pointer-events: none;
}
.user-notification-circle .user-notification-icon path {
  -webkit-transition: background 0.2s ease-in-out;
  transition: background 0.2s ease-in-out;
}
.user-notification-circle .notification-number {
  position: absolute;
  text-align: center;
  color: white;
  background: #27abf8;
  border: 1px solid white;
  border-radius: 8px;
}

.user-rating {
  display: -webkit-flex;
  display: flex;
}
.user-rating__star:hover:before {
  cursor: pointer;
}
.user-rating__star:before {
  width: 48px;
  height: 44px;
  content: "";
  display: block;
  background: url("/assets/img/star.png");
}

.video-preloader {
  width: 100%;
  height: 100%;
}
.video-preloader .preloader-text {
  position: absolute;
  bottom: 60%;
  left: -webkit-calc(50% - 150px);
  left: calc(50% - 150px);
  width: 300px;
}
@media all and (max-width: 767px), (max-height: 570px) {
  .video-preloader .preloader-text {
    font-size: 24px;
  }
}

#packeta-widget-overlay {
  position: fixed;
  z-index: 99999;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  inset: 0;
}

#packeta-iframe-wrap {
  position: fixed;
  right: 50%;
  left: 50%;
  z-index: 999999;
  max-width: 1000px;
  max-height: 600px;
  background: transparent;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
}

#rondo-packeta-dialog {
  width: 100%;
  height: 100%;
  max-height: 560px;
  border: none;
}

.win-box {
  padding: 10px 15px;
  border-top: solid 3px #d7d7d7;
  border-right: solid thin #d7d7d7;
  border-bottom: solid thin #d7d7d7;
  border-left: solid thin #d7d7d7;
}
.win-box.success {
  border-top-color: #65a325;
}
.win-box.danger {
  border-top-color: #e33a27;
}
.win-box.charge {
  border-top-color: #7cb83e;
}
.win-box .row div p strong {
  font-weight: 400 !important;
}

.zoom-wrapper {
  position: relative;
}
.zoom-wrapper__btn {
  position: absolute;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
          justify-content: center;
  -webkit-align-items: center;
          align-items: center;
  background-color: #f7f7f7;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.4);
  border-radius: 50%;
}
.zoom-wrapper.shrink .zoom-wrapper__image {
  width: 100%;
}
.zoom-wrapper.shrink:hover {
  cursor: pointer;
}
.zoom-wrapper.shrink:hover .zoom-wrapper__btn::before {
  content: url("/assets/img/big-quiz/shrink-icon--hover.svg");
}
.zoom-wrapper.shrink .zoom-wrapper__btn {
  right: 21px;
  bottom: 18px;
  width: 44px;
  height: 44px;
}
@media all and (max-width: 767px) {
  .zoom-wrapper.shrink .zoom-wrapper__btn {
    right: 10px;
    bottom: 10px;
    width: 35px;
    height: 35px;
  }
}
.zoom-wrapper.shrink .zoom-wrapper__btn::before {
  width: 24px;
  height: 24.1px;
  content: url("/assets/img/big-quiz/shrink-icon--default.svg");
}
@media all and (max-width: 767px) {
  .zoom-wrapper.shrink .zoom-wrapper__btn::before {
    width: 19px;
    height: 20.1px;
  }
}
.zoom-wrapper.expand:hover {
  cursor: pointer;
}
.zoom-wrapper.expand:hover .zoom-wrapper__btn::before {
  content: url("/assets/img/big-quiz/expand-icon--hover.svg");
}
.zoom-wrapper.expand .zoom-wrapper__btn {
  right: 6px;
  bottom: 6px;
  width: 22px;
  height: 22px;
}
.zoom-wrapper.expand .zoom-wrapper__btn::before {
  content: url("/assets/img/big-quiz/expand-icon--default.svg");
}

.game-puzzle-item {
  opacity: 1;
  position: relative;
  z-index: 1;
  display: inline-block;
  -webkit-transition: all 600ms;
  transition: all 600ms;
}
.game-puzzle-item:after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  display: block;
  padding-bottom: 100%;
}
.game-puzzle-item.show.game-puzzle-missing {
  opacity: 0;
}
.game-puzzle-item.show.game-puzzle-done .game-puzzle-img, .game-puzzle-item.show.game-puzzle-win .game-puzzle-img, .game-puzzle-item.show.game-puzzle-winagain .game-puzzle-img {
  -webkit-filter: drop-shadow(0 0 0 #7e7e7e);
          filter: drop-shadow(0 0 0 #7e7e7e);
}
.game-puzzle-item.game-puzzle-winagain.done {
  -webkit-animation: puzzlePulse 0.5s 2 linear;
          animation: puzzlePulse 0.5s 2 linear;
}
.game-puzzle-item.game-puzzle-win {
  z-index: 2;
}
.game-puzzle-item.game-puzzle-win .game-puzzle-img--win,
.game-puzzle-item.game-puzzle-win .game-puzzle-img--wheel {
  -webkit-transition: all 600ms;
  transition: all 600ms;
}
.game-puzzle-item.game-puzzle-win .game-puzzle-img--wheel {
  width: 157.5%;
  margin: -28.5%;
}
.game-puzzle-item.game-puzzle-win.waiting {
  top: 50% !important;
  left: 50% !important;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.game-puzzle-item.game-puzzle-win.waiting .game-puzzle-img--win {
  opacity: 0;
}
.game-puzzle-item.game-puzzle-win.waiting .game-puzzle-img--wheel {
  opacity: 1;
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}
.game-puzzle-item.game-puzzle-win.animate .game-puzzle-img--wheel {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
}
.game-puzzle-item.game-puzzle-win.animate .game-puzzle-img--win {
  opacity: 0;
}
.game-puzzle-item.game-puzzle-win.done .game-puzzle-img--win {
  opacity: 1;
}
.game-puzzle-item.game-puzzle-win.done .game-puzzle-img--wheel {
  opacity: 0;
  -webkit-transform: scale(1);
          transform: scale(1);
}

.game-puzzle-img {
  width: 157.5%;
  margin: -28.5%;
}
.game-puzzle-img--win, .game-puzzle-img--wheel {
  opacity: 0;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.puzzle-shadow-red {
  -webkit-filter: drop-shadow(2px 2px 0 #315c8f);
          filter: drop-shadow(2px 2px 0 #315c8f);
}

.puzzle-shadow-blue {
  -webkit-filter: drop-shadow(2px 2px 0 #bb8002);
          filter: drop-shadow(2px 2px 0 #bb8002);
}

.puzzle-shadow-green {
  -webkit-filter: drop-shadow(2px 2px 0 #bd261f);
          filter: drop-shadow(2px 2px 0 #bd261f);
}

.puzzle-shadow-purple {
  -webkit-filter: drop-shadow(2px 2px 0 #aa3c00);
          filter: drop-shadow(2px 2px 0 #aa3c00);
}

.game-puzzles {
  position: relative;
  max-width: 600px;
  text-align: left;
}
.game-puzzles.win.animate .game-puzzles-background, .game-puzzles.win.done .game-puzzles-background {
  opacity: 1;
}
.game-puzzles.win.animate .game-puzzles-mask, .game-puzzles.win.done .game-puzzles-mask {
  opacity: 1;
}
.game-puzzles.win.animate .game-puzzle-done, .game-puzzles.win.done .game-puzzle-done {
  opacity: 1;
}
.game-puzzles.win .game-puzzle-done {
  opacity: 0;
}
.game-puzzles.game .game-puzzles-background {
  opacity: 1;
}
.game-puzzles.game .game-puzzles-mask {
  opacity: 1;
}
.game-puzzles.list .game-puzzles-background {
  opacity: 1;
}
.game-puzzles.list .game-puzzles-mask {
  opacity: 1;
}
.game-puzzles:after {
  content: "";
  display: block;
  padding-bottom: 100%;
}
.game-puzzles.full .game-puzzle-img {
  -webkit-filter: none;
          filter: none;
}
.game-puzzles .game-puzzles-cover {
  opacity: 0.85;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #f4f4f4;
  border-radius: 2%;
}
.game-puzzles .game-puzzles-background {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  -webkit-transition: opacity 300ms;
  transition: opacity 300ms;
}
.game-puzzles .game-puzzles-mask {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: opacity 600ms;
  transition: opacity 600ms;
}
.game-puzzles.loading .game-puzzles-cover {
  opacity: 0;
}
.game-puzzles.loading .game-puzzle-img, .game-puzzles.animate .game-puzzle-img {
  -webkit-filter: none;
          filter: none;
}

.game-puzzles-content {
  position: absolute;
  width: 100%;
  height: 100%;
}
.game-puzzles-content.size-4 .game-puzzle-item {
  position: absolute;
  width: 50%;
  height: 50%;
}
.game-puzzles-content.size-4 .game-puzzle-item:nth-child(1) {
  top: 0;
  left: 0;
}
.game-puzzles-content.size-4 .game-puzzle-item:nth-child(2) {
  top: 0;
  left: 50%;
}
.game-puzzles-content.size-4 .game-puzzle-item:nth-child(3) {
  top: 50%;
  left: 0;
}
.game-puzzles-content.size-4 .game-puzzle-item:nth-child(4) {
  top: 50%;
  left: 50%;
}
.game-puzzles-content.size-9 .game-puzzle-item {
  position: absolute;
  width: 33.33%;
  height: 33.33%;
}
.game-puzzles-content.size-9 .game-puzzle-item:nth-child(1) {
  top: 0;
  left: 0;
}
.game-puzzles-content.size-9 .game-puzzle-item:nth-child(2) {
  top: 0;
  left: 33.33%;
}
.game-puzzles-content.size-9 .game-puzzle-item:nth-child(3) {
  top: 0;
  left: 66.66%;
}
.game-puzzles-content.size-9 .game-puzzle-item:nth-child(4) {
  top: 33.33%;
  left: 0;
}
.game-puzzles-content.size-9 .game-puzzle-item:nth-child(5) {
  top: 33.33%;
  left: 33.33%;
}
.game-puzzles-content.size-9 .game-puzzle-item:nth-child(6) {
  top: 33.33%;
  left: 66.66%;
}
.game-puzzles-content.size-9 .game-puzzle-item:nth-child(7) {
  top: 66.66%;
  left: 0;
}
.game-puzzles-content.size-9 .game-puzzle-item:nth-child(8) {
  top: 66.66%;
  left: 33.33%;
}
.game-puzzles-content.size-9 .game-puzzle-item:nth-child(9) {
  top: 66.66%;
  left: 66.66%;
}
.game-puzzles-content.size-16 .game-puzzle-item {
  position: absolute;
  width: 25%;
  height: 25%;
}
.game-puzzles-content.size-16 .game-puzzle-item:nth-child(1) {
  top: 0;
  left: 0;
}
.game-puzzles-content.size-16 .game-puzzle-item:nth-child(2) {
  top: 0;
  left: 25%;
}
.game-puzzles-content.size-16 .game-puzzle-item:nth-child(3) {
  top: 0;
  left: 50%;
}
.game-puzzles-content.size-16 .game-puzzle-item:nth-child(4) {
  top: 0;
  left: 75%;
}
.game-puzzles-content.size-16 .game-puzzle-item:nth-child(5) {
  top: 25%;
  left: 0;
}
.game-puzzles-content.size-16 .game-puzzle-item:nth-child(6) {
  top: 25%;
  left: 25%;
}
.game-puzzles-content.size-16 .game-puzzle-item:nth-child(7) {
  top: 25%;
  left: 50%;
}
.game-puzzles-content.size-16 .game-puzzle-item:nth-child(8) {
  top: 25%;
  left: 75%;
}
.game-puzzles-content.size-16 .game-puzzle-item:nth-child(9) {
  top: 50%;
  left: 0;
}
.game-puzzles-content.size-16 .game-puzzle-item:nth-child(10) {
  top: 50%;
  left: 25%;
}
.game-puzzles-content.size-16 .game-puzzle-item:nth-child(11) {
  top: 50%;
  left: 50%;
}
.game-puzzles-content.size-16 .game-puzzle-item:nth-child(12) {
  top: 50%;
  left: 75%;
}
.game-puzzles-content.size-16 .game-puzzle-item:nth-child(13) {
  top: 75%;
  left: 0;
}
.game-puzzles-content.size-16 .game-puzzle-item:nth-child(14) {
  top: 75%;
  left: 25%;
}
.game-puzzles-content.size-16 .game-puzzle-item:nth-child(15) {
  top: 75%;
  left: 50%;
}
.game-puzzles-content.size-16 .game-puzzle-item:nth-child(16) {
  top: 75%;
  left: 75%;
}
.game-puzzles-content.size-25 .game-puzzle-item {
  position: absolute;
  width: 20%;
  height: 20%;
}
.game-puzzles-content.size-25 .game-puzzle-item:nth-child(1) {
  top: 0;
  left: 0;
}
.game-puzzles-content.size-25 .game-puzzle-item:nth-child(2) {
  top: 0;
  left: 20%;
}
.game-puzzles-content.size-25 .game-puzzle-item:nth-child(3) {
  top: 0;
  left: 40%;
}
.game-puzzles-content.size-25 .game-puzzle-item:nth-child(4) {
  top: 0;
  left: 60%;
}
.game-puzzles-content.size-25 .game-puzzle-item:nth-child(5) {
  top: 0;
  left: 80%;
}
.game-puzzles-content.size-25 .game-puzzle-item:nth-child(6) {
  top: 20%;
  left: 0;
}
.game-puzzles-content.size-25 .game-puzzle-item:nth-child(7) {
  top: 20%;
  left: 20%;
}
.game-puzzles-content.size-25 .game-puzzle-item:nth-child(8) {
  top: 20%;
  left: 40%;
}
.game-puzzles-content.size-25 .game-puzzle-item:nth-child(9) {
  top: 20%;
  left: 60%;
}
.game-puzzles-content.size-25 .game-puzzle-item:nth-child(10) {
  top: 20%;
  left: 80%;
}
.game-puzzles-content.size-25 .game-puzzle-item:nth-child(11) {
  top: 40%;
  left: 0;
}
.game-puzzles-content.size-25 .game-puzzle-item:nth-child(12) {
  top: 40%;
  left: 20%;
}
.game-puzzles-content.size-25 .game-puzzle-item:nth-child(13) {
  top: 40%;
  left: 40%;
}
.game-puzzles-content.size-25 .game-puzzle-item:nth-child(14) {
  top: 40%;
  left: 60%;
}
.game-puzzles-content.size-25 .game-puzzle-item:nth-child(15) {
  top: 40%;
  left: 80%;
}
.game-puzzles-content.size-25 .game-puzzle-item:nth-child(16) {
  top: 60%;
  left: 0;
}
.game-puzzles-content.size-25 .game-puzzle-item:nth-child(17) {
  top: 60%;
  left: 20%;
}
.game-puzzles-content.size-25 .game-puzzle-item:nth-child(18) {
  top: 60%;
  left: 40%;
}
.game-puzzles-content.size-25 .game-puzzle-item:nth-child(19) {
  top: 60%;
  left: 60%;
}
.game-puzzles-content.size-25 .game-puzzle-item:nth-child(20) {
  top: 60%;
  left: 80%;
}
.game-puzzles-content.size-25 .game-puzzle-item:nth-child(21) {
  top: 80%;
  left: 0;
}
.game-puzzles-content.size-25 .game-puzzle-item:nth-child(22) {
  top: 80%;
  left: 20%;
}
.game-puzzles-content.size-25 .game-puzzle-item:nth-child(23) {
  top: 80%;
  left: 40%;
}
.game-puzzles-content.size-25 .game-puzzle-item:nth-child(24) {
  top: 80%;
  left: 60%;
}
.game-puzzles-content.size-25 .game-puzzle-item:nth-child(25) {
  top: 80%;
  left: 80%;
}

.puzzle-stroke {
  fill: none;
  stroke: #fff;
  stroke-width: 2px;
}

.rondo-overlay .spin-game-popup.spin-game-popup--puzzles .content--thin .content__body,
.rondo-overlay .spin-game-popup.spin-game-popup--puzzles .content--thin .content__header {
  width: 100%;
  max-width: 365px;
  margin: 0 auto;
}
.rondo-overlay .spin-game-popup.spin-game-popup--puzzles .content__header .header-wrapper {
  position: relative;
  display: grid;
  grid-template: 1fr/1fr;
}
@media all and (max-width: 767px) {
  .rondo-overlay .spin-game-popup.spin-game-popup--puzzles .content__header .header-wrapper .title.title-congrats {
    font-size: 26px;
  }
}
@media all and (max-width: 480px) {
  .rondo-overlay .spin-game-popup.spin-game-popup--puzzles .content__header .header-wrapper .title.title-congrats {
    font-size: 22px;
  }
}
@media all and (max-width: 425px) {
  .rondo-overlay .spin-game-popup.spin-game-popup--puzzles .content__header .header-wrapper .title.title-congrats {
    font-size: 20px;
  }
}
.rondo-overlay .spin-game-popup.spin-game-popup--puzzles .content__header .header-wrapper .title-win,
.rondo-overlay .spin-game-popup.spin-game-popup--puzzles .content__header .header-wrapper .title-congrats {
  grid-column: 1/1;
  grid-row: 1/1;
  height: 100%;
}
.rondo-overlay .spin-game-popup.spin-game-popup--puzzles .content__header .header-wrapper .title-win {
  opacity: 0;
  -webkit-transition: 0.4s opacity;
  transition: 0.4s opacity;
}
.rondo-overlay .spin-game-popup.spin-game-popup--puzzles .content__header .header-wrapper .title-congrats {
  opacity: 1;
  -webkit-transition: 0.4s opacity;
  transition: 0.4s opacity;
}
.rondo-overlay .spin-game-popup.spin-game-popup--puzzles .content__header .header-wrapper.display .title-win {
  opacity: 1;
  -webkit-transition: 0.4s opacity;
  transition: 0.4s opacity;
}
.rondo-overlay .spin-game-popup.spin-game-popup--puzzles .content__header .header-wrapper.display .title-congrats {
  opacity: 0;
  -webkit-transition: 0.4s opacity;
  transition: 0.4s opacity;
}
.rondo-overlay .spin-game-popup.spin-game-popup--puzzles .content__body {
  margin: 0 auto;
}
.rondo-overlay .spin-game-popup.spin-game-popup--puzzles .content__body .info-wrapper, .rondo-overlay .spin-game-popup.spin-game-popup--puzzles .content__body .info-wrapper--extended {
  width: 100%;
  margin: 30px auto 32px;
  background-color: #F8F8F8;
}
.rondo-overlay .spin-game-popup.spin-game-popup--puzzles .content__body .info-wrapper--puzzle-piece {
  padding: 98px;
}
@media all and (max-width: 480px) {
  .rondo-overlay .spin-game-popup.spin-game-popup--puzzles .content__body .info-wrapper--puzzle-piece {
    padding: 60px 30px;
  }
}
@media all and (max-width: 480px) {
  .rondo-overlay .spin-game-popup.spin-game-popup--puzzles .content__body .info-wrapper--puzzle-piece img, .rondo-overlay .spin-game-popup.spin-game-popup--puzzles .content__body .info-wrapper--puzzle-piece svg {
    max-width: 95px;
  }
}
.rondo-overlay .spin-game-popup.spin-game-popup--puzzles .content__body .info-wrapper--puzzle-full {
  position: relative;
  margin-top: 10px;
  padding: 0;
}
.rondo-overlay .spin-game-popup.spin-game-popup--puzzles .content__body .info-wrapper--puzzle-exchange img {
  width: 50%;
}
.rondo-overlay .spin-game-popup.spin-game-popup--puzzles .content__body .btn.btn--lg {
  width: 270px;
}
@media all and (max-width: 480px) {
  .rondo-overlay .spin-game-popup.spin-game-popup--puzzles .content__body .btn.btn--lg {
    width: 100%;
  }
}
.rondo-overlay .spin-game-popup.spin-game-popup--puzzles .content__body .info-text {
  margin: 0;
}
.rondo-overlay .spin-game-popup.spin-game-popup--puzzles .content__body .cta-buttons {
  margin-top: 25px;
}

#fullscreenOverlay-container .rondo-overlay .content .content__header .header-wrapper {
  position: relative;
  display: grid;
  grid-template: 1fr/1fr;
}
@media all and (max-width: 767px) {
  #fullscreenOverlay-container .rondo-overlay .content .content__header .header-wrapper .title.title-congrats {
    font-size: 26px;
  }
}
@media all and (max-width: 480px) {
  #fullscreenOverlay-container .rondo-overlay .content .content__header .header-wrapper .title.title-congrats {
    font-size: 22px;
  }
}
@media all and (max-width: 425px) {
  #fullscreenOverlay-container .rondo-overlay .content .content__header .header-wrapper .title.title-congrats {
    font-size: 20px;
  }
}
#fullscreenOverlay-container .rondo-overlay .content .content__header .header-wrapper .title-win,
#fullscreenOverlay-container .rondo-overlay .content .content__header .header-wrapper .title-congrats {
  grid-column: 1/1;
  grid-row: 1/1;
  height: 100%;
}
#fullscreenOverlay-container .rondo-overlay .content .content__header .header-wrapper .title-win {
  opacity: 0;
  -webkit-transition: 0.4s opacity;
  transition: 0.4s opacity;
}
#fullscreenOverlay-container .rondo-overlay .content .content__header .header-wrapper .title-congrats {
  opacity: 1;
  -webkit-transition: 0.4s opacity;
  transition: 0.4s opacity;
}
#fullscreenOverlay-container .rondo-overlay .content .content__header .header-wrapper.display .title-win {
  opacity: 1;
  -webkit-transition: 0.4s opacity;
  transition: 0.4s opacity;
}
#fullscreenOverlay-container .rondo-overlay .content .content__header .header-wrapper.display .title-congrats {
  opacity: 0;
  -webkit-transition: 0.4s opacity;
  transition: 0.4s opacity;
}
#fullscreenOverlay-container .rondo-overlay .content .content__header .header-wrapper .title-congrats:only-child {
  opacity: 1;
}

.container-my-puzzles {
  overflow-x: hidden;
}
.container-my-puzzles h1,
.container-my-puzzles h2 {
  margin: 0;
  font-weight: 500;
  text-align: left;
  color: #000;
}
.container-my-puzzles h1 {
  font-size: 32px;
  line-height: 1;
}
@media all and (max-width: 767px) {
  .container-my-puzzles h1 {
    font-size: 22px;
    line-height: 18px;
  }
}
.container-my-puzzles h2 {
  font-size: 24px;
  line-height: 26px;
}
@media all and (max-width: 767px) {
  .container-my-puzzles h2 {
    font-size: 20px;
  }
}
.container-my-puzzles__top {
  background: -webkit-linear-gradient(318deg, #F7F8F8 0%, #F5F5F5 68%, #FBFBFB 100%);
  background: linear-gradient(132deg, #F7F8F8 0%, #F5F5F5 68%, #FBFBFB 100%);
}
.container-my-puzzles__top.confetti {
  background-image: url("/assets/img/puzzles/confetti-pattern.svg"), -webkit-linear-gradient(318deg, #F7F8F8 0%, #F5F5F5 68%, #FBFBFB 100%);
  background-image: url("/assets/img/puzzles/confetti-pattern.svg"), linear-gradient(132deg, #F7F8F8 0%, #F5F5F5 68%, #FBFBFB 100%);
  background-position: 35% -5%;
  background-repeat: no-repeat;
}
.container-my-puzzles__top-inner {
  max-width: 1310px;
  margin: 0 auto;
  padding: 0 15px 40px;
}
@media all and (max-width: 767px) {
  .container-my-puzzles__top-inner {
    padding: 0 15px 20px;
  }
}
.container-my-puzzles__top-inner h1 {
  margin-bottom: 40px;
}
.container-my-puzzles__top-inner .rondo-container,
.container-my-puzzles__top-inner .container {
  padding-right: 0;
  padding-left: 0;
}
.container-my-puzzles__top-inner .breadcrumb {
  padding-bottom: 32px;
}
.container-my-puzzles__top-inner .order-wrapper {
  position: relative;
}
@media all and (max-width: 767px) {
  .container-my-puzzles__top-inner .order-wrapper {
    margin: 0 -15px;
    margin-bottom: 20px;
  }
}
.container-my-puzzles__top-inner .order-wrapper .big-quiz-controls {
  display: -webkit-flex;
  display: flex;
}
.container-my-puzzles__top-inner .order-wrapper .arrow-controls {
  position: absolute;
  top: -26px;
  left: 100%;
  z-index: 11;
  -webkit-order: 2;
          order: 2;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
}
@media all and (max-width: 767px) {
  .container-my-puzzles__top-inner .order-wrapper .arrow-controls {
    top: 100%;
    left: 50%;
    -webkit-order: 2;
            order: 2;
    margin-top: 20px;
    -webkit-transform: translate(-50%, -100%);
            transform: translate(-50%, -100%);
  }
}
@media all and (max-width: 767px) {
  .container-my-puzzles__top-inner .order-wrapper .container__winners {
    -webkit-order: 1;
            order: 1;
  }
}
.container-my-puzzles__top .puzzle-win-product-box {
  margin-bottom: 40px;
}
@media all and (max-width: 767px) {
  .container-my-puzzles__top .puzzle-win-product-box {
    margin-bottom: 35px;
  }
}
.container-my-puzzles__games {
  margin: 60px 0;
}
@media all and (max-width: 767px) {
  .container-my-puzzles__games {
    margin: 39px 0;
  }
}
.container-my-puzzles__games .description {
  max-width: 850px;
  margin: 7px 0 45px;
}
@media all and (max-width: 767px) {
  .container-my-puzzles__games .description {
    margin: 7px 0 35px;
  }
}
.container-my-puzzles__games .description p {
  margin: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 25px;
}
@media all and (max-width: 925px) {
  .container-my-puzzles__games .products-filter #menu.nav.nav-tabs {
    margin-right: auto;
  }
}
@media all and (max-width: 704px) {
  .container-my-puzzles__games .products-filter #menu.nav.nav-tabs > * {
    margin-top: 1.5rem;
  }
}
@media (max-width: 830px) {
  .container-my-puzzles__games .products-filter:lang(ro) #menu.nav.nav-tabs {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
            flex-direction: column;
    -webkit-align-items: flex-start;
            align-items: flex-start;
  }
}
@media (max-width: 830px) {
  .container-my-puzzles__games .products-filter:lang(ro) #menu.nav.nav-tabs li {
    margin-top: 0;
  }
}
@media (max-width: 830px) {
  .container-my-puzzles__games .products-filter:lang(ro) #menu.nav.nav-tabs li + li {
    margin-top: 1.5rem;
  }
}

.puzzle-win-product-box {
  max-height: 280px;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
  padding: 0 40px;
  text-align: left;
  background-color: rgba(255, 255, 255, 0.95);
  box-shadow: 0 8px 12px #EEEEEE;
  border-radius: 8px;
}
@media all and (max-width: 1024px) {
  .puzzle-win-product-box {
    max-height: initial;
    padding: 16px 40px;
  }
}
@media all and (max-width: 767px) {
  .puzzle-win-product-box {
    -webkit-flex-direction: column;
            flex-direction: column;
    padding: 0 16px 16px;
  }
}
.puzzle-win-product-box__left-col {
  margin-right: 60px;
}
@media all and (max-width: 767px) {
  .puzzle-win-product-box__left-col {
    margin-right: 0;
  }
}
.puzzle-win-product-box__right-col {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
          flex-direction: column;
}
.puzzle-win-product-box .puzzle-win-product-box__img {
  max-height: 280px;
  padding: 20px 0;
}
@media all and (max-width: 767px) {
  .puzzle-win-product-box .puzzle-win-product-box__img {
    margin: 0 auto;
  }
}
.puzzle-win-product-box h2.puzzle-win-product-box__title,
.puzzle-win-product-box p.puzzle-win-product-box__subtitle {
  font-weight: 500;
  text-align: left;
  color: #000;
}
.puzzle-win-product-box h2.puzzle-win-product-box__title {
  margin: 0;
  font-size: 28px;
  line-height: 35px;
}
@media all and (max-width: 767px) {
  .puzzle-win-product-box h2.puzzle-win-product-box__title {
    font-size: 22px;
    line-height: 16px;
  }
}
.puzzle-win-product-box p.puzzle-win-product-box__subtitle {
  margin: 7px 0 0;
  font-size: 18px;
  line-height: 22px;
}
@media all and (max-width: 767px) {
  .puzzle-win-product-box p.puzzle-win-product-box__subtitle {
    margin: 12px 0 0;
  }
}
.puzzle-win-product-box p.puzzle-win-product-box__description {
  margin: 12px 0 28px;
  font-size: 14px;
  font-weight: 400;
  line-height: 25px;
  text-align: left;
}
@media all and (max-width: 767px) {
  .puzzle-win-product-box p.puzzle-win-product-box__description {
    margin: 14px 0 29px;
    font-size: 13px;
    line-height: 20px;
  }
}
.puzzle-win-product-box .puzzle-win-product-box__buttons {
  margin-top: auto;
  text-align: left;
}
.puzzle-win-product-box .puzzle-win-product-box__buttons .btn {
  height: 52px;
  min-width: 218px;
  font-size: 16px;
  font-weight: 700;
  line-height: 52px;
  letter-spacing: 0.29px;
}
@media all and (max-width: 767px) {
  .puzzle-win-product-box .puzzle-win-product-box__buttons .btn {
    width: 100%;
    height: 42px;
    font-size: 14px;
    line-height: 42px;
  }
}

.my-puzzle-games-wrapper {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
@media (min-width: 625.9999px) {
  .my-puzzle-games-wrapper {
    grid-gap: 24px 17px;
  }
}
.my-puzzle-games-wrapper > * + * {
  margin-top: 24px;
}
@media (min-width: 625.9999px) {
  .my-puzzle-games-wrapper > * + * {
    margin-top: 0;
  }
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .my-puzzle-games-wrapper {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}
@media all and (max-width: 1024px) {
  .my-puzzle-games-wrapper {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media all and (max-width: 625px) {
  .my-puzzle-games-wrapper {
    grid-template-columns: auto;
  }
}
.my-puzzle-games-wrapper .puzzle-game-link {
  text-decoration: none;
  z-index: 99;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .my-puzzle-games-wrapper .puzzle-game-link {
    width: -webkit-calc(33.3333333333% - 8.5px);
    width: calc(33.3333333333% - 8.5px);
    margin: 5px 8.5px;
  }
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .my-puzzle-games-wrapper .puzzle-game-link .my-puzzle-game {
    width: 100%;
  }
}
.my-puzzle-games-wrapper .my-puzzle-game {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
          flex-direction: column;
  padding: 28px 24px 24px;
  background: #fff;
  border: 1px solid #F0F0F0;
  border-radius: 4px;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .my-puzzle-games-wrapper .my-puzzle-game {
    width: -webkit-calc(33.3333333333% - 8.5px);
    width: calc(33.3333333333% - 8.5px);
    margin: 0 8.5px;
  }
}
@media all and (max-width: 767px) {
  .my-puzzle-games-wrapper .my-puzzle-game {
    padding: 20px 16px 16px;
    z-index: 5;
  }
}
.my-puzzle-games-wrapper .my-puzzle-game.active-game {
  box-shadow: none;
  -webkit-transition: 0.3s box-shadow;
  transition: 0.3s box-shadow;
}
.my-puzzle-games-wrapper .my-puzzle-game.active-game .btn {
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.my-puzzle-games-wrapper .my-puzzle-game.active-game:hover {
  cursor: pointer;
  box-shadow: 0 8px 12px #EEEEEE;
  -webkit-transition: 0.3s box-shadow;
  transition: 0.3s box-shadow;
}
.my-puzzle-games-wrapper .my-puzzle-game.active-game:hover .btn {
  color: #fff;
  background: #65a325;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.my-puzzle-games-wrapper .my-puzzle-game .detail-puzzles__wrapper {
  position: relative;
  width: 100%;
  height: 0;
  max-width: 100%;
  margin: 27px auto 24px;
  padding-top: 100%;
  text-align: center;
  background-image: -webkit-linear-gradient(211deg, rgba(206, 166, 166, 0) 0%, rgba(0, 0, 0, 0.03) 100%);
  background-image: linear-gradient(239deg, rgba(206, 166, 166, 0) 0%, rgba(0, 0, 0, 0.03) 100%);
  background-color: #f8f8f8;
  border-radius: 2%;
}
.my-puzzle-games-wrapper .my-puzzle-game .detail-puzzles__wrapper .game-puzzles {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.my-puzzle-games-wrapper .my-puzzle-game__title {
  margin: 0;
  font-weight: 500;
  line-height: 26px;
  color: #000;
}
.my-puzzle-games-wrapper .my-puzzle-game__count {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
}
.my-puzzle-games-wrapper .my-puzzle-game__count svg {
  margin-right: 8px;
}
@media all and (max-width: 767px) {
  .my-puzzle-games-wrapper .my-puzzle-game__count svg {
    width: 17px;
    height: 17px;
    margin-right: 6px;
  }
}
.my-puzzle-games-wrapper .my-puzzle-game__count span {
  line-height: 15px;
}
.my-puzzle-games-wrapper .my-puzzle-game__description {
  margin: 5px 0 35px;
  font-size: 12px;
  font-weight: 400;
  line-height: 20px;
}
.my-puzzle-games-wrapper .my-puzzle-game__description-lg {
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  text-align: center;
  color: #A2A2A2;
}
.my-puzzle-games-wrapper .my-puzzle-game__footer {
  display: -webkit-flex;
  display: flex;
  margin-top: auto;
}
.my-puzzle-games-wrapper .my-puzzle-game__footer .btn {
  height: 42px;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.25px;
  box-shadow: 0 1px 0 #518F11;
  display: -webkit-inline-flex;
  display: inline-flex;
  -webkit-align-items: center;
          align-items: center;
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.my-puzzle-games-wrapper .my-puzzle-game__footer .btn.disabled, .my-puzzle-games-wrapper .my-puzzle-game__footer .btn.btn-success--outline {
  box-shadow: none;
}
@media all and (max-width: 1225px) {
  .my-puzzle-games-wrapper .my-puzzle-game__footer {
    -webkit-flex-direction: column;
            flex-direction: column;
  }
}
@media all and (max-width: 1225px) {
  .my-puzzle-games-wrapper .my-puzzle-game__footer .game-end {
    margin-bottom: 24px;
  }
}
.my-puzzle-games-wrapper .my-puzzle-game__footer .game-end__title {
  margin: 0 0 7px;
  line-height: 1;
  color: #8E8F91;
}
.my-puzzle-games-wrapper .my-puzzle-game__footer .game-end__date {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
  font-size: 16px;
  line-height: 20px;
  color: #000;
}
.my-puzzle-games-wrapper .my-puzzle-game__footer .game-end__date .emoji-icon {
  margin-right: 6px;
}
@media all and (max-width: 480px) {
  .my-puzzle-games-wrapper .my-puzzle-game__footer .game-end__date {
    font-size: 12px;
  }
}
.my-puzzle-games-wrapper .my-puzzle-game.disabled {
  background-color: #FBFBFB;
  border: 1px dashed #D1D1D1;
}
.my-puzzle-games-wrapper .my-puzzle-game.disabled .my-puzzle-game__title {
  text-align: center;
  color: #A2A2A2;
}
.my-puzzle-games-wrapper .my-puzzle-game.disabled .disabled-puzzles-img {
  max-width: 100%;
  display: block;
  margin: 49px auto 66px;
}

.brand-logo svg, .brand-logo img {
  width: 16.4rem;
  height: 3.2rem;
}
@media (max-width: 600px) {
  .brand-logo svg, .brand-logo img {
    width: 22.51vmin;
  }
}
@media (max-width: 450px) {
  .brand-logo svg, .brand-logo img {
    width: 28vmin;
  }
}
@media (max-width: 940px) and (max-height: 450px) {
  .brand-logo svg, .brand-logo img {
    width: 10rem;
  }
}
@media (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) and (max-width: 930px), (orientation: landscape) and (min-resolution: 2x) and (max-width: 930px), (orientation: landscape) and (-webkit-min-device-pixel-ratio: 3) and (max-width: 930px), (orientation: landscape) and (min-resolution: 3x) and (max-width: 930px) {
  .brand-logo svg, .brand-logo img {
    width: 10rem;
  }
}
.brand-logo[class^="brand-logo brand-logo--"] img {
  height: auto;
}
.brand-logo--avia img {
  width: 11.4rem;
}
@media (max-width: 600px) {
  .brand-logo--avia img {
    width: 15vmin;
  }
}
@media (max-width: 450px) {
  .brand-logo--avia img {
    width: 22vmin;
  }
}
.brand-logo--pepco img {
  width: 21.4rem;
}
@media (max-width: 600px) {
  .brand-logo--pepco img {
    width: 25vmin;
  }
}
@media (max-width: 450px) {
  .brand-logo--pepco img {
    width: 31vmin;
  }
}
.brand-logo--bambule img {
  width: 25.4rem;
}
@media (max-width: 600px) {
  .brand-logo--bambule img {
    width: 23vmin;
  }
}
@media (max-width: 450px) {
  .brand-logo--bambule img {
    width: 34vmin;
  }
}
.brand-logo--rossmann img {
  width: 21.4rem;
}
@media (max-width: 600px) {
  .brand-logo--rossmann img {
    width: 25vmin;
  }
}
@media (max-width: 450px) {
  .brand-logo--rossmann img {
    width: 31vmin;
  }
}
.brand-logo--miniso img {
  width: 8.4rem;
}
@media (max-width: 600px) {
  .brand-logo--miniso img {
    width: 5rem;
  }
}
@media (max-width: 350px) {
  .brand-logo--miniso img {
    width: 4rem;
  }
}
.brand-logo--pizza img {
  width: 7.4rem;
}
@media (max-width: 600px) {
  .brand-logo--pizza img {
    width: 5.5rem;
  }
}
@media (max-width: 350px) {
  .brand-logo--pizza img {
    width: 5rem;
  }
}
.brand-logo--belfrit img {
  width: 12.4rem;
}
@media (max-width: 600px) {
  .brand-logo--belfrit img {
    width: 7.4rem;
  }
}
@media (max-width: 350px) {
  .brand-logo--belfrit img {
    width: 7.4rem;
  }
}

.partners {
  position: relative;
}
.code ~ .partners, .signpost ~ .partners {
  margin-top: -7rem;
}
.code ~ .partners ~ .footer, .signpost ~ .partners ~ .footer {
  margin-top: 10rem;
}
@media (max-width: 600px) {
  .code ~ .partners, .signpost ~ .partners {
    margin-top: 5rem;
  }
  .code ~ .partners ~ .footer, .signpost ~ .partners ~ .footer {
    margin-top: 10rem;
  }
}
@media (orientation: landscape) and (max-height: 900px) {
  .code.code--active ~ .partners, .code--active.signpost ~ .partners {
    margin-top: 5rem;
  }
  .code.code--active ~ .partners ~ .footer, .code--active.signpost ~ .partners ~ .footer {
    margin-top: 10rem;
  }
}
.partners__container {
  border-radius: 4px;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
          justify-content: center;
  -webkit-align-items: center;
          align-items: center;
  -webkit-flex-direction: column;
          flex-direction: column;
  padding: 3rem;
  background-color: #FFFFFF;
  box-shadow: 0 2px 8px rgba(232, 232, 232, 0.8);
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .partners__container > * + * {
    margin-left: 0;
    margin-top: clamp(2rem, 1rem + 5vw, 3rem);
  }
}
@supports (gap: clamp(2rem, 1rem + 5vw, 3rem)) {
  .partners__container {
    gap: clamp(2rem, 1rem + 5vw, 3rem);
  }
}
@media (max-width: 100px) {
  .partners__container {
    padding: 3rem;
  }
}
@media (max-width: 100px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) and (max-width: 930px), (max-width: 100px) and (orientation: landscape) and (min-resolution: 2x) and (max-width: 930px), (max-width: 100px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 3) and (max-width: 930px), (max-width: 100px) and (orientation: landscape) and (min-resolution: 3x) and (max-width: 930px) {
  .partners__container {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-evenly;
            justify-content: space-evenly;
    -webkit-align-items: center;
            align-items: center;
    -webkit-flex-direction: row;
            flex-direction: row;
    box-shadow: 0 2px 8px rgba(232, 232, 232, 0.5);
    height: 10rem;
  }
}
@media screen and (max-width: 100px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) and (max-width: 930px) and (-ms-high-contrast: active), screen and (max-width: 100px) and (orientation: landscape) and (min-resolution: 2x) and (max-width: 930px) and (-ms-high-contrast: active), (max-width: 100px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) and (max-width: 930px) and (-ms-high-contrast: none), (max-width: 100px) and (orientation: landscape) and (min-resolution: 2x) and (max-width: 930px) and (-ms-high-contrast: none), screen and (max-width: 100px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 3) and (max-width: 930px) and (-ms-high-contrast: active), screen and (max-width: 100px) and (orientation: landscape) and (min-resolution: 3x) and (max-width: 930px) and (-ms-high-contrast: active), (max-width: 100px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 3) and (max-width: 930px) and (-ms-high-contrast: none), (max-width: 100px) and (orientation: landscape) and (min-resolution: 3x) and (max-width: 930px) and (-ms-high-contrast: none) {
  .partners__container > * + * {
    margin-top: 0;
  }
}
@media (max-width: 940px) and (max-height: 450px) {
  .partners__container {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-evenly;
            justify-content: space-evenly;
    -webkit-align-items: center;
            align-items: center;
    -webkit-flex-direction: row;
            flex-direction: row;
    box-shadow: 0 2px 8px rgba(232, 232, 232, 0.5);
    height: 10rem;
  }
}
@media screen and (max-width: 940px) and (max-height: 450px) and (-ms-high-contrast: active), (max-width: 940px) and (max-height: 450px) and (-ms-high-contrast: none) {
  .partners__container > * + * {
    margin-top: 0;
  }
}
@media (max-width: 320px) and (max-height: 568px) {
  .partners__container {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
            justify-content: center;
    -webkit-align-items: center;
            align-items: center;
    -webkit-flex-direction: column;
            flex-direction: column;
    height: auto;
  }
}
@media screen and (max-width: 320px) and (max-height: 568px) and (-ms-high-contrast: active), (max-width: 320px) and (max-height: 568px) and (-ms-high-contrast: none) {
  .partners__container > * + * {
    margin-left: 0;
    margin-top: clamp(2rem, 1rem + 5vw, 3rem);
  }
}
@media (max-width: 320px) and (max-height: 568px) {
  @supports (gap: clamp(2rem, 1rem + 5vw, 3rem)) {
    .partners__container {
      gap: clamp(2rem, 1rem + 5vw, 3rem);
    }
  }
}
@media (min-width: 601px) {
  .partners__container {
    box-shadow: 0 4px 1px rgba(232, 232, 232, 0.5);
    height: 13.6rem;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-evenly;
            justify-content: space-evenly;
    -webkit-align-items: center;
            align-items: center;
    -webkit-flex-direction: row;
            flex-direction: row;
  }
}
@media screen and (min-width: 601px) and (-ms-high-contrast: active), (min-width: 601px) and (-ms-high-contrast: none) {
  .partners__container > * + * {
    margin-top: 0;
  }
}
@media (min-width: 601px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) and (max-width: 930px), (min-width: 601px) and (orientation: landscape) and (min-resolution: 2x) and (max-width: 930px), (min-width: 601px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 3) and (max-width: 930px), (min-width: 601px) and (orientation: landscape) and (min-resolution: 3x) and (max-width: 930px) {
  .partners__container {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-evenly;
            justify-content: space-evenly;
    -webkit-align-items: center;
            align-items: center;
    -webkit-flex-direction: row;
            flex-direction: row;
    box-shadow: 0 2px 8px rgba(232, 232, 232, 0.5);
    height: 10rem;
  }
}
@media screen and (min-width: 601px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) and (max-width: 930px) and (-ms-high-contrast: active), screen and (min-width: 601px) and (orientation: landscape) and (min-resolution: 2x) and (max-width: 930px) and (-ms-high-contrast: active), (min-width: 601px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) and (max-width: 930px) and (-ms-high-contrast: none), (min-width: 601px) and (orientation: landscape) and (min-resolution: 2x) and (max-width: 930px) and (-ms-high-contrast: none), screen and (min-width: 601px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 3) and (max-width: 930px) and (-ms-high-contrast: active), screen and (min-width: 601px) and (orientation: landscape) and (min-resolution: 3x) and (max-width: 930px) and (-ms-high-contrast: active), (min-width: 601px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 3) and (max-width: 930px) and (-ms-high-contrast: none), (min-width: 601px) and (orientation: landscape) and (min-resolution: 3x) and (max-width: 930px) and (-ms-high-contrast: none) {
  .partners__container > * + * {
    margin-top: 0;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .partners__container {
    -webkit-justify-content: space-between;
            justify-content: space-between;
    padding-left: 7%;
    padding-right: 7%;
  }
}
.partners__title {
  font-size: 3.3vmin;
  font-weight: 400;
  color: #474C57;
  margin: 0;
}
@media (min-width: 601px) {
  .partners__title {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    border: 0;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px);
    -webkit-clip-path: inset(100%);
            clip-path: inset(100%);
    white-space: nowrap;
  }
}
@media screen and (min-width: 601px) and (-ms-high-contrast: active), (min-width: 601px) and (-ms-high-contrast: none) {
  .partners__title {
    display: none;
    width: 0;
  }
}
@media (max-width: 940px) and (max-height: 450px) {
  .partners__title {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    border: 0;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px);
    -webkit-clip-path: inset(100%);
            clip-path: inset(100%);
    white-space: nowrap;
  }
}
@media screen and (max-width: 940px) and (max-height: 450px) and (-ms-high-contrast: active), (max-width: 940px) and (max-height: 450px) and (-ms-high-contrast: none) {
  .partners__title {
    display: none;
    width: 0;
  }
}
@media (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) and (max-width: 930px), (orientation: landscape) and (min-resolution: 2x) and (max-width: 930px), (orientation: landscape) and (-webkit-min-device-pixel-ratio: 3) and (max-width: 930px), (orientation: landscape) and (min-resolution: 3x) and (max-width: 930px) {
  .partners__title {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    border: 0;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px);
    -webkit-clip-path: inset(100%);
            clip-path: inset(100%);
    white-space: nowrap;
  }
}
@media screen and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) and (max-width: 930px) and (-ms-high-contrast: active), screen and (orientation: landscape) and (min-resolution: 2x) and (max-width: 930px) and (-ms-high-contrast: active), (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) and (max-width: 930px) and (-ms-high-contrast: none), (orientation: landscape) and (min-resolution: 2x) and (max-width: 930px) and (-ms-high-contrast: none), screen and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 3) and (max-width: 930px) and (-ms-high-contrast: active), screen and (orientation: landscape) and (min-resolution: 3x) and (max-width: 930px) and (-ms-high-contrast: active), (orientation: landscape) and (-webkit-min-device-pixel-ratio: 3) and (max-width: 930px) and (-ms-high-contrast: none), (orientation: landscape) and (min-resolution: 3x) and (max-width: 930px) and (-ms-high-contrast: none) {
  .partners__title {
    display: none;
    width: 0;
  }
}
@media (max-width: 450px) {
  .partners__title {
    font-size: 1.6rem;
  }
}
@media (max-width: 1000px) {
  .partners__logo-wrapper:last-of-type {
    display: none;
  }
}
@media (max-width: 600px) {
  .partners__logo-wrapper:first-of-type {
    -webkit-order: 1;
            order: 1;
  }
}
@media (max-width: 568px) and (max-height: 320px) {
  .partners__logo-wrapper:nth-of-type(3) {
    display: none;
  }
}
@media (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) and (max-width: 568px), (orientation: landscape) and (min-resolution: 2x) and (max-width: 568px), (orientation: landscape) and (-webkit-min-device-pixel-ratio: 3) and (max-width: 568px), (orientation: landscape) and (min-resolution: 3x) and (max-width: 568px) {
  .partners__logo-wrapper:first-of-type {
    display: none;
  }
}
@media (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) and (max-width: 480px), (orientation: landscape) and (min-resolution: 2x) and (max-width: 480px), (orientation: landscape) and (-webkit-min-device-pixel-ratio: 3) and (max-width: 480px), (orientation: landscape) and (min-resolution: 3x) and (max-width: 480px) {
  .partners__logo-wrapper:nth-of-type(3) {
    display: none;
  }
}
.partners__logo-wrapper--bambule .partners__logo, .partners__logo-wrapper--sklizeno .partners__logo, .partners__logo-wrapper--fann .partners__logo, .partners__logo-wrapper--optima .partners__logo, .partners__logo-wrapper--novum .partners__logo, .partners__logo-wrapper--mobilonline .partners__logo, .partners__logo-wrapper--duben .partners__logo {
  margin: 0 auto;
}
.partners__logo-wrapper--pepco .partners__logo {
  width: 17rem;
  margin-right: auto;
}
@media (max-width: 600px) {
  .partners__logo-wrapper--pepco .partners__logo {
    width: 16rem;
    margin: 0.5rem auto;
  }
}
@media (max-width: 600px) {
  .partners__logo-wrapper--bambule {
    height: 4rem;
  }
}
.partners__logo-wrapper--bambule .partners__logo {
  width: 18rem;
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
}
@media (max-width: 600px) {
  .partners__logo-wrapper--bambule .partners__logo {
    height: 3.8rem;
    object-fit: cover;
  }
}
.partners__logo-wrapper--petcenter .partners__logo {
  width: 18.6rem;
  margin-left: auto;
}
.partners__logo-wrapper--comfor .partners__logo {
  width: 18.6rem;
  margin-left: auto;
}
.partners__logo-wrapper--prior .partners__logo {
  width: 15rem;
  margin-left: auto;
}
.partners__logo-wrapper--optima .partners__logo {
  width: 15rem;
}
.partners__logo-wrapper--novum .partners__logo {
  width: 17rem;
}
.partners__logo-wrapper--sklizeno .partners__logo {
  width: 21rem;
}
@media (max-width: 600px) {
  .partners__logo-wrapper--sklizeno .partners__logo {
    width: 25rem;
    height: 2rem;
    object-fit: cover;
    margin: 0.5rem auto;
  }
}
.partners__logo-wrapper--trenyrkarna .partners__logo {
  width: 21rem;
}
@media (max-width: 600px) {
  .partners__logo-wrapper--trenyrkarna .partners__logo {
    width: 25rem;
    height: 2.4rem;
    object-fit: cover;
    margin: 0.5rem auto;
  }
}
.partners__logo-wrapper--fann .partners__logo {
  width: 13.5rem;
}
@media (max-width: 600px) {
  .partners__logo-wrapper--fann .partners__logo {
    margin: 0.5rem auto;
  }
}
.partners__logo-wrapper--duben .partners__logo {
  width: 17rem;
}
@media (max-width: 100px) {
  .partners__logo-wrapper--duben .partners__logo {
    margin: unset;
    margin-left: auto;
  }
}
@media (max-width: 600px) {
  .partners__logo-wrapper--duben .partners__logo {
    height: 5rem;
    width: 20rem;
    margin: 0 auto;
    object-fit: cover;
  }
}
.partners__logo-wrapper--mobilonline .partners__logo {
  width: 18rem;
}
@media (max-width: 600px) {
  .partners__logo-wrapper--mobilonline .partners__logo {
    height: 4rem;
    object-fit: cover;
  }
}
.partners__logo-wrapper--mirage .partners__logo {
  width: 8.4rem;
  margin: 0 auto;
}
@media (max-width: 600px) {
  .partners__logo-wrapper--mirage .partners__logo {
    width: 10rem;
  }
}
.partners__logo {
  display: block;
  max-width: 90%;
}
@media (max-width: 600px) {
  .partners__logo {
    max-width: 70%;
  }
}

.rondo-image-carousel-container {
  position: relative;
  width: 100%;
  height: 100%;
}
.rondo-image-carousel-container + .content__header {
  margin-top: 1rem;
}

.rondo-image-carousel {
  -webkit-flex-basis: auto;
          flex-basis: auto;
  width: 100%;
  display: -webkit-flex;
  display: flex;
  block-size: auto;
  overflow-x: hidden;
  overflow-y: hidden;
  -webkit-scroll-snap-type: inline mandatory;
      -ms-scroll-snap-type: inline mandatory;
          scroll-snap-type: inline mandatory;
  scroll-behavior: smooth;
}
.rondo-overlay--add-product .rondo-image-carousel {
  max-width: 37.8rem;
  min-height: auto;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 600px) {
  .rondo-overlay--add-product .rondo-image-carousel {
    margin-bottom: 2rem;
  }
}
.rondo-image-carousel > * {
  -webkit-flex: 0 0 auto;
          flex: 0 0 auto;
  scroll-snap-align: start;
}
.rondo-image-carousel > img {
  width: 100%;
  -webkit-flex-basis: auto;
          flex-basis: auto;
}
.rondo-overlay--add-product .rondo-image-carousel > img {
  max-width: 37.8rem;
  min-height: auto;
  object-fit: contain;
}
.rondo-image-carousel > * {
  block-size: 100%;
  -webkit-flex-basis: auto;
          flex-basis: auto;
  width: auto;
}
.rondo-image-carousel__btn {
  display: -webkit-inline-flex;
  display: inline-flex;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  text-decoration: none !important;
  width: 3.6rem;
  height: 3.6rem;
  background-color: transparent;
  border: 0;
  padding: 0;
}
@media (max-width: 600px) {
  .rondo-image-carousel__btn {
    position: static;
    width: 2.6rem;
    height: 2.6rem;
  }
}
@media (max-width: 600px) {
  .rondo-image-carousel__btn + .rondo-image-carousel__btn {
    margin-left: 2.4rem;
  }
}
.rondo-image-carousel__btn--prev {
  left: 0;
}
.rondo-overlay--add-product .rondo-image-carousel__btn--prev {
  left: -1vw;
}
.rondo-image-carousel__btn--next {
  right: 0;
}
.rondo-overlay--add-product .rondo-image-carousel__btn--next {
  right: -1vw;
}
.rondo-image-carousel__btn svg {
  width: 100%;
  height: 100%;
  fill: #b7b8b9;
  -webkit-transition: fill 250ms;
  transition: fill 250ms;
}
.rondo-image-carousel__btn--disabled {
  opacity: 0.2;
  pointer-events: none;
}
@media (hover: hover) {
  .rondo-image-carousel__btn:hover svg {
    fill: #7b7d7f;
  }
}
.rondo-image-carousel__btn--next svg {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.additional-product {
  padding-left: 1.6rem;
  padding-right: 1.6rem;
  position: absolute;
  bottom: 0;
  right: 0;
  width: -webkit-calc(100% - 4rem);
  width: calc(100% - 4rem);
  min-height: 7.2rem;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.05), 0 2px 4px rgba(0, 0, 0, 0.05);
  border-radius: 4px;
  border: 1px solid #f6f6f6;
  background-color: #ffffff;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
}
@media (max-width: 950px) {
  .additional-product {
    padding-left: 0.6rem;
  }
}
@media (max-width: 767.2px) {
  .additional-product {
    width: 90%;
    right: 50%;
    -webkit-transform: translateX(50%);
            transform: translateX(50%);
    padding-left: 1.6rem;
  }
}
@media (max-width: 530px) {
  .additional-product {
    width: 95%;
    min-height: 6rem;
    padding-left: 0.6rem;
  }
}
.additional-product[data-sale=true] {
  padding-left: 1.6rem;
}
.additional-product__preview-img {
  max-width: 9.2rem;
  object-fit: cover;
  height: auto;
}
@media (max-width: 950px) {
  .additional-product__preview-img {
    max-width: 5.6rem;
  }
}
@media (max-width: 767.2px) {
  .additional-product__preview-img {
    max-width: 9.2rem;
  }
}
@media (max-width: 530px) {
  .additional-product__preview-img {
    max-width: 5.6rem;
  }
}
.additional-product__preview-img + .additional-product__text {
  margin-left: 1.6rem;
}
@media (max-width: 950px) {
  .additional-product__preview-img + .additional-product__text {
    margin-left: 1.1rem;
  }
}
@media (max-width: 767.2px) {
  .additional-product__preview-img + .additional-product__text {
    margin-left: 1.6rem;
  }
}
@media (max-width: 530px) {
  .additional-product__preview-img + .additional-product__text {
    margin-left: 1.1rem;
  }
}
.additional-product__text {
  width: 100%;
  color: #373b43;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 18px;
  margin-bottom: 0;
}
@media (max-width: 950px) {
  .additional-product__text {
    font-size: 1.4rem;
  }
}
@media (max-width: 767.2px) {
  .additional-product__text {
    font-size: 1.5rem;
  }
}
@media (max-width: 530px) {
  .additional-product__text {
    font-size: 1.4rem;
  }
}
.additional-product__text + .additional-product__remove-btn {
  margin-left: 1.6rem;
}
@media (max-width: 950px) {
  .additional-product__text + .additional-product__remove-btn {
    margin-left: 1.1rem;
  }
}
@media (max-width: 767.2px) {
  .additional-product__text + .additional-product__remove-btn {
    margin-left: 1.6rem;
  }
}
@media (max-width: 530px) {
  .additional-product__text + .additional-product__remove-btn {
    margin-left: 1.1rem;
  }
}
.additional-product__remove-btn {
  color: #d30000;
  font-size: 15px;
  font-weight: 300;
  line-height: 15px;
  text-decoration: underline;
}
@media (max-width: 950px) {
  .additional-product__remove-btn {
    font-size: 1.4rem;
  }
}
@media (max-width: 767.2px) {
  .additional-product__remove-btn {
    font-size: 1.5rem;
  }
}
@media (max-width: 530px) {
  .additional-product__remove-btn {
    font-size: 1.4rem;
  }
}
.additional-product__remove-btn:hover {
  color: #d30000;
  text-decoration: none;
}

.promo-fullbox {
  z-index: 99999 !important;
}

.promo-fullbox .fullbox.promo {
  background-color: #f5f6f7;
  overflow-y: auto;
  overflow-x: hidden;
}

.promo {
  padding: 0 6rem;
}
@media (max-width: 750px) {
  .promo {
    padding: 0 clamp(2rem, 7vw, 6rem);
  }
}
.promo * {
  margin: 0;
}
.promo__container {
  position: relative;
  max-width: 114rem;
  margin-left: auto;
  margin-right: auto;
  padding: 8.3rem 0 7.4rem 0;
}
@media (max-width: 750px) {
  .promo__container {
    padding-bottom: 0;
  }
}
.promo__header {
  position: relative;
  isolation: isolate;
  padding: 7.3rem 5.9rem;
  min-height: 31rem;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
          flex-direction: column;
  -webkit-align-items: flex-start;
          align-items: flex-start;
  -webkit-justify-content: center;
          justify-content: center;
  border-radius: 0.8rem;
  color: #ffffff;
  background-color: #231706;
  background-image: -webkit-linear-gradient(254deg, rgba(255, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%);
  background-image: linear-gradient(196deg, rgba(255, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%);
}
@media (max-width: 1024px) {
  .promo__header {
    -webkit-align-items: center;
            align-items: center;
    text-align: center;
    padding-top: 0;
    padding-bottom: 2rem;
  }
}
@media (max-width: 750px) {
  .promo__header {
    padding: 0 2rem 3rem 2rem;
  }
}
.promo__logo {
  width: 15.7rem;
  height: auto;
}
@media (max-width: 750px) {
  .promo__logo {
    width: min(35%, 15.7rem);
    min-width: 9rem;
  }
}
.promo__img {
  position: absolute;
  bottom: -3rem;
  right: -5rem;
  width: 45rem;
  height: auto;
  z-index: 2;
}
@media (max-width: 1024px) {
  .promo__img {
    max-width: 32rem;
    width: 100%;
    -webkit-transform: translateY(-15%);
            transform: translateY(-15%);
    position: static;
    -webkit-order: -1;
            order: -1;
  }
}
.promo__img img {
  width: 100%;
  height: auto;
}
.promo__decorative-img {
  position: absolute;
  height: auto;
  z-index: 1;
}
.promo__decorative-img--1 {
  top: -2rem;
  left: -7.5rem;
  width: 15rem;
}
@media (max-width: 1024px) {
  .promo__decorative-img--1 {
    top: 7rem;
    left: -3.5rem;
    width: 16rem;
  }
}
@media (max-width: 600px) {
  .promo__decorative-img--1 {
    top: 13rem;
    left: -1.5rem;
    width: 10rem;
  }
}
.promo__decorative-img--2 {
  top: 3rem;
  right: 40rem;
  width: 13rem;
}
@media (max-width: 1024px) {
  .promo__decorative-img--2 {
    display: none;
  }
}
.promo__decorative-img--3 {
  top: -4.2rem;
  right: 5rem;
  width: 10rem;
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
}
@media (max-width: 1024px) {
  .promo__decorative-img--3 {
    width: 12rem;
  }
}
@media (max-width: 600px) {
  .promo__decorative-img--3 {
    top: -1rem;
    right: 2rem;
    width: 9rem;
  }
}
.promo__decorative-img--4 {
  top: 6rem;
  right: -1.7rem;
  width: 10rem;
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
}
@media (max-width: 1024px) {
  .promo__decorative-img--4 {
    top: initial;
    bottom: 15rem;
    width: 16rem;
    -webkit-transform: rotateY(0);
            transform: rotateY(0);
  }
}
@media (max-width: 825px) {
  .promo__decorative-img--4 {
    display: none;
  }
}
.promo__main {
  color: #414141;
}
.promo__stack {
  padding: 7.4rem 0;
}
@media (max-width: 750px) {
  .promo__stack {
    padding: 5rem 0;
  }
}
.promo__stack > *:not(:last-child) {
  margin-bottom: 1.8em;
}
.promo__box {
  position: -webkit-sticky;
  position: sticky;
  bottom: 5rem;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
          justify-content: space-between;
  -webkit-align-items: center;
          align-items: center;
  padding: 1.9rem;
  background-color: #ffffff;
  box-shadow: 0 4px 12px #c0c0c0;
  border-radius: 0.4rem;
}
@media (max-width: 750px) {
  .promo__box {
    -webkit-flex-direction: column;
            flex-direction: column;
    padding: 2.2rem clamp(2rem, 8.5vw, 7rem);
    bottom: 0;
    margin: 0 -webkit-calc(-50vw + 50%);
    margin: 0 calc(-50vw + 50%);
  }
}
@media (max-width: 450px) {
  .promo__box {
    padding: 2.2rem clamp(2rem, 7.25vw, 7rem);
  }
}
.promo__title {
  color: inherit;
  font-size: 3.1rem;
  font-weight: 600;
  line-height: 1.225;
  text-align: left;
  max-width: 55ch;
}
@media (max-width: 750px) {
  .promo__title {
    font-size: clamp(2.2rem, 3.5vw + 1rem, 3.1rem);
  }
}
.promo__header .promo__title {
  margin: 0.285em 0;
  font-weight: 700;
  font-size: 6.2rem;
  line-height: 1.1;
}
@media (max-width: 1225px) {
  .promo__header .promo__title {
    max-width: 15ch;
  }
}
@media (max-width: 1024px) {
  .promo__header .promo__title {
    text-align: center;
    max-width: 20ch;
  }
}
@media (max-width: 750px) {
  .promo__header .promo__title {
    font-size: clamp(3.5rem, 7vw + 1rem, 6.2rem);
    margin-top: 0.35em;
    margin-bottom: 0;
  }
}
.promo__desc {
  max-width: 79ch;
  font-size: 1.7rem;
  font-weight: 300;
  font-style: normal;
  letter-spacing: normal;
  line-height: 1.4;
}
.promo__desc a {
  color: inherit;
}
.promo__desc a:hover {
  text-decoration: none;
}
.promo__box .promo__desc {
  font-size: 1.4rem;
  margin-right: 4rem;
}
@media (max-width: 750px) {
  .promo__box .promo__desc {
    margin-right: 0;
    margin-bottom: 1.9rem;
  }
}
.promo__close {
  cursor: pointer;
  position: absolute;
  top: 3rem;
  right: 0;
  width: 3.6rem;
  height: 3.6rem;
  border-radius: 50%;
  background-color: #ffffff;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.5);
  border: 1px solid #ffffff;
}
.promo__close::after, .promo__close::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 50%;
  height: 1.7px;
  background-color: #8c8c8c;
  -webkit-transition: background-color 150ms ease-in-out;
  transition: background-color 150ms ease-in-out;
}
@media (hover: hover) {
  .promo__close:hover::after, .promo__close:hover::before {
    background-color: #414141;
  }
}
.promo__close::after {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}
.promo__close::before {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}
.promo .btn {
  font-size: 1.6rem;
  line-height: 1;
  background-color: #e37921;
}
@media (max-width: 750px) {
  .promo .btn {
    width: 100%;
  }
}
.promo .btn:hover {
  background-color: #ba6117;
  color: #ffffff;
}

.rondo-overlay.halloween.show {
  opacity: 0.98;
}

.rondo-overlay.halloween {
  background-color: #000000;
  background-image: -webkit-radial-gradient(center, circle 385px, rgba(28, 15, 2, 0.6) 0%, rgba(40, 39, 37, 0.6) 100%), -webkit-radial-gradient(center, circle 435px, rgba(255, 255, 255, 0.25) 0%, rgba(219, 179, 139, 0.25) 100%), url(/assets/img/black-circles-bg.svg);
  background-image: radial-gradient(circle 385px at center, rgba(28, 15, 2, 0.6) 0%, rgba(40, 39, 37, 0.6) 100%), radial-gradient(circle 435px at center, rgba(255, 255, 255, 0.25) 0%, rgba(219, 179, 139, 0.25) 100%), url(/assets/img/black-circles-bg.svg);
  background-size: cover;
  background-repeat: no-repeat;
}
.rondo-overlay.halloween .content {
  box-shadow: 0 8px 12px #3f3322;
}
.rondo-overlay.halloween .spin-game-popup.spin-game-popup--wof .content.bats {
  position: relative;
  z-index: 1;
  padding-bottom: 4.1rem;
  background-image: none;
  padding-top: 3rem;
}
@media (max-width: 480px) {
  .rondo-overlay.halloween .spin-game-popup.spin-game-popup--wof .content.bats {
    padding-bottom: 1rem;
  }
}
.rondo-overlay.halloween .spin-game-popup.spin-game-popup--wof .content.bats::after {
  content: url(/assets/img/header-bats-desktop.svg);
  position: absolute;
  z-index: -1;
  top: -4rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media (max-width: 550px) {
  .rondo-overlay.halloween .spin-game-popup.spin-game-popup--wof .content.bats::after {
    content: url(/assets/img/header-bats-mobile.svg);
    top: -1rem;
  }
}
.rondo-overlay.halloween .spin-game-popup.spin-game-popup--wof .title-emoji {
  font-size: 8.4rem;
  margin: 0;
  margin-top: 1rem;
  line-height: 1;
}
@media (max-width: 550px) {
  .rondo-overlay.halloween .spin-game-popup.spin-game-popup--wof .title-emoji {
    margin-top: 3rem;
    font-size: 7.2rem;
  }
}
.rondo-overlay.halloween .spin-game-popup.spin-game-popup--wof .title {
  margin: 0;
  margin-top: 5.2rem;
  color: rgb(49, 49, 49);
  font-size: 3.6rem;
  font-weight: 500;
  letter-spacing: 0;
  text-align: center;
  line-height: 1;
}
@media (max-width: 550px) {
  .rondo-overlay.halloween .spin-game-popup.spin-game-popup--wof .title {
    margin-top: 3.6rem;
    font-size: 3.2rem;
    font-weight: 600;
  }
}
.rondo-overlay.halloween .spin-game-popup.spin-game-popup--wof .content__body p {
  margin: 0;
  color: #414141;
  font-size: 1.6rem;
  font-weight: 300;
  font-style: normal;
  letter-spacing: normal;
  line-height: 2.8rem;
  text-align: center;
}
@media (max-width: 550px) {
  .rondo-overlay.halloween .spin-game-popup.spin-game-popup--wof .content__body p {
    font-size: 1.4rem;
    line-height: 2.4rem;
  }
}
.rondo-overlay.halloween .spin-game-popup.spin-game-popup--wof .content__body p:first-child {
  margin-top: 3.6rem;
}
@media (max-width: 550px) {
  .rondo-overlay.halloween .spin-game-popup.spin-game-popup--wof .content__body p:first-child {
    margin-top: 2.3rem;
  }
}
.rondo-overlay.halloween .spin-game-popup.spin-game-popup--wof .content__body p + .cta-buttons {
  margin-top: 3.5rem;
}
.rondo-overlay.halloween .spin-game-popup.spin-game-popup--spin .content {
  padding-bottom: 0.5rem;
}
@media (max-width: 375px) {
  .rondo-overlay.halloween .spin-game-popup.spin-game-popup--spin .content {
    padding-bottom: 0;
  }
}
.rondo-overlay.halloween .spin-game-popup.spin-game-popup--spin .title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3.1rem;
  line-height: 1;
}
@media (max-width: 484px) {
  .rondo-overlay.halloween .spin-game-popup.spin-game-popup--spin .title {
    font-size: 2.2rem;
    font-weight: 600;
  }
}
.rondo-overlay.halloween .spin-game-popup.spin-game-popup--spin .draw {
  margin: 3rem auto 0;
}
.rondo-overlay.halloween .spin-game-popup.spin-game-popup--spin .draw-prize {
  padding: 12px 0;
}
@media (max-width: 767px) {
  .rondo-overlay.halloween .spin-game-popup.spin-game-popup--spin .draw-prize {
    padding: 8px 0;
  }
}
@media (max-width: 375px) {
  .rondo-overlay.halloween .spin-game-popup.spin-game-popup--spin .spin-game__container {
    padding-bottom: 2.4rem;
  }
}
@media (max-width: 375px) {
  .rondo-overlay.halloween .spin-game-popup.spin-game-popup--spin .btn {
    font-size: 1.4rem;
  }
}

.winners {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
          flex-direction: column;
  -webkit-align-items: center;
          align-items: center;
  padding: 1.5rem;
}
@media (max-width: 1119px) {
  .winners {
    padding: 2rem;
  }
}
.winners__container {
  --_height: var(--height, 48rem);
  --_count: var(--count, 1);
  position: relative;
  overflow: hidden;
  max-height: -webkit-calc(var(--_height) * var(--_count));
  max-height: calc(var(--_height) * var(--_count));
}
@media (max-width: 1024px) {
  .winners__container {
    --_height: 47vw;
  }
}
@media (max-width: 768px) {
  .winners__container {
    --_height: 71vw;
  }
}
@media (max-width: 600px) {
  .winners__container {
    --_height: 92vw;
  }
}
@media (max-width: 450px) {
  .winners__container {
    --_height: 137vw;
  }
}
.winners__container--max {
  --_height: 100%;
  --_overlay-visibility: none;
}
.winners__container--max + a, .winners__container--max + button {
  display: none;
}
.winners__container::after {
  content: var(--_overlay-visibility, "");
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 10rem;
  background-image: -webkit-linear-gradient(top, transparent 0%, white 99%);
  background-image: linear-gradient(180deg, transparent 0%, white 99%);
}
@media (max-width: 768px) {
  .winners__container::after {
    height: 8rem;
  }
}
.winners__grid {
  --_gap: var(--gap, 1.6rem);
  display: -webkit-flex;
  display: flex;
  /* fallback */
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: 1fr;
  gap: var(--_gap);
}
.winners__col {
  -webkit-flex: 1;
          flex: 1;
}
.winners__col > * + * {
  margin-top: var(--_gap);
}
.winners img {
  border-radius: 0.4rem;
  width: 100%;
  min-height: 14.9rem;
  max-height: 19.4rem;
  object-fit: cover;
  opacity: 0;
  -webkit-animation: load 500ms ease forwards paused;
          animation: load 500ms ease forwards paused;
}
@-webkit-keyframes load {
  to {
    opacity: 1;
  }
}
@keyframes load {
  to {
    opacity: 1;
  }
}
.winners a, .winners button {
  color: #373B43;
  margin-top: 2rem;
}

.btn.loading {
  --_fg: var(--fg, #65A325);
  --_bg: var(--bg, #F5F6F7);
  --_animation-duration: var(--animation-duration, 2000ms);
  --_animation-delay: var(--animation-delay, 0ms);
  --_animation-timing: var(--animation-timing, cubic-bezier(0, 0.42, 0.5, 1));
  --_animation-iter: var(--animation-iter, 1);
  position: relative;
  isolation: isolate;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  overflow: hidden;
  color: var(--_fg) !important;
  background-color: var(--_bg);
  border-color: var(--_bg);
}
.btn.loading[data-spinner=disabled]::before {
  content: none;
  display: none;
}
.btn.loading[data-state=disabled] {
  pointer-events: none;
  --_bg: #D6D7D6;
}
.btn.loading[data-type=countdown] {
  --_bg-active: #65A325;
  --_fg: #FFFFFF;
}
.btn.loading::after {
  content: "";
  position: absolute;
  z-index: -1;
  inset: -1em;
  background-color: var(--_bg-active, var(--_fg));
  -webkit-transition: -webkit-clip-path 200ms ease-out;
  transition: -webkit-clip-path 200ms ease-out;
  transition: clip-path 200ms ease-out;
  transition: clip-path 200ms ease-out, -webkit-clip-path 200ms ease-out;
  -webkit-clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
          clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
  will-change: clip-path;
}
.btn.loading[data-content]::after {
  content: attr(data-content);
  z-index: 1;
  -webkit-transform: translateY(0.9px);
          transform: translateY(0.9px);
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
  -webkit-justify-content: center;
          justify-content: center;
  color: var(--_fg-active, var(--_bg));
}
.btn.loading[data-swap=false]::after {
  color: var(--_fg-active, var(--_fg));
  background-color: var(--_bg-active, var(--_bg));
}
.btn.loading.is-loading:after {
  -webkit-animation: spinGameLoadingBtn var(--_animation-duration) var(--_animation-timing) var(--_animation-delay) var(--_animation-iter) normal forwards;
          animation: spinGameLoadingBtn var(--_animation-duration) var(--_animation-timing) var(--_animation-delay) var(--_animation-iter) normal forwards;
}
.btn.loading #countdownAfterText {
  display: none;
}
@-webkit-keyframes spinGameLoadingBtn {
  from {
    -webkit-clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
            clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
  }
  to {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
            clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
  }
}
@keyframes spinGameLoadingBtn {
  from {
    -webkit-clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
            clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
  }
  to {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
            clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
  }
}

.bar-progress {
  --_bg: #F7AC0D;
  --_fg: #FFFFFF;
  min-height: 6.5rem;
}
.bar-progress__label {
  margin-bottom: 1rem;
  font-size: 1.3rem;
  font-weight: 400;
  line-height: 1.2rem;
  text-align: left;
}
.bar-progress__line-wrap {
  position: relative;
  height: 0.3rem;
  margin-bottom: 2.4rem;
  background-color: #F2F3F5;
  border-radius: 3px;
}
.bar-progress__line {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  min-width: 2.5rem;
  max-width: 100%;
  background-color: var(--_bg);
  border-radius: 3px 0 0 3px;
  -webkit-transition: width 0.25s linear;
  transition: width 0.25s linear;
}
.bar-progress__line {
  position: absolute;
  top: 0;
}
.bar-progress__countdown {
  position: absolute;
  top: 0;
  right: 0;
  width: 2.5rem;
  padding: 0 0.4rem;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5;
  text-align: center;
  color: var(--_fg);
  background-color: var(--_bg);
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

@media (min-width: 768px) {
  .navbar .logo-wrapper:only-child {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

.off-canvas-wrap:has(.twofactor-container) {
  block-size: 100%;
}

.twofactor-skip-btn {
  width: 100%;
  background: #F18124;
  color: white;
  margin: 0 auto;
  text-align: center;
  padding: 0.6em;
}
@media (hover: hover) and (pointer: fine) {
  .twofactor-skip-btn:hover {
    color: white;
    background-color: #d4680e;
  }
}

.twofactor-container {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
          flex-direction: column;
  -webkit-justify-content: center;
          justify-content: center;
  -webkit-align-items: center;
          align-items: center;
  padding-block: 7rem;
}
@media (max-width: 600px) {
  .twofactor-container {
    padding-block: clamp(2.8rem, 1rem + 6vw, 8rem);
  }
}
.twofactor-container a {
  color: inherit;
}

.twofactor {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
          flex-direction: column;
  inline-size: min(65.2rem, 100% - 6rem);
  padding: 4.8rem 7.2rem;
  border: 1px solid #EDEDED;
  border-radius: 0.4rem;
}
@media (max-width: 600px) {
  .twofactor {
    padding-block: clamp(2.8rem, 2.8rem + 0.2vw, 4rem);
    padding-inline: clamp(1.2rem, 2rem + 1vw, 3.2rem);
  }
}
.twofactor :where(p) {
  color: #414141;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.5;
}
@media (max-width: 600px) {
  .twofactor :where(p) {
    font-size: clamp(1.3rem, 1rem + 1vw, 1.6rem);
  }
}
.twofactor h1 {
  margin: 0;
  color: #414141;
  font-size: 4rem;
  font-weight: 500;
  line-height: 1.1;
}
@media (max-width: 600px) {
  .twofactor h1 {
    font-size: clamp(2.2rem, 1rem + 3.5vw, 4rem);
  }
}
.twofactor img {
  inline-size: min(100%, 36rem);
}
.twofactor .btn.btn-primary {
  color: #FFFFFF;
  background-color: #F18124;
  border-color: #F18124;
  width: 24rem;
  height: 6rem;
  display: -webkit-inline-flex;
  display: inline-flex;
  -webkit-align-items: center;
          align-items: center;
  -webkit-justify-content: center;
          justify-content: center;
  font-size: 2rem;
  margin-top: 3.4rem;
}
@media (max-width: 487px) {
  .twofactor .btn.btn-primary {
    width: 100%;
  }
}
@media (hover: hover) and (pointer: fine) {
  .twofactor .btn.btn-primary:hover, .twofactor .btn.btn-primary:focus, .twofactor .btn.btn-primary.focus {
    background-color: #d4680e;
    border-color: #d4680e;
  }
}
.twofactor + p {
  inline-size: min(120ch, 100% - 6rem);
  text-align: center;
  margin-top: 5.6rem;
  color: #767676;
  font-size: clamp(1.3rem, 1rem + 1vw, 1.4rem);
  font-weight: 400;
  line-height: 20px;
}
@media (max-width: 600px) {
  .twofactor + p {
    margin-top: clamp(3.5rem, 1rem + 3vw, 5.6rem);
  }
}
.twofactor * {
  margin: 0;
}
.twofactor__header p {
  margin: 0;
  margin-top: 1.7rem;
  font-size: 1.6rem;
  line-height: 1.6;
}
@media (max-width: 600px) {
  .twofactor__header p {
    font-size: clamp(1.3rem, 1rem + 1vw, 1.6rem);
  }
}
.twofactor__content {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
          flex-direction: column;
  -webkit-align-items: center;
          align-items: center;
}
.twofactor .twofactor__desc-small {
  margin: 0;
  color: #656565;
  font-size: 1.3rem;
  font-weight: 400;
}
.twofactor .twofactor__desc-small a {
  color: inherit;
  text-decoration: none;
}
.twofactor__content img {
  margin-block: 3.9rem 4.6rem;
}
.twofactor__form {
  position: relative;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
          flex-direction: column;
  -webkit-align-items: center;
          align-items: center;
  min-block-size: 46.8rem;
}
@media (max-width: 600px) {
  .twofactor__form {
    min-block-size: 40rem;
  }
}
@media (max-width: 427px) {
  .twofactor__form {
    min-block-size: 33rem;
  }
}
.twofactor__form:has([data-error=true]) .twofactor__input {
  border: 2px solid #B60000;
}
.twofactor__form p {
  margin: 0;
  color: #656565;
  font-size: 1.3rem;
  font-weight: 400;
  line-height: 1;
}
.twofactor__form p a {
  color: inherit;
}
.twofactor__form p:first-child {
  margin-block: 5.2rem;
}
@media (max-width: 600px) {
  .twofactor__form p:first-child {
    margin-block: clamp(3.5rem, 1rem + 3vw, 5.2rem);
  }
}
.twofactor__form label {
  font-size: 1.6rem;
  font-weight: 400;
}
@media (max-width: 600px) {
  .twofactor__form label {
    font-size: clamp(1.3rem, 1rem + 1vw, 1.6rem);
  }
}
.twofactor__form img {
  position: absolute;
  bottom: -4.8rem;
}
@media (max-width: 600px) {
  .twofactor__form img {
    bottom: -webkit-calc(-1 * clamp(2.8rem, 2.8rem + 0.2vw, 4rem));
    bottom: calc(-1 * clamp(2.8rem, 2.8rem + 0.2vw, 4rem));
  }
}
.twofactor__inputs {
  position: relative;
  display: -webkit-flex;
  display: flex;
  gap: 1.2rem;
  margin-top: 1.7rem;
}
@media (max-width: 600px) {
  .twofactor__inputs {
    gap: 0.5rem;
    margin-top: 0.6rem;
  }
}
.twofactor__inputs:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  inline-size: 0.7rem;
  block-size: 1px;
  background-color: #FF7900;
}
.twofactor__input {
  position: relative;
  -webkit-flex-grow: 0;
          flex-grow: 0;
  -webkit-flex-shrink: 0;
          flex-shrink: 0;
  padding: 0;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
  -webkit-justify-content: center;
          justify-content: center;
  inline-size: 1.365em;
  block-size: 1.365em;
  text-align: center;
  color: #000000;
  font-size: 4.4rem;
  font-weight: 800;
  line-height: 1;
  background-color: #FFFFFF;
  border: 1px solid #D7D7D7;
  border-radius: 3px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.08);
}
@media (max-width: 600px) {
  .twofactor__input {
    font-size: clamp(2.2rem, 10vw - 1.17rem, 4.4rem);
  }
}
.twofactor__input[data-focused=true] {
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.08), 0 0 8px rgba(102, 175, 233, 0.6);
  outline: 0;
  border-color: #66AFE9;
}
.twofactor__input:nth-child(3) {
  margin-right: 3.2rem;
}
.twofactor__input::-moz-selection {
  background: transparent;
}
.twofactor__input::selection {
  background: transparent;
}
.twofactor__input-value {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.twofactor__input-value::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  display: block;
  width: 1.5px;
  height: 0.85em;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg'%3E%3Cline x1='0' y1='0' x2='0' y2='40' stroke='%23000' stroke-width='2.5'%3E%3C/line%3E%3C/svg%3E");
  -webkit-animation: blink-caret 1100ms backwards infinite paused;
          animation: blink-caret 1100ms backwards infinite paused;
}
@-webkit-keyframes blink-caret {
  0%, 50% {
    opacity: 0;
  }
  51%, 100% {
    opacity: 1;
  }
}
@keyframes blink-caret {
  0%, 50% {
    opacity: 0;
  }
  51%, 100% {
    opacity: 1;
  }
}
@media (max-width: 600px) {
  .twofactor__input-value::after {
    width: 1px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg'%3E%3Cline x1='0' y1='0' x2='0' y2='40' stroke='%23000' stroke-width='1'%3E%3C/line%3E%3C/svg%3E");
  }
}
.twofactor__input[data-position=after] .twofactor__input-value::after {
  right: -0.1em;
}
.twofactor__input[data-position=before] .twofactor__input-value::after {
  left: -0.1em;
}
.twofactor__input[data-position=default] .twofactor__input-value::after {
  right: -1px;
}
.twofactor__input[data-focused=false] .twofactor__input-value::after {
  display: none;
}
.twofactor__input[data-focused=true] .twofactor__input-value::after {
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
.twofactor__main-input {
  caret-color: transparent;
}
.twofactor__form-error[data-error=true] {
  display: block;
}
.twofactor__loader {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
          justify-content: center;
}
.twofactor__loader[data-loading=false] {
  display: none;
}
.twofactor__loader[data-loading=true] {
  display: -webkit-flex;
  display: flex;
}
.twofactor__loader .lds-spinner {
  position: absolute;
  -webkit-transform: translateY(3.5rem) scale(0.5);
          transform: translateY(3.5rem) scale(0.5);
}
.twofactor__form-error {
  display: none;
  margin-top: 1rem;
  color: #B60000;
  font-size: 1.3rem;
  font-weight: 500;
  line-height: 1.5rem;
}

.lds-spinner {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}
.lds-spinner div {
  -webkit-transform-origin: 40px 40px;
          transform-origin: 40px 40px;
  -webkit-animation: lds-spinner 1.2s linear infinite;
          animation: lds-spinner 1.2s linear infinite;
}
.lds-spinner div:after {
  content: " ";
  display: block;
  position: absolute;
  top: 3px;
  left: 37px;
  width: 6px;
  height: 18px;
  border-radius: 20%;
  background-color: #CCCCCC;
}
.lds-spinner div:nth-child(1) {
  -webkit-transform: rotate(30deg);
          transform: rotate(30deg);
  -webkit-animation-delay: -1s;
          animation-delay: -1s;
}
.lds-spinner div:nth-child(2) {
  -webkit-transform: rotate(60deg);
          transform: rotate(60deg);
  -webkit-animation-delay: -0.9s;
          animation-delay: -0.9s;
}
.lds-spinner div:nth-child(3) {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  -webkit-animation-delay: -0.8s;
          animation-delay: -0.8s;
}
.lds-spinner div:nth-child(4) {
  -webkit-transform: rotate(120deg);
          transform: rotate(120deg);
  -webkit-animation-delay: -0.7s;
          animation-delay: -0.7s;
}
.lds-spinner div:nth-child(5) {
  -webkit-transform: rotate(150deg);
          transform: rotate(150deg);
  -webkit-animation-delay: -0.6s;
          animation-delay: -0.6s;
}
.lds-spinner div:nth-child(6) {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  -webkit-animation-delay: -0.5s;
          animation-delay: -0.5s;
}
.lds-spinner div:nth-child(7) {
  -webkit-transform: rotate(210deg);
          transform: rotate(210deg);
  -webkit-animation-delay: -0.4s;
          animation-delay: -0.4s;
}
.lds-spinner div:nth-child(8) {
  -webkit-transform: rotate(240deg);
          transform: rotate(240deg);
  -webkit-animation-delay: -0.3s;
          animation-delay: -0.3s;
}
.lds-spinner div:nth-child(9) {
  -webkit-transform: rotate(270deg);
          transform: rotate(270deg);
  -webkit-animation-delay: -0.2s;
          animation-delay: -0.2s;
}
.lds-spinner div:nth-child(10) {
  -webkit-transform: rotate(300deg);
          transform: rotate(300deg);
  -webkit-animation-delay: -0.1s;
          animation-delay: -0.1s;
}
.lds-spinner div:nth-child(11) {
  -webkit-transform: rotate(330deg);
          transform: rotate(330deg);
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
}
.lds-spinner div:nth-child(12) {
  -webkit-transform: rotate(360deg);
          transform: rotate(360deg);
  -webkit-animation-delay: 0.1s;
          animation-delay: 0.1s;
}
@-webkit-keyframes lds-spinner {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes lds-spinner {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

.banner-a2hs {
  position: fixed;
  inset: 0 0 auto;
  z-index: 99996;
  background-color: #FFFFFF;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
          flex-direction: column;
  overflow: hidden;
}
.banner-a2hs[data-visible=false] {
  opacity: 0;
  pointer-events: none;
  visibility: hidden;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
  -webkit-transition: opacity 0ms 450ms, visibility 0ms 450ms, -webkit-transform 450ms ease;
  transition: opacity 0ms 450ms, visibility 0ms 450ms, -webkit-transform 450ms ease;
  transition: transform 450ms ease, opacity 0ms 450ms, visibility 0ms 450ms;
  transition: transform 450ms ease, opacity 0ms 450ms, visibility 0ms 450ms, -webkit-transform 450ms ease;
}
.banner-a2hs[data-visible=true] {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition: -webkit-transform 450ms ease;
  transition: -webkit-transform 450ms ease;
  transition: transform 450ms ease;
  transition: transform 450ms ease, -webkit-transform 450ms ease;
}
.banner-a2hs p {
  margin: 0;
}
.banner-a2hs__container {
  padding: 1.5rem;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
          justify-content: space-between;
  -webkit-align-items: center;
          align-items: center;
  gap: 1.2rem;
}
.banner-a2hs__list {
  font-size: 1.3rem;
  margin-bottom: 0;
  padding-inline: 6rem;
}
.banner-a2hs__list li + li {
  -webkit-margin-before: 1.25em;
          margin-block-start: 1.25em;
}
.banner-a2hs__list li:first-child {
  -webkit-padding-before: 1.5rem;
          padding-block-start: 1.5rem;
}
.banner-a2hs__list li:last-child {
  -webkit-padding-after: 3rem;
          padding-block-end: 3rem;
}
.banner-a2hs__list-container {
  -webkit-transition: max-height 500ms ease-out;
  transition: max-height 500ms ease-out;
}
.banner-a2hs__list-container[data-open=false] {
  max-height: 0;
}
.banner-a2hs__list-container[data-open=true] {
  max-height: 500px;
}
.banner-a2hs__list .in-brackets {
  -webkit-margin-before: 1em;
          margin-block-start: 1em;
  display: inline-block;
}
.banner-a2hs__list img {
  width: 1.5em;
  aspect-ratio: 1;
  -webkit-transform: translateY(-0.1em);
          transform: translateY(-0.1em);
}
.banner-a2hs__content {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
  gap: 1.5rem;
}
.banner-a2hs__title {
  font-weight: 500;
  font-size: 1.6rem;
}
.banner-a2hs__title + .banner-a2hs__desc {
  -webkit-margin-before: 0.5em;
          margin-block-start: 0.5em;
}
.banner-a2hs__desc {
  font-size: 1.3rem;
  line-height: 1.2;
}
.banner-a2hs__desc + .banner-a2hs__desc {
  -webkit-margin-before: 0.45em;
          margin-block-start: 0.45em;
}
.banner-a2hs__container img {
  width: 3rem;
  aspect-ratio: 1;
}
.banner-a2hs__close {
  border: none;
  padding: 0;
  background: transparent;
  cursor: pointer;
  width: 3.1rem;
  aspect-ratio: 1;
  display: inline-grid;
  place-items: center;
  -webkit-transform: translateX(25%);
          transform: translateX(25%);
  -webkit-flex-shrink: 0;
          flex-shrink: 0;
}
.banner-a2hs__close svg {
  width: 50%;
  aspect-ratio: 1;
  fill: currentColor;
}
.banner-a2hs__cta {
  background-color: #F3B22C;
  z-index: 69;
  padding: 0.8em;
  font-weight: 500;
  font-size: 1.4rem;
  border: none;
}

.partner-game .section--colored,
.partner-game .section--light {
  background-color: #f5f6f7;
}
.partner-game .label:before,
.partner-game .tile__inner:before {
  position: absolute;
  z-index: -1;
  content: "";
}
.partner-game .label,
.partner-game .section--colored,
.partner-game .tile__bg,
.partner-game .tile__inner {
  position: relative;
}
.partner-game .content .section--colored h2,
.partner-game .content .section--colored p.section__lead span,
.partner-game .label {
  color: #fff;
}
.partner-game .label,
.partner-game .tile-info__text,
.partner-game .tile__bg-label {
  letter-spacing: 0.05em;
}
.partner-game .list-cross,
.partner-game .segment,
.partner-game .tile-info__text,
.partner-game .tile__bg-label {
  text-align: center;
}
.partner-game .grid__item,
.partner-game .label,
.partner-game .tile__bg {
  overflow: hidden;
}
.partner-game .row.xs-display-flex {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.partner-game .row.xs-display-flex:after,
.partner-game .row.xs-display-flex:before {
  content: normal;
}
.partner-game .row.xs-display-flex > [class*=col-] {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .partner-game .col-custom-sm-6 {
    width: 50%;
  }
}
.partner-game .section {
  padding: 40px 0;
}
@media only screen and (min-width: 75em) {
  .partner-game .section {
    padding: 55px 0;
  }
}
.partner-game .section--vertical-gutter-sm {
  padding: 25px 0 30px;
}
@media only screen and (min-width: 75em) {
  .partner-game .section--vertical-gutter-sm {
    padding: 30px 0 55px;
  }
}
.partner-game .section--sm-pb {
  padding-bottom: 10px;
}
.partner-game .section--no-pb {
  padding-bottom: 0;
}
.partner-game .section--grid {
  padding-left: 20px;
  padding-right: 20px;
}
.partner-game .section--colored:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: -webkit-calc(100% - 100px);
  height: calc(100% - 100px);
  background-image: -webkit-linear-gradient(#e27418, #ffc72f);
  background-image: linear-gradient(#e27418, #ffc72f);
}
.partner-game .content .section__h2 {
  margin: 0 0 20px;
  font-size: 23px;
  font-weight: 900;
  line-height: 1.182;
  letter-spacing: 0;
}
.partner-game .content .section--light .section__h2 {
  margin: 0 0 35px;
}
.partner-game .content p.section__lead {
  margin: 0 0 20px;
  font-size: 13px;
  font-weight: 300;
  line-height: 1.238;
}
.partner-game .content p.section__lead--lg-mb {
  margin: 0 0 30px;
}
.partner-game .content p.section__lead span {
  display: block;
  margin: 0 0 -5px;
  line-height: 1;
  font-size: 18px;
  font-weight: 400;
  color: #e37921;
}
.partner-game .content p.section__lead--sm span {
  font-size: 15px;
}
.partner-game .content p.section__lead--semi strong {
  font-weight: 600 !important;
}
.partner-game .label {
  display: inline-block;
  padding: 0.75em 1.5em;
  border-radius: 100rem;
  font-size: 13px;
  font-weight: 300;
  line-height: 1.2;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.partner-game .bubbles,
.partner-game .tile {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.partner-game .label:before {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: -webkit-linear-gradient(81deg, #ff962f, #e27418);
  background-image: linear-gradient(9deg, #ff962f, #e27418);
}
.partner-game .label--intro {
  margin: 0 0 20px;
}
.partner-game .tile-area {
  margin: 0 0 10px;
  padding: 0 5px;
}
.partner-game .tile-area--lg-mb {
  margin-bottom: 50px;
}
.partner-game .tile-area .col-xs-6:nth-of-type(odd) {
  padding-right: 10px;
}
.partner-game .tile-area .col-xs-6:nth-of-type(2n) {
  padding-left: 10px;
}
.partner-game .tile {
  margin: 0 0 25px;
}
.partner-game .xs-display-flex .tile {
  height: 100%;
  margin: 0;
  padding: 0 0 25px;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) and (-webkit-min-device-pixel-ratio: 0), screen and (-webkit-min-device-pixel-ratio: 0) and (min-resolution: 0.001dpcm) {
  .partner-game .xs-display-flex .tile {
    height: auto;
    min-height: 100%;
  }
}
@media only screen and (min-width: 576px) {
  .partner-game .row.custom-sm-display-flex {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .partner-game .row.custom-sm-display-flex:after,
.partner-game .row.custom-sm-display-flex:before {
    content: normal;
  }
  .partner-game .row.custom-sm-display-flex > [class*=col-] {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .partner-game .custom-sm-display-flex .tile {
    height: 100%;
    margin: 0;
    padding: 0 0 30px;
  }
  .partner-game .custom-sm-display-flex .tile--pic {
    padding: 40px 0 25px;
  }
  .partner-game .custom-sm-display-flex .tile__inner {
    height: 100%;
  }
}
@media only screen and (min-width: 576px) and (-webkit-min-device-pixel-ratio: 0) and (-webkit-min-device-pixel-ratio: 0), only screen and (min-width: 576px) and (-webkit-min-device-pixel-ratio: 0) and (min-resolution: 0.001dpcm) {
  .partner-game .custom-sm-display-flex .tile {
    height: auto;
    min-height: 100%;
  }
}
.partner-game .tile--pic {
  padding: 40px 0 0;
}
.partner-game .xs-display-flex .tile--pic {
  padding: 40px 0 25px;
}
.partner-game .tile__inner {
  border-radius: 0.5em;
  background-color: #fff;
}
.partner-game .tile--pic .tile__inner {
  padding: 40px 10px 20px;
}
.partner-game .xs-display-flex .tile__inner {
  height: 100%;
}
.partner-game .tile__inner:before {
  top: -35px;
  left: 50%;
  -webkit-transform: translate(-50%);
  transform: translate(-50%);
  border-radius: 50%;
  width: 65px;
  height: 65px;
}
@media only screen and (min-width: 75em) {
  .partner-game .section--grid {
    padding-top: 70px;
    padding-left: 0;
    padding-right: 0;
    margin: 0 -2vw;
  }
  .partner-game .section--colored:before {
    height: -webkit-calc(100% - 190px);
    height: calc(100% - 190px);
    background-image: -webkit-linear-gradient(231deg, #ffc72f, #e27418);
    background-image: linear-gradient(-141deg, #ffc72f, #e27418);
  }
  .partner-game .content .section__h2 {
    margin: 0 0 30px;
  }
  .partner-game .content p.section__lead--lg-mb-45 {
    margin-bottom: 45px;
  }
  .partner-game .label {
    padding: 0.7em 2.2em 0.5em;
  }
  .partner-game .label--intro {
    margin: 0 0 35px;
  }
  .partner-game .tile--pic {
    padding: 52.5px 0 0;
  }
  .partner-game .xs-display-flex .tile--pic {
    padding-bottom: 30px;
    padding-top: 52px;
  }
  .partner-game .custom-sm-display-flex .tile--pic {
    padding-bottom: 30px;
  }
  .partner-game .custom-sm-display-flex .tile--pic-lg {
    padding-bottom: 40px;
  }
  .partner-game .tile--pic .tile__inner {
    padding: 40px 10px 25px;
  }
  .partner-game .tile--pic-lg .tile__inner {
    padding: 40px 10px;
  }
  .partner-game .tile__inner:before {
    width: 90px;
    height: 90px;
    box-shadow: -10px 10px 35px 10px rgba(73, 40, 0, 0.27) !important;
  }
}
.partner-game .tile__inner,
.partner-game .tile__inner:before {
  box-shadow: 0 9px 15px 0 rgba(73, 40, 0, 0.27);
}
.partner-game .tile__body-price {
  height: 90px;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  margin: 10px 0 20px;
  padding: 0 5px;
}
.partner-game .tile--pic-lg .tile__body-price {
  height: 125px;
  margin: 20px 0 30px;
}
.partner-game .tile__price {
  width: 100%;
  height: 100%;
  object-fit: contain;
  font-family: "object-fit:contain;";
}
.partner-game .grid__img,
.partner-game .tile__bg-img,
.partner-game .user-picture__img {
  font-family: "object-fit:cover;";
}
.partner-game .tile__bg {
  height: 33vh;
  min-height: 185px;
  border-top-left-radius: 0.5em;
  border-top-right-radius: 0.5em;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
          justify-content: center;
}
.partner-game .tile__bg--video {
  cursor: pointer;
}
.partner-game .tile__bg--video:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(9, 9, 9, 0.6);
}
.partner-game .tile__bg-play {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 57px;
  height: 57px;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 5;
  -webkit-transition: none;
  transition: none;
}
.partner-game .tile__bg-play .cls-1,
.partner-game .tile__bg-play .cls-2 {
  fill: none;
  stroke: #ffffff;
  stroke-width: 1px;
  -webkit-transition: stroke-width 0.25s;
  transition: stroke-width 0.25s;
  will-change: stroke-width;
}
.partner-game .tile__bg-play .cls-2 {
  fill-rule: evenodd;
  -webkit-transition: fill 0.25s;
  transition: fill 0.25s;
  will-change: fill;
}
.partner-game .tile:hover .cls-2 {
  stroke-width: 2px;
  fill: #ffffff;
}
.partner-game .tile__bg-img {
  object-fit: cover;
}
.partner-game .tile__bg-label {
  position: absolute;
  top: 15px;
  right: 15px;
  width: auto;
  display: block;
  text-transform: uppercase;
  font-size: 13px;
  line-height: 1;
  color: #fff;
  background: #ffc72f;
  border-radius: 7px;
  padding: 8px;
  z-index: 5;
}
.partner-game .tile__footer {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  padding: 20px 15px;
}
@media only screen and (min-width: 767px) {
  .partner-game .content .section__h2 {
    font-size: 48px;
  }
  .partner-game .content p.section__lead {
    font-size: 14px;
  }
  .partner-game .content p.section__lead span {
    font-size: 24px;
  }
  .partner-game .content p.section__lead--sm span {
    font-size: 16px;
  }
  .partner-game .section--colored p.section__lead span {
    margin: 0 0 30px;
    font-size: 30px;
  }
  .partner-game .label {
    font-size: 20px;
  }
  .partner-game .tile-area .col-xs-6:nth-of-type(odd) {
    padding-right: 15px;
  }
  .partner-game .tile-area .col-xs-6:nth-of-type(2n) {
    padding-left: 15px;
  }
  .partner-game .tile__inner,
.partner-game .tile__inner:before {
    box-shadow: 0 19px 29px 0 rgba(73, 40, 0, 0.27);
  }
  .partner-game .tile__bg {
    max-height: 248px;
  }
  .partner-game .tile__bg-label {
    font-size: 14px;
  }
  .partner-game .tile__footer {
    padding: 15px;
    min-height: 145px;
  }
}
@media only screen and (min-width: 62em) {
  .partner-game .tile__footer {
    min-height: 120px;
  }
}
.partner-game .tile__modal-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
}
.partner-game .tile__modal-link:link,
.partner-game .tile__modal-link:visited {
  color: transparent;
}
.partner-game .tile-info {
  position: relative;
  padding-top: 15px;
}
.partner-game .tile-info span[class^=label-] {
  position: absolute;
  top: -9px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  white-space: nowrap;
}
.partner-game .tile-info__text {
  margin: 0 0 5px;
  font-size: 13px;
  font-weight: 300;
  line-height: 1.286;
}
@media only screen and (min-width: 767px) {
  .partner-game .tile-info__text {
    font-size: 14px;
  }
  .partner-game .segment {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    margin: 0 0 20px;
    text-align: left;
  }
}
.partner-game .tile__footer .tile-info__text {
  text-align: left;
}
@media only screen and (min-width: 75em) {
  .partner-game .tile__body-price {
    height: 180px;
    margin: 20px 0 15px;
    padding: 0 30px;
  }
  .partner-game .tile--pic-lg .tile__body-price {
    height: 160px;
    margin: 30px 0;
    padding: 0 10px;
  }
  .partner-game .tile__bg-play {
    width: 75px;
    height: 75px;
  }
  .partner-game .tile__footer {
    padding: 0 15px;
    min-height: 125px;
  }
  .partner-game .tile-info__text {
    margin: 0 0 10px;
  }
  .partner-game .tile--pic-lg .tile-info__text {
    margin: 0;
  }
}
.partner-game .tile__footer .tile-info__text span {
  text-transform: uppercase;
  font-weight: 500;
  color: #e37921;
}
.partner-game .tile-info__text--hl {
  display: -webkit-flex;
  display: flex;
  min-height: 38px;
  margin: 0;
  font-size: 15px;
  font-weight: 400;
  color: #e37921;
  letter-spacing: normal;
}
.partner-game .tile-info__text--hl span {
  margin: auto;
}
@media only screen and (min-width: 75em) {
  .partner-game .tile-info__text--hl {
    min-height: 60px;
    font-size: 24px;
  }
  .partner-game .tile--pic-lg .tile-info__text--hl,
.partner-game .tile__footer .tile-info__text--hl {
    font-size: 24px;
  }
}
.partner-game .tile__footer .tile-info__text--hl {
  display: block;
  min-height: 1px;
  font-size: 18px;
}
.partner-game .user-picture {
  position: relative;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  border-radius: 50%;
  background-color: #fff;
  -webkit-flex: 0 0 65px;
  flex: 0 0 65px;
  width: 65px;
  height: 65px;
}
.partner-game .tile__footer .user-picture {
  margin-right: 10px;
}
.partner-game .tile--pic .user-picture {
  position: absolute;
  top: 0;
  left: 50%;
  width: 80px;
  height: 80px;
  margin: 0 auto;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.partner-game .user-picture:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 65px;
  height: 65px;
  margin: auto;
  border-radius: 50%;
  border: 0.5px solid #e37921;
}
.partner-game .footer__title .user-picture--10,
.partner-game .tile__footer .user-picture--20,
.partner-game .tile__footer .user-picture--30,
.partner-game .tile__footer .user-picture--40,
.partner-game .tile__footer .user-picture--60 {
  margin: 0;
}
.partner-game .user-picture__container {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  overflow: hidden;
  background-color: #f5f6f7;
}
@media only screen and (min-width: 75em) {
  .partner-game .user-picture {
    -webkit-flex: 0 0 90px;
    flex: 0 0 90px;
    width: 90px;
    height: 90px;
  }
  .partner-game .tile--pic .user-picture {
    width: 105px;
    height: 105px;
  }
  .partner-game .user-picture:before {
    width: 90px;
    height: 90px;
  }
  .partner-game .user-picture__container {
    width: 70px;
    height: 70px;
  }
  .partner-game .segment {
    margin: 0 0 35px;
  }
}
.partner-game .user-picture__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  color: transparent;
}
.partner-game .user-picture--60,
.partner-game .user-picture--60:before {
  width: 65px;
  height: 65px;
}
.partner-game .segment__icon,
.partner-game .user-picture__img[src=""] {
  display: none;
}
.partner-game .user-picture--60 {
  -webkit-flex: 0 0 65px;
  flex: 0 0 65px;
}
.partner-game .user-picture--60 .user-picture__container {
  position: relative;
  width: 50px;
  height: 50px;
  background-image: none;
}
.partner-game .user-picture--40,
.partner-game .user-picture--40:before {
  width: 40px;
  height: 40px;
}
.partner-game .user-picture--40 {
  -webkit-flex: 0 0 40px;
  flex: 0 0 40px;
}
.partner-game .user-picture--40 .user-picture__container {
  position: relative;
  width: 35px;
  height: 35px;
  background-image: none;
}
.partner-game .user-picture--30,
.partner-game .user-picture--30:before {
  width: 30px;
  height: 30px;
}
.partner-game .user-picture--30 {
  -webkit-flex: 0 0 30px;
  flex: 0 0 30px;
}
.partner-game .user-picture--30 .user-picture__container {
  position: relative;
  width: 25px;
  height: 25px;
  background-image: none;
}
.partner-game .user-picture--20,
.partner-game .user-picture--20:before {
  width: 20px;
  height: 20px;
}
.partner-game .user-picture--20 {
  -webkit-flex: 0 0 20px;
  flex: 0 0 20px;
}
.partner-game .user-picture--20 .user-picture__container {
  position: relative;
  width: 15px;
  height: 15px;
  background-image: none;
}
.partner-game .user-picture--10,
.partner-game .user-picture--10:before {
  width: 10px;
  height: 10px;
}
.partner-game .user-picture--10 {
  -webkit-flex: 0 0 10px;
  flex: 0 0 10px;
}
.partner-game .user-picture--10 .user-picture__container {
  position: relative;
  width: 7px;
  height: 7px;
  background-image: none;
}
.partner-game .user-picture--10 .user-picture__img,
.partner-game .user-picture--20 .user-picture__img {
  position: absolute;
  top: 0;
  left: 0;
}
.partner-game .bubbles .user-picture {
  position: absolute;
  opacity: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
}
.partner-game .bubbles .user-picture:first-of-type {
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}
.partner-game .bubbles .user-picture:nth-of-type(2) {
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}
.partner-game .bubbles .user-picture:nth-of-type(3) {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}
.partner-game .bubbles .user-picture:nth-of-type(4) {
  -webkit-animation-delay: 1.5s;
  animation-delay: 1.5s;
}
.partner-game .bubbles .user-picture:nth-of-type(5) {
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
}
.partner-game .bubbles .user-picture:nth-of-type(6) {
  -webkit-animation-delay: 2.5s;
  animation-delay: 2.5s;
}
@-webkit-keyframes showUserPicture {
  0% {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  to {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes showUserPicture {
  0% {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  to {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.partner-game .bubbles .user-picture--visible {
  -webkit-animation: 0.5s forwards showUserPicture;
  animation: 0.5s forwards showUserPicture;
}
.partner-game .bubbles--inverse .first {
  top: -10px;
  left: -8px;
}
.partner-game .bubbles--inverse .second {
  top: -10px;
  right: 0;
}
.partner-game .bubbles--inverse .third {
  top: 38px;
  left: -10px;
}
.partner-game .bubbles--inverse .fourth {
  bottom: -10px;
  left: 0;
}
.partner-game .bubbles--inverse .fifth {
  bottom: -8px;
  left: 52px;
}
.partner-game .bubbles .first-1 {
  top: 2px;
  left: 0;
}
.partner-game .bubbles .second-2 {
  top: 0;
  right: 25px;
}
.partner-game .bubbles .third-3 {
  top: 30px;
  left: -5px;
}
.partner-game .bubbles .fourth-4 {
  bottom: 0;
  right: 10px;
}
.partner-game .bubbles .fifth-5 {
  bottom: 25px;
  right: -5px;
}
.partner-game .bubbles .sixth-6 {
  bottom: 15px;
  left: 3px;
}
.partner-game .bubbles {
  position: relative;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  width: 74px;
  height: 90px;
  background-image: url(/assets/img/layout/bubbles.svg);
  background-repeat: no-repeat;
  background-size: 74px 90px;
}
.partner-game .tile__footer .bubbles {
  -webkit-flex: 0 0 110px;
  flex: 0 0 110px;
  height: 110px;
  background-position: 80% 0;
  background-size: 110px 110px;
  margin: 0 15px 0 5px;
}
@media (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .partner-game .tile__footer {
    padding-top: 20px;
  }
  .partner-game .bubbles {
    background-image: url(/assets/img/layout/bubbles.png);
  }
  .partner-game .tile__footer .bubbles {
    position: relative;
    top: -10px;
    background-size: 95px 110px;
  }
}
@media only screen and (min-width: 767px) {
  .partner-game .segment__icon {
    display: block;
    margin-right: 15px;
  }
  .partner-game .tile__footer .bubbles {
    margin: 0 15px 0 -20px;
    -webkit-transform: scale(0.7);
    transform: scale(0.7);
  }
  .partner-game .tile__footer .bubbles + .tile-info {
    margin-left: -25px;
  }
}
@media only screen and (min-width: 62em) {
  .partner-game .tile__footer .bubbles {
    margin: 0 15px 0 5px;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  .partner-game .tile__footer .bubbles + .tile-info {
    margin-left: 0;
  }
}
.partner-game .bubbles--inverse {
  width: 81px;
  height: 97px;
  background-image: url(/assets/img/layout/bubbles-inverse.svg);
  background-size: 81px 97px;
}
@media (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .partner-game .bubbles--inverse {
    background-image: url(/assets/img/layout/bubbles-inverse.png);
  }
}
.partner-game .bubbles__text {
  margin: 5px 0 0 -5px;
  text-align: center;
  font-size: 13px;
  line-height: 14px;
  color: #373b43;
}
.partner-game .bubbles--inverse .bubbles__text {
  margin: 0 0 0 14px;
}
.partner-game .bubbles__text strong {
  font-size: 16px;
  font-weight: 500 !important;
}
.partner-game .bubbles__text small {
  font-size: 13px;
}
.partner-game .bubbles--inverse .bubbles__text small {
  font-size: 10px;
}
@-webkit-keyframes cf4FadeInOut {
  0%, 17%, to {
    opacity: 1;
  }
  25%, 92% {
    opacity: 0;
  }
}
@keyframes cf4FadeInOut {
  0%, 17%, to {
    opacity: 1;
  }
  25%, 92% {
    opacity: 0;
  }
}
.partner-game .bubbles .user-picture__img {
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 50%;
  -webkit-animation-name: cf4FadeInOut;
  animation-name: cf4FadeInOut;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-duration: 10s;
  animation-duration: 10s;
  -webkit-animation-delay: 10s;
  animation-delay: 10s;
}
.partner-game .bubbles .user-picture__img:first-of-type {
  -webkit-animation-delay: 8s;
  animation-delay: 8s;
}
.partner-game .bubbles .user-picture__img:nth-of-type(2) {
  -webkit-animation-delay: 6s;
  animation-delay: 6s;
}
.partner-game .bubbles .user-picture__img:nth-of-type(3) {
  -webkit-animation-delay: 4s;
  animation-delay: 4s;
}
.partner-game .bubbles .user-picture__img:nth-of-type(4) {
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
}
.partner-game .bubbles .user-picture__img:nth-of-type(5) {
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}
.partner-game .list-cross > div:not(:last-of-type) {
  position: relative;
  padding: 0 0 50px;
}
.partner-game .list-cross > div:not(:last-of-type):after {
  content: "";
  position: absolute;
  bottom: 25px;
  left: 50%;
  width: 80px;
  height: 1px;
  background-color: #aab2bf;
  -webkit-transform: translate(-50%);
  transform: translate(-50%);
}
.partner-game .list-cross h3 {
  margin: 0 0 10px;
  font-weight: 900;
  font-size: 31px;
  line-height: 1;
  color: #e37921;
}
.partner-game .list-cross small {
  font-weight: 900;
  font-size: 12px;
  color: #e37921;
}
.partner-game .list-cross p {
  margin: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.296;
  color: #373b43;
}
.partner-game .grid {
  position: relative;
  margin: -10px -10px 20px;
  width: -webkit-calc(100% + 20px);
  width: calc(100% + 20px);
}
.partner-game .grid__item {
  display: block;
  width: -webkit-calc(50% - 20px);
  width: calc(50% - 20px);
  height: -webkit-calc(50vw - 30px);
  height: calc(50vw - 30px);
  margin: 10px;
  border-radius: 0.7em;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  position: absolute;
  z-index: 1;
}
@media only screen and (min-width: 767px) {
  .partner-game .bubbles__text {
    font-size: 14px;
  }
  .partner-game .list-cross {
    position: relative;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    max-width: 640px;
    margin: 0 auto;
  }
  .partner-game .list-cross:lang(hu) {
    max-width: 780px;
  }
  .partner-game .list-cross:after,
.partner-game .list-cross:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background-color: #aab2bf;
  }
  .partner-game .list-cross:before {
    width: 160px;
    height: 1px;
  }
  .partner-game .list-cross:after {
    height: 160px;
    width: 1px;
  }
  .partner-game .list-cross > div {
    -webkit-flex: 0 0 50%;
    flex: 0 0 50%;
    width: 50%;
    max-width: 50%;
  }
  .partner-game .list-cross > div:not(:last-of-type):after {
    display: none;
  }
  .partner-game .list-cross > div:nth-last-of-type(2) {
    padding: 0;
  }
  .partner-game .list-cross h3 {
    font-size: 48px;
  }
  .partner-game .list-cross small {
    font-size: 24px;
  }
  .partner-game .list-cross p {
    font-size: 16px;
  }
  .partner-game .grid__item {
    width: -webkit-calc(25% - 20px);
    width: calc(25% - 20px);
    height: -webkit-calc(25vw - 30px);
    height: calc(25vw - 30px);
  }
}
@media only screen and (min-width: 75em) {
  .partner-game .segment__icon {
    margin-left: -50px;
  }
  .partner-game .segment p.section__lead span {
    margin-bottom: -14px;
  }
  .partner-game .tile__footer .bubbles {
    margin: 0 10px 0 0;
  }
  .partner-game .bubbles--inverse .bubbles__text {
    margin: -2px 0 0 13px;
  }
  .partner-game .list-cross {
    max-width: 660px;
    margin: 15px auto;
  }
  .partner-game .list-cross:lang(hu) {
    max-width: 800px;
  }
  .partner-game .grid {
    margin: -10px -10px 40px;
  }
  .partner-game .grid__item {
    width: -webkit-calc(12.5% - 20px);
    width: calc(12.5% - 20px);
    height: -webkit-calc(12.5vw - 30px);
    height: calc(12.5vw - 30px);
  }
}
.partner-game .grid__item.muuri-item-dragging {
  z-index: 3;
}
.partner-game .grid__item.muuri-item-releasing {
  z-index: 2;
}
.partner-game .grid__item.muuri-item-hidden {
  z-index: 0;
}
.partner-game .grid__item--text {
  display: -webkit-flex !important;
  display: flex !important;
  width: -webkit-calc(100% - 20px);
  width: calc(100% - 20px);
}
@media only screen and (min-width: 767px) {
  .partner-game .grid__item--text {
    -webkit-flex: 0 0 -webkit-calc(50% - 20px);
    flex: 0 0 calc(50% - 20px);
    width: -webkit-calc(50% - 20px);
    width: calc(50% - 20px);
    max-width: -webkit-calc(50% - 20px);
    max-width: calc(50% - 20px);
  }
}
.partner-game .grid__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.partner-game .grid__item--text .grid__img {
  -webkit-flex: -webkit-calc(50% - 10px);
  flex: calc(50% - 10px);
  width: -webkit-calc(50% - 10px);
  width: calc(50% - 10px);
  max-width: -webkit-calc(50% - 10px);
  max-width: calc(50% - 10px);
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.partner-game .grid__item > * {
  opacity: 0;
  -webkit-animation: 1s forwards fadeIn;
  animation: 1s forwards fadeIn;
}
.partner-game .grid__citation {
  position: relative;
  -webkit-flex: 1;
  flex: 1;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  text-align: center;
  padding: 0 25px;
  font-size: 13px;
  line-height: 1.19;
  background-color: #f5f6f7;
}
@media only screen and (min-width: 75em) {
  .partner-game .grid__item--text,
.partner-game .grid__item--text .grid__img {
    width: -webkit-calc(37.5% - 20px);
    max-width: -webkit-calc(37.5% - 20px);
  }
  .partner-game .grid__item--text {
    width: -webkit-calc(37.5% - 20px);
    width: calc(37.5% - 20px);
    max-width: -webkit-calc(37.5% - 20px);
    max-width: calc(37.5% - 20px);
  }
  .partner-game .grid__item--text .grid__img {
    -webkit-flex: 0 0 -webkit-calc(37.5% - 20px);
    flex: 0 0 calc(37.5% - 20px);
    width: -webkit-calc(37.5% - 20px);
    width: calc(37.5% - 20px);
    max-width: -webkit-calc(37.5% - 20px);
    max-width: calc(37.5% - 20px);
  }
  .partner-game .grid__citation {
    text-align: left;
    padding: 0 16% 0 8%;
  }
}
.partner-game .grid__citation:before {
  content: "”";
  position: absolute;
  top: 0;
  left: 10px;
  font-size: 205px;
  font-weight: 900;
  line-height: 1;
  color: #fefefe;
}
.partner-game .grid__text {
  position: relative;
  z-index: 5;
}
.partner-game .grid__text div {
  margin: 0 0 10px;
  color: #373b43;
}
.partner-game .grid__text span {
  text-transform: uppercase;
  font-weight: 600;
  color: #e37921;
}
.partner-game .modal-video ~ .modal-backdrop {
  background-color: rgba(0, 0, 0, 0.5);
}
.partner-game .modal-dialog {
  margin-top: 25vh;
}
.partner-game .modal-body {
  padding: 4px;
  overflow: auto;
}
.partner-game button.close {
  position: absolute;
  top: -20px;
  right: -10px;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  font-size: 30px;
  line-height: 1;
  font-weight: 300;
  opacity: 1;
  background-color: #e37921;
  z-index: 5;
}
.partner-game button.close:focus,
.partner-game button.close:hover {
  color: #fff;
  opacity: 1;
}
.partner-game .modal-video__the {
  max-width: 100%;
  width: 100%;
  float: left;
}
@media only screen and (min-width: 767px) {
  .partner-game .grid__citation {
    font-size: 16px;
  }
  .partner-game .modal-dialog {
    width: 55vw;
  }
}

.tabs__container {
  max-width: 44.3rem;
  height: 4.6rem;
  margin: 0 auto 3rem;
  padding: 0.3rem;
  background-color: #EBEDEE;
  border-bottom: 0.1rem solid transparent;
  border-radius: 0.6rem;
}
.tabs__list {
  --length: 1;
  --active-id: 0;
  position: relative;
  list-style: none;
  padding: 0;
  margin: 0;
  height: 100%;
  border-radius: 0.4rem;
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: 1fr;
  justify-items: center;
  -webkit-align-items: center;
          align-items: center;
}
.tabs__list::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 2;
  width: -webkit-calc(100% / var(--length));
  width: calc(100% / var(--length));
  -webkit-transform: translateX(-webkit-calc(var(--active-id) * 100%));
          transform: translateX(calc(var(--active-id) * 100%));
  background-color: #FFFFFF;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.26);
  border-radius: 4px;
  -webkit-transition: -webkit-transform ease-out 180ms;
  transition: -webkit-transform ease-out 180ms;
  transition: transform ease-out 180ms;
  transition: transform ease-out 180ms, -webkit-transform ease-out 180ms;
}
.tabs__list li {
  width: 100%;
  height: 100%;
  z-index: 3;
  position: relative;
}
.tabs__list a, .tabs__list button {
  position: relative;
  outline: none;
  border: none;
  cursor: default;
  z-index: 5;
  font-size: 1.3rem;
  font-weight: 500;
  text-decoration: none;
  margin: 0.1rem;
  width: 100%;
  height: 100%;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
          justify-content: center;
  -webkit-align-items: center;
          align-items: center;
  gap: 0.5ch;
  color: #414141;
  border-radius: 0.4rem;
  -webkit-transition: background-color ease 180ms;
  transition: background-color ease 180ms;
  background-color: transparent;
}
.tabs__list button:not([data-active=true]):hover,
.tabs__list a:not([data-active=true]):hover {
  cursor: pointer;
  background-color: #DDE1E2;
}
.tabs__list button:not([data-active=true]):hover,
.tabs__list a:not([data-active=true]):hover {
  cursor: pointer;
}
@media (max-width: 600px) {
  .tabs__list .tab-item-text-hidden {
    display: none;
  }
}

.timer-progress {
  height: 4.9rem;
  position: relative;
}
@media all and (max-width: 425px) {
  .timer-progress {
    height: 4rem;
  }
}
.timer-progress p.timer-progress__label {
  margin: 0;
  font-size: 1.3rem;
  font-weight: 400;
  text-align: left;
}
@media all and (max-width: 425px) {
  .timer-progress p.timer-progress__label {
    font-size: 1.1rem;
  }
}
.timer-progress__bar {
  position: absolute;
  width: 100%;
  top: 2.2rem;
  height: 3px;
  margin: 0;
  background-color: #f2f3f5;
  border-radius: 3px;
}
@media all and (max-width: 480px) {
  .timer-progress__bar {
    height: 6px;
  }
}
.timer-progress__progress {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  min-width: 25px;
  max-width: 100%;
  background-color: #f7ac0d;
  border-radius: 3px 0 0 3px;
  -webkit-transition: width 0.25s linear;
  transition: width 0.25s linear;
}
.timer-progress__countdown {
  position: absolute;
  top: 0;
  right: 0;
  width: 25px;
  padding: 0 4px;
  font-size: 10px;
  font-weight: 500;
  line-height: 1.5;
  text-align: center;
  color: #fff;
  background-color: #f7ac0d;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.inline-loader {
  font-size: 1.5rem;
  font-weight: 500;
  color: rgb(55, 59, 67);
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
  gap: 1ch;
}
.inline-loader__spinner {
  --_size: var(--size, 1em);
  --_bg: var(--bg, currentColor);
  --_animation-speed: var(--animation-speed, 2000ms);
  --_animation-timing: var(--animation-timing, ease-in-out);
  position: relative;
  inline-size: var(--_size);
  aspect-ratio: 1;
  border: -webkit-calc(var(--_size) / 6) solid var(--_bg);
  border: calc(var(--_size) / 6) solid var(--_bg);
  -webkit-animation: rotate var(--_animation-speed) infinite var(--_animation-timing);
          animation: rotate var(--_animation-speed) infinite var(--_animation-timing);
  border-radius: 0.2em;
}
.inline-loader__spinner::after {
  content: "";
  position: absolute;
  inset: -1px;
  background-color: var(--_bg);
  scale: 1 0;
  -webkit-transform-origin: top;
          transform-origin: top;
  -webkit-animation: scale var(--_animation-speed) infinite var(--_animation-timing);
          animation: scale var(--_animation-speed) infinite var(--_animation-timing);
}
@-webkit-keyframes rotate {
  0% {
    rotate: 0turn;
  }
  25%, 50% {
    rotate: 0.5turn;
  }
  75%, 100% {
    rotate: 1turn;
  }
}
@keyframes rotate {
  0% {
    rotate: 0turn;
  }
  25%, 50% {
    rotate: 0.5turn;
  }
  75%, 100% {
    rotate: 1turn;
  }
}
@-webkit-keyframes scale {
  0%, 25%, 100% {
    scale: 1 0;
  }
  50%, 75% {
    scale: 1 1;
  }
}
@keyframes scale {
  0%, 25%, 100% {
    scale: 1 0;
  }
  50%, 75% {
    scale: 1 1;
  }
}

.pay-icons {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: start;
          align-items: start;
  -webkit-justify-content: center;
          justify-content: center;
  gap: 0.5rem;
}
.pay-icons img {
  max-width: 4rem;
  object-fit: contain;
}
.pay-icons img[alt=visa] {
  -webkit-transform: translateY(0.8rem);
          transform: translateY(0.8rem);
  margin-right: 0.5rem;
}

.partner-game-item[data-partner-game=avia],
.partner-game[data-partner-game=avia] {
  --clr-primary: #E10000;
  --clr-gradiant-cover: none;
  --clr-primary-gradiant: none;
  --bg: #E1E1E1;
  --fg: #313131;
  --btn-bg: var(--clr-primary);
  --btn-fg: #FFFFFF;
  --puzzles-bg: #D5D4D4;
  --puzzles-border: #EDEDED;
  --bg-img: url("../img/game-partner/bg.png");
  --background-clip: unset;
  --text-fill-color: unset;
  --navbar-clr-border: transparent;
  --navbar-clr-border-active: #FFFFFF;
  --navbar-border: 0px solid transparent;
  --label-preview-fg: #FFFFFF;
  --label-preview-bg: var(--clr-primary);
  --label-fg: #FFFFFF;
  --label-bg: rgba(0, 102, 175, 1);
}

.partner-game-item[data-partner-game="3dden"],
.partner-game[data-partner-game="3dden"] {
  --clr-primary: #9200db;
  --clr-gradiant-cover: linear-gradient(90deg, #9200db 0%, #46016a 100%);
  --clr-primary-gradiant: linear-gradient(90deg, #c72f1a 0%, #c72f1a 100%);
  --bg: #ffffff;
  --fg: #313131;
  --fg-detail-stats: #9200db;
  --btn-bg: #c72f1a;
  --btn-fg: #ffffff;
  --btn-fg-loading: var(--btn-fg);
  --puzzles-bg: initial;
  --puzzles-border: initial;
  --bg-img: none;
  --background-clip: text;
  --text-fill-color: transparent;
  --navbar-clr-border: initial;
  --navbar-clr-border-active: initial;
  --navbar-border: initial;
  --label-preview-fg: #FFFFFF;
  --label-preview-bg: var(--clr-gradiant-cover), var(--clr-primary-gradiant), var(--clr-primary);
  --label-fg: #FFFFFF;
  --label-bg: #000;
}

.partner-game-item[data-partner-game^=pepco],
.partner-game[data-partner-game^=pepco] {
  --clr-primary: #015db0;
  --clr-gradiant-cover: linear-gradient(90deg, #015db0 0%, #015298 100%);
  --clr-primary-gradiant: linear-gradient(90deg, #015db0 0%, #015298 100%);
  --bg: #ffffff;
  --fg: #313131;
  --fg-detail-stats: #015db0;
  --btn-bg: #015db0;
  --btn-fg: #ffffff;
  --btn-fg-loading: var(--btn-fg);
  --puzzles-bg: initial;
  --puzzles-border: initial;
  --bg-img: none;
  --background-clip: text;
  --text-fill-color: transparent;
  --navbar-clr-border: initial;
  --navbar-clr-border-active: initial;
  --navbar-border: initial;
  --label-preview-fg: #FFFFFF;
  --label-preview-bg: var(--clr-gradiant-cover), var(--clr-primary-gradiant), var(--clr-primary);
  --label-fg: #FFFFFF;
  --label-bg: #000;
}

.partner-game-item[data-partner-game=himedal],
.partner-game[data-partner-game=himedal] {
  --clr-primary: #6CF0DB;
  --clr-gradiant-cover: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2));
  --clr-primary-gradiant: linear-gradient(90deg, #6CF0DB 0%, #EDF100 100%);
  --bg: #ffffff;
  --fg: #313131;
  --fg-detail-stats: #09C774;
  --btn-bg: var(--clr-primary);
  --btn-fg: #000000;
  --btn-fg-loading: var(--btn-fg);
  --puzzles-bg: initial;
  --puzzles-border: initial;
  --bg-img: none;
  --background-clip: text;
  --text-fill-color: transparent;
  --navbar-clr-border: initial;
  --navbar-clr-border-active: initial;
  --navbar-border: initial;
  --label-preview-fg: #FFFFFF;
  --label-preview-bg: var(--clr-gradiant-cover), var(--clr-primary-gradiant), var(--clr-primary);
  --label-fg: #FFFFFF;
  --label-bg: #000;
}

.partner-game-item[data-partner-game=alphazoo],
.partner-game[data-partner-game=alphazoo] {
  --clr-primary: #EB690B;
  --clr-gradiant-cover: none;
  --clr-primary-gradiant: none;
  --bg: #134395;
  --fg: #313131;
  --btn-bg: var(--clr-primary);
  --btn-fg: #FFFFFF;
  --puzzles-bg: #10377a;
  --puzzles-border: #718ab7;
  --bg-img: url("../img/game-partner/bg.png");
  --bg-img-opacity: 0.3;
  --background-clip: unset;
  --text-fill-color: unset;
  --navbar-clr-border: transparent;
  --navbar-clr-border-active: #FFFFFF;
  --navbar-border: 0px solid transparent;
  --label-preview-fg: #FFFFFF;
  --label-preview-bg: var(--clr-primary);
  --label-fg: #FFFFFF;
  --label-bg: rgba(0, 102, 175, 1);
}
@media (min-width: 767.001px) {
  .partner-game-item[data-partner-game=alphazoo],
.partner-game[data-partner-game=alphazoo] {
    --fg: #FFFFFF;
  }
}

.partner-game-item .partner-game-logo-image {
  position: absolute;
  top: 1.5rem;
  right: 1.5rem;
}
@media (max-width: 600px) {
  .partner-game-item .partner-game-logo-image {
    top: 1rem;
    right: 1rem;
  }
}
@media (max-width: 375px) {
  .partner-game-item .partner-game-logo-image {
    top: 0.5rem;
    right: 0.5rem;
  }
}
.partner-game-item .partner-game-logo-image img {
  max-width: 149px;
  max-height: 43px;
  object-fit: contain;
}
@media (max-width: 767px) {
  .partner-game-item .partner-game-logo-image img {
    max-width: 164px;
  }
}
@media (max-width: 600px) {
  .partner-game-item .partner-game-logo-image img {
    max-width: 128px;
  }
}
@media (max-width: 480px) {
  .partner-game-item .partner-game-logo-image img {
    max-width: 97px;
    max-height: 32px;
  }
}
@media (max-width: 375px) {
  .partner-game-item .partner-game-logo-image img {
    max-width: 83px;
  }
}

.partner-game {
  --clr-primary: #E37921;
  --btn-bg: var(--clr-primary);
  --btn-bg-hover: #D6711E;
  --bg: #DCDCDC;
  --fg: #313131;
  --btn-fg: #FFFFFF;
  --puzzles-bg: #D0D0D0;
  --puzzles-border: #E1E1E1;
}
@media (min-width: 767px) {
  .partner-game {
    --fg-logo: var(--fg);
    --fg-detail-stats: var(--fg);
  }
}
@media (min-width: 767px) {
  .partner-game .navbar {
    background-color: var(--bg);
  }
}
@media (min-width: 767px) {
  .partner-game .navbar::before {
    content: "";
    position: absolute;
    display: block;
    inset: 0;
    background: var(--bg-img);
    opacity: var(--bg-img-opacity, 1);
    background-size: 99% 746.6px;
    background-position: top left;
    background-repeat: no-repeat;
    -webkit-transition: background-image 500ms ease-out, background-color 500ms ease-out, border-color 500ms ease-out;
    transition: background-image 500ms ease-out, background-color 500ms ease-out, border-color 500ms ease-out;
  }
}
.partner-game .navbar.navbar-default .dropdown-navbar .dropdown-menu {
  margin-top: 0;
}
@media (min-width: 768px) {
  .partner-game .navbar.navbar-default .navbar-nav .user-section.open ul {
    border-color: var(--navbar-clr-border-active, #ededed);
  }
}
.partner-game .navbar .navbar-overlay__logo {
  height: auto;
}
.partner-game .navbar .navbar-overlay__image-logo {
  width: 127px;
  height: 47px;
}
.partner-game .detail-stats__item {
  color: var(--fg);
}
@media (min-width: 767px) {
  .partner-game #user-notifications,
.partner-game #dropdown-account,
.partner-game .navbar .navbar-overlay__link-back,
.partner-game .navbar .navbar-overlay__link-back .link-back__icon,
.partner-game .navbar-default .navbar-nav .user-section {
    background-color: transparent;
    border-color: var(--navbar-clr-border, #fff);
  }
}
@media (min-width: 767px) {
  .partner-game .dropdown.open #dropdown-account {
    background-color: transparent;
    border-color: var(--navbar-clr-border-active, #ededed);
  }
}
.partner-game .spin-game .spin-game__header-partner-subtitle {
  color: var(--clr-primary);
  font-size: 16px;
  font-weight: 800;
  letter-spacing: 0.6px;
  text-transform: uppercase;
  margin: 0;
  background: var(--clr-gradiant-cover), var(--clr-primary-gradiant);
  -webkit-background-clip: var(--background-clip);
  -webkit-text-fill-color: var(--text-fill-color);
}
@media (max-width: 767px) {
  .partner-game .spin-game .spin-game__header-partner-subtitle {
    font-size: 13px;
    letter-spacing: 0.49px;
  }
}
.partner-game .spin-game .spin-game__header-partner-subtitle + .spin-game__header-partner-title {
  margin-top: 1.3rem;
}
@media (max-width: 767px) {
  .partner-game .spin-game .spin-game__header-partner-subtitle + .spin-game__header-partner-title {
    margin-top: 0.3rem;
  }
}
.partner-game .spin-game .spin-game__header-partner-title {
  color: #000000;
  font-size: 36px;
  font-weight: 600;
  letter-spacing: 0.5px;
  line-height: 1;
  margin: 0;
}
@media (max-width: 767px) {
  .partner-game .spin-game .spin-game__header-partner-title {
    color: rgb(49, 49, 49);
    font-size: 18px;
    letter-spacing: 0;
    line-height: 26px;
  }
}
.partner-game .spin-game .spin-game__header-partner-title + .spin-game__header-partner-desc {
  margin-top: 1.7rem;
}
.partner-game .spin-game .spin-game__header-partner-desc {
  color: var(--fg, #313131);
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 24px;
  margin: 0;
}
@media (max-width: 767px) {
  .partner-game .spin-game .spin-game__header-partner-desc {
    display: none;
  }
}
.partner-game .spin-game .spin-game__header-partner-desc a {
  color: inherit;
  font-style: italic;
}
.partner-game .spin-game .spin-game__header-partner-desc a:hover {
  text-decoration: none;
}
.partner-game .spin-game .spin-game__main {
  position: relative;
}
@media (min-width: 767px) {
  .partner-game .spin-game .spin-game__main {
    background-color: var(--bg);
  }
}
@media (min-width: 767px) {
  .partner-game .spin-game .spin-game__main::before {
    content: "";
    position: absolute;
    inset: -111px 0 0 0;
    background: var(--bg-img);
    opacity: var(--bg-img-opacity, 1);
    background-size: 100% 746.6px;
    background-position: top left;
    background-repeat: no-repeat;
    -webkit-transition: background-image 500ms ease-out, background-color 500ms ease-out, border-color 500ms ease-out;
    transition: background-image 500ms ease-out, background-color 500ms ease-out, border-color 500ms ease-out;
  }
}
@media (max-width: 767px) {
  .partner-game .spin-game .spin-game__main {
    height: 100%;
  }
}
.partner-game .spin-game .spin-game__container .draw {
  background-color: #FFFFFF;
  height: 547px;
}
@media (max-height: 720px), (max-width: 767px) {
  .partner-game .spin-game .spin-game__container .draw {
    height: 547px;
  }
}
@media (min-width: 767.001px) and (min-height: 780px) {
  .partner-game .spin-game .spin-game__container .draw {
    height: 547px;
  }
}
@media (max-width: 767px) {
  .partner-game .spin-game .draw .draw-wrapper {
    margin-bottom: 1.4rem;
  }
}
@media (min-width: 767px) {
  .partner-game .spin-game .detail .detail-puzzles {
    background-color: var(--puzzles-bg, transparent);
    border-color: var(--puzzles-bg, #f0f0f0);
  }
}
.partner-game .spin-game .btn.btn-success {
  background: var(--clr-primary-gradiant), var(--btn-bg);
  border: none;
  color: var(--btn-fg);
  -webkit-transition: -webkit-filter 0.2s ease-in-out;
  transition: -webkit-filter 0.2s ease-in-out;
  transition: filter 0.2s ease-in-out;
  transition: filter 0.2s ease-in-out, -webkit-filter 0.2s ease-in-out;
}
.partner-game .spin-game .btn.btn-success:hover {
  -webkit-filter: brightness(0.92);
          filter: brightness(0.92);
}
@media (max-width: 767px) {
  .partner-game .spin-game #game-info-tab .spin-game__col--detail {
    padding-bottom: 0;
    margin-bottom: 2.2rem;
  }
}
@media (max-width: 767px) {
  .partner-game .spin-game #game-info-tab .spin-game__col--product-photos {
    padding-top: 0;
  }
}
@media (min-width: 767px) {
  .partner-game .spin-game .puzzle-stroke {
    stroke: var(--puzzles-border, #fff);
  }
}
@media (min-width: 767px) {
  .partner-game .spin-game .game-puzzles-mask {
    border: 1px solid var(--puzzles-border);
    border-radius: 6.5px;
  }
}
@media (min-width: 767px) {
  .partner-game .spin-game .game-puzzles .game-puzzles-cover,
.partner-game .spin-game .detail .detail-puzzles__wrapper {
    background-color: var(--puzzles-bg, #f4f4f4);
  }
}
.partner-game .spin-game .tab-pane {
  position: relative;
}
.partner-game .spin-game .tab-pane #preloader {
  position: absolute;
  top: 100%;
}
.partner-game #menu.nav.nav-tabs--spin-game {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
          flex-direction: row;
  -webkit-align-items: center;
          align-items: center;
  -webkit-justify-content: flex-start;
          justify-content: flex-start;
  gap: 3.6rem;
  overflow: auto hidden;
  height: 2.6rem;
}
@media (max-width: 480px) {
  .partner-game #menu.nav.nav-tabs--spin-game {
    margin-top: 0;
  }
}
.partner-game #menu.nav.nav-tabs--spin-game::after, .partner-game #menu.nav.nav-tabs--spin-game::before {
  content: none;
}
.partner-game #menu.nav.nav-tabs--spin-game li {
  -webkit-flex-shrink: 0;
          flex-shrink: 0;
}
.partner-game #menu.nav.nav-tabs li {
  margin-top: 0 !important;
}
.partner-game #menu.nav.nav-tabs li a {
  margin-right: 0;
}
.partner-game #menu.nav.nav-tabs li a {
  border-bottom: 2px solid transparent;
}
.partner-game #menu.nav.nav-tabs li.active a {
  border-bottom-color: var(--clr-primary);
  border-image-slice: 1;
  border-image-source: var(--clr-primary-gradiant);
}
.partner-game .draw[data-disable=true] {
  position: relative;
}
.partner-game .draw[data-disable=true] .draw-footer::before, .partner-game .draw[data-disable=true]::before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: rgba(255, 255, 255, 0.55);
  z-index: 420;
  pointer-events: none;
}
.partner-game .draw[data-disable=true]::before {
  border-radius: 4px;
}
.partner-game .draw[data-disable=true] .draw-footer::before {
  border-radius: 0 0 4px 4px;
}
.partner-game .draw[data-disable=true] .draw-footer {
  z-index: 421;
}
.partner-game .draw[data-disable=true] #spin-game-button {
  pointer-events: none;
}
.partner-game .draw .draw-wrapper__inner {
  background-color: #F8F8F8;
  box-shadow: 0 1px 24px rgb(223, 223, 223) inset;
}
.partner-game .draw .draw-footer .btn.btn-success,
.partner-game .draw .draw-footer .btn#spin-game-button {
  background: var(--clr-primary-gradiant), var(--btn-bg);
  border-color: var(--btn-bg);
  color: var(--btn-fg);
  -webkit-transition: -webkit-filter 0.2s ease-in-out;
  transition: -webkit-filter 0.2s ease-in-out;
  transition: filter 0.2s ease-in-out;
  transition: filter 0.2s ease-in-out, -webkit-filter 0.2s ease-in-out;
}
.partner-game .draw .draw-footer .btn#spin-game-button:hover {
  background-color: var(--btn-bg);
  border-color: var(--btn-bg);
  -webkit-filter: brightness(0.92);
          filter: brightness(0.92);
}
.partner-game .draw #spin-game-button.draw-footer.loading:after {
  background: var(--clr-primary-gradiant), var(--btn-bg);
  color: var(--btn-fg);
}
.partner-game .draw #spin-game-button.draw-footer.loading {
  color: var(--btn-fg-loading, var(--btn-bg));
}
.partner-game .draw .draw-header {
  padding-top: 1.4rem;
  margin-inline: 24px;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
          justify-content: space-between;
  -webkit-align-items: center;
          align-items: center;
}
@media (max-width: 767px) {
  .partner-game .draw .draw-header {
    display: none;
  }
}
.partner-game .draw .draw-header p {
  margin: 0;
}
@media (min-width: 767px) {
  .partner-game .draw .draw-header + .draw-wrapper {
    margin-top: 1.4rem !important;
  }
}
.partner-game .draw .draw-header__requirement {
  min-height: 1.8rem;
  color: #8E8F91;
  font-size: 13px;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 0;
  text-align: left;
  line-height: 1;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
  gap: 0.7ch;
}
.partner-game .draw .draw-header__title {
  color: rgb(65, 65, 65);
  font-size: 16px;
  font-weight: 600;
  font-style: normal;
  letter-spacing: 0.5px;
  text-align: left;
  line-height: 1.6;
  min-height: 1.8rem;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
  gap: 0.6ch;
}
.partner-game .draw .draw-header__logo img {
  width: 7.2rem;
}
.partner-game .draw .draw-message {
  margin-inline: 24px;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
          justify-content: center;
}
@media (min-width: 767px) {
  .partner-game .draw .draw-message {
    display: none;
  }
}
.partner-game .draw .draw-message__title {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
  gap: 0.6ch;
  margin-bottom: 1.4rem;
}
.partner-game .draw .draw-message__title-content {
  color: rgb(65, 65, 65);
  font-size: 13px;
  line-height: 1;
  font-weight: 500;
  letter-spacing: 0;
  text-align: center;
  border-bottom: 1px dashed rgb(120, 120, 120);
}
@media (max-width: 330px) {
  .partner-game .draw .draw-message__title-content {
    font-size: 12px;
  }
}
.partner-game .detail .detail-content {
  max-width: 499px;
}
.partner-game .detail .detail-content a {
  color: inherit;
  text-decoration: underline;
  font-style: italic;
}
.partner-game .detail .detail-content > span:only-child {
  line-height: 1.7142857143;
}
.partner-game .detail .detail-content.detail-content--full {
  max-width: 100%;
  padding: 40px 0 7.5rem;
  position: relative;
}
.partner-game .detail .detail-content.detail-content--full #preloader {
  position: absolute;
  top: 100%;
}
.partner-game .detail .detail-partner {
  margin: 0;
  margin-top: 2rem;
}
@media (max-width: 767px) {
  .partner-game .detail .detail-partner {
    margin-top: 0;
  }
}
.partner-game .detail .detail-partner img {
  max-width: 50%;
  min-width: 14rem;
  margin-bottom: 2rem;
  display: block;
}
@media (max-width: 767px) {
  .partner-game .detail .detail-partner img {
    float: left;
    width: 40%;
    margin-right: 7%;
    margin-bottom: 0.5rem;
  }
}
.partner-game .detail .detail-game p {
  margin-bottom: 2rem;
}
.partner-game .detail .detail-game + .detail-game {
  margin-top: 7rem;
}
.partner-game .tooltip .tooltip-inner {
  background-color: #008348;
}
.partner-game .tooltip .btn {
  width: 100%;
}
.partner-game .draw .draw-prize .draw-prize__card-wrapper .draw-prize__subname,
.partner-game .draw-prize__partner-game-title {
  font-size: 11px;
  font-weight: 800;
  font-style: normal;
  margin-bottom: 3px;
  letter-spacing: 0.41px;
  line-height: 13px;
  text-transform: uppercase;
  background: var(--clr-gradiant-cover), var(--clr-primary-gradiant);
  -webkit-background-clip: text;
  -webkit-text-fill-color: var(--text-fill-color);
}

.partner-game[data-partner-game^=pepco] .spin-game .spin-game__header-partner-subtitle,
.partner-game[data-partner-game="3dden"] .spin-game .spin-game__header-partner-subtitle,
.partner-game[data-partner-game=himedal] .spin-game .spin-game__header-partner-subtitle {
  -webkit-background-clip: text;
}
.partner-game[data-partner-game^=pepco] .draw .draw-header,
.partner-game[data-partner-game="3dden"] .draw .draw-header,
.partner-game[data-partner-game=himedal] .draw .draw-header {
  -webkit-justify-content: center;
          justify-content: center;
  text-align: center;
}
.partner-game[data-partner-game^=pepco] .draw .draw-header__requirement,
.partner-game[data-partner-game="3dden"] .draw .draw-header__requirement,
.partner-game[data-partner-game=himedal] .draw .draw-header__requirement {
  -webkit-justify-content: center;
          justify-content: center;
}
.partner-game[data-partner-game^=pepco] .draw .draw-header__title,
.partner-game[data-partner-game="3dden"] .draw .draw-header__title,
.partner-game[data-partner-game=himedal] .draw .draw-header__title {
  -webkit-justify-content: center;
          justify-content: center;
}

.partner-game[data-partner-game^=pepco] .spin-game .spin-game__header-partner-subtitle,
.partner-game[data-partner-game="3dden"] .spin-game .spin-game__header-partner-subtitle {
  color: #000;
  background: initial;
  -webkit-text-fill-color: initial;
}

.partner-game[data-partner-game=alphazoo] .draw {
  box-shadow: none !important;
}
.partner-game[data-partner-game=alphazoo] .draw .draw-header {
  -webkit-justify-content: center;
          justify-content: center;
  text-align: center;
}
.partner-game[data-partner-game=alphazoo] .draw .draw-header__requirement {
  -webkit-justify-content: center;
          justify-content: center;
}
.partner-game[data-partner-game=alphazoo] .draw .draw-header__title {
  -webkit-justify-content: center;
          justify-content: center;
}
.partner-game[data-partner-game=alphazoo] .draw .draw-header__logo {
  display: none;
}
@media (min-width: 767.001px) {
  .partner-game[data-partner-game=alphazoo] .navbar {
    border: none !important;
  }
}
.partner-game[data-partner-game=alphazoo] .spin-game .spin-game__header-partner-desc {
  font-weight: 300;
}
@media (min-width: 767.001px) {
  .partner-game[data-partner-game=alphazoo] .link-back__icon svg path {
    fill: rgba(255, 255, 255, 0.83) !important;
  }
}
.partner-game[data-partner-game=alphazoo] .navbar-overlay__link-back {
  text-decoration: underline;
}
.partner-game[data-partner-game=alphazoo] .navbar-overlay__link-back:hover {
  text-decoration: none;
}
@media (min-width: 767.001px) {
  .partner-game[data-partner-game=alphazoo] .navbar-default .navbar-nav .user-section .username {
    color: var(--fg);
    font-weight: 400;
  }
}
.partner-game[data-partner-game=alphazoo] .navbar-default .navbar-collapse .dropdown-toggle {
  color: var(--fg);
}
@media (min-width: 767.001px) {
  .partner-game[data-partner-game=alphazoo] .navbar-default .navbar-nav .nav-item > .nav-link,
.partner-game[data-partner-game=alphazoo] .navbar-overlay__link-back {
    color: var(--fg) !important;
  }
}
@media (min-width: 767.001px) {
  .partner-game[data-partner-game=alphazoo] .navbar-default .navbar-nav .nav-item > .nav-link:hover {
    color: var(--clr-primary) !important;
  }
}
.partner-game[data-partner-game=alphazoo] .spin-game .detail .detail-puzzles__right-col .detail-puzzles-tab__link,
.partner-game[data-partner-game=alphazoo] .spin-game .fw-medium.text-black,
.partner-game[data-partner-game=alphazoo] .spin-game .spin-game__header-partner-title {
  color: var(--fg) !important;
}
@media (max-width: 767px) {
  .partner-game[data-partner-game=alphazoo] .draw-footer .btn.btn-success,
.partner-game[data-partner-game=alphazoo] .draw-footer .btn#spin-game-button {
    background: #134395;
    border-color: #134395;
  }
}
@media (max-width: 767px) {
  .partner-game[data-partner-game=alphazoo] .draw-footer .btn#spin-game-button:hover {
    background-color: #134395;
    border-color: #134395;
    -webkit-filter: brightness(0.92);
            filter: brightness(0.92);
  }
}
@media (max-width: 767px) {
  .partner-game[data-partner-game=alphazoo] #spin-game-button.draw-footer.loading:after {
    background: #134395;
    color: var(--btn-fg);
  }
}
@media (max-width: 767px) {
  .partner-game[data-partner-game=alphazoo] #spin-game-button.draw-footer.loading {
    color: #134395;
  }
}
@media (max-width: 767px) {
  .partner-game[data-partner-game=alphazoo] .spin-game .btn.btn-success {
    background: #134395;
  }
}
@media (max-width: 767px) {
  .partner-game[data-partner-game=alphazoo] .navbar #navbarMobileLogo {
    height: 36px;
    max-width: none;
  }
}
@media (max-width: 480px) {
  .partner-game[data-partner-game=alphazoo] .spin-game .draw .draw-footer--message .tooltip .tooltip-inner {
    padding: 18px;
  }
}
@media (max-width: 480px) {
  .partner-game[data-partner-game=alphazoo] .spin-game .draw .draw-footer--message .tooltip {
    width: -webkit-calc(100% - 20px);
    width: calc(100% - 20px);
    left: 10px;
  }
}
@media (max-width: 375px) {
  .partner-game[data-partner-game=alphazoo] .spin-game .draw .draw-footer--message .tooltip {
    width: -webkit-calc(100% - 10px);
    width: calc(100% - 10px);
    left: 5px;
  }
}
.partner-game[data-partner-game=alphazoo] .spin-game .detail .detail-stats .detail-stats__item {
  white-space: normal;
  -webkit-align-items: flex-start;
          align-items: flex-start;
}

.product-photo-wrapper {
  position: relative;
}
.product-photo-wrapper__label {
  position: absolute;
  top: 2rem;
  right: 2rem;
  z-index: 69;
  padding: 5.5px 9px;
  min-width: 42px;
  height: 24px;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
  -webkit-justify-content: center;
          justify-content: center;
  border-radius: 2.3px;
  background-color: var(--label-bg);
  color: var(--label-fg);
  font-size: 13px;
  font-weight: 500;
  line-height: 1;
}
.product-photo-wrapper__label[data-main-label=true] {
  background: var(--clr-gradiant-cover), var(--clr-primary-gradiant), var(--clr-primary);
}

.nav-tabs-container {
  position: relative;
}
.nav-tabs-container > button {
  position: absolute;
  top: 50%;
  width: 3rem;
  height: 3.8rem;
  background-color: rgba(0, 0, 0, 0);
  border: none;
  margin: 0;
  padding: 1rem 0 0 0;
  display: grid;
  z-index: 1;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: opacity 100ms linear;
  transition: opacity 100ms linear;
  background-image: -webkit-linear-gradient(var(--dir), rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0.96) 42%, #FFFFFF 100%);
  background-image: linear-gradient(to var(--dir), rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0.96) 42%, #FFFFFF 100%);
}
@media (min-width: 500px) {
  .nav-tabs-container > button {
    display: none;
  }
}
.nav-tabs-container > button[data-direction=left] {
  --dir: left;
  left: -1px;
  -webkit-justify-content: start;
          justify-content: start;
}
.nav-tabs-container > button[data-direction=left] svg {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.nav-tabs-container > button[data-direction=right] {
  --dir: right;
  -webkit-justify-content: end;
          justify-content: end;
  right: -1px;
}
.nav-tabs-container > button[data-active=false] {
  opacity: 0;
  pointer-events: none;
}
.nav-tabs-container ul {
  scrollbar-width: none;
}
.nav-tabs-container ul::-webkit-scrollbar {
  display: none;
}

.tooltip-on-hover {
  position: relative;
}
.tooltip-on-hover:hover {
  cursor: default;
}
.tooltip-on-hover::before {
  content: attr(data-tooltip-content);
  position: absolute;
  top: -webkit-calc(101% + 4.5px);
  top: calc(101% + 4.5px);
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 30ch;
  padding: 2rem;
  border-radius: 0.3rem;
  background-color: rgb(0, 0, 0);
  color: #FFFFFF;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.5;
  opacity: 0;
  -webkit-transition: opacity 100ms linear;
  transition: opacity 100ms linear;
  z-index: -1;
}
.tooltip-on-hover[data-tooltip-position=top]::before {
  bottom: -webkit-calc(105% + 4.5px);
  bottom: calc(105% + 4.5px);
  top: auto;
}
.tooltip-on-hover::after {
  content: "";
  position: absolute;
  top: 101%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 5px solid rgb(0, 0, 0);
  opacity: 0;
  -webkit-transition: opacity 100ms linear;
  transition: opacity 100ms linear;
  z-index: -1;
}
.tooltip-on-hover[data-tooltip-position=top]::after {
  bottom: 105%;
  top: auto;
  border-bottom: none;
  border-top: 5px solid rgb(0, 0, 0);
}
.tooltip-on-hover:hover::after, .tooltip-on-hover:hover::before {
  opacity: 1;
  z-index: 421;
}

@media (max-width: 767px) {
  .spin-game__main {
    height: 100%;
  }
}

.navbar .navbar-overlay__logo {
  max-width: 127px;
  max-height: 47px;
}
.navbar .navbar-overlay__logo img {
  width: 100%;
  height: 100%;
}
@media (max-width: 767px) {
  .navbar #navbarMobileLogo {
    max-width: 82px;
    height: auto;
  }
}

.rondo-a05-reward-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2147483647;
  background-color: rgba(248, 248, 248, 0.85);
  margin-left: auto;
  margin-right: auto;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
  -webkit-justify-content: center;
          justify-content: center;
}
@media (max-width: 768px) {
  .rondo-a05-reward-modal {
    -webkit-align-items: flex-start;
            align-items: flex-start;
    padding-top: 1.5rem;
  }
}
.rondo-a05-reward-modal[data-state=hidden] {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
.rondo-a05-reward-modal[data-state=visible] {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.rondo-a05-reward-modal__container {
  max-width: min(821px, 100% - 3rem);
  max-height: 560px;
  width: auto;
  padding: 4rem;
  background-color: #FFFFFF;
  border-radius: 1.3rem;
  box-shadow: 0 0 1.5rem 0 rgba(0, 0, 0, 0.2);
}
@media (max-width: 768px) {
  .rondo-a05-reward-modal__container {
    position: relative;
    padding: 3.5rem 2rem;
  }
}
.rondo-a05-reward-modal__header {
  margin-bottom: 3rem;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
          justify-content: space-between;
}
@media (max-width: 768px) {
  .rondo-a05-reward-modal__header {
    margin-bottom: 2rem;
  }
}
.rondo-a05-reward-modal__content {
  border-radius: 0.6rem;
  overflow: hidden;
}
.rondo-a05-reward-modal__footer {
  margin-top: 3rem;
  text-align: center;
}
@media (max-width: 768px) {
  .rondo-a05-reward-modal__footer {
    margin-top: 1.5rem;
  }
}
.rondo-a05-reward-modal__footer p {
  max-width: 72ch;
  margin: 0 auto;
}
.rondo-a05-reward-modal__title {
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.2;
  margin: 0;
  color: #6C6C6C;
}
@media (max-width: 768px) {
  .rondo-a05-reward-modal__title {
    font-size: 1.3rem;
  }
}
.rondo-a05-reward-modal__timer {
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.2;
  margin: 0;
  color: #6C6C6C;
}
@media (max-width: 768px) {
  .rondo-a05-reward-modal__timer {
    font-size: 1.3rem;
  }
}
.rondo-a05-reward-modal__timer[data-state=hidden] {
  display: none;
}
.rondo-a05-reward-modal__timer[data-state=visible] {
  display: block;
}
.rondo-a05-reward-modal__timer span {
  font-weight: bolder;
}
.rondo-a05-reward-modal .a05-reward-modal {
  position: static;
  border-radius: 1.5rem;
}
.rondo-a05-reward-modal .a05-reward-modal[data-type=image] .a05-reward-modal__container {
  width: 100%;
  overflow: hidden;
}
.rondo-a05-reward-modal .a05-reward-modal__container {
  border-radius: 0.7rem;
  position: static;
  height: auto;
  width: auto;
}
.rondo-a05-reward-modal .a05-reward-modal__content {
  position: relative;
  aspect-ratio: 16/9;
}
.rondo-a05-reward-modal .a05-reward-modal__video {
  overflow: hidden;
  border-radius: 0.5rem;
}
.rondo-a05-reward-modal .a05-reward-modal__tag {
  display: none;
}
.rondo-a05-reward-modal .a05-reward-modal__timer {
  display: none;
}
.rondo-a05-reward-modal[data-type=video] .a05-reward-modal__content:hover .a05-reward-modal__controls {
  opacity: 1;
}
.rondo-a05-reward-modal[data-type=video] .a05-reward-modal__controls {
  border-radius: 0 0 0.5rem 0.5rem;
  opacity: 0;
  -webkit-transition: opacity 300ms ease-in-out;
  transition: opacity 300ms ease-in-out;
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
}
.rondo-a05-reward-modal .a05-reward-modal__control-btn[data-type=close],
.rondo-a05-reward-modal .a05-reward-modal__control-btn[data-type=close-destroy] {
  width: 1.5em;
  height: 1.5em;
  background-color: #AEB2B5;
  border-radius: 50%;
}
@media (max-width: 768px) {
  .rondo-a05-reward-modal .a05-reward-modal__control-btn[data-type=close],
.rondo-a05-reward-modal .a05-reward-modal__control-btn[data-type=close-destroy] {
    right: 1em;
    top: 1em;
    width: 1.2em;
    height: 1.2em;
  }
}
.rondo-a05-reward-modal .a05-reward-modal__control-btn[data-type=close]::before,
.rondo-a05-reward-modal .a05-reward-modal__control-btn[data-type=close-destroy]::before {
  width: 70%;
  height: 70%;
}
.rondo-a05-reward-modal .a05-reward-modal__dialog {
  z-index: 9;
}
@media (max-width: 480px) {
  .rondo-a05-reward-modal .a05-reward-modal__dialog {
    width: min(316px, 110%);
  }
}

.draw-swipe-hint {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-align-items: center;
          align-items: center;
  -webkit-justify-content: center;
          justify-content: center;
  background-color: rgba(0, 0, 0, 0.1);
  pointer-events: none;
  opacity: 1;
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}
@media (hover: none) and (pointer: coarse) {
  .draw-swipe-hint {
    display: -webkit-flex;
    display: flex;
  }
}
.draw-swipe-hint[data-visible=false] {
  opacity: 0;
}
.draw-swipe-hint div {
  color: #E37921;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
          justify-content: center;
  -webkit-align-items: center;
          align-items: center;
  -webkit-flex-direction: column;
          flex-direction: column;
  -webkit-animation: fade-out 2s ease-in-out infinite;
          animation: fade-out 2s ease-in-out infinite;
}
@-webkit-keyframes fade-out {
  0% {
    opacity: 0;
    -webkit-transform: translateY(70%);
            transform: translateY(70%);
  }
  30%, 60% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-70%);
            transform: translateY(-70%);
  }
}
@keyframes fade-out {
  0% {
    opacity: 0;
    -webkit-transform: translateY(70%);
            transform: translateY(70%);
  }
  30%, 60% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-70%);
            transform: translateY(-70%);
  }
}
.draw-swipe-hint p {
  color: inherit;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0;
  text-align: center;
  line-height: 1;
  margin: 0;
}
.draw-swipe-hint svg {
  width: 4rem;
  fill: currentColor;
}

.draw-wrapper__swipes {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: -webkit-calc(100% - 4rem);
  width: calc(100% - 4rem);
  height: 100%;
}

.countDown {
  color: #843A9A;
  font-weight: 600;
}

.gold-puzzle-container .fortune-wheel {
  background-color: #fff;
  background-image: none;
  padding: 8rem 2.5rem;
}
@media (max-width: 930px) {
  .gold-puzzle-container .fortune-wheel {
    padding: 3.5rem 2rem;
  }
}
@media (max-width: 640px) {
  .gold-puzzle-container .fortune-wheel {
    padding: 2.5rem 1rem;
  }
}
@media (max-width: 480px) {
  .gold-puzzle-container .fortune-wheel {
    padding: 2rem 0.5rem;
  }
}
@media (max-width: 480px) {
  .gold-puzzle-container .golden-puzzle-intro__main {
    padding: 0 2rem;
  }
}
@media (max-width: 480px) {
  .gold-puzzle-container .golden-puzzle-intro .golden-puzzle-intro__footer {
    padding: 2rem 2rem 3rem !important;
  }
}
.gold-puzzle-container .fullbox {
  display: block;
  position: static;
  -webkit-transform: none;
          transform: none;
  will-change: initial;
}
.gold-puzzle-container .fullbox .wrapper {
  position: static;
  overflow: initial;
}
.gold-puzzle-container .fullbox .fortune-wheel__body {
  -webkit-transform: none;
          transform: none;
  -webkit-transition: none;
  transition: none;
}
.gold-puzzle-container .golden-puzzle-intro .golden-puzzle-intro__header-wrapper {
  z-index: 0;
}
.gold-puzzle-container .golden-puzzle-intro .golden-puzzle-intro__main p {
  max-width: 72ch;
  font-size: 14px;
  margin-bottom: 1.9rem;
}
@media (max-width: 640px) {
  .gold-puzzle-container .golden-puzzle-intro .golden-puzzle-intro__main p {
    font-size: 13px;
    margin-bottom: 1.5rem;
  }
}
.gold-puzzle-container .golden-puzzle-intro .golden-puzzle-intro__main .bold {
  font-weight: 500;
}
.gold-puzzle-container .golden-puzzle-intro .golden-puzzle-intro__main .golden-puzzle-intro__main-title {
  font-size: 2.5rem;
  font-weight: 600;
  line-height: 1.1;
}
@media (max-width: 640px) {
  .gold-puzzle-container .golden-puzzle-intro .golden-puzzle-intro__main .golden-puzzle-intro__main-title {
    font-size: 1.9rem;
  }
}
.gold-puzzle-container .golden-puzzle-intro .golden-puzzle-intro__main .golden-puzzle-intro__main-list-wrapper p {
  margin-bottom: 0.2rem;
}
.gold-puzzle-container .golden-puzzle-intro .golden-puzzle-intro__main .golden-puzzle-intro__main-list {
  padding-left: 1.5em;
}
.gold-puzzle-container .golden-puzzle-intro .golden-puzzle-intro__main .golden-puzzle-intro__main-list li {
  font-size: 14px;
  font-weight: 500;
}
@media (max-width: 640px) {
  .gold-puzzle-container .golden-puzzle-intro .golden-puzzle-intro__main .golden-puzzle-intro__main-list li {
    font-size: 13px;
  }
}

.change-order {
  max-width: 1000px;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
          flex-direction: column;
  margin: 40px auto;
  font-size: 16px;
}
.change-order .title {
  font-weight: 500;
}
.change-order__select {
  margin-left: 70px;
}
@media all and (max-width: 1024px) {
  .change-order__select {
    margin: 0 auto;
    margin-left: 0;
  }
}

.product-info, .order-option {
  margin: 40px 0 0 150px;
}
@media all and (max-width: 1024px) {
  .product-info, .order-option {
    margin-left: 0;
  }
}

.order-option__item {
  display: -webkit-flex;
  display: flex;
}
.order-option__item input[type=radio] {
  min-width: 20px;
  min-height: 20px;
}
@media all and (max-width: 768px) {
  .order-option__item input[type=radio] {
    min-width: 18px;
    min-height: 18px;
  }
}
.order-option__item div {
  margin-left: 10px;
}
.order-option .submit-holder {
  margin-left: -220px !important;
  text-align: center;
}
@media all and (max-width: 1024px) {
  .order-option .submit-holder {
    margin-left: 0 !important;
  }
}
.order-option .submit-holder input[type=submit] {
  width: 50%;
  margin: 20px auto;
}
@media all and (max-width: 666px) {
  .order-option .submit-holder input[type=submit] {
    width: 100%;
  }
}

/**
 * Mixins to set size of element.
 *
 * @author - Martin Kamír
 * @param {number} $width - Width of element.
 * @param {number} $height - Height of element, if parameter is not used width value will be used for height property.
 */
/**
 * Mixin to translate element.
 *
 * @author - Martin Kamír
 *
 * pos-Y - position on Y axis
 * pos-X - position on X axis
 * pos - position on Y and X axis, if parameter $y is not used pos-Y value will be used for pos-X property.
 */
.cookie-bar {
  max-height: -webkit-calc(100% - 75px);
  max-height: calc(100% - 75px);
  overflow: auto;
  display: none;
  position: fixed;
  top: 0;
  position: fixed;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  margin-top: 100px;
  width: 136rem;
  padding: 2rem 0;
  z-index: 989;
  background-color: #ffffff;
  border-radius: 8px;
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.14), 0 1px 0 #ececee;
}
@media all and (max-height: 680px) {
  .cookie-bar {
    max-height: -webkit-calc(100% - 60px);
    max-height: calc(100% - 60px);
  }
}
@media (max-width: 1400px) {
  .cookie-bar {
    margin-top: 75px;
    width: 100%;
    border-radius: 0;
    position: fixed;
    right: 0;
    left: 0;
    -webkit-transform: translateX(0) translateY(0);
            transform: translateX(0) translateY(0);
  }
}
@media (max-width: 860px) {
  .cookie-bar {
    border-top: 0.3rem solid #e47821;
  }
}
@media (max-width: 1400px) and (max-height: 680px) {
  .cookie-bar {
    margin-top: 59px;
  }
}
.cookie-bar--opened {
  --padding-inline: 3rem;
  padding-top: var(--padding-inline);
  padding-bottom: var(--padding-inline);
}
@media (max-width: 860px) {
  .cookie-bar--opened {
    --padding-inline: 2rem;
  }
}
@media only screen and (max-width: 860px) and (max-height: 435px), (max-width: 761px) and (max-height: 453px), (max-width: 692px) and (max-height: 474px), (max-width: 683px) and (max-height: 476px), (max-width: 650px) and (max-height: 480px), (max-width: 600px) and (max-height: 497px), (max-width: 560px) and (max-height: 520px), (max-width: 532px) and (max-height: 520px), (max-width: 500px) and (max-height: 557px), (max-width: 432px) and (max-height: 582px), (max-width: 415px) and (max-height: 610px), (max-width: 390px) and (max-height: 545px), (max-width: 380px) and (max-height: 662px), (max-width: 360px) and (max-height: 670px), (max-width: 344px) and (max-height: 710px), (max-width: 330px) and (max-height: 710px), (max-width: 326px) and (max-height: 750px), (max-width: 320px) and (max-height: 750px) {
  .cookie-bar--opened {
    height: 100%;
  }
}
.cookie-bar--opened .rondo-container, .cookie-bar--opened .container {
  height: 100%;
}
.cookie-bar__container {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
  -webkit-flex-direction: row;
          flex-direction: row;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cookie-bar__container > * + * {
    margin-top: 0;
  }
}
@media (max-width: 860px) {
  .cookie-bar__container {
    -webkit-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}
.cookie-bar--opened .cookie-bar__container {
  display: none;
}
.cookie-bar__container--opened {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
          flex-direction: row;
  display: none;
  height: 100%;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cookie-bar__container--opened > * + * {
    margin-top: 0;
  }
}
@media (max-width: 860px) {
  .cookie-bar__container--opened {
    -webkit-flex-direction: column;
            flex-direction: column;
  }
}
.cookie-bar--opened .cookie-bar__container--opened {
  display: -webkit-flex;
  display: flex;
}
.cookie-bar__container--opened .cookie-bar__left-side {
  width: 290rem;
  margin-right: 3rem;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
          flex-direction: column;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cookie-bar__container--opened .cookie-bar__left-side > * + * {
    margin-left: 0;
  }
}
@media (max-width: 1400px) {
  .cookie-bar__container--opened .cookie-bar__left-side {
    margin-right: 8rem;
  }
}
@media (max-width: 860px) {
  .cookie-bar__container--opened .cookie-bar__left-side {
    width: 100%;
    -webkit-flex-direction: column;
            flex-direction: column;
    margin-right: 0;
    margin-bottom: 1.5rem;
  }
}
@media only screen and (max-width: 860px) and (max-height: 435px), (max-width: 761px) and (max-height: 453px), (max-width: 692px) and (max-height: 474px), (max-width: 683px) and (max-height: 476px), (max-width: 650px) and (max-height: 480px), (max-width: 600px) and (max-height: 497px), (max-width: 560px) and (max-height: 520px), (max-width: 532px) and (max-height: 520px), (max-width: 500px) and (max-height: 557px), (max-width: 432px) and (max-height: 582px), (max-width: 415px) and (max-height: 610px), (max-width: 390px) and (max-height: 545px), (max-width: 380px) and (max-height: 662px), (max-width: 360px) and (max-height: 670px), (max-width: 344px) and (max-height: 710px), (max-width: 330px) and (max-height: 710px), (max-width: 326px) and (max-height: 750px), (max-width: 320px) and (max-height: 750px) {
  .cookie-bar__container--opened .cookie-bar__left-side {
    height: -webkit-calc(100% - 16rem);
    height: calc(100% - 16rem);
    overflow: auto;
  }
}
.cookie-bar__container--opened .cookie-bar__left-side .cookie-bar__text:last-child {
  margin-top: 2.5rem;
}
@media only screen and (max-width: 1100px) and (min-width: 860px) and (max-height: 450px) {
  .cookie-bar__container--opened .cookie-bar__left-side .cookie-bar__text:last-child {
    margin-top: 1rem;
  }
}
.cookie-bar__container--opened .cookie-bar__heading {
  margin-bottom: 1.8rem;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
  -webkit-flex-direction: row;
          flex-direction: row;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cookie-bar__container--opened .cookie-bar__heading > * + * {
    margin-top: 0;
  }
}
.cookie-bar__container--opened .cookie-bar__title {
  color: #474c57;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 22px;
  margin: 0;
}
.cookie-bar__container--opened .cookie-bar__right-side {
  margin-top: 8rem;
  width: 100%;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
          justify-content: center;
  -webkit-align-items: center;
          align-items: center;
  -webkit-flex-direction: column;
          flex-direction: column;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cookie-bar__container--opened .cookie-bar__right-side > * + * {
    margin-left: 0;
  }
}
@supports ((display: -webkit-flex) or (display: flex)) {
  .cookie-bar__container--opened .cookie-bar__right-side {
    margin-top: 0;
  }
}
@media (min-width: 860px) {
  .cookie-bar__container--opened .cookie-bar__right-side {
    min-width: 32rem;
  }
}
@media (max-width: 330px) and (max-height: 690px) {
  .cookie-bar__container--opened .cookie-bar__right-side {
    position: static;
    min-width: 100%;
  }
}
.cookie-bar__container--opened .cookie-bar__right-side .scroll-fixed {
  width: 100%;
  height: 100%;
}
@supports ((display: -webkit-flex) or (display: flex)) {
  .cookie-bar__container--opened .cookie-bar__right-side .scroll-fixed {
    height: unset;
  }
}
.cookie-bar__container--opened .cookie-bar__right-side .scroll-fixed__content.is-fixed::after {
  display: none;
}
@media only screen and (max-width: 860px) and (max-height: 435px), (max-width: 761px) and (max-height: 453px), (max-width: 692px) and (max-height: 474px), (max-width: 683px) and (max-height: 476px), (max-width: 650px) and (max-height: 480px), (max-width: 600px) and (max-height: 497px), (max-width: 560px) and (max-height: 520px), (max-width: 532px) and (max-height: 520px), (max-width: 500px) and (max-height: 557px), (max-width: 432px) and (max-height: 582px), (max-width: 415px) and (max-height: 610px), (max-width: 390px) and (max-height: 545px), (max-width: 380px) and (max-height: 662px), (max-width: 360px) and (max-height: 670px), (max-width: 344px) and (max-height: 710px), (max-width: 330px) and (max-height: 710px), (max-width: 326px) and (max-height: 750px), (max-width: 320px) and (max-height: 750px) {
  .cookie-bar__container--opened .cookie-bar__right-side .scroll-fixed__content.is-fixed::after {
    display: block;
    top: -1.5rem;
    left: -4rem;
    width: 300%;
    height: 143%;
  }
}
.cookie-bar__container--opened .cookie-bar__lock {
  width: 26rem;
  margin: 0 auto;
  margin-bottom: 1.5rem;
}
@media (max-width: 860px) {
  .cookie-bar__container--opened .cookie-bar__lock {
    display: none;
  }
}
.cookie-bar__container--opened .cookie-bar__lock svg {
  height: 11rem !important;
}
@supports ((display: -webkit-flex) or (display: flex)) {
  .cookie-bar__container--opened .cookie-bar__lock svg {
    height: 13rem !important;
  }
}
.cookie-bar__icon {
  margin-right: 1.7rem;
}
@media (max-width: 860px) {
  .cookie-bar__icon {
    -webkit-align-self: flex-start;
            align-self: flex-start;
  }
}
.cookie-bar .cookie-bar__text {
  color: #545454;
  font-size: 1.4rem;
  line-height: 22px;
  font-weight: 400;
  margin: 0;
  margin-right: 10rem;
}
@media (max-width: 860px) {
  .cookie-bar .cookie-bar__text {
    width: -webkit-calc(100% - 4.7rem);
    width: calc(100% - 4.7rem);
    margin-right: 0;
  }
}
.cookie-bar__container .cookie-bar .cookie-bar__text {
  width: 78rem;
}
@media (max-width: 860px) {
  .cookie-bar__container .cookie-bar .cookie-bar__text {
    width: -webkit-calc(100% - 6rem);
    width: calc(100% - 6rem);
  }
}
@media (max-width: 1400px) {
  .cookie-bar__container--opened .cookie-bar .cookie-bar__text {
    margin-right: 0;
  }
}
@media (max-width: 860px) {
  .cookie-bar__container--opened .cookie-bar .cookie-bar__text {
    width: 100%;
  }
}
.cookie-bar .cookie-bar__text a {
  color: #545454;
}
@media (hover: hover) {
  .cookie-bar .cookie-bar__text a:hover {
    color: #545454;
    text-decoration: none;
  }
}
.cookie-bar__btns {
  margin-left: auto;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
          flex-direction: row;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cookie-bar__btns > * + * {
    margin-top: 0;
  }
}
@media (max-width: 860px) {
  .cookie-bar__btns {
    -webkit-flex-direction: column;
            flex-direction: column;
    width: 100%;
    margin-top: 2rem;
  }
}
.cookie-bar__container--opened .cookie-bar__btns {
  margin: 0;
  width: 100%;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
          flex-direction: column;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cookie-bar__container--opened .cookie-bar__btns > * + * {
    margin-left: 0;
  }
}
.cookie-bar__container--opened .cookie-bar__btns .btn {
  width: 100% !important;
}
.cookie-bar__container--opened .cookie-bar__btns .btn-default {
  margin-bottom: 1.5rem;
}
.cookie-bar__container--opened .cookie-bar__btns .btn-primary {
  margin-top: 0;
  margin-right: 0;
}
.cookie-bar__btns .btn-primary {
  margin-right: 2rem;
}
@media (max-width: 860px) {
  .cookie-bar__btns .btn-primary {
    margin: 0;
    margin-top: 1.5rem;
  }
}
.cookie-bar__btns .btn {
  position: relative;
  line-height: 18px;
  min-width: 13.9rem;
  height: 3.9rem;
  font-size: 1.4rem;
}
@media (max-width: 860px) {
  .cookie-bar__btns .btn {
    width: 100% !important;
  }
}
.cookie-bar__btns .btn:lang(hu) {
  width: 15.5rem;
}
.cookie-bar__btns .btn svg {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  left: 11.7rem;
}
@media (max-width: 860px) {
  .cookie-bar__btns .btn svg {
    position: static;
    margin-left: 1rem;
    margin-right: -1.5rem;
  }
}
@media (max-width: 860px) {
  .cookie-bar__btns .btn-primary:hover, .cookie-bar__btns .btn-primary:active, .cookie-bar__btns .btn-primary:focus {
    background-color: #e47821 !important;
  }
}
.cookie-bar__btns .btn-default {
  border: 1px solid #e0e0e0;
}
@media (max-width: 860px) {
  .cookie-bar__btns .btn-default:hover, .cookie-bar__btns .btn-default:active, .cookie-bar__btns .btn-default:focus {
    background-color: #ffffff;
    border-color: #e0e0e0;
  }
}

.cookie-bar--show {
  display: -webkit-flex;
  display: flex;
}

.cookie-consent--flash-msg {
  -webkit-transition: all 600ms;
  transition: all 600ms;
  -webkit-transform: translate(-50%, 50px);
          transform: translate(-50%, 50px);
}
@media all and (max-width: 1400px) {
  .cookie-consent--flash-msg {
    -webkit-transform: translateY(49px);
            transform: translateY(49px);
  }
}
@media all and (max-width: 767px) {
  .cookie-consent--flash-msg {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}

/*
.cookie-bar-v1-wrapper {
  display: none; // default to be hidden
  position: fixed;
  z-index: 989;
  top: $navbar-height; // to be below navbar
  min-height: 7.2rem;
  width: 100%;

  @include mq-max-height($screen-height-mobile-nav) {
    top: $navbar-height-sm; // to be below navbar
  }
}

@media (max-width: 767px) {
  .cookie-bar-v1-wrapper {
    -webkit-transform: none !important;
    transform: none !important;
  }
}

.cookie-bar-v1 {
  // local variables
  $l-border-b: 0.1rem solid #ededed;

  width: 100%;
  background-color: #fff;
  border-bottom: $l-border-b;
  min-height: 7.5rem;
  box-shadow: 0 0.8rem 1.5rem 0 rgba(0, 0, 0, 0.14);
  @include flex-align-center;

  @media all and (max-width: 767px) {
    -webkit-transform: none !important;
    -ms-transform: none !important;
    transform: none !important;
  }

  @include mq-max-height($screen-height-mobile-nav) {
    top: 5.9rem; // to be below navbar
    min-height: 5.9rem;
    width: 100%;
  }

  @include mq-max(767px) {
    flex-wrap: wrap;
    border-bottom: 0px; // change border-b to child el
  }

  & .container {
    background-color: #fff;
    width: 100%;

    @include mq-max($screen-sm) {
      flex-wrap: wrap;
      padding: 1.2rem;
    }

    @media only screen and(max-height: $screen-height-mobile-nav) and(min-width: $screen-sm) {
      min-height: 5.9rem;
    }

    @media only screen and(max-height: $screen-height-mobile-nav) and(max-width: $screen-sm),
      (max-width: $screen-sm) {
      border-bottom: $l-border-b;
    }
  }

  &--show {
    display: flex !important; // js class for showing cookie-bar
  }

  &__container {
    @include size(100%, 100%);
    @include flex-align-center;

    @include mq-max($screen-sm) {
      flex-wrap: wrap;
      align-items: flex-start;
    }

    & .close-x {
      @include square(3.2rem);
      display: flex;
      justify-content: flex-end;

      @include mq-max($screen-sm) {
        align-items: center;
        margin-left: auto;
        transform: translate(0.4rem, -0.4rem);
      }
    }

    & .close-x svg {
      width: 2.2rem;

      @include mq-max(1310px) {
        margin-left: 1.3rem;
      }

      @include mq-max($screen-sm) {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 2rem;
        margin: 0 auto;
      }
    }

    & .btn {
      margin-left: auto;
      height: 3.8rem;
      font-size: 1.4rem;
      padding: 0rem 2.2rem;
      @include flex-center;

      @include mq-max($screen-sm) {
        margin: 0;
        margin-top: 1.5rem;
        width: 100%;
        order: 4;
        font-size: 1.4rem;
      }

      &:hover {
        @include mq-max($screen-sm) {
          background-color: #e37921 !important;
          border-color: #e37921 !important;
        }
      }
    }
  }

  &__icon {
    margin-right: 1.4rem;

    @include mq-max($screen-sm) {
      width: 2rem;
      transform: translateY(0.4rem);
    }
  }

  &__text {
    color: hsl(221, 10%, 31%);
    font-size: 1.35rem;
    font-weight: 400;
    width: 76.8rem;
    margin: 0;
    margin-right: 10rem;
    padding: 1.5rem 0;

    @include mq-max($screen-sm) {
      font-size: 1.3rem;
      width: 85%;
      margin: 0;
      padding: 0;
    }

    @include mq-max(490px) {
      width: 80%;
    }

    @include mq-max(380px) {
      width: 75%;
    }

    @include mq-max(310px) {
      width: 70%;
    }

    & a {
      color: hsl(221, 10%, 31%);

      &:hover {
        color: hsl(221, 10%, 31%);
        text-decoration: none;

        @include mq-max($screen-sm) {
          text-decoration: underline;
        }
      }
    }
  }
}
*/
#game-container footer.footer:lang(hu),
#game-container footer.footer:lang(ro) {
  margin: 0;
}
#game-container footer.footer {
  margin: 85px 0;
}
@media all and (max-width: 767px) {
  #game-container footer.footer {
    margin: 60px 0 0;
  }
}
#game-container footer.footer__partner-wrapper:lang(hu) {
  display: none;
}

.challenge footer.footer {
  margin-top: 0;
}
.challenge .pb85.pt30--m.pb40--m ~ footer.footer {
  margin-top: 100px;
}
@media all and (max-width: 767px) {
  .challenge .pb85.pt30--m.pb40--m ~ footer.footer {
    margin-top: 60px;
  }
}

footer.footer {
  position: relative;
  margin-top: 100px;
}
@media all and (max-width: 767px) {
  footer.footer {
    margin-top: 60px;
  }
}
footer.footer p,
footer.footer a {
  margin: 0;
  padding: 0;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
}
footer.footer a:hover {
  text-decoration: none;
}
footer.footer p {
  color: inherit;
}
footer.footer .footer__row {
  width: 100%;
  max-width: 1310px;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
          justify-content: flex-start;
  margin: 24px auto 0;
  padding: 20px 0 40px;
}
@media all and (max-width: 992px) {
  footer.footer .footer__row {
    -webkit-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}
@media all and (max-width: 767px) {
  footer.footer .footer__row {
    margin-top: 0;
  }
}
footer.footer .footer__col {
  min-width: 200px;
  padding: 0 15px;
}
@media all and (min-width: 993px) {
  footer.footer .footer__col {
    margin-top: 20px;
  }
}
@media all and (max-width: 992px) {
  footer.footer .footer__col {
    width: 100%;
    display: none;
    -webkit-flex-shrink: 0;
            flex-shrink: 0;
  }
}
footer.footer .footer__col--wide {
  width: 100%;
  max-width: 320px;
}
@media all and (max-width: 1310px) {
  footer.footer .footer__col--wide {
    max-width: 305px;
  }
}
@media all and (max-width: 992px) {
  footer.footer .footer__col--wide {
    width: 100%;
    max-width: none;
  }
}
footer.footer .footer__col--mobile {
  display: none;
}
@media all and (max-width: 992px) {
  footer.footer .footer__col--mobile {
    display: block;
  }
}
footer.footer .footer__col--mobile .footer__logo img {
  height: 16px;
}
footer.footer .footer__col--shown {
  display: block;
}
footer.footer .footer__partner-wrapper {
  width: -webkit-calc(100% - 30px);
  width: calc(100% - 30px);
  height: 75px;
  max-width: 1280px;
  display: -webkit-flex;
  display: flex;
  margin: 0 auto 28px;
}
@media all and (max-width: 1199px) {
  footer.footer .footer__partner-wrapper {
    margin-bottom: 25px;
  }
}
@media all and (max-height: 570px) {
  footer.footer .footer__partner-wrapper {
    height: 60px;
  }
}
footer.footer .footer__partner-wrapper:before, footer.footer .footer__partner-wrapper:after {
  position: absolute;
  right: 0;
  left: 0;
  height: 1px;
  content: "";
  display: block;
  background: #e6e8eb;
}
footer.footer .footer__partner-wrapper:before {
  top: 0;
}
footer.footer .footer__partner-wrapper:after {
  top: 75px;
}
@media all and (max-height: 570px) {
  footer.footer .footer__partner-wrapper:after {
    top: 60px;
  }
}
footer.footer .footer__partner-wrapper:empty {
  position: absolute;
  top: 0;
  right: 0;
  left: 50%;
  width: -webkit-calc(100% - 30px);
  width: calc(100% - 30px);
  height: 1px;
  max-width: 1280px;
  margin: 0;
  background: #e6e8eb;
  border: none;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}
footer.footer .footer__partner-wrapper:empty:before, footer.footer .footer__partner-wrapper:empty:after {
  display: none;
}
footer.footer .footer__partner-wrapper > .col-footer {
  position: relative;
  width: 16.6666666667%;
  height: 100%;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
          justify-content: center;
  -webkit-align-items: center;
          align-items: center;
  text-align: center;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
footer.footer .footer__partner-wrapper > .col-footer img {
  max-width: 100%;
  max-height: 60px;
}
footer.footer .footer__partner-wrapper > .col-footer img:focus {
  outline: none;
}
footer.footer .footer__partner-wrapper > .col-footer .footer-action {
  cursor: pointer;
}
footer.footer .footer__partner-wrapper > .col-footer .popover .popover-content {
  font-size: 15px;
  -webkit-user-select: initial;
     -moz-user-select: initial;
      -ms-user-select: initial;
          user-select: initial;
}
footer.footer .footer__partner-wrapper > .col-footer .popover .popover-content img {
  cursor: inherit;
  max-width: 100%;
  display: block;
  margin-right: auto;
  margin-left: auto;
}
footer.footer .footer__partner-wrapper > .col-footer .popover .popover-content p {
  margin: 5px 0 15px;
  font-weight: 300;
  line-height: 23px;
}
footer.footer .footer__partner-wrapper > .col-footer:nth-child(n+7) {
  display: none;
}
@media all and (max-width: 992.001px) {
  footer.footer .footer__partner-wrapper > .col-footer {
    width: 25%;
  }
  footer.footer .footer__partner-wrapper > .col-footer:nth-child(6) {
    display: none;
  }
  footer.footer .footer__partner-wrapper > .col-footer:nth-child(5) {
    display: none;
  }
}
@media all and (max-width: 767.001px) {
  footer.footer .footer__partner-wrapper > .col-footer {
    width: 50%;
  }
  footer.footer .footer__partner-wrapper > .col-footer:nth-child(4) {
    display: none;
  }
  footer.footer .footer__partner-wrapper > .col-footer:nth-child(3) {
    display: none;
  }
}
@media all and (max-width: 992px) {
  footer.footer .footer__logo {
    margin-bottom: 3px;
  }
}
footer.footer .footer__text {
  margin-top: 10px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.64286;
  color: hsl(221deg, 10%, 31%);
}
footer.footer .footer__links {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  font-weight: 400;
  color: hsl(221deg, 10%, 31%);
}
footer.footer .footer__links a {
  margin-top: 12px;
  margin-right: 12px;
  white-space: nowrap;
  color: inherit;
}
footer.footer .footer__links a:last-of-type {
  margin-right: 0;
}
footer.footer .footer__links .footer__link-social {
  position: relative;
  width: 44px;
  height: 44px;
  margin-right: 16px;
  border: 1px solid #f1f2f4;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
@media all and (max-width: 1199px) {
  footer.footer .footer__links .footer__link-social {
    margin-right: 10px;
    border-color: #e6e8eb;
  }
}
footer.footer .footer__links .footer__link-social:last-of-type {
  margin-right: 0;
}
footer.footer .footer__links .footer__link-social:hover, footer.footer .footer__links .footer__link-social:focus {
  border-color: #bebebe;
}
footer.footer .footer__links .footer__link-social img {
  position: absolute;
  top: 10px;
  left: 10px;
  width: 23px;
  height: 23px;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
footer.footer .footer__links .footer__link-app {
  height: 44px;
  -webkit-flex-shrink: 0;
          flex-shrink: 0;
  text-decoration: none !important;
}
@media all and (max-width: 992px) {
  footer.footer .footer__links .footer__link-app {
    margin-left: 10px;
  }
  footer.footer .footer__links .footer__link-app + .footer__link-app {
    margin-left: 0;
  }
}
footer.footer .footer__links .footer__link-app img {
  width: auto;
  height: 40px;
}
@media all and (max-width: 480px) {
  footer.footer .footer__links--both-apps {
    -webkit-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}
@media all and (max-width: 480px) {
  footer.footer .footer__links--both-apps .footer__link-social:nth-child(2) {
    margin-right: -webkit-calc(100% - 104px);
    margin-right: calc(100% - 104px);
  }
}
@media all and (max-width: 480px) {
  footer.footer .footer__links--both-apps .footer__link-app {
    margin-top: 15px;
    margin-left: 0;
  }
}
footer.footer .footer__title {
  max-width: 200px;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.33333;
  color: #373b43;
}
@media all and (max-width: 992px) {
  footer.footer .footer__title {
    display: none;
  }
}
footer.footer .footer__title h3 {
  margin: 0;
  padding: 0;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  color: inherit;
}
@media all and (min-width: 992.001px) {
  footer.footer .footer__logo, footer.footer .footer__title {
    min-height: 48px;
  }
}
footer.footer .text-muted {
  font-size: 12px;
  line-height: 1.5;
  color: #8e8f91;
}
footer.footer .text-muted a {
  color: inherit;
}

.footer__spacer {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-grow: 1;
          flex-grow: 1;
}

.form-group--full {
  width: 100%;
}
@media all and (max-width: 480px) {
  .form-group--full {
    width: auto;
  }
}
.form-group .form-group__text.form-group__text--iq {
  font-weight: 400;
  font-size: 1.2rem;
  color: #8E8F91;
}
.form-group.has-error .error {
  display: block;
}
.form-group.has-error .error a {
  color: #fff;
}
.form-group.inp-select-wrapper .carret {
  top: auto;
  right: 35px;
  bottom: 8px;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}
.form-group:focus {
  outline: none;
}
.form-group .form-control[disabled], .form-group input:disabled {
  opacity: 1;
  /* required on iOS */
  color: #979797;
  background-color: #fafafa;
  -webkit-text-fill-color: #979797;
}

.noresize {
  resize: none;
}

form .checkbox {
  position: relative;
  display: block;
  margin-top: 0;
  margin-bottom: 10px;
}
form .checkbox input[type=checkbox] {
  opacity: 0;
}
form .checkbox input[type=checkbox] + label input[type=text] {
  margin-top: -1px;
}
form .checkbox label {
  cursor: pointer;
  position: relative;
  min-height: 22px;
  margin-bottom: 0;
  padding-top: 5px;
  padding-left: 27px;
  font-weight: normal;
}
form .checkbox label input[type=checkbox] {
  opacity: 0;
}
form .checkbox label:before {
  position: absolute;
  top: 4px;
  left: 0;
  width: 20px;
  height: 20px;
  content: "";
  display: inline-block;
  margin-right: 12px;
  border: 1px solid #d7d7d7;
  border-radius: 3px;
}
form .checkbox.primary {
  text-align: left;
}
form .checkbox + .checkbox {
  margin-top: 0;
}

form .checkbox input:checked + label:before {
  background: url("/assets/img/icon-check.svg");
}

form .checkbox.primary input:checked + label:before {
  background: url("/assets/img/icon-check-primary.svg");
}

form .checkbox input:focus + label:before {
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  outline: 0;
  border-color: #66afe9;
}

form .checkbox.primary input:focus + label:before {
  border-color: #e37921;
  box-shadow: none;
}

.form-control__input--full {
  width: 100% !important;
}

.form-control.primary:focus {
  border-color: #e37921;
  box-shadow: none;
}

form .radio {
  position: relative;
  display: inline-block;
  overflow: hidden;
  margin-top: 8px;
  margin-right: 30px;
  margin-bottom: 10px;
}
form .radio input[type=radio] {
  opacity: 0;
}
form .radio input[type=radio] + label input[type=text] {
  margin-top: -1px;
}
form .radio label {
  cursor: pointer;
  position: relative;
  min-height: 22px;
  display: inline-block;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  font-weight: normal;
}
form .radio label:before {
  position: relative;
  top: 3px;
  width: 16px;
  height: 16px;
  content: "";
  display: inline-block;
  margin-right: 8px;
  border: 1px solid #d7d7d7;
  border-radius: 50%;
}
form .radio.primary {
  margin-right: 0;
  padding-right: 15px;
  text-align: left;
}
form .radio.primary input:checked + label:after {
  background-color: #e37921;
}
form .radio.primary input:focus + label:before, form .radio.primary input:active + label:before {
  border-color: #e37921;
}
form .radio.primary + .radio.primary {
  margin-top: 8px;
}
form .radio.radio-padding input:checked + label:after {
  top: 12px;
  left: 7px;
}
form .radio.radio-padding label {
  padding-top: 5px;
  padding-left: 27px;
}
form .radio.radio-padding label:before {
  position: absolute;
  top: 7px;
  left: 2px;
}

form .radio input:checked + label:after {
  position: absolute;
  top: 8px;
  left: 5px;
  width: 6px;
  height: 6px;
  content: "";
  display: inline-block;
  margin-right: 12px;
  background: #303030;
  border-radius: 50%;
}

form .radio input:focus + label:before {
  border-color: #66afe9;
}

form .radio-box {
  overflow: visible;
  padding: 0;
}
form .radio-box input[type=radio] {
  visibility: visible;
}
form .radio-box input[type=radio]:checked + label:after {
  top: 23px;
  left: 35px;
}
form .radio-box input[type=radio]:not([disabled]) + label {
  cursor: pointer;
}
form .radio-box input[type=radio]:not([disabled]):focus + label {
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  outline: 0;
  border-color: #66afe9;
}
form .radio-box input[type=radio] + label {
  width: 100%;
  display: inline-block;
  padding: 15px 30px 10px;
  border: 1px solid #ededed;
  border-radius: 3px;
}
form .radio-box .help {
  position: absolute;
  top: 18px;
  right: 15px;
}
form .radio-box .radio-box__info {
  display: block;
  margin: 10px -30px -10px;
  padding: 2px 30px;
  color: #fff;
  background-color: #656565;
}
form .radio-box .radio-box__info--success {
  background-color: #65a325;
}
form .radio-box .radio-box__info--error {
  background-color: #d30505;
}

.form-group p {
  margin-bottom: 0;
}
.form-group label, .form-group .label {
  display: block;
  margin-top: 12px;
  margin-bottom: 9px;
  font-weight: 400;
  color: #6e6e6e;
}
@media (max-width: 500px) {
  .form-group.form-group--iq .form-group * + * label {
    margin-top: 17px;
  }
}
.form-group input[type=text], .form-group input[type=password], .form-group input[type=email], .form-group input[type=number], .form-group input[type=tel], .form-group textarea, .form-group select {
  padding: 8px;
}
.form-group.password-show input {
  padding-right: 36px;
}
.form-group.password-show .password-show-icon {
  cursor: pointer;
  position: absolute;
  top: -1px;
  right: -1px;
  width: 30px;
  height: -webkit-calc(100% + 2px);
  height: calc(100% + 2px);
  background: transparent url(/assets/img/icon-show-password.svg) no-repeat center;
  background-size: 15px;
}
.form-group ::-ms-reveal, .form-group ::-ms-clear {
  display: none;
}
@media all and (max-width: 480px) {
  .form-group input, .form-group textarea, .form-group select {
    font-size: 16px;
  }
}

.form-group .error, div.checkbox .error {
  position: absolute;
  top: 10px;
  right: 10px;
  display: none;
  padding: 3px 8px 1px;
  font-size: 0.9em;
  color: #fff;
  background: #e33a27;
  border-radius: 3px;
}
.form-group p, div.checkbox p {
  margin-top: 8px;
  font-size: 14px;
  color: #6e6e6e;
}
.form-group p.text-smaller, div.checkbox p.text-smaller {
  font-size: 12px;
}
.form-group.form-error,
.form-group .form-error, div.checkbox.form-error,
div.checkbox .form-error {
  margin-bottom: 5px;
}
.form-group.form-error input,
.form-group.form-error textarea,
.form-group.form-error select,
.form-group .form-error input,
.form-group .form-error textarea,
.form-group .form-error select, div.checkbox.form-error input,
div.checkbox.form-error textarea,
div.checkbox.form-error select,
div.checkbox .form-error input,
div.checkbox .form-error textarea,
div.checkbox .form-error select {
  border-color: #e33a27;
}
.form-group.form-error .form-error-text,
.form-group .form-error .form-error-text, div.checkbox.form-error .form-error-text,
div.checkbox .form-error .form-error-text {
  font-size: 14px;
  color: #e33a27;
}

.form-error-text {
  color: #e33a27;
}

.horizontal-separator {
  display: -webkit-flex;
  display: flex;
  margin: 30px 0;
  text-align: center;
}
.horizontal-separator:before, .horizontal-separator:after {
  width: 100%;
  height: 1px;
  content: "";
  display: -webkit-flex;
  display: flex;
  -webkit-flex-grow: 1;
          flex-grow: 1;
  margin: auto 0;
  background-color: #ededed;
}
.horizontal-separator span {
  position: relative;
  padding: 0 10px;
  font-size: 12px;
  white-space: nowrap;
  color: inherit;
}

.date-of-birth {
  margin-bottom: 0 !important;
  padding-right: 5px !important;
  padding-left: 5px !important;
}

.date-of-birth.day {
  padding-left: 0 !important;
}

.date-of-birth.year {
  padding-right: 0 !important;
}

@media all and (max-width: 1040px) and (min-width: 992px) {
  .date-of-birth {
    margin-bottom: 10px !important;
    padding-right: 2px !important;
    padding-left: 2px !important;
  }
}
@media all and (min-width: 767px) and (max-width: 992px) {
  .date-of-birth {
    margin-bottom: 10px !important;
  }

  .date-of-birth.col-sm-12 {
    padding-left: 0 !important;
  }
}
.avatar-upload {
  margin-top: 15px;
}

.icon-add-image-cover {
  position: relative;
  min-height: 100px;
  display: block;
  margin: 20px 0;
}
.icon-add-image-cover .circle {
  position: relative;
  width: 100px;
  height: 100px;
  margin-right: auto;
  margin-left: auto;
}
.icon-add-image-cover .circle:hover .symbol {
  background: black;
}
.icon-add-image-cover .circle:hover .symbol-tick {
  background: #98d843 !important;
}
.icon-add-image-cover .circle:before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: "";
  background: #d7d7d7;
  border-radius: 50%;
}
.icon-add-image-cover .circle img {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  height: auto;
  max-width: 100%;
  border-radius: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.icon-add-image-cover label {
  margin: 0;
}
.icon-add-image-cover .symbol {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 3;
  width: 24px;
  height: 24px;
  background: #303030;
  border: 2px solid white;
  border-radius: 50%;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.icon-add-image-cover .symbol:before, .icon-add-image-cover .symbol:after {
  position: absolute;
  content: "";
  background: white;
}
.icon-add-image-cover .symbol.symbol-plus:before {
  top: 9px;
  left: 5px;
  width: 10px;
  height: 2px;
}
.icon-add-image-cover .symbol.symbol-plus:after {
  top: 5px;
  left: 9px;
  width: 2px;
  height: 10px;
}
.icon-add-image-cover .symbol.symbol-tick {
  background: #7cb83e;
}
.icon-add-image-cover .symbol.symbol-tick:after, .icon-add-image-cover .symbol.symbol-tick:before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.icon-add-image-cover .symbol.symbol-tick:before {
  top: 11px;
  left: 5px;
  width: 5px;
  height: 2px;
}
.icon-add-image-cover .symbol.symbol-tick:after {
  top: 6px;
  left: 11px;
  width: 2px;
  height: 8px;
}

.icon-add-image-cover label {
  cursor: pointer;
}

.icon-plus {
  position: relative;
  display: inline-block;
}
.icon-plus:before {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 25px;
  height: 25px;
  content: "";
  background: url("/assets/img/icon-plus.svg") no-repeat;
}

.forgotten-password {
  display: inline-block;
  margin-top: 34px;
}

.questionnaire-partner {
  position: absolute;
  top: 50px;
  right: 100%;
  width: 225px;
  max-width: -webkit-calc(100% - 30px);
  max-width: calc(100% - 30px);
}
@media all and (max-width: 1310px) {
  .questionnaire-partner {
    position: static;
    margin: 50px auto 0;
  }
}
.questionnaire-partner--center img {
  width: -webkit-calc(100% - 30px);
  width: calc(100% - 30px);
  height: auto;
  max-width: 195px !important;
  margin: 0 auto;
}

.questionnaire-progress {
  position: relative;
  height: 24px;
  display: block;
  overflow: hidden;
  margin-top: 15px;
  background: #fff;
  border: 1px solid #b0b0b0;
  border-radius: 3px;
}
.questionnaire-progress.progress--out .progress-bar .progress-bar-label {
  margin-left: 100%;
  color: #414141;
}
.questionnaire-progress .progress-bar {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  background: #65a325;
}
.questionnaire-progress .progress-bar.primary {
  background: #e37921;
}
.questionnaire-progress .progress-bar .progress-bar-label {
  display: block;
  padding: 2px 8px 0;
  font-size: 14px;
  line-height: 1.6428571429;
  white-space: nowrap;
  text-align: right;
  color: #fff;
}

.content .questionaire-title,
.questionaire-title {
  position: relative;
  margin-bottom: 0;
  font-size: 16px;
  text-align: left;
}
@media all and (max-width: 1310px) {
  .content .questionaire-title,
.questionaire-title {
    padding-left: 49px;
  }
}
.content .questionaire-title.questionaire-title--left,
.questionaire-title.questionaire-title--left {
  padding-left: 49px;
}
.content .questionaire-title.questionaire-title--left .badge,
.questionaire-title.questionaire-title--left .badge {
  left: 0;
}
.content .questionaire-title.questionaire-title--left .subtitle,
.questionaire-title.questionaire-title--left .subtitle {
  padding-left: 49px;
}
.content .questionaire-title + .subtitle,
.questionaire-title + .subtitle {
  text-align: left;
}
@media all and (max-width: 1310px) {
  .content .questionaire-title + .subtitle,
.questionaire-title + .subtitle {
    padding-left: 49px;
  }
}
.content .questionaire-title .badge,
.questionaire-title .badge {
  position: absolute;
  top: 50%;
  left: -49px;
  min-width: 36px;
  display: block;
  padding: 10px 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  text-align: center;
  color: #fff;
  background: #e37921;
  border-radius: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
@media all and (max-width: 1310px) {
  .content .questionaire-title .badge,
.questionaire-title .badge {
    left: 0;
  }
}

#snippet--surveyDetail {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
          flex-direction: column;
}
@media all and (max-height: 570px) {
  #snippet--surveyDetail {
    min-height: -webkit-calc(100vh - 135px);
    min-height: calc(100vh - 135px);
  }
}
@media all and (max-height: 450px) {
  #snippet--surveyDetail {
    min-height: -webkit-calc(100vh - 110px);
    min-height: calc(100vh - 110px);
  }
}
#snippet--surveyDetail .lead {
  -webkit-align-self: center;
          align-self: center;
}

footer.questionnaire {
  position: relative;
  min-height: 80px;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
          justify-content: space-between;
  -webkit-align-items: flex-end;
          align-items: flex-end;
  -webkit-flex-grow: 1;
          flex-grow: 1;
  margin-top: 60px;
  padding-top: 15px;
  padding-bottom: 15px;
  line-height: 50px;
}
@media all and (max-width: 480px) {
  footer.questionnaire {
    -webkit-flex-direction: column;
            flex-direction: column;
    -webkit-justify-content: flex-end;
            justify-content: flex-end;
    -webkit-align-items: flex-start;
            align-items: flex-start;
  }
}
footer.questionnaire:after {
  position: absolute;
  bottom: 80px;
  left: 0;
  width: 100%;
  height: 1px;
  content: "";
  display: block;
  background-color: #d7d7d7;
}
@media all and (max-width: 480px) {
  footer.questionnaire:after {
    bottom: 115px;
  }
}
footer.questionnaire > a {
  height: 50px;
}
footer.questionnaire > a img {
  width: auto;
  height: 100%;
  max-width: 100%;
  float: right;
  -webkit-flex-shrink: 0;
          flex-shrink: 0;
}
@media all and (max-width: 480px) {
  footer.questionnaire > a img {
    float: left;
  }
}
footer.questionnaire span.text-left {
  float: left;
  line-height: 50px;
}

.popd label {
  margin-bottom: 0;
}

.select-ico {
  position: relative;
}
.select-ico select {
  text-indent: 26px;
}
.select-ico:after {
  position: absolute;
  top: 50%;
  left: 13px;
  width: 16px;
  height: 16px;
  content: "";
  display: block;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
.select-ico--date:after {
  content: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHdpZHRoPScxNicgaGVpZ2h0PScxNicgdmlld0JveD0nMCAwIDI1IDI1Jz48cGF0aCBmaWxsPScjYjFiMWIxJyBmaWxsLXJ1bGU9J25vbnplcm8nIGQ9J00yMC44MzMzMzMzIDIwLjgzMzMzMzNoLTQuMTY2NjY2NnYtNC4xNjY2NjY2aDQuMTY2NjY2NnY0LjE2NjY2NjZ6bS02LjI1LTEwLjQxNjY2NjZoLTQuMTY2NjY2NnY0LjE2NjY2NjZoNC4xNjY2NjY2di00LjE2NjY2NjZ6bTYuMjUgMGgtNC4xNjY2NjY2djQuMTY2NjY2Nmg0LjE2NjY2NjZ2LTQuMTY2NjY2NnptLTEyLjQ5OTk5OTk3IDYuMjVINC4xNjY2NjY2N3Y0LjE2NjY2NjZoNC4xNjY2NjY2NnYtNC4xNjY2NjY2em02LjI0OTk5OTk3IDBoLTQuMTY2NjY2NnY0LjE2NjY2NjZoNC4xNjY2NjY2di00LjE2NjY2NjZ6bS02LjI0OTk5OTk3LTYuMjVINC4xNjY2NjY2N3Y0LjE2NjY2NjZoNC4xNjY2NjY2NnYtNC4xNjY2NjY2ek0yNSAyLjA4MzMzMzMzVjI1SDBWMi4wODMzMzMzM2gzLjEyNVYzLjEyNWMwIDEuMTQ4OTU4MzMuOTM0Mzc1IDIuMDgzMzMzMzMgMi4wODMzMzMzMyAyLjA4MzMzMzMzIDEuMTQ4OTU4MzQgMCAyLjA4MzMzMzM0LS45MzQzNzUgMi4wODMzMzMzNC0yLjA4MzMzMzMzVjIuMDgzMzMzMzNIMTcuNzA4MzMzM1YzLjEyNWMwIDEuMTQ4OTU4MzMuOTM0Mzc1IDIuMDgzMzMzMzMgMi4wODMzMzM0IDIuMDgzMzMzMzMgMS4xNDg5NTgzIDAgMi4wODMzMzMzLS45MzQzNzUgMi4wODMzMzMzLTIuMDgzMzMzMzNWMi4wODMzMzMzM0gyNXptLTIuMDgzMzMzMyA2LjI1SDIuMDgzMzMzMzNWMjIuOTE2NjY2N0gyMi45MTY2NjY3VjguMzMzMzMzMzN6bS0yLjA4MzMzMzQtNy4yOTE2NjY2NkMyMC44MzMzMzMzLjQ2NjY2NjY3IDIwLjM2NzcwODMgMCAxOS43OTE2NjY3IDAgMTkuMjE1NjI1IDAgMTguNzUuNDY2NjY2NjcgMTguNzUgMS4wNDE2NjY2N1YzLjEyNWMwIC41NzUuNDY1NjI1IDEuMDQxNjY2NjcgMS4wNDE2NjY3IDEuMDQxNjY2NjcuNTc2MDQxNiAwIDEuMDQxNjY2Ni0uNDY2NjY2NjcgMS4wNDE2NjY2LTEuMDQxNjY2NjdWMS4wNDE2NjY2N3pNNi4yNSAzLjEyNWMwIC41NzUtLjQ2NTYyNSAxLjA0MTY2NjY3LTEuMDQxNjY2NjcgMS4wNDE2NjY2N0M0LjYzMjI5MTY3IDQuMTY2NjY2NjcgNC4xNjY2NjY2NyAzLjcgNC4xNjY2NjY2NyAzLjEyNVYxLjA0MTY2NjY3QzQuMTY2NjY2NjcuNDY2NjY2NjcgNC42MzIyOTE2NyAwIDUuMjA4MzMzMzMgMCA1Ljc4NDM3NSAwIDYuMjUuNDY2NjY2NjcgNi4yNSAxLjA0MTY2NjY3VjMuMTI1eicgLz48L3N2Zz4=");
}
.select-ico--time:after {
  content: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHhtbG5zOnhsaW5rPSdodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rJyB2aWV3Qm94PScwIDAgMjUgMjUnPjxkZWZzPjxjaXJjbGUgaWQ9J2EnIGN4PScxMi41JyBjeT0nMTIuNScgcj0nMTIuNScvPjxtYXNrIGlkPSdiJyB3aWR0aD0nMjUnIGhlaWdodD0nMjUnIHg9JzAnIHk9JzAnIGZpbGw9JyNmZmYnPjx1c2UgeGxpbms6aHJlZj0nI2EnLz48L21hc2s+PC9kZWZzPjxnIGZpbGw9J25vbmUnIGZpbGwtcnVsZT0nZXZlbm9kZCc+PHVzZSBzdHJva2U9JyNiMWIxYjEnIHN0cm9rZS13aWR0aD0nNCcgbWFzaz0ndXJsKCNiKScgeGxpbms6aHJlZj0nI2EnLz48cGF0aCBmaWxsPScjYjFiMWIxJyBkPSdNMTEuNDU4MzMzMyA2LjI1aDIuMDgzMzMzMzN2OC4zMzMzMzMzM0gxMS40NTgzMzMzeicvPjxwYXRoIGZpbGw9JyNiMWIxYjEnIGQ9J00xMS40NTgzMzMzIDEyLjVoNy4yOTE2NjY2N3YyLjA4MzMzMzMzSDExLjQ1ODMzMzN6Jy8+PC9nPgo8L3N2Zz4=");
}

.checkbox--subtle input[type=checkbox] {
  visibility: hidden;
  position: absolute;
  z-index: -1;
  width: 0;
  height: 0;
  overflow: hidden;
  margin: 0;
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.checkbox--subtle input[type=checkbox]:focus + span:before {
  outline: 5px auto -webkit-focus-ring-color;
}
.checkbox--subtle input[type=checkbox]:checked + span:before {
  content: "[X]";
}
.checkbox--subtle input[type=checkbox] + span:before {
  content: "[ ]";
  font-family: monospace;
  font-size: 84.6153846154%;
  font-weight: 100;
  color: inherit;
}

.radio-block .form-error input[type=radio] + label {
  border-color: #e33a27;
}
.radio-block .form-error .form-error-text {
  margin-top: 10px;
  font-style: normal;
}
.radio-block input[type=radio] {
  opacity: 0;
  position: absolute;
  top: -99px;
  left: -99px;
  z-index: -1;
  width: 0;
  height: 0;
  margin: 0;
  padding: 0;
  pointer-events: none;
}
.radio-block input[type=radio][disabled] + label {
  color: #979797;
  background-color: #fafafa;
}
.radio-block input[type=radio][disabled] + label .radio-block__icon {
  opacity: 0.75;
}
.radio-block input[type=radio][disabled] + label .label-success {
  background-color: #a2cb76;
}
.radio-block input[type=radio]:not([disabled]) + label {
  cursor: pointer;
}
.radio-block input[type=radio]:not([disabled]):focus + label {
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  outline: 0;
  border-color: #66afe9;
}
.radio-block input[type=radio]:checked + label:after {
  position: absolute;
  top: 24px;
  left: 20px;
  width: 6px;
  height: 6px;
  content: "";
  display: block;
  background: #303030;
  border-radius: 50%;
}
.radio-block input[type=radio]:checked + label .radio-block__footer {
  max-height: 500px;
}
.radio-block label {
  position: relative;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
          flex-direction: column;
  padding: 15px 15px 0;
  color: #414141;
  background-image: none;
  background-color: #fff;
  border: 1px solid #d7d7d7;
  border-radius: 3px;
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.radio-block label:before {
  position: absolute;
  top: 19px;
  left: 15px;
  width: 16px;
  height: 16px;
  content: "";
  display: block;
  border: 1px solid #d7d7d7;
  border-radius: 50%;
}
.radio-block label .radio-block__body {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
  padding-bottom: 15px;
}
@media all and (max-width: 640px) {
  .radio-block label .radio-block__body {
    -webkit-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}
.radio-block label .radio-block__info {
  display: block;
  margin: 0 -15px 0;
  padding: 2px 15px;
  font-size: 14px;
  color: #fff;
  background-color: #656565;
}
.radio-block label .radio-block__info--success {
  background-color: #65a325;
}
.radio-block label .radio-block__info--error {
  background-color: #d30505;
}
.radio-block label .radio-block__footer {
  position: relative;
  max-height: 0;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
          flex-direction: column;
  overflow: hidden;
  margin-left: 31px;
  font-size: 14px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.radio-block label .radio-block__footer:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
  content: "";
  display: block;
  background-color: #d7d7d7;
}
.radio-block label .radio-block__footer .flex-row:first-child {
  margin-top: 15px;
}
.radio-block label .radio-block__footer .flex-row:last-child {
  margin-bottom: 15px;
}
.radio-block label .radio-block__footer .flex-column {
  margin-top: auto;
  margin-bottom: auto;
}
.radio-block label .radio-block__footer .flex-column:first-child {
  margin-right: 15px;
}
.radio-block label .radio-block__footer .flex-column:last-child {
  margin-right: 0;
}
.radio-block label .radio-block__footer .flex-column + .flex-column {
  margin-left: auto;
}
.radio-block label .radio-block__icon {
  height: 24px;
  display: -webkit-flex;
  display: flex;
}
.radio-block label .radio-block__icon--courier:lang(hu) {
  width: 3.384rem;
}
.radio-block label .radio-block__icon:first-child {
  margin-left: 31px;
}
.radio-block label .radio-block__icon.radio-block__icon--small img {
  height: 16px;
}
.radio-block label .radio-block__icon + .radio-block__text {
  margin-left: 15px;
}
@media all and (max-width: 480px) {
  .radio-block label .radio-block__icon + .radio-block__text {
    width: 100%;
    margin-top: 6px;
    margin-left: 31px;
  }
}
.radio-block label .radio-block__icon img {
  width: auto;
  height: 24px;
  margin-top: auto;
  margin-bottom: auto;
}
.radio-block label .radio-block__icon img + img {
  margin-left: 3px;
}
.radio-block label .radio-block__text {
  max-width: 100%;
  -webkit-flex-grow: 1;
          flex-grow: 1;
  font-size: 14px;
  line-height: 24px;
}
.radio-block label .radio-block__text:first-child {
  margin-left: 31px;
}
@media all and (max-width: 767px) {
  .radio-block label .radio-block__text {
    font-size: 13px;
    line-height: 1;
  }
}
@media all and (max-width: 480px) {
  .radio-block label .radio-block__text {
    font-size: 12px;
  }
}
.radio-block label .radio-block__text + .radio-block__label {
  margin-bottom: auto;
  margin-left: 15px;
}
@media all and (max-width: 640px) {
  .radio-block label .radio-block__text + .radio-block__label {
    position: absolute;
    top: 15px;
    right: 15px;
    margin-left: 0;
  }
}
.radio-block label .radio-block__text small {
  display: block;
  font-size: 12px;
  color: #535353;
}
@media all and (max-width: 480px) {
  .radio-block label .radio-block__text small img {
    display: none;
  }
}
.radio-block label .radio-block__text .radio-block__label {
  margin-bottom: auto;
  -webkit-align-self: flex-start;
          align-self: flex-start;
}
.radio-block label .radio-block__text .radio-block__label:first-child {
  margin-left: 31px;
}

.about-us-email {
  max-width: 100%;
}

.order-detail {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
          flex-direction: column;
  margin-top: 20px;
  border: 1px solid #ededed;
  border-radius: 4px;
}
.order-detail__info, .order-detail__price {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
          justify-content: space-between;
}
.order-detail__info {
  border-bottom: 1px dashed #ededed;
}
.order-detail .form-error-text {
  margin-bottom: 0;
}

.order-detail__info {
  margin: 30px 20px 0;
}
.order-detail__info .product-title {
  margin: 0;
  padding-right: 5px;
  font-size: 16px;
  font-weight: 700;
  color: #313131;
}
@media all and (max-width: 425px) {
  .order-detail__info .product-title {
    font-size: 14px;
  }
}
.order-detail__info .desktop-quantity {
  max-height: 36px;
  display: -webkit-flex;
  display: flex;
}
@media all and (max-width: 425px) {
  .order-detail__info .desktop-quantity {
    display: none;
  }
}
.order-detail__info .desktop-quantity .ks {
  position: relative;
  display: inline-block;
}
.order-detail__info .desktop-quantity .ks::after {
  position: absolute;
  top: 6px;
  right: 12px;
  -webkit-transition: all 0.05s ease-in-out;
  transition: all 0.05s ease-in-out;
}
.order-detail__info .desktop-quantity .ks::after {
  content: "ks";
  font-size: 15px;
  font-weight: 300;
  color: #313131;
}
.order-detail__info .desktop-quantity .product-quantity {
  width: 50px;
  height: 36px;
  padding-left: 14px;
  font-size: 14px;
  font-weight: 300;
  line-height: 17px;
  color: #313131;
  border-radius: 4px;
}
.order-detail__info .desktop-quantity .quantity-controls {
  position: relative;
  left: -5px;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
          flex-direction: column;
}
.order-detail__info .desktop-quantity .quantity-controls button {
  width: 25px;
  height: 18px;
  font-size: 16px;
  font-weight: 500;
  line-height: 14px;
  color: #717171;
  background-color: rgb(237, 237, 237);
  border: none;
}
.order-detail__info .desktop-quantity .quantity-controls button:focus {
  outline: none;
}
.order-detail__info .desktop-quantity .quantity-controls button:hover {
  background-color: #d0d0d0;
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
}
.order-detail__info .desktop-quantity .quantity-controls button:active {
  background-color: #a8a8a8;
}
.order-detail__info .desktop-quantity .quantity-controls .control-plus {
  border: 1px solid #ededed;
  border-radius: 4px 4px 0 0;
}
.order-detail__info .desktop-quantity .quantity-controls .control-minus {
  border: 1px solid #ededed;
  border-radius: 0 0 4px 4px;
}
.order-detail__info .product-remains {
  margin-bottom: 15px;
  font-size: 13px;
  font-weight: 500;
  line-height: 26px;
  color: #313131;
}
.order-detail__info .product-remains::before {
  position: relative;
  top: 2px;
  content: url("/assets/img/box-icon.png");
  margin-right: 4px;
}
@media all and (max-width: 425px) {
  .order-detail__info .product-remains {
    margin-bottom: 20px;
    font-size: 11px;
  }
}
.order-detail__info .product-quantity {
  border: 1px solid #ededed;
}
@media all and (max-width: 425px) {
  .order-detail__info {
    margin: 15px 25px 0 15px;
    border: none;
  }
}

.order-detail__price {
  -webkit-align-items: center;
          align-items: center;
  padding: 15px 20px;
}
.order-detail__price .price-description, .order-detail__price .total-price {
  margin: 0;
}
.order-detail__price .price-description {
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
}
@media all and (max-width: 425px) {
  .order-detail__price .price-description {
    display: none;
  }
}
.order-detail__price .mobile-quantity {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
}
.order-detail__price .mobile-quantity .ks {
  position: relative;
  display: inline-block;
}
@media all and (min-width: 425px) {
  .order-detail__price .mobile-quantity .ks {
    display: none;
  }
}
.order-detail__price .mobile-quantity .ks::after {
  position: absolute;
  top: 3px;
  right: 12px;
  -webkit-transition: all 0.05s ease-in-out;
  transition: all 0.05s ease-in-out;
}
.order-detail__price .mobile-quantity .ks::after {
  content: "ks";
  font-size: 15px;
  font-weight: 300;
  color: #313131;
}
.order-detail__price .mobile-quantity .control-minus, .order-detail__price .mobile-quantity .control-plus {
  width: 30px;
  height: 30px;
  margin-left: 6px;
  padding: 0;
  font-size: 22px;
  font-weight: 500;
  line-height: 16px;
  text-align: center;
  color: #717171;
  background: #fff;
  border: 1px solid #ededed;
  border-radius: 4px;
}
.order-detail__price .mobile-quantity .control-minus:active, .order-detail__price .mobile-quantity .control-plus:active {
  background-color: #a8a8a8;
}
@media all and (min-width: 425px) {
  .order-detail__price .mobile-quantity .control-minus, .order-detail__price .mobile-quantity .control-plus {
    display: none;
  }
}
.order-detail__price .mobile-quantity .quantity-minus {
  color: rgba(113, 113, 113, 0.7);
}
.order-detail__price .mobile-quantity .product-quantity--mobile {
  width: 50px;
  height: 30px;
  padding-left: 14px;
  font-size: 15px;
  font-weight: 300;
  line-height: 15px;
  color: #313131;
  background-color: #fff;
  border: 1px solid rgba(238, 221, 238, 0.8666666667);
  border-radius: 4px;
  -webkit-appearance: none;
}
@media all and (min-width: 425px) {
  .order-detail__price .mobile-quantity .product-quantity--mobile {
    display: none;
  }
}
.order-detail__price .total-price {
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
  color: #e37921;
}
@media all and (max-width: 425px) {
  .order-detail__price {
    padding: 10px 18px 10px 15px;
    background-color: rgba(237, 237, 237, 0.7);
  }
}

.label--thin {
  color: #414141;
  font-size: 1.3rem;
  font-weight: 500;
  font-style: normal;
  letter-spacing: normal;
  line-height: 1;
  text-align: left;
  margin-bottom: 1rem;
}

.radio-form {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
          flex-direction: column;
  -webkit-align-items: flex-start;
          align-items: flex-start;
  margin: 2rem 0;
}
.radio-form__label {
  text-align: left;
  line-height: 1.2;
  margin-bottom: 1rem;
  font-weight: 400;
}
.radio-form__label small {
  padding-left: 2.5rem;
  font-style: italic;
}
.radio-form__input[name=radio-form] {
  margin: 0;
  margin-right: 1rem;
  -webkit-transform: translateY(0.2rem);
          transform: translateY(0.2rem);
}

.tag {
  font-size: 1.2rem;
  font-weight: 400;
  text-transform: capitalize;
  font-style: normal;
  letter-spacing: normal;
  line-height: 12px;
  text-align: left;
  border-radius: 3px;
  padding: 0.4em;
}
@media (max-width: 500px) {
  .tag {
    font-size: 1rem;
  }
}
.tag--black {
  background-color: #414141;
  color: #ffffff;
}
@media (max-width: 500px) {
  .tag--legend {
    position: absolute;
    top: -1rem;
  }
}

.radio-block .form-error input[type=radio] + label {
  border-color: #e33a27;
}
.radio-block .form-error .form-error-text {
  margin-top: 10px;
  font-style: normal;
}
.radio-block input[type=radio] {
  opacity: 0;
  position: absolute;
  top: -99px;
  left: -99px;
  z-index: -1;
  width: 0;
  height: 0;
  margin: 0;
  padding: 0;
  pointer-events: none;
}
.radio-block input[type=radio][disabled] + label {
  color: #979797;
  background-color: #fafafa;
}
.radio-block input[type=radio][disabled] + label .radio-block__icon {
  opacity: 0.75;
}
.radio-block input[type=radio][disabled] + label .label-success {
  background-color: #a2cb76;
}
.radio-block input[type=radio]:not([disabled]) + label {
  cursor: pointer;
}
.radio-block input[type=radio]:not([disabled]):focus + label {
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  outline: 0;
  border-color: #66afe9;
}
.radio-block input[type=radio]:checked + label:after {
  position: absolute;
  top: 24px;
  left: 20px;
  width: 6px;
  height: 6px;
  content: "";
  display: block;
  background: #303030;
  border-radius: 50%;
}
.radio-block input[type=radio]:checked + label .radio-block__footer {
  max-height: 500px;
}
.radio-block label {
  position: relative;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
          flex-direction: column;
  padding: 15px 15px 0;
  color: #414141;
  background-image: none;
  background-color: #fff;
  border: 1px solid #d7d7d7;
  border-radius: 3px;
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.radio-block label:before {
  position: absolute;
  top: 19px;
  left: 15px;
  width: 16px;
  height: 16px;
  content: "";
  display: block;
  border: 1px solid #d7d7d7;
  border-radius: 50%;
}
@media (max-width: 766px) {
  .radio-block--iq .radio-block label:before {
    top: 14px;
  }
}
.radio-block label .radio-block__body {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
  padding-bottom: 15px;
}
@media all and (max-width: 640px) {
  .radio-block label .radio-block__body {
    -webkit-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}
.radio-block label .radio-block__info {
  display: block;
  margin: 0 -15px 0;
  padding: 2px 15px;
  font-size: 14px;
  color: #fff;
  background-color: #656565;
}
.radio-block label .radio-block__info--success {
  background-color: #65a325;
}
.radio-block label .radio-block__info--error {
  background-color: #d30505;
}
.radio-block label .radio-block__footer {
  position: relative;
  max-height: 0;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
          flex-direction: column;
  overflow: hidden;
  margin-left: 31px;
  font-size: 14px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.radio-block label .radio-block__footer:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
  content: "";
  display: block;
  background-color: #d7d7d7;
}
.radio-block label .radio-block__footer .flex-row:first-child {
  margin-top: 15px;
}
.radio-block label .radio-block__footer .flex-row:last-child {
  margin-bottom: 15px;
}
.radio-block label .radio-block__footer .flex-column {
  margin-top: auto;
  margin-bottom: auto;
}
.radio-block label .radio-block__footer .flex-column:first-child {
  margin-right: 15px;
}
.radio-block label .radio-block__footer .flex-column:last-child {
  margin-right: 0;
}
.radio-block label .radio-block__footer .flex-column + .flex-column {
  margin-left: auto;
}
.radio-block label .radio-block__icon {
  height: 24px;
  display: -webkit-flex;
  display: flex;
}
.radio-block label .radio-block__icon--courier:lang(hu) {
  width: 3.384rem;
}
.radio-block label .radio-block__icon:first-child {
  margin-left: 31px;
}
.radio-block label .radio-block__icon.radio-block__icon--small img {
  height: 16px;
}
.radio-block label .radio-block__icon + .radio-block__text {
  margin-left: 15px;
}
@media all and (max-width: 480px) {
  .radio-block label .radio-block__icon + .radio-block__text {
    width: 100%;
    margin-top: 6px;
    margin-left: 31px;
  }
}
.radio-block label .radio-block__icon img {
  width: auto;
  height: 24px;
  margin-top: auto;
  margin-bottom: auto;
}
.radio-block label .radio-block__icon img + img {
  margin-left: 3px;
}
.radio-block label .radio-block__text {
  max-width: 100%;
  -webkit-flex-grow: 1;
          flex-grow: 1;
  font-size: 14px;
  line-height: 24px;
}
.radio-block label .radio-block__text:first-child {
  margin-left: 31px;
}
@media all and (max-width: 767px) {
  .radio-block label .radio-block__text {
    font-size: 13px;
    line-height: 1;
  }
}
@media all and (max-width: 480px) {
  .radio-block label .radio-block__text {
    font-size: 12px;
  }
}
.radio-block label .radio-block__text + .radio-block__label {
  margin-bottom: auto;
  margin-left: 15px;
}
@media all and (max-width: 640px) {
  .radio-block label .radio-block__text + .radio-block__label {
    position: absolute;
    top: 15px;
    right: 15px;
    margin-left: 0;
  }
}
.radio-block label .radio-block__text small {
  display: block;
  font-size: 12px;
  color: #535353;
}
@media all and (max-width: 480px) {
  .radio-block label .radio-block__text small img {
    display: none;
  }
}
.radio-block label .radio-block__text .radio-block__label {
  margin-bottom: auto;
  -webkit-align-self: flex-start;
          align-self: flex-start;
}
.radio-block label .radio-block__text .radio-block__label:first-child {
  margin-left: 31px;
}

@media (max-width: 766px) {
  .radio-block--iq input[type=radio]:checked + label:after {
    top: 19px;
  }
}

.impulse-purchase {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
          flex-direction: column;
  padding: 15px 15px 20px;
}
@media all and (max-width: 480px) {
  .impulse-purchase {
    padding: 10px 5px 15px;
  }
}
.impulse-purchase .impulse-purchase__scroll {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
          flex-direction: column;
}
.impulse-purchase .impulse-purchase__scroll .content-wrapper {
  padding: 15px 15px 0;
}
@media all and (max-width: 480px) {
  .impulse-purchase .impulse-purchase__scroll .content-wrapper {
    padding: 15px 10px 0;
  }
}
.impulse-purchase .impulse-purchase__nav {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-shrink: 0;
          flex-shrink: 0;
  padding: 0 15px 10px;
}
@media all and (max-width: 480px) {
  .impulse-purchase .impulse-purchase__nav {
    margin: 0 10px;
    padding: 0 0 10px;
    border-bottom: 1px solid #f1f2f4;
  }
}
.impulse-purchase .impulse-purchase__nav + .impulse-purchase__head {
  margin-top: 0;
}
.impulse-purchase .impulse-purchase__nav [class*=nav-] + [class*=nav-] {
  border-left: 1px solid #f1f2f4;
}
.impulse-purchase .impulse-purchase__nav .nav-link {
  display: -webkit-flex;
  display: flex;
}
@media all and (max-width: 480px) {
  .impulse-purchase .impulse-purchase__nav .nav-link {
    width: 50%;
  }
}
.impulse-purchase .impulse-purchase__nav .nav-link .link {
  margin: auto 0;
  font-size: 12px;
  font-weight: 300;
  line-height: 1.1666666667;
  color: #373b43;
}
@media all and (max-width: 480px) {
  .impulse-purchase .impulse-purchase__nav .nav-link .link {
    margin: auto;
  }
}
.impulse-purchase .impulse-purchase__nav .nav-link .link:hover, .impulse-purchase .impulse-purchase__nav .nav-link .link:focus {
  text-decoration: none;
}
@media all and (min-width: 767.001px) {
  .impulse-purchase .impulse-purchase__nav .nav-link .link.link--mobile {
    display: none;
  }
}
.impulse-purchase .impulse-purchase__nav .nav-link .link .link__icon {
  position: relative;
  width: 12px;
  height: 12px;
  display: inline-block;
  overflow: hidden;
  margin-right: 5px;
  margin-bottom: -1px;
  border-radius: 1px;
}
.impulse-purchase .impulse-purchase__nav .nav-link .link .link__icon:before, .impulse-purchase .impulse-purchase__nav .nav-link .link .link__icon:after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 20px;
  height: 2px;
  content: "";
  display: block;
  background-color: #373b43;
  border-radius: 1px;
}
.impulse-purchase .impulse-purchase__nav .nav-link .link .link__icon.link__icon--cancel:before {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}
.impulse-purchase .impulse-purchase__nav .nav-link .link .link__icon.link__icon--cancel:after {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}
.impulse-purchase .impulse-purchase__nav .nav-link .link .link__icon.link__icon--back:before {
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
  -webkit-transform-origin: left top;
          transform-origin: left top;
}
.impulse-purchase .impulse-purchase__nav .nav-link .link .link__icon.link__icon--back:after {
  -webkit-transform: translateY(-50%) rotate(-45deg);
          transform: translateY(-50%) rotate(-45deg);
  -webkit-transform-origin: left bottom;
          transform-origin: left bottom;
}
.impulse-purchase .impulse-purchase__nav .nav-cart {
  display: -webkit-flex;
  display: flex;
  margin-left: auto;
}
@media all and (max-width: 480px) {
  .impulse-purchase .impulse-purchase__nav .nav-cart {
    width: 50%;
  }
}
.impulse-purchase .impulse-purchase__nav .nav-cart .cart {
  position: relative;
  height: 60px;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
  padding: 0 35px 0 15px;
  text-decoration: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
@media all and (max-width: 767px) {
  .impulse-purchase .impulse-purchase__nav .nav-cart .cart {
    height: 50px;
  }
}
@media all and (min-width: 480.001px) {
  .impulse-purchase .impulse-purchase__nav .nav-cart .cart {
    border: 1px solid #f1f2f4;
    border-radius: 2px;
  }
}
@media all and (max-width: 480px) {
  .impulse-purchase .impulse-purchase__nav .nav-cart .cart {
    margin: auto;
  }
}
.impulse-purchase .impulse-purchase__nav .nav-cart .cart:hover:before, .impulse-purchase .impulse-purchase__nav .nav-cart .cart:hover:after, .impulse-purchase .impulse-purchase__nav .nav-cart .cart:focus:before, .impulse-purchase .impulse-purchase__nav .nav-cart .cart:focus:after {
  opacity: 1;
}
.impulse-purchase .impulse-purchase__nav .nav-cart .cart:before, .impulse-purchase .impulse-purchase__nav .nav-cart .cart:after {
  opacity: 0.7;
  position: absolute;
  top: 50%;
  right: 15px;
  width: 12px;
  height: 3px;
  content: "";
  display: block;
  background-color: #373b43;
  border-radius: 1px;
  -webkit-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
}
.impulse-purchase .impulse-purchase__nav .nav-cart .cart:before {
  -webkit-transform-origin: right bottom;
          transform-origin: right bottom;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
}
.impulse-purchase .impulse-purchase__nav .nav-cart .cart:after {
  -webkit-transform-origin: right top;
          transform-origin: right top;
  -webkit-transform: translateY(-50%) rotate(-45deg);
          transform: translateY(-50%) rotate(-45deg);
}
.impulse-purchase .impulse-purchase__nav .nav-cart .cart.cart--empty {
  padding-right: 15px;
  pointer-events: none;
}
.impulse-purchase .impulse-purchase__nav .nav-cart .cart.cart--empty:before, .impulse-purchase .impulse-purchase__nav .nav-cart .cart.cart--empty:after {
  display: none;
}
.impulse-purchase .impulse-purchase__nav .nav-cart .cart.cart--empty .cart__ico svg {
  opacity: 0.4;
}
.impulse-purchase .impulse-purchase__nav .nav-cart .cart.cart--empty .cart__ico svg path {
  fill: #8e8f91;
}
.impulse-purchase .impulse-purchase__nav .nav-cart .cart.cart--empty .cart__ico + .cart__label {
  margin-left: 15px;
}
.impulse-purchase .impulse-purchase__nav .nav-cart .cart.cart--empty .cart__label {
  font-size: 16px;
  font-weight: 300;
  white-space: nowrap;
  color: #8e8f91;
}
@media all and (max-width: 767px) {
  .impulse-purchase .impulse-purchase__nav .nav-cart .cart.cart--empty .cart__label {
    font-size: 12px;
  }
}
.impulse-purchase .impulse-purchase__nav .nav-cart .cart .cart__ico {
  position: relative;
  height: 25px;
}
@media all and (max-width: 767px) {
  .impulse-purchase .impulse-purchase__nav .nav-cart .cart .cart__ico {
    height: 20px;
  }
}
.impulse-purchase .impulse-purchase__nav .nav-cart .cart .cart__ico + .cart__label {
  margin-left: 25px;
}
.impulse-purchase .impulse-purchase__nav .nav-cart .cart .cart__ico svg {
  height: 28px;
  -webkit-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
}
@media all and (max-width: 767px) {
  .impulse-purchase .impulse-purchase__nav .nav-cart .cart .cart__ico svg {
    width: auto;
    height: 25px;
    margin-bottom: -3px;
  }
}
.impulse-purchase .impulse-purchase__nav .nav-cart .cart .cart__ico svg path {
  -webkit-transition: fill 0.2s ease-in-out;
  transition: fill 0.2s ease-in-out;
}
.impulse-purchase .impulse-purchase__nav .nav-cart .cart .cart__badge {
  opacity: 0;
  position: absolute;
  top: -11px;
  right: -11px;
  height: 22px;
  min-width: 22px;
  padding: 0 5px;
  font-size: 14px;
  font-weight: 700;
  line-height: 24px;
  text-align: center;
  color: #fff;
  background-color: #65a325;
  border-radius: 11px;
  -webkit-animation: fadeIn 0.2s ease-in-out 0s 1 normal forwards;
          animation: fadeIn 0.2s ease-in-out 0s 1 normal forwards;
}
.impulse-purchase .impulse-purchase__nav .nav-cart .cart .cart__label {
  font-size: 26px;
  font-weight: 700;
  line-height: 1;
  color: #373b43;
  -webkit-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
}
@media all and (max-width: 767px) {
  .impulse-purchase .impulse-purchase__nav .nav-cart .cart .cart__label {
    font-size: 18px;
  }
}
.impulse-purchase .impulse-purchase__nav .nav-cart .cart .cart__label small {
  margin-left: 3px;
  font-size: 16px;
}
@media all and (max-width: 767px) {
  .impulse-purchase .impulse-purchase__nav .nav-cart .cart .cart__label small {
    font-size: 10px;
  }
}
.impulse-purchase .impulse-purchase__head {
  display: -webkit-flex;
  display: flex;
  margin-bottom: 50px;
}
.impulse-purchase .impulse-purchase__head .header-title {
  font-weight: 300;
  line-height: 1.1;
  color: #373b43;
}
.impulse-purchase .impulse-purchase__head .header-title .header-title__main {
  font-size: 42px;
}
@media all and (max-width: 767px) {
  .impulse-purchase .impulse-purchase__head .header-title .header-title__main {
    font-size: 22px;
  }
}
.impulse-purchase .impulse-purchase__head .header-title .header-title__text {
  margin-top: 10px;
  font-size: 22px;
  line-height: 1.5714285714;
}
@media all and (max-width: 767px) {
  .impulse-purchase .impulse-purchase__head .header-title .header-title__text {
    font-size: 14px;
  }
}
.impulse-purchase .impulse-purchase__head .header-title .header-title__text strong {
  font-weight: 600 !important;
}
.impulse-purchase .impulse-purchase__body .product-selection {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  margin: -15px;
}
.impulse-purchase .impulse-purchase__body .product-item {
  position: relative;
  z-index: 1;
  width: -webkit-calc(25% - 30px);
  width: calc(25% - 30px);
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
          flex-direction: column;
  margin: 15px;
  border-radius: 3px;
}
@media all and (max-width: 1200px) {
  .impulse-purchase .impulse-purchase__body .product-item {
    width: -webkit-calc(50% - 30px);
    width: calc(50% - 30px);
  }
}
@media all and (max-width: 640px) {
  .impulse-purchase .impulse-purchase__body .product-item {
    width: -webkit-calc(100% - 30px);
    width: calc(100% - 30px);
  }
}
@media all and (max-width: 1200px) and (min-width: 992.001px), (max-width: 640px) and (min-width: 480.001px) {
  .impulse-purchase .impulse-purchase__body .product-item {
    -webkit-flex-direction: row;
            flex-direction: row;
  }
}
.impulse-purchase .impulse-purchase__body .product-item:first-child {
  margin-left: auto;
}
.impulse-purchase .impulse-purchase__body .product-item:last-child {
  margin-right: auto;
}
.impulse-purchase .impulse-purchase__body .product-item:before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  content: "";
  display: block;
  box-shadow: 0 0 12px #dedfe3;
}
.impulse-purchase .impulse-purchase__body .product-item .product-item__col {
  position: relative;
  width: 100%;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
          flex-direction: column;
  padding: 20px 30px 0;
}
@media all and (max-width: 1200px) and (min-width: 992.001px), (max-width: 640px) and (min-width: 480.001px) {
  .impulse-purchase .impulse-purchase__body .product-item .product-item__col {
    height: 100%;
    padding: 10px 15px;
  }
}
@media all and (max-width: 1200px) and (min-width: 992.001px), (max-width: 640px) and (min-width: 480.001px) {
  .impulse-purchase .impulse-purchase__body .product-item .product-item__col:not(:last-child) {
    padding-right: 5px;
  }
}
.impulse-purchase .impulse-purchase__body .product-item .product-item__col:last-child {
  margin-top: auto;
  padding-bottom: 15px;
}
@media all and (max-width: 1200px) and (min-width: 992.001px), (max-width: 640px) and (min-width: 480.001px) {
  .impulse-purchase .impulse-purchase__body .product-item .product-item__col:last-child {
    padding-bottom: 10px;
    padding-left: 5px;
  }
}
.impulse-purchase .impulse-purchase__body .product-item .product-item__col + .product-item__col {
  padding-top: 0;
}
.impulse-purchase .impulse-purchase__body .product-item .product-item__sale {
  position: absolute;
  top: -15px;
  left: -15px;
  width: 90px;
  height: 90px;
  background-color: #f3b22c;
  border-radius: 50%;
  -webkit-transform: rotate(-30deg);
          transform: rotate(-30deg);
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
@media all and (max-width: 480px) {
  .impulse-purchase .impulse-purchase__body .product-item .product-item__sale {
    top: -10px;
    left: -10px;
    width: 80px;
    height: 80px;
  }
}
.impulse-purchase .impulse-purchase__body .product-item .product-item__sale:before {
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
  content: "";
  display: block;
  box-shadow: 0 0 12px #dedfe3;
  border-radius: 50%;
}
.impulse-purchase .impulse-purchase__body .product-item .product-item__sale .value {
  font-size: 22px;
  font-weight: 700;
  color: #fff;
}
@media all and (max-width: 480px) {
  .impulse-purchase .impulse-purchase__body .product-item .product-item__sale .value {
    font-size: 17px;
  }
}
.impulse-purchase .impulse-purchase__body .product-item .product-item__sale .value small {
  margin-left: 2px;
  font-size: 13px;
  font-weight: 500;
}
@media all and (max-width: 480px) {
  .impulse-purchase .impulse-purchase__body .product-item .product-item__sale .value small {
    font-size: 12px;
  }
}
.impulse-purchase .impulse-purchase__body .product-item .product-item__labels {
  position: absolute;
  top: 15px;
  right: 10px;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
          flex-direction: column;
  -webkit-align-items: flex-end;
          align-items: flex-end;
}
.impulse-purchase .impulse-purchase__body .product-item .product-item__labels span[class^=label-] + span[class^=label-] {
  margin-top: 5px;
}
.impulse-purchase .impulse-purchase__body .product-item .product-item__image img {
  width: 140px;
  height: auto;
  max-width: 100%;
  display: block;
  margin: 0 auto;
}
@media all and (max-width: 640px) {
  .impulse-purchase .impulse-purchase__body .product-item .product-item__image img {
    width: 100px;
  }
}
.impulse-purchase .impulse-purchase__body .product-item .product-item__name {
  margin: 20px 0 15px;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.2222222222;
  text-align: center;
  color: #373b43;
}
.impulse-purchase .impulse-purchase__body .product-item a.product-item__name {
  text-decoration: underline;
  color: #373b43;
}
.impulse-purchase .impulse-purchase__body .product-item a.product-item__name:hover, .impulse-purchase .impulse-purchase__body .product-item a.product-item__name:focus {
  text-decoration: none;
}
.impulse-purchase .impulse-purchase__body .product-item .product-item__price {
  display: -webkit-flex;
  display: flex;
  padding: 10px;
  line-height: 27px;
  text-align: center;
}
.impulse-purchase .impulse-purchase__body .product-item .product-item__price.product-item__price--original {
  -webkit-justify-content: center;
          justify-content: center;
  -webkit-align-items: flex-end;
          align-items: flex-end;
}
.impulse-purchase .impulse-purchase__body .product-item .product-item__price.product-item__price--original .price-value {
  position: relative;
  margin-left: 10px;
  color: #8e8f91;
}
.impulse-purchase .impulse-purchase__body .product-item .product-item__price.product-item__price--original .price-value:after {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 0;
  content: "";
  border-top: 2px solid #8e8f91;
  -webkit-transform: rotate(-15deg) translateY(-50%);
          transform: rotate(-15deg) translateY(-50%);
}
.impulse-purchase .impulse-purchase__body .product-item .product-item__price.product-item__price--block {
  -webkit-flex-direction: column;
          flex-direction: column;
  line-height: 1;
  border: 1px solid #f1f2f4;
  border-radius: 4px;
}
.impulse-purchase .impulse-purchase__body .product-item .product-item__price.product-item__price--block .price-text {
  font-weight: 300;
}
.impulse-purchase .impulse-purchase__body .product-item .product-item__price.product-item__price--block .price-value {
  margin-top: 10px;
  font-size: 36px;
}
.impulse-purchase .impulse-purchase__body .product-item .product-item__price.product-item__price--block .price-value small {
  font-size: 20px;
}
.impulse-purchase .impulse-purchase__body .product-item .product-item__price .price-text {
  margin-top: 5px;
  font-size: 15px;
  font-weight: 300;
  color: #555c6d;
}
.impulse-purchase .impulse-purchase__body .product-item .product-item__price .price-value {
  font-size: 27px;
  font-weight: 700;
  color: #373b43;
}
.impulse-purchase .impulse-purchase__body .product-item .product-item__price .price-value small {
  margin-left: 5px;
  font-size: 16px;
}
.impulse-purchase .impulse-purchase__body .product-item .product-item__control {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
          flex-direction: column;
  -webkit-align-items: center;
          align-items: center;
  padding-top: 15px;
}
@media all and (max-width: 1200px) and (min-width: 992.001px), (max-width: 640px) and (min-width: 480.001px) {
  .impulse-purchase .impulse-purchase__body .product-item .product-item__control {
    margin-top: auto;
  }
}
.impulse-purchase .impulse-purchase__body .product-item .product-item__control .control-success {
  opacity: 0;
  font-size: 16px;
  font-weight: 500;
  color: #65a325;
  -webkit-animation: fadeIn 0.2s ease-in-out 0s 1 normal forwards;
          animation: fadeIn 0.2s ease-in-out 0s 1 normal forwards;
}
.impulse-purchase .impulse-purchase__body .product-item .product-item__control .control-success:before {
  width: 21px;
  height: 21px;
  content: "";
  display: inline-block;
  margin-right: 6px;
  margin-bottom: -4px;
  background: #65a325 url("/assets/img/icon-check-white.svg") no-repeat center;
  background-size: 15px;
  border-radius: 50%;
}
.impulse-purchase .impulse-purchase__body .product-item .product-item__control .control-success + .control-remove {
  margin-top: 5px;
}
.impulse-purchase .impulse-purchase__body .product-item .product-item__control .control-remove {
  opacity: 0;
  font-size: 14px;
  font-weight: 300;
  text-decoration: underline;
  color: #e33a27;
  -webkit-animation: fadeIn 0.2s ease-in-out 0s 1 normal forwards;
          animation: fadeIn 0.2s ease-in-out 0s 1 normal forwards;
}
.impulse-purchase .impulse-purchase__body .product-item .product-item__control .control-remove:before {
  width: 14px;
  height: 17px;
  content: "";
  display: inline-block;
  margin-right: 6px;
  margin-bottom: -4px;
  background: transparent url("/assets/img/icon-trashcan.svg") no-repeat center;
  background-size: contain;
}
.impulse-purchase .impulse-purchase__body .product-item .product-item__control .control-remove:hover, .impulse-purchase .impulse-purchase__body .product-item .product-item__control .control-remove:focus {
  text-decoration: none;
}
.impulse-purchase .impulse-purchase__body .product-item .product-item__control .btn {
  opacity: 0;
  width: 100%;
  -webkit-animation: fadeIn 0.2s ease-in-out 0s 1 normal forwards;
          animation: fadeIn 0.2s ease-in-out 0s 1 normal forwards;
}
.impulse-purchase .impulse-purchase__body .product-item .product-item__control .btn:only-child {
  height: 52px;
  line-height: 52px;
}
.impulse-purchase .impulse-purchase__body .product-item .product-item__control .btn .icon img {
  width: auto;
  height: 20px;
  margin-right: 10px;
}
.impulse-purchase .impulse-purchase__footer {
  display: -webkit-flex;
  display: flex;
  margin-top: 60px;
}
@media all and (max-width: 767px) {
  .impulse-purchase .impulse-purchase__footer {
    -webkit-flex-direction: column;
            flex-direction: column;
  }
}
.impulse-purchase .impulse-purchase__footer .footer-info {
  max-width: 300px;
}
@media all and (max-width: 767px) {
  .impulse-purchase .impulse-purchase__footer .footer-info {
    width: 100%;
    max-width: none;
  }
}
.impulse-purchase .impulse-purchase__footer .footer-info .info-text {
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4375;
  color: #555c6d;
}
.impulse-purchase .impulse-purchase__footer .footer-info .info-logo {
  height: auto;
  max-width: 185px;
  margin-top: 10px;
}
.impulse-purchase .impulse-purchase__footer .footer-info .info-logo img {
  max-width: 100%;
}
.impulse-purchase .impulse-purchase__footer .footer-links {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-shrink: 0;
          flex-shrink: 0;
  margin-bottom: auto;
  margin-left: auto;
}
@media all and (max-width: 767px) {
  .impulse-purchase .impulse-purchase__footer .footer-links {
    width: 100%;
    -webkit-flex-direction: column-reverse;
            flex-direction: column-reverse;
    margin-top: 25px;
  }
}
@media all and (max-width: 767px) {
  .impulse-purchase .impulse-purchase__footer .footer-links .btn {
    margin: 0 auto;
  }
}
@media all and (max-width: 480px) {
  .impulse-purchase .impulse-purchase__footer .footer-links .btn {
    width: 100%;
  }
}
@media all and (max-width: 767px) {
  .impulse-purchase .impulse-purchase__footer .footer-links .btn + .btn {
    margin-top: 10px;
  }
}

.info-bar {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  font-size: 14px;
  font-weight: 400;
}
.info-bar.info-bar--success {
  color: #fff;
  background-color: #65a325;
}
.info-bar > p:only-child {
  padding-top: 20px;
  padding-bottom: 20px;
}
.info-bar a {
  font-weight: 500;
  color: inherit;
}
.info-bar p {
  font-weight: inherit;
  color: inherit;
}
.info-bar p:first-child {
  margin-top: 0;
}
.info-bar p:last-child {
  margin-bottom: 0;
}
.info-bar .info-bar__block {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
          flex-direction: column;
  -webkit-flex-grow: 1;
          flex-grow: 1;
  padding: 0;
}
.info-bar .info-bar__block .info-block__content {
  position: relative;
  padding: 20px 70px 20px 15px;
}
@media all and (min-width: 767.001px) {
  .info-bar .info-bar__block .info-block__content {
    margin-right: auto;
  }
}
.info-bar .info-bar__block .info-bar__logo:after {
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height: 100%;
  content: "";
  background: transparent url("/assets/img/next.svg") no-repeat center;
  background-size: 18px;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
.info-bar .info-bar__block .info-bar__logo img {
  height: 25px;
}

.navbar {
  margin-bottom: 0;
}
@media all and (min-width: 767.001px) {
  .navbar .navbar-header {
    -webkit-transition: opacity 0.2s ease-out;
    transition: opacity 0.2s ease-out;
  }
}
@media all and (min-width: 767.001px) {
  .navbar.navbar--big-quiz .rondo-container.narrow,
.navbar.navbar--big-quiz .container.narrow {
    max-width: 1200px;
  }
  .navbar.navbar--big-quiz .rondo-container.narrow .navbar-overlay__link-back,
.navbar.navbar--big-quiz .container.narrow .navbar-overlay__link-back {
    padding-left: 6px;
  }
}
@media all and (min-width: 767.001px) and (max-width: 1280px) {
  .navbar.navbar--big-quiz .rondo-container.narrow .navbar-overlay__link-back,
.navbar.navbar--big-quiz .container.narrow .navbar-overlay__link-back {
    padding-left: 15px;
  }
}

.navbar-default {
  position: fixed !important;
  top: 0;
  right: 0;
  left: 0;
  z-index: 99996;
  height: 75px;
  margin-bottom: 0;
  border: 1px solid #fff;
  border-right: none;
  border-left: none;
  border-radius: 0;
  border-bottom-color: #ededed;
}
@media all and (max-height: 680px) {
  .navbar-default {
    height: 60px;
    min-height: 60px;
  }
}
@media all and (max-width: 767px) {
  .navbar-default {
    border-top: none;
    -webkit-transform: none !important;
    transform: none !important;
  }
}
.navbar-default .narrow {
  position: relative;
}
@media all and (max-width: 767px) {
  .navbar-default .narrow {
    display: -webkit-flex;
    display: flex;
    padding: 0;
  }
}
.navbar-default .navbar-collapse {
  padding: 0;
  background: none;
}
.navbar-default .navbar-collapse > .container-fluid {
  padding: 0 70px;
}
.navbar-default .navbar-collapse > .container-fluid.narrow {
  padding: 0 30px;
}
@media all and (max-width: 767px) {
  .navbar-default .navbar-collapse > .container-fluid.narrow {
    padding: 0;
  }
}
.navbar-default .navbar-collapse .dropdown-toggle {
  color: #414141;
}
.navbar-default .navbar-collapse .dropdown-toggle > svg {
  position: relative;
  top: -2px;
  margin-right: 8px;
  margin-left: 8px;
}
.navbar-default .navbar-collapse ul > li.nav-item ul {
  position: absolute;
  border: 1px solid #d7d7d7;
}
.navbar-default .navbar-collapse ul > li.nav-item ul li.visible {
  opacity: 1;
  display: block !important;
}
.navbar-default .navbar-collapse #dropdown-arrow {
  margin-top: 7px;
  margin-left: 20px;
}
@media all and (max-height: 680px) {
  .navbar-default .navbar-collapse #dropdown-arrow {
    margin-top: 0;
  }
}
.navbar-default .navbar-collapse #dropdown-arrow path {
  -webkit-transition: fill 0.2s ease-in-out;
  transition: fill 0.2s ease-in-out;
}
.navbar-default .navbar-collapse #dropdown-arrow.open {
  color: #e37921;
  border: none;
}
.navbar-default .navbar-collapse #dropdown-arrow.open path {
  fill: #e37921;
}
.navbar-default .navbar-collapse #dropdown-arrow.open ul {
  display: block;
}
.navbar-default .navbar-collapse #dropdown-arrow.open a {
  color: #414141;
  background-color: #fff;
}
.navbar-default .navbar-collapse #dropdown-arrow.open > .dropdown-toggle {
  cursor: default;
  color: #e37921 !important;
}
.navbar-default .navbar-collapse #dropdown-arrow a {
  white-space: nowrap;
  text-decoration: none;
}
.navbar-default .navbar-collapse #dropdown-arrow .dropdown-toggle {
  position: relative;
  z-index: 99999;
  margin-top: -7px;
  font-weight: normal;
  background: transparent !important;
  -webkit-transition: all 0s, color 0.2s ease-in-out;
  transition: all 0s, color 0.2s ease-in-out;
}
@media all and (max-height: 680px) {
  .navbar-default .navbar-collapse #dropdown-arrow .dropdown-toggle {
    margin-top: 0;
  }
}
.navbar-default .navbar-collapse #dropdown-arrow .dropdown-menu {
  position: absolute;
  top: -1px;
  left: -21px;
  z-index: 99998;
  padding: 76px 20px 10px;
  box-shadow: 0 0 0 #000;
  border: 1px solid #ededed;
}
@media all and (max-height: 680px) {
  .navbar-default .navbar-collapse #dropdown-arrow .dropdown-menu {
    top: 2px;
  }
}
.navbar-default .navbar-collapse #dropdown-arrow .dropdown-menu li {
  margin-right: 0;
  margin-left: 0;
}
.navbar-default .navbar-collapse #dropdown-arrow .dropdown-menu li.active:after {
  display: none;
}
.navbar-default .navbar-collapse #dropdown-arrow .dropdown-menu li.active a {
  display: block;
}
.navbar-default .navbar-collapse #dropdown-arrow .dropdown-menu li.active a:after {
  position: absolute;
  top: 7px;
  right: -20px;
  height: 14px;
  content: "";
  display: block;
  border-right: 2px solid #e37921;
}
.navbar-default .navbar-collapse #dropdown-arrow .dropdown-menu li a {
  position: relative;
  height: 28px;
  font-weight: 400;
  line-height: 28px;
}
.navbar-default .navbar-collapse #dropdown-arrow .dropdown-menu li a .label {
  position: relative;
  top: auto;
  right: auto;
  bottom: 5px;
}
@media all and (min-width: 767.001px) {
  .navbar-default .dropdown-navbar {
    display: none;
  }
}
.navbar-default .dropdown-navbar .dropdown-menu {
  margin-top: 1px;
}
.navbar-default .dropdown-navbar.open #dropdown-nav .hamburger-box {
  -webkit-transition-delay: 0.12s;
          transition-delay: 0.12s;
  -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
          transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.navbar-default .dropdown-navbar.open #dropdown-nav .hamburger-inner:before {
  opacity: 0;
  top: 0;
  -webkit-transition: top 0.075s ease, opacity 0.075s 0.12s ease;
  transition: top 0.075s ease, opacity 0.075s 0.12s ease;
}
.navbar-default .dropdown-navbar.open #dropdown-nav .hamburger-inner:after {
  bottom: 0;
  -webkit-transition: bottom 0.075s ease, -webkit-transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.075s ease, -webkit-transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.075s ease, transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.075s ease, transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}
@media all and (max-width: 767px) {
  .navbar-default .dropdown-navbar.open .user-notifications-wrapper {
    border-color: transparent;
    border-left-color: #ededed;
    border-right-color: #ededed;
  }
}
@media all and (max-width: 767px) {
  .navbar-default .dropdown-navbar.open #dropdown-account {
    border-color: transparent;
    border-left-color: #ededed;
  }
}
.navbar-default .dropdown-navbar.open #dropdown-account.not-logged:after {
  opacity: 1;
}
.navbar-default .dropdown-navbar.open #dropdown-account.not-logged .user-name {
  display: none;
}
.navbar-default .dropdown-navbar.open #dropdown-account .carret svg path {
  fill: #e37921;
}
.navbar-default .dropdown-navbar.open .dropdown-menu {
  opacity: 1;
  pointer-events: all;
}
.navbar-default .dropdown-navbar.right .dropdown-menu {
  right: 0;
  left: auto;
  border-left-color: #ededed;
}
@media all and (max-width: 767px) {
  .navbar-default .dropdown-navbar .username,
.navbar-default .dropdown-navbar .username + span,
.navbar-default .dropdown-navbar .text-light {
    margin: 0;
    font-size: 13px;
    line-height: 1.3;
    white-space: nowrap;
  }
}
@media all and (max-width: 767px) {
  .navbar-default .dropdown-navbar .username {
    font-weight: 300;
    color: #414141;
  }
}
@media all and (max-width: 767px) {
  .navbar-default .dropdown-navbar .text-light {
    color: #6e6e6e;
  }
}
@media all and (max-width: 767px) {
  .navbar-default .dropdown-navbar .dropdown-toggle {
    height: 75px;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
            flex-direction: column;
    -webkit-justify-content: center;
            justify-content: center;
    -webkit-align-items: center;
            align-items: center;
    padding-top: 0;
    padding-bottom: 0;
    text-decoration: none;
    outline: none;
    -webkit-appearance: none;
    -moz-box-sizing: border-box;
         box-sizing: border-box;
  }
}
@media all and (min-width: 767.001px) {
  .navbar-default .dropdown-navbar .dropdown-toggle {
    background: none;
  }
}
@media all and (max-height: 680px) {
  .navbar-default .dropdown-navbar .dropdown-toggle {
    height: 60px;
  }
}
.navbar-default .dropdown-navbar .dropdown-toggle:before, .navbar-default .dropdown-navbar .dropdown-toggle:after {
  position: absolute;
  width: 100%;
  display: block;
}
@media all and (max-width: 767px) {
  .navbar-default .dropdown-navbar .dropdown-toggle:before, .navbar-default .dropdown-navbar .dropdown-toggle:after {
    content: "";
  }
}
.navbar-default .dropdown-navbar .dropdown-toggle:after {
  top: 0;
  left: 0;
  height: 100%;
  pointer-events: none;
}
.navbar-default .dropdown-navbar .dropdown-toggle:before {
  bottom: -1px;
  left: 0;
  z-index: 1000;
  height: 10px;
  background-color: transparent;
}
.navbar-default .dropdown-navbar #dropdown-nav {
  width: 45px;
  border-right: 1px solid #ededed;
  border-left: none;
}
.navbar-default .dropdown-navbar #dropdown-nav:before {
  left: 0;
  width: -webkit-calc(100% - 1px);
  width: calc(100% - 1px);
}
.navbar-default .dropdown-navbar #dropdown-nav ~ .dropdown-menu {
  left: -1px;
  border-right-color: #ededed;
}
.navbar-default .dropdown-navbar #dropdown-nav .hamburger-box {
  position: relative;
  width: 17px;
  height: 24px;
  display: inline-block;
}
.navbar-default .dropdown-navbar #dropdown-nav .hamburger-inner {
  top: 50%;
  display: block;
  margin-top: -2px;
  -webkit-transition-duration: 0.075s;
          transition-duration: 0.075s;
  -webkit-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
          transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.navbar-default .dropdown-navbar #dropdown-nav .hamburger-inner, .navbar-default .dropdown-navbar #dropdown-nav .hamburger-inner:before, .navbar-default .dropdown-navbar #dropdown-nav .hamburger-inner:after {
  position: absolute;
  width: 17px;
  height: 2px;
  background-color: #b0b0b0;
  border-radius: 1px;
  -webkit-transition-duration: 0.15s;
          transition-duration: 0.15s;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
}
.navbar-default .dropdown-navbar #dropdown-nav .hamburger-inner:before, .navbar-default .dropdown-navbar #dropdown-nav .hamburger-inner:after {
  content: "";
  display: block;
}
.navbar-default .dropdown-navbar #dropdown-nav .hamburger-inner:before {
  top: -6px;
  -webkit-transition: top 0.075s 0.12s ease, opacity 0.075s ease;
  transition: top 0.075s 0.12s ease, opacity 0.075s ease;
}
.navbar-default .dropdown-navbar #dropdown-nav .hamburger-inner:after {
  bottom: -6px;
  -webkit-transition: bottom 0.075s 0.12s ease, -webkit-transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.075s 0.12s ease, -webkit-transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.075s 0.12s ease, transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.075s 0.12s ease, transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
@media all and (max-width: 767px) {
  .navbar-default .dropdown-navbar #dropdown-account {
    -webkit-align-items: flex-start;
            align-items: flex-start;
    padding-right: 30px;
    padding-left: 15px;
  }
}
.navbar-default .dropdown-navbar #dropdown-account:before {
  left: 1px;
}
@media all and (max-width: 767px) {
  .navbar-default .dropdown-navbar #dropdown-account ~ .dropdown-menu {
    border-left-color: #ededed;
  }
}
@media all and (max-width: 767px) {
  .navbar-default .dropdown-navbar #dropdown-account.not-logged {
    position: relative;
    padding-right: 15px;
    padding-left: 32px;
    -webkit-transition: none;
    transition: none;
  }
}
.navbar-default .dropdown-navbar #dropdown-account.not-logged:after {
  opacity: 0;
  position: absolute;
  top: 1px;
  right: 1px;
  bottom: 1px;
  left: 1px;
  content: "";
  display: block;
  background: #fff url(/assets/img/icon-close.svg) no-repeat center;
  background-size: 13px 13px;
  -webkit-transition: 0.1s ease-in-out;
  transition: 0.1s ease-in-out;
  pointer-events: none;
}
.navbar-default .dropdown-navbar #dropdown-account.not-logged .user-name {
  position: relative;
  overflow: unset;
  font-weight: 400;
}
.navbar-default .dropdown-navbar #dropdown-account.not-logged .user-name:before {
  position: absolute;
  top: 50%;
  left: -17px;
  width: 12px;
  height: 13px;
  content: "";
  display: block;
  background: transparent url("/assets/img/icon-user-enter.svg") no-repeat center;
  background-size: contain;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
.navbar-default .dropdown-navbar #dropdown-account.not-logged .carret {
  display: none;
}
@media all and (max-width: 767px) {
  .navbar-default .dropdown-navbar #dropdown-account .username {
    max-width: 82px;
    display: block;
    overflow: hidden;
    margin: 4px 0 -3px;
    font-size: 13px;
    font-weight: 500;
    line-height: 1.3;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
}
@media all and (max-width: 767px) {
  .navbar-default .dropdown-navbar #dropdown-account .username .rondon {
    font-size: 10px;
  }
}
.navbar-default .dropdown-navbar #dropdown-account .carret {
  position: absolute;
  top: 27px;
  right: 16px;
  width: 7px;
  height: 5px;
}
.navbar-default .dropdown-navbar #dropdown-account .carret svg {
  position: absolute;
  top: 0;
  left: 0;
}
.navbar-default .dropdown-navbar #dropdown-account .carret svg path {
  -webkit-transition: fill 0.2s ease-in-out;
  transition: fill 0.2s ease-in-out;
}
@media all and (max-width: 767px) {
  .navbar-default .dropdown-navbar .dropdown-menu {
    opacity: 0;
    position: fixed;
    top: 74px;
    bottom: 0;
    min-width: 210px;
    max-width: 65%;
    display: block;
    margin: 0;
    padding: 0;
    box-shadow: none;
    border: 1px solid #fff;
    border-radius: 0;
    pointer-events: none;
    border-top-color: #ededed;
  }
}
@media all and (max-width: 767px) and (max-height: 680px) {
  .navbar-default .dropdown-navbar .dropdown-menu {
    top: 59px;
  }
}
@media all and (max-width: 767px) {
  .navbar-default .dropdown-navbar .dropdown-menu:after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    display: block;
    pointer-events: none;
  }
}
.navbar-default .dropdown-navbar .dropdown-menu .ss-content {
  overflow-y: auto !important;
  -webkit-overflow-scrolling: auto !important;
}
.navbar-default .dropdown-navbar .dropdown-menu .ss-scroll {
  right: 5px !important;
  width: 5px;
  background: none;
  pointer-events: none;
}
.navbar-default .dropdown-navbar .dropdown-menu .ss-scroll:after {
  position: absolute;
  top: 5px;
  left: 0;
  width: 100%;
  height: -webkit-calc(100% - 10px);
  height: calc(100% - 10px);
  content: "";
  display: block;
  background-color: #979797;
  border-radius: 3px;
  pointer-events: all;
}
.navbar-default .dropdown-navbar .dropdown-menu .divider {
  position: relative;
  background-color: #ededed;
}
@media all and (max-width: 767px) {
  .navbar-default .dropdown-navbar .dropdown-menu .divider {
    width: -webkit-calc(100% - 30px);
    width: calc(100% - 30px);
    margin-right: 15px;
    margin-left: 15px;
  }
}
@media all and (max-width: 767px) {
  .navbar-default .dropdown-navbar .dropdown-menu .nav-item {
    padding-left: 0;
    font-size: 14px !important;
    line-height: 1;
  }
}
@media all and (max-width: 767px) {
  .navbar-default .dropdown-navbar .dropdown-menu .nav-item:first-child {
    margin-top: 12px;
  }
}
@media all and (max-width: 767px) {
  .navbar-default .dropdown-navbar .dropdown-menu .nav-item:last-child {
    margin-bottom: 12px;
  }
}
.navbar-default .dropdown-navbar .dropdown-menu .nav-item.game a {
  font-weight: 500;
  color: #e37921;
}
.navbar-default .dropdown-navbar .dropdown-menu .nav-item a:not(.btn) {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
  gap: 10px;
  overflow: hidden;
  padding: 11px 30px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.2;
  text-decoration: none;
  color: #414141;
  outline: none;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
.navbar-default .dropdown-navbar .dropdown-menu .nav-item a:not(.btn).visibleDesktop {
  display: block;
}
@media all and (max-width: 767.001px) {
  .navbar-default .dropdown-navbar .dropdown-menu .nav-item a:not(.btn).visibleDesktop {
    display: none;
  }
}
.navbar-default .dropdown-navbar .dropdown-menu .nav-item a:not(.btn).visibleMobile {
  display: block;
}
@media all and (min-width: 767.001px) {
  .navbar-default .dropdown-navbar .dropdown-menu .nav-item a:not(.btn).visibleMobile {
    display: none;
  }
}
@media all and (min-width: 767.001px) {
  .navbar-default .dropdown-navbar .dropdown-menu .nav-item a:not(.btn) {
    display: block;
    padding: 3px 0;
    font-weight: 400;
    line-height: 1.6;
    text-decoration: none;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
}
.navbar-default .dropdown-navbar .dropdown-menu .nav-item a:not(.btn):hover, .navbar-default .dropdown-navbar .dropdown-menu .nav-item a:not(.btn):active, .navbar-default .dropdown-navbar .dropdown-menu .nav-item a:not(.btn):focus {
  color: #e37921;
}
.navbar-default .dropdown-navbar .dropdown-menu .nav-item a:not(.btn).puzzle-summary {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
}
.navbar-default .dropdown-navbar .dropdown-menu .nav-item a:not(.btn).puzzle-summary:before {
  width: 17px;
  height: 17px;
  content: url("/assets/img/puzzles/puzzles-mobile.svg");
  display: inline-block;
}
@media all and (max-width: 767px) {
  .navbar-default .dropdown-navbar .dropdown-menu .nav-item a:not(.btn).premium {
    color: #843a9a;
  }
}
@media all and (max-width: 767px) {
  .navbar-default .dropdown-navbar .dropdown-menu .nav-item a:not(.btn).premium:hover {
    color: #76228f;
  }
}
@media all and (max-width: 767px) {
  .navbar-default .dropdown-navbar .dropdown-menu .nav-item a:not(.btn).premium:hover .label-premium {
    background-color: #76228f;
  }
}
@media all and (max-width: 767px) {
  .navbar-default .dropdown-navbar .dropdown-menu .nav-item a:not(.btn).premium:active, .navbar-default .dropdown-navbar .dropdown-menu .nav-item a:not(.btn).premium:focus {
    color: #844497;
  }
}
@media all and (max-width: 767px) {
  .navbar-default .dropdown-navbar .dropdown-menu .nav-item a:not(.btn).premium:active .label-premium, .navbar-default .dropdown-navbar .dropdown-menu .nav-item a:not(.btn).premium:focus .label-premium {
    background-color: #844497;
  }
}
.navbar-default .dropdown-navbar .dropdown-menu .nav-item a:not(.btn) .label-premium {
  position: static;
  bottom: 2px;
  margin-top: -2px;
}
@media all and (max-width: 768px) {
  .navbar-default .dropdown-navbar .dropdown-menu .nav-item a:not(.btn) .label-premium {
    position: relative;
  }
}
.navbar-default .dropdown-navbar .dropdown-menu .nav-item a:not(.btn) .label {
  position: relative;
  bottom: 0;
  display: inline-block;
  padding: 2px 4px;
  font-size: 9px;
  line-height: 1.2222222222;
  color: #fff;
  background-color: #e37921;
  border: none;
  border-radius: 2px;
}
.navbar-default .dropdown-navbar .dropdown-menu .nav-item a:not(.btn) .img-inline {
  height: 20px;
  margin-right: 10px;
}
.navbar-default .dropdown-navbar .dropdown-menu .nav-item a:not(.btn) .img-inline.wallet {
  margin-right: 17.67px;
}
.navbar-default .dropdown-navbar .dropdown-menu .nav-item .btn {
  margin: 12px 30px;
  font-size: 14px !important;
}
.navbar-default .nav-item {
  position: relative;
}
.navbar-default .nav-item.active:after {
  content: "";
  display: block;
  margin-top: -4px;
  border-bottom: solid 2px #e37921;
}
@media all and (max-width: 680px) {
  .navbar-default .nav-item.active:after {
    margin-top: -3px;
  }
}
@media all and (max-width: 767px) {
  .navbar-default .navbar-toggle {
    display: block;
  }
  .navbar-default .collapse.navbar-collapse {
    height: 100%;
    display: -webkit-flex;
    display: flex;
    margin: 0;
    border-top: none;
  }
  .navbar-default .collapse.navbar-collapse > .nav:not(.navbar-right) {
    display: none;
  }
}
@media all and (max-width: 767px) {
  .navbar-default.navbar-lg .navbar-toggle {
    height: 73px;
    display: block;
  }
}
@media all and (max-width: 767px) and (max-height: 680px) {
  .navbar-default.navbar-lg .navbar-toggle {
    height: 58px;
  }
}
@media all and (max-width: 767px) {
  .navbar-default.navbar-lg .navbar-header {
    height: 75px;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row nowrap;
            flex-flow: row nowrap;
    -webkit-flex-grow: 1;
            flex-grow: 1;
    margin: 0;
  }
}
@media all and (max-width: 767px) and (max-height: 680px) {
  .navbar-default.navbar-lg .navbar-header {
    height: 60px;
  }
}
@media all and (max-width: 767px) {
  .navbar-default.navbar-lg .navbar-header .dropdown-navbar {
    display: block;
  }
}
@media all and (max-width: 767px) {
  .navbar-default.navbar-lg .navbar-header .logo-wrapper {
    -webkit-flex-grow: 1;
            flex-grow: 1;
  }
}
@media all and (max-width: 767px) {
  .navbar-default.navbar-lg .user-section-mobile {
    display: block !important;
  }
}
@media all and (max-height: 680px) {
  .navbar-default .navbar-header {
    height: 59px;
  }
}
.navbar-default .navbar-header .navbar-toggle {
  float: left;
  margin-right: 0;
  margin-left: 15px;
  background: none !important;
  border: 0;
}
@media all and (max-width: 767px) {
  .navbar-default .navbar-header .navbar-toggle {
    margin-left: 10px;
  }
}
.navbar-default .navbar-header .navbar-toggle.active .icon-bar {
  position: relative;
  top: 0;
}
.navbar-default .navbar-header .navbar-toggle.active .icon-bar:nth-child(1) {
  top: 6px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.navbar-default .navbar-header .navbar-toggle.active .icon-bar:nth-child(2) {
  opacity: 0;
}
.navbar-default .navbar-header .navbar-toggle.active .icon-bar:nth-child(3) {
  top: -6px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.navbar-default .navbar-header .navbar-toggle .icon-bar {
  opacity: 1;
  width: 17px;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
@media all and (max-height: 680px) {
  .navbar-default .navbar-header .navbar-toggle {
    margin-top: 15px;
    margin-bottom: 15px;
    padding-top: 7px;
    padding-bottom: 7px;
  }
}
.navbar-default .navbar-header .user-section-mobile {
  cursor: pointer;
  float: right;
  margin-top: 17px;
  margin-right: 24px;
  line-height: 1.3;
  text-align: left;
  text-decoration: none !important;
  color: #414141;
}
@media all and (max-width: 767px) {
  .navbar-default .navbar-header .user-section-mobile {
    margin-right: 12px;
  }
}
@media all and (max-height: 680px) {
  .navbar-default .navbar-header .user-section-mobile {
    margin-top: 11px;
  }
}
.navbar-default .navbar-header .user-section-mobile:hover, .navbar-default .navbar-header .user-section-mobile:active {
  color: #e37921;
}
.navbar-default .navbar-header .user-section-mobile .chips {
  display: block;
  margin-top: 4px;
}
.navbar-default .navbar-header .user-section-mobile .chips.disabled {
  color: #aaa;
}
.navbar-default .navbar-header .user-section-mobile .chips.disabled:before {
  width: 15px;
  height: 15px;
  content: "";
  display: inline-block;
  margin-right: 5px;
  margin-bottom: -2px;
  background: url("/assets/img/icon-disabled-sm.svg") no-repeat center;
  background-size: contain;
}
.navbar-default .navbar-header .user-section-mobile .username {
  max-width: 114px;
  display: block;
  overflow: hidden;
  font-weight: 500;
  text-overflow: ellipsis;
}
.navbar-default .navbar-header .dropdown-backdrop {
  top: 75px;
  bottom: 0;
}
@media all and (max-height: 680px) {
  .navbar-default .navbar-header .dropdown-backdrop {
    top: 60px;
  }
}
.navbar-default .navbar-right.facebook {
  margin: 18px 0 0 15px;
}
@media all and (max-height: 680px) {
  .navbar-default .navbar-right.facebook {
    margin-top: 10px;
  }
}
@media all and (max-width: 1460px) {
  .navbar-default .navbar-right.facebook {
    margin-right: 0;
    padding-left: 12px;
    font-size: 0;
  }
}
@media all and (max-width: 1460px) {
  .navbar-default .navbar-right.facebook:before {
    top: 9px;
    left: 9.5px;
  }
}
.navbar-default .navbar-nav {
  position: relative;
  display: inline-block;
  margin-top: 0;
  margin-bottom: 0;
}
@media all and (min-width: 767.001px) {
  .navbar-default .navbar-nav {
    top: 1px;
  }
}
@media all and (max-width: 767px) {
  .navbar-default .navbar-nav {
    margin: 0;
  }
}
@media all and (min-width: 767px) {
  .navbar-default .navbar-nav .dropdown-menu .nav-item {
    margin-right: 0;
    margin-left: 0;
  }
}
@media all and (min-width: 767px) {
  .navbar-default .navbar-nav .nav-item {
    margin-right: 15px;
    margin-left: 15px;
  }
}
.navbar-default .navbar-nav .nav-item > .nav-link {
  position: relative;
  padding: 0;
  font-weight: 400;
  text-decoration: none;
  color: #414141 !important;
  background-color: transparent !important;
  -webkit-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
}
@media all and (min-width: 767.001px) {
  .navbar-default .navbar-nav .nav-item > .nav-link {
    height: 74px;
    line-height: 75px;
  }
}
@media all and (min-width: 767.001px) and (max-height: 680px) {
  .navbar-default .navbar-nav .nav-item > .nav-link {
    height: 58px;
    line-height: 58px;
  }
}
.navbar-default .navbar-nav .nav-item > .nav-link:after {
  display: none;
}
.navbar-default .navbar-nav .nav-item > .nav-link:hover {
  text-decoration: none;
  color: #e37921 !important;
}
.navbar-default .navbar-nav:not(.navbar-right) li.nav-item a.nav-item-game {
  font-weight: 500;
  text-decoration: none;
  color: #e37921 !important;
}
.navbar-default .navbar-nav .collapse-item-hidden {
  display: none;
}
.navbar-default .navbar-nav .user-section {
  float: left;
}
@media all and (min-width: 767.001px) {
  .navbar-default .navbar-nav .user-section {
    height: 67px;
    min-width: 195px;
    margin-top: 5px;
    background: #fff;
    border: 1px solid #fff;
  }
}
@media all and (min-width: 767.001px) and (max-height: 680px) {
  .navbar-default .navbar-nav .user-section {
    height: 53px;
    margin-top: -2px;
  }
}
@media all and (min-width: 767.001px) {
  .navbar-default .navbar-nav .user-section:hover .username {
    color: #333;
  }
}
.navbar-default .navbar-nav .user-section.open > a {
  background-color: #fff !important;
}
@media all and (min-width: 767.001px) {
  .navbar-default .navbar-nav .user-section.open > a {
    color: #e37921 !important;
    border-color: #ededed;
  }
}
.navbar-default .navbar-nav .user-section.open > a svg path {
  fill: #e37921;
}
@media all and (min-width: 767.001px) {
  .navbar-default .navbar-nav .user-section.open ul {
    border-color: #ededed;
  }
}
.navbar-default .navbar-nav .user-section.open .username {
  color: #333;
}
@media all and (min-width: 767.001px) {
  .navbar-default .navbar-nav .user-section.open .username {
    color: #e37921 !important;
  }
}
@media all and (min-width: 767.001px) {
  .navbar-default .navbar-nav .user-section > a {
    width: 100%;
    height: 66px;
    display: inline-block;
    padding: 0 15px;
    text-decoration: none;
    border: 1px solid #fff;
    border-bottom: 0;
    -webkit-transition: none;
    transition: none;
  }
}
@media all and (min-width: 767.001px) and (max-height: 680px) {
  .navbar-default .navbar-nav .user-section > a {
    height: 58px;
  }
}
@media all and (min-width: 767.001px) {
  .navbar-default .navbar-nav .user-section > a:hover svg path {
    fill: #e37921;
  }
}
.navbar-default .navbar-nav .user-section > a > img {
  width: 45px;
  height: 45px;
  display: inline-block;
  margin-right: 10px;
  border-radius: 50%;
}
@media all and (min-width: 767.001px) {
  .navbar-default .navbar-nav .user-section > a > span.inner {
    position: relative;
    height: 45px;
    min-width: -webkit-calc(100% - 60px);
    min-width: calc(100% - 60px);
    display: inline-block;
    padding-top: 1px;
    line-height: 22px;
    vertical-align: middle;
    margin-top: 6px;
    margin-bottom: 6px;
  }
}
.navbar-default .navbar-nav .user-section > a svg {
  position: absolute;
  top: 9px;
  right: 0;
  margin: 0;
}
@media all and (max-width: 767px) {
  .navbar-default .navbar-nav .user-section > a svg {
    top: 27px;
    right: 16px;
  }
}
.navbar-default .navbar-nav .user-section .chips {
  color: #6e6e6e;
}
.navbar-default .navbar-nav .user-section .chips.disabled {
  color: #aaa;
}
.navbar-default .navbar-nav .user-section .chips.disabled:before {
  width: 15px;
  height: 15px;
  content: "";
  display: inline-block;
  margin-right: 5px;
  margin-bottom: -2px;
  background: url("/assets/img/icon-disabled-sm.svg") no-repeat center;
  background-size: contain;
}
.navbar-default .navbar-nav .user-section .chips .label-premium {
  -webkit-transform: translate(0, -2px);
          transform: translate(0, -2px);
}
@media all and (min-width: 767px) {
  .navbar-default .navbar-nav .user-section .username {
    min-width: 60px;
    max-width: 150px;
    display: block;
    overflow: hidden;
    padding-right: 15px;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #777;
    word-break: break-word;
  }
}
.navbar-default .navbar-nav .user-section .dropdown-menu {
  box-shadow: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
@media all and (min-width: 767.001px) {
  .navbar-default .navbar-nav .user-section .dropdown-menu {
    width: 100%;
    min-width: 150px;
    padding: 10px 20px;
    border-top: none;
  }
}
@media all and (max-width: 767px) {
  .navbar-default .navbar-nav .user-section .dropdown-menu {
    background-color: #fff;
    border-radius: 0;
  }
}
.navbar-default .navbar-nav .user-section .dropdown-menu a {
  display: block;
  padding: 3px 0;
  font-weight: 400;
  text-decoration: none;
}
.navbar-default .navbar-nav .user-section .dropdown-menu a:hover {
  text-decoration: none;
  color: #e37921 !important;
  background-color: transparent;
}
.navbar-default .navbar-nav .user-section .dropdown-menu a .img-inline {
  height: 20px;
  margin-right: 10px;
}
.navbar-default .navbar-nav .user-section .dropdown-menu a .img-inline.wallet {
  margin-right: 17.67px;
}
.navbar-default .dropdown-menu--scrollable {
  overflow-y: auto;
  overflow-x: hidden;
  max-height: -webkit-calc(100vh - 75px);
  max-height: calc(100vh - 75px);
}
@media all and (max-height: 767.001px) {
  .navbar-default .dropdown-menu--scrollable {
    max-height: -webkit-calc(100vh - 60px);
    max-height: calc(100vh - 60px);
  }
}
.navbar-default .navbar-brand {
  height: 75px;
  display: -webkit-flex;
  display: flex;
  margin-right: 15px;
  padding: 0;
}
@media all and (max-height: 680px) {
  .navbar-default .navbar-brand {
    height: 60px;
  }
}
@media all and (max-width: 767px) {
  .navbar-default .navbar-brand {
    margin-left: 15px !important;
  }
}
@media all and (min-width: 768px) {
  .navbar-default .navbar-brand {
    margin-left: 0 !important;
  }
}
@media all and (max-width: 1310px) {
  .navbar-default .navbar-brand {
    margin-right: 15px;
  }
}
@media all and (max-width: 767px) {
  .navbar-default .navbar-brand {
    width: auto;
    margin-right: 0;
  }
}
.navbar-default .navbar-brand.navbar-brand--larger img {
  height: 32px;
}
@media all and (max-width: 767px) {
  .navbar-default .navbar-brand.navbar-brand--larger img {
    height: 22px;
  }
}
.navbar-default .navbar-brand img {
  height: 25px;
  margin: auto 0;
}
@media all and (max-width: 767px) {
  .navbar-default .navbar-brand img {
    height: 16px;
  }
}

.nav .avatar-wrapper {
  width: 45px;
  height: 45px;
  margin-right: 10px;
  background-size: cover;
}
@media all and (max-width: 767px) {
  .nav .avatar-wrapper {
    display: none;
  }
}
@media all and (max-width: 767px) {
  .nav .user-wrapper {
    display: -webkit-flex;
    display: flex;
  }
}

@media all and (max-width: 767px) {
  .navbar-hidden-mobile {
    display: none !important;
  }
}

@media all and (min-width: 767.001px) {
  .navbar-hidden-desktop {
    display: none !important;
  }
}

@media all and (max-width: 767.001px) {
  .dropdown-menu--right {
    min-width: 25rem;
  }
}

.navbar .dropdown-menu .nav-item > a > span.label {
  position: relative;
  bottom: 9px;
  display: inline-block;
  padding: 2px 4px;
  font-size: 9px;
  line-height: 1.2222222222;
  color: #fff;
  background-color: #e37921;
  border: none;
  border-radius: 2px;
}

.nav.navbar-nav > li > a.nav-link {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
  gap: 5px;
}

.nav.navbar-nav > li > a.nav-link > .label {
  position: relative;
  bottom: 0;
  display: inline-block;
  padding: 2px 4px;
  font-size: 9px;
  line-height: 1.2222222222;
  color: #fff;
  background-color: #e37921;
  border: none;
  border-radius: 2px;
  -webkit-transform: translateY(-1px);
          transform: translateY(-1px);
}

.content .container-partner {
  margin-bottom: 25px;
  padding-right: 0;
  border-top: 1px solid #ededed;
  border-bottom: 1px solid #ededed;
}
.content .container-partner .partner-list .container__slider-wrapper .container__slider-wrapper--inner {
  content-visibility: auto;
}
.content .container-partner .container {
  position: relative;
  display: -webkit-flex;
  display: flex;
  -webkit-flex: 1 1 auto;
          flex: 1 1 auto;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  margin: 15px auto;
}
@media all and (min-width: 767px) {
  .content .container-partner .container {
    width: 767px !important;
  }
}
@media all and (min-width: 992px) {
  .content .container-partner .container {
    width: 992px !important;
  }
}
@media all and (min-width: 1310px) {
  .content .container-partner .container {
    width: 1310px !important;
  }
}
@media all and (min-width: 1310px) {
  .content .container-partner .container:after {
    position: absolute;
    top: 50%;
    left: 66.66667%;
    width: 1px;
    height: 120px;
    content: "";
    display: block;
    background-color: #ededed;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
  }
}
.content .container-partner .container > [class*=col-] {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
          flex-direction: column;
}
.content .container-partner .container h2 {
  margin: 5px auto;
  font-size: 24px;
}
.content .container-partner .container .partner-logo {
  width: 100%;
  max-width: 600px;
  margin-right: auto;
  margin-left: auto;
}
.content .container-partner .container .partner-description {
  max-width: 600px;
  margin-right: auto;
  margin-bottom: 5px;
  margin-left: auto;
}
.content .container-partner .container .partner-footnote {
  position: relative;
  max-width: 600px;
  margin: 18px auto 13px;
  font-size: 12px;
  line-height: 1.4;
  color: #6e6e6e;
}
.content .container-partner .container .partner-footnote:after {
  position: absolute;
  top: -18px;
  left: 50%;
  width: 50px;
  height: 1px;
  content: "";
  display: block;
  background-color: #ededed;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}
.content .container-partner .container .col-md-4 {
  width: 33%;
}
@media all and (max-width: 992.001px) {
  .content .container-partner .container .col-md-4 {
    width: 100%;
    margin-bottom: 15px;
  }
}
.content .container-partner .container .col-md-4 .button-wrapper {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media all and (max-width: 992.001px) {
  .content .container-partner .container .col-md-4 .button-wrapper {
    position: relative;
    top: 0;
    left: auto;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}
.content .container-partner .container .col-md-4 .button-wrapper .more-info {
  height: 40px;
  display: block;
  line-height: 40px;
}

@media all and (min-width: 1201px) {
  .container-partners {
    margin-top: -40px;
  }
}
.container-partners .offers {
  padding-bottom: 0;
}
.container-partners .partner-list {
  width: -webkit-calc(100% - 285px);
  width: calc(100% - 285px);
  margin-left: 285px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
@media all and (max-width: 1200px) {
  .container-partners .partner-list {
    width: 100%;
    margin-left: 0;
  }
}
@media all and (min-width: 1201px) {
  .container-partners .partner-list {
    margin-top: 90px;
  }
}
@media all and (min-width: 1201px) and (max-height: 570px) {
  .container-partners .partner-list {
    margin-top: 75px;
  }
}
.container-partners .partner-list > .container__slider-wrapper {
  overflow: unset;
  margin-top: -10px;
  padding-top: 5px;
}
.container-partners .partner-list > .container__slider-wrapper .btn {
  font-size: 14px;
}
@media all and (max-width: 767px) {
  .container-partners .partner-list > .container__slider-wrapper .container__slider-wrapper--inner {
    width: -webkit-calc(100% + 30px);
    width: calc(100% + 30px);
    margin-right: -15px;
    margin-left: -15px;
    padding: 15px;
  }
}
.container-partners .partner-list > .container__slider-wrapper .container__slider-wrapper--inner .container__slider-item-wrapper {
  width: -webkit-calc(100% - 30px);
  width: calc(100% - 30px);
  margin: 15px 15px 0;
}
@media all and (min-width: 480.001px) {
  .container-partners .partner-list > .container__slider-wrapper .container__slider-wrapper--inner .container__slider-item-wrapper {
    width: -webkit-calc(50% - 15px);
    width: calc(50% - 15px);
    margin: 0 7.5px 15px;
  }
}
@media all and (min-width: 767.001px) {
  .container-partners .partner-list > .container__slider-wrapper .container__slider-wrapper--inner .container__slider-item-wrapper {
    width: -webkit-calc(33.3333333333% - 15px);
    width: calc(33.3333333333% - 15px);
    margin: 5px 7.5px 24px;
  }
}
@media all and (min-width: 992.001px) {
  .container-partners .partner-list > .container__slider-wrapper .container__slider-wrapper--inner .container__slider-item-wrapper {
    width: -webkit-calc(25% - 15px);
    width: calc(25% - 15px);
  }
}
@media all and (min-width: 1199.001px) {
  .container-partners .partner-list > .container__slider-wrapper .container__slider-wrapper--inner .container__slider-item-wrapper {
    width: -webkit-calc(33.3333333333% - 15px);
    width: calc(33.3333333333% - 15px);
  }
}
@media all and (min-width: 1310px) {
  .container-partners .partner-list > .container__slider-wrapper .container__slider-wrapper--inner .container__slider-item-wrapper {
    width: -webkit-calc(25% - 15px);
    width: calc(25% - 15px);
  }
}
.container-partners .category-header {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
}
.container-partners .category-header #removeFilters {
  position: relative;
  display: none;
  margin-left: auto;
  padding-left: 12px;
  font-size: 12px;
}
.container-partners .category-header #removeFilters:before {
  position: absolute;
  top: 50%;
  left: 0;
  content: "✗";
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.container-partners .category-header #removeFilters:hover, .container-partners .category-header #removeFilters:focus {
  text-decoration: none;
}
.container-partners .category-select {
  position: absolute;
  z-index: 1;
  width: 255px;
  min-height: 100px;
  padding: 25px 20px 20px;
}
.container-partners .category-select #categories {
  display: block;
}
.container-partners .category-select #categories.category-collapse {
  display: block;
}
@media all and (min-width: 1201px) {
  .container-partners .category-select {
    margin-top: 90px;
    margin-bottom: 15px;
    border: 1px solid #ededed;
    border-radius: 4px;
  }
}
@media all and (min-width: 1201px) and (max-height: 570px) {
  .container-partners .category-select {
    margin-top: 75px;
    margin-bottom: 132px;
  }
}
@media all and (max-width: 1200px) {
  .container-partners .category-select {
    position: relative;
    width: -webkit-calc(100% + 30px);
    width: calc(100% + 30px);
    margin-right: -15px;
    margin-left: -15px;
    text-align: center;
    background-color: #ededed;
  }
  .container-partners .category-select #categories {
    display: none;
  }
  .container-partners .category-select #categories.category-collapse {
    display: block;
  }
  .container-partners .category-select #categories-show {
    display: none;
  }
  .container-partners .category-select #categories-show.category-collapse {
    display: inline-block;
  }
}
.container-partners .category-select.affix {
  position: fixed;
  top: 90px;
}
@media all and (max-width: 1200px) {
  .container-partners .category-select.affix {
    position: relative;
    top: auto;
  }
}
@media all and (max-height: 570px) {
  .container-partners .category-select.affix {
    top: 75px;
  }
}
.container-partners .category-select .category-select-wrapper {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  margin: -3px;
}
@media all and (max-width: 1200px) {
  .container-partners .category-select .category-select-wrapper {
    -webkit-justify-content: center;
            justify-content: center;
  }
}
@media all and (max-width: 1200px) and (min-width: 481px) {
  .container-partners .category-select .category-select-wrapper {
    margin-right: -20px;
    margin-left: -20px;
  }
}
.container-partners .category-select .category-select-wrapper a {
  cursor: pointer;
  position: relative;
  margin: 3px;
  padding: 7px 10px;
  font-weight: 500;
  line-height: 1.1;
  text-decoration: none;
  color: #fff;
  background-color: #aeb2b5;
  border-radius: 3px;
  -webkit-transition: background-color 0.2s ease-in-out;
  transition: background-color 0.2s ease-in-out;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
@media all and (max-width: 1200px) {
  .container-partners .category-select .category-select-wrapper a {
    display: none;
    margin: 5px;
    border: 1px solid #ededed;
  }
  .container-partners .category-select .category-select-wrapper a.show {
    display: inline-block !important;
  }
}
@media all and (max-width: 1200px) and (max-width: 480px) {
  .container-partners .category-select .category-select-wrapper a.show {
    display: block !important;
  }
}
@media all and (max-width: 1200px) and (min-width: 481px) and (max-width: 1200px) {
  .container-partners .category-select .category-select-wrapper a.show {
    width: 30%;
    min-width: 210px;
    max-width: 260px;
  }
}
.container-partners .category-select .category-select-wrapper a:hover {
  background-color: #555c6d;
}
.container-partners .category-select .category-select-wrapper a.active {
  background-color: #65a325;
}
@media all and (max-width: 1200px) {
  .container-partners .category-select .category-select-wrapper a.active {
    display: inline-block;
    color: #414141;
    background-color: #fff;
  }
}
@media all and (max-width: 480px) {
  .container-partners .category-select .category-select-wrapper a.active {
    display: block;
  }
}
.container-partners .category-select .category-select-wrapper a.active:hover {
  background-color: #4f8816;
}
@media all and (max-width: 1200px) {
  .container-partners .category-select .category-select-wrapper a.active:hover {
    color: #414141;
    background-color: #fff;
  }
}
.container-partners .category-select .category-select-wrapper a + div {
  margin-top: 5px;
}
.container-partners .category-select .add-filter {
  margin-top: 5px;
}
@media all and (min-width: 1201px) {
  .container-partners .category-select .add-filter {
    display: none;
  }
}
.container-partners .container-sort {
  position: absolute;
  top: 35px;
  right: 15px;
  z-index: 1;
  text-align: right;
}
@media all and (max-height: 570px) {
  .container-partners .container-sort {
    top: 20px;
  }
}
@media all and (max-width: 1200px) {
  .container-partners .container-sort {
    position: relative;
    top: auto;
    width: 100%;
    height: 50px;
    margin-bottom: 5px;
  }
}
@media all and (max-width: 767px) {
  .container-partners .container-sort {
    width: -webkit-calc(100% + 30px);
    width: calc(100% + 30px);
  }
}
.container-partners .container-sort .dropdown {
  z-index: 1000;
}
@media all and (max-width: 1200px) {
  .container-partners .container-sort .dropdown {
    position: absolute;
    right: 0;
    margin-top: 3px;
  }
}
@media all and (max-width: 767px) {
  .container-partners .container-sort .dropdown {
    right: 50%;
    width: auto;
    display: -webkit-flex;
    display: flex;
    white-space: nowrap;
    -webkit-transform: translate(50%, 0);
            transform: translate(50%, 0);
  }
}
.container-partners .container-sort .dropdown .sort-by {
  float: left;
  margin-right: 10px;
  font-size: 15px;
  line-height: 44px;
}
@media all and (max-width: 767px) {
  .container-partners .container-sort .dropdown .sort-by {
    margin-right: 0;
  }
}
.container-partners .container-sort .dropdown .dropdown-menu {
  top: -webkit-calc(100% - 1px);
  top: calc(100% - 1px);
}
.container-partners .container-sort .dropdown .dropdown-wrapper {
  position: relative;
  float: right;
  font-size: 15px;
}
.container-partners .container-sort .dropdown .dropdown-wrapper.open {
  background-color: #fff;
}
.container-partners .container-sort .dropdown .dropdown-wrapper.open .dropdown-toggle {
  border-color: #ededed;
  border-bottom-color: transparent;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.container-partners .container-sort .dropdown .dropdown-wrapper.open .dropdown-menu {
  border-top-color: transparent;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.container-partners .container-sort .dropdown .dropdown-wrapper .dropdown-menu {
  margin: 0 !important;
}
.container-partners .container-sort .dropdown .dropdown-wrapper .dropdown-menu li:before {
  display: none !important;
}
.container-partners .container-sort .dropdown .dropdown-wrapper .dropdown-toggle {
  cursor: pointer;
  position: relative;
  min-width: 17rem;
  padding: 10px;
  font-weight: 500;
  text-align: left;
  text-decoration: none;
  border: 1px solid transparent;
  border-radius: 3px;
  -webkit-transition: none;
  transition: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
          justify-content: space-between;
  -webkit-align-items: center;
          align-items: center;
}
.container-partners .container-sort .dropdown .dropdown-wrapper .dropdown-toggle:hover, .container-partners .container-sort .dropdown .dropdown-wrapper .dropdown-toggle:focus, .container-partners .container-sort .dropdown .dropdown-wrapper .dropdown-toggle.focus {
  text-decoration: underline;
}
.container-partners .container-sort .dropdown .dropdown-wrapper .dropdown-toggle .caret {
  margin-left: 1.3rem;
}
.container-partners .container-sort .dropdown .dropdown-wrapper .dropdown-menu {
  right: 0;
  left: auto;
  width: 100%;
  min-width: inherit;
  margin: 0;
  padding: 0;
  list-style: none;
  background-color: #fff;
  box-shadow: none;
}
.container-partners .container-sort .dropdown .dropdown-wrapper .dropdown-menu li {
  padding: 10px;
}
.container-partners .container-sort .dropdown .dropdown-wrapper .dropdown-menu li:before {
  display: none;
}
.container-partners .container-sort .dropdown .dropdown-wrapper .dropdown-menu li a {
  padding: 0;
  font-weight: 500;
  text-decoration: none;
  color: #65a325;
}
.container-partners .container-sort .dropdown .dropdown-wrapper .dropdown-menu li a:hover, .container-partners .container-sort .dropdown .dropdown-wrapper .dropdown-menu li a:focus {
  text-decoration: underline;
  color: #4f8816;
  background-color: #fff;
}

.container-partners {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-start;
          align-items: flex-start;
}
@media (max-width: 1200px) {
  .container-partners {
    -webkit-flex-direction: column;
            flex-direction: column;
  }
}

.container-partners .category-select {
  position: static;
  position: -webkit-sticky;
  position: sticky;
  top: 10rem;
  -webkit-flex-shrink: 0;
          flex-shrink: 0;
}
@media (max-width: 1200px) {
  .container-partners .category-select {
    position: relative;
    top: 0;
  }
}

.container__slider.offers.partner-list {
  margin-left: 3rem;
}
@media (max-width: 1200px) {
  .container__slider.offers.partner-list {
    margin-left: 0;
  }
}

table.table {
  border-color: #ddd;
}
table.table > thead {
  background-color: #fff;
}
table.table > thead > tr > th,
table.table > thead > tr > td,
table.table > tbody > tr > th,
table.table > tbody > tr > td,
table.table > tfoot > tr > th,
table.table > tfoot > tr > td {
  border-color: #ddd;
  vertical-align: middle;
  border-top: none;
}
table.table > thead > tr > th > img,
table.table > thead > tr > td > img,
table.table > tbody > tr > th > img,
table.table > tbody > tr > td > img,
table.table > tfoot > tr > th > img,
table.table > tfoot > tr > td > img {
  height: 30px;
}

table.table-summary {
  max-width: 485px;
  display: block;
  margin: 50px auto 10px;
}
table.table-summary tbody {
  display: block;
  padding: 0 15px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.16);
  border-radius: 6px;
}
table.table-summary tr {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
          justify-content: space-between;
  padding: 16px 20px;
  font-size: 16px;
  line-height: 20px;
  border-bottom: 1px solid #f5f6f7;
}
@media all and (max-width: 480px) {
  table.table-summary tr {
    padding: 18px 15px;
    font-size: 14px;
    line-height: 1.3;
  }
}
table.table-summary tr:last-child {
  margin: 0 -15px;
  padding: 16px 35px;
  background: #f5f6f7;
}
@media all and (max-width: 480px) {
  table.table-summary tr:last-child {
    padding: 18px 30px;
  }
}
table.table-summary tr td {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
}
table.table-summary tr td:first-child {
  margin-right: 5px;
}
table.table-summary tr td:last-child {
  margin-left: 5px;
}
table.table-summary tr td .icon {
  margin-left: 4px;
}

table.table--stats {
  padding-top: 15px;
  border: 1px solid #f5f6f7;
  border-radius: 2px;
}
table.table--stats tr {
  padding-right: 8px;
  padding-left: 8px;
  border-top: 1px solid #f3f5f7;
}
table.table--stats th {
  font-size: 12px;
  font-weight: 600;
  color: #878787;
}
table.table--stats td {
  font-size: 13px;
  font-weight: 400;
  line-height: 13px;
}
@media all and (max-width: 320px) {
  table.table--stats td {
    text-align: right;
  }
  table.table--stats td:first-child {
    text-align: left;
  }
  table.table--stats td:nth-child(2), table.table--stats td:nth-child(3) {
    padding-right: 16px;
  }
  table.table--stats th:nth-child(2), table.table--stats th:nth-child(3) {
    padding-right: 16px;
    text-align: right;
  }
}

table.table--benefits tr td:first-child {
  padding-right: 50px;
}
@media all and (max-width: 480px) {
  table.table--benefits tr td:first-child {
    padding-right: 20px;
  }
}

#listMainTerms {
  padding-left: 15px;
}
@media all and (max-width: 767px) {
  #listMainTerms {
    padding-left: 10px;
  }
}
#listMainTerms > li {
  margin: 75px 0;
  font-size: 18px;
  font-weight: 400;
  text-decoration: none;
  color: black;
}
@media all and (max-width: 767px) {
  #listMainTerms > li {
    padding-left: 0 !important;
  }
}
#listMainTerms > li > ol > li:before, #listMainTerms > li > ul > li:before {
  display: none;
}
#listMainTerms > li > ol > li > ol > li:before, #listMainTerms > li > ol > li > ul > li:before, #listMainTerms > li > ul > li > ol > li:before, #listMainTerms > li > ul > li > ul > li:before {
  display: none;
}
#listMainTerms > li > a {
  position: relative;
  z-index: -1;
  text-decoration: inherit;
  color: inherit;
}
#listMainTerms > li ol {
  font-size: 15px;
  font-weight: normal;
}
@media all and (max-width: 767px) {
  #listMainTerms > li ol {
    padding-left: 10px;
  }
}
#listMainTerms > li ol.list-none li:first-letter {
  padding-left: 15px;
}
#listMainTerms > li ol.lower-roman > li {
  font-weight: 400;
  color: black;
}
@media all and (max-width: 767px) {
  #listMainTerms > li ol > li {
    padding-left: 0 !important;
  }
}
#listMainTerms > li ul {
  padding-left: 10px;
  font-size: 15px;
  font-weight: normal;
}
#listMainTerms > li ul > li {
  padding-left: 0 !important;
  list-style: disc;
}
#listMainTerms > li ul > li > ul > li {
  list-style: circle;
}
#listMainTerms > li ul > li > ul > li > ul > li:before {
  display: none;
}
#listMainTerms li:before {
  left: -15px;
  display: none;
}

.list-none > li {
  list-style-type: none !important;
}

.upper-latin > li {
  list-style: upper-latin !important;
}

.lower-latin > li {
  list-style: lower-latin !important;
}

.lower-alpha > li {
  list-style-type: lower-alpha !important;
}

.lower-roman > li {
  list-style-type: lower-roman !important;
}

html {
  height: 100%;
}

body {
  height: 100%;
  min-height: 100%;
  overflow-x: hidden;
}
body.modal-open #off-canvas-wrap {
  -webkit-transform: none !important;
          transform: none !important;
}
body hr {
  border-color: #ededed;
}

.rondo-container,
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.rondo-container:before, .rondo-container:after,
.container:before,
.container:after {
  content: " ";
  display: table;
}
.rondo-container:after,
.container:after {
  clear: both;
}
@media (min-width: 767.001px) {
  .rondo-container,
.container {
    width: 750px;
  }
}
@media (min-width: 992.001px) {
  .rondo-container,
.container {
    width: 970px;
  }
}
@media (min-width: 1310.001px) {
  .rondo-container,
.container {
    width: 1310px;
  }
}

.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.container-fluid:before, .container-fluid:after {
  content: " ";
  display: table;
}
.container-fluid:after {
  clear: both;
}

.row {
  margin-left: -15px;
  margin-right: -15px;
}
.row:before, .row:after {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}

a,
button,
img {
  -webkit-user-drag: none;
}

[data-toggle=tooltip] {
  cursor: pointer;
}

.overflow-hidden,
.menu-overflow-hidden,
.overflow-hidden-overlay,
.overflow-hidden-tutorial,
.overflow-hidden-fullbox {
  overflow: hidden;
  -webkit-overflow-scrolling: auto;
}

@media (max-width: 768px) {
  .menu-overflow-hidden--mobile {
    overflow: hidden;
  }
}

.menu-overflow-hidden {
  touch-action: none;
}

.disabled-content {
  opacity: 0.5;
  pointer-events: none;
}

.logo {
  height: 55px;
  margin-top: -13px;
}

.swipe {
  visibility: hidden;
  position: relative;
  overflow: hidden;
}

.swipe-wrap {
  position: relative;
  overflow: hidden;
}

.container-bottom {
  position: absolute;
  right: 0;
  bottom: 20px;
  left: 0;
  width: -webkit-calc(100% - 30px);
  width: calc(100% - 30px);
  padding: 12px 20px 14px;
  background: #ffffff;
}

.container-border-bottom {
  border-bottom: 1px solid #d7d7d7;
}

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;
}

.inp-select-wrapper {
  position: relative;
  margin-bottom: 28px !important;
}
.inp-select-wrapper .small {
  position: absolute;
  bottom: -19px;
  left: 0;
  font-size: 12px;
  line-height: 1;
}
.inp-select-wrapper .carret {
  position: absolute;
  top: 50%;
  right: 20px;
  pointer-events: none;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}

.inp-select {
  width: 100%;
  height: 40px;
  display: block;
  padding: 8px;
  font-family: inherit;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.5714285714;
  color: #414141;
  background: #ffffff;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  border: 1px solid #d7d7d7;
  border-radius: 3px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.row-gray {
  background-color: #f5f6f7;
}

.container-lightgray {
  background-color: #f5f6f7;
}

.container-gray-light-3 {
  background-color: #ededed;
}

.container-grey {
  background-color: #f5f6f7;
}
.container-grey h3 {
  margin-top: 0;
}
.container-grey .input-group + .btn-group {
  margin-top: 10px;
}
.container-grey p {
  margin: 13px 0 0;
  text-align: left;
}
.container-grey p.text-center {
  text-align: center;
}
.container-grey p.text-right {
  text-align: right;
}

.container-rounded-white {
  background: rgba(255, 255, 255, 0.2);
  border-radius: 15px;
}

#apek-logo {
  width: 200px;
  height: 74px;
  margin-top: 15px;
  margin-bottom: 30px;
  background: url(/assets/img/apek_web.png) no-repeat;
}

.container-fluid {
  padding: 0;
}

.white-bg {
  background-color: #ffffff;
}

.top-notice {
  position: fixed !important;
  top: -999px;
  right: 0;
  left: 0;
  z-index: 100007;
  width: 100% !important;
  padding-top: 15px;
  padding-right: 35px !important;
  padding-bottom: 13px;
  font-size: 14px;
  font-weight: 400;
  text-align: center;
  color: white;
  background-color: #f3b22c;
  -webkit-transition: top 600ms ease-out, opacity 600ms ease-in, -webkit-transform 600ms ease-in;
  transition: top 600ms ease-out, opacity 600ms ease-in, -webkit-transform 600ms ease-in;
  transition: top 600ms ease-out, opacity 600ms ease-in, transform 600ms ease-in;
  transition: top 600ms ease-out, opacity 600ms ease-in, transform 600ms ease-in, -webkit-transform 600ms ease-in;
}
.top-notice.error-message {
  background-color: #e33a27;
}
.top-notice.success-message {
  background-color: #7cb83e;
}
.top-notice.premium-message {
  background-color: #843a9a;
}
.top-notice.static-message {
  display: none;
}
.top-notice .btn {
  position: relative;
  top: -1px;
  height: auto;
  margin-left: 10px;
  padding: 5px 6px 3px;
  font-size: 12px;
  font-weight: 400;
  line-height: 1;
  color: #535353 !important;
  background: white;
}
.top-notice .top-notice-close {
  cursor: pointer;
  position: absolute;
  top: 12px;
  right: 13px;
  width: 20px;
  height: 20px;
}
.top-notice .top-notice-close:before, .top-notice .top-notice-close:after {
  position: absolute;
  top: 3px;
  left: 9px;
  width: 1px;
  height: 16px;
  content: " ";
  background-color: white;
}
.top-notice .top-notice-close:hover:before, .top-notice .top-notice-close:hover:after {
  background-color: black;
}
.top-notice .top-notice-close:before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.top-notice .top-notice-close:after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.top-notice .rondo-container,
.top-notice .container {
  display: block;
}
.top-notice a {
  text-decoration: underline;
  color: white !important;
}
.top-notice a:hover {
  text-decoration: none !important;
  color: white;
}

@media all and (max-width: 480px) {
  .btn-register {
    margin-top: 20px !important;
  }
}

@media all and (max-width: 480px) {
  .text-center-xs {
    text-align: center !important;
  }
}

@media all and (max-width: 767px) {
  .text-center-sm {
    text-align: center !important;
  }
}

@media all and (max-width: 992px) {
  .text-center-md {
    text-align: center !important;
  }
}

.navbar + #halfpage #halfpage-white h1,
.navbar + #halfpage #halfpage-white .title-like-h1 {
  margin-top: 62px;
}

.navbar + #halfpage h1 {
  margin-top: 62px;
}

.vertical-dots {
  width: 3px;
  height: 3px;
  margin: 15px auto;
  background: #aaaaaa;
  border-radius: 50%;
}
.vertical-dots:before, .vertical-dots:after {
  position: relative;
  width: 3px;
  height: 3px;
  content: "";
  display: block;
  background: #aaaaaa;
  border-radius: 50%;
}
.vertical-dots:before {
  top: -6px;
}
.vertical-dots:after {
  top: 3px;
}

.navbar-collapse {
  background-color: #ffffff;
}

.rondo-container,
.container {
  width: 100%;
}
.rondo-container .contact-row,
.container .contact-row {
  display: -webkit-flex;
  display: flex;
}
.rondo-container .contact-row .col-600,
.container .contact-row .col-600 {
  width: 50%;
  padding-right: 15px;
  padding-left: 15px;
}
@media all and (max-width: 600px) {
  .rondo-container .contact-row .col-600,
.container .contact-row .col-600 {
    width: 100%;
  }
}
@media all and (max-width: 768px) {
  .rondo-container .contact-row .col-600,
.container .contact-row .col-600 {
    padding-right: 8.5714285714px;
    padding-left: 8.5714285714px;
  }
}
@media all and (max-width: 600px) {
  .rondo-container .contact-row .gray-box-contact:first-child,
.container .contact-row .gray-box-contact:first-child {
    margin-bottom: 30px;
  }
}
@media all and (max-width: 600px) {
  .rondo-container .contact-row,
.container .contact-row {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
            flex-direction: column;
  }
}
@media all and (min-width: 767.001px) {
  .rondo-container,
.container {
    max-width: 1310px;
  }
}
.rondo-container.eet,
.container.eet {
  margin-bottom: 15px;
}
@media all and (min-width: 767.001px) {
  .rondo-container.eet,
.container.eet {
    max-width: 800px;
  }
}
@media all and (max-width: 768px) {
  .rondo-container .form-box,
.container .form-box {
    padding-right: 8.5714285714px;
    padding-left: 8.5714285714px;
  }
}

#bottom, .content #content, .content .static-content-page {
  margin-top: 18px;
}
#bottom .bottom-buttons, .content #content .bottom-buttons, .content .static-content-page .bottom-buttons {
  margin-top: 30px;
}
#bottom a.btn, .content #content a.btn, .content .static-content-page a.btn {
  margin: 0 7px 15px;
}
#bottom a.btn.facebook, .content #content a.btn.facebook, .content .static-content-page a.btn.facebook {
  border-color: #3d5ba5;
}
#bottom a.facebook.btn-larger, .content #content a.facebook.btn-larger, .content .static-content-page a.facebook.btn-larger {
  padding-left: 55px;
}
#bottom a.facebook.btn-larger:before, .content #content a.facebook.btn-larger:before, .content .static-content-page a.facebook.btn-larger:before {
  top: 15px;
  left: 16px;
  width: 24px;
  height: 24px;
}

.calendar, .premium-prizes,
.closed {
  overflow-x: hidden;
}

.landing-page {
  overflow-x: hidden;
  padding-bottom: 0;
}
.landing-page h1 {
  padding: 0 15px;
}
.landing-page .landing-page-banner {
  position: relative;
  min-height: 420px;
  background-image: url("/assets/img/coming-soon-blur.png");
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-color: #41444d;
}
@media all and (max-width: 767px) {
  .landing-page .landing-page-banner {
    min-height: 260px;
  }
}
.landing-page .landing-page-banner h1 {
  margin: 0;
  padding-top: 116px;
  font-size: 48px;
  color: #ffffff;
}
@media all and (max-width: 767px) {
  .landing-page .landing-page-banner h1 {
    padding-top: 56px;
    font-size: 31px;
  }
}
.landing-page .landing-page-banner p {
  margin-top: 30px;
  padding-bottom: 112px;
  font-size: 19px;
  color: #ffffff;
}
@media all and (max-width: 767px) {
  .landing-page .landing-page-banner p {
    font-size: 16px;
  }
}
.landing-page .landing-page-banner .dots {
  position: absolute;
  right: 0;
  bottom: 47px;
  left: 0;
}
.landing-page .landing-page-banner .dots span {
  opacity: 0.5;
  width: 5px;
  height: 5px;
  display: block;
  margin: 5px auto 0;
  background: #ffffff;
  border-radius: 50%;
  -webkit-animation-name: dotOpacity;
          animation-name: dotOpacity;
  -webkit-animation-duration: 1.5s;
          animation-duration: 1.5s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.landing-page .landing-page-banner-hellspy {
  position: relative;
  min-height: 420px;
  background-image: url("/assets/img/coming-soon-blur.png");
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-color: #41444d;
}
.landing-page .landing-page-banner-hellspy h1 {
  margin: 0;
  padding-top: 16px;
  font-size: 48px;
  color: #ffffff;
}
.landing-page .landing-page-banner-hellspy h1 span {
  display: block;
  font-size: 28px;
}
.landing-page .landing-page-banner-hellspy p {
  margin-top: 50px;
  padding-bottom: 10px;
  font-size: 19px;
  color: #ffffff;
}
.landing-page .landing-page-banner-hellspy a.subbtn-plaintext {
  text-decoration: underline;
  color: #ffffff;
}
.landing-page .landing-page-banner-hellspy a.subbtn-plaintext:hover {
  text-decoration: none;
}
.landing-page #process {
  padding-bottom: 36px;
}
.landing-page #process .row-process {
  margin-top: 60px;
  margin-bottom: 58px;
}
@media all and (max-width: 767px) {
  .landing-page #process .row-process {
    margin-top: 20px;
    margin-bottom: 18px;
  }
}
@media all and (max-width: 767px) {
  .landing-page #process .item-process {
    margin-top: 1em;
    margin-bottom: 1em;
  }
}
.landing-page #process .item-process p {
  margin-top: 20px;
}
.landing-page #process .dots {
  float: left;
}
@media all and (min-width: 767.001px) {
  .landing-page #process .dots {
    width: 15%;
    height: 48px;
    margin: 0 5%;
    border-bottom: 3px dotted #aaa;
  }
}
@media all and (max-width: 767.001px) {
  .landing-page #process .dots {
    width: 50%;
    height: 15px;
    margin: 5px 0 16px;
    border-right: 3px dotted #aaa;
  }
}

.page-title {
  padding: 75px 0 55px;
}
@media all and (max-height: 720px) {
  .page-title {
    padding: 20px 0 15px;
  }
}
.page-title > p {
  max-width: 480px;
  margin: auto;
  font-size: 15px;
}

.history-beginning {
  margin: 0 0 40px;
}
.history-beginning .history-beginning-title {
  margin-bottom: 5px;
  font-size: 16px;
  color: #414141;
}
.history-beginning .history-beginning-date {
  font-size: 14px;
  font-weight: 300;
  color: #6e6e6e;
}

.white-scroll-bottom-gradient {
  overflow: hidden;
}
.white-scroll-bottom-gradient:after {
  position: absolute;
  bottom: -1px;
  left: 15px;
  z-index: 2;
  width: -webkit-calc(100% - 30px);
  width: calc(100% - 30px);
  height: 1px;
  content: "";
  display: block;
  box-shadow: 0 0 70px 20px rgb(255, 255, 255), 0 0 70px 20px rgb(255, 255, 255), 0 0 70px 20px rgb(255, 255, 255), 0 0 70px 20px rgb(255, 255, 255), 0 0 70px 20px rgb(255, 255, 255);
}
@media all and (max-width: 360px) {
  .white-scroll-bottom-gradient:after {
    left: 0;
    width: 100%;
  }
}

.timer-row {
  margin: 5vh -15px;
}
@media all and (min-width: 1600px) {
  .timer-row {
    margin: 6vh -15px;
  }
}
@media all and (max-width: 1310px) {
  .timer-row {
    margin: 4vh -15px;
  }
}
@media all and (max-height: 720px) {
  .timer-row {
    margin-bottom: 0;
  }
}

.timer {
  margin: 0;
  font-size: 52px;
  line-height: 1;
}
@media all and (max-width: 480px) {
  .timer {
    font-size: 19px;
  }
}

.timer-legend {
  font-size: 15px;
}

.sponsors {
  padding: 20px 0;
}
.sponsors .sponsor {
  margin: 40px 0 20px;
}
.sponsors .sponsor p {
  margin-bottom: 0;
  text-align: left;
}
.sponsors .sponsor p.description {
  margin: 3em 0 2em;
}
@media all and (max-width: 767px) {
  .sponsors .sponsor p.description {
    margin: 10px 0;
  }
}
.sponsors .sponsor .empty-circle {
  width: 160px;
  height: 160px;
  margin: 0 auto;
  font-size: 20px;
  line-height: 160px;
  color: #808080;
  box-shadow: 0 0 100px rgba(0, 0, 0, 0.05);
  border-radius: 50%;
}
.sponsors .sponsor.col-sm-12 {
  float: none;
}
.sponsors .sponsor .sponsor-logo {
  display: block;
  margin: 0 auto;
}
.sponsors .sponsor-hammersport img {
  margin-top: -55px;
}

.full-page {
  width: 100%;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
          flex-direction: column;
  -webkit-justify-content: center;
          justify-content: center;
  -webkit-align-items: center;
          align-items: center;
  -webkit-flex-grow: 1;
          flex-grow: 1;
}
.full-page ~ .footer__spacer {
  display: none;
}

.incoming-user {
  padding: 29px 10px;
  border: 1px solid #d7d7d7;
  border-radius: 3px;
}
@media all and (max-height: 720px) {
  .incoming-user {
    padding: 24px 8px;
  }
}
@media all and (max-height: 570px) {
  .incoming-user {
    margin-top: 8px;
    border: none;
  }
}
@media all and (max-width: 767px) {
  .incoming-user {
    border: none;
  }
}
.incoming-user .avatar {
  max-width: 200px;
  max-height: 200px;
  margin: 29px 0;
  border-radius: 50%;
}
@media all and (max-height: 720px) {
  .incoming-user .avatar {
    max-width: 120px;
    max-height: 120px;
    margin: 24px 0;
  }
}
@media all and (max-height: 570px) {
  .incoming-user .avatar {
    max-width: 90px;
    max-height: 90px;
  }
}
.incoming-user .logo {
  max-width: 100%;
  margin: 0 0 11px;
}
@media all and (max-height: 720px) {
  .incoming-user .logo {
    height: 35px;
  }
}
.incoming-user .logout {
  margin: 11px 0 0;
}
.incoming-user .logout a {
  text-decoration: underline;
  color: #666666;
}
.incoming-user .logout a:hover {
  text-decoration: none;
  color: #666666;
}
.incoming-user .btn {
  max-width: 100%;
}
@media all and (max-height: 720px) {
  .incoming-user .btn {
    height: 36px;
    font-size: 19px;
    line-height: 36px;
  }
}
@media all and (max-width: 767px) {
  .incoming-user {
    border: none;
  }
}
.incoming-user .avatar {
  max-width: 200px;
  max-height: 200px;
  border-radius: 50%;
}
@media all and (max-height: 720px) {
  .incoming-user .avatar {
    max-width: 120px;
    max-height: 120px;
  }
}
@media all and (max-height: 570px) {
  .incoming-user .avatar {
    max-width: 90px;
    max-height: 90px;
  }
}
.incoming-user .logo {
  max-width: 100%;
  margin: 0 0 11px;
}
@media all and (max-height: 720px) {
  .incoming-user .logo {
    height: 35px;
  }
}
@media all and (max-height: 570px) {
  .incoming-user .logo {
    display: none;
  }
}
.incoming-user .logout {
  margin: 11px 0 0;
}
.incoming-user .btn {
  max-width: 100%;
}
@media all and (max-height: 720px) {
  .incoming-user .btn {
    height: 36px;
    font-size: 19px;
    line-height: 36px;
  }
}

.terms .margin-left-20 {
  margin-left: 20px;
}
.terms .roman {
  margin: 11px 0;
}
.terms ol.list-none {
  padding-left: 0;
  list-style-type: none;
}
.terms li {
  margin-bottom: 1em;
}

.static-content-page {
  max-width: 650px;
  float: none !important;
  margin: 0 auto;
  padding-bottom: 30px;
}
@media all and (max-width: 768px) {
  .static-content-page {
    margin-bottom: 75px;
  }
}
@media all and (max-height: 450px) {
  .static-content-page {
    margin-bottom: 39px !important;
  }
}
@media all and (max-height: 720px) {
  .static-content-page h1 {
    font-size: 25px;
  }
}
@media all and (max-height: 500px) {
  .static-content-page h1 {
    font-size: 23px;
  }
}
@media all and (max-height: 720px) {
  .static-content-page h2 {
    font-size: 21px;
  }
}
@media all and (max-height: 500px) {
  .static-content-page h2 {
    font-size: 20px;
  }
}
@media all and (max-height: 500px) {
  .static-content-page .page-title {
    padding: 0;
  }
}

.avatar-wrapper {
  position: relative;
  display: inline-block;
  overflow: hidden;
  border-radius: 50%;
  vertical-align: middle;
}
.avatar-wrapper img {
  position: absolute;
  top: 50%;
  left: 50%;
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.icon-add-image-cover .avatar-wrapper {
  width: 100px;
  height: 100px;
  background-size: cover;
}

.container-text {
  width: 100%;
  max-width: 810px;
  margin-right: auto;
  margin-left: auto;
}
.container-text.wide {
  max-width: 1100px;
}
.container-text img {
  max-width: 100%;
}
.container-text img.img--sm {
  max-width: 60%;
}
.container-text ul,
.container-text ol {
  margin: 1em 0 1em 10px;
}
.container-text ul li,
.container-text ol li {
  margin: 10px 0;
  line-height: 23px;
}

.subnavbar {
  background-color: #f5f6f7;
}
.subnavbar ul {
  margin: 11px auto;
  list-style: none;
}
.subnavbar ul li {
  display: inline-block;
  margin: 0 15px;
}
.subnavbar ul li a {
  text-decoration: none;
  color: #414141;
  -webkit-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
}
.subnavbar ul li a:hover {
  color: #e37921;
}
.subnavbar ul li.active a {
  color: #e37921;
}
.subnavbar ul li.active a:hover {
  color: #f3b22c;
}

.remarketing {
  position: absolute;
  top: -5000px;
  left: -5000px;
  width: 1px;
  height: 1px;
  border: none;
}

.gray-box {
  padding: 20px;
  background: #f5f6f7;
}
.gray-box *:first-child {
  margin-top: 0 !important;
}
.gray-box *:last-child {
  margin-bottom: 0 !important;
}

.gray-box-contact {
  min-height: 250px;
  padding-left: 24px;
}
.gray-box-contact a {
  color: #414141;
}
.gray-box-contact a:hover {
  text-decoration: none;
  color: #414141;
}
.gray-box-contact .logistic-heading {
  margin-bottom: 0;
}
.gray-box-contact .subtitle {
  margin-top: 0;
  font-size: 13px;
  color: #7a7a7a;
}

.download-file {
  font-weight: 500;
}
.download-file .file-icon {
  width: 30px;
  height: 37px;
  display: inline-block;
  margin-right: 15px;
  background: url(/assets/img/icon-file-default.png) no-repeat;
  vertical-align: middle;
}
.download-file .file-icon.file-icon-zip {
  background-image: url(/assets/img/icon-zip.png);
}
.download-file .file-icon.file-icon-doc {
  background-image: url(/assets/img/icon-doc.png);
}

.line-height-like-button {
  line-height: 38px;
}

.remarketing {
  position: absolute;
  top: -5000px;
  left: -5000px;
  width: 1px;
  height: 1px;
  border: none;
}

.featured-partner img {
  max-width: 100%;
  display: block;
  margin: 10px auto;
}

.row-nom {
  margin-right: 0;
  margin-left: 0;
}
.row-nom:before, .row-nom:after {
  content: " ";
  display: table;
}
.row-nom:after {
  clear: both;
}

.icon-clock {
  opacity: 0.75;
  right: 0;
  bottom: 9px;
  width: 35px;
  height: 35px;
  margin: 5px;
  padding-top: 2px;
  padding-right: 27px;
  background: url(/assets/img/icon-clock.svg) no-repeat;
  background-size: 23px 22px;
}

p.clock-bold,
.content .featured-prize p.clock-bold {
  margin-top: 5px;
  margin-left: 0;
  font-size: 16px;
  font-weight: 500;
}

.help {
  cursor: pointer;
  width: 17px;
  height: 17px;
  display: block;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.5833333333;
  text-align: center;
  color: #ffffff;
  background: rgba(0, 0, 0, 0.28);
  border-radius: 50%;
  -webkit-transition: background 0.2s ease-in-out;
  transition: background 0.2s ease-in-out;
}
.help:hover {
  background: rgba(0, 0, 0, 0.76);
}

.container-flex .row:before {
  content: none;
}
.container-flex .row:after {
  content: "";
}
.container-flex .flex-row.row:before, .container-flex .flex-row.row:after {
  display: -webkit-flex;
  display: flex;
}
.container-flex .flex-row.row > [class*=col-] {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
          flex-direction: row;
}

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

.prize-toggle-wrapper {
  overflow: hidden;
}
.prize-toggle-wrapper img {
  width: 100%;
  max-width: 350px;
  max-height: 300px;
}

.content .prize-toggle-wrapper:first-child {
  margin-top: -10px;
}
@media all and (max-width: 480px) {
  .content .prize-toggle-wrapper:first-child {
    margin-top: 0;
  }
}
.content .prize-toggle-wrapper:first-child h2 {
  margin-top: 0;
}

.col-border {
  padding-top: 15px;
  padding-bottom: 15px;
  border: 1px solid #ededed;
  border-radius: 3px;
}

.margin-bottom-120 {
  margin-bottom: 120px;
}

.margin-top-120 {
  margin-top: 120px;
}

.margin-bottom-80 {
  margin-bottom: 80px;
}

.margin-y120 {
  margin-top: 120px;
  margin-bottom: 120px;
}
@media all and (max-width: 767px) {
  .margin-y120 {
    margin-top: 40px;
    margin-bottom: 40px;
  }
}

.margin-top-80 {
  margin-top: 80px;
}

.gray-box-bordered {
  opacity: 0;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
          flex-direction: column;
  margin-bottom: 30px;
  padding: 40px;
  background-color: #fefefe;
  border: 1px solid #f2f2f2;
  border-radius: 1px;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
@media all and (max-width: 766px) {
  .gray-box-bordered {
    -webkit-flex-direction: row;
            flex-direction: row;
    margin-bottom: 15px;
    padding: 15px;
  }
}
.gray-box-bordered.animate {
  opacity: 1;
}
.gray-box-bordered .img-wrapper {
  height: 60px;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
          justify-content: center;
  -webkit-align-items: center;
          align-items: center;
}
@media all and (max-width: 766px) {
  .gray-box-bordered .img-wrapper {
    height: auto;
  }
}
.gray-box-bordered .h3 {
  margin-top: 20px !important;
  margin-bottom: 0 !important;
  font-size: 18px;
}
@media all and (max-width: 766px) {
  .gray-box-bordered .h3 {
    -webkit-flex-grow: 1;
            flex-grow: 1;
    margin-top: 0 !important;
    padding-left: 15px;
    text-align: left;
    -webkit-align-self: center;
            align-self: center;
  }
}

@media all and (max-width: 766px) {
  .circle-graphs {
    -webkit-flex-direction: column;
            flex-direction: column;
    margin-bottom: 55px;
  }
}
.circle-graphs .flex-column {
  font-size: 20px;
  font-weight: 300;
  font-style: italic;
}
.circle-graphs .circle-graph {
  position: relative;
  width: 300px;
  height: 300px;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
          justify-content: center;
  -webkit-align-items: center;
          align-items: center;
  margin-top: 15px;
  margin-bottom: 15px;
  border-radius: 50%;
  background-image: -webkit-radial-gradient(circle, #ffffff, rgba(218, 218, 218, 0.42));
  background-image: radial-gradient(circle, #ffffff, rgba(218, 218, 218, 0.42));
  background-repeat: no-repeat;
}
@media all and (max-width: 480px) {
  .circle-graphs .circle-graph {
    width: 275px;
    height: 275px;
  }
}
.circle-graphs .circle-graph.animate .percent {
  opacity: 1;
}
.circle-graphs .circle-graph.animate .circle-chart .percent-low {
  stroke-dasharray: 14.13, 471;
}
.circle-graphs .circle-graph.animate .circle-chart .percent-high {
  stroke-dasharray: 211.95, 471;
}
.circle-graphs .circle-graph .percent {
  opacity: 0;
  position: absolute;
  font-size: 16px;
  font-weight: 500;
  color: #1596b8;
  -webkit-transition: opacity 0.2s ease-in-out 1s;
  transition: opacity 0.2s ease-in-out 1s;
}
.circle-graphs .circle-graph .percent.low {
  top: -25px;
  right: 105px;
}
@media all and (max-width: 480px) {
  .circle-graphs .circle-graph .percent.low {
    right: 95px;
  }
}
.circle-graphs .circle-graph .percent.high {
  right: 80px;
  bottom: -20px;
}
@media all and (max-width: 480px) {
  .circle-graphs .circle-graph .percent.high {
    right: 75px;
  }
}
.circle-graphs .circle-graph .circle-chart {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}
.circle-graphs .circle-graph .circle-chart .percent-low,
.circle-graphs .circle-graph .circle-chart .percent-high {
  -webkit-transition: 1.2s ease-in-out;
  transition: 1.2s ease-in-out;
}
.circle-graphs .circle-graph .circle-inner {
  position: relative;
  width: -webkit-calc(100% - 90px);
  width: calc(100% - 90px);
  height: -webkit-calc(100% - 90px);
  height: calc(100% - 90px);
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
          justify-content: center;
  -webkit-align-items: center;
          align-items: center;
  background-color: #ffffff;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.06);
  border-radius: 50%;
}
.circle-graphs .circle-graph .circle-inner p {
  line-height: 1;
}
.circle-graphs .circle-graph .circle-inner p:not(.logo) {
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 400;
}
.circle-graphs .circle-graph .circle-inner .logo {
  position: relative;
  height: auto;
  font-size: 36px;
  font-weight: 500;
}
.circle-graphs .circle-graph .circle-inner .logo .sup {
  position: absolute;
  bottom: -webkit-calc(100% - 6px);
  bottom: calc(100% - 6px);
  left: 100%;
  font-size: 16px;
}
.circle-graphs .legend {
  width: 100%;
  margin-top: 55px;
  margin-bottom: 70px;
}
@media all and (max-width: 766px) {
  .circle-graphs .legend {
    -webkit-order: -1;
            order: -1;
    margin-top: 0;
    margin-bottom: 55px;
  }
}
.circle-graphs .legend .legend-item {
  position: relative;
  padding: 0 25px;
  white-space: nowrap;
}
.circle-graphs .legend .legend-item:after {
  position: absolute;
  top: 50%;
  left: 0;
  width: 13px;
  height: 13px;
  content: "";
  display: block;
  background-color: #e7e7e7;
  border-radius: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
.circle-graphs .legend .legend-item.cyan:after {
  background-color: #08a6c5;
}

.container-text .webview-logo {
  max-width: 200px;
  max-height: 200px;
  display: block;
}
.container-text .package-icon {
  width: 20px;
  padding-bottom: 6px;
}

.off-canvas-wrap {
  min-height: 100%;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
          flex-direction: column;
  padding-top: 75px;
}
@media all and (max-height: 680px) {
  .off-canvas-wrap {
    padding-top: 60px;
  }
}
@media all and (max-width: 767px) {
  .off-canvas-wrap {
    -webkit-transform: none !important;
            transform: none !important;
  }
}

.check-list {
  list-style: none;
  text-align: left;
  margin: 0 auto;
  max-width: 342px;
  padding: 0;
}
.check-list li {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
  gap: 1.5rem;
  font-size: 1.4rem;
  line-height: 1.5;
}
@media (max-width: 600px) {
  .check-list li {
    gap: 1rem;
    font-size: 1.3rem;
  }
}
.check-list li + li {
  margin-top: 1rem;
}
.check-list li::before {
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 22 22'%3E%3Cpath stroke='%2351BE64' d='M11 21.0002A10.0001 10.0001 0 1 1 11 1a10.0001 10.0001 0 0 1 0 20.0002Z'/%3E%3Cpath stroke='%2351BE64' d='M16.5 7.0003 9 14.5002l-3-3'/%3E%3C/svg%3E");
  -webkit-flex-shrink: 0;
          flex-shrink: 0;
  width: 1.8rem;
  height: 1.8rem;
}
@media (max-width: 600px) {
  .check-list li::before {
    width: 1.6rem;
    height: 1.6rem;
  }
}

.fortune-wheel__title-tag {
  color: rgb(255, 255, 255);
  font-size: 14px;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 0;
  text-align: center;
  line-height: 14px;
  background-color: #950808;
  display: inline-block;
  padding: 8px 10px;
  border-radius: 2px;
  margin-bottom: 13px;
}
.fortune-wheel__title-tag span {
  font-weight: 700;
  text-transform: uppercase;
}
.fortune-wheel__title-tag > div {
  display: inline;
}
.fortune-wheel__title-tag img {
  width: 1em;
  margin-right: 6px;
  -webkit-transform: translateY(-1.5px);
          transform: translateY(-1.5px);
}

.fortune-wheel__title-tag--winter-sale {
  background-color: #004681;
}

.fortune-wheel__title-tag--black-week {
  background-color: #000000;
}

.img-responsive--margin {
  margin-top: 10rem !important;
}
@media (max-width: 767px) {
  .img-responsive--margin {
    margin-top: 8rem !important;
  }
}
@media (max-width: 460px) {
  .img-responsive--margin {
    margin-top: 6rem !important;
  }
}

.product-carousel-wheel--margin {
  margin-top: 0 !important;
}
@media (max-width: 767px) {
  .product-carousel-wheel--margin {
    margin-top: 8rem !important;
  }
}
@media (max-width: 460px) {
  .product-carousel-wheel--margin {
    margin-top: 6rem !important;
  }
}

.user-container {
  position: relative;
}
.user__logged-off-container a {
  cursor: pointer;
  color: var(--clr-fg, #FFFFFF);
  font-size: 1.4rem;
  font-weight: 500;
  text-decoration: underline;
}
.user__logged-off-container a:hover, .user__logged-off-container a:focus {
  color: var(--clr-fg, #FFFFFF);
}
@media (hover: hover) {
  .user__logged-off-container a:hover {
    text-decoration: none;
  }
}
@media (max-width: 600px) {
  .user__logged-off-container a {
    font-size: 1.2rem;
  }
}
.user__logged-in-container, .dropmenu__user {
  cursor: pointer;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
  -webkit-flex-direction: row;
          flex-direction: row;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .user__logged-in-container > * + *, .dropmenu__user > * + * {
    margin-top: 0;
    margin-left: 0.7rem;
  }
}
@supports (gap: 0.7rem) {
  .user__logged-in-container, .dropmenu__user {
    gap: 0.7rem;
  }
}
.user__avatar-wrap, .dropmenu__user-avatar-wrap {
  margin-right: 0.3rem;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
  -webkit-justify-content: center;
          justify-content: center;
  width: 4.5rem;
  height: 4.5rem;
  border-radius: 50%;
  overflow: hidden;
}
@media (max-width: 600px) {
  .user__avatar-wrap, .dropmenu__user-avatar-wrap {
    display: none;
  }
}
.user__avatar-img, .dropmenu__user-avatar-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.user__avatar-symbols, .dropmenu__user-avatar-symbols {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
  -webkit-justify-content: center;
          justify-content: center;
  -webkit-flex-direction: row;
          flex-direction: row;
  width: 100%;
  height: 100%;
  background-color: #FFD79E;
  color: #E47821;
  font-size: 1.6rem;
  font-weight: 500;
  text-transform: uppercase;
  line-height: 1;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .user__avatar-symbols > * + *, .dropmenu__user-avatar-symbols > * + * {
    margin-top: 0;
  }
}
.user__name, .dropmenu__user-name {
  margin: 0;
  color: var(--clr-fg, #FFFFFF);
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.5;
}
.user__currency, .dropmenu__user-currency {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
  -webkit-flex-direction: row;
          flex-direction: row;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .user__currency > * + *, .dropmenu__user-currency > * + * {
    margin-top: 0;
    margin-left: 0.5rem;
  }
}
@supports (gap: 0.5rem) {
  .user__currency, .dropmenu__user-currency {
    gap: 0.5rem;
  }
}
.user__currency-ammout, .dropmenu__user-currency-ammout {
  color: var(--clr-fg, #FFFFFF);
  font-size: 1.3rem;
  font-weight: 300;
  line-height: 1;
}
.user__currency-icon, .dropmenu__user-currency-icon {
  width: 1.3rem;
  height: 1.3rem;
}
.user__arrow {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
  -webkit-flex-direction: row;
          flex-direction: row;
  padding-bottom: 1.5rem;
  display: none;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .user__arrow > * + * {
    margin-top: 0;
  }
}
.user__arrow svg {
  width: 0.8rem;
  height: 0.8rem;
}
.user__arrow svg path {
  fill: rgba(255, 255, 255, 0.7);
}
@media (max-width: 600px) {
  .user__arrow {
    display: -webkit-flex;
    display: flex;
  }
}

@media (max-width: 768px) {
  .dropmenu-overlay {
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    width: 100vw;
    z-index: -1;
    background-color: rgba(255, 255, 255, 0.8);
  }
}

.dropmenu {
  --padding-block: 2rem;
  --padding-inline: 2.2rem;
  position: absolute;
  top: 0;
  left: auto;
  right: 0;
  border-radius: 4px;
  overflow-y: auto;
  z-index: 100002;
  padding: var(--padding-block) var(--padding-inline);
  width: 34rem;
  color: #000000;
  background-color: #FFFFFF;
  box-shadow: 0 3px 5px -2px rgba(37, 38, 39, 0.13), 0 7px 14px -5px rgba(37, 38, 39, 0.15);
}
@media (max-width: 768px) {
  .dropmenu {
    border-radius: 4px 0 0 4px;
    top: 0;
    right: 0;
    height: 100%;
  }
}
@media (max-width: 768px) {
  .dropmenu {
    position: fixed;
    width: 32rem;
  }
}
@media (max-width: 500px) {
  .dropmenu {
    width: min(30rem, 90%);
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .dropmenu {
    padding: 2rem 2.2rem;
  }
}
.dropmenu__user {
  padding-bottom: 1.2rem;
  cursor: default;
  border-bottom: 1px solid #ECECEE;
}
.dropmenu__user-avatar-wrap {
  width: 3.4rem;
  height: 3.4rem;
}
@media (max-width: 768px) {
  .dropmenu__user-avatar-wrap {
    display: -webkit-flex;
    display: flex;
  }
}
.dropmenu__user-avatar-symbols {
  font-size: 1.4rem;
}
.dropmenu__user-name {
  color: #000000;
}
.dropmenu__user-currency-ammout {
  color: #000000;
  font-size: 1.2rem;
  font-weight: 400;
}
.dropmenu__user-currency-icon {
  width: 1.2rem;
  height: 1.2rem;
}
.dropmenu__list {
  list-style: none;
  margin: 0;
  padding: 1.2rem 0;
  z-index: 1;
  border-bottom: 1px solid #ECECEE;
}
.dropmenu__list > * + * {
  margin-left: 0;
  margin-top: 1rem;
}
.dropmenu__list-item {
  position: relative;
}
.dropmenu__list-item-container {
  position: relative;
  text-decoration: none !important;
  padding: 0.5rem 0;
  z-index: 2;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
  -webkit-flex-direction: row;
          flex-direction: row;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .dropmenu__list-item-container > * + * {
    margin-top: 0;
    margin-left: 1.2rem;
  }
}
@supports (gap: 1.2rem) {
  .dropmenu__list-item-container {
    gap: 1.2rem;
  }
}
.dropmenu__list-item-container::after {
  content: "";
  display: block;
  border-radius: 2px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scaleX(1.07) scaleY(1.2);
          transform: scaleX(1.07) scaleY(1.2);
  background-color: #F4F5F6;
  z-index: -1;
  opacity: 0;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}
@media (hover: hover) {
  .dropmenu__list-item-container:hover::after {
    opacity: 1;
  }
}
.dropmenu__list-item-icon {
  width: 3.08rem;
  height: 2.7rem;
  -webkit-align-self: flex-start;
          align-self: flex-start;
}
.dropmenu__list-item-content {
  position: relative;
  width: 100%;
}
.dropmenu__list-item-content > * + * {
  margin-left: 0;
  margin-top: 0.5rem;
}
.dropmenu__list-item-content .title {
  display: block;
  color: #000000;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1;
}
.dropmenu__list-item-content .subtitle {
  display: block;
  color: #9E9E9E;
  font-size: 1.1rem;
  font-weight: 400;
  line-height: 1;
}
.dropmenu__list-item-content .subtitle:lang(ro) {
  line-height: 1.2;
}
.dropmenu__list-item-content .current-deposit {
  border-radius: 30px;
  min-width: 5.287rem;
  min-height: 1.5rem;
  margin-top: 0;
  position: absolute;
  right: 0;
  top: 0;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
  -webkit-justify-content: center;
          justify-content: center;
  background-color: #4A4A4A;
}
.dropmenu__list-item-content .current-deposit span {
  color: #FFFFFF;
  font-size: 1rem;
  font-weight: 500;
  padding: 0.11em 0.8em;
}
.dropmenu__footer {
  padding-top: 1.6rem;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
          justify-content: space-between;
  -webkit-flex-direction: row;
          flex-direction: row;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .dropmenu__footer > * + * {
    margin-top: 0;
  }
}
@media (max-width: 768px) {
  .dropmenu__footer {
    padding-top: 1.5rem;
    -webkit-flex-direction: column;
            flex-direction: column;
  }
  .dropmenu__footer:first-child {
    border-bottom: 1px solid #ECECEE;
  }
}
.dropmenu__link {
  color: #404040;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 12px;
}
.dropmenu__link:hover, .dropmenu__link:focus {
  color: #404040;
}
@media (hover: hover) {
  .dropmenu__link:hover {
    text-decoration: none;
  }
}
@media (max-width: 768px) {
  .dropmenu__link {
    text-decoration: none;
    -webkit-flex-direction: column;
            flex-direction: column;
  }
  .dropmenu__link:first-of-type {
    padding-bottom: 1.5rem;
    border-bottom: 1px solid #ECECEE;
  }
  .dropmenu__link:last-of-type {
    padding-top: 1.5rem;
  }
}
.dropmenu__close {
  position: relative;
  margin-left: auto;
  padding: 1rem;
  border-radius: 50%;
  background-color: transparent;
  border: 1px solid #ECECEE;
  -webkit-flex-shrink: 0;
          flex-shrink: 0;
}
.dropmenu__close .line {
  width: 9px;
  height: 1px;
  border-radius: 4px;
  background-color: #8C8C8C;
  position: absolute;
  top: 50%;
  left: 50%;
}
.dropmenu__close .line:first-of-type {
  -webkit-transform: translateX(-45%) translateY(-50%) rotate(45deg);
          transform: translateX(-45%) translateY(-50%) rotate(45deg);
}
.dropmenu__close .line:last-of-type {
  -webkit-transform: translateX(-45%) translateY(-50%) rotate(-45deg);
          transform: translateX(-45%) translateY(-50%) rotate(-45deg);
}

.main-navbar {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 99997;
}
@media (max-width: 600px) {
  .main-navbar__extend.container {
    padding-left: 3.2rem;
    padding-right: 3.2rem;
  }
}
.main-navbar__container {
  --padding: 4rem;
  position: relative;
  padding-top: var(--padding);
  width: 100%;
  height: 100%;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
          justify-content: space-between;
  -webkit-align-items: center;
          align-items: center;
  -webkit-flex-direction: row;
          flex-direction: row;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .main-navbar__container > * + * {
    margin-top: 0;
  }
}
@media (max-width: 600px) {
  .main-navbar__container {
    --padding: 2rem;
  }
}
@media (max-width: 940px) and (max-height: 450px) {
  .main-navbar__container {
    --padding: 1rem;
  }
}
@media (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) and (max-width: 930px), (orientation: landscape) and (min-resolution: 2x) and (max-width: 930px), (orientation: landscape) and (-webkit-min-device-pixel-ratio: 3) and (max-width: 930px), (orientation: landscape) and (min-resolution: 3x) and (max-width: 930px) {
  .main-navbar__container {
    --padding: 1rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .main-navbar__container {
    padding-top: 4rem;
  }
}
.main-navbar__container img:only-child {
  margin: 0 auto;
}

.code--miniso .main-navbar__container {
  -webkit-align-items: flex-start;
          align-items: flex-start;
}

.small-game-dashboard {
  padding-top: 2rem;
  padding-bottom: 4rem;
  background-color: #f5f6f7;
}
@media (min-width: 1024px) {
  .small-game-dashboard {
    border-radius: 4px;
  }
}
@media (max-width: 1023px) {
  .small-game-dashboard > .container {
    padding: 0;
    margin: 0;
    width: 100%;
    max-width: none;
  }
}
.small-game-dashboard .container::after,
.small-game-dashboard .container::before {
  display: none !important;
}
.small-game-dashboard .small-game-dashboard__wrapper {
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 1024px) {
  .small-game-dashboard .small-game-dashboard__main .container {
    padding: 0;
    margin: 0;
    width: unset;
    max-width: none;
  }
}
.small-game-dashboard .small-game-dashboard__title {
  color: #373b43;
  font-size: 18px;
  font-weight: 500;
  line-height: 1;
  margin: 0;
  margin-top: 6px;
  margin-bottom: 8px;
}
@media (min-width: 768px) {
  .small-game-dashboard .small-game-dashboard__title {
    font-size: 28px;
    margin-top: 9px;
    margin-bottom: 11px;
  }
}
.small-game-dashboard p {
  color: rgb(65, 65, 65);
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  margin: 0;
  text-wrap: balance;
  margin: 0;
}
@media (min-width: 1024px) {
  .small-game-dashboard .small-game-dashboard__container {
    border-radius: 4px;
    background-color: #f1f1f1;
    gap: 5.2rem;
  }
}
.small-game-dashboard .small-game-dashboard__container::after, .small-game-dashboard .small-game-dashboard__container::before {
  display: none !important;
}
.small-game-dashboard .small-game-dashboard__scroll-snap {
  position: relative;
}
@media (max-width: 639.9px) {
  .small-game-dashboard .small-game-dashboard__scroll-snap {
    overflow-x: hidden;
  }
}
@media (min-width: 640px) and (max-width: 1023.9px) {
  .small-game-dashboard .small-game-dashboard__scroll-snap {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    gap: 2.5rem;
  }
}
.small-game-dashboard .scroll-shadows.shadow-left::before {
  content: "";
  position: absolute;
  z-index: 9999;
  background: -webkit-radial-gradient(0% 50%, farthest-side, rgba(87, 87, 87, 0.2), rgba(255, 0, 0, 0)) left center;
  background: radial-gradient(farthest-side at 0% 50%, rgba(87, 87, 87, 0.2), rgba(255, 0, 0, 0)) left center;
  height: 100%;
  width: 25px;
  top: 0;
  bottom: 0;
  left: 0;
  opacity: 0;
  -webkit-transition: opacity 100ms;
  transition: opacity 100ms;
  background-size: 25px 100%;
  pointer-events: none;
}
@media (max-width: 640px) {
  .small-game-dashboard .scroll-shadows.shadow-left::before {
    width: 15px;
    background-size: 15px 100%;
  }
}
@media (max-width: 420px) {
  .small-game-dashboard .scroll-shadows.shadow-left::before {
    width: 10px;
    background-size: 10px 100%;
  }
}
.small-game-dashboard .scroll-shadows.shadow-right::after {
  content: "";
  position: absolute;
  z-index: 9999;
  background: -webkit-radial-gradient(100% 50%, farthest-side, rgba(87, 87, 87, 0.2), rgba(255, 0, 0, 0)) right center;
  background: radial-gradient(farthest-side at 100% 50%, rgba(87, 87, 87, 0.2), rgba(255, 0, 0, 0)) right center;
  height: 100%;
  width: 25px;
  top: 0;
  bottom: 0;
  right: 0;
  opacity: 0;
  -webkit-transition: opacity 100ms;
  transition: opacity 100ms;
  background-size: 25px 100%;
  pointer-events: none;
}
@media (max-width: 640px) {
  .small-game-dashboard .scroll-shadows.shadow-right::after {
    width: 15px;
    background-size: 15px 100%;
  }
}
@media (max-width: 420px) {
  .small-game-dashboard .scroll-shadows.shadow-right::after {
    width: 10px;
    background-size: 10px 100%;
  }
}
.small-game-dashboard .scroll-shadows.shadow-left-visible::before {
  opacity: 1;
  -webkit-transition: opacity 100ms;
  transition: opacity 100ms;
}
.small-game-dashboard .scroll-shadows.shadow-right-visible::after {
  opacity: 1;
  -webkit-transition: opacity 100ms;
  transition: opacity 100ms;
}
@media (max-width: 639.9px) {
  .small-game-dashboard .small-game-dashboard__scroll-snap > * {
    -webkit-flex-shrink: 0;
            flex-shrink: 0;
    width: -webkit-calc(100% - 5rem);
    width: calc(100% - 5rem);
  }
}
@media (max-width: 639.9px) {
  .small-game-dashboard .small-game-dashboard__scroll-snap > :first-child {
    padding-left: 1.5rem;
  }
}
@media (max-width: 639.9px) {
  .small-game-dashboard .small-game-dashboard__scroll-snap > :not(:first-child) {
    padding-right: 1.5rem;
  }
}
.small-game-dashboard .container__slider-item-wrapper.rondon,
.small-game-dashboard .container__slider-item {
  all: unset;
  height: 100%;
}
.small-game-dashboard .container__slider.get-credits {
  margin: unset;
  padding: unset;
}
@media (min-width: 1024px) {
  .small-game-dashboard .container__slider.get-credits {
    max-width: 39.3rem;
    -webkit-flex-shrink: 1.5;
            flex-shrink: 1.5;
  }
}
.small-game-dashboard .container__slider-item {
  height: 100% !important;
  box-shadow: none !important;
  background-color: transparent !important;
  max-height: 20rem !important;
}
@media (max-width: 1023px) {
  .small-game-dashboard .container__slider-item {
    aspect-ratio: 4/2.15;
  }
}
.small-game-dashboard .container__slider-item::after, .small-game-dashboard .container__slider-item::before {
  content: none !important;
}
.small-game-dashboard .container__slider-item .slider-title {
  width: auto !important;
  font-size: clamp(2.4rem, 1.938rem + 1.233vw, 3.2rem) !important;
}
.small-game-dashboard .container__slider-wrapper .container__slider-item .container__slider-description {
  z-index: 5;
}
.small-game-dashboard .container__slider-wrapper.rondon {
  overflow: initial;
  width: auto;
  margin: unset;
  padding: unset;
  min-height: unset;
  display: unset;
}
.small-game-dashboard .container__slider-item-wrapper.rondon {
  margin: 0 !important;
  width: unset !important;
  -webkit-transform: unset !important;
          transform: unset !important;
}
.small-game-dashboard #small-game > .container__slider-item {
  background-color: #f37015 !important;
}

.small-game-top-players-list {
  background-color: #fff;
  border-radius: 4px;
  padding: 3.7rem 2.3rem 2.7rem;
}
.small-game-top-players-list header h2 {
  color: rgb(65, 65, 65);
  font-size: 12px;
  font-weight: 400;
  line-height: 19px;
  margin: 0;
  margin-bottom: 2rem;
  text-wrap: balance;
  max-width: 45ch;
  text-align: center;
  margin-inline: auto;
}
.small-game-top-players-list.small-game-top-players-list--in-tooltip {
  background-color: transparent;
  padding: 2rem 1.2rem;
  border-radius: 0;
}
.small-game-top-players-list.small-game-top-players-list--in-tooltip header h2 {
  color: rgb(65, 65, 65);
  font-size: 11px;
  font-weight: 400;
  line-height: 19px;
  margin: 0;
  margin-bottom: 1.8rem;
}
.small-game-top-players-list .small-game-top-players-list__item {
  color: rgb(65, 65, 65);
  font-size: 11px;
  font-weight: 400;
  line-height: 1;
  padding: 0.5rem 0.8rem;
  border-radius: 2px;
}
.small-game-top-players-list .small-game-top-players-list__item-name {
  font-size: 13px;
}
.small-game-top-players-list .small-game-top-players-list__item-credits {
  font-size: 12px;
}
.small-game-top-players-list .small-game-top-players-list__item-number {
  color: rgb(142, 143, 145);
}
.small-game-top-players-list ol {
  padding: 0;
  margin: 0;
  list-style: none;
}
.small-game-top-players-list ol > li:nth-child(odd) {
  background-color: #fff9f4;
}
.small-game-top-players-list.small-game-top-players-list--in-tooltip ol > li:nth-child(odd) {
  background-color: #efefef;
}
.small-game-top-players-list a {
  color: rgb(65, 65, 65);
  font-size: 11px;
  font-weight: 400;
  line-height: 1;
  margin-top: auto;
  pointer-events: auto;
}
@media (min-width: 1024px) {
  .small-game-top-players-list a {
    font-size: 13px;
  }
}
.small-game-top-players-list a:hover {
  text-decoration: none;
}

@media (max-width: 1079.9px) {
  .top-players-list-box {
    margin-top: 4.5rem;
    padding-inline: 1.5rem;
  }
}

.top-players-list-box-inner {
  padding: 2.7rem 1.5rem;
  border-radius: 1.4px;
  border: 0.7px solid rgb(239, 239, 239);
}

.top-players-list-box .small-game-header h2 {
  margin-bottom: 1rem;
}

.top-players-list-box-inner > p {
  color: rgb(65, 65, 65);
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  margin: 0;
}

.top-players-list-box .top-players-tag {
  margin-bottom: 1.2rem;
}

.top-players-list-box .small-game-top-players-list {
  padding: 0;
  margin-top: 1.7rem;
}
.top-players-list-box .small-game-top-players-list .small-game-top-players-list__item-name {
  font-size: 11px;
}
.top-players-list-box .small-game-top-players-list ol > li:nth-child(odd) {
  background-color: #fbfbfb;
}
.top-players-list-box .small-game-top-players-list a {
  font-size: 14px;
  margin-top: 2.9rem;
}

.small-game-box {
  background-color: #e8e8e8;
  border-radius: 2px;
  position: relative;
  padding: 1.1rem 1.2rem 1.7rem;
}
.small-game-box .small-game-top-players-list.small-game-top-players-list--in-tooltip {
  padding: 0.9rem 0 1rem;
}
@media (min-width: 640px) {
  .small-game-box {
    padding: 1.5rem 2rem 1.7rem;
    min-width: 26rem;
  }
}
.small-game-box::after {
  content: "";
  position: absolute;
  top: -0.95rem;
  left: 50%;
  width: 0;
  height: 0;
  border-left: 1rem solid transparent;
  border-right: 1rem solid transparent;
  border-bottom: 1rem solid #e8e8e8;
}
@media (min-width: 1024px) {
  .small-game-box::after {
    top: 3rem;
    left: -0.95rem;
    border-top: 1rem solid transparent;
    border-bottom: 1rem solid transparent;
    border-right: 1rem solid #e8e8e8;
    border-left: unset;
  }
}
@media (min-width: 640px) {
  .small-game-box .infinite-scroller {
    height: 6.5rem;
  }
}
@media (min-width: 640px) {
  .small-game-box .infinite-scroller ul {
    position: absolute;
  }
}

.small-game-prizes h3 {
  color: #414141;
  font-size: 12px;
  font-weight: 600;
  line-height: 1;
  margin: 0;
  margin-top: 0.6rem;
  margin-bottom: 0.7rem;
}
@media (min-width: 1024px) {
  .small-game-prizes h3 {
    font-size: 14px;
  }
}
.small-game-prizes p {
  color: rgb(65, 65, 65);
  font-size: 11px;
  font-weight: 400;
  line-height: 19px;
  margin-bottom: 1.2rem;
}
.small-game-prizes .small-game-prizes__prize {
  background-color: #f0f0f0;
  width: 6.5rem;
  height: 6.5rem;
  border-radius: 6px;
  padding: 0.6rem;
}
.small-game-prizes .tag-new {
  font-size: 9px;
  padding: 0.5rem 0.6rem 0.3rem;
}

.small-game-top-players-card {
  background: url(/assets/img/bg-small-game-top-players-card.png) white no-repeat;
  background-size: cover;
  min-height: 14.7rem !important;
  max-height: 20rem;
  aspect-ratio: 4/2.15;
  border-radius: 6px;
}
.small-game-top-players-card .small-game-top-players-card__title {
  color: rgb(0, 0, 0);
  font-size: clamp(2.4rem, 1.938rem + 1.233vw, 3.2rem);
  font-weight: 400;
  letter-spacing: -1px;
  line-height: 26.25px;
}
.small-game-top-players-card .small-game-top-players-card__title span {
  font-weight: 500;
}
.small-game-top-players-card .small-game-top-players-card__description {
  border-radius: 100vw;
  background-color: rgb(242, 238, 220);
  color: rgb(146, 129, 52);
  font-size: 10px;
  font-weight: 500;
  line-height: 10px;
  padding: 4px 12px;
  margin-top: 8.5px;
}
.small-game-top-players-card img {
  width: 32%;
}
@media (min-width: 640px) {
  .small-game-top-players-card img {
    width: 40%;
  }
}

.small-game-button-scroll {
  width: 2.6rem;
  height: 2.6rem;
  background-color: #fff;
  border-radius: 50%;
  border: none;
  cursor: pointer;
}
.small-game-button-scroll[disabled] {
  cursor: not-allowed;
  opacity: 0.5;
}
.small-game-button-scroll svg {
  width: 70%;
  fill: #8e8f91;
}

.infinite-scroller {
  overflow: hidden;
  -webkit-mask: -webkit-linear-gradient(left, transparent, #ffffff 20%, #ffffff 80%, transparent);
          mask: linear-gradient(90deg, transparent, #ffffff 20%, #ffffff 80%, transparent);
}
.infinite-scroller ul {
  --_gap: 1rem;
  padding: 0;
  margin: 0;
  list-style: none;
  -webkit-flex-wrap: nowrap;
          flex-wrap: nowrap;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  -webkit-animation: scroll 30s forwards infinite linear;
          animation: scroll 30s forwards infinite linear;
  display: -webkit-flex;
  display: flex;
  gap: var(--_gap);
}
.infinite-scroller li {
  -webkit-flex-shrink: 0;
          flex-shrink: 0;
}
@-webkit-keyframes scroll {
  100% {
    -webkit-transform: translate(-webkit-calc(-50% - var(--_gap) / 2));
            transform: translate(calc(-50% - var(--_gap) / 2));
  }
}
@keyframes scroll {
  100% {
    -webkit-transform: translate(-webkit-calc(-50% - var(--_gap) / 2));
            transform: translate(calc(-50% - var(--_gap) / 2));
  }
}

.tag-new {
  display: inline-block;
  border-radius: 2px;
  background-color: rgb(44, 179, 206);
  color: rgb(255, 255, 255);
  font-size: 9.63px;
  font-weight: 600;
  letter-spacing: 0.41px;
  line-height: 1;
  text-transform: uppercase;
  padding: 0.5rem 0.8rem 0.4rem;
}
@media (min-width: 768px) {
  .tag-new {
    font-size: 14.8px;
    letter-spacing: 0.62px;
    padding: 0.6rem 1.1rem 0.5rem;
  }
}

.previous-games-list-container {
  margin-top: 3.3rem;
}
@media (min-width: 1080px) {
  .previous-games-list-container {
    margin-top: 4.9rem;
  }
}

.small-game-top-players-list {
  margin-top: 3.3rem;
}
.small-game-top-players-list .level-label {
  -webkit-filter: drop-shadow(0px 6px 5px rgba(255, 175, 118, 0.6470588235));
          filter: drop-shadow(0px 6px 5px rgba(255, 175, 118, 0.6470588235));
}

.small-game-top-players-list .small-game-top-players-list__header p {
  font-size: 1.2rem;
  margin-bottom: 0.5rem;
}

.small-game-top-players-list .small-game-top-players-list--small-game .level-label {
  -webkit-filter: drop-shadow(0px 6px 5px rgba(255, 175, 118, 0.6470588235));
          filter: drop-shadow(0px 6px 5px rgba(255, 175, 118, 0.6470588235));
}

.small-game-top-players-list.small-game-top-players-list--tic-tac-toe .level-label {
  -webkit-filter: drop-shadow(0px 6px 5px rgba(208, 108, 190, 0.4941176471));
          filter: drop-shadow(0px 6px 5px rgba(208, 108, 190, 0.4941176471));
}

.small-game-top-players-list.small-game-top-players-list--big-quiz-daily .level-label {
  -webkit-filter: drop-shadow(0px 6px 5px rgba(106, 65, 231, 0.4588235294));
          filter: drop-shadow(0px 6px 5px rgba(106, 65, 231, 0.4588235294));
}

.small-game-top-players-list.small-game-top-players-list--bubble-breaker .level-label {
  -webkit-filter: drop-shadow(0px 6px 5px rgba(77, 121, 188, 0.4823529412));
          filter: drop-shadow(0px 6px 5px rgba(77, 121, 188, 0.4823529412));
}

.small-game-top-players-list--weekly-toplist .level-label {
  -webkit-filter: drop-shadow(0px 6px 5px rgba(109, 212, 116, 0.5921568627));
          filter: drop-shadow(0px 6px 5px rgba(109, 212, 116, 0.5921568627));
}
.small-game-top-players-list--weekly-toplist .level-label svg {
  scale: 1.1;
}

.small-game-top-players-list.small-game-top-players-list--secondary {
  background-color: #e8e8e8;
}
.small-game-top-players-list.small-game-top-players-list--secondary ol > li:nth-child(odd) {
  background-color: #efefef;
}

@media (min-width: 640px) and (max-width: 1023.9px) {
  .small-game-dashboard .small-game-dashboard__scroll-snap.small-game-dashboard__scroll-snap--top-lists {
    padding-left: 0;
    padding-right: 0;
  }
}
.small-game-dashboard .small-game-dashboard__scroll-snap.small-game-dashboard__scroll-snap--top-lists {
  overflow-x: hidden;
}
.small-game-dashboard .small-game-dashboard__scroll-snap.small-game-dashboard__scroll-snap--top-lists > * {
  -webkit-flex-shrink: 0;
          flex-shrink: 0;
  width: 38rem;
}
@media (max-width: 481px) {
  .small-game-dashboard .small-game-dashboard__scroll-snap.small-game-dashboard__scroll-snap--top-lists > * {
    width: -webkit-calc(100% - 3rem);
    width: calc(100% - 3rem);
  }
}

.emoji-pair {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
          justify-content: center;
  -webkit-align-items: center;
          align-items: center;
  -webkit-flex-direction: column;
          flex-direction: column;
  position: relative;
  width: 100%;
  height: 40rem;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .emoji-pair > * + * {
    margin-left: 0;
  }
}
@media all and (max-width: 470px) {
  .emoji-pair {
    height: 35rem;
  }
}
@media all and (max-width: 400px) {
  .emoji-pair {
    height: 31rem;
  }
}
.emoji-pair .clicked::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #e37921;
  border: 2rem solid #e37921;
}
.emoji-pair .marked::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: gainsboro;
  border: 2rem solid gainsboro;
}
.emoji-pair .disabled {
  opacity: 0.5;
}
@supports ((display: -webkit-flex) or (display: flex)) {
  .emoji-pair .disabled {
    -webkit-filter: grayscale(1);
            filter: grayscale(1);
    opacity: 1;
  }
}
.emoji-pair__timer {
  font-size: 1.9rem;
  font-weight: 800;
  text-transform: uppercase;
  color: #e37921;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: -2rem;
}
.emoji-pair__timer span {
  font-size: 3.5rem;
}
.emoji-pair__container {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  width: 30rem;
}
@media all and (max-width: 470px) {
  .emoji-pair__container {
    width: -webkit-calc(30rem - 4rem);
    width: calc(30rem - 4rem);
  }
}
@media all and (max-width: 400px) {
  .emoji-pair__container {
    width: -webkit-calc(30rem - 8rem);
    width: calc(30rem - 8rem);
  }
}
.emoji-pair__icon {
  position: relative;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  border-radius: 50%;
  -webkit-transition: all 0.01s ease;
  transition: all 0.01s ease;
  margin-right: 0.4rem;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
  -webkit-justify-content: center;
          justify-content: center;
  -webkit-flex-direction: row;
          flex-direction: row;
  font-size: 4.6rem;
  width: 7rem;
  height: 7rem;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .emoji-pair__icon > * + * {
    margin-top: 0;
  }
}
@media all and (max-width: 470px) {
  .emoji-pair__icon {
    font-size: -webkit-calc(4.6rem - .6rem);
    font-size: calc(4.6rem - .6rem);
    width: 6rem;
    height: 6rem;
  }
}
@media all and (max-width: 400px) {
  .emoji-pair__icon {
    font-size: -webkit-calc(4.6rem - 1.1rem);
    font-size: calc(4.6rem - 1.1rem);
    width: 5rem;
    height: 5rem;
  }
}
.emoji-pair__icon > * {
  position: absolute;
  z-index: 2;
  max-width: 80%;
}
.emoji-pair__icon:active {
  -webkit-transform: scale(90%);
          transform: scale(90%);
}

.mini-game {
  padding: 30px 15px;
}
@media all and (max-width: 767px) {
  .mini-game {
    padding: 25px 10px;
  }
}

.notification-state .result {
  display: inline-block;
  margin: 0;
  padding: 5px 14px;
  font-size: 13px;
  font-weight: 400;
  color: #fff;
  border-radius: 8px;
}
.notification-state .result--lose {
  background: #e33a27;
}
.notification-state .result--draw {
  background: #f0ad4e;
}
.notification-state .result--win {
  background: #65a325;
}
.notification-state .play-again {
  display: block;
  margin: 6px auto 0;
  font-size: 12px;
  text-decoration: underline;
  background: none;
  border: none;
  -webkit-transition: -webkit-text-decoration 0.3s linear;
  transition: -webkit-text-decoration 0.3s linear;
  transition: text-decoration 0.3s linear;
  transition: text-decoration 0.3s linear, -webkit-text-decoration 0.3s linear;
}
.notification-state .play-again:hover {
  text-decoration: none;
  -webkit-transition: -webkit-text-decoration 0.3s linear;
  transition: -webkit-text-decoration 0.3s linear;
  transition: text-decoration 0.3s linear;
  transition: text-decoration 0.3s linear, -webkit-text-decoration 0.3s linear;
}
.notification-state .play-again .repeat-icon {
  position: relative;
  top: 2px;
  width: 14px;
  height: 15px;
  display: inline-block;
  margin-right: 4px;
  background: url(/assets/img/repeat-icon.svg) no-repeat;
  background-size: contain;
}

.pexeso {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
          justify-content: center;
  -webkit-align-items: center;
          align-items: center;
  -webkit-flex-direction: column;
          flex-direction: column;
  position: relative;
  width: 100%;
  height: 40rem;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .pexeso > * + * {
    margin-left: 0;
  }
}
@media all and (max-width: 525px) {
  .pexeso {
    height: 30rem;
  }
}
@media all and (max-width: 415px) {
  .pexeso {
    height: 25rem;
  }
}
@media all and (max-width: 525px) {
  .pexeso:lang(hu), .pexeso:lang(ro) {
    min-height: 30rem;
    gap: 1rem;
  }
}
@media all and (max-width: 415px) {
  .pexeso:lang(hu), .pexeso:lang(ro) {
    min-height: 25rem;
  }
}
.pexeso .flipped .pexeso__back-side,
.pexeso .match .pexeso__back-side {
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
}
.pexeso .flipped .pexeso__front-side,
.pexeso .match .pexeso__front-side {
  -webkit-transform: rotateY(360deg);
          transform: rotateY(360deg);
}
.pexeso__notification-container {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: 0;
}
@media all and (max-width: 525px) {
  .pexeso__notification-container:lang(hu), .pexeso__notification-container:lang(ro) {
    position: static;
    top: initial;
    left: initial;
    -webkit-transform: initial;
            transform: initial;
  }
}
.pexeso__notification-container p {
  margin: 0 !important;
}
.pexeso__container {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
  -webkit-justify-content: center;
          justify-content: center;
  -webkit-flex-direction: row;
          flex-direction: row;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  width: 95%;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .pexeso__container > * + * {
    margin-top: 0;
  }
}
@media all and (max-width: 525px) {
  .pexeso__container {
    width: 100%;
  }
}
@supports ((display: -webkit-flex) or (display: flex)) {
  .pexeso__container {
    gap: 2rem;
  }
}
@media all and (max-width: 480px) {
  @supports ((display: -webkit-flex) or (display: flex)) {
    .pexeso__container {
      gap: 1rem;
    }
  }
}
@media all and (max-width: 525px) {
  .pexeso__container:lang(hu), .pexeso__container:lang(ro) {
    -webkit-flex-grow: 1;
            flex-grow: 1;
    -webkit-align-content: center;
            align-content: center;
    -webkit-justify-content: center;
            justify-content: center;
    -webkit-align-items: center;
            align-items: center;
  }
}
.pexeso__card {
  position: relative;
  cursor: pointer;
  -webkit-transition: all 1s;
  transition: all 1s;
  -webkit-perspective: 900000px;
          perspective: 900000px;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  margin-bottom: 1rem;
  margin-right: 1rem;
  width: 10rem;
  height: 10rem;
}
@supports ((display: -webkit-flex) or (display: flex)) {
  .pexeso__card {
    margin: 0;
  }
}
@media all and (max-width: 525px) {
  .pexeso__card {
    width: 9rem;
    height: 9rem;
  }
}
@media all and (max-width: 480px) {
  .pexeso__card {
    width: 8rem;
    height: 8rem;
  }
}
@media all and (max-width: 415px) {
  .pexeso__card {
    width: 7rem;
    height: 7rem;
  }
}
.pexeso__back-side, .pexeso__front-side {
  background-color: #e37921;
  -webkit-transition: -webkit-transform 400ms;
  transition: -webkit-transform 400ms;
  transition: transform 400ms;
  transition: transform 400ms, -webkit-transform 400ms;
  border-radius: 1rem;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
  -webkit-justify-content: center;
          justify-content: center;
  -webkit-flex-direction: row;
          flex-direction: row;
  -webkit-perspective: 900000px;
          perspective: 900000px;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .pexeso__back-side > * + *, .pexeso__front-side > * + * {
    margin-top: 0;
  }
}
.pexeso__back-side {
  z-index: 1;
  background: #ff8927;
}
.pexeso__back-side--icon {
  background: url("/assets/img/logo-rondo-orange.svg");
  background-size: contain;
  opacity: 0.9;
  width: 6rem;
  height: 6rem;
}
@media all and (max-width: 480px) {
  .pexeso__back-side--icon {
    width: 4rem;
    height: 4rem;
  }
}
.pexeso__front-side {
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
  background-color: white;
}

#padlock {
  position: relative;
  padding: 1.5rem 0 0;
}
#padlock .fail {
  -webkit-animation: fail 0.5s ease-in-out;
          animation: fail 0.5s ease-in-out;
}
#padlock .unlock {
  -webkit-animation: unlock 0.5s ease-in-out forwards;
          animation: unlock 0.5s ease-in-out forwards;
}

#counter {
  position: absolute;
  top: 70%;
  left: 50%;
  font-size: 3.6rem;
  font-weight: 600;
  line-height: 1;
  -webkit-transform: translate(-50%, -70%);
          transform: translate(-50%, -70%);
  pointer-events: none;
}
@media all and (max-width: 480px) {
  #counter {
    font-size: 3rem;
  }
}

#shackle {
  width: 13rem;
  height: 12.8rem;
  opacity: 0.6;
  margin: 0 auto -4rem;
  border: 3rem solid;
  border-radius: 9.2rem 9.2rem 0 0;
  border-color: rgb(18, 46, 74);
  border-bottom-color: transparent !important;
}
@media all and (max-width: 480px) {
  #shackle {
    width: 10rem;
    height: 10.5rem;
    border-width: 2.5rem;
  }
}

#lock {
  width: 19.2rem;
  height: 19.2rem;
  margin: 0 auto;
  font-size: 12.8rem;
  line-height: 19.2rem;
  text-align: center;
  color: rgba(255, 255, 255, 0.5);
  border: 3.5rem solid;
  border-radius: 50%;
}
@media all and (max-width: 480px) {
  #lock {
    width: 15.2rem;
    height: 15.2rem;
    border-width: 2.7rem;
  }
}

.dial {
  position: absolute;
  width: 19.2rem;
  height: 19.2rem;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
          flex-direction: column;
  -webkit-align-items: center;
          align-items: center;
}
@media all and (max-width: 480px) {
  .dial {
    width: 15.2rem;
    height: 15.2rem;
  }
}

#line {
  margin: 0.6rem;
  background: #e37921;
  border-radius: 4px;
  width: 1rem;
  height: 2.5rem;
}
@media all and (max-width: 480px) {
  #line {
    margin: 0.5rem;
    width: 0.8rem;
    height: 1.8rem;
  }
}

#notch {
  position: relative;
  top: 0.7rem;
  background: #65a325;
  border-radius: 50%;
  width: 2rem;
  height: 2rem;
}
@media all and (max-width: 480px) {
  #notch {
    width: 1.5rem;
    height: 1.5rem;
  }
}

.appear-a {
  -webkit-animation: appear-a 0.1s;
          animation: appear-a 0.1s;
}

.appear-b {
  -webkit-animation: appear-b 0.1s;
          animation: appear-b 0.1s;
}

.mini-game .rock-paper-scissors {
  margin: 3.5rem auto;
}
@media all and (max-width: 480px) {
  .mini-game .rock-paper-scissors {
    margin: 1rem auto;
  }
}
.mini-game .rock-paper-scissors__result {
  opacity: 0.5;
  width: 14rem;
  height: 14rem;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
          justify-content: center;
  -webkit-align-items: center;
          align-items: center;
  margin: 30px auto;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  border-radius: 50%;
}
@media all and (max-width: 480px) {
  .mini-game .rock-paper-scissors__result {
    width: 12rem;
    height: 12rem;
    margin: 0 auto;
  }
}
.mini-game .rock-paper-scissors__result.result {
  -webkit-animation: scaleUpResult 0.5s linear forwards;
          animation: scaleUpResult 0.5s linear forwards;
}
.mini-game .rock-paper-scissors__user-controls {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-around;
          justify-content: space-around;
  margin-top: 5rem;
}
@media all and (max-width: 480px) {
  .mini-game .rock-paper-scissors__user-controls {
    margin-top: 3rem;
  }
}
.mini-game .rock-paper-scissors__user-controls .control {
  width: 8rem;
  height: 8rem;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
          justify-content: center;
  -webkit-align-items: center;
          align-items: center;
  background: #fff;
  border: none;
  border-radius: 50%;
  -webkit-animation: btnPulse 1.5s linear infinite;
          animation: btnPulse 1.5s linear infinite;
}
@media all and (max-width: 480px) {
  .mini-game .rock-paper-scissors__user-controls .control {
    width: 6rem;
    height: 6rem;
  }
}
.mini-game .rock-paper-scissors__user-controls .control:hover, .mini-game .rock-paper-scissors__user-controls .control:focus {
  outline: none;
}
.mini-game .rock-paper-scissors__user-controls .control--selected, .mini-game .rock-paper-scissors__user-controls .control--disabled {
  -webkit-animation: none;
          animation: none;
  pointer-events: none;
}
.mini-game .rock-paper-scissors__user-controls .control--disabled {
  opacity: 0.5;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
.mini-game .rock-paper-scissors__user-controls .control--selected {
  border: 2px solid #e37921;
}
.mini-game .rock-paper-scissors__user-controls .control--win, .mini-game .rock-paper-scissors__user-controls .control--lose, .mini-game .rock-paper-scissors__user-controls .control--draw {
  border: none;
}
.mini-game .rock-paper-scissors__user-controls .control--win {
  background: #65a325;
}
.mini-game .rock-paper-scissors__user-controls .control--lose {
  background: #e33a27;
  -webkit-animation: shakeHorizontal 0.8s cubic-bezier(0.455, 0.03, 0.515, 0.955) both;
          animation: shakeHorizontal 0.8s cubic-bezier(0.455, 0.03, 0.515, 0.955) both;
}
.mini-game .rock-paper-scissors__user-controls .control--draw {
  background: #f0ad4e;
}
.mini-game .rock-paper-scissors__user-controls .control--disabled {
  opacity: 0.5;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  pointer-events: none;
  -webkit-animation: none;
          animation: none;
}
.mini-game .rock-paper-scissors .emoji-rock,
.mini-game .rock-paper-scissors .emoji-paper,
.mini-game .rock-paper-scissors .emoji-scissors {
  width: 3.5rem;
  height: 3.5rem;
  display: inline-block;
}
@media all and (max-width: 480px) {
  .mini-game .rock-paper-scissors .emoji-rock,
.mini-game .rock-paper-scissors .emoji-paper,
.mini-game .rock-paper-scissors .emoji-scissors {
    width: 2.5rem;
    height: 2.5rem;
  }
}
.mini-game .rock-paper-scissors .emoji-rock--lg,
.mini-game .rock-paper-scissors .emoji-paper--lg,
.mini-game .rock-paper-scissors .emoji-scissors--lg {
  width: 5rem;
  height: 5rem;
}
@media all and (max-width: 480px) {
  .mini-game .rock-paper-scissors .emoji-rock--lg,
.mini-game .rock-paper-scissors .emoji-paper--lg,
.mini-game .rock-paper-scissors .emoji-scissors--lg {
    width: 4rem;
    height: 4rem;
  }
}
.mini-game .rock-paper-scissors .emoji-rock {
  background: url(/assets/img/rock.png);
  background-size: cover;
}
.mini-game .rock-paper-scissors .emoji-paper {
  background: url(/assets/img/paper.png);
  background-size: cover;
}
.mini-game .rock-paper-scissors .emoji-scissors {
  background: url(/assets/img/scissors.png);
  -webkit-transform: rotate(-15deg);
          transform: rotate(-15deg);
  background-size: cover;
}

.secret-number {
  margin: 0 auto;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
          justify-content: center;
  -webkit-align-items: center;
          align-items: center;
  -webkit-flex-direction: column;
          flex-direction: column;
  position: relative;
  width: 90%;
  height: 40rem;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .secret-number > * + * {
    margin-left: 0;
  }
}
.secret-number__hidden-number {
  color: #fff;
  margin: 0 auto;
  background-color: #e37921;
  border-radius: 0.8rem;
  font-size: 8rem;
  font-weight: bolder;
  -webkit-transition: all 0.8s ease-in;
  transition: all 0.8s ease-in;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
  -webkit-justify-content: center;
          justify-content: center;
  -webkit-flex-direction: row;
          flex-direction: row;
  margin-top: 1rem;
  margin-bottom: 3rem;
  width: 11rem;
  height: 11rem;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .secret-number__hidden-number > * + * {
    margin-top: 0;
  }
}
@media all and (max-width: 460px) {
  .secret-number__hidden-number {
    margin-top: 0;
    margin-bottom: 2rem;
    width: 10rem;
    height: 10rem;
  }
}
.secret-number__tip {
  height: 3.2rem;
  font-size: 2rem;
  -webkit-transition: all 0.8s ease-in;
  transition: all 0.8s ease-in;
  margin-bottom: 3rem;
}
@media all and (max-width: 532px) {
  .secret-number__tip {
    margin-bottom: 2rem;
  }
}
.secret-number__btns-container {
  width: 40rem;
  -webkit-transition: all 0.8s ease-in;
  transition: all 0.8s ease-in;
}
@supports ((display: -webkit-flex) or (display: flex)) {
  .secret-number__btns-container {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
            justify-content: center;
    -webkit-flex-direction: row;
            flex-direction: row;
    -webkit-flex-wrap: wrap;
            flex-wrap: wrap;
    width: 100%;
  }
  @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .secret-number__btns-container > * + * {
      margin-top: 0;
      margin-left: 1rem;
    }
  }
  @supports (gap: 1rem) {
    .secret-number__btns-container {
      gap: 1rem;
    }
  }
}
.secret-number__btns-container .secret-number__btn--guessed {
  opacity: 0.4;
  pointer-events: none;
}
.secret-number__btns-container .btn {
  width: 6.5rem;
  margin-bottom: 1rem;
  margin-right: 1rem;
}
@media all and (max-width: 320px) {
  .secret-number__btns-container .btn {
    width: 5.5rem;
  }
}
@supports ((display: -webkit-flex) or (display: flex)) {
  .secret-number__btns-container .btn {
    margin: 0;
  }
}
@media all and (max-width: 573px) {
  .secret-number + .btn {
    margin-top: 3rem !important;
  }
}

.simon-game {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
          justify-content: center;
  -webkit-align-items: center;
          align-items: center;
  -webkit-flex-direction: column;
          flex-direction: column;
  position: relative;
  width: 100%;
  height: 40rem;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .simon-game > * + * {
    margin-left: 0;
  }
}
@media all and (max-width: 400px) {
  .simon-game {
    height: 30rem;
  }
}
@media all and (max-width: 400px) {
  .simon-game {
    height: 33rem;
  }
}
.simon-game__overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
  -webkit-justify-content: center;
          justify-content: center;
  -webkit-flex-direction: row;
          flex-direction: row;
  background-color: rgba(255, 255, 255, 0.5);
  -webkit-backdrop-filter: blur(0.2rem);
          backdrop-filter: blur(0.2rem);
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .simon-game__overlay > * + * {
    margin-top: 0;
  }
}
.simon-game__text {
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 2.4rem;
  text-align: left;
  color: #000;
  margin: 0 !important;
}
.simon-game__sequence-container {
  width: 100%;
  position: absolute;
  top: -0.5rem;
  left: 0;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
          justify-content: center;
  -webkit-flex-direction: row;
          flex-direction: row;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .simon-game__sequence-container > * + * {
    margin-top: 0;
  }
}
.simon-game__sequence-container.requested-sequence {
  position: absolute;
  top: 2rem;
  left: 0;
}
@media all and (max-width: 400px) {
  .simon-game__sequence-container.requested-sequence {
    top: 1.2rem;
  }
}
.simon-game__sequence-container > * {
  width: 50%;
}
.simon-game__sequence-container .simon-game__text {
  text-align: right;
  font-size: 1.2rem;
}
@media all and (max-width: 346px) {
  .simon-game__sequence-container .simon-game__text {
    font-size: 1rem;
  }
}
.simon-game__sequence-container .simon-game__sequence-clrs {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
          justify-content: flex-start;
  -webkit-align-items: center;
          align-items: center;
}
.simon-game__sequence-container .simon-game__sequence-clrs > * {
  margin-left: 0.5rem;
}
.simon-game__sequence-container .simon-game__clr, .simon-game__sequence-container .simon-game__clr--green, .simon-game__sequence-container .simon-game__clr--yellow, .simon-game__sequence-container .simon-game__clr--blue, .simon-game__sequence-container .simon-game__clr--red {
  pointer-events: none;
  width: 1.1rem;
  height: 1.1rem;
}
.simon-game__clrs-container {
  position: relative;
  width: 27rem;
  height: 27rem;
}
@media all and (max-width: 450px) {
  .simon-game__clrs-container {
    width: 21rem;
    height: 21rem;
  }
}
@media all and (max-width: 400px) {
  .simon-game__clrs-container {
    margin-bottom: 2rem;
  }
}
@media all and (max-width: 300px) {
  .simon-game__clrs-container {
    width: 19rem;
    height: 19rem;
  }
}
.simon-game__clrs-container .circle {
  opacity: 0.3;
}
.simon-game__clrs-container .circle.on {
  opacity: 1;
}
.simon-game__clrs-container .simon-game__clr, .simon-game__clrs-container .simon-game__clr--green, .simon-game__clrs-container .simon-game__clr--yellow, .simon-game__clrs-container .simon-game__clr--blue, .simon-game__clrs-container .simon-game__clr--red {
  width: 10rem;
  height: 10rem;
}
@media all and (max-width: 450px) {
  .simon-game__clrs-container .simon-game__clr, .simon-game__clrs-container .simon-game__clr--green, .simon-game__clrs-container .simon-game__clr--yellow, .simon-game__clrs-container .simon-game__clr--blue, .simon-game__clrs-container .simon-game__clr--red {
    width: 8rem;
    height: 8rem;
  }
}
@media all and (max-width: 300px) {
  .simon-game__clrs-container .simon-game__clr, .simon-game__clrs-container .simon-game__clr--green, .simon-game__clrs-container .simon-game__clr--yellow, .simon-game__clrs-container .simon-game__clr--blue, .simon-game__clrs-container .simon-game__clr--red {
    width: 7rem;
    height: 7rem;
  }
}
.simon-game__clrs-container .simon-game__clr--red {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: 0;
}
.simon-game__clrs-container .simon-game__clr--blue {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: 0;
}
.simon-game__clrs-container .simon-game__clr--yellow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
}
.simon-game__clrs-container .simon-game__clr--green {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0;
}
.simon-game__clrs-container button.simon-game__clr, .simon-game__clrs-container button.simon-game__clr--green, .simon-game__clrs-container button.simon-game__clr--yellow, .simon-game__clrs-container button.simon-game__clr--blue, .simon-game__clrs-container button.simon-game__clr--red {
  cursor: pointer;
}
.simon-game__clr, .simon-game__clr--green, .simon-game__clr--yellow, .simon-game__clr--blue, .simon-game__clr--red {
  border: none;
  border-radius: 50%;
  -webkit-transition: all 0.1s ease-in;
  transition: all 0.1s ease-in;
}
@-webkit-keyframes pulse-red {
  0% {
    box-shadow: #fd3535 0 0 0 0;
  }
  100% {
    box-shadow: rgba(253, 53, 53, 0) 0 0 0 3rem;
  }
}
@keyframes pulse-red {
  0% {
    box-shadow: #fd3535 0 0 0 0;
  }
  100% {
    box-shadow: rgba(253, 53, 53, 0) 0 0 0 3rem;
  }
}
@-webkit-keyframes pulse-blue {
  0% {
    box-shadow: #339cff 0 0 0 0;
  }
  100% {
    box-shadow: rgba(51, 156, 255, 0) 0 0 0 3rem;
  }
}
@keyframes pulse-blue {
  0% {
    box-shadow: #339cff 0 0 0 0;
  }
  100% {
    box-shadow: rgba(51, 156, 255, 0) 0 0 0 3rem;
  }
}
@-webkit-keyframes pulse-yellow {
  0% {
    box-shadow: #fdc500 0 0 0 0;
  }
  100% {
    box-shadow: rgba(253, 197, 0, 0) 0 0 0 3rem;
  }
}
@keyframes pulse-yellow {
  0% {
    box-shadow: #fdc500 0 0 0 0;
  }
  100% {
    box-shadow: rgba(253, 197, 0, 0) 0 0 0 3rem;
  }
}
@-webkit-keyframes pulse-green {
  0% {
    box-shadow: #8abc40 0 0 0 0;
  }
  100% {
    box-shadow: rgba(138, 188, 64, 0) 0 0 0 3rem;
  }
}
@keyframes pulse-green {
  0% {
    box-shadow: #8abc40 0 0 0 0;
  }
  100% {
    box-shadow: rgba(138, 188, 64, 0) 0 0 0 3rem;
  }
}
.simon-game__clr--red {
  background-color: #fd3535;
}
.simon-game__clr--red.pulse {
  opacity: 1;
  -webkit-animation: pulse-red 0.6s;
          animation: pulse-red 0.6s;
}
.simon-game__clr--blue {
  background-color: #339cff;
}
.simon-game__clr--blue.pulse {
  opacity: 1;
  -webkit-animation: pulse-blue 0.6s;
          animation: pulse-blue 0.6s;
}
.simon-game__clr--yellow {
  background-color: #fdc500;
}
.simon-game__clr--yellow.pulse {
  opacity: 1;
  -webkit-animation: pulse-yellow 0.6s;
          animation: pulse-yellow 0.6s;
}
.simon-game__clr--green {
  background-color: #8abc40;
}
.simon-game__clr--green.pulse {
  opacity: 1;
  -webkit-animation: pulse-green 0.6s;
          animation: pulse-green 0.6s;
}
.simon-game__bottom-container {
  width: 100%;
  bottom: 0;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
          justify-content: center;
  -webkit-flex-direction: row;
          flex-direction: row;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .simon-game__bottom-container > * + * {
    margin-top: 0;
  }
}
.simon-game__bottom-container .simon-game__text {
  text-align: center;
}
@media all and (max-width: 390px) {
  .simon-game__bottom-container .simon-game__text {
    font-size: 1.2rem;
  }
}

.mini-game .tic-tac-toe {
  position: relative;
}
.mini-game .tic-tac-toe__fields {
  width: 400px;
  height: 400px;
  max-width: 100%;
  margin: 0 auto;
  border-collapse: collapse;
  background: #e37921;
  border-radius: 8px;
}
@media all and (max-width: 580px) {
  .mini-game .tic-tac-toe__fields {
    width: 350px;
    height: 350px;
  }
}
@media all and (max-width: 480px) {
  .mini-game .tic-tac-toe__fields {
    width: 300px;
    height: 300px;
  }
}
@media all and (max-width: 430px) {
  .mini-game .tic-tac-toe__fields {
    width: 250px;
    height: 250px;
  }
}
.mini-game .tic-tac-toe__fields .field {
  float: left;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
          justify-content: center;
  -webkit-align-items: center;
          align-items: center;
  width: 33.3333333333%;
  height: 33.3333333333%;
  color: #fff;
}
.mini-game .tic-tac-toe__fields .field img {
  max-width: 50px;
}
@media all and (max-width: 480px) {
  .mini-game .tic-tac-toe__fields .field img {
    max-width: 35px;
  }
}
.mini-game .tic-tac-toe__fields .field:nth-child(1), .mini-game .tic-tac-toe__fields .field:nth-child(4), .mini-game .tic-tac-toe__fields .field:nth-child(7), .mini-game .tic-tac-toe__fields .field:nth-child(2), .mini-game .tic-tac-toe__fields .field:nth-child(5), .mini-game .tic-tac-toe__fields .field:nth-child(8) {
  border-right: 2.5px solid #fff;
}
.mini-game .tic-tac-toe__fields .field:nth-child(4), .mini-game .tic-tac-toe__fields .field:nth-child(5), .mini-game .tic-tac-toe__fields .field:nth-child(6) {
  border-top: 2.5px solid #fff;
  border-bottom: 2.5px solid #fff;
}
.mini-game .tic-tac-toe .removePopup {
  display: none !important;
}
.mini-game .tic-tac-toe .tic-tac-toe-modal {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 10;
  width: 200px;
  margin: 0 auto;
  padding: 15px 12px;
  font-size: 2rem;
  text-align: center;
  text-align: center;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.5);
  border-radius: 8px;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.mini-game .tic-tac-toe .tic-tac-toe-modal__text {
  margin: 0;
  font-size: 15px;
  font-weight: 500;
  color: #fff;
}
.mini-game .tic-tac-toe .tic-tac-toe-modal__replay-btn {
  margin-top: 20px;
  padding: 2px 12px;
  font-size: 14px;
  color: #fff;
  background-color: transparent;
  border: 2px solid #fff;
  border-radius: 12px;
  outline: none;
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}
@media all and (max-width: 480px) {
  .mini-game .tic-tac-toe .tic-tac-toe-modal__replay-btn {
    margin-top: 15px;
  }
}
.mini-game .tic-tac-toe .tic-tac-toe-modal__replay-btn:hover {
  color: #adadad;
  background-color: #fff;
}
.mini-game .tic-tac-toe .tokens {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 10;
  padding: 20px;
  font-size: 1.5rem;
  text-align: center;
  background-color: #fff;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.5);
  border-radius: 8px;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media all and (max-width: 480px) {
  .mini-game .tic-tac-toe .tokens {
    padding: 12px;
  }
}
.mini-game .tic-tac-toe .tokens__text {
  margin: 0;
  font-weight: 500;
  color: #414141;
}
.mini-game .tic-tac-toe .tokens .token {
  width: 60px;
  height: 60px;
  margin: 10px;
  padding: 0;
  background: #999;
  border: none;
  border-radius: 12px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.mini-game .tic-tac-toe .tokens .token img {
  max-width: 30px;
}
@media all and (max-width: 480px) {
  .mini-game .tic-tac-toe .tokens .token {
    width: 55px;
    height: 55px;
  }
}
.mini-game .tic-tac-toe .tokens .token:hover {
  background: lightgray;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.mini-game .timing-button .meter {
  position: relative;
  width: 100%;
  height: 45px;
  margin: 20px auto 30px;
  background: #e33a27;
  background-image: -webkit-linear-gradient(right, #e33a27 0%, #65a325 50%, #e33a27 100%);
  background-image: linear-gradient(to left, #e33a27 0%, #65a325 50%, #e33a27 100%);
  border-radius: 5px;
}
.mini-game .timing-button .indicator-target {
  position: absolute;
  right: 0;
  left: 0;
  height: 100%;
  margin: 0 auto;
  background-color: #65a325;
}
.mini-game .timing-button .indicator-wrapper {
  width: 100%;
  -webkit-animation: timing-button-move 0.7s infinite;
          animation: timing-button-move 0.7s infinite;
}
.mini-game .timing-button .indicator {
  position: absolute;
  margin-top: -6px;
  margin-left: -10px;
  border-top: 12px solid #414141;
  border-right: 12px solid transparent;
  border-left: 12px solid transparent;
  width: 0;
  height: 0;
}
.mini-game .timing-button #trigger {
  min-width: 250px;
}
@media all and (max-width: 480px) {
  .mini-game .timing-button #trigger {
    min-width: 100%;
  }
}

@-webkit-keyframes timing-button-move {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  50% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@keyframes timing-button-move {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  50% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
.rondo-overlay .puzzle-mini-game.puzzle-mini-game-task .content {
  padding: 30px 65px 46px;
  margin-top: 40px;
}
@media all and (max-width: 375px) {
  .rondo-overlay .puzzle-mini-game.puzzle-mini-game-task .content {
    padding: 16px 16px 32px;
  }
}
@media all and (min-width: 375px) and (max-width: 413px) {
  .rondo-overlay .puzzle-mini-game.puzzle-mini-game-task .content {
    padding: 22px 24px 38px;
  }
}
@media all and (min-width: 414px) and (max-width: 768px) {
  .rondo-overlay .puzzle-mini-game.puzzle-mini-game-task .content {
    padding: 32px 32px 48px;
  }
}
@media all and (max-height: 880px) {
  .rondo-overlay .puzzle-mini-game.puzzle-mini-game-task .content {
    margin-top: 50px;
  }
}
@media all and (max-width: 840px) {
  .rondo-overlay .puzzle-mini-game.puzzle-mini-game-task .content {
    margin-top: 44px;
  }
}
.rondo-overlay .puzzle-mini-game.puzzle-mini-game-task .content .content__body {
  padding: 0;
}
.rondo-overlay .puzzle-mini-game .content .content__body .content__body-wrapper {
  border: 1px solid #f0f0f0;
  border-radius: 4px;
  padding-bottom: 3rem;
}
.rondo-overlay .puzzle-mini-game .content .content__body .content__body-wrapper .link-close {
  margin-bottom: 2.2rem;
}
.rondo-overlay .puzzle-mini-game.puzzle-mini-game-task .content .content__header-wrapper {
  text-align: left;
}
.rondo-overlay .puzzle-mini-game.puzzle-mini-game-task .content .link-close {
  line-height: 1;
}

.puzzle-mini-game__rounds {
  padding: 0.3rem 0.4rem;
  display: inline;
  border-radius: 2px;
  background-color: #43CCE1;
  color: #FFFFFF;
  font-size: 1.1rem;
  font-weight: 500;
  font-style: normal;
  text-align: left;
  line-height: 1;
}
.puzzle-mini-game__question {
  margin: 1.6rem 0 0;
  font-size: 2rem;
  font-weight: 500;
  color: #000000;
  text-align: left;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  line-height: 1.2;
}
@media all and (max-width: 425px) {
  .puzzle-mini-game__question {
    font-size: 1.6rem;
  }
}
.puzzle-mini-game__btns {
  margin-bottom: 4.2rem;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
          justify-content: center;
  -webkit-align-items: center;
          align-items: center;
  -webkit-flex-direction: column;
          flex-direction: column;
}
@media (max-width: 493px) {
  .puzzle-mini-game__btns[data-tooltip=true] {
    margin-top: 5.5rem;
  }
}
@media (max-width: 330px) {
  .puzzle-mini-game__btns[data-tooltip=true] {
    margin-top: 5rem;
  }
}
@media (max-width: 305px) {
  .puzzle-mini-game__btns[data-tooltip=true] {
    margin-top: 7rem;
  }
}
.puzzle-mini-game__btns[data-disabled=true] .puzzle-mini-game__btn {
  pointer-events: none;
  opacity: 0.3;
}
.puzzle-mini-game__btns--row {
  -webkit-flex-direction: row;
          flex-direction: row;
}
.puzzle-mini-game__btns--row * + * {
  margin-left: 2rem;
}
@media (max-width: 550px) {
  .puzzle-mini-game__btns--row * + * {
    margin-left: 0;
  }
}
@media (max-width: 550px) {
  .puzzle-mini-game__btns--row {
    -webkit-flex-direction: column;
            flex-direction: column;
  }
}
.puzzle-mini-game__btns--grid {
  margin-top: 3rem;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0 1.7rem;
}
@media (max-width: 678px) {
  .puzzle-mini-game__btns--grid {
    grid-template-columns: 1fr;
    gap: 0;
  }
}
.puzzle-mini-game__btn {
  width: 100%;
  position: relative;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
  margin-top: 1.6rem;
  padding: 8px;
  background-color: #FFFFFF;
  border: 1px solid #F0F0F0;
  border-radius: 2.2rem;
  -webkit-transition: background-color 0.2s ease;
  transition: background-color 0.2s ease;
}
.puzzle-mini-game__btn.correct {
  background-color: hsla(90deg, 63%, 39%, 0.7);
  -webkit-transition: background-color 1s;
  transition: background-color 1s;
  -webkit-animation: correct-answer 2.5s;
          animation: correct-answer 2.5s;
}
.puzzle-mini-game__btn.incorrect {
  background-color: hsla(0deg, 100%, 60%, 0.7);
  -webkit-transition: background-color 1s;
  transition: background-color 1s;
  -webkit-animation: not-correct-answer 2.5s;
          animation: not-correct-answer 2.5s;
}
.puzzle-mini-game__btn-label-wrapper {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
  -webkit-justify-content: center;
          justify-content: center;
  width: 2.8rem;
  height: 2.8rem;
  background-color: #F3F3F3;
  border-radius: 50%;
  border: 2px solid transparent;
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
}
.puzzle-mini-game__btn-label {
  text-transform: uppercase;
  font-size: 1.6rem;
  font-weight: 600;
  color: #1D1D1D;
}
.puzzle-mini-game__btn-text-wrapper {
  margin-left: 1.2rem;
}
.puzzle-mini-game__btn-text {
  line-height: 1.2rem;
  text-align: left;
  font-size: 1.4rem;
  font-weight: 500;
  color: #000000;
}
.puzzle-mini-game .a05-banner {
  margin-bottom: 2.7rem;
}
.puzzle-mini-game .a05-mini-game {
  width: 100%;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
          justify-content: center;
}
.puzzle-mini-game .a05-mini-game > div {
  position: static !important;
  -webkit-transform: none !important;
          transform: none !important;
}
.puzzle-mini-game .keyword {
  background: hsl(0deg, 0%, 95%);
  padding: 0.05em 0.2em;
  border-radius: 3px;
  border: 1px solid hsl(0deg, 0%, 90%);
  text-transform: lowercase;
}

.rondo-overlay .puzzle-mini-game-answer .content {
  margin-top: 110px;
  padding: 0;
}
@media all and (max-width: 768px) {
  .rondo-overlay .puzzle-mini-game-answer .content {
    margin-top: 60px;
  }
}
@media all and (max-width: 575px) {
  .rondo-overlay .puzzle-mini-game-answer .content {
    margin-top: 34px;
  }
}
@media all and (max-width: 375px) {
  .rondo-overlay .puzzle-mini-game-answer .content {
    margin-top: 24px;
  }
}
.rondo-overlay .puzzle-mini-game-answer .content__header {
  padding: 4rem;
  border-radius: 8px 8px 0 0;
}
@media all and (max-width: 480px) {
  .rondo-overlay .puzzle-mini-game-answer .content__header {
    padding: 3.6rem 2rem;
  }
}
.rondo-overlay .puzzle-mini-game-answer .content__header img {
  width: 40px;
  margin-bottom: 2.5rem;
}
.rondo-overlay .puzzle-mini-game-answer .content__header img.thumb-up, .rondo-overlay .puzzle-mini-game-answer .content__header img.thumb-down {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}
.rondo-overlay .puzzle-mini-game-answer .content__header img.thumb-up {
  -webkit-animation: thumbsUp 0.7s;
          animation: thumbsUp 0.7s;
}
.rondo-overlay .puzzle-mini-game-answer .content__header img.thumb-down {
  -webkit-animation: thumbsDown 0.7s;
          animation: thumbsDown 0.7s;
}
@media all and (max-width: 767px) {
  .rondo-overlay .puzzle-mini-game-answer .content__header img {
    width: 35px;
  }
}
@media all and (max-width: 425px) {
  .rondo-overlay .puzzle-mini-game-answer .content__header img {
    margin-bottom: 1.2rem;
    width: 30px;
  }
}
.rondo-overlay .puzzle-mini-game-answer .content__header .title {
  margin-bottom: 9px;
  color: #fff;
}
.rondo-overlay .puzzle-mini-game-answer .content__header .subtitle {
  margin: 0 0 30px;
  line-height: 14px;
  color: #fff;
}
.rondo-overlay .puzzle-mini-game-answer .content__header .correct-answer {
  opacity: 0.75;
  cursor: pointer;
  margin: 30px 0 32px;
  font-size: 12px;
  text-decoration: underline;
  color: #fff;
}
@media all and (max-width: 480px) {
  .rondo-overlay .puzzle-mini-game-answer .content__header .correct-answer {
    margin-top: 9px;
  }
}
.rondo-overlay .puzzle-mini-game-answer .content__header .correct-answer:hover {
  text-decoration: none;
}
.rondo-overlay .puzzle-mini-game-answer .content__body {
  box-shadow: 0 8px 12px #dadce1;
  border-radius: 8px;
}
@media all and (max-width: 767px) {
  .rondo-overlay .puzzle-mini-game-answer .content__body {
    padding: 24px 50px;
  }
}
@media all and (max-width: 666px) {
  .rondo-overlay .puzzle-mini-game-answer .content__body {
    padding: 24px;
  }
}
@media all and (min-width: 320px) {
  .rondo-overlay .puzzle-mini-game-answer .content__body {
    padding: 24px 16px;
  }
}
@media all and (min-width: 375px) {
  .rondo-overlay .puzzle-mini-game-answer .content__body {
    padding: 24px;
  }
}
@media all and (min-width: 414px) {
  .rondo-overlay .puzzle-mini-game-answer .content__body {
    padding: 32px;
  }
}
@media all and (min-width: 1024px) {
  .rondo-overlay .puzzle-mini-game-answer .content__body {
    padding: 40px 64px;
  }
}
.rondo-overlay .puzzle-mini-game-answer .content .link-subtle {
  cursor: pointer;
  display: block;
}
.rondo-overlay .puzzle-mini-game-answer--specific .content__body {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
          flex-direction: column;
  min-height: 32.8rem;
}
.rondo-overlay .puzzle-mini-game-answer--specific .content .info-text {
  margin: 0;
}
.rondo-overlay .puzzle-mini-game-answer--specific .content .info-text:first-child {
  margin-top: 1.9rem;
  margin-bottom: 1.7em;
}
.rondo-overlay .puzzle-mini-game-answer--specific .btn.btn-next {
  margin-top: auto;
}
.rondo-overlay .puzzle-mini-game-answer--correct .content__header {
  background: -webkit-linear-gradient(136deg, rgba(255, 255, 255, 0.1) 0%, rgba(0, 0, 0, 0.1) 100%) #22af3d;
  background: linear-gradient(-46deg, rgba(255, 255, 255, 0.1) 0%, rgba(0, 0, 0, 0.1) 100%) #22af3d;
}
.rondo-overlay .puzzle-mini-game-answer--wrong .content__header {
  background-image: -webkit-linear-gradient(136deg, rgba(255, 255, 255, 0.1) 0%, rgba(0, 0, 0, 0.1) 100%);
  background-image: linear-gradient(-46deg, rgba(255, 255, 255, 0.1) 0%, rgba(0, 0, 0, 0.1) 100%);
  background-color: #f15830;
}
.rondo-overlay .puzzle-mini-game-answer--timeout .content__header {
  background-image: -webkit-linear-gradient(136deg, rgba(255, 255, 255, 0.1) 0%, rgba(0, 0, 0, 0.1) 100%);
  background-image: linear-gradient(-46deg, rgba(255, 255, 255, 0.1) 0%, rgba(0, 0, 0, 0.1) 100%);
  background-color: #eeab21;
}
.rondo-overlay .puzzle-mini-game-answer--wrong .content__header, .rondo-overlay .puzzle-mini-game-answer--timeout .content__header {
  color: #fff;
}
.rondo-overlay .puzzle-mini-game-answer--wrong .content__header .title, .rondo-overlay .puzzle-mini-game-answer--wrong .content__header .subtitle, .rondo-overlay .puzzle-mini-game-answer--timeout .content__header .title, .rondo-overlay .puzzle-mini-game-answer--timeout .content__header .subtitle {
  color: #fff;
}
.rondo-overlay .puzzle-mini-game-answer--wrong .content__header .title, .rondo-overlay .puzzle-mini-game-answer--timeout .content__header .title {
  margin-bottom: 9px;
}
@media all and (max-width: 425px) {
  .rondo-overlay .puzzle-mini-game-answer--wrong .content__header .title, .rondo-overlay .puzzle-mini-game-answer--timeout .content__header .title {
    margin-top: 5px;
    font-size: 26px;
    font-weight: 600;
    line-height: 28px;
  }
}
@media all and (max-width: 375px) {
  .rondo-overlay .puzzle-mini-game-answer--wrong .content__header .title, .rondo-overlay .puzzle-mini-game-answer--timeout .content__header .title {
    font-size: 22px;
  }
}
.rondo-overlay .puzzle-mini-game-answer--wrong .content__header .subtitle, .rondo-overlay .puzzle-mini-game-answer--timeout .content__header .subtitle {
  margin: 0;
  line-height: 14px;
}
@media all and (max-width: 580px) {
  .rondo-overlay .puzzle-mini-game-answer--wrong .content__body .info-text .hidden-text, .rondo-overlay .puzzle-mini-game-answer--timeout .content__body .info-text .hidden-text {
    display: none;
  }
}
.rondo-overlay .puzzle-mini-game-answer--wrong .content__body .info-wrapper--tsp, .rondo-overlay .puzzle-mini-game-answer--timeout .content__body .info-wrapper--tsp {
  -webkit-justify-content: center;
          justify-content: center;
}
.rondo-overlay .puzzle-mini-game-answer--wrong .content__body .info-wrapper--tsp p, .rondo-overlay .puzzle-mini-game-answer--timeout .content__body .info-wrapper--tsp p {
  margin-top: 12px;
}
@media all and (max-width: 666px) {
  .rondo-overlay .puzzle-mini-game-answer--wrong .content__body .info-wrapper--tsp p, .rondo-overlay .puzzle-mini-game-answer--timeout .content__body .info-wrapper--tsp p {
    margin-top: 0;
  }
}
.rondo-overlay .puzzle-mini-game-answer--wrong .content__body .info-wrapper--tsp__reward .draw-prize.disabled, .rondo-overlay .puzzle-mini-game-answer--timeout .content__body .info-wrapper--tsp__reward .draw-prize.disabled {
  position: relative;
  height: 62px;
}
.rondo-overlay .puzzle-mini-game-answer--wrong .content__body .info-wrapper--tsp__reward .draw-prize.disabled .draw-prize__card-wrapper, .rondo-overlay .puzzle-mini-game-answer--timeout .content__body .info-wrapper--tsp__reward .draw-prize.disabled .draw-prize__card-wrapper {
  position: absolute;
  top: -53px;
  right: -103px;
  width: 330px;
  height: 168px;
  -webkit-transform: scale(0.37);
          transform: scale(0.37);
}
@media all and (max-width: 666px) {
  .rondo-overlay .puzzle-mini-game-answer--wrong .content__body .info-wrapper--tsp__reward h3, .rondo-overlay .puzzle-mini-game-answer--timeout .content__body .info-wrapper--tsp__reward h3 {
    -webkit-order: 2;
            order: 2;
    margin: 0;
    font-size: 13px;
  }
}
@media all and (max-width: 666px) {
  .rondo-overlay .puzzle-mini-game-answer--wrong .content__body .info-wrapper--tsp, .rondo-overlay .puzzle-mini-game-answer--timeout .content__body .info-wrapper--tsp {
    -webkit-flex-direction: column;
            flex-direction: column;
    -webkit-align-items: center;
            align-items: center;
  }
  .rondo-overlay .puzzle-mini-game-answer--wrong .content__body .info-wrapper--tsp__lives, .rondo-overlay .puzzle-mini-game-answer--wrong .content__body .info-wrapper--tsp__reward, .rondo-overlay .puzzle-mini-game-answer--timeout .content__body .info-wrapper--tsp__lives, .rondo-overlay .puzzle-mini-game-answer--timeout .content__body .info-wrapper--tsp__reward {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
            align-items: center;
  }
  .rondo-overlay .puzzle-mini-game-answer--wrong .content__body .info-wrapper--tsp__lives div, .rondo-overlay .puzzle-mini-game-answer--wrong .content__body .info-wrapper--tsp__reward div, .rondo-overlay .puzzle-mini-game-answer--timeout .content__body .info-wrapper--tsp__lives div, .rondo-overlay .puzzle-mini-game-answer--timeout .content__body .info-wrapper--tsp__reward div {
    -webkit-order: 2;
            order: 2;
    margin: 0;
  }
  .rondo-overlay .puzzle-mini-game-answer--wrong .content__body .info-wrapper--tsp__lives p, .rondo-overlay .puzzle-mini-game-answer--wrong .content__body .info-wrapper--tsp__reward p, .rondo-overlay .puzzle-mini-game-answer--timeout .content__body .info-wrapper--tsp__lives p, .rondo-overlay .puzzle-mini-game-answer--timeout .content__body .info-wrapper--tsp__reward p {
    -webkit-order: 1;
            order: 1;
  }
  .rondo-overlay .puzzle-mini-game-answer--wrong .content__body .info-wrapper--tsp__lives p, .rondo-overlay .puzzle-mini-game-answer--timeout .content__body .info-wrapper--tsp__lives p {
    margin-right: 40px;
  }
  .rondo-overlay .puzzle-mini-game-answer--wrong .content__body .info-wrapper--tsp__reward, .rondo-overlay .puzzle-mini-game-answer--timeout .content__body .info-wrapper--tsp__reward {
    margin-top: 22px;
    margin-left: 0;
    padding: 19px 0 0;
    border-top: 1px solid #f0f0f0;
    border-left: none;
  }
  .rondo-overlay .puzzle-mini-game-answer--wrong .content__body .info-wrapper--tsp__reward p, .rondo-overlay .puzzle-mini-game-answer--timeout .content__body .info-wrapper--tsp__reward p {
    margin-right: 27px;
  }
}
@media all and (max-width: 425px) {
  .rondo-overlay .puzzle-mini-game-answer--wrong .content__body .info-wrapper--tsp__reward p, .rondo-overlay .puzzle-mini-game-answer--wrong .content__body .info-wrapper--tsp__lives p, .rondo-overlay .puzzle-mini-game-answer--timeout .content__body .info-wrapper--tsp__reward p, .rondo-overlay .puzzle-mini-game-answer--timeout .content__body .info-wrapper--tsp__lives p {
    max-width: 80px;
    white-space: normal;
    text-align: left;
  }
}
@media all and (max-width: 360px) {
  .rondo-overlay .puzzle-mini-game-answer--wrong .content__body .info-wrapper--tsp__lives p, .rondo-overlay .puzzle-mini-game-answer--wrong .content__body .info-wrapper--tsp__reward p, .rondo-overlay .puzzle-mini-game-answer--timeout .content__body .info-wrapper--tsp__lives p, .rondo-overlay .puzzle-mini-game-answer--timeout .content__body .info-wrapper--tsp__reward p {
    margin-right: 15px;
  }
}
@media all and (max-width: 330px) {
  .rondo-overlay .puzzle-mini-game-answer--wrong .content__body .info-wrapper--tsp__lives p, .rondo-overlay .puzzle-mini-game-answer--timeout .content__body .info-wrapper--tsp__lives p {
    margin-right: 8px;
  }
}

.mini-game {
  --_clr-correct: hsl(90, 63%, 39%, 0.7);
  --_clr-incorrect: hsl(0, 100%, 60%, 0.7);
  position: relative;
}
.mini-game--word-hunter {
  padding: 0;
}
.mini-game--word-hunter .btn.btn-success {
  margin-top: 0 !important;
  margin-bottom: 3rem !important;
}
.mini-game .word-hunter, .mini-game .color-game, .mini-game .math-game {
  padding: 0 1rem;
}
.mini-game .word-hunter__header, .mini-game .color-game__header, .mini-game .math-game__header {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
          justify-content: space-between;
  -webkit-align-items: center;
          align-items: center;
}
.mini-game .word-hunter__title, .mini-game .color-game__title, .mini-game .math-game__title {
  margin: 0;
  font-size: 2rem;
  font-weight: 500;
  color: #000000;
  text-align: left;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.mini-game .word-hunter__title-rounds, .mini-game .color-game__title-rounds, .mini-game .math-game__title-rounds {
  color: #000000;
  font-weight: 600;
  font-size: 1.4rem;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 3rem;
}
.mini-game .word-hunter__subtitle, .mini-game .color-game__subtitle, .mini-game .math-game__subtitle {
  margin-bottom: 1rem;
  font-size: 1.3rem;
  font-weight: 400;
  line-height: 1.2rem;
  text-align: left;
}
.mini-game .word-hunter__btns, .mini-game .color-game__btns, .mini-game .math-game__btns {
  margin-bottom: 4rem;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
          justify-content: center;
  -webkit-align-items: center;
          align-items: center;
  -webkit-flex-direction: column;
          flex-direction: column;
}
.mini-game .word-hunter__btns--row, .mini-game .color-game__btns--row, .mini-game .math-game__btns--row {
  -webkit-flex-direction: row;
          flex-direction: row;
}
.mini-game .word-hunter__btns--row * + *, .mini-game .color-game__btns--row * + *, .mini-game .math-game__btns--row * + * {
  margin-left: 2rem;
}
@media (max-width: 550px) {
  .mini-game .word-hunter__btns--row * + *, .mini-game .color-game__btns--row * + *, .mini-game .math-game__btns--row * + * {
    margin-left: 0;
  }
}
@media (max-width: 550px) {
  .mini-game .word-hunter__btns--row, .mini-game .color-game__btns--row, .mini-game .math-game__btns--row {
    -webkit-flex-direction: column;
            flex-direction: column;
  }
}
.mini-game .word-hunter__btn, .mini-game .color-game__btn, .mini-game .math-game__btn {
  width: 100%;
  position: relative;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
  margin-top: 1.6rem;
  padding: 8px;
  background-color: #FFFFFF;
  border: 1px solid #F0F0F0;
  border-radius: 2.2rem;
  -webkit-transition: background-color 0.2s ease;
  transition: background-color 0.2s ease;
}
.mini-game .word-hunter__btn.correct, .mini-game .color-game__btn.correct, .mini-game .math-game__btn.correct {
  background-color: hsla(90deg, 63%, 39%, 0.7);
  -webkit-transition: background-color 1s;
  transition: background-color 1s;
  -webkit-animation: correct-answer 2.5s;
          animation: correct-answer 2.5s;
}
.mini-game .word-hunter__btn.incorrect, .mini-game .color-game__btn.incorrect, .mini-game .math-game__btn.incorrect {
  background-color: hsla(0deg, 100%, 60%, 0.7);
  -webkit-transition: background-color 1s;
  transition: background-color 1s;
  -webkit-animation: not-correct-answer 2.5s;
          animation: not-correct-answer 2.5s;
}
.mini-game .word-hunter__btn-label-wrapper, .mini-game .color-game__btn-label-wrapper, .mini-game .math-game__btn-label-wrapper {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
  -webkit-justify-content: center;
          justify-content: center;
  width: 2.8rem;
  height: 2.8rem;
  background-color: #F3F3F3;
  border-radius: 50%;
  border: 2px solid transparent;
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
}
.mini-game .word-hunter__btn-label, .mini-game .color-game__btn-label, .mini-game .math-game__btn-label {
  text-transform: uppercase;
  font-size: 1.6rem;
  font-weight: 600;
  color: #1D1D1D;
}
.mini-game .word-hunter__btn-text-wrapper, .mini-game .color-game__btn-text-wrapper, .mini-game .math-game__btn-text-wrapper {
  margin-left: 1.2rem;
}
.mini-game .word-hunter__btn-text, .mini-game .color-game__btn-text, .mini-game .math-game__btn-text {
  line-height: 1.5rem;
  text-align: left;
  font-size: 1.4rem;
  font-weight: 500;
  color: #000000;
}
.mini-game .shell-game, .mini-game .pexeso {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
          justify-content: center;
  -webkit-align-items: center;
          align-items: center;
  -webkit-flex-direction: column;
          flex-direction: column;
  position: relative;
}
.mini-game .shell-game .flipped .shell-game__back-side,
.mini-game .shell-game .flipped .pexeso__back-side,
.mini-game .shell-game .match .shell-game__back-side,
.mini-game .shell-game .match .pexeso__back-side, .mini-game .pexeso .flipped .shell-game__back-side,
.mini-game .pexeso .flipped .pexeso__back-side,
.mini-game .pexeso .match .shell-game__back-side,
.mini-game .pexeso .match .pexeso__back-side {
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
}
.mini-game .shell-game .flipped .shell-game__front-side,
.mini-game .shell-game .flipped .pexeso__front-side,
.mini-game .shell-game .match .shell-game__front-side,
.mini-game .shell-game .match .pexeso__front-side, .mini-game .pexeso .flipped .shell-game__front-side,
.mini-game .pexeso .flipped .pexeso__front-side,
.mini-game .pexeso .match .shell-game__front-side,
.mini-game .pexeso .match .pexeso__front-side {
  -webkit-transform: rotateY(360deg);
          transform: rotateY(360deg);
}
.mini-game .shell-game__notification-container, .mini-game .pexeso__notification-container {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: 0;
}
.mini-game .shell-game__notification-container p, .mini-game .pexeso__notification-container p {
  margin: 0 !important;
}
.mini-game .shell-game__back-side, .mini-game .shell-game__front-side, .mini-game .pexeso__back-side, .mini-game .pexeso__front-side {
  -webkit-transition: -webkit-transform 400ms;
  transition: -webkit-transform 400ms;
  transition: transform 400ms;
  transition: transform 400ms, -webkit-transform 400ms;
  border-radius: 1rem;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
          justify-content: center;
  -webkit-align-items: center;
          align-items: center;
  -webkit-perspective: 900000px;
          perspective: 900000px;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.mini-game .shell-game__front-side, .mini-game .pexeso__front-side {
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
  background-color: #FFFFFF;
}
@media (max-width: 550px) {
  .mini-game .color-game__header {
    -webkit-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-align-items: start;
            align-items: start;
  }
}
.mini-game .color-game__title {
  font-size: 1.7rem;
}
@media (max-width: 550px) {
  .mini-game .color-game__title {
    font-size: 2rem;
  }
}
@media (max-width: 550px) {
  .mini-game .color-game__title-rounds {
    margin-bottom: 1rem;
  }
}
.mini-game .color-game__main {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
  gap: 3rem;
  margin-bottom: 7rem;
}
@media (max-width: 550px) {
  .mini-game .color-game__main {
    -webkit-justify-content: center;
            justify-content: center;
    -webkit-flex-direction: column;
            flex-direction: column;
    gap: 6rem;
  }
}
.mini-game .color-game__card-container {
  position: relative;
  -webkit-flex: 1;
          flex: 1;
}
@media (max-width: 550px) {
  .mini-game .color-game__card-container {
    width: 100%;
  }
}
.mini-game .color-game__card {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
  -webkit-justify-content: center;
          justify-content: center;
  height: 8rem;
  font-size: 2.8rem;
  font-weight: 800;
  line-height: 1;
  text-transform: uppercase;
  border-radius: 1rem;
  white-space: nowrap;
}
@media (max-width: 550px) {
  .mini-game .color-game__card {
    width: 100%;
    height: 7rem;
  }
}
.mini-game .color-game__card--note {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
          justify-content: center;
  -webkit-align-items: center;
          align-items: center;
  bottom: -3.5rem;
  color: #FFFFFF;
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 2px;
  font-size: 1.1rem;
  height: 2.3rem;
  padding: 0 1rem;
  white-space: nowrap;
}
.mini-game .color-game__card--note::before {
  content: "";
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-100%);
          transform: translateX(-50%) translateY(-100%);
  top: 0;
  border: 0.4rem solid transparent;
  border-bottom-color: rgba(0, 0, 0, 0.5);
}
.mini-game .color-game__card--red {
  color: rgb(252, 49, 49);
  background-color: rgba(252, 49, 49, 0.1);
}
.mini-game .color-game__card--blue {
  color: rgb(49, 134, 252);
  background-color: rgba(49, 134, 252, 0.1);
}
.mini-game .color-game__card--green {
  color: rgb(38, 163, 0);
  background-color: rgba(38, 163, 0, 0.1);
}
.mini-game .color-game__card--black {
  color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.1);
}
.mini-game .color-game__card--yellow {
  color: rgb(255, 218, 51);
  background-color: rgba(255, 218, 51, 0.1);
}
.mini-game .color-game__card--pink {
  color: rgb(253, 93, 165);
  background-color: rgba(253, 93, 165, 0.1);
}
.mini-game .color-game__card--purple {
  color: rgb(113, 53, 156);
  background-color: rgba(113, 53, 156, 0.1);
}
.mini-game .color-game__card--orange {
  color: rgb(255, 123, 0);
  background-color: rgba(255, 123, 0, 0.1);
}
.mini-game .color-game__card:lang(hu) {
  font-size: 2.4rem;
}
.mini-game .shell-game {
  width: 100%;
  height: 25rem;
}
.mini-game .shell-game__container {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
  -webkit-justify-content: center;
          justify-content: center;
  gap: 4rem;
  width: 60%;
  position: relative;
}
@media (max-width: 600px) {
  .mini-game .shell-game__container {
    width: 70%;
  }
}
.mini-game .shell-game__container--disabled {
  pointer-events: none;
  cursor: default;
}
.mini-game .shell-game__card {
  position: relative;
  cursor: pointer;
  -webkit-transition: all 1000ms;
  transition: all 1000ms;
  height: 8rem;
  width: 8rem;
  -webkit-perspective: 900000px;
          perspective: 900000px;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
@media (max-width: 525px) {
  .mini-game .shell-game__card {
    height: 7rem;
    width: 7rem;
  }
}
@media (max-width: 415px) {
  .mini-game .shell-game__card {
    height: 6rem;
    width: 6rem;
  }
}
.mini-game .shell-game__rounds {
  font-weight: 600;
  color: black;
  font-size: 1.4rem;
  text-align: center;
}
.mini-game .shell-game__back-side {
  z-index: 1;
  background: #FF8927;
}
.mini-game .shell-game__back-side--icon {
  background: url("/assets/img/logo-rondo-orange.svg");
  background-size: contain;
  opacity: 0.9;
  height: 4rem;
  width: 4rem;
}
@media (max-width: 480px) {
  .mini-game .shell-game__back-side--icon {
    height: 4rem;
    width: 4rem;
  }
}
.mini-game .shell-game__front-side {
  padding: 1.5rem;
}
.mini-game .shell-game__desc {
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-4.3rem);
          transform: translateX(-50%) translateY(-4.3rem);
}
.mini-game .shell-game .left,
.mini-game .shell-game .middle,
.mini-game .shell-game .right {
  position: absolute;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.mini-game .shell-game .left {
  left: 0;
}
.mini-game .shell-game .middle {
  left: 50%;
}
.mini-game .shell-game .right {
  left: 100%;
}
.mini-game .word-hunter {
  padding: 0;
}
.mini-game .word-hunter__main {
  background-color: #fbfbfb;
  border-bottom: 1px solid #f0f0f0;
  text-align: justify;
  padding: 3.2rem;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
          flex-direction: column;
  -webkit-align-items: center;
          align-items: center;
  gap: 1.5rem;
}
@media (max-width: 600px) {
  .mini-game .word-hunter__main {
    padding: 1.6rem;
  }
}
.mini-game .word-hunter__main p {
  margin: 0;
  line-height: 1.6;
  color: #000;
  font-size: 1.5rem;
}
@media (max-width: 600px) {
  .mini-game .word-hunter__main p {
    font-size: 1.3rem;
  }
}
.mini-game .word-hunter__footer {
  padding: 3.2rem;
}
@media (max-width: 600px) {
  .mini-game .word-hunter__footer {
    padding: 1.6rem;
  }
}
.mini-game .word-hunter__footer > p {
  line-height: 1.4;
  text-align: left;
  font-size: 1.5rem;
  font-weight: 500;
  color: #000000;
  margin: 0 0 2.2rem;
}
@media (max-width: 600px) {
  .mini-game .word-hunter__footer > p {
    margin: 0 0 1.6rem;
  }
}
.mini-game .word-hunter__btns {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.6rem;
  margin: 0;
}
@media (max-width: 480px) {
  .mini-game .word-hunter__btns {
    grid-template-columns: repeat(1, 1fr);
  }
}
.mini-game .word-hunter__btn {
  margin: 0;
  -webkit-transition: all 500ms;
  transition: all 500ms;
}
@media (hover: hover) {
  .mini-game .word-hunter__btn:not(:disabled):hover {
    cursor: pointer;
    box-shadow: 0 2px 8px #e6e6e6;
    border: 1px solid rgba(0, 0, 0, 0);
  }
}
.mini-game .word-hunter__btn .word-hunter__btn-label-wrapper {
  -webkit-transition: all 500ms;
  transition: all 500ms;
  background-color: #f3f3f3;
  border: 2px solid rgba(0, 0, 0, 0);
  color: #1d1d1d;
}
@media (hover: hover) {
  .mini-game .word-hunter__btn:hover:not(:disabled) .word-hunter__btn-label-wrapper {
    color: #65a325;
    background: rgba(0, 0, 0, 0);
    border: 2px solid #65a325;
  }
}
.mini-game .word-hunter__btn .word-hunter__btn-label {
  color: inherit;
}
@-webkit-keyframes correct-answer {
  0%, 20%, 40% {
    background-color: rgba(99, 162, 37, 0.7);
  }
  10%, 30% {
    background-color: rgba(99, 162, 37, 0.4);
  }
}
@keyframes correct-answer {
  0%, 20%, 40% {
    background-color: rgba(99, 162, 37, 0.7);
  }
  10%, 30% {
    background-color: rgba(99, 162, 37, 0.4);
  }
}
@-webkit-keyframes not-correct-answer {
  0%, 20%, 40% {
    background-color: hsla(0deg, 100%, 60%, 0.7);
  }
  10%, 30% {
    background-color: hsla(0deg, 100%, 60%, 0.4);
  }
}
@keyframes not-correct-answer {
  0%, 20%, 40% {
    background-color: hsla(0deg, 100%, 60%, 0.7);
  }
  10%, 30% {
    background-color: hsla(0deg, 100%, 60%, 0.4);
  }
}
.rondo-overlay .auser-register-popup .content__header h1.title {
  margin: 0 0 16px;
}
.rondo-overlay .auser-register-popup .content__body h3 {
  margin: 20px 0 8px;
}
.rondo-overlay .auser-register-popup .content__body .info-text {
  font-size: 13px;
  line-height: 21px;
  color: #414141;
}
@media all and (max-width: 767px) {
  .rondo-overlay .auser-register-popup .content__body .info-text {
    font-size: 12px;
  }
}
.rondo-overlay .auser-register-popup .content__body .cta-buttons {
  margin-top: 20px;
  padding: 0;
}
.rondo-overlay .auser-register-popup .content__body .cta-buttons.flex-column .btn-next--lg {
  min-width: 35rem;
  max-width: 100%;
}
@media all and (max-width: 550px) {
  .rondo-overlay .auser-register-popup .content__body .cta-buttons.flex-column .btn-next--lg {
    width: 100%;
    min-width: 100%;
  }
}
@media all and (max-width: 400px) {
  .rondo-overlay .auser-register-popup .content__body .cta-buttons.flex-column .btn-next--lg:lang(cs), .rondo-overlay .auser-register-popup .content__body .cta-buttons.flex-column .btn-next--lg:lang(sk) {
    font-size: 1.3rem;
  }
}
@media all and (max-width: 350px) {
  .rondo-overlay .auser-register-popup .content__body .cta-buttons.flex-column .btn-next--lg:lang(cs), .rondo-overlay .auser-register-popup .content__body .cta-buttons.flex-column .btn-next--lg:lang(sk) {
    font-size: 1.2rem;
  }
}
@media all and (max-width: 320px) {
  .rondo-overlay .auser-register-popup .content__body .cta-buttons.flex-column .btn-next--lg:lang(cs), .rondo-overlay .auser-register-popup .content__body .cta-buttons.flex-column .btn-next--lg:lang(sk) {
    font-size: 1.15rem;
  }
}
.rondo-overlay .auser-register-popup .content__body .btn-next {
  min-width: 240px;
  line-height: 1.25;
}
@media all and (max-width: 480px) {
  .rondo-overlay .auser-register-popup .content__body .btn-next {
    padding: 14px 10px;
    line-height: 1;
  }
}
@media all and (max-width: 414px) {
  .rondo-overlay .auser-register-popup .content__body .btn-next {
    width: 100%;
  }
}
.rondo-overlay .auser-register-popup .content__body .btn-next .btn-next {
  min-width: 240px;
  line-height: 1.25;
}
@media all and (max-width: 525px) {
  .rondo-overlay .auser-register-popup .content__body .btn-next .btn-next {
    width: 100%;
  }
}
.rondo-overlay .auser-register-popup .content__body .btn-next--lg:lang(hu) {
  width: 100%;
}
.rondo-overlay .auser-register-popup .content__body .inner-block {
  background-color: #fbfbfb;
}
@media all and (max-width: 480px) {
  .rondo-overlay .auser-register-popup .content__body .inner-block h3 {
    margin-top: 10px;
  }
}
.rondo-overlay .auser-register-popup .content__body .inner-block .btn-email {
  display: block;
  margin-top: 27px;
}
@media all and (max-width: 480px) {
  .rondo-overlay .auser-register-popup .content__body .inner-block .btn-email {
    margin-top: 25px;
    font-size: 12px;
    font-weight: 400;
  }
}
.rondo-overlay .auser-register-popup .content__body .inner-block .row {
  max-width: 100%;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
          justify-content: space-between;
  margin: 0 auto;
}
@media all and (max-width: 565px) {
  .rondo-overlay .auser-register-popup .content__body .inner-block .row {
    -webkit-flex-direction: column;
            flex-direction: column;
  }
}
.rondo-overlay .auser-register-popup .content__body .inner-block .row div {
  min-width: -webkit-calc(50% - 5px);
  min-width: calc(50% - 5px);
  padding: 0;
}
.rondo-overlay .auser-register-popup .content__body .inner-block .row div:first-child {
  margin-right: 5px;
}
@media all and (max-width: 565px) {
  .rondo-overlay .auser-register-popup .content__body .inner-block .row div:first-child {
    margin-right: 0;
  }
}
.rondo-overlay .auser-register-popup .content__body .inner-block .row div:last-child {
  margin-left: 5px;
}
@media all and (max-width: 565px) {
  .rondo-overlay .auser-register-popup .content__body .inner-block .row div:last-child {
    margin-left: 0;
  }
}
@media all and (max-width: 565px) {
  .rondo-overlay .auser-register-popup .content__body .inner-block .row div {
    min-width: 100%;
  }
}
.rondo-overlay .auser-register-popup .content__body .inner-block .row div a {
  width: 100%;
}
.rondo-overlay .auser-register-popup .content__body .inner-block .row--lg:lang(hu) {
  width: 100%;
}

.fullbox.show .fullbox-promo.fullbox-promo--active .fullbox-promo__bar {
  -webkit-animation: shakeVertical 0.8s cubic-bezier(0.455, 0.03, 0.515, 0.955) both;
          animation: shakeVertical 0.8s cubic-bezier(0.455, 0.03, 0.515, 0.955) both;
}
.fullbox.show .fullbox-promo.fullbox-promo--active .fullbox-promo__bar .btn-primary {
  -webkit-animation: btnPulsePrimary 2s infinite ease-out;
          animation: btnPulsePrimary 2s infinite ease-out;
}
.fullbox.show .fullbox-promo:not(.fullbox-promo--active) .offers .container__slider-item-wrapper:not(.faded) .slider-link .btn-success:not(.successfull) {
  -webkit-animation: btnPulseSuccess 2s infinite ease-out;
          animation: btnPulseSuccess 2s infinite ease-out;
}
@media all and (min-width: 767.001px) {
  .fullbox.show .fullbox-promo:not(.fullbox-promo--active) .fullbox-promo__tooltip-wrapper {
    -webkit-animation: shake-horizontal 4s infinite 4s;
            animation: shake-horizontal 4s infinite 4s;
  }
}
.fullbox.show .fullbox-promo .fullbox-promo__header .header-title {
  -webkit-animation: fadeIn 0.4s ease-out 0.3s 1 forwards;
          animation: fadeIn 0.4s ease-out 0.3s 1 forwards;
}
.fullbox.show .fullbox-promo .fullbox-promo__header .header-image .header-image__main {
  -webkit-animation: bounceIn 0.4s linear 0.4s 1 forwards;
          animation: bounceIn 0.4s linear 0.4s 1 forwards;
}
@media all and (max-width: 992px) {
  .fullbox.show .fullbox-promo .fullbox-promo__header .header-image .header-image__particles .particles.particles--desktop {
    display: none;
  }
}
@media all and (max-width: 767px), all and (min-width: 992.001px) {
  .fullbox.show .fullbox-promo .fullbox-promo__header .header-image .header-image__particles .particles.particles--tablet {
    display: none;
  }
}
@media all and (min-width: 767.001px) {
  .fullbox.show .fullbox-promo .fullbox-promo__header .header-image .header-image__particles .particles.particles--mobile {
    display: none;
  }
}
.fullbox.show .fullbox-promo .fullbox-promo__header .header-image .header-image__particles svg path:nth-child(4n) {
  -webkit-animation: fadeIn 0.9s ease-out 0.5s 1 forwards;
          animation: fadeIn 0.9s ease-out 0.5s 1 forwards;
}
.fullbox.show .fullbox-promo .fullbox-promo__header .header-image .header-image__particles svg path:nth-child(4n+1) {
  -webkit-animation: fadeIn 0.7s ease-out 0.7s 1 forwards;
          animation: fadeIn 0.7s ease-out 0.7s 1 forwards;
}
.fullbox.show .fullbox-promo .fullbox-promo__header .header-image .header-image__particles svg path:nth-child(4n+2) {
  -webkit-animation: fadeIn 0.5s ease-out 0.9s 1 forwards;
          animation: fadeIn 0.5s ease-out 0.9s 1 forwards;
}
.fullbox.show .fullbox-promo .fullbox-promo__header .header-image .header-image__particles svg path:nth-child(4n+3) {
  -webkit-animation: fadeIn 0.3s ease-out 1.1s 1 forwards;
          animation: fadeIn 0.3s ease-out 1.1s 1 forwards;
}
.fullbox.show .fullbox-promo .fullbox-promo__header,
.fullbox.show .fullbox-promo .fullbox-promo__text,
.fullbox.show .fullbox-promo .fullbox-promo__body,
.fullbox.show .fullbox-promo .fullbox-promo__tooltip-wrapper {
  opacity: 1;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}
.fullbox.show .fullbox-promo .fullbox-promo__bar-wrapper {
  opacity: 1;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}
.fullbox.show .fullbox-promo .fullbox-promo__footer {
  opacity: 1;
}

.fullbox-promo {
  position: relative;
  width: 100%;
  height: 100%;
}
.fullbox-promo .btn.successfull {
  position: relative;
}
.fullbox-promo .btn.successfull:before, .fullbox-promo .btn.successfull:after {
  opacity: 0;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: "";
}
.fullbox-promo .btn.successfull:before {
  background-color: inherit;
  border-radius: inherit;
  -webkit-animation: fadeIn 0.2s ease-out 0s 1 forwards;
          animation: fadeIn 0.2s ease-out 0s 1 forwards;
}
.fullbox-promo .btn.successfull:after {
  background: transparent url("/assets/img/icon-check-white.svg") no-repeat center;
  -webkit-animation: bounceIn 0.4s ease-out 0.2s 1 forwards;
          animation: bounceIn 0.4s ease-out 0.2s 1 forwards;
}
.fullbox-promo .fullbox-promo__content {
  height: 100%;
}
.fullbox-promo .fullbox-promo__content-wrapper {
  position: relative;
  max-width: 1310px;
  margin: 0 auto;
  padding: 0 15px;
}
.fullbox-promo .fullbox-promo__header,
.fullbox-promo .fullbox-promo__text,
.fullbox-promo .fullbox-promo__body,
.fullbox-promo .fullbox-promo__tooltip-wrapper {
  opacity: 0;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  -webkit-transform: translate(0, 150px);
          transform: translate(0, 150px);
}
.fullbox-promo .fullbox-promo__header {
  position: relative;
  width: 100%;
  margin-top: 80px;
  padding: 90px 64px 64px;
  color: #373b43;
  border-radius: 8px;
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}
@media all and (max-width: 992px) {
  .fullbox-promo .fullbox-promo__header {
    margin-top: 45px;
    padding: 84px 40px 65px;
  }
}
@media all and (max-width: 767px) {
  .fullbox-promo .fullbox-promo__header {
    padding: 32px 30px 28px;
  }
}
.fullbox-promo .fullbox-promo__header.fullbox-promo__header--purple {
  color: #fff;
  background-image: -webkit-linear-gradient(132deg, #9747ae 0%, #853c9b 58%, #712587 100%);
  background-image: linear-gradient(-42deg, #9747ae 0%, #853c9b 58%, #712587 100%);
}
.fullbox-promo .fullbox-promo__header + .fullbox-promo__text {
  margin: 76px 0 30px;
}
@media all and (max-width: 767px) {
  .fullbox-promo .fullbox-promo__header + .fullbox-promo__text {
    margin: 30px 0 25px;
  }
}
.fullbox-promo .fullbox-promo__header .header-title {
  opacity: 0;
  position: relative;
  z-index: 2;
  color: inherit;
}
@media all and (max-width: 767px) {
  .fullbox-promo .fullbox-promo__header .header-title {
    text-align: center;
  }
}
.fullbox-promo .fullbox-promo__header .header-title .header-title__small {
  margin-top: 11px;
  font-size: 28px;
  font-weight: 300;
  line-height: 1.2;
  letter-spacing: -0.0057142857em;
}
@media all and (max-width: 992px) {
  .fullbox-promo .fullbox-promo__header .header-title .header-title__small {
    margin-top: 9px;
    font-size: 22px;
  }
}
@media all and (max-width: 767px) {
  .fullbox-promo .fullbox-promo__header .header-title .header-title__small {
    margin-top: 0;
    font-size: 20px;
  }
}
.fullbox-promo .fullbox-promo__header .header-title .header-title__main {
  margin: 10px 0 -10px;
  font-size: 100px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: normal;
}
@media all and (max-width: 1060px) {
  .fullbox-promo .fullbox-promo__header .header-title .header-title__main {
    font-size: 75px;
  }
}
@media all and (max-width: 767px) {
  .fullbox-promo .fullbox-promo__header .header-title .header-title__main {
    font-size: 60px;
  }
}
@media all and (max-width: 535px) {
  .fullbox-promo .fullbox-promo__header .header-title .header-title__main {
    margin-top: 0;
    font-size: 32px;
    line-height: 52px;
    letter-spacing: -0.53px;
  }
}
.fullbox-promo .fullbox-promo__header .header-title .header-title__main small {
  margin-left: 0.25em;
  font-size: 38px;
  font-weight: 500;
  letter-spacing: -0.0057894737em;
}
@media all and (max-width: 1060px) {
  .fullbox-promo .fullbox-promo__header .header-title .header-title__main small {
    font-size: 26px;
  }
}
@media all and (max-width: 767px) {
  .fullbox-promo .fullbox-promo__header .header-title .header-title__main small {
    font-size: 20px;
  }
}
.fullbox-promo .fullbox-promo__header .header-image {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  pointer-events: none;
}
@media all and (max-width: 767px) {
  .fullbox-promo .fullbox-promo__header .header-image {
    position: relative;
    text-align: center;
  }
}
.fullbox-promo .fullbox-promo__header .header-image .header-image__main {
  opacity: 0;
  position: absolute;
  right: 120px;
  bottom: 0;
  z-index: 1;
  width: auto;
  height: 356px;
  max-width: 100%;
}
@media all and (max-width: 992px) {
  .fullbox-promo .fullbox-promo__header .header-image .header-image__main {
    right: 26px;
    bottom: 6px;
    height: 288px;
  }
}
@media all and (max-width: 767px) {
  .fullbox-promo .fullbox-promo__header .header-image .header-image__main {
    position: relative;
    right: 0;
    bottom: 0;
    height: 100%;
    max-width: 100%;
    max-height: 226px;
    display: inline-block;
    margin: -16px auto 5px;
  }
}
.fullbox-promo .fullbox-promo__header .header-image .header-image__particles svg {
  position: absolute;
  top: -64px;
  right: -44px;
}
@media all and (max-width: 992px) {
  .fullbox-promo .fullbox-promo__header .header-image .header-image__particles svg {
    top: -26px;
    right: 4px;
  }
}
@media all and (max-width: 767px) {
  .fullbox-promo .fullbox-promo__header .header-image .header-image__particles svg {
    top: -6px;
    left: -webkit-calc(50% - 5px);
    left: calc(50% - 5px);
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
.fullbox-promo .fullbox-promo__header .header-image .header-image__particles svg path {
  opacity: 0;
}
.fullbox-promo .fullbox-promo__text {
  padding: 0 15px;
  text-align: left;
  color: #373b43;
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}
@media all and (max-width: 767px) {
  .fullbox-promo .fullbox-promo__text {
    padding: 0;
  }
}
.fullbox-promo .fullbox-promo__text h1,
.fullbox-promo .fullbox-promo__text p {
  width: 100%;
  max-width: 765px;
  text-align: inherit;
}
.fullbox-promo .fullbox-promo__text h1 {
  margin: 0;
  font-size: 31px;
  font-weight: 600;
  line-height: 1.2258064516;
}
@media all and (max-width: 767px) {
  .fullbox-promo .fullbox-promo__text h1 {
    font-size: 22px;
  }
}
.fullbox-promo .fullbox-promo__text h1 + p {
  margin-top: 15px;
}
.fullbox-promo .fullbox-promo__text p {
  margin: 0;
  font-size: 17px;
  font-weight: 300;
  line-height: 25/17;
  color: #555c6d;
}
@media all and (max-width: 767px) {
  .fullbox-promo .fullbox-promo__text p {
    font-size: 14px;
  }
}
.fullbox-promo .fullbox-promo__body {
  padding-bottom: 0;
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
}
@media all and (max-width: 767px) {
  .fullbox-promo .fullbox-promo__body {
    margin-right: -15px;
    margin-left: -15px;
  }
}
.fullbox-promo .fullbox-promo__bar {
  display: -webkit-flex;
  display: flex;
  padding: 20px;
  background-color: #fff;
  box-shadow: 0 4px 12px #c0c0c0;
  border-radius: 4px;
}
@media all and (min-width: 767.001px) {
  .fullbox-promo .fullbox-promo__bar {
    -webkit-align-items: center;
            align-items: center;
  }
}
@media all and (max-width: 767px) {
  .fullbox-promo .fullbox-promo__bar {
    -webkit-flex-direction: column;
            flex-direction: column;
    padding: 15px;
  }
}
.fullbox-promo .fullbox-promo__bar-wrapper {
  opacity: 0;
  position: absolute;
  bottom: 25px;
  left: 50%;
  z-index: 3;
  width: -webkit-calc(100% - 30px);
  width: calc(100% - 30px);
  max-width: 1310px;
  -webkit-transition: opacity 0.4s ease-out, -webkit-transform 0.4s ease-out;
  transition: opacity 0.4s ease-out, -webkit-transform 0.4s ease-out;
  transition: transform 0.4s ease-out, opacity 0.4s ease-out;
  transition: transform 0.4s ease-out, opacity 0.4s ease-out, -webkit-transform 0.4s ease-out;
  -webkit-transition-delay: 1.4s;
          transition-delay: 1.4s;
  -webkit-transform: translate(-50%, 150px);
          transform: translate(-50%, 150px);
}
@media all and (max-width: 480px) {
  .fullbox-promo .fullbox-promo__bar-wrapper {
    bottom: 0;
    width: 100%;
  }
}
.fullbox-promo .fullbox-promo__bar-content {
  color: hsl(221deg, 10%, 31%);
}
.fullbox-promo .fullbox-promo__bar-content .content-image {
  width: auto;
  max-height: 42px;
  display: inline-block;
  padding-right: 20px;
}
.fullbox-promo .fullbox-promo__bar-content .emoji {
  display: inline-block;
  margin-right: 20px;
}
@media all and (max-width: 767px) {
  .fullbox-promo .fullbox-promo__bar-content .emoji {
    margin-right: 5px;
  }
}
.fullbox-promo .fullbox-promo__bar-button {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
  margin-left: auto;
  padding-left: 20px;
}
@media all and (max-width: 767px) {
  .fullbox-promo .fullbox-promo__bar-button {
    margin-top: 15px;
  }
}
@media all and (min-width: 992.001px) {
  .fullbox-promo .fullbox-promo__bar-button .btn:not(.btn-link) {
    min-width: 300px;
  }
}
.fullbox-promo .fullbox-promo__tooltip {
  position: absolute;
  padding: 20px;
  background-color: #fff;
  border-radius: 4px;
}
.fullbox-promo .fullbox-promo__tooltip:before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  content: "";
  display: block;
  box-shadow: 0 3px 12px #dedfe3;
  border-radius: inherit;
  pointer-events: none;
}
@media all and (min-width: 767.001px) {
  .fullbox-promo .fullbox-promo__tooltip {
    bottom: 40px;
    left: -webkit-calc(40% + 20px);
    left: calc(40% + 20px);
    max-width: -webkit-calc(60% - 20px);
    max-width: calc(60% - 20px);
  }
}
@media all and (min-width: 767.001px) and (max-width: 1199px) {
  .fullbox-promo .fullbox-promo__tooltip {
    left: -webkit-calc(50% + 20px);
    left: calc(50% + 20px);
    max-width: -webkit-calc(50% - 20px);
    max-width: calc(50% - 20px);
  }
}
@media all and (min-width: 767.001px) and (max-width: 992px) {
  .fullbox-promo .fullbox-promo__tooltip {
    left: -webkit-calc(33.3333333333% + 20px);
    left: calc(33.3333333333% + 20px);
    max-width: -webkit-calc(66.6666666667% - 20px);
    max-width: calc(66.6666666667% - 20px);
  }
}
@media all and (max-width: 767px) {
  .fullbox-promo .fullbox-promo__tooltip {
    position: relative;
    margin: 10px -15px 0;
  }
}
@media all and (max-width: 480px) {
  .fullbox-promo .fullbox-promo__tooltip {
    margin-top: 25px;
  }
}
.fullbox-promo .fullbox-promo__tooltip-wrapper {
  -webkit-transition-delay: 1.4s;
          transition-delay: 1.4s;
}
.fullbox-promo .fullbox-promo__tooltip-arrow {
  pointer-events: none;
}
.fullbox-promo .fullbox-promo__tooltip-arrow:before, .fullbox-promo .fullbox-promo__tooltip-arrow:after {
  position: absolute;
  top: -webkit-calc(50% + 3px);
  top: calc(50% + 3px);
  left: -10px;
  width: 20px;
  height: 20px;
  content: "";
  display: block;
  -webkit-transform: rotate(45deg) translate(-50%, -50%);
          transform: rotate(45deg) translate(-50%, -50%);
  -webkit-transform-origin: center;
          transform-origin: center;
}
@media all and (max-width: 767px) {
  .fullbox-promo .fullbox-promo__tooltip-arrow:before, .fullbox-promo .fullbox-promo__tooltip-arrow:after {
    top: 4px;
    left: 25%;
  }
}
@media all and (max-width: 480px) {
  .fullbox-promo .fullbox-promo__tooltip-arrow:before, .fullbox-promo .fullbox-promo__tooltip-arrow:after {
    left: 50%;
  }
}
.fullbox-promo .fullbox-promo__tooltip-arrow:before {
  z-index: -1;
  box-shadow: 0 3px 12px #dedfe3;
}
.fullbox-promo .fullbox-promo__tooltip-arrow:after {
  background-color: #fff;
}
.fullbox-promo .fullbox-promo__tooltip-content {
  font-size: 17px;
  font-weight: 300;
}
.fullbox-promo .fullbox-promo__tooltip-content strong {
  font-weight: 600 !important;
}
.fullbox-promo .fullbox-promo__tooltip-button {
  display: -webkit-flex;
  display: flex;
  margin-top: 15px;
}
@media all and (min-width: 767.001px) {
  .fullbox-promo .fullbox-promo__tooltip-button {
    display: none;
  }
}
.fullbox-promo .fullbox-promo__tooltip-button .btn:only-child {
  margin-left: auto;
}
.fullbox-promo .fullbox-promo__footer {
  opacity: 0;
  margin-bottom: 10px;
  text-align: center;
  color: hsl(221deg, 10%, 31%);
  -webkit-transition: all 0.8s ease-out;
  transition: all 0.8s ease-out;
  -webkit-transition-delay: 1.8s;
          transition-delay: 1.8s;
}
@media all and (max-width: 767px) {
  .fullbox-promo .fullbox-promo__footer {
    display: none;
  }
}
.fullbox-promo .fullbox-promo__footer .icon--close {
  position: relative;
  width: 1em;
  height: 1em;
  display: inline;
  margin-right: 1em;
}
.fullbox-promo .fullbox-promo__footer .icon--close:before, .fullbox-promo .fullbox-promo__footer .icon--close:after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 1.1em;
  height: 2px;
  content: "";
  background-color: hsl(221deg, 10%, 31%);
  -webkit-transform-origin: center;
          transform-origin: center;
}
.fullbox-promo .fullbox-promo__footer .icon--close:before {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}
.fullbox-promo .fullbox-promo__footer .icon--close:after {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}
.fullbox-promo .custom-scroll .inner-container .content-wrapper {
  height: auto;
}

@media all and (max-width: 480px) {
  #fullbox-offer .fullbox-promo .fullbox-promo__header {
    padding-top: 25px;
    padding-bottom: 20px;
  }
}
@media all and (max-width: 480px) {
  #fullbox-offer .fullbox-promo .fullbox-promo__header .header-image {
    display: none;
  }
}
@media all and (max-width: 480px) {
  #fullbox-offer .fullbox-promo .fullbox-promo__text h1 {
    margin-top: 30px;
  }
}
@media all and (max-width: 992px) {
  #fullbox-offer .fullbox-offer:nth-of-type(1) {
    display: none !important;
  }
}
@media all and (max-width: 480px) {
  #fullbox-offer .fullbox-offer:nth-of-type(3) {
    display: none !important;
  }
}
@media all and (max-width: 767px) {
  #fullbox-offer .fullbox-offer:nth-of-type(4) {
    display: none !important;
  }
}
@media all and (max-width: 1199px) {
  #fullbox-offer .fullbox-offer:nth-of-type(5) {
    display: none !important;
  }
}

#fullBox-container,
#spin-game-container {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
  pointer-events: none;
}

@media all and (max-width: 767px) {
  #spin-game-container {
    top: 0 !important;
  }
}

#fullbox {
  z-index: 990;
}

#fullBox-container {
  z-index: 99996;
}

#spin-game-container {
  z-index: 988;
}

#fullBox-container.fullbox--fullscreen {
  z-index: 99997;
}
#fullBox-container.fullbox--fullscreen .fullbox {
  top: 0 !important;
}

@media all and (max-width: 767px) and (max-height: 570px) {
  #fullbox,
#spin-game-fullbox {
    top: 60px !important;
  }
}
#fullbox.fullbox--fullscreen,
#spin-game-fullbox.fullbox--fullscreen {
  top: 0;
}
@media all and (max-width: 767px) and (max-height: 570px) {
  #fullbox.promo,
#spin-game-fullbox.promo {
    top: 0 !important;
  }
}

.fullbox {
  position: fixed;
  top: 75px;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 990;
  background: #fff;
  pointer-events: all;
  -webkit-transform: translate3d(0, 150%, 0);
          transform: translate3d(0, 150%, 0);
  will-change: transform;
}
.fullbox.promo {
  top: 0;
  background: rgba(100, 100, 100, 0.9);
}
.fullbox.promo .lightbox-close {
  display: none;
}
.fullbox.promo .wrapper .content-wrapper h1 {
  margin-top: 0;
}
.fullbox.promo .wrapper .content-wrapper .btn {
  font-size: 25px;
}
.fullbox.promo .wrapper .fullbox-promo-content {
  margin-top: 80px;
}
@media all and (max-width: 480px) {
  .fullbox.promo .wrapper .fullbox-promo-content {
    margin-top: 25px;
  }
}
@media all and (max-width: 767px) {
  .fullbox.promo .wrapper .fullbox-promo-content .btn {
    width: 100%;
  }
}
@media all and (max-height: 680px) {
  .fullbox {
    top: 60px;
  }
}
@media all and (max-width: 767px) {
  .fullbox.fullbox--spin-game {
    -webkit-transform: translate3d(100%, 0, 0);
            transform: translate3d(100%, 0, 0);
  }
}
.fullbox.animate {
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.fullbox.fullbox--static {
  -webkit-transform: translate3d(0, -webkit-calc(100% + 150px), 0);
          transform: translate3d(0, calc(100% + 150px), 0);
}
.fullbox.show {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .fullbox.show .lightbox-close {
    opacity: 1;
    -webkit-transition: opacity 0.2s ease-out 0.3s;
    transition: opacity 0.2s ease-out 0.3s;
    pointer-events: initial;
  }
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .fullbox:not(.show) .lightbox-close {
    opacity: 0;
    -webkit-transition: opacity 0s;
    transition: opacity 0s;
    pointer-events: none;
  }
}
.fullbox.fullbox--fullscreen {
  top: 0;
}
.fullbox .promo-close {
  cursor: pointer;
  position: absolute;
  top: 10px;
  right: 25px;
  z-index: 10;
  width: 40px;
  height: 40px;
  background: rgba(255, 255, 255, 0.79);
  border-radius: 50%;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.fullbox .promo-close:before {
  position: absolute;
  top: 6px;
  left: 20px;
  width: 1px;
  height: 29px;
  content: " ";
  background-color: #b8b8b8;
  -webkit-transition: inherit;
  transition: inherit;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.fullbox .promo-close:after {
  position: absolute;
  top: 6px;
  left: 20px;
  width: 1px;
  height: 29px;
  content: " ";
  background-color: #b8b8b8;
  -webkit-transition: inherit;
  transition: inherit;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.fullbox .lightbox-close {
  position: fixed;
  top: 20px;
  right: 20px;
}
@media all and (max-width: 480.001px), all and (max-height: 450px) {
  .fullbox .lightbox-close {
    top: 10px;
    right: 10px;
  }
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .fullbox .lightbox-close {
    top: 95px;
  }
}
@media all and (-ms-high-contrast: none) and (max-height: 570px), (-ms-high-contrast: active) and (max-height: 570px) {
  .fullbox .lightbox-close {
    top: 80px;
  }
}
@media all and (-ms-high-contrast: none) and (max-height: 570px) and (max-width: 480.001px), all and (-ms-high-contrast: none) and (max-height: 570px) and (max-height: 450px), (-ms-high-contrast: active) and (max-height: 570px) and (max-width: 480.001px), (-ms-high-contrast: active) and (max-height: 570px) and (max-height: 450px) {
  .fullbox .lightbox-close {
    top: 70px;
  }
}
.fullbox .fullbox-info {
  margin-top: 25px;
  font-size: 13px;
  font-weight: 200;
  line-height: 1.3846153846;
}
.fullbox .wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
          flex-direction: column;
  overflow-y: auto;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.fullbox .wrapper.guess-game {
  margin-top: 5rem;
}
.fullbox .wrapper:not(.fortune-wheel, .guess-game) {
  -webkit-justify-content: center;
          justify-content: center;
  -webkit-align-items: center;
          align-items: center;
}
.fullbox .wrapper.fixed {
  position: relative;
  top: 0;
  left: 0;
  height: 100%;
  min-height: 100%;
  padding: 0;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}
.fullbox .wrapper.wrapper--gray {
  background-color: #f5f6f7;
}
.fullbox .wrapper.wrapper--gray .lightbox-close {
  background-color: #fff;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}
.fullbox .wrapper.wrapper--justify-start {
  -webkit-justify-content: flex-start;
          justify-content: flex-start;
}
@media all and (min-width: 1310px) {
  .fullbox .wrapper > .lightbox-close {
    right: -webkit-calc((100vw - 1310px) / 2 + 20px);
    right: calc((100vw - 1310px) / 2 + 20px);
  }
}
.fullbox .wrapper .content-wrapper h1 {
  margin-top: 50px;
}
.fullbox .wrapper h1 {
  max-width: -webkit-calc(100% - 120px);
  max-width: calc(100% - 120px);
  margin: 0 auto 37px;
  font-size: 32px;
}
@media all and (max-width: 480.001px), all and (max-height: 450px) {
  .fullbox .wrapper h1 {
    max-width: -webkit-calc(100% - 30px);
    max-width: calc(100% - 30px);
    font-size: 24px;
  }
}
.fullbox .wrapper h1 ~ h2 {
  margin-top: -25px;
  margin-bottom: 37px;
}
.fullbox .wrapper h1 ~ .lead {
  margin-top: -25px;
  margin-bottom: 37px;
}
.fullbox .wrapper h2 {
  font-size: 22px;
}
@media all and (max-width: 480.001px), all and (max-height: 450px) {
  .fullbox .wrapper h2 {
    font-size: 18px;
  }
}
.fullbox .wrapper .ss-wrapper {
  width: 100%;
}
.fullbox .wrapper .inner {
  min-height: 100%;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
          flex-direction: column;
  -webkit-justify-content: center;
          justify-content: center;
  -webkit-align-items: center;
          align-items: center;
  padding-top: 50px;
}
@supports (-webkit-overflow-scrolling: touch) {
  .fullbox .wrapper .inner {
    -webkit-justify-content: flex-start;
            justify-content: flex-start;
  }
}
.fullbox .wrapper .inner > div:not([class]) {
  max-width: 100%;
}
.fullbox .wrapper .inner > [class^=text] {
  max-width: 100%;
}
.fullbox .wrapper .inner .inner {
  padding-top: 0;
}
.fullbox .wrapper .inner #product-box {
  max-height: 100%;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
          flex-direction: column;
  -webkit-align-items: center;
          align-items: center;
  overflow: hidden;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .fullbox .wrapper .inner #product-box {
    max-height: none;
  }
}
.fullbox .wrapper .inner #product-box .border {
  width: -webkit-calc(100% - 20px);
  width: calc(100% - 20px);
  margin: 0 10px 10px;
}
.fullbox .wrapper .inner #product-box .center {
  height: 460px;
  max-height: 100%;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
          flex-direction: column;
  -webkit-align-items: center;
          align-items: center;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .fullbox .wrapper .inner #product-box .center {
    max-height: none;
  }
}
.fullbox .wrapper .inner #product-box .center .featured-picture {
  width: 100%;
  max-height: 300px;
  -webkit-flex-grow: 1;
          flex-grow: 1;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
.fullbox .wrapper .inner #product-box .center .btn {
  -webkit-flex-shrink: 0;
          flex-shrink: 0;
}
.fullbox .wrapper .inner .info-time {
  font-size: 24px;
}
.fullbox .wrapper .lead {
  width: 500px;
  max-width: -webkit-calc(100% - 30px);
  max-width: calc(100% - 30px);
  font-size: 16px;
}
@media all and (max-width: 480.001px), all and (max-height: 450px) {
  .fullbox .wrapper .lead {
    font-size: 15px;
  }
}
.fullbox .wrapper .center {
  position: relative;
  margin: 0 auto;
}
.fullbox .wrapper .wide {
  width: 100%;
  max-width: 590px;
  padding-right: 15px;
  padding-left: 15px;
}
.fullbox .wrapper .wider {
  width: 100%;
  max-width: 710px;
  padding-right: 15px;
  padding-left: 15px;
}
.fullbox .wrapper .narrow {
  width: 100%;
  max-width: 370px;
  padding-right: 15px;
  padding-left: 15px;
}
@media all and (max-width: 767.001px) {
  .fullbox .wrapper .mobile-app {
    width: 100%;
    max-width: 370px;
    padding-right: 15px;
    padding-left: 15px;
  }
  .fullbox .wrapper .mobile-app .text-left {
    text-align: center;
  }
}
.fullbox .wrapper .mobile-app .hidden-android, .fullbox .wrapper .mobile-app .hidden-ios {
  text-decoration: none !important;
}
.fullbox .wrapper .mobile-app.mobile-app-ios .hidden-android {
  display: block;
}
.fullbox .wrapper .mobile-app.mobile-app-ios .hidden-ios {
  display: none;
}
.fullbox .wrapper .mobile-app.mobile-app-android .hidden-android {
  display: none;
}
.fullbox .wrapper .mobile-app.mobile-app-android .hidden-ios {
  display: block;
}
@media all and (max-width: 767.001px) {
  .fullbox .wrapper .mobile-app .col-sm-5 img + img {
    display: none;
  }
}
.fullbox .wrapper .mobile-app .col-sm-7 {
  padding-right: 30px;
}
@media all and (max-width: 767.001px) {
  .fullbox .wrapper .mobile-app .col-sm-7 {
    padding-right: 15px;
  }
  .fullbox .wrapper .mobile-app .col-sm-7 .no-margin + .no-margin {
    margin-top: 15px;
  }
}
.fullbox .wrapper .border {
  margin-bottom: 15px;
  padding: 50px 30px 30px;
  background: #fff;
  border: 1px solid #ededed;
  border-radius: 3px;
}
@media all and (max-width: 480.001px), all and (max-height: 450px) {
  .fullbox .wrapper .border {
    padding: 25px 20px 30px;
  }
}
.fullbox .wrapper .border.border-sm {
  margin-top: -15px;
  padding: 15px;
}
.fullbox .wrapper .border img {
  width: auto;
  max-height: 230px;
  margin-bottom: 46px;
}
@media all and (max-width: 480.001px), all and (max-height: 450px) {
  .fullbox .wrapper .border img {
    margin-bottom: 24px;
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
}
.fullbox .wrapper .border img:lang(hu) {
  width: auto;
  margin: 0 auto;
  max-height: 12.3rem;
  margin-bottom: 46px;
}
.fullbox .wrapper .border .icon-phone {
  height: 110px;
}
.fullbox .wrapper .border p, .fullbox .wrapper .border .btn {
  font-size: 16px;
}
.fullbox .wrapper .border .detail-info__block p {
  font-size: 13px;
}
.fullbox .wrapper .border .row p {
  font-size: 15px;
}
.fullbox .wrapper .border .row p.promo-text {
  font-size: 30px;
  font-weight: 400;
}
.fullbox .wrapper .border .row p.promo-text span {
  font-weight: bold;
  white-space: nowrap;
  color: #e37921;
}
.fullbox .wrapper .border .row + .bottom-link {
  margin-top: 13px;
}
@media all and (max-width: 767.001px) {
  .fullbox .wrapper .border .row + .bottom-link {
    margin-top: 35px;
  }
}
.fullbox .wrapper .border .detail-header {
  margin-top: -15px;
}
.fullbox .wrapper .border .detail-header .detail-header__icon img {
  margin: 0 !important;
}
.fullbox .wrapper .border .form-group {
  overflow: hidden;
  margin-top: 15px;
  margin-bottom: 0;
}
.fullbox .wrapper .border .form-group + .bottom-link {
  margin-top: 15px;
}
.fullbox .wrapper .border .form-group label {
  margin-top: 0;
  text-align: left;
}
.fullbox .wrapper .border .form-group input + button, .fullbox .wrapper .border .form-group input + input {
  margin-top: 15px;
}
.fullbox .wrapper .border .form-group .strong {
  height: 46px;
  font-size: 23px;
  font-weight: 400;
  letter-spacing: 1px;
  text-align: center;
}
.fullbox .wrapper .border .form-group .btn {
  height: 46px;
  font-weight: 400;
  line-height: 46px;
}
.fullbox .wrapper .border .form-group .form-error-text {
  font-size: 14px;
  text-align: left;
}
.fullbox .wrapper .border a:not(.btn):not(.flip__toggle-item):not(.winner) {
  text-decoration: underline;
  color: #666;
}
.fullbox .wrapper .border a:not(.btn):not(.flip__toggle-item):not(.winner):hover {
  text-decoration: none;
}
.fullbox .wrapper .border .bottom-link {
  display: inline-block;
  margin-top: 30px;
  margin-bottom: 0;
  font-size: 14px;
}
.fullbox .wrapper .border .loading {
  position: relative;
  font-size: 0;
}
.fullbox .wrapper .border .loading:after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 24px;
  height: 24px;
  content: "";
  display: block;
  border: 3px solid rgba(255, 255, 255, 0.3);
  border-radius: 50%;
  -webkit-animation: btn-loading 1s infinite linear;
          animation: btn-loading 1s infinite linear;
  border-top-color: #fff;
  -webkit-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.fullbox .wrapper .detail-bets .detail-bets__row {
  padding-bottom: 0;
}
.fullbox .wrapper .detail-bets .winner {
  margin-top: 0;
  margin-bottom: 0;
}
.fullbox .wrapper .detail-bets .winner img {
  max-height: 60px;
  margin: 0;
}

@media all and (max-width: 480.001px), all and (max-height: 450px) {
  #phone-fullbox .border img {
    width: 50px;
    height: auto;
  }
}

.detail-bets__row-wrapper {
  width: 100%;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
          flex-direction: column;
  -webkit-align-items: center;
          align-items: center;
}
.detail-bets__row-wrapper .detail-bets__row {
  -webkit-flex-shrink: 0;
          flex-shrink: 0;
}
.detail-bets__row-wrapper .item-tip {
  text-align: center;
  line-height: 1.2rem;
  font-size: 1.2rem;
  margin: 1rem 0;
}

#fullscreenOverlay-container,
#fullscreenOverlay-container-gw {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 99997;
  overflow: hidden;
  pointer-events: none;
}

.fullscreen-overlay {
  opacity: 0;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 99997;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  -webkit-transform: translate3d(0, 75px, 0);
          transform: translate3d(0, 75px, 0);
  will-change: transform;
  pointer-events: none;
}
@media all and (max-height: 570px) {
  .fullscreen-overlay {
    -webkit-transform: translate3d(0, 60px), 0;
            transform: translate3d(0, 60px), 0;
  }
}
.fullscreen-overlay.show {
  opacity: 1;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
  pointer-events: all;
}
.fullscreen-overlay:not(.show) .mcwidget-embed * {
  pointer-events: none !important;
}

.leaving .leaving__container {
  position: relative;
  min-height: 100%;
  padding-top: 75px;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .leaving .leaving__container {
    height: 100%;
  }
}
@media all and (max-height: 570px) {
  .leaving .leaving__container {
    padding-top: 60px;
  }
}
.leaving .leaving__container > .container {
  padding-bottom: 140px;
}
@media all and (max-height: 570px) {
  .leaving .leaving__container > .container {
    padding-bottom: 125px;
  }
}
@media all and (max-width: 767px) {
  .leaving .leaving__container > .container {
    padding-bottom: 30px;
  }
}
.leaving .leaving__container > .container :last-child {
  margin-bottom: auto;
}
.leaving .leaving__footer {
  position: relative;
  padding-top: 80px;
  padding-bottom: 80px;
  background-color: #f5f6f7;
}
@media all and (min-width: 767.001px) {
  .leaving .leaving__footer {
    display: block !important;
  }
}
@media all and (max-width: 767px) {
  .leaving .leaving__footer {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 99998;
    display: none;
    padding: 0;
    background-color: transparent;
  }
  .leaving .leaving__footer:before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    content: "";
    display: block;
    background-color: rgba(253, 253, 253, 0.8);
    -webkit-animation: fadeIn 0.2s ease-out 0s 1 forwards;
            animation: fadeIn 0.2s ease-out 0s 1 forwards;
  }
}
@media all and (max-width: 767px) {
  .leaving .leaving__footer .footer-wrapper {
    opacity: 0;
    width: -webkit-calc(100% - 30px);
    width: calc(100% - 30px);
    height: -webkit-calc(100% - 30px);
    height: calc(100% - 30px);
    max-width: 340px;
    overflow: hidden;
    margin: 15px auto;
    background-color: #fff;
    box-shadow: 0 0 12px #dadce1;
    border-radius: 8px;
    -webkit-animation: fadeInUp 0.3s ease-out 0.1s 1 forwards;
            animation: fadeInUp 0.3s ease-out 0.1s 1 forwards;
  }
}
.leaving .leaving__footer .footer-wrapper .footer-close {
  display: none;
}
@media all and (max-width: 767px) {
  .leaving .leaving__footer .footer-wrapper .footer-close {
    position: absolute;
    top: 0;
    right: 0;
    width: 30px;
    display: block;
    font-size: 30px;
    font-weight: 300;
    line-height: 30px;
    text-align: center;
    color: #dadce1;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
  }
  .leaving .leaving__footer .footer-wrapper .footer-close:hover, .leaving .leaving__footer .footer-wrapper .footer-close:focus {
    color: #a2a7b3;
  }
}
@media all and (max-width: 767px) {
  .leaving .leaving__footer .footer-wrapper .footer-inner {
    position: relative;
    width: 100%;
    height: -webkit-calc(100% - (90px));
    height: calc(100% - (90px));
    overflow: hidden;
    overflow-y: auto;
    margin-top: 30px;
    padding: 30px 15px 10px;
    -webkit-overflow-scrolling: touch;
  }
}
.leaving .leaving__footer .footer-wrapper .footer-close-link {
  height: 60px;
}
@media all and (min-width: 767.001px) {
  .leaving .leaving__footer .footer-wrapper .footer-close-link {
    display: none;
  }
}
.leaving .leaving__footer .footer-wrapper .footer-close-link a {
  font-size: 13px;
}
.leaving .leaving__footer .footer-logo {
  width: 130px;
  overflow: hidden;
  margin: 0 auto;
  background-color: #fff;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
@media all and (min-width: 767.001px) {
  .leaving .leaving__footer .footer-logo {
    position: absolute;
    top: 0;
    left: 50%;
    height: 130px;
    box-shadow: 0 5px 12px rgba(197, 197, 197, 0.5);
    border-radius: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
}
.leaving .leaving__footer .footer-logo img {
  width: auto;
  height: auto;
  max-width: 120px;
  max-height: 50px;
}
@media all and (max-width: 992px) {
  .leaving .leaving__footer .footer-text {
    -webkit-flex-direction: column;
            flex-direction: column;
  }
}
.leaving .leaving__footer .footer-text .footer-text__col {
  width: 100%;
}
@media all and (min-width: 992.001px) {
  .leaving .leaving__footer .footer-text .footer-text__col {
    width: -webkit-calc(50% - 76px);
    width: calc(50% - 76px);
  }
}
.leaving .leaving__footer .footer-text .footer-text__col + .footer-text__col {
  margin-left: auto;
}
.leaving .leaving__footer .footer-text .footer-text__col p, .leaving .leaving__footer .footer-text .footer-text__col h2 {
  max-width: 100%;
}
.leaving .leaving__footer .footer-text .footer-text__col h2 {
  margin: 1em 0;
  text-align: left;
  color: #373b43;
}
@media all and (max-width: 767px) {
  .leaving .leaving__footer .footer-text .footer-text__col h2 {
    font-size: 16px;
    font-weight: 500;
  }
}
.leaving .leaving__footer .footer-text .footer-text__col p {
  font-size: 16px;
  color: #555c6d;
}
@media all and (max-width: 767px) {
  .leaving .leaving__footer .footer-text .footer-text__col p {
    font-size: 13px;
    line-height: 1.5384615385;
  }
}
.leaving .navbar {
  border-color: #fff;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.leaving .leaving__title,
.leaving .leaving__button {
  max-width: 970px;
}
.leaving .leaving__title {
  width: 100%;
  margin-top: auto;
  text-align: center;
}
@media all and (max-width: 767px) {
  .leaving .leaving__title {
    -webkit-flex-grow: 1;
            flex-grow: 1;
  }
}
.leaving .leaving__title + .leaving__text {
  margin-top: 50px;
}
.leaving .leaving__title h1 {
  width: 100%;
  max-width: 760px;
  font-size: 42px;
  font-weight: 400;
  line-height: 1.2;
  color: #373b43;
}
@media all and (max-width: 992px) and (min-width: 767px), all and (max-height: 720px) {
  .leaving .leaving__title h1 {
    font-size: 31px;
  }
}
@media all and (max-width: 767px) and (max-height: 570px), all and (max-height: 570px) {
  .leaving .leaving__title h1 {
    margin: 20px 0 10px;
    font-size: 24px;
  }
}
.leaving .leaving__title h1 strong {
  font-weight: 600 !important;
}
.leaving .leaving__title .leaving__title-link {
  margin-top: 35px;
  font-size: 13px;
  line-height: 1.9230769231;
  color: #555c6d;
}
@media all and (min-width: 767.001px) {
  .leaving .leaving__title .leaving__title-link {
    display: none;
  }
}
.leaving .leaving__title .leaving__title-buttons {
  margin: 40px -10px -10px;
}
@media all and (min-width: 341px) {
  .leaving .leaving__title .leaving__title-buttons {
    display: -webkit-flex;
    display: flex;
  }
}
@media all and (max-width: 640px) {
  .leaving .leaving__title .leaving__title-buttons {
    margin-top: 15px;
    margin-bottom: 0;
  }
}
.leaving .leaving__title .leaving__title-buttons a {
  margin: 10px;
}
.leaving .leaving__title .leaving__title-buttons a:not(.btn) {
  text-decoration: none;
}
.leaving .leaving__button {
  width: 100%;
  margin-top: 50px;
}
.leaving .leaving__button .btn {
  position: relative;
  padding: 0 46px;
}
@media all and (max-width: 480px) {
  .leaving .leaving__button .btn {
    width: 100%;
  }
}
.leaving .leaving__button .btn:before, .leaving .leaving__button .btn:after {
  position: absolute;
  top: 50%;
  right: 20px;
  width: 10px;
  height: 2px;
  content: "";
  display: block;
  background-color: #fff;
  border-radius: 2px;
  -webkit-transform-origin: right top;
          transform-origin: right top;
}
.leaving .leaving__button .btn:before {
  -webkit-transform: rotate(45deg) translate(0, -50%);
          transform: rotate(45deg) translate(0, -50%);
}
.leaving .leaving__button .btn:after {
  -webkit-transform: rotate(-45deg) translate(0, -50%);
          transform: rotate(-45deg) translate(0, -50%);
}
.leaving .leaving__btn {
  width: 100%;
  margin-top: 50px;
}
.leaving .leaving__btn .btn {
  position: relative;
  padding: 0 46px;
}
@media all and (max-width: 480px) {
  .leaving .leaving__btn .btn {
    width: 100%;
  }
}
.leaving .leaving__text {
  margin-top: 1.0714285714em;
  color: #555c6d;
}
.leaving .leaving__text--tipli {
  font-size: 18px;
}
@media all and (max-width: 640px) {
  .leaving .leaving__text--tipli {
    font-size: 16px;
  }
}
.leaving .leaving__text--tipli + .leaving__button {
  font-size: 18px;
}
@media all and (max-width: 640px) {
  .leaving .leaving__text--tipli + .leaving__button {
    font-size: 16px;
  }
}
.leaving .leaving__text + .leaving__button {
  margin-top: 1.0714285714em;
}
.leaving .leaving__text .icon {
  width: 1.6em;
  height: 1.6em;
  display: inline-block;
  margin-right: 0.5em;
  margin-bottom: -0.3em;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  background-color: transparent;
}
.leaving .leaving__text .icon--notification {
  background-image: url("/assets/img/icon-notification-flat.svg");
}
.leaving .leaving__link-back {
  width: 100%;
}
.leaving .leaving__link-back .link-back {
  display: inline-block;
  padding-right: 15px;
  font-size: 12px;
  line-height: 32px;
  letter-spacing: 0.1px;
  text-decoration: none;
  color: #373b43;
}
@media all and (max-width: 767px) {
  .leaving .leaving__link-back .link-back {
    padding-left: 15px;
  }
}
.leaving .leaving__link-back .link-back:hover, .leaving .leaving__link-back .link-back:focus {
  color: #373b43;
}
.leaving .leaving__link-back .link-back:hover .link-back-ico, .leaving .leaving__link-back .link-back:focus .link-back-ico {
  background-color: #797f84;
}
.leaving .leaving__link-back .link-back-ico {
  position: relative;
  width: 14px;
  height: 14px;
  display: inline-block;
  margin-right: 6px;
  margin-bottom: -2px;
  background-color: #aeb2b5;
  border-radius: 50%;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
.leaving .leaving__link-back .link-back-ico:before, .leaving .leaving__link-back .link-back-ico:after {
  position: absolute;
  left: 6px;
  width: 1px;
  height: 5px;
  content: "";
  display: block;
  background-color: #fff;
}
.leaving .leaving__link-back .link-back-ico:after {
  top: 3px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.leaving .leaving__link-back .link-back-ico:before {
  top: 6px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.leaving .leaving__block {
  display: -webkit-flex;
  display: flex;
  margin-top: 80px;
  margin-bottom: auto;
}
@media all and (max-width: 640px) {
  .leaving .leaving__block {
    -webkit-flex-direction: column-reverse;
            flex-direction: column-reverse;
    margin-top: 35px;
  }
}
.leaving .leaving__block .leaving__block-col {
  max-width: 340px;
  margin-top: auto;
  margin-bottom: auto;
  padding: 0 15px;
  font-size: 28px;
  text-align: center;
}
@media all and (max-width: 640px) {
  .leaving .leaving__block .leaving__block-col {
    font-size: 18px;
  }
}
@media all and (min-width: 640.001px) {
  .leaving .leaving__block .leaving__block-col:first-child {
    margin-left: auto;
  }
}
@media all and (min-width: 640.001px) {
  .leaving .leaving__block .leaving__block-col:last-child {
    margin-right: auto;
  }
}
@media all and (max-width: 640px) {
  .leaving .leaving__block .leaving__block-col:not(:first-child) {
    margin-bottom: 30px;
  }
}
.leaving .leaving__block .leaving__block-col picture,
.leaving .leaving__block .leaving__block-col img {
  width: 260px;
  max-width: 100%;
}
.leaving .leaving__code {
  width: 100%;
  display: inline-block;
  font-size: 1.1em;
  font-weight: 600;
}

.tipli-highlight {
  background-color: #FFF3D4;
  padding: 0.6em;
}

.leaving .leaving__container .main-header h1 {
  max-width: 36ch;
  margin: 0 auto;
  font-weight: 300;
  font-size: 2.6rem;
  line-height: 1.4;
}
@media all and (max-width: 600px) {
  .leaving .leaving__container .main-header h1 {
    font-size: 1.9rem;
  }
}
.leaving .leaving__container .main-header h2 {
  margin-top: 3.5rem;
  max-width: 100%;
  font-weight: 500;
  font-size: 1.7rem;
  line-height: 1.4;
  color: #090844;
}
@media all and (max-width: 600px) {
  .leaving .leaving__container .main-header h2 {
    max-width: 36ch;
    font-size: 1.5rem;
    margin: 0 auto;
    margin-top: 2rem;
  }
}
.leaving .leaving__container .spin-game-item {
  max-width: 340px;
  width: 100%;
  padding: 2.5rem 6rem 2rem;
  box-shadow: 0 0 12px 1px rgba(0, 0, 0, 0.15);
  border-radius: 10px;
  margin-top: 4rem;
  margin-bottom: 4rem;
}
.leaving .leaving__container .spin-game-item svg {
  fill: #090844;
}
@media all and (max-width: 600px) {
  .leaving .leaving__container .spin-game-item {
    max-width: 320px;
    margin-top: 3rem;
    margin-bottom: 3rem;
    padding: 2rem 6rem 1.5rem;
  }
}
.leaving .leaving__container .spin-game-item__title {
  color: #090844;
  font-weight: 800;
  font-size: 1.4rem;
  margin-bottom: 0;
}
@media all and (max-width: 600px) {
  .leaving .leaving__container .spin-game-item__title {
    font-size: 1.3rem;
  }
}
.leaving .leaving__container .spin-game-item__title span {
  font-size: 2.2rem;
}
@media all and (max-width: 600px) {
  .leaving .leaving__container .spin-game-item__title span {
    font-size: 1.7rem;
  }
}
.leaving .leaving__container .spin-game-item__title span:last-child {
  margin-left: 0.4ch;
}
.leaving .leaving__container .spin-game-item__desc {
  line-height: 1.3;
  font-weight: 400;
  font-size: 1.4rem;
}
.leaving .leaving__container .main-content {
  max-width: 75ch;
  padding: 0 5rem;
}
@media all and (max-width: 600px) {
  .leaving .leaving__container .main-content {
    padding: 0 3rem;
  }
}
@media all and (max-width: 480px) {
  .leaving .leaving__container .main-content {
    padding: 0;
  }
}
.leaving .leaving__container .main-content h2 {
  font-weight: 500;
  font-size: 1.5rem;
  line-height: 1.4;
  max-width: 33ch;
  color: #090844;
  margin: 0 auto;
}
@media all and (max-width: 600px) {
  .leaving .leaving__container .main-content h2 {
    font-size: 1.4rem;
  }
}
.leaving .leaving__container .main-content code {
  display: inline-block;
  background: hsl(0deg, 0%, 95%);
  padding: 0.4rem 2.6rem;
  font-size: 1.4rem;
  margin-top: 3rem;
  margin-bottom: 3rem;
  font-weight: 600;
  border-radius: 0.4rem;
  border: 1px solid #ADADAD;
  color: black;
}
@media all and (max-width: 600px) {
  .leaving .leaving__container .main-content code {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }
}
.leaving .leaving__container .main-content h2 + p {
  margin-top: 1.5rem;
}
@media all and (max-width: 600px) {
  .leaving .leaving__container .main-content h2 + p {
    margin-top: 1rem;
  }
}
.leaving .leaving__container .main-content p {
  line-height: 1.3;
  font-weight: 400;
  font-size: 1.4rem;
}

#lightbox-overlay {
  opacity: 1;
  cursor: pointer;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 99999;
  text-align: center;
  background: rgba(0, 0, 0, 0.5);
  -webkit-transition: opacity 0.4s ease-out;
  transition: opacity 0.4s ease-out;
}
#lightbox-overlay.fade-out {
  opacity: 0;
}
#lightbox-overlay #lightbox {
  cursor: initial;
  display: block;
}
#lightbox {
  position: absolute;
  top: 6%;
  right: 6%;
  bottom: 6%;
  left: 6%;
  max-width: 1310px;
  overflow: hidden;
  margin: 0 auto;
  background: white;
}
#lightbox.mobile .ss-content {
  width: auto;
  padding-right: 15px;
  padding-left: 15px;
}
#lightbox.welcome {
  width: 400px !important;
}
@media all and (max-width: 480px) {
  #lightbox.welcome {
    width: 260px !important;
  }
}
#lightbox.welcome .btn {
  height: auto;
  white-space: normal;
}
@media all and (max-height: 720px) {
  #lightbox.lightbox-big-prize .lightbox-inner .row .featured-prize {
    margin-bottom: 75px;
  }
}
#lightbox.lightbox-big-prize .lightbox-inner .row .featured-prize .featured-picture {
  height: 400px;
  max-height: 100%;
  line-height: normal;
}
@media all and (max-height: 900px) {
  #lightbox.lightbox-big-prize .lightbox-inner .row .featured-prize .featured-picture {
    height: 300px;
  }
}
@media all and (max-height: 720px) {
  #lightbox.lightbox-big-prize .lightbox-inner .row .featured-prize .featured-picture {
    height: 200px;
  }
}
@media all and (max-height: 570px) {
  #lightbox.lightbox-big-prize .lightbox-inner .row .featured-prize .featured-picture {
    height: 180px;
  }
}
@media all and (max-height: 620px) and (max-width: 400px) {
  #lightbox .hide-on-mobile {
    display: none;
  }
  #lightbox h1 {
    margin-bottom: 10px;
    padding-bottom: 0 !important;
    font-size: 20px !important;
  }
}
@media all and (max-width: 480px) {
  #lightbox.change-prize h1 {
    margin-top: 7px;
  }
}
@media all and (max-height: 480px) and (max-width: 400px) {
  #lightbox.change-prize .featured-prize {
    max-width: 220px !important;
    margin: 0 auto !important;
    padding-top: 0;
  }
  #lightbox.change-prize .featured-prize .featured-picture {
    height: 50px;
    float: left;
  }
  #lightbox.change-prize .featured-prize p {
    height: 70px;
    display: table-cell;
    font-size: 14px;
    line-height: 1.6;
    vertical-align: middle;
  }
  #lightbox.change-prize .countdown p {
    font-size: 12px;
  }
}
#lightbox > .container-lightbox {
  height: 88vh;
  max-height: 88vh;
  padding: 0;
}
#lightbox > .container-lightbox .row {
  max-width: 1310px;
  margin: 0 auto;
}
#lightbox > .container-lightbox.fixed-bottom {
  height: 100%;
}
#lightbox > .container-lightbox.fixed-bottom .ss-content {
  height: 100%;
  padding-bottom: 130px;
}
#lightbox > .container h1 {
  margin-top: 52px;
}
#lightbox .container-fixed-bottom {
  position: absolute;
  bottom: -1px;
  z-index: 15;
  width: 100%;
  padding: 32px 15px;
}
@media all and (max-height: 760px) {
  #lightbox .container-fixed-bottom {
    padding: 20px 15px;
  }
}
@media all and (max-height: 700px) {
  #lightbox .container-fixed-bottom {
    padding: 15px;
  }
}
#lightbox .container-fixed-bottom.fixed {
  position: fixed;
  top: auto;
  bottom: 0;
  z-index: 2;
  width: inherit;
  margin-bottom: 26px;
  padding-top: 0;
  padding-bottom: 26px;
}
#lightbox .container-fixed-bottom .countdown p {
  display: inline-block;
  margin: 0 0 20px;
  padding: 14px 35px;
  background: #f5f6f7;
}
@media all and (max-height: 760px) {
  #lightbox .container-fixed-bottom .countdown p {
    margin-bottom: 10px;
    padding: 8px 20px;
  }
}
#lightbox .container-fixed-bottom:before {
  position: absolute;
  top: -32px;
  left: 0;
  width: 100%;
  height: 32px;
  content: "";
  display: block;
  background-image: -webkit-linear-gradient(to top, rgba(255, 255, 255, 0) 0%, white 100%);
  background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, white 100%);
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, white 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00FFFFFF", endColorstr="#FFFFFFFF", GradientType=0);
}
@media all and (max-height: 760px) {
  #lightbox .container-fixed-bottom:before {
    top: -19px;
    height: 19px;
  }
}
@media all and (max-height: 700px) {
  #lightbox .container-fixed-bottom:before {
    top: -19px;
    height: 19px;
  }
}
#lightbox .container-fixed-bottom p {
  z-index: 4;
  margin: 0;
  padding: 14px 0;
}
#lightbox .container-fixed-bottom input {
  z-index: 4;
}
#lightbox .rondo-coins {
  font-weight: 500;
}
#lightbox .avatar-lightbox {
  width: 200px;
  height: 200px;
  border-radius: 50%;
}
#lightbox .logo-lightbox {
  height: 35px;
  margin: 35px 0 10px;
}
#lightbox p.text-bottom {
  margin: 45px 0 80px;
}
@media all and (max-width: 767px) {
  #lightbox .lightbox-close {
    top: 21px;
    right: 21px;
  }
  #lightbox .logo-lightbox {
    height: 25px;
    margin: 20px 0 15px;
  }
  #lightbox h1 {
    margin-top: 10px;
    font-size: 25px;
  }
}
@media all and (max-width: 767px) and (max-width: 767px) {
  #lightbox h1 {
    margin-top: 0;
    padding: 15px 40px;
  }
}
@media all and (max-width: 767px) {
  #lightbox .logo-lightbox {
    height: 25px;
  }
  #lightbox .logo-lightbox + h1 {
    margin-top: 10px;
  }
}
@media all and (max-width: 767px) {
  #lightbox .featured-prize {
    padding: 20px 0 30px;
  }
  #lightbox .featured-prize:last-child {
    padding-bottom: 0;
  }
  #lightbox .featured-prize p {
    margin: 13px 5px 4px;
  }
}
#lightbox.change-prize .featured-prize {
  max-width: 423px;
  float: none;
  margin: 0 auto;
}
@media all and (max-width: 480px) {
  #lightbox.change-prize .featured-prize {
    padding-bottom: 0;
  }
}
#lightbox.change-prize .container-fixed-bottom .leave-game {
  padding-bottom: 0;
}
@media all and (max-width: 767px) {
  #lightbox.big-prize .featured-sponsor {
    margin-top: 30px;
  }
}
#lightbox .ss-content {
  /*width: auto;*/
  padding-right: 50px;
  padding-bottom: 0;
  padding-left: 20px;
}
#lightbox .ss-content > .container-fluid {
  width: -webkit-calc(100% - 50px);
  width: calc(100% - 50px);
  margin-left: 0;
}
#lightbox .same-width-buttons {
  max-width: 400px;
  margin: 0 auto;
}
#lightbox .same-width-buttons .btn {
  width: 100%;
}
@media all and (max-width: 400px) {
  #lightbox .same-width-buttons .btn {
    height: auto;
    margin-bottom: 5px;
    padding: 6px;
    font-size: 14px;
    line-height: 1.6;
    white-space: normal;
  }
}

.featured-prize {
  padding: 0 0 15px;
}
@media all and (max-width: 666px) {
  .featured-prize {
    width: 100%;
  }
}
.featured-prize .featured-picture {
  position: relative;
  height: 220px;
  margin: 15px auto;
  line-height: 220px;
}
@media all and (max-height: 850px) {
  .featured-prize .featured-picture {
    height: 200px;
    margin: 10px auto;
    line-height: 200px;
  }
}
.featured-prize .featured-picture .featured-quantity {
  position: absolute;
  bottom: 0;
  left: 20%;
  width: 69px;
  height: 69px;
  display: block;
  font-size: 26px;
  font-weight: 500;
  line-height: 72px;
  color: #fff;
  background-color: #f3b22c;
  border-radius: 50%;
}
@media all and (max-width: 960px) {
  .featured-prize .featured-picture .featured-quantity {
    left: 10%;
  }
}
@media all and (max-width: 666px) {
  .featured-prize .featured-picture .featured-quantity {
    left: 30%;
  }
}
@media all and (max-width: 478px) {
  .featured-prize .featured-picture .featured-quantity {
    left: 20%;
  }
}
@media all and (max-width: 340px) {
  .featured-prize .featured-picture .featured-quantity {
    left: 10%;
  }
}
@media all and (max-width: 767px) {
  .featured-prize .featured-picture .featured-quantity {
    top: auto;
    bottom: 15px;
    width: 40px;
    height: 40px;
    font-size: 20px;
    line-height: 42px;
  }
}
.featured-prize .featured-picture img {
  width: auto;
  max-width: -webkit-calc(100% - 30px);
  max-width: calc(100% - 30px);
  max-height: -webkit-calc(100% - 30px);
  max-height: calc(100% - 30px);
}
.featured-prize .featured-sponsor {
  width: 80%;
  max-width: 115px;
  display: block;
  margin: 0 auto;
}
.featured-prize p {
  margin: auto 10px;
  font-size: 16px;
}
.featured-prize.detail {
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.featured-prize.detail:hover {
  border: 1px solid #ededed;
}
.featured-prize.detail:hover .btn-success {
  opacity: 1;
}
.featured-prize.detail .btn-success {
  opacity: 0;
  margin: 30px 0;
  -webkit-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
}
.featured-prize.detail .featured-sponsor {
  width: auto;
  max-height: 80px;
  display: block;
  margin: 0 auto;
}
@media all and (max-height: 760px) {
  .featured-prize.detail .featured-sponsor {
    max-height: 70px;
  }
}
@media all and (max-height: 700px) {
  .featured-prize.detail .featured-sponsor {
    max-height: 60px;
  }
}

.lightbox-close {
  cursor: pointer;
  position: absolute;
  top: 26px;
  right: 26px;
  z-index: 10;
  width: 40px;
  height: 40px;
  background: rgba(255, 255, 255, 0.79);
  border-radius: 50%;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.lightbox-close:hover:before, .lightbox-close:hover:after {
  background-color: black;
}
.lightbox-close:before, .lightbox-close:after {
  position: absolute;
  top: 6px;
  left: 20px;
  width: 1px;
  height: 29px;
  content: " ";
  background-color: #b8b8b8;
  -webkit-transition: inherit;
  transition: inherit;
}
.lightbox-close:before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.lightbox-close:after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.lightbox-close.lightbox-close--inverse {
  background-color: rgba(59, 59, 59, 0.34);
}
.lightbox-close.lightbox-close--inverse:hover {
  background-color: rgba(59, 59, 59, 0.68);
}
.lightbox-close.lightbox-close--inverse:before, .lightbox-close.lightbox-close--inverse:after {
  top: 10px;
  width: 2px;
  height: 20px;
  background-color: #fff;
}

.lightbox {
  width: auto;
}
.lightbox .featured-prize .featured-picture {
  max-height: 300px;
  line-height: 300px;
}

/* Styl pouzity v from-hellspy.html */
.incoming-user {
  padding: 29px 10px;
  border: 1px solid #d7d7d7;
  border-radius: 3px;
}
@media all and (max-height: 720px) {
  .incoming-user {
    padding: 24px 8px;
  }
}
@media all and (max-height: 570px) {
  .incoming-user {
    margin-top: 8px;
    border: none;
  }
}
@media all and (max-width: 767px) {
  .incoming-user {
    border: none;
  }
}
.incoming-user .avatar {
  max-width: 200px;
  max-height: 200px;
  margin: 29px 0;
  border-radius: 50%;
}
@media all and (max-height: 720px) {
  .incoming-user .avatar {
    max-width: 120px;
    max-height: 120px;
    margin: 24px 0;
  }
}
@media all and (max-height: 570px) {
  .incoming-user .avatar {
    max-width: 90px;
    max-height: 90px;
  }
}
.incoming-user .logo {
  max-width: 100%;
  margin: 0 0 11px;
}
@media all and (max-height: 720px) {
  .incoming-user .logo {
    height: 35px;
  }
}
@media all and (max-height: 570px) {
  .incoming-user .logo {
    display: none;
  }
}
.incoming-user .logout {
  margin: 11px 0 0;
}
.incoming-user .btn {
  max-width: 100%;
}
@media all and (max-height: 720px) {
  .incoming-user .btn {
    height: 36px;
    font-size: 19px;
    line-height: 36px;
  }
}

#modal-gallery ~ .modal-backdrop {
  z-index: 99997;
}

.modal-backdrop.fade.in {
  opacity: 0.4;
}

.modal .modal-dialog {
  margin: 0 auto;
  padding: 2.5rem;
  padding-top: 7rem;
}
@media (max-width: 490px) {
  .modal .modal-dialog {
    padding: 2.5rem;
  }
}
.modal .close {
  position: absolute;
  top: 0.8rem;
  right: 1.2rem;
}
.modal .modal-header {
  padding-top: 0;
}
.modal .modal-body {
  padding: 0;
}
.modal .modal-content {
  padding: 4.5rem;
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.35);
}
@media (max-width: 490px) {
  .modal .modal-content {
    padding: 4rem 5rem 2.5rem;
  }
}
@media (max-width: 428px) {
  .modal .modal-content {
    padding: 3rem 3rem 2.5rem;
  }
}
.modal .modal-body h1.modal-body__title {
  text-align: center;
  font-size: 2.2rem;
  margin-bottom: 2rem;
}
@media (max-width: 428px) {
  .modal .modal-body h1.modal-body__title {
    font-size: 1.9rem;
  }
}
.modal .modal-content p {
  text-align: center;
  max-width: 42ch;
  margin: 0 auto;
  max-width: 42ch;
  margin: 0 auto;
  margin-bottom: 3rem;
  font-size: 1.9rem;
  color: #919191;
  font-weight: 400;
}
@media (max-width: 428px) {
  .modal .modal-content p {
    font-size: 1.4rem;
  }
}
.modal .modal-content .error {
  color: #FF0000;
}
.modal .btn-link {
  color: #414141;
}
.modal .modal-buttons {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
          justify-content: center;
  gap: 1rem;
}
@media (max-width: 490px) {
  .modal .modal-buttons {
    -webkit-flex-direction: column;
            flex-direction: column;
  }
}
.modal .modal-buttons .btn-success {
  white-space: break-spaces;
  height: auto;
  min-height: 40px;
  line-height: 1.5;
  padding-top: 0.8rem;
  padding-bottom: 0.8rem;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
  -webkit-justify-content: center;
          justify-content: center;
}

.modal-custom {
  padding: 5rem !important;
  padding-top: 16rem !important;
}
@media (max-width: 768px) {
  .modal-custom {
    padding-top: 10rem !important;
  }
}
@media (max-width: 480px) {
  .modal-custom {
    padding: 2rem !important;
    padding-top: 5rem !important;
  }
}
@media (max-width: 320px) {
  .modal-custom {
    padding: 2rem !important;
  }
}
.modal-custom::after {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-color: rgba(0, 0, 0, 0.7);
}
.modal-custom .modal-dialog {
  max-width: 600px !important;
  margin: 0 auto !important;
  padding: 2.5rem;
}
.modal-custom .modal-header {
  background-color: #FFFFFF;
  color: #000000;
  border: none;
  padding: 0;
}
.modal-custom .modal-content {
  padding: 2rem;
}
.modal-custom .modal-body {
  padding: 15px 30px 52px;
}
@media (max-width: 480px) {
  .modal-custom .modal-body {
    padding: 0 20px 35px;
  }
}
.modal-custom .modal-body ol {
  margin: 0;
  padding-left: 1em;
}
.modal-custom .modal-body li + li {
  margin-top: 0.7em;
}
.modal-custom h3 {
  font-weight: 500;
  max-width: 40ch;
  font-size: 2.1rem;
  line-height: 1.3;
  margin-bottom: 5.2rem;
  margin-top: 0;
}
@media (max-width: 480px) {
  .modal-custom h3 {
    font-size: 1.8rem;
  }
}
.modal-custom h3 + p {
  font-weight: 500;
}
.modal-custom .modal-footer {
  border: none;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
          justify-content: center;
  padding: 0 30px 34px;
}
@media (max-width: 480px) {
  .modal-custom .modal-footer {
    padding: 0 20px 19px;
  }
}
@media (max-width: 480px) {
  .modal-custom .btn {
    width: 100%;
  }
}

.modals {
  position: relative;
  z-index: 100004;
  margin: 0 auto;
  max-width: 57rem;
  background-color: #FFFFFF;
  box-shadow: 0 8px 12px #E0E0E0;
  border-radius: 6px;
}
.modals.user-unregistered-more-spins {
  --margin-top: 5rem;
  --padding: clamp(5.7rem, 1rem + 7.8vw, 6.4rem);
  --padding-bot: 10rem;
  --padding-top: clamp(2.2rem, 1rem + 4vw, 4.8rem);
  margin-top: var(--margin-top);
  padding: var(--padding);
  padding-top: var(--padding-top);
  padding-bottom: var(--padding-bot);
}
@media (max-width: 768px) {
  .modals.user-unregistered-more-spins {
    --margin-top: 0;
  }
}
@media (max-width: 600px) {
  .modals.user-unregistered-more-spins {
    --padding: clamp(1rem, 1rem + 3vw, 2.7rem);
    --padding-bot: clamp(4.5rem, 2rem + 5vw, 6rem);
    padding-top: var(--padding);
  }
}
@media (max-width: 360px) {
  .modals.user-unregistered-more-spins {
    --padding: clamp(1rem, 1rem + 2vw, 2rem);
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .modals.user-unregistered-more-spins {
    padding: 6.4rem;
    padding-top: 4.8rem;
    padding-bottom: 10rem;
  }
}
.modals.last-step {
  overflow: hidden;
  border-radius: 8px;
}
@media (max-width: 375px) {
  .modals.last-step {
    margin-top: -1.6rem;
  }
}
@media screen and (-ms-high-contrast: active) and (max-width: 768px), (-ms-high-contrast: none) and (max-width: 768px) {
  .modals.last-step {
    padding: 3rem;
  }
}
.last-step .modals__content, .last-step .modals__heading {
  --padding: 4rem;
  padding: var(--padding);
}
@media (max-width: 600px) {
  .last-step .modals__content, .last-step .modals__heading {
    --padding: clamp(1rem, 1rem + 3vw, 2.7rem);
  }
}
@media (max-width: 360px) {
  .last-step .modals__content, .last-step .modals__heading {
    --padding: clamp(1rem, 1rem + 2vw, 2rem);
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .last-step .modals__content, .last-step .modals__heading {
    padding: 4rem;
  }
}
@media screen and (-ms-high-contrast: active) and (max-width: 768px), (-ms-high-contrast: none) and (max-width: 768px) {
  .last-step .modals__content, .last-step .modals__heading {
    padding: 3rem;
  }
}
@media screen and (-ms-high-contrast: active) and (max-width: 600px), (-ms-high-contrast: none) and (max-width: 600px) {
  .last-step .modals__content, .last-step .modals__heading {
    padding: 2rem;
  }
}
.modals__background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  border-radius: 6px 6px 0 0;
}
.modals__background--third-size {
  width: 100%;
  height: 40%;
}
.modals__background--darkgreen {
  background-color: #00857c;
}
.user-unregistered-more-spins .modals__heading {
  --margin-bot: 4rem;
  margin-bottom: var(--margin-bot);
}
@media (max-width: 500px) {
  .user-unregistered-more-spins .modals__heading {
    --margin-bot: 3rem;
  }
}
@media (max-width: 360px) {
  .user-unregistered-more-spins .modals__heading {
    --margin-bot: 2.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .user-unregistered-more-spins .modals__heading {
    margin-bottom: 4rem;
  }
}
.last-step .modals__heading {
  min-height: 30rem;
  position: relative;
  background-color: #fff9f2;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
}
@media (min-width: 601px) {
  .last-step .modals__heading {
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
  }
}
@media (max-width: 600px) {
  .last-step .modals__heading {
    min-height: 22rem;
    background-color: #dc7703;
    background-image: url(/assets/img/bg-fragments.png), url(/assets/img/bg-fragments.png), url(/assets/img/bg-fragments.png), -webkit-linear-gradient(315deg, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0) 58%, rgba(255, 255, 255, 0.04) 100%), -webkit-radial-gradient(center, circle 108px, rgba(255, 255, 255, 0.11) 0%, rgba(255, 255, 255, 0) 100%);
    background-image: url(/assets/img/bg-fragments.png), url(/assets/img/bg-fragments.png), url(/assets/img/bg-fragments.png), linear-gradient(135deg, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0) 58%, rgba(255, 255, 255, 0.04) 100%), radial-gradient(circle 108px at center, rgba(255, 255, 255, 0.11) 0%, rgba(255, 255, 255, 0) 100%);
    background-position: -221px 79px, 383px 4px, 74px 42px, center, center center, center center;
    background-size: 70% 70%, 100% 100%, 50% 50%, 100% 100%, 100% 100%;
    border-radius: 8px 8px 0 0;
    padding-top: 3rem;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
            flex-direction: column;
    -webkit-justify-content: space-between;
            justify-content: space-between;
    -webkit-align-items: center;
            align-items: center;
  }
}
.last-step .modals__heading::before {
  content: "";
  display: block;
  background-image: url(/assets/img/fragments-2.svg);
  width: 46.6rem;
  height: 25.6rem;
  background-size: cover;
  position: absolute;
  top: 1rem;
  left: 54.6%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 3;
}
@media (max-width: 600px) {
  .last-step .modals__heading::before {
    display: none;
  }
}
.user-unregistered-more-spins .modals__btns-container {
  --margin-bot: 6rem;
  --padding: 3.2rem;
  --padding-inline: 4rem;
  border-radius: 6px;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
          justify-content: center;
  -webkit-align-items: center;
          align-items: center;
  -webkit-flex-direction: column;
          flex-direction: column;
  margin-bottom: var(--margin-bot);
  padding: var(--padding) var(--padding-inline);
  background-color: #FFFFFF;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .user-unregistered-more-spins .modals__btns-container > * + * {
    margin-left: 0;
    margin-top: 2rem;
  }
}
@supports (gap: 2rem) {
  .user-unregistered-more-spins .modals__btns-container {
    gap: 2rem;
  }
}
@media (max-width: 600px) {
  .user-unregistered-more-spins .modals__btns-container {
    --padding: clamp(1rem, 1rem + 3vw, 2.7rem);
    padding: var(--padding);
  }
}
@media (max-width: 500px) {
  .user-unregistered-more-spins .modals__btns-container {
    --margin-bot: 4rem;
    gap: 1rem;
  }
}
@media (max-width: 360px) {
  .user-unregistered-more-spins .modals__btns-container {
    --padding: clamp(1rem, 1rem + 2vw, 2rem);
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .user-unregistered-more-spins .modals__btns-container {
    margin-bottom: 6rem;
    padding: 3.2rem 4rem;
  }
}
@supports (display: grid) {
  .user-unregistered-more-spins .modals__btns-container .modals__title {
    margin-bottom: 0.5rem;
  }
  .user-unregistered-more-spins .modals__btns-container .modals__link {
    margin-top: 0.5rem;
  }
}
.last-step .modals__btns-container {
  display: -webkit-flex;
  display: flex;
}
.last-step .modals__btns-container > * {
  -webkit-flex-basis: 100%;
          flex-basis: 100%;
}
.last-step .modals__btns-container > * + * {
  margin-left: 1.6rem;
}
@media (max-width: 400px) {
  .last-step .modals__btns-container > * + * {
    margin-left: 0.6rem;
  }
}
.modals__btns-container .btn {
  width: 100%;
}
.last-step .modals__btns-socials .btn {
  width: 100%;
  height: 5rem;
  font-size: 1.3rem;
  font-weight: 500;
  line-height: 21px;
  color: #232323;
  background-color: #ffffff;
  border: 1px solid #eaeaea;
  border-radius: 4px;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
  -webkit-justify-content: center;
          justify-content: center;
}
@media (max-width: 635px) {
  .last-step .modals__btns-socials .btn {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
@media (max-width: 600px) {
  .last-step .modals__btns-socials .btn {
    height: 4.4rem;
  }
}
.modals__btns-socials .btn-facebook::before,
.modals__btns-socials .btn-google::before {
  content: "";
  margin-right: 1rem;
  width: 2.1rem;
  height: 2.1rem;
  background-size: 2.1rem;
  display: inline-block;
}
.modals__btns-socials .btn-facebook::before {
  background-image: url("/assets/img/facebook-btn-logo.png");
}
.modals__btns-socials .btn-google::before {
  background-image: url("/assets/img/google-btn-logo.svg");
}
@media (max-width: 600px) {
  .modals__btns-socials .btn-prefix {
    display: none;
  }
}
.last-step .modals__subtitle {
  text-align: left;
  display: block;
  color: #000000;
  font-size: 30px;
  font-weight: 400;
  line-height: 36px;
}
@media (max-width: 600px) {
  .last-step .modals__subtitle {
    max-width: 50ch;
    font-size: 1.8rem;
    font-weight: 500;
    line-height: 31px;
    letter-spacing: -0.15px;
    color: rgba(255, 255, 255, 0.57);
  }
}
.last-step .modals__subtitle:lang(hu) {
  font-size: 2.2rem;
  line-height: 32px;
}
@media (max-width: 600px) {
  .last-step .modals__subtitle:lang(hu) {
    font-size: 1.8rem;
    line-height: 31px;
  }
}
@media (max-width: 430px) {
  .last-step .modals__subtitle:lang(hu) {
    font-size: 1.4rem;
  }
}
.modals__title {
  --font-size: 3rem;
  margin: 0;
  font-size: var(--font-size);
  font-weight: 500;
  line-height: 50px;
  text-align: center;
  letter-spacing: normal;
  color: #FFFFFF;
}
@media (max-width: 360px) {
  .modals__title {
    line-height: 43px;
  }
}
@media (max-width: 600px) {
  .modals__title {
    --font-size: 2.2rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .modals__title {
    font-size: 3rem;
  }
}
.modals__list .modals__title {
  text-align: left;
}
.user-unregistered-more-spins .modals__title .emoji {
  margin: 0 0.5rem;
}
.user-unregistered-more-spins .modals__title .emoji:last-of-type {
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
  display: inline-block;
}
@media (max-width: 500px) {
  .user-unregistered-more-spins .modals__title .emoji {
    display: none !important;
  }
}
.user-unregistered-more-spins .modals__heading .modals__title {
  margin-bottom: 1.5rem;
}
.user-unregistered-more-spins .modals__list .modals__title {
  margin-bottom: 1.5rem;
}
.last-step .modals__title {
  color: #000000;
  font-size: 4.9rem;
  font-weight: 700;
  max-width: 7ch;
  min-height: 5rem;
  z-index: 5;
  text-align: left;
}
@media (max-width: 600px) {
  .last-step .modals__title {
    max-width: 60ch;
    font-size: 4rem;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.16);
    letter-spacing: -0.33px;
    color: #ffffff;
    text-align: center;
  }
}
@media (max-width: 360px) {
  .last-step .modals__title {
    font-size: 3.2rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .last-step .modals__title {
    max-width: 9ch;
  }
}
.last-step .modals__title:lang(hu) {
  max-width: 8.1ch;
}
@media (max-width: 600px) {
  .last-step .modals__title:lang(hu) {
    max-width: 60ch;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .last-step .modals__title:lang(hu) {
    max-width: 10.1ch;
  }
}
.last-step .modals__title--s {
  font-size: 3.9rem;
  max-width: 8.9ch;
  line-height: 38px;
}
.modals__title--s {
  --font-size: 1.6rem;
  font-size: var(--font-size);
  font-weight: 600;
  font-style: normal;
  line-height: 24px;
  letter-spacing: normal;
}
@media (max-width: 600px) {
  .modals__title--s {
    --font-size: 1.6rem;
  }
}
@media (max-width: 400px) {
  .modals__title--s {
    --font-size: 1.4rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .modals__title--s {
    font-size: 1.6rem;
  }
}
.modals__title--black {
  color: #000000;
}
.modals__title--prize {
  line-height: 1.3;
  white-space: nowrap;
}
@media (max-width: 601px) {
  .modals__title--prize {
    line-height: 1;
  }
}
@media (min-width: 601px) {
  .modals__title--prize span {
    color: #000000;
    font-size: 1.6rem;
    font-weight: 700;
    margin-left: -0.5em;
  }
}
.modals__title-description {
  --font-size: 1.4rem;
  margin: 0;
  font-size: var(--font-size);
  font-weight: 400;
  line-height: 24px;
  letter-spacing: normal;
  color: rgba(255, 255, 255, 0.9);
}
@media (max-width: 600px) {
  .modals__title-description {
    --font-size: 1.3rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .modals__title-description {
    font-size: 1.4rem;
  }
}
.modals__link {
  --font-size: 1.4rem;
  font-size: var(--font-size);
  font-weight: 500;
  font-style: normal;
  line-height: 14px;
  text-align: center;
  text-decoration: underline;
  letter-spacing: normal;
  color: #404040;
}
@media (hover: hover) {
  .modals__link:hover {
    text-decoration: none;
    color: #404040;
  }
}
@media (max-width: 600px) {
  .modals__link {
    --font-size: 1.3rem;
  }
}
@media (max-width: 400px) {
  .modals__link {
    --font-size: 1.2rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .modals__link {
    font-size: 1.4rem;
  }
}
.modals__list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.user-unregistered-more-spins .modals__list > * + * {
  margin-left: 0;
  margin-top: 2rem;
}
@media (max-width: 360px) {
  .user-unregistered-more-spins .modals__list > * + * {
    margin-left: 0;
    margin-top: 1.5rem;
  }
}
.modals__list-item {
  --emoji-size: -webkit-calc(var(--font-size) + 0.4rem);
  --emoji-size: calc(var(--font-size) + 0.4rem);
  --font-size: 1.6rem;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
  -webkit-flex-direction: row;
          flex-direction: row;
  font-size: var(--font-size);
  font-weight: 300;
  line-height: 22px;
  text-align: left;
  color: #303030;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .modals__list-item > * + * {
    margin-top: 0;
  }
}
@media (max-width: 600px) {
  .modals__list-item {
    --font-size: 1.3rem;
    line-height: 18px;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .modals__list-item {
    font-size: 1.6rem;
  }
}
.modals__list-item strong {
  font-weight: 300;
}
.modals__list-item .emoji {
  margin-right: 2rem;
  font-size: var(--emoji-size);
}
@media (max-width: 500px) {
  .modals__list-item .emoji {
    --emoji-size: -webkit-calc(var(--font-size) + 0.5rem);
    --emoji-size: calc(var(--font-size) + 0.5rem);
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .modals__list-item .emoji {
    font-size: 2rem;
  }
}
.modals__list-item--bubble {
  --padding: 2.5rem;
  border-radius: 12px;
  padding: var(--padding);
  box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.2);
  border: 1px solid #f4f5f6;
}
@media (max-width: 500px) {
  .modals__list-item--bubble {
    --padding: 2rem;
  }
}
@media (max-width: 360px) {
  .modals__list-item--bubble {
    --padding: 1.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .modals__list-item--bubble {
    padding: 2.5rem;
  }
}
.modals__description {
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 24px;
  color: rgba(0, 0, 0, 0.9);
}
@media (max-width: 600px) {
  .modals__description {
    margin-top: 6rem;
    font-size: 1.3rem;
  }
}
.last-step .modals__description {
  max-width: 45ch;
  margin-bottom: 4rem;
}
@media (max-width: 600px) {
  .last-step .modals__description {
    margin-bottom: 3rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .last-step .modals__description {
    max-width: 71%;
  }
}
@media screen and (-ms-high-contrast: active) and (max-width: 600px), (-ms-high-contrast: none) and (max-width: 600px) {
  .last-step .modals__description {
    max-width: 100%;
  }
}
.modals__form {
  margin-bottom: 0;
  display: -webkit-flex;
  display: flex;
  position: relative;
}
@media (max-width: 600px) {
  .modals__form {
    -webkit-flex-direction: column;
            flex-direction: column;
  }
}
.modals__form--error, .modals__form--warning {
  padding-bottom: 3rem;
}
@media (max-width: 600px) {
  .modals__form--error, .modals__form--warning {
    padding-bottom: 0;
  }
}
.modals__form > * + * {
  margin-left: 1rem;
}
@media (max-width: 600px) {
  .modals__form > * + * {
    margin-left: 0;
    margin-top: 1rem;
  }
}
@media (max-width: 600px) {
  .modals__form .btn {
    max-width: 100%;
  }
}
.modals__input {
  padding: 1.8rem;
  height: 5.2rem;
  font-size: 14px;
  font-weight: 400;
}
.modals__input::-webkit-input-placeholder {
  font-style: italic;
}
.modals__input::-moz-placeholder {
  font-style: italic;
}
.modals__input:-ms-input-placeholder {
  font-style: italic;
}
.modals__input::-ms-input-placeholder {
  font-style: italic;
}
.modals__input::placeholder {
  font-style: italic;
}
@media (max-width: 600px) {
  .modals__input {
    height: 4.4rem;
  }
}
.modals__form--error .modals__input {
  border-color: #e33a27;
}
.modals__form--warning .modals__input {
  border-color: #e37921;
}
.modals__form-text {
  position: absolute;
  bottom: 0;
  left: 0;
  margin: 0;
}
@media (max-width: 600px) {
  .modals__form-text {
    margin-top: 0.5rem;
    margin-bottom: 1rem;
    position: static;
  }
}
.modals__form--error .modals__form-text {
  color: #e33a27;
}
.modals__form--warning .modals__form-text {
  color: #e37921;
}
.modals__form-text a {
  color: inherit;
}
.modals__btn {
  max-width: 18.2rem;
  height: 5.2rem;
}
@media (max-width: 600px) {
  .modals__btn {
    height: 4.4rem;
  }
}
.modals__btn:lang(hu) {
  max-width: 21.2rem;
}
@media (max-width: 600px) {
  .modals__btn:lang(hu) {
    max-width: 100%;
  }
}
.modals__image-wrapper img {
  max-width: 92%;
  aspect-ratio: 1/1;
  object-fit: contain;
  width: 100%;
  display: -webkit-flex;
  display: flex;
  z-index: 2;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 600px) {
  .modals__image-wrapper img {
    max-width: 85%;
  }
}
.last-step .modals__image-wrapper {
  position: relative;
  width: 26.3rem;
  height: 26.3rem;
  margin: 0 auto;
  margin-top: 2rem;
  isolation: isolate;
  display: -webkit-flex;
  display: flex;
}
@media (max-width: 600px) {
  .last-step .modals__image-wrapper {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    top: 6rem;
    max-width: 26rem;
    width: 26rem;
  }
}
@media (max-width: 360px) {
  .last-step .modals__image-wrapper {
    top: 5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .last-step .modals__image-wrapper {
    top: 13%;
  }
}
@media screen and (-ms-high-contrast: active) and (max-width: 600px), (-ms-high-contrast: none) and (max-width: 600px) {
  .last-step .modals__image-wrapper {
    top: 30%;
  }
}
.last-step .modals__image-wrapper:lang(hu) {
  margin: 0 0;
  margin-top: 2rem;
}
.last-step .modals__image-wrapper:before {
  content: "";
  display: block;
  background-image: url(/assets/img/squircles.svg);
  width: 125%;
  height: 125%;
  background-size: cover;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  z-index: 1;
}
@media (max-width: 600px) {
  .last-step .modals__image-wrapper:before {
    display: none;
  }
}
.modals__close {
  z-index: 5;
  right: 0;
  top: 0;
  width: 4rem;
  height: 4rem;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
          justify-content: center;
  -webkit-align-items: center;
          align-items: center;
}
@media (min-width: 767px) {
  .modals__close {
    display: none;
  }
}
.modals__close svg.modals__close-svg {
  width: 2rem;
  height: 2rem;
}
@media (max-width: 600px) {
  .modals__close svg.modals__close-svg {
    display: none;
  }
}
@media (max-width: 600px) {
  .modals__close::after {
    content: url(/assets/img/close-white.svg);
    width: 1.2rem;
    height: 1.2rem;
    display: block;
  }
}

.text-break {
  font-size: 10px;
  font-weight: 400;
  line-height: 21px;
  color: rgba(135, 135, 135, 0.9);
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
}
.text-break::after, .text-break::before {
  content: "";
  width: 100%;
  height: 1px;
  background-color: rgb(244, 244, 244);
  display: block;
}
.text-break__text {
  margin: 2.5rem 1rem;
  -webkit-flex-shrink: 0;
          flex-shrink: 0;
}

.legal-text {
  margin: 3.2rem auto 0;
  max-width: 57rem;
  font-size: 1.2rem;
  font-weight: 300;
  line-height: 22px;
  color: #8d8d8d;
}
@media (max-width: 600px) {
  .legal-text {
    margin: 2.5rem auto 0;
  }
}
.legal-text a {
  color: inherit;
}

.partner-header {
  max-width: 57rem;
  margin: -3rem auto 3rem;
  z-index: 90000;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
          justify-content: space-between;
  -webkit-align-items: center;
          align-items: center;
}
@media (max-width: 767px) {
  .partner-header {
    margin-top: -2rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 375px) {
  .partner-header {
    margin-bottom: 3rem;
  }
}
.partner-header__logo {
  max-width: 13.9rem;
  width: 100%;
}
@media (max-width: 600px) {
  .partner-header__logo {
    max-width: 9.3rem;
  }
}
.partner-header__title {
  color: #8d8d8d;
  font-size: 1.3rem;
  font-weight: 400;
  letter-spacing: -0.08px;
  line-height: 31px;
  -webkit-transform: translateY(1rem);
          transform: translateY(1rem);
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  -webkit-flex-shrink: 0;
          flex-shrink: 0;
}
@media (max-width: 450px) {
  .partner-header__title {
    font-size: 1rem;
  }
}

.disable-scrolling {
  overflow-y: hidden;
}

.lp-overlay {
  background-image: -webkit-linear-gradient(top, rgba(245, 246, 247, 0.76) 248px, #f5f6f7 100%);
  background-image: linear-gradient(180deg, rgba(245, 246, 247, 0.76) 248px, #f5f6f7 100%);
}

.rondo-overlay {
  opacity: 0;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 99997;
  overflow-y: scroll;
  padding-bottom: 12px;
  background: rgba(245, 246, 247, 0.96);
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  -webkit-transform: translate3d(0, 75px, 0);
          transform: translate3d(0, 75px, 0);
  will-change: transform;
  pointer-events: none;
}
.rondo-overlay .rondo-overlay .content {
  position: relative;
}
@media all and (max-width: 375px) {
  .rondo-overlay {
    padding: 16px 16px 12px;
  }
}
@media all and (min-width: 375px) and (max-width: 413px) {
  .rondo-overlay {
    padding: 24px 24px 12px;
  }
}
@media all and (min-width: 414px) and (max-width: 768px) {
  .rondo-overlay {
    padding: 32px 32px 12px;
  }
}
.rondo-overlay.show {
  opacity: 1;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
  pointer-events: all;
}
.rondo-overlay .content {
  width: 570px;
  max-width: 100%;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
          flex-direction: column;
  -webkit-flex-shrink: 0;
          flex-shrink: 0;
  margin: 80px auto 0;
  padding: 55px 65px 30px;
  text-align: center;
  background: #fff;
  box-shadow: 0 8px 12px #dadce1;
  border-radius: 8px;
}
@media all and (max-height: 780px) {
  .rondo-overlay .content {
    margin-top: 70px;
  }
}
@media all and (max-height: 750px) {
  .rondo-overlay .content {
    margin-top: 60px;
  }
}
@media all and (max-height: 730px) {
  .rondo-overlay .content {
    margin-top: 50px;
  }
}
@media all and (max-height: 710px) {
  .rondo-overlay .content {
    margin-top: 44px;
  }
}
@media all and (max-width: 375px) {
  .rondo-overlay .content {
    margin-top: 0 !important;
    padding: 30px 16px 24px;
  }
}
@media all and (min-width: 375px) and (max-width: 413px) {
  .rondo-overlay .content {
    margin-top: 0 !important;
    padding: 30px 24px 24px;
  }
}
@media all and (min-width: 414px) and (max-width: 768px) {
  .rondo-overlay .content {
    margin-top: 0 !important;
    padding: 32px 32px 24px;
  }
}
.rondo-overlay .content .task-limitation {
  margin: -30px -65px 26px;
  padding: 18px 65px;
  background-color: #fff4ef;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}
@media all and (max-width: 768px) and (min-width: 414px) {
  .rondo-overlay .content .task-limitation {
    margin: -32px -32px 26px;
    padding: 18px 32px;
  }
}
@media all and (max-width: 413px) and (min-width: 375px) {
  .rondo-overlay .content .task-limitation {
    margin: -24px -24px 28px;
    padding: 18px 24px;
  }
}
@media all and (max-width: 375px) {
  .rondo-overlay .content .task-limitation {
    margin: -16px -16px 16px;
    padding: 18px 16px;
  }
}
.rondo-overlay .content .task-limitation__title {
  margin: 0 0 11px;
  font-size: 13px;
  font-weight: 500;
  line-height: 1;
  text-align: left;
  text-transform: uppercase;
}
.rondo-overlay .content .task-limitation .big-quiz-limitations {
  margin: 0;
  font-size: 14px;
  line-height: 12px;
  white-space: initial;
}
.rondo-overlay .content .task-limitation .big-quiz-limitations::before {
  margin-right: 8px;
}
.rondo-overlay .content .task-limitation .big-quiz-limitations.big-quiz-limitations--negative {
  color: #e96330;
}
.rondo-overlay .content .popup-game__heading {
  font-weight: 500;
}
@media all and (max-width: 767px) {
  .rondo-overlay .content .popup-game__heading {
    margin: 16px 0 0;
  }
}
.rondo-overlay .content .title-description {
  opacity: 0.8;
  font-size: 16px;
  font-weight: 300;
  line-height: 27px;
  color: #000;
}
.rondo-overlay .content .description {
  font-size: 14px;
  font-weight: 300;
  line-height: 24px;
  color: #414141;
}
.rondo-overlay .content .btn-next {
  height: 52px;
  margin: 0 auto;
  padding: 16px 24px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.29px;
  text-transform: uppercase;
}
.rondo-overlay .content .btn-next.loading::before {
  top: 12px;
}
@media all and (max-width: 480px) {
  .rondo-overlay .content .btn-next.loading::before {
    top: 8px;
  }
}
@media all and (max-width: 480px) {
  .rondo-overlay .content .btn-next {
    height: 42px;
    padding: 12px 16px;
    font-size: 14px;
  }
}
@media all and (max-width: 414px) {
  .rondo-overlay .content .btn-next {
    width: 100%;
  }
}
.rondo-overlay .content .info-wrapper, .rondo-overlay .content .content__body .info-wrapper--extended, .rondo-overlay .content__body .content .info-wrapper--extended {
  background: #fbfbfb;
  border: 1px solid #f0f0f0;
  border-radius: 4px;
}
.rondo-overlay .content .info-wrapper.info-wrapper--countdown, .rondo-overlay .content .content__body .info-wrapper--countdown.info-wrapper--extended, .rondo-overlay .content__body .content .info-wrapper--countdown.info-wrapper--extended {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
          justify-content: center;
  -webkit-align-items: center;
          align-items: center;
  margin-bottom: 32px;
  padding: 40px 10px;
  font-family: "DS-DigitalB", "Fira Sans", sans-serif;
  background: #fff;
}
.rondo-overlay .content .info-wrapper.info-wrapper--dashed, .rondo-overlay .content .content__body .info-wrapper--dashed.info-wrapper--extended, .rondo-overlay .content__body .content .info-wrapper--dashed.info-wrapper--extended {
  background-color: #fcfcfc;
  border: 1px dashed #f0f0f0;
}
.rondo-overlay .content .link-close {
  cursor: pointer;
  display: block;
  margin-top: 22px;
  font-size: 12px;
  font-weight: 400;
  line-height: 12px;
  text-decoration: underline;
  color: #414141;
}
.rondo-overlay .content .link-close:hover {
  text-decoration: none;
}
@media all and (max-width: 480px) {
  .rondo-overlay .content .link-close {
    line-height: 24px;
  }
}
@media all and (max-width: 768px) {
  .rondo-overlay .content {
    margin-top: 30px;
    padding-top: 30px;
  }
}
.rondo-overlay .content > .rondo-close {
  top: 8px;
  right: 8px;
  width: 24px;
  height: 24px;
  display: block;
}
@media all and (min-width: 767.001px) {
  .rondo-overlay .content > .rondo-close {
    display: none;
  }
}
.rondo-overlay .content.confetti {
  background: no-repeat 0% -2% url("/assets/img/confetti.svg") #fff;
}
.rondo-overlay:not(.show) .mcwidget-embed * {
  pointer-events: none !important;
}
.rondo-overlay.confetti {
  background: rgba(245, 246, 247, 0.98) url("/assets/img/bg-spin-game-particles.svg") repeat-x 100% 0;
}
.rondo-overlay.confetti:after {
  position: fixed;
  top: 268px;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  content: "";
  background-image: -webkit-linear-gradient(top, rgba(245, 246, 247, 0) 0%, #f5f6f7 300px);
  background-image: linear-gradient(180deg, rgba(245, 246, 247, 0) 0%, #f5f6f7 300px);
  pointer-events: none;
}
.rondo-overlay.gold {
  background: rgba(225, 170, 70, 0.98) url("/assets/img/gold-circles-bg.svg") no-repeat;
  background-size: cover;
}
.rondo-overlay.gold .content {
  box-shadow: 0 8px 12px #e5b173;
}
.rondo-overlay > .rondo-close {
  top: 24px;
  right: 24px;
  width: 32px;
  height: 32px;
  display: block;
}
@media all and (max-width: 767px) {
  .rondo-overlay > .rondo-close {
    display: none;
  }
}
.rondo-overlay .rondo-close {
  position: absolute;
  border-radius: 50%;
}
.rondo-overlay .rondo-close:hover, .rondo-overlay .rondo-close:focus {
  cursor: pointer;
}
@media (hover: hover) and (pointer: fine) {
  .rondo-overlay .rondo-close:hover svg path, .rondo-overlay .rondo-close:focus svg path {
    fill: hsl(221deg, 10%, 31%);
  }
}
.rondo-overlay .rondo-close:active svg path {
  fill: hsl(221deg, 10%, 31%);
}
.rondo-overlay .rondo-close svg {
  width: 100%;
  height: 100%;
}
.rondo-overlay .rondo-close svg path {
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  fill: #aeb2b5;
}

.footer .popover {
  position: absolute;
  width: 270px;
  height: auto !important;
  margin: -15px 0 0;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25);
  border: none;
}
.footer .popover > .arrow {
  border-width: 11px;
}
.footer .popover > .arrow, .footer .popover > .arrow:after {
  position: absolute;
  width: 0;
  height: 20px;
  display: block;
  border-style: solid;
}
.footer .popover > .arrow:after {
  content: "";
  border-width: 10px;
}
.footer .popover img {
  max-width: 100%;
  padding-right: 10px;
  padding-left: 10px;
}
.footer .popover .popover-title {
  margin: 0;
  font-size: 19px;
  font-weight: 300;
  line-height: 1.1;
  background-color: #fff;
  border: none;
}
.footer .popover.top {
  top: auto !important;
  bottom: 80px !important;
}
@media all and (max-height: 450px) {
  .footer .popover.top {
    bottom: 45px !important;
  }
}
.footer .popover.top > .arrow {
  bottom: -21px;
  left: 50%;
  margin-left: -11px;
  border-bottom-width: 0;
  border-top-color: rgba(0, 0, 0, 0.15);
}
.footer .popover.top > .arrow:after {
  content: "";
  margin-left: -10px;
  border-bottom-width: 0;
  border-top-color: #fff;
}
.footer .popover.bottom {
  top: 55px !important;
  bottom: auto !important;
}
@media all and (max-height: 450px) {
  .footer .popover.bottom {
    top: 45px !important;
  }
}
.footer .popover.bottom > .arrow {
  top: -21px;
  border-top-width: 0;
  border-bottom-color: #999999;
  border-bottom-color: rgba(0, 0, 0, 0.15);
}
.footer .popover.bottom > .arrow:after {
  border-top-width: 0;
  border-bottom-color: #fff;
}
.footer .popover .close {
  cursor: pointer;
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 10;
  width: 20px;
  height: 20px;
  background: rgba(255, 255, 255, 0.79);
  border-radius: 50%;
}
.footer .popover .close:before, .footer .popover .close:after {
  position: absolute;
  top: 0;
  left: 10px;
  width: 1px;
  height: 20px;
  content: " ";
  background-color: #414141;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.footer .popover .close:hover:before, .footer .popover .close:hover:after {
  background-color: black;
}
.footer .popover .close:before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.footer .popover .close:after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.rondo-overlay .puzzle-mini-game .content {
  padding: 0;
}
.rondo-overlay .puzzle-mini-game .content .content-header-wrapper {
  position: relative;
  min-height: 150px;
  overflow: hidden;
  border-radius: 8px 8px 0 0;
}
.rondo-overlay .puzzle-mini-game .content .content-header-wrapper .big-quiz-popup-answer {
  position: absolute;
  top: 0;
  width: 100%;
  -webkit-transition: 0.3s -webkit-transform;
  transition: 0.3s -webkit-transform;
  transition: 0.3s transform;
  transition: 0.3s transform, 0.3s -webkit-transform;
  -webkit-transform: translateY(-101%);
          transform: translateY(-101%);
}
.rondo-overlay .puzzle-mini-game .content .content-header-wrapper .big-quiz-popup-answer.show-header {
  -webkit-transform: translateY(0%);
          transform: translateY(0%);
}
.rondo-overlay .puzzle-mini-game .content .content-header-wrapper .big-quiz-popup-answer.hide-header {
  -webkit-transform: translateY(-101%);
          transform: translateY(-101%);
}
@media all and (max-width: 767px) {
  .rondo-overlay .puzzle-mini-game .content .content__body,
.rondo-overlay .puzzle-mini-game .content .content-header-wrapper > .content__header {
    padding: 24px 50px;
  }
}
@media all and (max-width: 666px) {
  .rondo-overlay .puzzle-mini-game .content .content__body,
.rondo-overlay .puzzle-mini-game .content .content-header-wrapper > .content__header {
    padding: 22px 24px 37px;
  }
}
@media all and (min-width: 320px) {
  .rondo-overlay .puzzle-mini-game .content .content__body,
.rondo-overlay .puzzle-mini-game .content .content-header-wrapper > .content__header {
    padding: 22px 16px 37px;
  }
}
@media all and (min-width: 375px) {
  .rondo-overlay .puzzle-mini-game .content .content__body,
.rondo-overlay .puzzle-mini-game .content .content-header-wrapper > .content__header {
    padding: 24px 24px 37px;
  }
}
@media all and (min-width: 414px) {
  .rondo-overlay .puzzle-mini-game .content .content__body,
.rondo-overlay .puzzle-mini-game .content .content-header-wrapper > .content__header {
    padding: 32px 32px 37px;
  }
}
@media all and (min-width: 1024px) {
  .rondo-overlay .puzzle-mini-game .content .content__body,
.rondo-overlay .puzzle-mini-game .content .content-header-wrapper > .content__header {
    padding: 40px 64px;
  }
}

/**
	SPIN GAME ITEMS only assets
	- This is not a standalone asset
	- Assuming we are using default.css at the same time
 */
.row.row-spin-game [class^=col-] {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
          flex-direction: column;
}
.row.row-spin-game [class^=col-] .spin-game {
  display: -webkit-flex;
  display: flex;
}
.row.row-spin-game [class^=col-] .spin-game .draw {
  margin-top: auto;
  margin-bottom: auto;
}
.row [class^=col-] .spin-game {
  width: -webkit-calc(100% + 30px);
  width: calc(100% + 30px);
  max-width: none;
  margin: 0 -15px;
}
.row [class^=col-] .spin-game .draw {
  padding: 0 15px;
}

.spin-game .draw {
  margin-right: auto;
  margin-left: auto;
}
.spin-game .draw.draw--desktop {
  width: 360px;
}
.spin-game .draw.draw--mobile {
  width: 286px;
}

.rondo-overlay {
  opacity: 0;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 99997;
  overflow-y: scroll;
  overflow-x: hidden;
  padding-bottom: 40px;
  background: rgba(245, 246, 247, 0.96);
  -webkit-transition: -webkit-transform 0.3s linear;
  transition: -webkit-transform 0.3s linear;
  transition: transform 0.3s linear;
  transition: transform 0.3s linear, -webkit-transform 0.3s linear;
  -webkit-transform: translate3d(0, 75px, 0);
          transform: translate3d(0, 75px, 0);
  will-change: transform;
  pointer-events: none;
}
.rondo-overlay--shadow {
  width: 100vw;
  height: 100vw;
}
@media all and (max-width: 375px) {
  .rondo-overlay {
    padding: 16px;
  }
}
@media all and (min-width: 375px) and (max-width: 413px) {
  .rondo-overlay {
    padding: 24px 24px 16px;
  }
}
@media all and (min-width: 414px) and (max-width: 768px) {
  .rondo-overlay {
    padding: 32px 32px 16px;
  }
}
.rondo-overlay.show {
  opacity: 1;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
  pointer-events: all;
}
.rondo-overlay .btn-close-lightbox {
  position: absolute;
  top: 24px;
  right: 24px;
  width: 32px;
  height: 32px;
  display: block;
  border-radius: 50%;
}
@media all and (max-width: 767px) {
  .rondo-overlay .btn-close-lightbox {
    top: 8px;
    right: 8px;
    width: 24px;
    height: 24px;
  }
}
.rondo-overlay .btn-close-lightbox svg {
  width: 100%;
  height: 100%;
}
.rondo-overlay .btn-close-lightbox svg path {
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  fill: #aeb2b5;
}
.rondo-overlay .btn-close-lightbox:hover svg path {
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  fill: #474c57;
}
.rondo-overlay .content {
  position: relative;
  width: 570px;
  max-width: 100%;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
          flex-direction: column;
  -webkit-flex-shrink: 0;
          flex-shrink: 0;
  margin: 80px auto 0;
  padding: 55px 65px 30px;
  text-align: center;
  background: #ffffff;
  box-shadow: 0 8px 12px #dadce1;
  border-radius: 8px;
}
.rondo-overlay .content__header .task-limitation {
  margin: -30px -65px 26px;
  padding: 18px 65px;
  background-color: #fff4ef;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}
@media all and (max-width: 768px) and (min-width: 414px) {
  .rondo-overlay .content__header .task-limitation {
    margin: -32px -32px 26px;
    padding: 18px 32px;
  }
}
@media all and (max-width: 413px) and (min-width: 375px) {
  .rondo-overlay .content__header .task-limitation {
    margin: -24px -24px 28px;
    padding: 18px 24px;
  }
}
@media all and (max-width: 374px) {
  .rondo-overlay .content__header .task-limitation {
    margin: -16px -16px 16px;
    padding: 18px 16px;
  }
}
.rondo-overlay .content__header .task-limitation__title {
  margin: 0 0 11px;
  font-size: 13px;
  font-weight: 500;
  line-height: 1;
  text-align: left;
  text-transform: uppercase;
}
.rondo-overlay .content__header .task-limitation .big-quiz-limitations {
  margin: 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 12px;
  white-space: initial;
  text-align: left;
}
.rondo-overlay .content__header .task-limitation .big-quiz-limitations::before {
  max-height: 20px;
  margin-right: 8px;
}
.rondo-overlay .content__header .task-limitation .big-quiz-limitations.big-quiz-limitations--negative {
  color: #e96330;
}
.rondo-overlay .content__header .task-limitation .big-quiz-limitations.big-quiz-limitations--negative::before {
  content: url("https://www.rondo.cz/assets/img/fire.svg");
}
.rondo-overlay .content__header .title,
.rondo-overlay .content__header div.title {
  margin: 0 0 3rem;
  font-size: 30px;
  font-weight: 500;
  line-height: 1;
  text-align: center;
  color: #000;
}
@media all and (max-width: 425px) {
  .rondo-overlay .content__header .title,
.rondo-overlay .content__header div.title {
    margin: 0.5rem 0 1.5rem;
    font-size: 26px;
    font-weight: 600;
    line-height: 28px;
  }
}
@media all and (max-width: 375px) {
  .rondo-overlay .content__header .title,
.rondo-overlay .content__header div.title {
    font-size: 22px;
  }
}
.rondo-overlay .content__header .title--lg,
.rondo-overlay .content__header div.title--lg {
  font-size: 36px;
  line-height: 1.2;
}
.rondo-overlay .content__header .title-congrats,
.rondo-overlay .content__header div.title-congrats {
  line-height: 1.2;
}
.rondo-overlay .content__header .title-icon {
  width: 40px;
}
@media all and (max-width: 767px) {
  .rondo-overlay .content__header .title-icon {
    width: 35px;
  }
}
.rondo-overlay .content__header .title-icon--sm {
  width: 30px;
}
@media all and (max-width: 425px) {
  .rondo-overlay .content__header .title-icon--sm {
    width: 26px;
  }
}
@media all and (max-width: 375px) {
  .rondo-overlay .content__header .title-icon--sm {
    width: 22px;
  }
}
.rondo-overlay .content__header .subtitle {
  font-size: 15px;
  line-height: 14px;
  color: #000;
}
.rondo-overlay .content__header .title-description {
  opacity: 0.8;
  font-size: 16px;
  font-weight: 300;
  line-height: 27px;
  color: #000000;
}
.rondo-overlay .content__header .info-text {
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  text-align: left;
  color: #000;
}
@media all and (max-width: 480px) {
  .rondo-overlay .content__header .info-text {
    font-size: 13px;
  }
  .rondo-overlay .content__header .info-text strong {
    font-weight: 600 !important;
  }
}
.rondo-overlay .content__header .info-text--center {
  text-align: center;
}
.rondo-overlay .content__body .draw {
  max-height: 496px;
}
@media all and (max-width: 480px) {
  .rondo-overlay .content__body .draw {
    max-height: 350px;
  }
}
.rondo-overlay .content__body .draw-wrapper {
  margin-bottom: 19px;
}
@media all and (max-width: 480px) {
  .rondo-overlay .content__body .draw-wrapper {
    margin-top: 0 !important;
  }
}
.rondo-overlay .content__body .spin-game__container {
  padding: 0 15px 33px;
}
@media all and (max-width: 480px) {
  .rondo-overlay .content__body .spin-game__container {
    padding: 0 0 33px;
  }
}
@media all and (max-width: 480px) {
  .rondo-overlay .content__body .spin-game .draw draw-prize__card-wrapper.rondon .draw-prize__name {
    margin-left: 15px !important;
  }
}
.rondo-overlay .content__body .description {
  margin-bottom: 20px;
}
.rondo-overlay .content__body .draw-prize {
  max-width: 342px;
  margin: 0 auto;
}
.rondo-overlay .content__body .info-text,
.rondo-overlay .content__body .info-text p {
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  text-align: left;
  color: #000;
}
@media all and (max-width: 480px) {
  .rondo-overlay .content__body .info-text,
.rondo-overlay .content__body .info-text p {
    font-size: 13px;
  }
  .rondo-overlay .content__body .info-text strong,
.rondo-overlay .content__body .info-text p strong {
    font-weight: 600 !important;
  }
}
.rondo-overlay .content__body .btn-next {
  height: 52px;
  margin: 0 auto;
  padding: 16px 24px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.25;
  letter-spacing: 0.29px;
  text-transform: uppercase;
}
.rondo-overlay .content__body .btn-next.loading::before {
  top: 12px;
}
@media all and (max-width: 480px) {
  .rondo-overlay .content__body .btn-next.loading::before {
    top: 8px;
  }
}
.rondo-overlay .content__body .btn-next--lg {
  width: 272px;
}
@media all and (max-width: 480px) {
  .rondo-overlay .content__body .btn-next {
    width: 100%;
    height: 4.2rem;
    padding: 1.4rem 1.6rem;
    font-size: 1.4rem;
    line-height: 1;
  }
}
@media all and (max-width: 600px) {
  .rondo-overlay .content__body .btn-next:lang(hu) {
    padding: 4.5%;
    line-height: 1.5;
    height: auto;
    white-space: break-spaces;
  }
}
.rondo-overlay .content__body .inner-block {
  margin: 35px -65px -35px;
  padding: 13px 65px 35px;
  border-radius: 0 0 8px 8px;
}
@media all and (min-width: 414px) and (max-width: 768px) {
  .rondo-overlay .content__body .inner-block {
    margin: 40px -32px -24px;
    padding: 13px 32px 24px;
  }
}
@media all and (min-width: 375px) and (max-width: 413px) {
  .rondo-overlay .content__body .inner-block {
    margin: 40px -24px -24px;
    padding: 13px 24px 24px;
  }
}
@media all and (max-width: 374px) {
  .rondo-overlay .content__body .inner-block {
    margin: 40px -16px -24px;
    padding: 13px 16px 24px;
  }
}
.rondo-overlay .content__body .info-wrapper, .rondo-overlay .content__body .info-wrapper--extended {
  background: #fbfbfb;
  border: 1px solid #f0f0f0;
  border-radius: 4px;
}
.rondo-overlay .content__body .info-wrapper .info-icon, .rondo-overlay .content__body .info-wrapper--extended .info-icon {
  position: relative;
  top: 1px;
  width: 12px;
  height: 12px;
  display: inline-block;
  background-image: url("/assets/img/puzzles/info-icon.svg");
  background-size: cover;
}
.rondo-overlay .content__body .info-wrapper--extended {
  position: relative;
  padding: 1.3rem 2.2rem;
  margin: 1rem -2.2rem;
  margin-bottom: 2rem;
}
@media all and (max-width: 767px) {
  .rondo-overlay .content__body .info-wrapper--extended {
    padding: 1.3rem;
    margin: 1rem 0rem;
    margin-bottom: 2rem;
  }
}
.rondo-overlay .content__body .info-wrapper--extended .info-wrapper__row {
  -webkit-justify-content: space-between;
          justify-content: space-between;
  -webkit-align-items: center;
          align-items: center;
}
@media all and (max-width: 767px) {
  .rondo-overlay .content__body .info-wrapper--extended .info-wrapper__row {
    -webkit-flex-direction: column;
            flex-direction: column;
    margin: 0 !important;
  }
}
.rondo-overlay .content__body .info-wrapper--extended .info-wrapper__row-right-col {
  margin: 0;
}
.rondo-overlay .content__body .info-wrapper--extended .info-wrapper__row-right-col .btn-xs {
  margin-top: 0.9rem;
}
@media all and (max-width: 767px) {
  .rondo-overlay .content__body .info-wrapper--extended .info-wrapper__row-right-col .btn-xs {
    width: 35rem;
  }
}
.rondo-overlay .content__body .info-wrapper__text, .rondo-overlay .content__body .info-wrapper__text--link {
  margin: 0;
  font-size: 1.4rem;
  line-height: 24px;
  font-weight: 400;
}
.rondo-overlay .content__body .info-wrapper__text--link a {
  color: #e37921;
}
.rondo-overlay .content__body .info-wrapper__text--link a:hover {
  text-decoration: none;
}
@media all and (max-width: 767px) {
  .rondo-overlay .content__body .info-wrapper__text--link a:hover {
    text-decoration: underline;
  }
}
@media all and (max-width: 767px) {
  .rondo-overlay .content__body .info-wrapper__text--link {
    margin-top: 1.5rem;
  }
}
.rondo-overlay .content__body .info-wrapper__text--small {
  font-size: 1.2rem;
}
.rondo-overlay .content__body .info-wrapper__text--timer {
  font-weight: 700;
  font-size: 4rem;
  letter-spacing: 4px;
  color: #e37921;
}
.rondo-overlay .content__body .info-wrapper__row {
  display: -webkit-flex;
  display: flex;
  margin-left: -12px;
}
@media all and (max-width: 767px) {
  .rondo-overlay .content__body .info-wrapper__row {
    margin-top: 24px;
    margin-left: 0;
  }
  .rondo-overlay .content__body .info-wrapper__row:last-child {
    margin-bottom: 24px;
  }
}
@media all and (max-width: 767px) {
  .rondo-overlay .content__body .info-wrapper__row {
    -webkit-flex-direction: column;
            flex-direction: column;
  }
}
@media all and (max-width: 767px) {
  .rondo-overlay .content__body .info-wrapper__row .info-wrapper__text, .rondo-overlay .content__body .info-wrapper__row .info-wrapper__text--link {
    text-align: center;
  }
}
.rondo-overlay .content__body .info-wrapper__row-left-col {
  overflow: hidden;
}
.rondo-overlay .content__body .info-wrapper__row-left-col .draw.draw--mobile {
  max-width: 100%;
  margin: 0 auto;
}
.rondo-overlay .content__body .info-wrapper__row-left-col .draw-prize {
  padding: 8px;
}
.rondo-overlay .content__body .info-wrapper__row-right-col {
  margin: auto 0 12px;
  -webkit-flex-basis: 0;
          flex-basis: 0;
}
@media all and (max-width: 767px) {
  .rondo-overlay .content__body .info-wrapper__row-right-col .col-inner {
    padding: 0 8px;
  }
}
.rondo-overlay .content__body .info-wrapper__row-right-col .btn {
  width: 100%;
}
@media all and (max-width: 767px) {
  .rondo-overlay .content__body .info-wrapper__row-right-col .btn {
    width: 270px;
    max-width: 100%;
  }
}
@media all and (max-width: 767px) {
  .rondo-overlay .content__body .info-wrapper__row-right-col {
    max-width: 100%;
    margin: 0 auto;
  }
}
.rondo-overlay .content__body .info-wrapper .app-link-row .links, .rondo-overlay .content__body .info-wrapper--extended .app-link-row .links {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-evenly;
          justify-content: space-evenly;
}
@media all and (max-width: 480px) {
  .rondo-overlay .content__body .info-wrapper .app-link-row .links, .rondo-overlay .content__body .info-wrapper--extended .app-link-row .links {
    -webkit-flex-direction: column;
            flex-direction: column;
    -webkit-align-items: center;
            align-items: center;
  }
}
@media all and (max-width: 480px) {
  .rondo-overlay .content__body .info-wrapper .app-link-row .links .link, .rondo-overlay .content__body .info-wrapper--extended .app-link-row .links .link {
    margin-bottom: 1rem;
  }
}
.rondo-overlay .content__body .info-wrapper .qrcode-app, .rondo-overlay .content__body .info-wrapper--extended .qrcode-app {
  text-align: center;
}
.rondo-overlay .content__body .info-wrapper.info-wrapper--tsp, .rondo-overlay .content__body .info-wrapper--tsp.info-wrapper--extended {
  background: #fff;
}
.rondo-overlay .content__body .info-wrapper.info-wrapper--task, .rondo-overlay .content__body .info-wrapper--task.info-wrapper--extended {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
          justify-content: space-between;
  margin: 36px 0 32px;
  padding: 20px 0;
}
@media all and (max-width: 480px) {
  .rondo-overlay .content__body .info-wrapper.info-wrapper--task, .rondo-overlay .content__body .info-wrapper--task.info-wrapper--extended {
    -webkit-flex-direction: column;
            flex-direction: column;
    margin: 24px 0 16px;
    padding: 0;
  }
}
.rondo-overlay .content__body .info-wrapper.info-wrapper--task .info-wrapper__type, .rondo-overlay .content__body .info-wrapper--task.info-wrapper--extended .info-wrapper__type {
  padding: 0 20px;
  border-right: 1px solid #f0f0f0;
}
@media all and (max-width: 480px) {
  .rondo-overlay .content__body .info-wrapper.info-wrapper--task .info-wrapper__type, .rondo-overlay .content__body .info-wrapper--task.info-wrapper--extended .info-wrapper__type {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
            justify-content: space-between;
    -webkit-align-items: center;
            align-items: center;
    margin: 0 16px;
    padding: 16px 0;
    border-right: none;
    border-bottom: 1px solid #f0f0f0;
  }
  .rondo-overlay .content__body .info-wrapper.info-wrapper--task .info-wrapper__type .info-wrapper__title, .rondo-overlay .content__body .info-wrapper--task.info-wrapper--extended .info-wrapper__type .info-wrapper__title {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
            align-items: center;
  }
  .rondo-overlay .content__body .info-wrapper.info-wrapper--task .info-wrapper__type .info-wrapper__title .title, .rondo-overlay .content__body .info-wrapper--task.info-wrapper--extended .info-wrapper__type .info-wrapper__title .title {
    max-width: 80px;
    margin: 0 0 0 12px;
    text-align: left;
  }
  .rondo-overlay .content__body .info-wrapper.info-wrapper--task .info-wrapper__type .info-wrapper__title img, .rondo-overlay .content__body .info-wrapper--task.info-wrapper--extended .info-wrapper__type .info-wrapper__title img {
    width: 32px;
    height: 32px;
  }
}
.rondo-overlay .content__body .info-wrapper.info-wrapper--task .info-wrapper__type:last-child, .rondo-overlay .content__body .info-wrapper--task.info-wrapper--extended .info-wrapper__type:last-child {
  border: none;
}
.rondo-overlay .content__body .info-wrapper.info-wrapper--task .info-wrapper__type .info-title, .rondo-overlay .content__body .info-wrapper--task.info-wrapper--extended .info-wrapper__type .info-title {
  margin: 8px 0 10px;
  font-size: 12px;
  font-weight: 500;
  line-height: 1;
  color: #8e8f91;
  text-transform: uppercase;
}
@media all and (max-width: 480px) {
  .rondo-overlay .content__body .info-wrapper.info-wrapper--task .info-wrapper__type .info-title, .rondo-overlay .content__body .info-wrapper--task.info-wrapper--extended .info-wrapper__type .info-title {
    max-width: 80px;
    margin: 0 0 0 12px;
    text-align: left;
  }
}
@media all and (max-width: 666px) {
  .rondo-overlay .content__body .info-wrapper.info-wrapper--task .info-wrapper__type .info-title, .rondo-overlay .content__body .info-wrapper--task.info-wrapper--extended .info-wrapper__type .info-title {
    line-height: 16px;
  }
}
.rondo-overlay .content__body .info-wrapper.info-wrapper--task .info-wrapper__type .number, .rondo-overlay .content__body .info-wrapper--task.info-wrapper--extended .info-wrapper__type .number {
  margin: 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 12px;
  color: #000;
}
.rondo-overlay .content__body .info-wrapper.info-wrapper--countdown, .rondo-overlay .content__body .info-wrapper--countdown.info-wrapper--extended {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
          justify-content: center;
  -webkit-align-items: center;
          align-items: center;
  margin-bottom: 32px;
  padding: 40px 10px;
  font-family: "DS-DigitalB", "Fira Sans", sans-serif;
  background: #fff;
}
.rondo-overlay .content__body .info-wrapper.info-wrapper--dashed, .rondo-overlay .content__body .info-wrapper--dashed.info-wrapper--extended {
  margin-top: 25px;
  padding: 15px 25px;
  background-color: #fcfcfc;
  border: 1px dashed #f0f0f0;
}
.rondo-overlay .content__body .info-wrapper.info-wrapper--download-app, .rondo-overlay .content__body .info-wrapper--download-app.info-wrapper--extended {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
  -webkit-justify-content: space-between;
          justify-content: space-between;
  padding: 15px 18px;
}
@media all and (max-width: 769px) {
  .rondo-overlay .content__body .info-wrapper.info-wrapper--download-app, .rondo-overlay .content__body .info-wrapper--download-app.info-wrapper--extended {
    padding: 15px 25px;
  }
}
@media all and (max-width: 600px) {
  .rondo-overlay .content__body .info-wrapper.info-wrapper--download-app, .rondo-overlay .content__body .info-wrapper--download-app.info-wrapper--extended {
    -webkit-flex-direction: column;
            flex-direction: column;
    gap: 1rem;
  }
}
.rondo-overlay .content__body .info-wrapper.info-wrapper--download-app a, .rondo-overlay .content__body .info-wrapper--download-app.info-wrapper--extended a {
  text-decoration: none !important;
}
@media (min-width: 769px) {
  .rondo-overlay .content__body .info-wrapper.info-wrapper--download-app a:nth-of-type(1), .rondo-overlay .content__body .info-wrapper--download-app.info-wrapper--extended a:nth-of-type(1) {
    margin-right: 1rem;
  }
}
@media (max-width: 769px) and (min-width: 601px) {
  .rondo-overlay .content__body .info-wrapper.info-wrapper--download-app a:nth-of-type(1), .rondo-overlay .content__body .info-wrapper--download-app.info-wrapper--extended a:nth-of-type(1) {
    margin-left: auto;
    margin-right: 1rem;
  }
}
.rondo-overlay .content__body .info-wrapper.info-wrapper--download-app p, .rondo-overlay .content__body .info-wrapper--download-app.info-wrapper--extended p {
  margin: 0;
  margin-right: 2rem;
  text-align: left;
  line-height: 1.3;
}
@media all and (max-width: 769px) {
  .rondo-overlay .content__body .info-wrapper.info-wrapper--download-app p, .rondo-overlay .content__body .info-wrapper--download-app.info-wrapper--extended p {
    margin-right: 4rem;
  }
}
@media all and (max-width: 600px) {
  .rondo-overlay .content__body .info-wrapper.info-wrapper--download-app p, .rondo-overlay .content__body .info-wrapper--download-app.info-wrapper--extended p {
    margin-right: 0;
    text-align: center;
  }
}
.rondo-overlay .content__body .info-wrapper.info-wrapper--download-app strong, .rondo-overlay .content__body .info-wrapper--download-app.info-wrapper--extended strong {
  font-size: 16px;
  color: #005b8e;
  display: block;
}
.rondo-overlay .content__body .info-wrapper.info-wrapper--download-app .download-links, .rondo-overlay .content__body .info-wrapper--download-app.info-wrapper--extended .download-links {
  display: -webkit-flex;
  display: flex;
}
.rondo-overlay .content__body .info-wrapper.info-wrapper--download-app .download-links a:first-child, .rondo-overlay .content__body .info-wrapper--download-app.info-wrapper--extended .download-links a:first-child {
  margin-left: auto;
}
.rondo-overlay .content__body .info-wrapper.info-wrapper--download-app .download-links a:last-child, .rondo-overlay .content__body .info-wrapper--download-app.info-wrapper--extended .download-links a:last-child {
  margin-left: 12px;
}
.rondo-overlay .content__body .info-wrapper--charge-puzzle {
  max-width: 385px;
  margin: 0 auto;
  padding: 0 15px 24px;
}
@media all and (max-width: 480px) {
  .rondo-overlay .content__body .info-wrapper--charge-puzzle {
    padding: 26px 15px 14px;
  }
}
.rondo-overlay .content__body .info-wrapper--charge-puzzle.six {
  padding: 14px 15px 24px;
}
@media all and (max-width: 480px) {
  .rondo-overlay .content__body .info-wrapper--charge-puzzle.six {
    padding: 18px 15px 14px;
  }
}
.rondo-overlay .content__body .info-wrapper--charge-puzzle.six .charge-puzzles {
  margin: 63px auto 25px;
}
@media all and (max-width: 480px) {
  .rondo-overlay .content__body .info-wrapper--charge-puzzle.six .charge-puzzles {
    margin: 50px auto 15px;
  }
}
.rondo-overlay .content__body .info-wrapper .product-intro-puzzles, .rondo-overlay .content__body .info-wrapper--extended .product-intro-puzzles {
  position: relative;
  max-width: 100%;
  -webkit-justify-content: center;
          justify-content: center;
  margin: 24px auto 10px;
  text-align: center;
}
.rondo-overlay .content__body .info-wrapper .product-intro-puzzles img, .rondo-overlay .content__body .info-wrapper--extended .product-intro-puzzles img {
  position: relative;
  z-index: 2;
  max-width: 250px;
  height: auto;
}
.rondo-overlay .content__body .info-wrapper .charge-puzzles, .rondo-overlay .content__body .info-wrapper--extended .charge-puzzles {
  position: relative;
  max-width: 100%;
  -webkit-justify-content: center;
          justify-content: center;
  margin: 15px auto 10px;
}
@media all and (max-width: 480px) {
  .rondo-overlay .content__body .info-wrapper .charge-puzzles, .rondo-overlay .content__body .info-wrapper--extended .charge-puzzles {
    margin: 26px auto;
  }
}
.rondo-overlay .content__body .info-wrapper .charge-puzzles img, .rondo-overlay .content__body .info-wrapper--extended .charge-puzzles img {
  position: relative;
  z-index: 2;
  width: 100%;
  height: auto;
}
.rondo-overlay .content__body .info-wrapper .charge-puzzles img.puzzle-item-0, .rondo-overlay .content__body .info-wrapper--extended .charge-puzzles img.puzzle-item-0 {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.rondo-overlay .content__body .info-wrapper .charge-puzzles img.puzzle-item-1, .rondo-overlay .content__body .info-wrapper--extended .charge-puzzles img.puzzle-item-1 {
  bottom: 20px;
  -webkit-transform: rotate(25deg);
          transform: rotate(25deg);
}
.rondo-overlay .content__body .info-wrapper .charge-puzzles img.puzzle-item-2, .rondo-overlay .content__body .info-wrapper--extended .charge-puzzles img.puzzle-item-2 {
  width: 25%;
  height: 20%;
  -webkit-transform: rotate(-30deg);
          transform: rotate(-30deg);
}
.rondo-overlay .content__body .info-wrapper .charge-puzzles img.puzzle-item-3, .rondo-overlay .content__body .info-wrapper--extended .charge-puzzles img.puzzle-item-3 {
  bottom: 15px;
}
.rondo-overlay .content__body .info-wrapper .charge-puzzles img.puzzle-item-4, .rondo-overlay .content__body .info-wrapper--extended .charge-puzzles img.puzzle-item-4, .rondo-overlay .content__body .info-wrapper .charge-puzzles img.puzzle-item-5, .rondo-overlay .content__body .info-wrapper--extended .charge-puzzles img.puzzle-item-5 {
  position: absolute;
  z-index: 1;
  height: auto;
}
.rondo-overlay .content__body .info-wrapper .charge-puzzles img.puzzle-item-4, .rondo-overlay .content__body .info-wrapper--extended .charge-puzzles img.puzzle-item-4 {
  bottom: 62%;
  left: 20%;
  -webkit-transform: rotate(10deg);
          transform: rotate(10deg);
}
.rondo-overlay .content__body .info-wrapper .charge-puzzles img.puzzle-item-5, .rondo-overlay .content__body .info-wrapper--extended .charge-puzzles img.puzzle-item-5 {
  right: 15%;
  bottom: 65%;
  -webkit-transform: rotate(-19deg);
          transform: rotate(-19deg);
}
.rondo-overlay .content__body .info-wrapper.info-wrapper--game, .rondo-overlay .content__body .info-wrapper--game.info-wrapper--extended {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
          justify-content: center;
  -webkit-align-items: center;
          align-items: center;
  margin-top: 3.6rem;
  padding: 2rem;
}
@media all and (max-width: 565px) {
  .rondo-overlay .content__body .info-wrapper.info-wrapper--game, .rondo-overlay .content__body .info-wrapper--game.info-wrapper--extended {
    -webkit-flex-direction: column;
            flex-direction: column;
    margin-top: 2.5rem;
    padding: 1.5rem;
  }
}
@media all and (max-width: 767px) {
  .rondo-overlay .content__body .info-wrapper.info-wrapper--game .game-info, .rondo-overlay .content__body .info-wrapper--game.info-wrapper--extended .game-info {
    display: -webkit-flex;
    display: flex;
    margin-right: auto;
  }
}
@media all and (max-width: 767px) {
  .rondo-overlay .content__body .info-wrapper.info-wrapper--game .game-info__detail, .rondo-overlay .content__body .info-wrapper--game.info-wrapper--extended .game-info__detail {
    margin-left: 1rem;
    text-align: left;
  }
}
.rondo-overlay .content__body .info-wrapper.info-wrapper--game .game-info .game-icon, .rondo-overlay .content__body .info-wrapper--game.info-wrapper--extended .game-info .game-icon {
  margin-bottom: 1.1rem;
  width: 3.4rem;
}
@media all and (max-width: 767px) {
  .rondo-overlay .content__body .info-wrapper.info-wrapper--game .game-info .game-icon, .rondo-overlay .content__body .info-wrapper--game.info-wrapper--extended .game-info .game-icon {
    margin-bottom: 0;
  }
}
.rondo-overlay .content__body .info-wrapper.info-wrapper--game .game-info .game-name, .rondo-overlay .content__body .info-wrapper--game.info-wrapper--extended .game-info .game-name,
.rondo-overlay .content__body .info-wrapper.info-wrapper--game .game-info .game-type,
.rondo-overlay .content__body .info-wrapper--game.info-wrapper--extended .game-info .game-type {
  white-space: nowrap;
}
.rondo-overlay .content__body .info-wrapper.info-wrapper--game .game-info .game-name, .rondo-overlay .content__body .info-wrapper--game.info-wrapper--extended .game-info .game-name {
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
}
.rondo-overlay .content__body .info-wrapper.info-wrapper--game .game-icon, .rondo-overlay .content__body .info-wrapper--game.info-wrapper--extended .game-icon {
  margin-bottom: 11px;
}
.rondo-overlay .content__body .info-wrapper.info-wrapper--game p, .rondo-overlay .content__body .info-wrapper--game.info-wrapper--extended p {
  margin: 0;
}
.rondo-overlay .content__body .info-wrapper.info-wrapper--game .game-description, .rondo-overlay .content__body .info-wrapper--game.info-wrapper--extended .game-description {
  margin-left: 32px;
  padding-left: 18px;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 2.4rem;
  text-align: left;
  color: #414141;
  border-left: 1px solid #f0f0f0;
}
@media all and (max-width: 565px) {
  .rondo-overlay .content__body .info-wrapper.info-wrapper--game .game-description, .rondo-overlay .content__body .info-wrapper--game.info-wrapper--extended .game-description {
    margin: 15px 0 0;
    padding: 0;
    border-left: none;
  }
}
.rondo-overlay .content__body .item-summary {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
          justify-content: space-between;
  -webkit-align-items: center;
          align-items: center;
  margin-bottom: 12px;
  padding: 12px 25px 12px 20px;
  -webkit-transition: 0.2s background;
  transition: 0.2s background;
}
@media all and (max-width: 480px) {
  .rondo-overlay .content__body .item-summary {
    margin: 0 -8px 12px;
    padding: 12px 15px;
  }
}
@media all and (max-width: 325px) {
  .rondo-overlay .content__body .item-summary {
    padding: 12px 10px;
  }
}
@media all and (min-width: 767px) {
  .rondo-overlay .content__body .item-summary.item-summary-link:hover {
    cursor: pointer;
    background: #e2e2e2;
    -webkit-transition: 0.2s background;
    transition: 0.2s background;
  }
}
.rondo-overlay .content__body .item-summary__order {
  margin-right: 16px;
  font-size: 12px;
  font-weight: 400;
  line-height: 11px;
  color: #8e8f91;
}
.rondo-overlay .content__body .item-summary__type {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
}
.rondo-overlay .content__body .item-summary__type p {
  margin: 0 0 6px;
  font-size: 12px;
  font-weight: 500;
  text-align: left;
  color: #8e8f91;
}
.rondo-overlay .content__body .item-summary__type h5 {
  margin: 0;
  font-weight: 600;
  text-align: left;
  color: #000;
}
@media all and (max-width: 480px) {
  .rondo-overlay .content__body .item-summary__type h5 {
    font-size: 13px;
  }
}
.rondo-overlay .content__body .item-summary .jackpot-reward-gem,
.rondo-overlay .content__body .item-summary .puzzle-reward-img {
  width: 10%;
}
@media all and (max-width: 480px) {
  .rondo-overlay .content__body .item-summary .jackpot-reward-gem,
.rondo-overlay .content__body .item-summary .puzzle-reward-img {
    width: 12%;
  }
}
.rondo-overlay .content__body .item-summary:last-child {
  margin-bottom: 0;
}
.rondo-overlay .content__body .footer-text {
  margin: 20px 0 0;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.6;
  color: #8e8f91;
}
.rondo-overlay .content__body .cta-buttons {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
          justify-content: center;
  margin-top: 27px;
  padding: 7px 0;
}
@media all and (max-width: 480px) {
  .rondo-overlay .content__body .cta-buttons {
    -webkit-flex-direction: column;
            flex-direction: column;
  }
}
.rondo-overlay .content__body .cta-buttons .btn {
  margin: 8px;
}
@media all and (max-width: 480px) {
  .rondo-overlay .content__body .cta-buttons .btn {
    margin: 8px 0;
  }
}
@media all and (max-width: 600px) {
  .rondo-overlay .content__body .cta-buttons:lang(hu) {
    -webkit-flex-direction: column;
            flex-direction: column;
  }
}
.rondo-overlay .content__body .icon {
  width: 15px;
  height: 15px;
  display: inline-block;
  margin-bottom: -2px;
  margin-left: 4px;
}
.rondo-overlay .content__body .icon.icon--rondon {
  background-image: url("/assets/img/ico-R-22px.svg");
  background-size: cover;
}
.rondo-overlay .content__partner-img {
  width: 100%;
}
.rondo-overlay .content--thin {
  margin: 40px auto 0;
  padding: 30px 65px;
}
.rondo-overlay .content.responsive-height .content__body .spin-game {
  overflow-y: inherit;
}
.rondo-overlay .content.responsive-height .content__body #spin-game-button:after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  border-radius: 4px;
  -webkit-animation: btnPulseSuccess 2s infinite ease-out;
          animation: btnPulseSuccess 2s infinite ease-out;
  width: 100%;
  height: 100%;
}
.rondo-overlay .content.responsive-height .content__body #spin-game-button:hover {
  -webkit-animation: none;
          animation: none;
}
@media all and (max-width: 480px) {
  .rondo-overlay .content.responsive-height .draw-wrapper {
    margin-bottom: 12px;
  }
}
@media all and (max-height: 670px) {
  .rondo-overlay .content.responsive-height {
    height: 100%;
  }
  .rondo-overlay .content.responsive-height .content__body {
    height: 100%;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
            flex-direction: column;
  }
  .rondo-overlay .content.responsive-height .content__body .spin-game__draw {
    height: 100%;
  }
  .rondo-overlay .content.responsive-height .content__body .spin-game .draw {
    height: 100%;
    min-height: auto !important;
  }
}
@media all and (min-width: 767px) and (max-height: 670px) {
  .rondo-overlay .content.responsive-height {
    padding: 30px 65px 24px;
  }
}
@media all and (max-height: 670px) and (max-width: 375px) {
  .rondo-overlay .content.responsive-height {
    padding: 30px 16px 24px;
  }
}
@media all and (min-width: 375px) and (max-width: 413px) and (max-height: 670px) {
  .rondo-overlay .content.responsive-height {
    padding: 30px 24px 24px;
  }
}
@media all and (min-width: 414px) and (max-width: 767px) and (max-height: 670px) {
  .rondo-overlay .content.responsive-height {
    padding: 32px 32px 24px;
  }
}
@media all and (max-height: 780px) {
  .rondo-overlay .content {
    margin-top: 50px;
  }
}
@media all and (max-height: 750px) {
  .rondo-overlay .content {
    margin-top: 40px;
  }
}
@media all and (max-width: 375px) {
  .rondo-overlay .content {
    margin-top: 0 !important;
    padding: 30px 16px 24px;
  }
}
@media all and (min-width: 375px) and (max-width: 413px) {
  .rondo-overlay .content {
    margin-top: 0 !important;
    padding: 30px 24px 24px;
  }
}
@media all and (min-width: 414px) and (max-width: 767px) {
  .rondo-overlay .content {
    margin-top: 0 !important;
    padding: 32px 32px 24px;
  }
}
.rondo-overlay .content .popup-game__heading {
  font-weight: 500;
}
@media all and (max-width: 767px) {
  .rondo-overlay .content .popup-game__heading {
    margin: 16px 0 0;
  }
}
.rondo-overlay .content .link-close {
  cursor: pointer;
  display: block;
  margin-top: 22px;
  font-size: 12px;
  font-weight: 400;
  line-height: 12px;
  text-decoration: underline;
  color: #414141;
}
.rondo-overlay .content .link-close:hover {
  text-decoration: none;
}
@media all and (max-width: 480px) {
  .rondo-overlay .content .link-close {
    line-height: 24px;
  }
}
.rondo-overlay .content .link-close--lg {
  font-size: 14px;
  line-height: 24px;
}
@media all and (max-width: 767px) {
  .rondo-overlay .content .link-close--lg {
    font-size: 12px;
  }
}
@media all and (max-width: 768px) {
  .rondo-overlay .content {
    margin-top: 30px;
    padding-top: 30px;
  }
}
.rondo-overlay .content > .rondo-close {
  top: 8px;
  right: 8px;
  width: 24px;
  height: 24px;
  display: block;
}
@media all and (min-width: 767.001px) {
  .rondo-overlay .content > .rondo-close {
    display: none;
  }
}
.rondo-overlay .content.confetti {
  background: no-repeat 0% -2% url("/assets/img/confetti.svg") #ffffff;
}
.rondo-overlay .content--wider {
  width: 61.5rem;
}
.rondo-overlay .content--wider .col-inner {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
          flex-direction: column;
  -webkit-align-items: center;
          align-items: center;
}
.rondo-overlay:not(.show) .mcwidget-embed * {
  pointer-events: none !important;
}
.rondo-overlay.confetti {
  background: rgba(245, 246, 247, 0.98) url("/assets/img/bg-spin-game-particles.svg") repeat-x 100% 0;
  /* reworked with div class named .spin-game-popup--shadow
  &:after {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
    content: "a";
    color: transparent;
    padding: 30vh 150rem;
    background-image: linear-gradient(
      180deg,
      rgba(245, 246, 247, 0) 0%,
      #f5f6f7 300px
    );
    pointer-events: none;
  }
  */
}
.rondo-overlay.gold {
  background: rgba(225, 170, 70, 0.98) url("/assets/img/gold-circles-bg.svg") no-repeat;
  background-size: cover;
}
.rondo-overlay.gold .content {
  box-shadow: 0 8px 12px #e5b173;
}
.rondo-overlay > .rondo-close {
  top: 24px;
  right: 24px;
  width: 32px;
  height: 32px;
  display: block;
}
@media all and (max-width: 767px) {
  .rondo-overlay > .rondo-close {
    display: none;
  }
}
.rondo-overlay .rondo-close {
  position: absolute;
  border-radius: 50%;
}
.rondo-overlay .rondo-close:hover, .rondo-overlay .rondo-close:focus {
  cursor: pointer;
}
@media (hover: hover) and (pointer: fine) {
  .rondo-overlay .rondo-close:hover svg path, .rondo-overlay .rondo-close:focus svg path {
    fill: hsl(221deg, 10%, 31%);
  }
}
.rondo-overlay .rondo-close:active svg path {
  fill: hsl(221deg, 10%, 31%);
}
.rondo-overlay .rondo-close svg {
  width: 100%;
  height: 100%;
}
.rondo-overlay .rondo-close svg path {
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  fill: #aeb2b5;
}

.bill-overlay .content h1.title {
  margin-bottom: 2.3rem;
  line-height: 1.25;
  font-size: 3.2rem;
}
@media all and (max-width: 600px) {
  .bill-overlay .content h1.title {
    font-size: 2.5rem;
    font-weight: 600;
  }
}
.bill-overlay .content h1.title .emoji {
  line-height: 2;
}
.bill-overlay .content p.info-text {
  margin: 0;
  text-align: center;
  font-size: 1.5rem;
  font-weight: 400;
}
.bill-overlay .content .form--bill {
  max-width: 32rem;
  margin: 0 auto;
  margin-top: 4.1rem;
}
.bill-overlay .content .form--bill input,
.bill-overlay .content .form--bill button {
  height: 4.2rem;
}
.bill-overlay .content .form--bill button.btn.btn.btn.btn-success {
  margin: 0;
  margin-top: 1.5rem;
}
.bill-overlay .content .form--bill a {
  font-size: 12px;
  margin-top: 3rem;
  color: #414141;
}

@media (max-width: 600px) {
  .rondo-overlay .content__body .cta-buttons.cta-buttons--fluid {
    -webkit-flex-direction: column;
            flex-direction: column;
  }
}
.rondo-overlay .content__body .cta-buttons.cta-buttons--fluid .btn {
  min-height: 4.2rem;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
          justify-content: center;
  -webkit-align-items: center;
          align-items: center;
}
@media (max-width: 600px) {
  .rondo-overlay .content__body .cta-buttons.cta-buttons--fluid .btn {
    margin-left: 0;
    margin-right: 0;
  }
}
.rondo-overlay .content__body .cta-buttons.cta-buttons--fluid .btn.btn-default {
  border-color: #d9d9d9;
  color: #414141;
}
.rondo-overlay .content__body .cta-buttons.cta-buttons--fluid .btn.btn-success {
  font-weight: 600;
}
.rondo-overlay .content__body .cta-buttons.cta-buttons--fluid .btn.btn-default, .rondo-overlay .content__body .cta-buttons.cta-buttons--fluid .btn.btn-success {
  font-size: 1.4rem;
}
.rondo-overlay .content__body .cta-buttons.cta-buttons--fluid > * {
  -webkit-flex-grow: 1;
          flex-grow: 1;
  -webkit-flex-basis: -webkit-calc((19rem - 100%) * 999);
          flex-basis: calc((19rem - 100%) * 999);
}

.rondo-overlay .spin-game-popup .content .content__body .info-wrapper__row .info-wrapper__row-left-col .info-wrapper__text, .rondo-overlay .spin-game-popup .content .content__body .info-wrapper__row .info-wrapper__row-left-col .info-wrapper__text--link,
.rondo-overlay .spin-game-popup .content .content__body .info-wrapper__row .info-wrapper__row-left-col .text-tiny,
.rondo-overlay .spin-game-popup .content .content__body .info-wrapper__row .info-wrapper__row-right-col .info-wrapper__text,
.rondo-overlay .spin-game-popup .content .content__body .info-wrapper__row .info-wrapper__row-right-col .info-wrapper__text--link,
.rondo-overlay .spin-game-popup .content .content__body .info-wrapper__row .info-wrapper__row-right-col .text-tiny {
  margin: 0;
  font-size: 1.4rem;
  line-height: 24px;
  font-weight: 400;
}
.rondo-overlay .spin-game-popup .content .content__body .info-wrapper__row .info-wrapper__row-left-col .text-tiny,
.rondo-overlay .spin-game-popup .content .content__body .info-wrapper__row .info-wrapper__row-right-col .text-tiny {
  line-height: 1.2;
  margin: 13px auto;
}
@media (max-width: 480px) {
  .rondo-overlay .spin-game-popup .content .content__body .info-wrapper__row .info-wrapper__row-left-col .text-tiny,
.rondo-overlay .spin-game-popup .content .content__body .info-wrapper__row .info-wrapper__row-right-col .text-tiny {
    margin: 4px auto;
  }
}

.rondo-overlay.rondo-overlay--add-product {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition: opacity 400ms ease-in-out;
  transition: opacity 400ms ease-in-out;
}
@media (max-width: 600px) {
  .rondo-overlay.rondo-overlay--add-product {
    -webkit-transition: opacity 500ms ease-in-out;
    transition: opacity 500ms ease-in-out;
  }
}
.rondo-overlay.rondo-overlay--add-product .spin-game-popup.fade-in {
  -webkit-animation: fade-in-block 0.5s ease-in-out;
          animation: fade-in-block 0.5s ease-in-out;
}
.rondo-overlay.rondo-overlay--add-product .spin-game-popup.fade-out {
  animation: fade-in-block 0.5s ease-in-out reverse;
}
.rondo-overlay.rondo-overlay--add-product .rondo-image-carousel-container {
  margin-top: -4rem;
}
@media (max-width: 768px) {
  .rondo-overlay.rondo-overlay--add-product .rondo-image-carousel-container {
    margin-top: -2rem;
  }
}
.rondo-overlay.rondo-overlay--add-product .content__header + .content__body {
  margin-top: 2.1rem;
}
.rondo-overlay.rondo-overlay--add-product .spin-game-popup .content__body .info-wrapper.info-wrapper--preview-product, .rondo-overlay.rondo-overlay--add-product .spin-game-popup .content__body .info-wrapper--preview-product.info-wrapper--extended {
  margin-top: 3.9rem;
  padding-top: 0;
  padding-bottom: 0;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
}
@media (max-width: 562px) {
  .rondo-overlay.rondo-overlay--add-product .spin-game-popup .content__body .info-wrapper.info-wrapper--preview-product, .rondo-overlay.rondo-overlay--add-product .spin-game-popup .content__body .info-wrapper--preview-product.info-wrapper--extended {
    padding-right: 1.4rem;
    padding-left: 1.4rem;
  }
}
.rondo-overlay.rondo-overlay--add-product .content__header .title {
  color: #373b43;
  font-size: 26px;
  font-weight: 500;
  letter-spacing: normal;
  line-height: 1;
  text-align: center;
}
@media (max-width: 562px) {
  .rondo-overlay.rondo-overlay--add-product .content__header .title {
    color: #373b43;
    font-size: 20px;
    font-weight: 600;
    line-height: 28px;
    text-align: left;
  }
}
.rondo-overlay.rondo-overlay--add-product .cta-buttons.cta-buttons--fluid {
  padding: 0;
}

@-webkit-keyframes fade-in-block {
  from {
    -webkit-transform: translateY(2rem);
            transform: translateY(2rem);
    opacity: 0;
  }
  to {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}

@keyframes fade-in-block {
  from {
    -webkit-transform: translateY(2rem);
            transform: translateY(2rem);
    opacity: 0;
  }
  to {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}
.info-wrapper__checkbox[type=checkbox] {
  width: 16px;
  height: 16px;
  margin: 0;
  accent-color: #3e4042;
}
.info-wrapper__checkbox[type=checkbox] + .info-wrapper__preview-img,
.info-wrapper .info-wrapper__preview-img + .info-wrapper__text.info-wrapper__text--bold,
.rondo-overlay .content__body .info-wrapper--extended .info-wrapper__preview-img + .info-wrapper__text.info-wrapper__text--bold,
.info-wrapper .rondo-overlay .content__body .info-wrapper__preview-img + .info-wrapper__text--bold.info-wrapper__text--link,
.rondo-overlay .content__body .info-wrapper .info-wrapper__preview-img + .info-wrapper__text--bold.info-wrapper__text--link,
.rondo-overlay .content__body .info-wrapper--extended .info-wrapper__preview-img + .info-wrapper__text--bold.info-wrapper__text--link {
  margin-left: 2rem;
  line-height: 1;
}
@media (max-width: 562px) {
  .info-wrapper__checkbox[type=checkbox] + .info-wrapper__preview-img,
.info-wrapper .info-wrapper__preview-img + .info-wrapper__text.info-wrapper__text--bold,
.rondo-overlay .content__body .info-wrapper--extended .info-wrapper__preview-img + .info-wrapper__text.info-wrapper__text--bold,
.info-wrapper .rondo-overlay .content__body .info-wrapper__preview-img + .info-wrapper__text--bold.info-wrapper__text--link,
.rondo-overlay .content__body .info-wrapper .info-wrapper__preview-img + .info-wrapper__text--bold.info-wrapper__text--link,
.rondo-overlay .content__body .info-wrapper--extended .info-wrapper__preview-img + .info-wrapper__text--bold.info-wrapper__text--link {
    margin-left: 1.4rem;
  }
}
.info-wrapper .info-wrapper__preview-img, .rondo-overlay .content__body .info-wrapper--extended .info-wrapper__preview-img {
  max-width: 92px;
  height: auto;
}
@media (max-width: 562px) {
  .info-wrapper .info-wrapper__preview-img, .rondo-overlay .content__body .info-wrapper--extended .info-wrapper__preview-img {
    display: none;
  }
}
.info-wrapper .info-wrapper__text.info-wrapper__text--bold, .rondo-overlay .content__body .info-wrapper--extended .info-wrapper__text.info-wrapper__text--bold, .info-wrapper .rondo-overlay .content__body .info-wrapper__text--bold.info-wrapper__text--link, .rondo-overlay .content__body .info-wrapper .info-wrapper__text--bold.info-wrapper__text--link, .rondo-overlay .content__body .info-wrapper--extended .info-wrapper__text--bold.info-wrapper__text--link {
  color: #373b43;
  font-size: 15px;
  font-weight: 500;
  line-height: 26px;
}
@media (max-width: 562px) {
  .info-wrapper .info-wrapper__text.info-wrapper__text--bold, .rondo-overlay .content__body .info-wrapper--extended .info-wrapper__text.info-wrapper__text--bold, .info-wrapper .rondo-overlay .content__body .info-wrapper__text--bold.info-wrapper__text--link, .rondo-overlay .content__body .info-wrapper .info-wrapper__text--bold.info-wrapper__text--link, .rondo-overlay .content__body .info-wrapper--extended .info-wrapper__text--bold.info-wrapper__text--link {
    font-size: 14px;
  }
}
@media (max-width: 330px) {
  .info-wrapper .info-wrapper__text.info-wrapper__text--bold, .rondo-overlay .content__body .info-wrapper--extended .info-wrapper__text.info-wrapper__text--bold, .info-wrapper .rondo-overlay .content__body .info-wrapper__text--bold.info-wrapper__text--link, .rondo-overlay .content__body .info-wrapper .info-wrapper__text--bold.info-wrapper__text--link, .rondo-overlay .content__body .info-wrapper--extended .info-wrapper__text--bold.info-wrapper__text--link {
    font-size: 13px;
  }
}

#fullscreenOverlay-container + .fortune-wheel__body.fortune-wheel__body--impulse {
  margin-top: auto;
  margin-bottom: auto;
}

@media (max-width: 600px) {
  .rondo-overlay .content__body .cta-buttons.cta-buttons--fluid .btn-success {
    -webkit-order: -1;
            order: -1;
  }
}

p.content__desc {
  margin: 0;
  color: #555c6d;
  font-size: 14px;
  font-weight: 400;
  line-height: 25px;
  text-align: center;
}
@media (max-width: 562px) {
  p.content__desc {
    font-size: 13px;
    line-height: 24px;
    text-align: left;
  }
}

.content__description-bottom {
  position: absolute;
  width: 100%;
  bottom: -9.1rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  color: #8d8d8d;
  font-size: 1.2rem;
  font-weight: 300;
  line-height: 20px;
}
@media (max-width: 450px) {
  .content__description-bottom {
    bottom: -11rem;
  }
}
.content__description-bottom a {
  color: #8d8d8d;
  text-decoration: underline;
}
.content__description-bottom a:hover, .content__description-bottom a:focus {
  color: #8d8d8d;
  text-decoration: none;
}
.content__description-bottom::after {
  pointer-events: none;
  content: "";
  display: block;
  width: 100%;
  height: 5rem;
}

.content__body .content__text-description {
  font-size: 1.4rem;
  line-height: 1.715;
}

.rondo-overlay .cta-buttons.cta-buttons--column {
  -webkit-flex-direction: column;
          flex-direction: column;
  -webkit-align-items: center;
          align-items: center;
  margin: 0;
  padding: 0;
}
@media (max-width: 480px) {
  .rondo-overlay .cta-buttons.cta-buttons--column .btn-success {
    width: 100%;
  }
}

.lead-list {
  list-style: none;
  text-align: left;
  padding: 2.4rem 3.2rem;
  margin-top: 3.6rem;
  margin-bottom: 3.2rem;
  border-radius: 4px;
  background-color: #fcfcfc;
}
@media (max-width: 480px) {
  .lead-list {
    padding: 1.3rem 1.6rem;
    margin-top: 2rem;
    margin-bottom: 2rem;
  }
}
.lead-list > * + * {
  margin-top: 1.6rem;
}
.lead-list li {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
  font-size: 1.3rem;
  font-weight: 500;
  line-height: 1.25;
}
@media (max-width: 480px) {
  .lead-list li {
    font-size: 1.2rem;
  }
}
.lead-list li::before {
  content: "";
  background-repeat: no-repeat;
  background-position: center;
  -webkit-flex-shrink: 0;
          flex-shrink: 0;
  width: 4.8rem;
  height: 4.8rem;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.08);
  border-radius: 4px;
  background-color: #ffffff;
  margin-right: 1.6rem;
}
@media (max-width: 480px) {
  .lead-list li::before {
    margin-right: 1rem;
    width: 3.4rem;
    height: 3.4rem;
    background-size: 2rem;
  }
}
.lead-list li:nth-child(1)::before {
  background-image: url(/assets/img/lead-list-item-1.svg);
}
.lead-list li:nth-child(2)::before {
  background-image: url(/assets/img/lead-list-item-2.svg);
}
.lead-list li:nth-child(3)::before {
  background-image: url(/assets/img/lead-list-item-3.svg);
}

.rondo-overlay.rondo-overlay--fixed {
  position: fixed;
}

.rondo-overlay .spin-game-popup .content__header .title-emoji {
  font-size: 4.5rem;
  margin-top: 0.5rem;
  margin-bottom: 1rem;
}
@media (max-width: 600px) {
  .rondo-overlay .spin-game-popup .content__header .title-emoji {
    font-size: 3.5rem;
  }
}
@media (max-width: 600px) {
  .rondo-overlay .content__desc {
    text-align: left;
  }
}

@media (max-width: 600px) {
  .rondo-overlay.rondo-overlay--add-product .spin-game-popup .content__body .cta-buttons .btn {
    font-size: 1.4rem;
  }
}
.rondo-overlay.rondo-overlay--add-product .spin-game-popup .content__body .info-wrapper[data-stocked=false] .label-uppsell, .rondo-overlay.rondo-overlay--add-product .spin-game-popup .content__body [data-stocked=false].info-wrapper--extended .label-uppsell {
  background-color: #000;
}
.rondo-overlay.rondo-overlay--add-product .spin-game-popup .content__body .info-wrapper[data-stocked=false]::before, .rondo-overlay.rondo-overlay--add-product .spin-game-popup .content__body [data-stocked=false].info-wrapper--extended::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.8;
}
@supports ((-webkit-backdrop-filter: grayscale(1)) or (backdrop-filter: grayscale(1))) {
  .rondo-overlay.rondo-overlay--add-product .spin-game-popup .content__body .info-wrapper[data-stocked=false]::before, .rondo-overlay.rondo-overlay--add-product .spin-game-popup .content__body [data-stocked=false].info-wrapper--extended::before {
    -webkit-backdrop-filter: grayscale(1);
            backdrop-filter: grayscale(1);
    opacity: 1;
  }
}
.rondo-overlay.rondo-overlay--add-product .spin-game-popup .content__body .info-wrappers {
  margin-top: 5.3rem;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
          flex-direction: column;
  gap: 1.5rem;
}
.rondo-overlay.rondo-overlay--add-product .spin-game-popup .content__body .info-wrappers .info-wrapper, .rondo-overlay.rondo-overlay--add-product .spin-game-popup .content__body .info-wrappers .info-wrapper--extended {
  position: relative;
  margin-top: 0;
  gap: 1rem;
}
.rondo-overlay.rondo-overlay--add-product .spin-game-popup .content__body .info-wrappers .info-wrapper p, .rondo-overlay.rondo-overlay--add-product .spin-game-popup .content__body .info-wrappers .info-wrapper--extended p {
  margin: 1.3rem 0;
  text-align: left;
}
.rondo-overlay.rondo-overlay--add-product .spin-game-popup .content__body .info-wrappers .info-wrapper img, .rondo-overlay.rondo-overlay--add-product .spin-game-popup .content__body .info-wrappers .info-wrapper--extended img {
  -webkit-flex-shrink: 0;
          flex-shrink: 0;
}
@media (max-width: 600px) {
  .rondo-overlay.rondo-overlay--add-product .spin-game-popup .content__body .info-wrappers .label-uppsell {
    position: absolute;
    top: 0;
    right: 0.7rem;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}

.label-uppsell {
  padding: 0.7rem 1rem;
  border-radius: 4px;
  background-color: #386F00;
  color: rgb(255, 255, 255);
  font-size: 1.3rem;
  font-weight: 500;
  letter-spacing: 0.59px;
  line-height: 1;
}
@media (max-width: 600px) {
  .label-uppsell {
    padding: 0.4rem;
    font-size: 1.1rem;
    letter-spacing: 0.5px;
  }
}

.rondo-overlay .content__body .btns-next {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
          justify-content: center;
  -webkit-flex-direction: column;
          flex-direction: column;
  gap: 1rem;
}
.rondo-overlay .content__body .btns-next .btn-next {
  margin: 0;
  font-size: 1.3rem;
  padding: 0 24px;
  font-weight: 600;
  line-height: 1;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
  -webkit-justify-content: center;
          justify-content: center;
  -webkit-flex-direction: column;
          flex-direction: column;
}
@media (max-width: 480px) {
  .rondo-overlay .content__body .btns-next .btn-next {
    width: 100%;
    height: 4.5rem;
    padding: 0;
    font-size: 1.2rem;
  }
}

.rondo-overlay .a05-reward-cta {
  width: 317px;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
  -webkit-flex-direction: column;
          flex-direction: column;
  gap: 1.4rem;
}
@media (max-width: 480px) {
  .rondo-overlay .a05-reward-cta {
    width: 100%;
  }
}
.rondo-overlay .a05-reward-cta p {
  opacity: 0.8;
  color: rgb(79, 79, 79);
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0;
  text-align: left;
  line-height: 16px;
  margin: 0;
  display: -webkit-flex;
  display: flex;
  gap: 1rem;
}
.rondo-overlay .a05-reward-cta p img {
  width: 2.8rem;
  height: auto;
  object-fit: contain;
}
.rondo-overlay .a05-reward-cta .btn.btn-next.btn-next--lg.btn-success {
  width: 100%;
  margin: 0;
  line-height: 1;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
  -webkit-justify-content: center;
          justify-content: center;
  gap: 1rem;
}
.rondo-overlay .a05-reward-cta .btn.btn-next.btn-next--lg.btn-success img {
  -webkit-transform: translateY(-1.8px);
          transform: translateY(-1.8px);
}
.rondo-overlay .a05-reward-cta .link-close.link-close--lg {
  color: rgb(65, 65, 65);
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.5;
  margin-top: 0.8rem;
  margin-bottom: 0;
}
@media (max-width: 480px) {
  .rondo-overlay .a05-reward-cta .link-close.link-close--lg {
    white-space: break-spaces;
    font-size: 12px;
    margin: 0;
  }
}

.content__reveal-wrapper {
  max-height: 0;
  overflow: hidden;
}

.content__reveal {
  padding: 1rem 0;
}
.content__reveal div + div {
  margin-top: 3rem;
}
.content__reveal p {
  margin: 0;
  font-weight: 500;
  font-size: 1.4rem;
  line-height: 1.5;
  text-align: center;
}
.content__reveal p + a {
  margin-top: 1rem;
}
.content__reveal p.content__reveal-title {
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 1.5;
  max-width: 25rem;
  margin: 0 auto;
  text-align: center;
}
@media (max-width: 480px) {
  .content__reveal a {
    width: 100%;
  }
}
.content__reveal .split {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-start;
          align-items: flex-start;
  gap: 1rem;
}
@media (max-width: 480px) {
  .content__reveal .split {
    -webkit-flex-direction: column;
            flex-direction: column;
  }
}
.content__reveal .split > * {
  width: 50%;
}
@media (max-width: 480px) {
  .content__reveal .split > * {
    width: 100%;
  }
}
.content__reveal .split > p {
  text-align: left;
}
@media (max-width: 480px) {
  .content__reveal .split > p {
    text-align: center;
  }
}

.rondo-overlay .spin-game-popup .content__body .info-wrapper--extended.promo-box[data-type=iq-test] {
  padding: 2.6rem 2.8rem;
  position: relative;
  overflow: hidden;
}
@media (max-width: 630px) {
  .rondo-overlay .spin-game-popup .content__body .info-wrapper--extended.promo-box[data-type=iq-test] {
    padding: 1.8rem;
  }
}
.rondo-overlay .spin-game-popup .content__body .info-wrapper--extended.promo-box[data-type=iq-test] .btn-primary {
  margin-top: 2rem;
  background-color: #EC5858;
  border-radius: 4px;
  opacity: 1;
  color: #fff;
  font-size: 12px;
  letter-spacing: 0;
  line-height: 18px;
}
@media (max-width: 630px) {
  .rondo-overlay .spin-game-popup .content__body .info-wrapper--extended.promo-box[data-type=iq-test] .btn-primary {
    width: 100%;
    text-align: center;
  }
}
.rondo-overlay .spin-game-popup .content__body .info-wrapper--extended.promo-box[data-type=iq-test] .btn-primary:hover {
  background-color: #DE3A3A;
  border-color: #DE3A3A;
}
.rondo-overlay .spin-game-popup .content__body .info-wrapper--extended.promo-box[data-type=iq-test] .promo-box__label {
  color: #ed5a5a;
  font-size: 10px;
  font-weight: 700;
  line-height: 18px;
  margin: 0;
}
.rondo-overlay .spin-game-popup .content__body .info-wrapper--extended.promo-box[data-type=iq-test] .promo-box__title {
  color: #000;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.2;
  margin: 0;
  margin-top: 0.4rem;
  margin-bottom: 0.6rem;
}
.rondo-overlay .spin-game-popup .content__body .info-wrapper--extended.promo-box[data-type=iq-test] .promo-box__description {
  color: #000;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  margin: 0;
}
.rondo-overlay .spin-game-popup .content__body .info-wrapper--extended.promo-box[data-type=iq-test] .promo-box__cover-img {
  position: absolute;
  top: 0;
  right: 0;
  -webkit-transform: translateX(43%) translateY(-13%);
          transform: translateX(43%) translateY(-13%);
}
@media (max-width: 630px) {
  .rondo-overlay .spin-game-popup .content__body .info-wrapper--extended.promo-box[data-type=iq-test] .promo-box__cover-img {
    display: none;
  }
}

.rondo-overlay.rondo-overlay--stick-to-corners {
  padding-left: 0;
  padding-right: 0;
}
.rondo-overlay.rondo-overlay--stick-to-corners .puzzle-mini-game .content .content-header-wrapper > .content__header {
  padding: 40px 32px 10px;
}
@media (min-width: 1024px) {
  .rondo-overlay.rondo-overlay--stick-to-corners .puzzle-mini-game .content .content__body {
    padding: 0 32px 40px;
  }
}
@media (max-width: 580px) {
  .rondo-overlay.rondo-overlay--stick-to-corners .puzzle-mini-game .content .content-header-wrapper > .content__header {
    padding: 32px;
    padding-bottom: 10px;
  }
}
@media (max-width: 480px) {
  .rondo-overlay.rondo-overlay--stick-to-corners .puzzle-mini-game .content .content-header-wrapper > .content__header {
    padding: 24px;
    padding-bottom: 10px;
  }
}
@media (max-width: 320px) {
  .rondo-overlay.rondo-overlay--stick-to-corners .puzzle-mini-game .content .content-header-wrapper > .content__header {
    padding: 22px;
    padding-bottom: 10px;
  }
}
@media (max-width: 580px) {
  .rondo-overlay.rondo-overlay--stick-to-corners .puzzle-mini-game .content .content__body, .rondo-overlay.rondo-overlay--stick-to-corners .rondo-overlay {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 580px) {
  .rondo-overlay.rondo-overlay--stick-to-corners .mini-game .word-hunter__main {
    padding: 32px 0;
  }
}
@media (max-width: 480px) {
  .rondo-overlay.rondo-overlay--stick-to-corners .mini-game .word-hunter__main {
    padding: 24px 0;
  }
}
@media (max-width: 320px) {
  .rondo-overlay.rondo-overlay--stick-to-corners .mini-game .word-hunter__main {
    padding: 22px 0;
  }
}
@media (max-width: 580px) {
  .rondo-overlay.rondo-overlay--stick-to-corners .mini-game .mini-game__footer-button,
.rondo-overlay.rondo-overlay--stick-to-corners .mini-game .word-hunter__main p {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 480px) {
  .rondo-overlay.rondo-overlay--stick-to-corners .mini-game .mini-game__footer-button,
.rondo-overlay.rondo-overlay--stick-to-corners .mini-game .word-hunter__main p {
    padding-left: 24px;
    padding-right: 24px;
  }
}
@media (max-width: 320px) {
  .rondo-overlay.rondo-overlay--stick-to-corners .mini-game .mini-game__footer-button,
.rondo-overlay.rondo-overlay--stick-to-corners .mini-game .word-hunter__main p {
    padding-left: 22px;
    padding-right: 22px;
  }
}
@media (max-width: 580px) {
  .rondo-overlay.rondo-overlay--stick-to-corners .mini-game .word-hunter__footer {
    padding: 32px;
  }
}
@media (max-width: 480px) {
  .rondo-overlay.rondo-overlay--stick-to-corners .mini-game .word-hunter__footer {
    padding: 24px;
  }
}
@media (max-width: 320px) {
  .rondo-overlay.rondo-overlay--stick-to-corners .mini-game .word-hunter__footer {
    padding: 22px;
  }
}

.rondo-overlay .spin-game-popup .content__header .title {
  margin: 0;
  line-height: 1.35;
}
@media all and (min-width: 767px) {
  .rondo-overlay .spin-game-popup .content__body .draw-prize {
    padding: 0;
  }
}
@media all and (min-width: 767px) {
  .rondo-overlay .spin-game-popup .content__body .spin-game .draw-prize {
    padding: 12px;
  }
}
@media all and (max-width: 480px) {
  .rondo-overlay .spin-game-popup .content__body .spin-game .draw-prize .rondon .draw-prize__name {
    margin-left: 20px !important;
  }
}
.rondo-overlay .spin-game-popup .content__body .draw {
  margin: 25px auto 40px;
}
@media all and (max-width: 767px) {
  .rondo-overlay .spin-game-popup .content__body .draw {
    margin: 22px auto 20px;
  }
}
.rondo-overlay .spin-game-popup .content__body .info-wrapper, .rondo-overlay .spin-game-popup .content__body .info-wrapper--extended {
  min-height: 76px;
  padding: 15px 25px;
}
@media all and (max-width: 767px) {
  .rondo-overlay .spin-game-popup .content__body .info-wrapper, .rondo-overlay .spin-game-popup .content__body .info-wrapper--extended {
    padding: 15px 10px;
  }
}
.rondo-overlay .spin-game-popup .content__body .info-wrapper p, .rondo-overlay .spin-game-popup .content__body .info-wrapper--extended p {
  margin: 13px auto;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.2;
  color: #414141;
}
@media all and (max-width: 480px) {
  .rondo-overlay .spin-game-popup .content__body .info-wrapper p, .rondo-overlay .spin-game-popup .content__body .info-wrapper--extended p {
    margin: 4px auto;
  }
}
.rondo-overlay .spin-game-popup .content__body .user-message {
  margin: 10px 0 20px;
  padding: 10px 20px;
  text-align: left;
  background: #f2f7d4;
}
.rondo-overlay .spin-game-popup .content__body .user-message img {
  display: block;
  margin: 15px 0 0 auto;
}
.rondo-overlay .spin-game-popup .content__body .app-link-row {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
          justify-content: center;
  -webkit-align-items: center;
          align-items: center;
}
@media all and (max-width: 767px) {
  .rondo-overlay .spin-game-popup .content__body .app-link-row {
    -webkit-flex-direction: column;
            flex-direction: column;
  }
}
.rondo-overlay .spin-game-popup .content__body .app-link-row .description {
  width: 30%;
  text-align: left;
}
.rondo-overlay .spin-game-popup .content__body .app-link-row .description h4 {
  margin: 0;
  font-size: 16px;
  line-height: 22px;
}
@media all and (max-width: 767px) {
  .rondo-overlay .spin-game-popup .content__body .app-link-row .description {
    width: 100%;
    margin-bottom: 8px;
    text-align: center;
  }
}
.rondo-overlay .spin-game-popup .content__body .app-link-row .links {
  width: 66%;
  display: -webkit-flex;
  display: flex;
}
@media all and (max-width: 767px) {
  .rondo-overlay .spin-game-popup .content__body .app-link-row .links {
    width: 100%;
  }
}
@media all and (max-width: 767px) {
  .rondo-overlay .spin-game-popup .content__body .app-link-row .links {
    -webkit-flex-direction: column;
            flex-direction: column;
  }
}
.rondo-overlay .spin-game-popup .content__body .app-link-row .links .link {
  width: 100%;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
          justify-content: center;
}
@media all and (max-width: 767px) {
  .rondo-overlay .spin-game-popup .content__body .app-link-row .links .link:first-child {
    margin-bottom: 10px;
  }
}
.rondo-overlay .spin-game-popup .content__body .qrcode-app {
  text-align: center;
}
.rondo-overlay .spin-game-popup .content__body .qrcode-app p {
  font-size: 12px;
}
.rondo-overlay .spin-game-popup .content__body .qrcode-app img {
  max-width: 135px;
}
@media all and (max-width: 992px) {
  .rondo-overlay .spin-game-popup .content__body .qrcode-app {
    display: none;
  }
}
.rondo-overlay .spin-game-popup .content__body .footer-text {
  margin-top: 27px;
}
@media all and (max-width: 480px) {
  .rondo-overlay .spin-game-popup.spin-game-popup--spin .content {
    padding: 30px 16px 24px;
  }
}
.rondo-overlay .spin-game-popup.spin-game-popup--spin .content__header .title {
  margin: 0 auto 30px;
}
@media all and (max-width: 666px) {
  .rondo-overlay .spin-game-popup.spin-game-popup--spin .content__header .title {
    margin-bottom: 24px;
  }
}
.rondo-overlay .spin-game-popup.spin-game-popup--spin .content__body .draw {
  margin-top: 0;
}
@media all and (max-width: 666px) {
  .rondo-overlay .spin-game-popup.spin-game-popup--spin .content__body .draw-wrapper {
    margin-top: 0;
  }
}
.rondo-overlay .spin-game-popup.spin-game-popup--wof .content {
  padding-top: 135px;
}
@media all and (max-width: 666px) {
  .rondo-overlay .spin-game-popup.spin-game-popup--wof .content {
    background-image: url("/assets/img/confetti-mobile.svg");
    background-repeat: repeat-x;
  }
}
.rondo-overlay .spin-game-popup.spin-game-popup--wof .content__header .title {
  margin: 0 auto 11px;
  font-size: 36px;
  line-height: 26px;
}
@media all and (max-width: 767px) {
  .rondo-overlay .spin-game-popup.spin-game-popup--wof .content__header .title {
    font-size: 32px;
  }
}
.rondo-overlay .spin-game-popup.spin-game-popup--wof .content__body p {
  margin: 0 auto 54px;
  font-size: 18px;
  line-height: 28px;
  color: #414141;
}
@media all and (max-width: 666px) {
  .rondo-overlay .spin-game-popup.spin-game-popup--wof .content__body p {
    margin-bottom: 154px;
    font-size: 14px;
  }
}

.spin-game-popup .draw + p {
  margin-top: 2rem;
}
@media (max-width: 480px) {
  .spin-game-popup .draw + p {
    margin-top: 1.5rem;
  }
}

.spin-game-popup--prize-mailing .content__body .info-wrapper.info-wrapper--dashed, .spin-game-popup--prize-mailing .rondo-overlay .content__body .info-wrapper--dashed.info-wrapper--extended, .rondo-overlay .spin-game-popup--prize-mailing .content__body .info-wrapper--dashed.info-wrapper--extended {
  min-height: auto;
}

.rondo-overlay .spin-game-popup .content__body .info-wrapper.info-wrapper--dashed, .rondo-overlay .spin-game-popup .content__body .info-wrapper--dashed.info-wrapper--extended {
  padding: 2.1rem 2.2rem;
  font-size: 1.5rem;
  min-height: 6.8rem;
}
.rondo-overlay .spin-game-popup .content__body .info-wrapper.info-wrapper--dashed .info-wrapper__columns, .rondo-overlay .spin-game-popup .content__body .info-wrapper--dashed.info-wrapper--extended .info-wrapper__columns {
  text-align: left;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
  -webkit-justify-content: center;
          justify-content: center;
}
.rondo-overlay .spin-game-popup .content__body .info-wrapper.info-wrapper--dashed .row.app-link-row .description, .rondo-overlay .spin-game-popup .content__body .info-wrapper--dashed.info-wrapper--extended .row.app-link-row .description {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .rondo-overlay .spin-game-popup .content__body .info-wrapper.info-wrapper--dashed .row.app-link-row .description, .rondo-overlay .spin-game-popup .content__body .info-wrapper--dashed.info-wrapper--extended .row.app-link-row .description {
    margin-bottom: 8px;
  }
}
@media (max-width: 480px) {
  .rondo-overlay .spin-game-popup .content__body .info-wrapper.info-wrapper--dashed, .rondo-overlay .spin-game-popup .content__body .info-wrapper--dashed.info-wrapper--extended {
    font-size: 1.2rem;
  }
}
.rondo-overlay .spin-game-popup .content__body .info-wrapper.info-wrapper--dashed img[alt=icon-gift], .rondo-overlay .spin-game-popup .content__body .info-wrapper--dashed.info-wrapper--extended img[alt=icon-gift] {
  margin-right: 2.2rem;
}
@media (max-width: 480px) {
  .rondo-overlay .spin-game-popup .content__body .info-wrapper.info-wrapper--dashed img[alt=icon-gift], .rondo-overlay .spin-game-popup .content__body .info-wrapper--dashed.info-wrapper--extended img[alt=icon-gift] {
    width: 3rem;
    height: 1.9rem;
  }
}
.rondo-overlay .spin-game-popup .content__body .info-wrapper.info-wrapper--dashed img[alt="puzzle icon"], .rondo-overlay .spin-game-popup .content__body .info-wrapper--dashed.info-wrapper--extended img[alt="puzzle icon"] {
  margin-right: 1rem;
  width: 2.2rem;
  height: 2.2rem;
}
.rondo-overlay .spin-game-popup .content__body .info-wrapper.info-wrapper--dashed .fw-medium, .rondo-overlay .spin-game-popup .content__body .info-wrapper--dashed.info-wrapper--extended .fw-medium {
  margin-top: 0;
  margin-bottom: 0;
}

.draw .draw-prize .draw-prize__card-wrapper.money--bg {
  background-color: black !important;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: left bottom;
}
.draw .draw-prize .draw-prize__card-wrapper.money--bg .draw-prize__wrapper {
  -webkit-justify-content: center;
          justify-content: center;
}
.draw .draw-prize .draw-prize__card-wrapper.money--bg .draw-prize__name {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
          flex-direction: row;
  -webkit-align-items: baseline;
          align-items: baseline;
  -webkit-justify-content: center;
          justify-content: center;
  margin: 0;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.14);
  color: #ffffff;
  font-size: 9.2rem;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 0.0155em;
  line-height: 0.7;
  text-align: center;
}
@media (max-width: 480px) {
  .draw .draw-prize .draw-prize__card-wrapper.money--bg .draw-prize__name {
    font-size: 7.2rem;
  }
}
.draw .draw-prize .draw-prize__card-wrapper.money--bg .draw-prize__name small {
  margin: 0;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.14);
  font-size: 0.265em;
  font-weight: 700;
  letter-spacing: 1px;
  line-height: 1;
  margin-left: 2px;
}

.draw.draw--mobile .draw-prize .draw-prize__card-wrapper.money--bg .draw-prize__name {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
          flex-direction: row;
  -webkit-align-items: baseline;
          align-items: baseline;
  -webkit-justify-content: center;
          justify-content: center;
  margin: 0;
  font-size: 7.2rem;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 0.0155em;
  line-height: 0.7;
  text-align: center;
}
.draw.draw--mobile .draw-prize .draw-prize__card-wrapper.money--bg .draw-prize__name small {
  margin: 0;
  font-weight: 700;
  letter-spacing: normal;
  font-size: 1.8rem;
}

.content__body:lang(hu) .scroll-fixed + .footer-text {
  margin-top: 0;
}

.fullbox.fullbox--top-up {
  position: fixed;
  -webkit-justify-content: flex-start;
          justify-content: flex-start;
  background-color: rgba(255, 255, 255, 0.95);
}
.fullbox.fullbox--top-up.show .top-up__coin {
  -webkit-animation: cointopup 3.6s 1 0.4s;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .fullbox.fullbox--top-up.show .top-up__coin {
    -webkit-animation: coinTopUpFallback 3.6s 1 0.4s;
            animation: coinTopUpFallback 3.6s 1 0.4s;
  }
}
.fullbox.fullbox--top-up.show .top-up__icon {
  -webkit-animation: bounceIn 0.3s ease-out 3.7s 1 forwards;
          animation: bounceIn 0.3s ease-out 3.7s 1 forwards;
}
.fullbox.fullbox--top-up .top-up {
  -webkit-justify-content: flex-start;
          justify-content: flex-start;
  -webkit-align-items: flex-start;
          align-items: flex-start;
}
.fullbox .top-up__body {
  position: relative;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
  -webkit-transform: translate(0, 35%);
          transform: translate(0, 35%);
}
.fullbox.show .top-up__body {
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

.top-up .top-up__body {
  width: 340px;
  height: 460px;
  max-width: -webkit-calc(100% - 30px);
  max-width: calc(100% - 30px);
  max-height: -webkit-calc(100% - 40px);
  max-height: calc(100% - 40px);
  overflow: hidden;
  overflow-y: auto;
  margin: auto;
  padding: 0 50px;
  background-color: #fff;
  box-shadow: 0 0 12px #dadce1;
  border-radius: 8px;
  -webkit-overflow-scrolling: touch;
}
@media all and (min-width: 767.001px) and (min-height: 720px) {
  .top-up .top-up__body {
    margin-top: 125px;
  }
}
@media all and (max-width: 767px) {
  .top-up .top-up__body {
    padding: 0 20px;
  }
}
@media all and (max-width: 375px) {
  .top-up .top-up__body {
    width: -webkit-calc(100% - 30px);
    width: calc(100% - 30px);
    height: -webkit-calc(100% - 40px);
    height: calc(100% - 40px);
  }
}
.top-up .top-up__body > [class^=top-up__] {
  max-width: 100%;
  -webkit-flex-shrink: 0;
          flex-shrink: 0;
  -webkit-perspective: 1000px;
          perspective: 1000px;
}
.top-up .top-up__body > [class^=top-up__]:first-child {
  padding-top: 50px;
}
@media all and (max-width: 570px) {
  .top-up .top-up__body > [class^=top-up__]:first-child {
    padding-top: 30px;
  }
}
.top-up .top-up__body > [class^=top-up__]:last-child {
  padding-bottom: 35px;
}
@media all and (max-width: 767px) {
  .top-up .top-up__body > [class^=top-up__]:last-child {
    padding-bottom: 20px;
  }
}
.top-up .top-up__coin-wrapper {
  position: relative;
  z-index: -1;
  -webkit-flex-shrink: 0;
          flex-shrink: 0;
}
.top-up .top-up__coin {
  position: relative;
  width: 92px;
  height: 92px;
  margin: 0 auto;
  -webkit-animation-timing-function: ease-out;
  -webkit-transform-style: preserve-3d;
  -webkit-transform-origin: 50%;
}
@media all and (max-width: 570px) {
  .top-up .top-up__coin {
    width: 72px;
    height: 72px;
  }
}
.top-up .top-up__coin .top-up__coin--front,
.top-up .top-up__coin .top-up__coin--back {
  position: absolute;
  width: 92px;
  height: 92px;
  background-size: cover;
  border-radius: 50%;
}
@media all and (max-width: 570px) {
  .top-up .top-up__coin .top-up__coin--front,
.top-up .top-up__coin .top-up__coin--back {
    width: 72px;
    height: 72px;
  }
}
.top-up .top-up__coin .top-up__coin--front {
  background: #ffc610 url("/assets/img/ico-R-92px.svg") no-repeat center;
  background-size: cover;
  -webkit-transform: translateZ(4.6px);
}
.top-up .top-up__coin .top-up__coin--back {
  background: #ffc610 url("/assets/img/ico-R-92px--back.svg") no-repeat center;
  background-size: cover;
  -webkit-transform: translateZ(-4.6px) rotateY(180deg);
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .top-up .top-up__coin .top-up__coin--back {
    display: none;
  }
}
.top-up .top-up__coin .top-up__coin--side {
  -webkit-transform: translateX(41.4px);
  -webkit-transform-style: preserve-3d;
  -webkit-backface-visibility: hidden;
}
@media all and (max-width: 570px) {
  .top-up .top-up__coin .top-up__coin--side {
    -webkit-transform: translateX(32.4px);
  }
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .top-up .top-up__coin .top-up__coin--side {
    display: none;
  }
}
.top-up .top-up__coin .top-up__coin--side .top-up__coin--circle {
  position: absolute;
  width: 9.2px;
  height: 92px;
  -webkit-transform-style: preserve-3d;
  -webkit-backface-visibility: hidden;
}
@media all and (max-width: 570px) {
  .top-up .top-up__coin .top-up__coin--side .top-up__coin--circle {
    height: 72px;
  }
}
.top-up .top-up__coin .top-up__coin--side .top-up__coin--circle:before, .top-up .top-up__coin .top-up__coin--side .top-up__coin--circle:after {
  position: absolute;
  width: 9.2px;
  height: 9.0175769103px;
  content: "";
  display: block;
  background: #f7ac0d;
  -webkit-transform: rotateX(84.375deg);
          transform: rotateX(84.375deg);
}
.top-up .top-up__coin .top-up__coin--side .top-up__coin--circle:before {
  -webkit-transform-origin: top center;
}
.top-up .top-up__coin .top-up__coin--side .top-up__coin--circle:after {
  bottom: 0;
  -webkit-transform-origin: center bottom;
}
.top-up .top-up__coin .top-up__coin--side .top-up__coin--circle:nth-child(1) {
  -webkit-transform: rotateY(90deg) rotateX(11.25deg);
}
.top-up .top-up__coin .top-up__coin--side .top-up__coin--circle:nth-child(2) {
  -webkit-transform: rotateY(90deg) rotateX(22.5deg);
}
.top-up .top-up__coin .top-up__coin--side .top-up__coin--circle:nth-child(3) {
  -webkit-transform: rotateY(90deg) rotateX(33.75deg);
}
.top-up .top-up__coin .top-up__coin--side .top-up__coin--circle:nth-child(4) {
  -webkit-transform: rotateY(90deg) rotateX(45deg);
}
.top-up .top-up__coin .top-up__coin--side .top-up__coin--circle:nth-child(5) {
  -webkit-transform: rotateY(90deg) rotateX(56.25deg);
}
.top-up .top-up__coin .top-up__coin--side .top-up__coin--circle:nth-child(6) {
  -webkit-transform: rotateY(90deg) rotateX(67.5deg);
}
.top-up .top-up__coin .top-up__coin--side .top-up__coin--circle:nth-child(7) {
  -webkit-transform: rotateY(90deg) rotateX(78.75deg);
}
.top-up .top-up__coin .top-up__coin--side .top-up__coin--circle:nth-child(8) {
  -webkit-transform: rotateY(90deg) rotateX(90deg);
}
.top-up .top-up__coin .top-up__coin--side .top-up__coin--circle:nth-child(9) {
  -webkit-transform: rotateY(90deg) rotateX(101.25deg);
}
.top-up .top-up__coin .top-up__coin--side .top-up__coin--circle:nth-child(10) {
  -webkit-transform: rotateY(90deg) rotateX(112.5deg);
}
.top-up .top-up__coin .top-up__coin--side .top-up__coin--circle:nth-child(11) {
  -webkit-transform: rotateY(90deg) rotateX(123.75deg);
}
.top-up .top-up__coin .top-up__coin--side .top-up__coin--circle:nth-child(12) {
  -webkit-transform: rotateY(90deg) rotateX(135deg);
}
.top-up .top-up__coin .top-up__coin--side .top-up__coin--circle:nth-child(13) {
  -webkit-transform: rotateY(90deg) rotateX(146.25deg);
}
.top-up .top-up__coin .top-up__coin--side .top-up__coin--circle:nth-child(14) {
  -webkit-transform: rotateY(90deg) rotateX(157.5deg);
}
.top-up .top-up__coin .top-up__coin--side .top-up__coin--circle:nth-child(15) {
  -webkit-transform: rotateY(90deg) rotateX(168.75deg);
}
.top-up .top-up__coin .top-up__coin--side .top-up__coin--circle:nth-child(16) {
  -webkit-transform: rotateY(90deg) rotateX(180deg);
}
@-webkit-keyframes coinTopUp {
  from {
    -webkit-transform: rotateY(0deg);
  }
  to {
    -webkit-transform: rotateY(2160deg);
  }
}
@-webkit-keyframes coinTopUpFallback {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(2160deg);
            transform: rotate(2160deg);
  }
}
@keyframes coinTopUpFallback {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(2160deg);
            transform: rotate(2160deg);
  }
}
.top-up .top-up__icon {
  opacity: 0;
  position: absolute;
  top: 122px;
  left: -webkit-calc(50% + 26px);
  left: calc(50% + 26px);
  width: 20px;
  height: 20px;
  background-color: #6e6e6e;
  border-radius: 50%;
  -webkit-transform-style: preserve-3d;
}
@media all and (max-width: 570px) {
  .top-up .top-up__icon {
    top: 82px;
    left: -webkit-calc(50% + 16px);
    left: calc(50% + 16px);
  }
}
.top-up .top-up__icon.top-up__icon--success {
  background: #6aa145 url("/assets/img/icon-check-white.svg") no-repeat center;
  background-size: 14px;
}
.top-up .top-up__message {
  margin-top: 50px;
  line-height: 1.1;
  color: #373b43;
}
@media all and (max-width: 570px) {
  .top-up .top-up__message {
    margin-top: 30px;
  }
}
.top-up .top-up__message [class^=top-up__message] {
  max-width: 100%;
  -webkit-flex-shrink: 0;
          flex-shrink: 0;
}
.top-up .top-up__message .top-up__message-title {
  margin-bottom: 15px;
  font-size: 20px;
  font-weight: 500;
}
.top-up .top-up__message .top-up__message-value {
  font-size: 48px;
  font-weight: 700;
}
.top-up .top-up__message .top-up__message-unit,
.top-up .top-up__message .top-up__message-text {
  font-size: 16px;
  font-weight: 400;
}
.top-up .top-up__message .top-up__message-text {
  margin-top: 5px;
  line-height: 1.2;
}
.top-up .top-up__footer {
  margin-top: 20px;
  font-size: 12px;
  line-height: 1.6666666667;
  color: #8e8f91;
}
.top-up .top-up__footer [class^=top-up__footer] {
  max-width: 100%;
  -webkit-flex-shrink: 0;
          flex-shrink: 0;
}
.top-up .top-up__footer .top-up__footer-title {
  margin-bottom: 5px;
  font-weight: 500;
}
.top-up .top-up__footer .top-up__footer-text .btn {
  width: 100%;
  margin-top: 5px;
}

.fullscreen-overlay.show .shop-overlay .shop-overlay__content {
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

.shop-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
          flex-direction: column;
  overflow: hidden;
  overflow-y: auto;
  padding-top: 56px;
  padding-bottom: 32px;
  background-image: -webkit-linear-gradient(top, rgba(245, 246, 247, 0) 248px, #f5f6f7 100%);
  background-image: linear-gradient(180deg, rgba(245, 246, 247, 0) 248px, #f5f6f7 100%);
  background-color: rgba(245, 246, 247, 0.85);
  -webkit-overflow-scrolling: touch;
}
@media all and (max-width: 767px) {
  .shop-overlay {
    padding-top: 32px;
  }
}
.shop-overlay > .shop-overlay__close {
  top: 24px;
  right: 24px;
  width: 32px;
  height: 32px;
  display: block;
}
@media all and (max-width: 767px) {
  .shop-overlay > .shop-overlay__close {
    display: none;
  }
}
.shop-overlay .shop-overlay__close {
  position: absolute;
  border-radius: 50%;
}
@media (hover: hover) and (pointer: fine) {
  .shop-overlay .shop-overlay__close:hover svg path, .shop-overlay .shop-overlay__close:focus svg path {
    fill: hsl(221deg, 10%, 31%);
  }
}
.shop-overlay .shop-overlay__close:active svg path {
  fill: hsl(221deg, 10%, 31%);
}
.shop-overlay .shop-overlay__close svg {
  width: 100%;
  height: 100%;
}
.shop-overlay .shop-overlay__close svg path {
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  fill: #aeb2b5;
}
.shop-overlay .shop-overlay__content {
  width: -webkit-calc(100% - 30px);
  width: calc(100% - 30px);
  max-width: 570px;
  margin: 0 auto auto;
  padding: 48px 64px 24px;
  background-color: #fff;
  box-shadow: 0 8px 12px #dadce1;
  border-radius: 8px;
  -webkit-transform: translate(0, 10%);
          transform: translate(0, 10%);
}
@media all and (max-width: 767px) {
  .shop-overlay .shop-overlay__content {
    padding: 32px 16px;
  }
}
.shop-overlay .shop-overlay__content--wider {
  max-width: 700px;
}
@media all and (min-width: 767.001px) {
  .shop-overlay .shop-overlay__content--wider {
    padding-right: 46px;
    padding-left: 46px;
  }
}
.shop-overlay .shop-overlay__content > .shop-overlay__message:first-child {
  margin-top: 8px;
  margin-bottom: 32px;
}
@media all and (min-width: 767.001px) {
  .shop-overlay .shop-overlay__content > .shop-overlay__message:first-child {
    margin-top: -48px;
    margin-bottom: 48px;
    border-top-left-radius: inherit;
    border-top-right-radius: inherit;
  }
}
.shop-overlay .shop-overlay__content .shop-overlay__message {
  display: none;
  margin-right: -64px;
  margin-left: -64px;
  padding: 15px 64px 12px;
  text-align: center;
  color: #fff;
  background-color: #aeb2b5;
}
@media all and (max-width: 767px) {
  .shop-overlay .shop-overlay__content .shop-overlay__message {
    margin-right: -16px;
    margin-left: -16px;
    padding-right: 16px;
    padding-left: 16px;
  }
}
.shop-overlay .shop-overlay__content .shop-overlay__message--success {
  background-color: #65a325;
}
.shop-overlay .shop-overlay__content #rondo-shop-top-message span {
  display: block;
  margin-top: 15px;
  font-weight: 500;
}
.shop-overlay .shop-overlay__content .shop-overlay__inner > .shop-overlay__close {
  top: 8px;
  right: 8px;
  width: 24px;
  height: 24px;
  display: block;
}
@media all and (min-width: 767.001px) {
  .shop-overlay .shop-overlay__content .shop-overlay__inner > .shop-overlay__close {
    display: none;
  }
}
.shop-overlay .shop-overlay__content .shop-overlay__pay-description {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
          justify-content: center;
  -webkit-align-items: center;
          align-items: center;
  -webkit-flex-direction: column;
          flex-direction: column;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .shop-overlay .shop-overlay__content .shop-overlay__pay-description > * + * {
    margin-left: 0;
  }
}
.shop-overlay .shop-overlay__content .shop-overlay__box {
  -webkit-flex: 1;
          flex: 1;
}
.shop-overlay .shop-overlay__content .shop-overlay__box:first-child {
  margin-right: 2rem;
}
.shop-overlay .shop-overlay__content .shop-overlay__box--cols {
  display: -webkit-flex;
  display: flex;
}
@media all and (max-width: 470px) {
  .shop-overlay .shop-overlay__content .shop-overlay__box--cols {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
            justify-content: center;
    -webkit-align-items: center;
            align-items: center;
    -webkit-flex-direction: column;
            flex-direction: column;
  }
}
@media screen and (max-width: 470px) and (-ms-high-contrast: active), (max-width: 470px) and (-ms-high-contrast: none) {
  .shop-overlay .shop-overlay__content .shop-overlay__box--cols > * + * {
    margin-left: 0;
  }
}
.shop-overlay .shop-overlay__content .shop-overlay__box--rows {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
          justify-content: center;
  -webkit-align-items: center;
          align-items: center;
  -webkit-flex-direction: column;
          flex-direction: column;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .shop-overlay .shop-overlay__content .shop-overlay__box--rows > * + * {
    margin-left: 0;
  }
}
@media all and (max-width: 480px) {
  .shop-overlay .shop-overlay__content .shop-overlay__box--rows .btn {
    padding: 0 5.8rem;
  }
}
@media all and (max-width: 470px) {
  .shop-overlay .shop-overlay__content .shop-overlay__box--rows .btn {
    padding: 0;
    width: 100%;
    margin-bottom: 1rem;
  }
}
@media all and (max-width: 470px) {
  .shop-overlay .shop-overlay__content .shop-overlay__box--flip-rows {
    width: 100%;
    -webkit-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .shop-overlay .shop-overlay__content .shop-overlay__box--flip-rows img {
    margin-bottom: 0 !important;
  }
}
.shop-overlay .shop-overlay__content .shop-overlay__box .shop-overlay__title--s {
  line-height: 1.5;
  margin-bottom: 0.4rem;
}
.shop-overlay .shop-overlay__content .shop-overlay__box .shop-overlay__title--s span {
  display: block;
}
@media all and (max-width: 470px) {
  .shop-overlay .shop-overlay__content .shop-overlay__box .shop-overlay__title--s span {
    display: inline;
  }
}
.shop-overlay .shop-overlay__content .shop-overlay__pay-icons {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
  -webkit-justify-content: center;
          justify-content: center;
  -webkit-flex-direction: row;
          flex-direction: row;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .shop-overlay .shop-overlay__content .shop-overlay__pay-icons > * + * {
    margin-top: 0;
  }
}
.shop-overlay .shop-overlay__content .shop-overlay__pay-icons > * {
  width: 3rem;
  margin-bottom: 0.4rem;
}
.shop-overlay .shop-overlay__content .shop-overlay__pay-icons [alt=mastercard] {
  width: 2.8rem;
}
.shop-overlay .shop-overlay__content .shop-overlay__pay-icons > *:not(:last-child) {
  margin-right: 1rem;
}
.shop-overlay .shop-overlay__content .shop-overlay__text--hide-mob {
  display: none;
}
@media all and (max-width: 550px) {
  .shop-overlay .shop-overlay__content .shop-overlay__text--hide-mob.at-550 {
    display: none;
  }
}
@media all and (max-width: 480px) {
  .shop-overlay .shop-overlay__content .shop-overlay__text--hide-mob.at-480 {
    display: none;
  }
}
@media all and (max-width: 375px) {
  .shop-overlay .shop-overlay__content .shop-overlay__text--hide-mob.at-375 {
    display: none;
  }
}
.shop-overlay .shop-overlay__content .shop-overlay__text--show-mob {
  display: none;
}
@media all and (max-width: 550px) {
  .shop-overlay .shop-overlay__content .shop-overlay__text--show-mob.at-550 {
    display: block;
  }
}
@media all and (max-width: 480px) {
  .shop-overlay .shop-overlay__content .shop-overlay__text--show-mob.at-480 {
    display: block;
  }
}
@media all and (max-width: 375px) {
  .shop-overlay .shop-overlay__content .shop-overlay__text--show-mob.at-375 {
    display: block;
  }
}
.shop-overlay .overlay-content-rules {
  max-width: 700px;
  padding: 65px 110px 55px;
}
.shop-overlay .overlay-content-rules h1 {
  margin-top: 0 !important;
  margin-bottom: 30px !important;
}
.shop-overlay .overlay-content-rules p {
  margin-bottom: 30px;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: -0.23px;
  color: #313131;
}
.shop-overlay .overlay-content-rules .link-wrapper {
  margin-top: 15px;
  text-align: center;
}
@media all and (max-width: 768px) {
  .shop-overlay .overlay-content-rules {
    padding: 50px 80px 40px;
  }
}
@media all and (max-width: 675px) {
  .shop-overlay .overlay-content-rules {
    padding: 33px 60px 36px;
  }
}
@media all and (max-width: 475px) {
  .shop-overlay .overlay-content-rules {
    padding: 33px 30px 36px;
  }
  .shop-overlay .overlay-content-rules .link-wrapper button {
    width: 100%;
  }
}
@media all and (max-width: 375px) {
  .shop-overlay .overlay-content-rules {
    padding: 33px 14px 36px 16px;
  }
  .shop-overlay .overlay-content-rules h1 {
    margin-top: 0 !important;
    margin-bottom: 20px !important;
  }
  .shop-overlay .overlay-content-rules p {
    margin-bottom: 20px;
    font-size: 15px;
    line-height: 24px;
    letter-spacing: -0.5px;
  }
}
.shop-overlay .shop-overlay__text {
  text-align: center;
}
.shop-overlay .shop-overlay__text--center {
  /*
  add with time some code
  */
}
.shop-overlay .shop-overlay__text--center:lang(hu) {
  margin: 0 auto;
  max-width: 315px;
}
.shop-overlay .shop-overlay__text--b {
  font-size: 1.7rem;
}
.shop-overlay .shop-overlay__text--m {
  font-size: 1.5rem;
}
.shop-overlay .shop-overlay__text--s {
  font-size: 1.2rem;
}
.shop-overlay .shop-overlay__title {
  font-size: 32px;
  font-weight: 500;
  line-height: 1.25;
  color: #313131;
}
.shop-overlay .shop-overlay__title:lang(hu):not(.shop-overlay__title--s, .shop-overlay__title--lg) {
  font-size: 2.9rem;
}
@media all and (max-width: 767px) {
  .shop-overlay .shop-overlay__title:lang(hu):not(.shop-overlay__title--s, .shop-overlay__title--lg) {
    font-size: 22px;
  }
}
@media all and (max-width: 767px) {
  .shop-overlay .shop-overlay__title {
    font-size: 22px;
    font-weight: 600;
    line-height: 1.1818181818;
  }
}
.shop-overlay .shop-overlay__title + .shop-overlay__body {
  margin-top: 40px;
}
.shop-overlay .shop-overlay__title--lg {
  font-size: 3.2rem;
  color: #414141;
}
.shop-overlay .shop-overlay__title--s {
  font-size: 1.3rem;
  color: #414141;
}
.shop-overlay .shop-overlay__title--warning {
  padding: 0rem 1.5rem;
  font-size: 3rem;
  font-weight: 700;
  color: #e37921;
  border: 4px solid #e37921;
  border-radius: 50%;
  margin-right: 2rem;
}
.shop-overlay__goto-shop a {
  color: #e37921;
}
.shop-overlay .shop-overlay__block {
  padding: 28px 16px 16px;
  text-align: center;
  background-color: #fcfcfc;
  border: 1px dashed #ebebed;
  border-radius: 4px;
}
@media all and (max-width: 480px) {
  .shop-overlay .shop-overlay__block {
    padding: 28px 14px 16px;
  }
}
.shop-overlay .shop-overlay__block + .shop-overlay__body {
  margin-top: 64px;
}
@media all and (max-width: 767px) {
  .shop-overlay .shop-overlay__block + .shop-overlay__body {
    margin-top: 28px;
  }
}
.shop-overlay .shop-overlay__block .shop-overlay__block-title {
  margin: 0;
  font-size: 25px;
  font-weight: 300;
  line-height: 1.5;
  letter-spacing: -0.014375em;
  color: #313131;
}
.shop-overlay .shop-overlay__block .shop-overlay__block-title:lang(ro) {
  font-size: 2rem;
}
@media all and (max-width: 767px) {
  .shop-overlay .shop-overlay__block .shop-overlay__block-title:not(:lang(hu)) {
    font-size: 18px;
    line-height: 1.5555555556;
    letter-spacing: -0.0277777778em;
  }
}
.shop-overlay .shop-overlay__block .shop-overlay__block-title strong {
  font-weight: 700 !important;
}
.shop-overlay .shop-overlay__block .shop-overlay__block-title .shop-overlay__wallet {
  display: inline-block;
  padding-left: 1rem;
  font-size: 3rem;
  color: #e37921;
  vertical-align: middle;
}
.shop-overlay .shop-overlay__block .shop-overlay__block-title .shop-overlay__wallet strong:lang(ro) {
  white-space: nowrap;
}
.shop-overlay .shop-overlay__block .shop-overlay__block-title .shop-overlay__wallet:lang(hu) {
  padding-left: 1.5rem;
  line-height: 1.4;
  font-size: 2.8rem;
}
.shop-overlay .shop-overlay__block .shop-overlay__block-title .shop-overlay__wallet svg {
  width: 5rem;
  height: 5rem;
  vertical-align: bottom;
}
.shop-overlay .shop-overlay__block .shop-overlay__block-title .shop-overlay__wallet svg:lang(hu) {
  width: 4rem;
  height: 4rem;
}
.shop-overlay .shop-overlay__block .shop-overlay__block-title .shop-overlay__wallet svg g,
.shop-overlay .shop-overlay__block .shop-overlay__block-title .shop-overlay__wallet svg path {
  fill: #e37921;
}
.shop-overlay .shop-overlay__block .shop-overlay__block-title .shop-overlay__wallet .credit {
  display: block;
  margin: 5px 0;
  font-size: 16px;
}
.shop-overlay .shop-overlay__block .shop-overlay__block-title .shop-overlay__price-title:lang(hu) {
  text-align: left;
  line-height: 1.3;
  -webkit-transform: translateY(1px);
          transform: translateY(1px);
}
@media all and (max-width: 424px) {
  .shop-overlay .shop-overlay__block .shop-overlay__block-title .shop-overlay__price-title:lang(hu) {
    margin-bottom: 0.3rem;
  }
  .shop-overlay .shop-overlay__block .shop-overlay__block-title .shop-overlay__price-title:lang(hu) > span {
    font-size: 1.8rem;
    line-height: 1.5555555556;
    letter-spacing: -0.0277777778em;
  }
}
@media all and (max-width: 424px) and (max-width: 340px) {
  .shop-overlay .shop-overlay__block .shop-overlay__block-title .shop-overlay__price-title:lang(hu) > span {
    font-size: 1.6rem;
  }
}
.shop-overlay .shop-overlay__block .shop-overlay__block-title .shop-overlay__price-title:lang(hu) span:nth-of-type(1) {
  font-weight: 500;
  display: block;
}
@media all and (max-width: 424px) {
  .shop-overlay .shop-overlay__block .shop-overlay__block-title .shop-overlay__price-title:lang(hu) span:nth-of-type(1) {
    display: inline;
    font-weight: 300;
  }
}
.shop-overlay .shop-overlay__block .shop-overlay__block-title .shop-overlay__price-title:lang(hu) span:nth-of-type(2) {
  font-size: 1.6rem;
}
@media all and (max-width: 424px) {
  .shop-overlay .shop-overlay__block .shop-overlay__block-title .shop-overlay__price-title:lang(hu) span:nth-of-type(2) {
    font-size: 1.8rem;
  }
}
@media all and (max-width: 340px) {
  .shop-overlay .shop-overlay__block .shop-overlay__block-title .shop-overlay__price-title:lang(hu) span:nth-of-type(2) {
    font-size: 1.6rem;
  }
}
.shop-overlay .shop-overlay__block .price-wrapper {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
          justify-content: center;
  -webkit-align-items: center;
          align-items: center;
}
.shop-overlay .shop-overlay__block .price-wrapper p {
  font-size: 15px;
  text-align: left;
}
@media all and (max-width: 425px) {
  .shop-overlay .shop-overlay__block .price-wrapper p {
    font-size: 13px;
    text-align: center;
  }
}
@media all and (max-width: 425px) {
  .shop-overlay .shop-overlay__block .price-wrapper {
    -webkit-flex-direction: column;
            flex-direction: column;
  }
}
.shop-overlay .shop-overlay__block .shop-overlay__block-subtitle {
  margin-top: 21px;
  margin-bottom: 0;
  font-size: 12px;
  font-weight: 300;
  line-height: 2;
  letter-spacing: -0.0141666667em;
  color: #414141;
}
@media all and (max-width: 767px) {
  .shop-overlay .shop-overlay__block .shop-overlay__block-subtitle {
    font-size: 13px;
    line-height: 1.6153846154;
  }
}
.shop-overlay .shop-overlay__block .shop-overlay__block-reward {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-justify-content: center;
          justify-content: center;
  -webkit-align-items: center;
          align-items: center;
  margin: 0;
}
@media all and (max-width: 520px) {
  .shop-overlay .shop-overlay__block .shop-overlay__block-reward {
    -webkit-justify-content: space-evenly;
            justify-content: space-evenly;
  }
}
@media all and (max-width: 375px) {
  .shop-overlay .shop-overlay__block .shop-overlay__block-reward .reward-wrapper {
    font-size: 12px;
  }
}
.shop-overlay .shop-overlay__block .shop-overlay__block-reward .reward-wrapper:first-child .icon {
  bottom: 5px;
}
@media all and (max-width: 767px) {
  .shop-overlay .shop-overlay__block .shop-overlay__block-reward .reward-wrapper:first-child .icon {
    bottom: 4px;
  }
}
@media all and (max-width: 480px) {
  .shop-overlay .shop-overlay__block .shop-overlay__block-reward .reward-wrapper:first-child .icon {
    bottom: 2px;
  }
}
.shop-overlay .shop-overlay__block .shop-overlay__block-reward .value {
  font-size: 28px;
  font-weight: 700;
  line-height: 52px;
  letter-spacing: -0.0178571429em;
  color: #414141;
}
@media all and (max-width: 767px) {
  .shop-overlay .shop-overlay__block .shop-overlay__block-reward .value {
    font-size: 20px;
  }
}
@media all and (max-width: 350px) {
  .shop-overlay .shop-overlay__block .shop-overlay__block-reward .value {
    font-size: 18px;
  }
}
.shop-overlay .shop-overlay__block .shop-overlay__block-reward .icon {
  position: relative;
  bottom: 3px;
  display: inline-block;
  width: 24px;
  height: 24px;
}
@media all and (max-width: 767px) {
  .shop-overlay .shop-overlay__block .shop-overlay__block-reward .icon {
    width: 18px;
    height: 18px;
    bottom: 2px;
  }
}
@media all and (max-width: 480px) {
  .shop-overlay .shop-overlay__block .shop-overlay__block-reward .icon {
    bottom: 1px;
    width: 12px;
    height: 12px;
  }
}
.shop-overlay .shop-overlay__block .shop-overlay__block-reward .text-tiny {
  display: inline-block;
  margin: 0 16px;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: -0.0142857143em;
  color: #aeb2b5;
}
@media all and (max-width: 767px) {
  .shop-overlay .shop-overlay__block .shop-overlay__block-reward .text-tiny {
    margin: 0 8px;
  }
}
@media all and (max-width: 480px) {
  .shop-overlay .shop-overlay__block .shop-overlay__block-reward .text-tiny {
    margin: 0 4px;
  }
}
.shop-overlay .shop-overlay__block .shop-overlay__block-reward .recharge-lives {
  margin-top: 18px;
}
@media all and (max-width: 356px) {
  .shop-overlay .shop-overlay__block .shop-overlay__block-reward .recharge-lives {
    margin-top: 6px;
  }
}
.shop-overlay .shop-overlay__block .shop-overlay__block-reward .recharge-lives .lives {
  height: 16px;
}
.shop-overlay .shop-overlay__block .shop-overlay__block-reward .recharge-lives p {
  margin: 0;
  line-height: 1;
}
@media all and (max-width: 767px) {
  .shop-overlay .shop-overlay__block .shop-overlay__block-reward .recharge-lives p {
    font-size: 13px;
  }
}
.shop-overlay .shop-overlay__apps {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-justify-content: center;
          justify-content: center;
  margin: -6px -6px 94px;
}
.shop-overlay .shop-overlay__apps .shop-overlay__app {
  display: inline-block;
  -webkit-flex-shrink: 0;
          flex-shrink: 0;
  margin: 6px;
  text-decoration: none;
}
.shop-overlay .shop-overlay__body {
  text-align: center;
}
.shop-overlay .shop-overlay__body + .shop-overlay__footer {
  margin-top: 40px;
}
@media all and (max-width: 767px) {
  .shop-overlay .shop-overlay__body + .shop-overlay__footer {
    margin-top: 22px;
  }
}
.shop-overlay .shop-overlay__body .shop-overlay__body-title {
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 500;
  color: #414141;
}
@media all and (max-width: 767px) {
  .shop-overlay .shop-overlay__body .shop-overlay__body-title {
    margin-bottom: 28px;
  }
}
.shop-overlay .shop-overlay__body .shop-overlay__body-title + .shop-overlay__body-text {
  margin-top: 40px;
}
.shop-overlay .shop-overlay__body .shop-overlay__body-title strong {
  font-weight: 700 !important;
}
.shop-overlay .shop-overlay__body .shop-overlay__body-text {
  max-width: 480px;
  margin-right: auto;
  margin-left: auto;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.375;
  letter-spacing: -0.014375em;
  color: #313131;
}
.shop-overlay .shop-overlay__body .shop-overlay__body-text + .shop-overlay__apps {
  margin-top: 34px;
}
.shop-overlay .shop-overlay__body .form-inline {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
          justify-content: center;
  margin: -4px -4px 16px;
}
@media all and (max-width: 767px) {
  .shop-overlay .shop-overlay__body .form-inline {
    margin: -6px -6px 18px;
  }
}
@media all and (max-width: 480px) {
  .shop-overlay .shop-overlay__body .form-inline {
    -webkit-flex-direction: column;
            flex-direction: column;
  }
}
.shop-overlay .shop-overlay__body .form-inline + .form-error-text {
  margin-top: -10px;
  margin-bottom: 20px;
}
.shop-overlay .shop-overlay__body .form-inline .form-group {
  margin: 4px;
}
@media all and (max-width: 767px) {
  .shop-overlay .shop-overlay__body .form-inline .form-group {
    margin: 6px;
  }
}
@media all and (max-width: 480px) {
  .shop-overlay .shop-overlay__body .form-inline .form-group .btn {
    width: 100%;
  }
}
.shop-overlay .shop-overlay__body .form-inline .form-group input {
  min-width: 220px;
}
@media all and (max-width: 480px) {
  .shop-overlay .shop-overlay__body .form-inline .form-group input {
    text-align: center;
  }
}
.shop-overlay .shop-overlay__body-footer {
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 14px;
  text-align: center;
}
.shop-overlay .shop-overlay__footer {
  text-align: center;
}
.shop-overlay .shop-overlay__footer p {
  font-size: 12px;
  font-weight: 400;
  line-height: 1.6666666667;
  color: #8e8f91;
}
.shop-overlay .shop-overlay__footer p:first-child {
  margin-top: 0;
}
.shop-overlay .shop-overlay__footer p:last-child {
  margin-bottom: 0;
}
.shop-overlay .form-inline .btn:not(.btn-larger) {
  height: 39px;
  line-height: 39px;
}

.shop-overlay .shop-overlay__block .shop-overlay__block-reward:lang(hu) {
  -webkit-justify-content: center;
          justify-content: center;
}

@media (max-width: 469px) {
  .shop-overlay__box--rows .ajax:lang(ro),
.shop-overlay__box--rows .ajax:lang(hu) {
    width: 100%;
  }
}

.shop-overlay__box--rows {
  position: relative;
}

.shop-overlay__box--limit {
  width: 100%;
}

.shop-overlay__title + .shop-overlay__text--center:lang(hu) {
  margin-bottom: 2.4rem;
}

.shop-overlay__limit-box {
  background-color: rgba(255, 255, 255, 0.97);
  position: absolute;
  top: 50%;
  left: 50%;
  width: 102%;
  height: 102%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
          justify-content: center;
  -webkit-align-items: center;
          align-items: center;
}
@media (max-width: 469px) {
  .shop-overlay__limit-box {
    -webkit-flex-direction: column;
            flex-direction: column;
  }
}

.shop-overlay__limit-box svg {
  -webkit-flex-shrink: 0;
          flex-shrink: 0;
}
@media (max-width: 469px) {
  .shop-overlay__limit-box svg {
    width: 4.2rem;
    height: 4.2rem;
  }
}

.shop-overlay__limit-text {
  margin-left: 2.3rem;
}
@media (max-width: 600px) {
  .shop-overlay__limit-text {
    margin-left: 0.6rem;
  }
}
@media (max-width: 469px) {
  .shop-overlay__limit-text {
    margin-left: 0;
  }
}

.shop-overlay__limit-text p {
  text-align: left;
  color: #941313;
  margin: 0;
}
@media (max-width: 469px) {
  .shop-overlay__limit-text p {
    text-align: center;
  }
}

.shop-overlay__limit-text p:first-child {
  font-size: 1.2rem;
  font-weight: 500;
  font-style: normal;
  letter-spacing: normal;
  line-height: 1.3;
  margin-bottom: 0.37rem;
}

.shop-overlay__limit-text p:last-child {
  font-size: 1.8rem;
  font-weight: 700;
  font-style: normal;
  letter-spacing: normal;
  line-height: normal;
}
@media (max-width: 469px) {
  .shop-overlay__limit-text p:last-child {
    font-size: 1.6rem;
  }
}

.confirm-dialog {
  position: fixed;
  z-index: 999999;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding-top: 10rem;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-start;
          align-items: flex-start;
  -webkit-justify-content: center;
          justify-content: center;
  background-color: rgba(0, 0, 0, 0.5);
}
@media (max-width: 600px) {
  .confirm-dialog {
    padding-top: 2rem;
  }
}
.confirm-dialog[data-visible=true] {
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity 0.2s ease-in-out, visibility 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out, visibility 0.2s ease-in-out;
}
.confirm-dialog[data-visible=false] {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.2s ease-in-out, visibility 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out, visibility 0.2s ease-in-out;
}
.confirm-dialog[data-visible=true] .confirm-dialog__container {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition: -webkit-transform 0.2s ease-in-out;
  transition: -webkit-transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
}
.confirm-dialog[data-visible=false] .confirm-dialog__container {
  -webkit-transform: translateY(-3rem);
          transform: translateY(-3rem);
  -webkit-transition: -webkit-transform 0.2s ease-in-out;
  transition: -webkit-transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
}
.confirm-dialog__container {
  background-color: #FFFFFF;
  width: min(100% - 4rem, 43rem);
  border-radius: 0.8rem;
  padding: 2.5rem;
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -4px rgba(0, 0, 0, 0.1), inset #D8D8DA 0 0 0 1px;
}
.confirm-dialog__title {
  color: #373B43;
  font-size: 1.55rem;
  font-weight: 500;
  line-height: 1;
  margin: 0;
}
.confirm-dialog__description {
  font-size: 1.3rem;
  margin: 0;
  line-height: 1.5;
  font-weight: 400;
  color: #585858;
}
.confirm-dialog__title + .confirm-dialog__description {
  margin-top: 1.15rem;
}
.confirm-dialog__btns {
  margin-top: 2.5rem;
  display: -webkit-flex;
  display: flex;
  gap: 0.7rem;
}
.confirm-dialog__btns button {
  font-size: 1.2rem;
  font-weight: 500;
  padding: 0.85rem 1.5rem;
  display: -webkit-inline-flex;
  display: inline-flex;
  -webkit-justify-content: center;
          justify-content: center;
  -webkit-align-items: center;
          align-items: center;
  width: 6rem;
  line-height: 1;
  color: #FFFFFF;
  background-color: #65a325;
  border: none;
  border-radius: 0.5rem;
  cursor: pointer;
  -webkit-transition: background-color 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
  transition: background-color 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
  outline: none;
}
.confirm-dialog__btns button.reject {
  box-shadow: inset 0 0 0 1px #D8D8DA;
  background-color: #FFFFFF !important;
  color: #000000;
}
.confirm-dialog__btns button.reject:focus-visible, .confirm-dialog__btns button.reject:hover {
  box-shadow: inset 0 0 0 1px #B1B0B5;
}
.confirm-dialog__btns button:focus-visible, .confirm-dialog__btns button:hover {
  background-color: #4f8816;
}
.confirm-dialog__btns--four button, .confirm-dialog__btns--two button {
  font-size: 1.3rem;
  padding: 0.95rem 1.5rem;
  width: 7rem;
}
.confirm-dialog__btns--four button.reject, .confirm-dialog__btns--three button.reject {
  box-shadow: none;
}
.confirm-dialog__btns--four button.reject:hover, .confirm-dialog__btns--three button.reject:hover {
  box-shadow: none;
  text-decoration: underline;
}

.fullscreen-overlay.show .shop-overlay .shop-overlay__content {
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

.shop-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
          flex-direction: column;
  overflow: hidden;
  overflow-y: auto;
  padding-top: 56px;
  padding-bottom: 32px;
  background-image: -webkit-linear-gradient(top, rgba(245, 246, 247, 0) 248px, #f5f6f7 100%);
  background-image: linear-gradient(180deg, rgba(245, 246, 247, 0) 248px, #f5f6f7 100%);
  background-color: rgba(245, 246, 247, 0.85);
  -webkit-overflow-scrolling: touch;
}
@media all and (max-width: 767px) {
  .shop-overlay {
    padding-top: 32px;
  }
}
.shop-overlay > .shop-overlay__close {
  top: 24px;
  right: 24px;
  width: 32px;
  height: 32px;
  display: block;
}
@media all and (max-width: 767px) {
  .shop-overlay > .shop-overlay__close {
    display: none;
  }
}
.shop-overlay .shop-overlay__close {
  position: absolute;
  border-radius: 50%;
}
@media (hover: hover) and (pointer: fine) {
  .shop-overlay .shop-overlay__close:hover svg path, .shop-overlay .shop-overlay__close:focus svg path {
    fill: hsl(221deg, 10%, 31%);
  }
}
.shop-overlay .shop-overlay__close:active svg path {
  fill: hsl(221deg, 10%, 31%);
}
.shop-overlay .shop-overlay__close svg {
  width: 100%;
  height: 100%;
}
.shop-overlay .shop-overlay__close svg path {
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  fill: #aeb2b5;
}
.shop-overlay .shop-overlay__content-inner {
  position: relative;
  overflow: hidden;
  padding: 48px 64px 24px;
  border-radius: inherit;
}
@media all and (max-width: 767px) {
  .shop-overlay .shop-overlay__content-inner {
    padding: 32px 16px;
  }
}
.shop-overlay .shop-overlay__content--no-padding {
  padding: 0 !important;
}
.shop-overlay .shop-overlay__content#money-gate-result-content {
  padding: 4.2rem 5.1rem;
}
@media all and (max-width: 767px) {
  .shop-overlay .shop-overlay__content#money-gate-result-content {
    padding: 32px 16px;
  }
}
.shop-overlay .shop-overlay__content#money-gate-result-content .bill-overlay .title {
  margin-top: 0;
  margin-bottom: 1.5rem;
  color: #313131;
  font-size: 32px;
  font-weight: 500;
  text-align: center;
  line-height: 1.25;
}
@media (max-width: 600px) {
  .shop-overlay .shop-overlay__content#money-gate-result-content .bill-overlay .title {
    font-size: 2.5rem;
    font-weight: 600;
  }
}
.shop-overlay .shop-overlay__content#money-gate-result-content .bill-overlay .title .emoji {
  font-size: 4.2rem;
}
@media (max-width: 600px) {
  .shop-overlay .shop-overlay__content#money-gate-result-content .bill-overlay .title .emoji {
    font-size: 3.5rem;
  }
}
.shop-overlay .shop-overlay__content#money-gate-result-content .bill-overlay .title .text {
  margin-top: 1.5rem;
}
.shop-overlay .shop-overlay__content#money-gate-result-content .bill-overlay .info-text {
  color: rgb(65, 65, 65);
  font-size: 15px;
  font-weight: 400;
  letter-spacing: -0.21px;
  text-align: center;
  line-height: 1.5;
}
.shop-overlay .shop-overlay__content#money-gate-result-content .bill-overlay a.link-inherit {
  text-align: center;
}
.shop-overlay .shop-overlay__content {
  width: -webkit-calc(100% - 30px);
  width: calc(100% - 30px);
  max-width: 570px;
  margin: 0 auto auto;
  background-color: #fff;
  box-shadow: 0 8px 12px #dadce1;
  border-radius: 8px;
  padding: 48px 64px 24px;
  -webkit-transform: translate(0, 10%);
          transform: translate(0, 10%);
}
@media all and (max-width: 767px) {
  .shop-overlay .shop-overlay__content {
    padding: 32px 16px;
  }
}
.shop-overlay .shop-overlay__content--wider {
  max-width: 700px;
}
@media all and (min-width: 767.001px) {
  .shop-overlay .shop-overlay__content--wider {
    padding-right: 46px;
    padding-left: 46px;
  }
}
.shop-overlay .shop-overlay__content > .shop-overlay__message:first-child {
  margin-top: 8px;
  margin-bottom: 32px;
}
@media all and (min-width: 767.001px) {
  .shop-overlay .shop-overlay__content > .shop-overlay__message:first-child {
    margin-top: -48px;
    margin-bottom: 48px;
    border-top-left-radius: inherit;
    border-top-right-radius: inherit;
  }
}
.shop-overlay .shop-overlay__content .shop-overlay__message {
  display: none;
  margin-right: -64px;
  margin-left: -64px;
  padding: 15px 64px 12px;
  text-align: center;
  color: #fff;
  background-color: #aeb2b5;
}
@media all and (max-width: 767px) {
  .shop-overlay .shop-overlay__content .shop-overlay__message {
    margin-right: -16px;
    margin-left: -16px;
    padding-right: 16px;
    padding-left: 16px;
  }
}
.shop-overlay .shop-overlay__content .shop-overlay__message--success {
  background-color: #65a325;
}
.shop-overlay .shop-overlay__content #rondo-shop-top-message span {
  display: block;
  margin-top: 15px;
  font-weight: 500;
}
.shop-overlay .shop-overlay__content .shop-overlay__inner > .shop-overlay__close {
  top: 8px;
  right: 8px;
  width: 24px;
  height: 24px;
  display: block;
}
@media all and (min-width: 767.001px) {
  .shop-overlay .shop-overlay__content .shop-overlay__inner > .shop-overlay__close {
    display: none;
  }
}
.shop-overlay .shop-overlay__content .shop-overlay__pay-description {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
          justify-content: center;
  -webkit-align-items: center;
          align-items: center;
  -webkit-flex-direction: column;
          flex-direction: column;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .shop-overlay .shop-overlay__content .shop-overlay__pay-description > * + * {
    margin-left: 0;
  }
}
.shop-overlay .shop-overlay__content .shop-overlay__box {
  -webkit-flex: 1;
          flex: 1;
}
.shop-overlay .shop-overlay__content .shop-overlay__box:first-child {
  margin-right: 2rem;
}
.shop-overlay .shop-overlay__content .shop-overlay__box--cols {
  display: -webkit-flex;
  display: flex;
}
@media all and (max-width: 470px) {
  .shop-overlay .shop-overlay__content .shop-overlay__box--cols {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
            justify-content: center;
    -webkit-align-items: center;
            align-items: center;
    -webkit-flex-direction: column;
            flex-direction: column;
  }
}
@media screen and (max-width: 470px) and (-ms-high-contrast: active), (max-width: 470px) and (-ms-high-contrast: none) {
  .shop-overlay .shop-overlay__content .shop-overlay__box--cols > * + * {
    margin-left: 0;
  }
}
.shop-overlay .shop-overlay__content .shop-overlay__box--rows {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
          justify-content: center;
  -webkit-align-items: center;
          align-items: center;
  -webkit-flex-direction: column;
          flex-direction: column;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .shop-overlay .shop-overlay__content .shop-overlay__box--rows > * + * {
    margin-left: 0;
  }
}
@media all and (max-width: 480px) {
  .shop-overlay .shop-overlay__content .shop-overlay__box--rows .btn {
    padding: 0 5.8rem;
  }
}
@media all and (max-width: 470px) {
  .shop-overlay .shop-overlay__content .shop-overlay__box--rows .btn {
    padding: 0;
    width: 100%;
    margin-bottom: 1rem;
  }
}
@media all and (max-width: 470px) {
  .shop-overlay .shop-overlay__content .shop-overlay__box--flip-rows {
    width: 100%;
    -webkit-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .shop-overlay .shop-overlay__content .shop-overlay__box--flip-rows img {
    margin-bottom: 0 !important;
  }
}
.shop-overlay .shop-overlay__content .shop-overlay__box .shop-overlay__title--s {
  line-height: 1.5;
  margin-bottom: 0.4rem;
}
.shop-overlay .shop-overlay__content .shop-overlay__box .shop-overlay__title--s span {
  display: block;
}
@media all and (max-width: 470px) {
  .shop-overlay .shop-overlay__content .shop-overlay__box .shop-overlay__title--s span {
    display: inline;
  }
}
.shop-overlay .shop-overlay__content .shop-overlay__pay-icons {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
  -webkit-justify-content: center;
          justify-content: center;
  -webkit-flex-direction: row;
          flex-direction: row;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .shop-overlay .shop-overlay__content .shop-overlay__pay-icons > * + * {
    margin-top: 0;
  }
}
.shop-overlay .shop-overlay__content .shop-overlay__pay-icons > * {
  width: 3rem;
  margin-bottom: 0.4rem;
}
.shop-overlay .shop-overlay__content .shop-overlay__pay-icons [alt=mastercard] {
  width: 2.8rem;
}
.shop-overlay .shop-overlay__content .shop-overlay__pay-icons > *:not(:last-child) {
  margin-right: 1rem;
}
.shop-overlay .shop-overlay__content .shop-overlay__text--hide-mob {
  display: none;
}
@media all and (max-width: 550px) {
  .shop-overlay .shop-overlay__content .shop-overlay__text--hide-mob.at-550 {
    display: none;
  }
}
@media all and (max-width: 480px) {
  .shop-overlay .shop-overlay__content .shop-overlay__text--hide-mob.at-480 {
    display: none;
  }
}
@media all and (max-width: 375px) {
  .shop-overlay .shop-overlay__content .shop-overlay__text--hide-mob.at-375 {
    display: none;
  }
}
.shop-overlay .shop-overlay__content .shop-overlay__text--show-mob {
  display: none;
}
@media all and (max-width: 550px) {
  .shop-overlay .shop-overlay__content .shop-overlay__text--show-mob.at-550 {
    display: block;
  }
}
@media all and (max-width: 480px) {
  .shop-overlay .shop-overlay__content .shop-overlay__text--show-mob.at-480 {
    display: block;
  }
}
@media all and (max-width: 375px) {
  .shop-overlay .shop-overlay__content .shop-overlay__text--show-mob.at-375 {
    display: block;
  }
}
.shop-overlay .overlay-content-rules {
  max-width: 700px;
  padding: 65px 110px 55px;
}
.shop-overlay .overlay-content-rules h1 {
  margin-top: 0 !important;
  margin-bottom: 30px !important;
}
.shop-overlay .overlay-content-rules p {
  margin-bottom: 30px;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: -0.23px;
  color: #313131;
}
.shop-overlay .overlay-content-rules .link-wrapper {
  margin-top: 15px;
  text-align: center;
}
@media all and (max-width: 768px) {
  .shop-overlay .overlay-content-rules {
    padding: 50px 80px 40px;
  }
}
@media all and (max-width: 675px) {
  .shop-overlay .overlay-content-rules {
    padding: 33px 60px 36px;
  }
}
@media all and (max-width: 475px) {
  .shop-overlay .overlay-content-rules {
    padding: 33px 30px 36px;
  }
  .shop-overlay .overlay-content-rules .link-wrapper button {
    width: 100%;
  }
}
@media all and (max-width: 375px) {
  .shop-overlay .overlay-content-rules {
    padding: 33px 14px 36px 16px;
  }
  .shop-overlay .overlay-content-rules h1 {
    margin-top: 0 !important;
    margin-bottom: 20px !important;
  }
  .shop-overlay .overlay-content-rules p {
    margin-bottom: 20px;
    font-size: 15px;
    line-height: 24px;
    letter-spacing: -0.5px;
  }
}
.shop-overlay .shop-overlay__text {
  text-align: center;
}
.shop-overlay .shop-overlay__text--center {
  /*
  add with time some code
  */
}
.shop-overlay .shop-overlay__text--center:lang(hu) {
  margin: 0 auto;
  max-width: 315px;
}
.shop-overlay .shop-overlay__text--b {
  font-size: 1.7rem;
}
.shop-overlay .shop-overlay__text--m {
  font-size: 1.5rem;
}
.shop-overlay .shop-overlay__text--s {
  font-size: 1.2rem;
}
.shop-overlay .shop-overlay__title {
  font-size: 32px;
  font-weight: 500;
  line-height: 1.25;
  color: #313131;
}
.shop-overlay .shop-overlay__title:lang(hu):not(.shop-overlay__title--s, .shop-overlay__title--lg) {
  font-size: 2.9rem;
}
@media all and (max-width: 767px) {
  .shop-overlay .shop-overlay__title:lang(hu):not(.shop-overlay__title--s, .shop-overlay__title--lg) {
    font-size: 22px;
  }
}
@media all and (max-width: 767px) {
  .shop-overlay .shop-overlay__title {
    font-size: 22px;
    font-weight: 600;
    line-height: 1.1818181818;
  }
}
.shop-overlay .shop-overlay__title + .shop-overlay__body {
  margin-top: 40px;
}
.shop-overlay .shop-overlay__title--lg {
  font-size: 3.2rem;
  color: #414141;
}
.shop-overlay .shop-overlay__title--s {
  font-size: 1.3rem;
  color: #414141;
}
.shop-overlay .shop-overlay__title--warning {
  padding: 0rem 1.5rem;
  font-size: 3rem;
  font-weight: 700;
  color: #e37921;
  border: 4px solid #e37921;
  border-radius: 50%;
  margin-right: 2rem;
}
.shop-overlay__goto-shop a {
  color: #e37921;
}
.shop-overlay .shop-overlay__block {
  padding: 28px 16px 16px;
  text-align: center;
  background-color: #fcfcfc;
  border: 1px dashed #ebebed;
  border-radius: 4px;
}
@media all and (max-width: 480px) {
  .shop-overlay .shop-overlay__block {
    padding: 28px 14px 16px;
  }
}
.shop-overlay .shop-overlay__block + .shop-overlay__body {
  margin-top: 64px;
}
@media all and (max-width: 767px) {
  .shop-overlay .shop-overlay__block + .shop-overlay__body {
    margin-top: 28px;
  }
}
.shop-overlay .shop-overlay__block .shop-overlay__block-title {
  margin: 0;
  font-size: 25px;
  font-weight: 300;
  line-height: 1.5;
  letter-spacing: -0.014375em;
  color: #313131;
}
.shop-overlay .shop-overlay__block .shop-overlay__block-title:lang(ro) {
  font-size: 2rem;
}
@media all and (max-width: 767px) {
  .shop-overlay .shop-overlay__block .shop-overlay__block-title:not(:lang(hu)) {
    font-size: 18px;
    line-height: 1.5555555556;
    letter-spacing: -0.0277777778em;
  }
}
.shop-overlay .shop-overlay__block .shop-overlay__block-title strong {
  font-weight: 700 !important;
}
.shop-overlay .shop-overlay__block .shop-overlay__block-title .shop-overlay__wallet {
  display: inline-block;
  padding-left: 1rem;
  font-size: 3rem;
  color: #e37921;
  vertical-align: middle;
}
.shop-overlay .shop-overlay__block .shop-overlay__block-title .shop-overlay__wallet strong:lang(ro) {
  white-space: nowrap;
}
.shop-overlay .shop-overlay__block .shop-overlay__block-title .shop-overlay__wallet:lang(hu) {
  padding-left: 1.5rem;
  line-height: 1.4;
  font-size: 2.8rem;
}
.shop-overlay .shop-overlay__block .shop-overlay__block-title .shop-overlay__wallet svg {
  width: 5rem;
  height: 5rem;
  vertical-align: bottom;
}
.shop-overlay .shop-overlay__block .shop-overlay__block-title .shop-overlay__wallet svg:lang(hu) {
  width: 4rem;
  height: 4rem;
}
.shop-overlay .shop-overlay__block .shop-overlay__block-title .shop-overlay__wallet svg g,
.shop-overlay .shop-overlay__block .shop-overlay__block-title .shop-overlay__wallet svg path {
  fill: #e37921;
}
.shop-overlay .shop-overlay__block .shop-overlay__block-title .shop-overlay__wallet .credit {
  display: block;
  margin: 5px 0;
  font-size: 16px;
}
.shop-overlay .shop-overlay__block .shop-overlay__block-title .shop-overlay__price-title:lang(hu) {
  text-align: left;
  line-height: 1.3;
  -webkit-transform: translateY(1px);
          transform: translateY(1px);
}
@media all and (max-width: 424px) {
  .shop-overlay .shop-overlay__block .shop-overlay__block-title .shop-overlay__price-title:lang(hu) {
    margin-bottom: 0.3rem;
  }
  .shop-overlay .shop-overlay__block .shop-overlay__block-title .shop-overlay__price-title:lang(hu) > span {
    font-size: 1.8rem;
    line-height: 1.5555555556;
    letter-spacing: -0.0277777778em;
  }
}
@media all and (max-width: 424px) and (max-width: 340px) {
  .shop-overlay .shop-overlay__block .shop-overlay__block-title .shop-overlay__price-title:lang(hu) > span {
    font-size: 1.6rem;
  }
}
.shop-overlay .shop-overlay__block .shop-overlay__block-title .shop-overlay__price-title:lang(hu) span:nth-of-type(1) {
  font-weight: 500;
  display: block;
}
@media all and (max-width: 424px) {
  .shop-overlay .shop-overlay__block .shop-overlay__block-title .shop-overlay__price-title:lang(hu) span:nth-of-type(1) {
    display: inline;
    font-weight: 300;
  }
}
.shop-overlay .shop-overlay__block .shop-overlay__block-title .shop-overlay__price-title:lang(hu) span:nth-of-type(2) {
  font-size: 1.6rem;
}
@media all and (max-width: 424px) {
  .shop-overlay .shop-overlay__block .shop-overlay__block-title .shop-overlay__price-title:lang(hu) span:nth-of-type(2) {
    font-size: 1.8rem;
  }
}
@media all and (max-width: 340px) {
  .shop-overlay .shop-overlay__block .shop-overlay__block-title .shop-overlay__price-title:lang(hu) span:nth-of-type(2) {
    font-size: 1.6rem;
  }
}
.shop-overlay .shop-overlay__block .price-wrapper {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
          justify-content: center;
  -webkit-align-items: center;
          align-items: center;
}
.shop-overlay .shop-overlay__block .price-wrapper p {
  font-size: 15px;
  text-align: left;
}
@media all and (max-width: 425px) {
  .shop-overlay .shop-overlay__block .price-wrapper p {
    font-size: 13px;
    text-align: center;
  }
}
@media all and (max-width: 425px) {
  .shop-overlay .shop-overlay__block .price-wrapper {
    -webkit-flex-direction: column;
            flex-direction: column;
  }
}
.shop-overlay .shop-overlay__block .shop-overlay__block-subtitle {
  margin-top: 21px;
  margin-bottom: 0;
  font-size: 12px;
  font-weight: 300;
  line-height: 2;
  letter-spacing: -0.0141666667em;
  color: #414141;
}
@media all and (max-width: 767px) {
  .shop-overlay .shop-overlay__block .shop-overlay__block-subtitle {
    font-size: 13px;
    line-height: 1.6153846154;
  }
}
.shop-overlay .shop-overlay__block .shop-overlay__block-reward {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-justify-content: center;
          justify-content: center;
  -webkit-align-items: center;
          align-items: center;
  margin: 0;
}
@media all and (max-width: 520px) {
  .shop-overlay .shop-overlay__block .shop-overlay__block-reward {
    -webkit-justify-content: space-evenly;
            justify-content: space-evenly;
  }
}
@media all and (max-width: 375px) {
  .shop-overlay .shop-overlay__block .shop-overlay__block-reward .reward-wrapper {
    font-size: 12px;
  }
}
.shop-overlay .shop-overlay__block .shop-overlay__block-reward .reward-wrapper:first-child .icon {
  bottom: 5px;
}
@media all and (max-width: 767px) {
  .shop-overlay .shop-overlay__block .shop-overlay__block-reward .reward-wrapper:first-child .icon {
    bottom: 4px;
  }
}
@media all and (max-width: 480px) {
  .shop-overlay .shop-overlay__block .shop-overlay__block-reward .reward-wrapper:first-child .icon {
    bottom: 2px;
  }
}
.shop-overlay .shop-overlay__block .shop-overlay__block-reward .value {
  font-size: 28px;
  font-weight: 700;
  line-height: 52px;
  letter-spacing: -0.0178571429em;
  color: #414141;
}
@media all and (max-width: 767px) {
  .shop-overlay .shop-overlay__block .shop-overlay__block-reward .value {
    font-size: 20px;
  }
}
@media all and (max-width: 350px) {
  .shop-overlay .shop-overlay__block .shop-overlay__block-reward .value {
    font-size: 18px;
  }
}
.shop-overlay .shop-overlay__block .shop-overlay__block-reward .icon {
  position: relative;
  bottom: 3px;
  display: inline-block;
  width: 24px;
  height: 24px;
}
@media all and (max-width: 767px) {
  .shop-overlay .shop-overlay__block .shop-overlay__block-reward .icon {
    width: 18px;
    height: 18px;
    bottom: 2px;
  }
}
@media all and (max-width: 480px) {
  .shop-overlay .shop-overlay__block .shop-overlay__block-reward .icon {
    bottom: 1px;
    width: 12px;
    height: 12px;
  }
}
.shop-overlay .shop-overlay__block .shop-overlay__block-reward .text-tiny {
  display: inline-block;
  margin: 0 16px;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: -0.0142857143em;
  color: #aeb2b5;
}
@media all and (max-width: 767px) {
  .shop-overlay .shop-overlay__block .shop-overlay__block-reward .text-tiny {
    margin: 0 8px;
  }
}
@media all and (max-width: 480px) {
  .shop-overlay .shop-overlay__block .shop-overlay__block-reward .text-tiny {
    margin: 0 4px;
  }
}
.shop-overlay .shop-overlay__block .shop-overlay__block-reward .recharge-lives {
  margin-top: 18px;
}
@media all and (max-width: 356px) {
  .shop-overlay .shop-overlay__block .shop-overlay__block-reward .recharge-lives {
    margin-top: 6px;
  }
}
.shop-overlay .shop-overlay__block .shop-overlay__block-reward .recharge-lives .lives {
  height: 16px;
}
.shop-overlay .shop-overlay__block .shop-overlay__block-reward .recharge-lives p {
  margin: 0;
  line-height: 1;
}
@media all and (max-width: 767px) {
  .shop-overlay .shop-overlay__block .shop-overlay__block-reward .recharge-lives p {
    font-size: 13px;
  }
}
.shop-overlay .shop-overlay__apps {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-justify-content: center;
          justify-content: center;
  margin: -6px -6px 94px;
}
.shop-overlay .shop-overlay__apps .shop-overlay__app {
  display: inline-block;
  -webkit-flex-shrink: 0;
          flex-shrink: 0;
  margin: 6px;
  text-decoration: none;
}
.shop-overlay .shop-overlay__body {
  text-align: center;
}
.shop-overlay .shop-overlay__body + .shop-overlay__footer {
  margin-top: 40px;
}
@media all and (max-width: 767px) {
  .shop-overlay .shop-overlay__body + .shop-overlay__footer {
    margin-top: 22px;
  }
}
.shop-overlay .shop-overlay__body .shop-overlay__body-title {
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 500;
  color: #414141;
}
@media all and (max-width: 767px) {
  .shop-overlay .shop-overlay__body .shop-overlay__body-title {
    margin-bottom: 28px;
  }
}
.shop-overlay .shop-overlay__body .shop-overlay__body-title + .shop-overlay__body-text {
  margin-top: 40px;
}
.shop-overlay .shop-overlay__body .shop-overlay__body-title strong {
  font-weight: 700 !important;
}
.shop-overlay .shop-overlay__body .shop-overlay__body-text {
  max-width: 480px;
  margin-right: auto;
  margin-left: auto;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.375;
  letter-spacing: -0.014375em;
  color: #313131;
}
.shop-overlay .shop-overlay__body .shop-overlay__body-text + .shop-overlay__apps {
  margin-top: 34px;
}
.shop-overlay .shop-overlay__body .form-inline {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
          justify-content: center;
  margin: -4px -4px 16px;
}
@media all and (max-width: 767px) {
  .shop-overlay .shop-overlay__body .form-inline {
    margin: -6px -6px 18px;
  }
}
@media all and (max-width: 480px) {
  .shop-overlay .shop-overlay__body .form-inline {
    -webkit-flex-direction: column;
            flex-direction: column;
  }
}
.shop-overlay .shop-overlay__body .form-inline + .form-error-text {
  margin-top: -10px;
  margin-bottom: 20px;
}
.shop-overlay .shop-overlay__body .form-inline .form-group {
  margin: 4px;
}
@media all and (max-width: 767px) {
  .shop-overlay .shop-overlay__body .form-inline .form-group {
    margin: 6px;
  }
}
@media all and (max-width: 480px) {
  .shop-overlay .shop-overlay__body .form-inline .form-group .btn {
    width: 100%;
  }
}
.shop-overlay .shop-overlay__body .form-inline .form-group input {
  min-width: 220px;
}
@media all and (max-width: 480px) {
  .shop-overlay .shop-overlay__body .form-inline .form-group input {
    text-align: center;
  }
}
.shop-overlay .shop-overlay__body-footer {
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 14px;
  text-align: center;
}
.shop-overlay .shop-overlay__footer {
  text-align: center;
}
.shop-overlay .shop-overlay__footer p {
  font-size: 12px;
  font-weight: 400;
  line-height: 1.6666666667;
  color: #8e8f91;
}
.shop-overlay .shop-overlay__footer p:first-child {
  margin-top: 0;
}
.shop-overlay .shop-overlay__footer p:last-child {
  margin-bottom: 0;
}
.shop-overlay .form-inline .btn:not(.btn-larger) {
  height: 39px;
  line-height: 39px;
}

.shop-overlay .shop-overlay__block .shop-overlay__block-reward:lang(hu) {
  -webkit-justify-content: center;
          justify-content: center;
}

@media (max-width: 469px) {
  .shop-overlay__box--rows .ajax {
    width: 100%;
  }
}

.shop-overlay__box--rows {
  position: relative;
}

.shop-overlay__box--limit {
  width: 100%;
}

.shop-overlay__title + .shop-overlay__text--center:lang(hu) {
  margin-bottom: 2.4rem;
}

.shop-overlay__limit-box {
  background-color: rgba(255, 255, 255, 0.97);
  position: absolute;
  top: 50%;
  left: 50%;
  width: 102%;
  height: 102%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
          justify-content: center;
  -webkit-align-items: center;
          align-items: center;
}
@media (max-width: 469px) {
  .shop-overlay__limit-box {
    -webkit-flex-direction: column;
            flex-direction: column;
  }
}

.shop-overlay__limit-box svg {
  -webkit-flex-shrink: 0;
          flex-shrink: 0;
}
@media (max-width: 469px) {
  .shop-overlay__limit-box svg {
    width: 4.2rem;
    height: 4.2rem;
  }
}

.shop-overlay__limit-text {
  margin-left: 2.3rem;
}
@media (max-width: 600px) {
  .shop-overlay__limit-text {
    margin-left: 0.6rem;
  }
}
@media (max-width: 469px) {
  .shop-overlay__limit-text {
    margin-left: 0;
  }
}

.shop-overlay__limit-text p {
  text-align: left;
  color: #941313;
  margin: 0;
}
@media (max-width: 469px) {
  .shop-overlay__limit-text p {
    text-align: center;
  }
}

.shop-overlay__limit-text p:first-child {
  font-size: 1.2rem;
  font-weight: 500;
  font-style: normal;
  letter-spacing: normal;
  line-height: 1.3;
  margin-bottom: 0.37rem;
}

.shop-overlay__limit-text p:last-child {
  font-size: 1.8rem;
  font-weight: 700;
  font-style: normal;
  letter-spacing: normal;
  line-height: normal;
}
@media (max-width: 469px) {
  .shop-overlay__limit-text p:last-child {
    font-size: 1.6rem;
  }
}

.shop-overlay__block-title--small {
  opacity: 1;
  color: #313131;
  font-size: 15px;
  font-weight: 400;
  letter-spacing: -0.23px;
  text-align: center;
  line-height: 1.5;
  margin-bottom: 3.9rem;
}
@media (max-width: 767px) {
  .shop-overlay__block-title--small {
    font-size: 14px;
    margin-bottom: 2.8rem;
  }
}

.shop-overlay__block-title--small strong {
  font-weight: 600 !important;
}

@media (max-width: 470px) {
  .shop-overlay__box--rows.shop-overlay__box--flip-rows.mt10 form {
    width: 100%;
  }
}

.shop-overlay__cover-image {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-33%);
          transform: translateX(-50%) translateY(-33%);
  z-index: -1;
}
@media (max-width: 767px) {
  .shop-overlay__cover-image {
    width: 650px;
  }
}
@media (max-width: 480px) {
  .shop-overlay__cover-image {
    top: -10px;
    width: 570px;
  }
}

.fullscreen-overlay.show .shop-overlay .shop-overlay__content[data-type=iqTest] .shop-overlay__content-inner {
  padding-top: 14rem;
}
@media (max-width: 767px) {
  .fullscreen-overlay.show .shop-overlay .shop-overlay__content[data-type=iqTest] .shop-overlay__content-inner {
    padding-top: 11rem;
  }
}
@media (max-width: 480px) {
  .fullscreen-overlay.show .shop-overlay .shop-overlay__content[data-type=iqTest] .shop-overlay__content-inner {
    padding-top: 9rem;
  }
}

.shop-overlay__title + .shop-overlay__text--center {
  margin-bottom: 2.4rem;
}

.shop-overlay .shop-overlay__content[data-type=iqTest] .shop-overlay__close svg path {
  fill: #333;
}

.shop-overlay .shop-overlay__content[data-type=iqTest] .shop-overlay__close:hover svg path {
  fill: #555;
}

.fullscreen-overlay.stats h1 {
  margin-bottom: 0;
  font-size: 22px;
  font-weight: 500;
  text-align: left;
  color: #313131;
}
.fullscreen-overlay.stats p {
  font-size: 14px;
  font-weight: 400;
  line-height: 25px;
}

.mobile-carousel {
  position: relative;
  bottom: 45px;
  max-width: 400px;
  margin: 0 auto;
  box-shadow: 0 4px 8px rgba(229, 231, 238, 0.67);
}
@media all and (max-width: 425px) {
  .mobile-carousel {
    margin-right: 16px;
    margin-left: 16px;
  }
}
.mobile-carousel .carousel-indicators {
  bottom: -45px;
}
.mobile-carousel .carousel-indicators li {
  width: 10px;
  height: 10px;
  background-color: #ccdae7;
  border: none;
}
@media all and (max-width: 375px) {
  .mobile-carousel .carousel-indicators li {
    width: 6px;
    height: 6px;
  }
}
.mobile-carousel .carousel-indicators .active {
  width: 10px;
  height: 10px;
  margin: 1px;
  background: #e37921;
}
@media all and (max-width: 375px) {
  .mobile-carousel .carousel-indicators .active {
    width: 6px;
    height: 6px;
  }
}
@media all and (min-width: 975px) {
  .mobile-carousel {
    display: none;
  }
}
.mobile-carousel a.right.carousel-control,
.mobile-carousel a.left.carousel-control {
  display: none;
}

.bubble {
  position: relative;
  max-width: 185px;
}
.bubble:lang(sk) {
  max-width: 201px;
}
.bubble.bubble--green:before {
  top: 85%;
  right: -4%;
  -webkit-transform: rotate(52deg);
          transform: rotate(52deg);
}
.bubble.bubble--green .bubble__message {
  padding: 12px 13px 12px 12px;
}
.bubble.bubble--green .sk {
  padding: 8px 8px 12px;
}
.bubble.bubble--blue:before {
  top: 70%;
  left: -6%;
  -webkit-transform: rotate(80deg);
          transform: rotate(80deg);
}
.bubble.bubble--blue .bubble__message {
  padding: 6px 15px 10px 10px;
}

.email-box__options {
  height: 20px;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
  background-image: -webkit-linear-gradient(top, #e4e3e4 0%, #cfcecf 100%);
  background-image: linear-gradient(180deg, #e4e3e4 0%, #cfcecf 100%);
  box-shadow: inset 0 1px 1px #e1e0e1;
  border-radius: 4px 4px 0 0;
}
.email-box__options .option {
  width: 7px;
  height: 7px;
  margin-right: 3px;
  border-radius: 50%;
}
.email-box__options .option:last-child {
  margin-right: 0;
}
.email-box__options .exit {
  margin-left: 8px;
  background-color: #ff6159;
}
.email-box__options .min {
  background-color: #ffbd2e;
}
.email-box__options .resize {
  background-color: #28ca42;
}
.email-box__content {
  padding: 10px 20px 20px;
  background: #fff;
  box-shadow: 0 1px 1px #e1e0e1;
  border-radius: 0 0 4px 4px;
}
.email-box__content .to,
.email-box__content .subject {
  margin-bottom: 6px;
  padding-bottom: 7px;
  font-size: 9px;
  font-weight: 400;
  color: #62676f;
  border-bottom: 1px solid #f7f7f7;
}
.email-box__content .to {
  margin-top: 0;
}
.email-box__content .message {
  font-size: 11px;
  font-weight: 400;
  line-height: 20px;
}

.fb-box {
  max-width: 240px;
  margin-top: 40px;
  background: #fff;
  box-shadow: 0 1px 1px #e1e0e1;
  border-radius: 4px;
}
.fb-box__user {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
  padding: 16px 18px 0 10px;
}
.fb-box__user img {
  width: 24px;
  height: 24px;
}
.fb-box__user .user-info {
  margin-left: 6px;
}
.fb-box__user p.name {
  margin: 0;
  padding-bottom: 2px;
  font-size: 10px;
  font-weight: 600;
  line-height: 6.93px;
  color: #3e5993;
}
@media all and (max-width: 425px) {
  .fb-box__user p.name,
.fb-box__user p.date {
    font-size: 6px;
  }
}
.fb-box__user p.date {
  margin: 0;
  font-size: 9px;
  font-weight: 400;
  line-height: 6.93px;
  color: #62676f;
}
.fb-box p.fb-box__user-message {
  margin: 0;
  padding: 13px 18px 18px 10px;
  font-size: 11px;
  font-weight: 400;
  line-height: 17px;
  letter-spacing: -0.11px;
  color: #1e2128;
}
@media all and (max-width: 425px) {
  .fb-box p.fb-box__user-message {
    font-size: 7px;
  }
}
.fb-box__actions {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-around;
          justify-content: space-around;
  padding: 16px 16px 22px;
}
.fb-box__actions .like,
.fb-box__actions .comment,
.fb-box__actions .share {
  font-size: 9px;
  font-weight: 500;
  line-height: 9px;
  color: #61676f;
}
.fb-box__actions .like:before,
.fb-box__actions .comment:before,
.fb-box__actions .share:before {
  position: relative;
  top: 2px;
  margin-right: 4px;
}
@media all and (max-width: 425px) {
  .fb-box__actions .like,
.fb-box__actions .comment,
.fb-box__actions .share {
    font-size: 6px;
  }
}
.fb-box__actions .like:before {
  width: 28px;
  height: 28px;
  content: url("/assets/img/affil-page/ico-fb-like.svg");
}
.fb-box__actions .comment:before {
  top: 3px;
  content: url("/assets/img/affil-page/ico-fb-comment.svg");
}
.fb-box__actions .share:before {
  content: url("/assets/img/affil-page/ico-fb-share.svg");
}

.share-box {
  width: 33.3%;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
          flex-direction: column;
  padding: 40px;
}
@media all and (max-width: 976px) {
  .share-box {
    width: 100%;
  }
}

.tip-box {
  padding: 0 74px;
}
@media all and (max-width: 825px) {
  .tip-box .i {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
            align-items: center;
  }
  .tip-box .i img {
    width: 24px;
    margin-right: 12px;
  }
}
.tip-box h3 {
  margin-top: 18px;
  font-size: 20px;
  font-weight: 500;
  line-height: 18px;
}
@media all and (max-width: 1024px) {
  .tip-box h3 {
    font-size: 18px;
  }
}
@media all and (max-width: 475px) {
  .tip-box h3 {
    font-size: 16px;
  }
}
.tip-box__img {
  width: 32px;
  height: 32px;
}
.tip-box p {
  font-size: 15px;
  font-weight: 400;
  line-height: 25px;
  text-align: left;
}
@media all and (max-width: 475px) {
  .tip-box p {
    font-size: 14px;
  }
}
@media all and (min-width: 825px) {
  .tip-box p {
    max-width: 300px;
  }
}
.tip-box__link {
  font-size: 15px;
  font-weight: 400;
  text-decoration: underline;
  color: #e37921;
}
.tip-box__link:hover, .tip-box__link:active, .tip-box__link:focus {
  text-decoration: none;
  color: #e37921;
}
@media all and (max-width: 475px) {
  .tip-box__link {
    font-size: 14px;
  }
}
@media all and (max-width: 825px) {
  .tip-box {
    margin-bottom: 40px;
  }
  .tip-box:last-child {
    margin-bottom: 0;
  }
}
@media all and (max-width: 1280px) {
  .tip-box {
    padding: 0 50px;
  }
}
@media all and (max-width: 1024px) {
  .tip-box {
    padding: 0 25px;
  }
}
@media all and (max-width: 475px) {
  .tip-box {
    padding: 0 16px;
  }
}

h2.section-title,
h1.section-title {
  font-size: 32px;
  font-weight: 500;
  line-height: 32px;
  color: #414141;
}
@media all and (max-width: 1024px) {
  h2.section-title,
h1.section-title {
    font-size: 26px;
  }
}
@media all and (max-width: 475px) {
  h2.section-title,
h1.section-title {
    margin: 0 0 15px;
    font-size: 20px;
  }
}

p.section-subtext {
  margin: 0 16px 100px;
  text-align: center;
}
@media all and (max-width: 475px) {
  p.section-subtext {
    font-size: 14px;
    line-height: 25px;
  }
}

.affil-header {
  padding-top: 50px;
  background-image: url("/assets/img/affil-page/shapes.png"), -webkit-linear-gradient(320deg, #f9fcff 0%, #f5f5f5 68%, #fbfbfb 100%);
  background-image: url("/assets/img/affil-page/shapes.png"), linear-gradient(130deg, #f9fcff 0%, #f5f5f5 68%, #fbfbfb 100%);
  background-repeat: no-repeat;
  background-position-x: center;
}
@media all and (max-width: 475px) {
  .affil-header {
    padding-top: 30px;
  }
}
.affil-header__wrapper {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
}
@media all and (max-width: 768px) {
  .affil-header__wrapper {
    -webkit-flex-direction: column;
            flex-direction: column;
  }
}
.affil-header h1 {
  max-width: 535px;
  padding-right: 15px;
  font-size: 48px;
  font-weight: 500;
  line-height: 64px;
  text-align: left;
}
@media all and (max-width: 1024px) {
  .affil-header h1 {
    font-size: 32px;
  }
}
@media all and (max-width: 425px) {
  .affil-header h1 {
    font-size: 22px;
    line-height: 30px;
  }
}
@media all and (max-width: 475px) {
  .affil-header h1 {
    margin: 0;
  }
}
.affil-header__boxes {
  display: -webkit-flex;
  display: flex;
  margin-left: 55px;
}
@media all and (max-width: 1200px) {
  .affil-header__boxes {
    margin-left: 35px;
  }
}
.affil-header__boxes .column {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
          flex-direction: column;
  margin-right: 30px;
}
@media all and (max-width: 1024px) {
  .affil-header__boxes {
    display: none;
  }
}
.affil-header__boxes .fb-box {
  position: relative;
  top: 40px;
}
.affil-header__boxes .bubble.bubble--green {
  margin-top: 30px;
}
.affil-header__boxes .bubble.bubble--blue {
  -webkit-align-self: center;
          align-self: center;
  margin-top: 85px;
}

.affil-info {
  padding-top: 95px;
}
@media all and (max-width: 425px) {
  .affil-info {
    padding-top: 60px;
  }
}
.affil-info .section-title {
  margin-bottom: 45px;
  text-align: left;
}
.affil-info__box .affil-info-title {
  font-size: 22px;
  font-weight: 500;
  line-height: 18px;
}
@media all and (max-width: 1024px) {
  .affil-info__box .affil-info-title {
    font-size: 18px;
  }
}
@media all and (max-width: 475px) {
  .affil-info__box .affil-info-title {
    display: none;
  }
}
.affil-info__box .affil-info-text {
  max-width: 264px;
  font-size: 15px;
  font-weight: 400;
  line-height: 25px;
}
@media all and (max-width: 475px) {
  .affil-info__box .affil-info-text {
    margin: 0 0 20px;
    font-size: 14px;
  }
}
@media all and (max-width: 768px) {
  .affil-info__box .affil-info-text {
    max-width: initial;
  }
}
.affil-info__box .emoji-icon {
  width: 22px;
  display: none;
  margin-right: 4px;
}
@media all and (max-width: 475px) {
  .affil-info__box .emoji-icon {
    display: inline;
  }
}
@media all and (max-width: 768px) {
  .affil-info__box .bold-text--mobile {
    font-weight: bold;
  }
}

.affil-bonus {
  position: relative;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
          flex-direction: column;
  -webkit-align-items: center;
          align-items: center;
  margin: 50px 0;
  padding: 10% 0;
}
.affil-bonus__image {
  display: block;
  position: absolute;
  z-index: -1;
}
.affil-bonus__image--1 {
  top: 0%;
  left: 25%;
  max-width: 20%;
}
@media all and (max-width: 675px) {
  .affil-bonus__image--1 {
    top: 0%;
    left: 0;
    max-width: 35%;
  }
}
.affil-bonus__image--2 {
  bottom: -30%;
  left: 65%;
  max-width: 25%;
}
@media all and (max-width: 675px) {
  .affil-bonus__image--2 {
    bottom: -15%;
    left: 55%;
    max-width: 40%;
  }
}
.affil-bonus__image--3 {
  bottom: -40%;
  left: 21%;
  max-width: 18%;
}
@media all and (max-width: 675px) {
  .affil-bonus__image--3 {
    display: none;
  }
}
.affil-bonus__image--4 {
  top: 9%;
  left: 83%;
  max-width: 15%;
}
@media all and (max-width: 675px) {
  .affil-bonus__image--4 {
    display: none;
  }
}
.affil-bonus__image--5 {
  top: 5%;
  left: 59%;
  max-width: 18%;
}
@media all and (max-width: 675px) {
  .affil-bonus__image--5 {
    top: 0%;
    left: 52%;
    max-width: 45%;
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
}
.affil-bonus__image--6 {
  top: 7%;
  left: -2%;
  max-width: 21%;
}
@media all and (max-width: 675px) {
  .affil-bonus__image--6 {
    bottom: -17%;
    top: revert;
    left: -10%;
    max-width: 55%;
  }
}
.affil-bonus__image--7 {
  top: 27%;
  left: 18%;
  max-width: 11%;
}
@media all and (max-width: 675px) {
  .affil-bonus__image--7 {
    display: none;
  }
}
.affil-bonus__info {
  padding: 60px 234px;
  background-color: hsla(144deg, 100%, 99%, 0.7);
  border-radius: 4px;
}
.affil-bonus__info .reward-number {
  margin: 0;
  font-size: 65px;
  font-weight: 700;
  letter-spacing: -1.02px;
  color: hsl(0deg, 0%, 19%);
}
@media all and (max-width: 768px) {
  .affil-bonus__info .reward-number {
    font-size: 34px;
  }
}
.affil-bonus__info .reward-number:after {
  content: "";
  background-image: url(../img/affil-page/puzzle.png);
  margin-left: 16px;
  display: inline-block;
  width: 3rem;
  height: 3rem;
  background-size: cover;
}
@media all and (max-width: 768px) {
  .affil-bonus__info .reward-number:after {
    width: 2rem;
    height: 2rem;
    margin-left: 7px;
  }
}
.affil-bonus__info .reward-price {
  font-size: 32px;
  text-align: center;
  font-weight: 700;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
          justify-content: center;
  -webkit-align-items: center;
          align-items: center;
  gap: 0.5ch;
}
@media all and (max-width: 768px) {
  .affil-bonus__info .reward-price {
    font-size: 24px;
  }
}
.affil-bonus__info .reward-price svg {
  width: 24px;
  height: 24px;
}
@media all and (max-width: 768px) {
  .affil-bonus__info .reward-price svg {
    width: 18px;
    height: 18px;
  }
}
.affil-bonus__info .text {
  font-size: 22px;
  font-weight: 400;
  line-height: 1.5;
  text-align: center;
  margin-bottom: 30px;
}
@media all and (max-width: 768px) {
  .affil-bonus__info .text {
    font-size: 14px;
    margin-top: 18px;
  }
}
.affil-bonus__info .text + .text {
  margin: 0;
  font-size: 12px;
  line-height: 12px;
}
@media all and (max-width: 1245px) {
  .affil-bonus__info {
    padding: 60px 160px;
  }
}
@media all and (max-width: 1045px) {
  .affil-bonus__info {
    padding: 60px 100px;
  }
}
@media all and (max-width: 1024px) {
  .affil-bonus__info {
    margin: 0 20px;
    padding: 20px 80px;
    background-position-y: 50%;
  }
}
@media all and (max-width: 768px) {
  .affil-bonus__info {
    padding: 40px 16px 80px;
    background-position-y: 60%;
  }
}

@media all and (max-width: 1245px) {
  .affil-share {
    padding-top: 0;
  }
}
@media all and (max-width: 768px) {
  .affil-share .container {
    padding: 0;
  }
}
@media all and (max-width: 375px) {
  .affil-share {
    padding-top: 0;
  }
}
.affil-share .img-wrapper {
  margin-top: 50px;
  padding-bottom: 65px;
  background-image: url("/assets/img/affil-page/a.png");
  background-size: cover;
  background-repeat: no-repeat;
}
@media all and (max-width: 475px) {
  .affil-share .img-wrapper {
    padding-bottom: 30px;
  }
}
@media all and (max-width: 768px) {
  .affil-share .img-wrapper {
    background-image: none;
    background-color: #f3f5f7;
  }
}
.affil-share__boxes {
  position: relative;
  bottom: 70px;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
          justify-content: center;
  padding: 0 74px;
}
.affil-share__boxes .share-box {
  margin-right: 50px;
}
@media all and (max-width: 975px) {
  .affil-share__boxes .share-box {
    display: none;
  }
}
.affil-share__boxes .share-box:last-child {
  margin-right: 0;
}
.affil-share__input .other {
  margin-bottom: 30px;
  font-size: 15px;
  font-weight: 400;
  line-height: 14px;
  text-align: center;
}
.affil-share__input .copy-link-hint {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
          justify-content: center;
  margin: 10px 0 0;
  font-size: 10px;
  line-height: 14px;
  color: #7c8d9d;
}
@media all and (min-width: 768px) {
  .affil-share__input .copy-link-hint {
    display: none;
  }
}
.affil-share__input .copy-link-done--mobile {
  display: none;
  -webkit-justify-content: center;
          justify-content: center;
  -webkit-align-items: center;
          align-items: center;
  margin-top: 10px;
}
.affil-share__input .copy-link-done--mobile img {
  margin-right: 4px;
}
.affil-share__input .copy-link-done--mobile .hint-mobile-text {
  margin: 0;
  font-size: 10px;
  line-height: 14px;
  color: #6aa145;
}
.affil-share__tips {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
          justify-content: center;
  padding: 75px 0;
  background-color: #fff;
  box-shadow: 0 2px 4px rgba(229, 231, 238, 0.23);
  border: 1px solid #f3f5f7;
}
@media all and (max-width: 825px) {
  .affil-share__tips {
    -webkit-flex-direction: column;
            flex-direction: column;
    padding-bottom: 0;
    box-shadow: none;
    border: none;
  }
}
@media all and (max-width: 475px) {
  .affil-share__tips {
    padding-top: 40px;
  }
}

.affil-stats,
.affil-earned-puzzles {
  padding-top: 95px;
}
.affil-stats h1.section-title,
.affil-earned-puzzles h1.section-title {
  text-align: left;
}
@media all and (max-width: 475px) {
  .affil-stats h1.section-title,
.affil-earned-puzzles h1.section-title {
    margin-bottom: 10px;
  }
}
.affil-stats p,
.affil-earned-puzzles p {
  max-width: 835px;
  font-size: 15px;
  font-weight: 400;
  line-height: 26px;
}
@media all and (max-width: 475px) {
  .affil-stats p,
.affil-earned-puzzles p {
    margin-bottom: 10px;
    font-size: 14px;
  }
}
.affil-stats .chart-dialog,
.affil-earned-puzzles .chart-dialog {
  position: absolute;
  top: 50%;
  left: 50%;
  max-width: 375px;
  padding: 35px 60px;
  background-color: #fff;
  box-shadow: 0 3px 4px rgba(243, 243, 243, 0.5);
  border: 1px solid #f3f5f7;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.affil-stats .chart-dialog__title,
.affil-earned-puzzles .chart-dialog__title {
  font-weight: 700;
  text-align: center;
}
.affil-stats .chart-dialog__title:after,
.affil-earned-puzzles .chart-dialog__title:after {
  position: relative;
  top: 2px;
  content: url("/assets/img/emoji/worried-face.png");
  margin-left: 4px;
}
.affil-stats .chart-dialog__text,
.affil-earned-puzzles .chart-dialog__text {
  font-size: 13px;
  font-weight: 400;
  line-height: 21px;
  text-align: center;
}
@media all and (max-width: 725px) {
  .affil-stats .chart-dialog,
.affil-earned-puzzles .chart-dialog {
    display: none;
  }
}
.affil-stats .stats,
.affil-earned-puzzles .stats {
  margin-top: 50px;
}
.affil-stats .stats #chart-legend ul,
.affil-earned-puzzles .stats #chart-legend ul {
  margin: 0;
}
.affil-stats .stats #chart-legend ul .graph-info-item,
.affil-earned-puzzles .stats #chart-legend ul .graph-info-item {
  cursor: pointer;
  margin-bottom: 20px;
  padding-left: 24px;
  font-size: 14px;
  font-weight: 500;
}
.affil-stats .stats #chart-legend ul .graph-info-item:before,
.affil-earned-puzzles .stats #chart-legend ul .graph-info-item:before {
  position: absolute;
  top: 6px;
  width: 8px;
  height: 8px;
  margin-right: 12px;
}
.affil-stats .stats #chart-legend ul .graph-info-item:first-child,
.affil-earned-puzzles .stats #chart-legend ul .graph-info-item:first-child {
  color: #414141;
}
.affil-stats .stats #chart-legend ul .graph-info-item:first-child:before,
.affil-earned-puzzles .stats #chart-legend ul .graph-info-item:first-child:before {
  content: "";
  background: #ff7f4f;
  border: 1px solid #ff7f4f;
}
.affil-stats .stats #chart-legend ul .graph-info-item:first-child:hover,
.affil-earned-puzzles .stats #chart-legend ul .graph-info-item:first-child:hover {
  color: #ff7f4f;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.affil-stats .stats #chart-legend ul .graph-info-item:first-child:hover:before,
.affil-earned-puzzles .stats #chart-legend ul .graph-info-item:first-child:hover:before {
  background: #ff7f4f;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.affil-stats .stats #chart-legend ul .graph-info-item:first-child.chart-hidden,
.affil-earned-puzzles .stats #chart-legend ul .graph-info-item:first-child.chart-hidden {
  color: #414141;
}
.affil-stats .stats #chart-legend ul .graph-info-item:first-child.chart-hidden:before,
.affil-earned-puzzles .stats #chart-legend ul .graph-info-item:first-child.chart-hidden:before {
  content: "";
  background: none;
  border: 1px solid #ff7f4f;
}
.affil-stats .stats #chart-legend ul .graph-info-item:first-child.chart-hidden:hover,
.affil-earned-puzzles .stats #chart-legend ul .graph-info-item:first-child.chart-hidden:hover {
  color: #ff7f4f;
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
}
.affil-stats .stats #chart-legend ul .graph-info-item:first-child.chart-hidden:hover:before,
.affil-earned-puzzles .stats #chart-legend ul .graph-info-item:first-child.chart-hidden:hover:before {
  background: #ff7f4f;
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
}
.affil-stats .stats #chart-legend ul .graph-info-item:last-child,
.affil-earned-puzzles .stats #chart-legend ul .graph-info-item:last-child {
  color: #414141;
}
.affil-stats .stats #chart-legend ul .graph-info-item:last-child:before,
.affil-earned-puzzles .stats #chart-legend ul .graph-info-item:last-child:before {
  content: "";
  background: #352b8c;
  border: 1px solid #352b8c;
}
.affil-stats .stats #chart-legend ul .graph-info-item:last-child:hover,
.affil-earned-puzzles .stats #chart-legend ul .graph-info-item:last-child:hover {
  color: #352b8c;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.affil-stats .stats #chart-legend ul .graph-info-item:last-child:hover:before,
.affil-earned-puzzles .stats #chart-legend ul .graph-info-item:last-child:hover:before {
  background: #352b8c;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.affil-stats .stats #chart-legend ul .graph-info-item:last-child.chart-hidden,
.affil-earned-puzzles .stats #chart-legend ul .graph-info-item:last-child.chart-hidden {
  color: #414141;
}
.affil-stats .stats #chart-legend ul .graph-info-item:last-child.chart-hidden:before,
.affil-earned-puzzles .stats #chart-legend ul .graph-info-item:last-child.chart-hidden:before {
  content: "";
  background: none;
  border: 1px solid #352b8c;
}
.affil-stats .stats #chart-legend ul .graph-info-item:last-child.chart-hidden:hover,
.affil-earned-puzzles .stats #chart-legend ul .graph-info-item:last-child.chart-hidden:hover {
  color: #352b8c;
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
}
.affil-stats .stats #chart-legend ul .graph-info-item:last-child.chart-hidden:hover:before,
.affil-earned-puzzles .stats #chart-legend ul .graph-info-item:last-child.chart-hidden:hover:before {
  background: #352b8c;
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
}
@media all and (max-width: 725px) {
  .affil-stats .stats #chart-legend,
.affil-earned-puzzles .stats #chart-legend {
    display: none;
  }
}
.affil-stats .stats__info,
.affil-earned-puzzles .stats__info {
  padding-left: 0;
}
.affil-stats .stats__info h1,
.affil-earned-puzzles .stats__info h1 {
  font-size: 40px;
  font-weight: 700;
  line-height: 28px;
  text-align: left;
}
@media all and (max-width: 475px) {
  .affil-stats .stats__info h1,
.affil-earned-puzzles .stats__info h1 {
    font-size: 32px;
  }
}
.affil-stats .stats__info p,
.affil-earned-puzzles .stats__info p {
  font-size: 14px;
  font-weight: 400;
  line-height: 12px;
}
@media all and (max-width: 993px) {
  .affil-stats .stats__info,
.affil-earned-puzzles .stats__info {
    padding-right: 0;
  }
}
@media all and (max-width: 475px) {
  .affil-stats .stats,
.affil-earned-puzzles .stats {
    margin-top: 30px;
  }
}
.affil-stats .stats__info.col-xs-3,
.affil-earned-puzzles .stats__info.col-xs-3 {
  padding-left: 0 !important;
}
.affil-stats .stats__info-numbers,
.affil-earned-puzzles .stats__info-numbers {
  padding: 30px 10px 30px 24px;
  border: 1px solid #f5f6f7;
  border-radius: 4px;
}
@media all and (max-width: 475px) {
  .affil-stats .stats__info-numbers,
.affil-earned-puzzles .stats__info-numbers {
    padding-bottom: 15px;
  }
}
.affil-stats .stats__info-numbers .info-item:first-child h1,
.affil-earned-puzzles .stats__info-numbers .info-item:first-child h1 {
  margin-top: 0;
  padding-bottom: 0;
}
.affil-stats .stats__info-numbers .info-item--mobile,
.affil-earned-puzzles .stats__info-numbers .info-item--mobile {
  margin-top: 20px;
  padding-top: 15px;
  text-align: center;
  border-top: 1px solid #f5f6f7;
}
.affil-stats .stats__info-numbers .info-item--mobile a,
.affil-earned-puzzles .stats__info-numbers .info-item--mobile a {
  font-size: 13px;
  line-height: 13px;
  color: #9b9da2;
}
.affil-stats .stats__info-numbers .info-item--mobile a:before,
.affil-earned-puzzles .stats__info-numbers .info-item--mobile a:before {
  position: relative;
  top: 4px;
  content: url("/assets/img/affil-page/ICO-table.svg");
  margin-right: 8px;
}
@media all and (min-width: 725px) {
  .affil-stats .stats__info-numbers .info-item--mobile,
.affil-earned-puzzles .stats__info-numbers .info-item--mobile {
    display: none;
  }
}
.affil-stats .stats__info-numbers .info-item .rondons:after,
.affil-earned-puzzles .stats__info-numbers .info-item .rondons:after {
  content: url("/assets/img/affil-page/rondon.svg");
  margin-left: 4px;
}
.affil-stats .stats__info-numbers .info-item .puzzle,
.affil-earned-puzzles .stats__info-numbers .info-item .puzzle {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
          flex-direction: row;
  -webkit-justify-content: flex-start;
          justify-content: flex-start;
  -webkit-align-items: flex-end;
          align-items: flex-end;
}
.affil-stats .stats__info-numbers .info-item .puzzle:after,
.affil-earned-puzzles .stats__info-numbers .info-item .puzzle:after {
  content: "";
  background-image: url(/assets/img/affil-page/puzzle.png);
  margin-left: 4px;
  width: 20px;
  height: 20px;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.affil-stats .stats__info-numbers .info-item h1,
.affil-earned-puzzles .stats__info-numbers .info-item h1 {
  margin-bottom: 12px;
}
.affil-stats .stats__info-numbers .info-item p:last-child,
.affil-earned-puzzles .stats__info-numbers .info-item p:last-child {
  margin-bottom: 0;
}
.affil-stats .stats__info-graph,
.affil-earned-puzzles .stats__info-graph {
  margin-top: 45px;
}
@media all and (max-width: 475px) {
  .affil-stats .stats__info-graph,
.affil-earned-puzzles .stats__info-graph {
    display: none;
  }
}

.affil-earned-puzzles {
  position: relative;
}

.faq {
  padding-top: 95px;
}
.faq h2.section-title {
  margin-bottom: 50px;
}
@media all and (max-width: 475px) {
  .faq h2.section-title {
    margin-bottom: 20px;
    text-align: left;
  }
}
.faq .faq-panel {
  max-width: 960px;
  margin: 0 auto;
}

.affil-header .container,
.affil-info .container,
.affil-stats .container,
.affil-earned-puzzles .container {
  padding-left: 50px;
}
@media all and (max-width: 768px) {
  .affil-header .container,
.affil-info .container,
.affil-stats .container,
.affil-earned-puzzles .container {
    padding-left: 15px;
  }
}

@media all and (max-width: 1024px) {
  .faq,
.affil-stats,
.affil-info {
    padding-top: 60px;
  }
}

.mobile-row {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
          justify-content: space-between;
  -webkit-align-items: center;
          align-items: center;
}
@media all and (min-width: 1024px) {
  .mobile-row {
    display: none;
  }
}
.mobile-row .bubble.bubble--blue {
  margin-right: 15px;
}
@media all and (max-width: 525px) {
  .mobile-row .bubble.bubble--blue {
    max-width: 160px;
  }
  .mobile-row .bubble.bubble--blue:before {
    border: 6px solid;
    border-color: #1e90f9 #1e90f9 transparent transparent;
  }
  .mobile-row .bubble.bubble--blue .bubble__message {
    font-size: 10px;
  }
}
@media all and (max-width: 425px) {
  .mobile-row .bubble.bubble--blue .bubble__message {
    padding: 4px 10px 7px 7px;
    font-size: 8px;
  }
}
.mobile-row .fb-box {
  position: relative;
  top: 20px;
  margin-top: 0;
  margin-left: 15px;
}
@media all and (max-width: 525px) {
  .mobile-row .fb-box {
    max-width: 200px;
  }
  .mobile-row .fb-box img {
    max-width: 200px;
  }
}
@media all and (max-width: 425px) {
  .mobile-row .fb-box {
    max-width: 150px;
    margin-left: 0;
  }
  .mobile-row .fb-box__user {
    padding: 10px 0 0 6px;
  }
  .mobile-row .fb-box__actions {
    padding: 10px 10px 15px;
  }
  .mobile-row .fb-box .date {
    font-size: 6px;
  }
  .mobile-row .fb-box img {
    max-width: 150px;
  }
  .mobile-row .fb-box p.fb-box__user-message {
    padding: 10px 15px 6px;
    font-size: 8px;
  }
}

.chart {
  position: relative;
}
@media all and (max-width: 725px) {
  .chart {
    display: none;
  }
}

#snippet--historyPopupSn .rondo-overlay {
  position: fixed;
}

.user-message i {
  overflow-wrap: break-word;
}

.affil-share__input {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
          flex-direction: column;
}

.affil-share__input .share-input {
  max-width: initial;
  gap: 2rem;
}
@media (max-width: 768px) {
  .affil-share__input .share-input {
    padding: 2rem;
  }
}
@media (max-width: 565px) {
  .affil-share__input .share-input {
    gap: 1rem;
    padding: 1.5rem 1rem;
  }
}
@media (max-width: 480px) {
  .affil-share__input .share-input {
    padding: 1rem;
  }
}

@media (max-width: 565px) {
  .affil-share__input .share-input__link {
    font-size: 1.8rem;
  }
}
@media (max-width: 480px) {
  .affil-share__input .share-input__link {
    font-size: 1.6rem;
  }
}

.affil-bonus-reward {
  margin-top: 95px;
}
@media (max-width: 1024px) {
  .affil-bonus-reward {
    margin-top: 60px;
  }
}
.affil-bonus-reward .container {
  padding-left: 50px;
  padding-right: 50px;
  padding-bottom: 32px;
  border-radius: 4px;
  background-image: -webkit-linear-gradient(top, #fff 0%, #fafafa 100%);
  background-image: linear-gradient(180deg, #fff 0%, #fafafa 100%);
}
@media (max-width: 768px) {
  .affil-bonus-reward .container {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.affil-bonus-reward h1.section-title {
  text-align: left;
  margin-top: 1rem;
  margin-bottom: 1.6rem;
  line-height: 1.3;
}
@media (max-width: 475px) {
  .affil-bonus-reward h1.section-title {
    margin-bottom: 1rem;
  }
}
.affil-bonus-reward__p {
  max-width: 835px;
  font-size: 15px;
  font-weight: 400;
  line-height: 26px;
}
.affil-bonus-reward p.affil-bonus-reward__tag {
  display: inline-block;
  border-radius: 3px;
  background-color: rgb(247, 172, 13);
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  padding: 0.4rem 0.6rem 0.3rem;
  margin: 0;
}
.affil-bonus-reward p.other {
  line-height: 1.5;
}

.affil-cards {
  margin-top: 6.4rem;
  margin-bottom: 3.4rem;
  display: -webkit-flex;
  display: flex;
}
@media (max-width: 1024px) {
  .affil-cards {
    margin-top: 3.4rem;
    max-width: 403px;
    -webkit-flex-direction: column;
            flex-direction: column;
    margin-left: auto;
    margin-right: auto;
  }
}

.affil-card:first-child {
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg width='387.266928px' height='124px' viewBox='0 0 387.266928 124' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Ctitle%3EBG%3C/title%3E%3Cdefs%3E%3ClinearGradient x1='65.3846154%25' y1='44.8931874%25' x2='47.4358974%25' y2='55.1068126%25' id='linearGradient-1'%3E%3Cstop stop-color='%2337BE4A' offset='0%25'%3E%3C/stop%3E%3Cstop stop-color='%2352B160' offset='100%25'%3E%3C/stop%3E%3C/linearGradient%3E%3Cpath d='M8,0 L358.937494,0 C363.171133,2.17836536e-14 366.946001,2.66600275 368.361772,6.65590155 L386.576061,57.9870819 C387.497217,60.5830672 387.497217,63.4169328 386.576061,66.0129181 L368.361772,117.344098 C366.946001,121.333997 363.171133,124 358.937494,124 L8,124 C3.581722,124 9.4228672e-15,120.418278 0,116 L0,8 C-5.41083001e-16,3.581722 3.581722,8.11624501e-16 8,0 Z' id='path-2'%3E%3C/path%3E%3Cfilter x='-4.3%25' y='-13.3%25' width='108.3%25' height='126.6%25' filterUnits='objectBoundingBox' id='filter-3'%3E%3CfeGaussianBlur stdDeviation='16.5' in='SourceAlpha' result='shadowBlurInner1'%3E%3C/feGaussianBlur%3E%3CfeOffset dx='0' dy='0' in='shadowBlurInner1' result='shadowOffsetInner1'%3E%3C/feOffset%3E%3CfeComposite in='shadowOffsetInner1' in2='SourceAlpha' operator='arithmetic' k2='-1' k3='1' result='shadowInnerInner1'%3E%3C/feComposite%3E%3CfeColorMatrix values='0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 0.0863472465 0' type='matrix' in='shadowInnerInner1'%3E%3C/feColorMatrix%3E%3C/filter%3E%3C/defs%3E%3Cg id='SPINGAME-PROMO' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='Say-about-11-c--desktop' transform='translate(-230, -2531)'%3E%3Cg id='Affill' transform='translate(200, 2340)'%3E%3Cg id='Progress' transform='translate(0, 159)'%3E%3Cg id='BG' transform='translate(30, 32)'%3E%3Cuse fill='url(%23linearGradient-1)' fill-rule='evenodd' xlink:href='%23path-2'%3E%3C/use%3E%3Cuse fill='black' fill-opacity='1' filter='url(%23filter-3)' xlink:href='%23path-2'%3E%3C/use%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}
@media (max-width: 1024px) {
  .affil-card:first-child {
    background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg width='288px' height='88px' viewBox='0 0 288 88' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Ctitle%3EBG_GR 2%3C/title%3E%3Cdefs%3E%3ClinearGradient x1='65.3846154%25' y1='45.3317901%25' x2='47.4358974%25' y2='54.6682099%25' id='linearGradient-1'%3E%3Cstop stop-color='%2337BE4A' offset='0%25'%3E%3C/stop%3E%3Cstop stop-color='%2352B160' offset='100%25'%3E%3C/stop%3E%3C/linearGradient%3E%3Cpath d='M8,0 L280,0 C284.418278,-8.11624501e-16 288,3.581722 288,8 L288,72.4321083 C288,76.6779779 284.683093,80.1842726 280.44376,80.4197911 L144.66564,87.96302 C144.222222,87.9876543 143.777778,87.9876543 143.33436,87.96302 L7.55623984,80.4197911 C3.31690732,80.1842726 7.62539643e-15,76.6779779 7.10542736e-15,72.4321083 L0,8 C-5.41083001e-16,3.581722 3.581722,5.41083001e-16 8,0 Z' id='path-2'%3E%3C/path%3E%3Cfilter x='-5.7%25' y='-18.8%25' width='111.5%25' height='137.5%25' filterUnits='objectBoundingBox' id='filter-3'%3E%3CfeGaussianBlur stdDeviation='16.5' in='SourceAlpha' result='shadowBlurInner1'%3E%3C/feGaussianBlur%3E%3CfeOffset dx='0' dy='0' in='shadowBlurInner1' result='shadowOffsetInner1'%3E%3C/feOffset%3E%3CfeComposite in='shadowOffsetInner1' in2='SourceAlpha' operator='arithmetic' k2='-1' k3='1' result='shadowInnerInner1'%3E%3C/feComposite%3E%3CfeColorMatrix values='0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 0.0863472465 0' type='matrix' in='shadowInnerInner1'%3E%3C/feColorMatrix%3E%3C/filter%3E%3C/defs%3E%3Cg id='SPINGAME-PROMO' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='Say-about-11-b--mobile-Copy' transform='translate(-16, -2174)'%3E%3Cg id='Affill' transform='translate(0, 1958)'%3E%3Cg id='Progress' transform='translate(0, 184)'%3E%3Cg id='BG_GR' transform='translate(16, 32)'%3E%3Cuse fill='url(%23linearGradient-1)' fill-rule='evenodd' xlink:href='%23path-2'%3E%3C/use%3E%3Cuse fill='black' fill-opacity='1' filter='url(%23filter-3)' xlink:href='%23path-2'%3E%3C/use%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  }
}

.affil-card:last-child {
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg width='384.674756px' height='124px' viewBox='0 0 384.674756 124' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Ctitle%3EBG%3C/title%3E%3Cdefs%3E%3ClinearGradient x1='65.3846154%25' y1='44.8931874%25' x2='47.4358974%25' y2='55.1068126%25' id='linearGradient-1'%3E%3Cstop stop-color='%2337BE4A' offset='0%25'%3E%3C/stop%3E%3Cstop stop-color='%2352B160' offset='100%25'%3E%3C/stop%3E%3C/linearGradient%3E%3Cpath d='M11.3274241,0 L378,0 C383.522847,-1.01453063e-15 388,4.4771525 388,10 L388,114 C388,119.522847 383.522847,124 378,124 L11.3274241,124 C6.90914611,124 3.3274241,120.418278 3.3274241,116 C3.3274241,115.088514 3.48319222,114.183731 3.78800214,113.324721 L20.5760613,66.0129181 C21.4972174,63.4169328 21.4972174,60.5830672 20.5760613,57.9870819 L3.78800214,10.6752788 C2.31048648,6.51137099 4.48823757,1.9380937 8.65214534,0.460578036 C9.51115513,0.15576811 10.415938,1.94379412e-15 11.3274241,0 Z' id='path-2'%3E%3C/path%3E%3Cfilter x='-3.4%25' y='-13.3%25' width='107.6%25' height='126.6%25' filterUnits='objectBoundingBox' id='filter-3'%3E%3CfeGaussianBlur stdDeviation='16.5' in='SourceAlpha' result='shadowBlurInner1'%3E%3C/feGaussianBlur%3E%3CfeOffset dx='0' dy='0' in='shadowBlurInner1' result='shadowOffsetInner1'%3E%3C/feOffset%3E%3CfeComposite in='shadowOffsetInner1' in2='SourceAlpha' operator='arithmetic' k2='-1' k3='1' result='shadowInnerInner1'%3E%3C/feComposite%3E%3CfeColorMatrix values='0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 0.0863472465 0' type='matrix' in='shadowInnerInner1'%3E%3C/feColorMatrix%3E%3C/filter%3E%3C/defs%3E%3Cg id='SPINGAME-PROMO' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='Say-about-11-c--desktop' transform='translate(-985.3252, -2531)'%3E%3Cg id='Affill' transform='translate(200, 2340)'%3E%3Cg id='Progress' transform='translate(0, 159)'%3E%3Cg id='BG' transform='translate(782, 32)'%3E%3Cuse fill='url(%23linearGradient-1)' fill-rule='evenodd' xlink:href='%23path-2'%3E%3C/use%3E%3Cuse fill='black' fill-opacity='1' filter='url(%23filter-3)' xlink:href='%23path-2'%3E%3C/use%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}
@media (max-width: 1024px) {
  .affil-card:last-child {
    background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg width='288px' height='80px' viewBox='0 0 288 80' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Ctitle%3EBG_GR%3C/title%3E%3Cdefs%3E%3ClinearGradient x1='100%25' y1='50%25' x2='-2.51838481e-13%25' y2='50%25' id='linearGradient-1'%3E%3Cstop stop-color='%23AEAEAE' offset='0%25'%3E%3C/stop%3E%3Cstop stop-color='%23C5C5C5' offset='100%25'%3E%3C/stop%3E%3C/linearGradient%3E%3ClinearGradient x1='65.3846154%25' y1='46.1419753%25' x2='47.4358974%25' y2='53.8580247%25' id='linearGradient-2'%3E%3Cstop stop-color='%2337BE4A' offset='0%25'%3E%3C/stop%3E%3Cstop stop-color='%2352B160' offset='100%25'%3E%3C/stop%3E%3C/linearGradient%3E%3Cpath d='M8.27761048,0.287417031 L144,5 L144,5 L279.72239,0.287417031 C284.138007,0.134096996 287.841862,3.58937138 287.995182,8.00498838 C287.998394,8.09749036 288,8.19004112 288,8.28259886 L288,72 C288,76.418278 284.418278,80 280,80 L8,80 C3.581722,80 2.705415e-16,76.418278 0,72 L0,8.28259886 C-5.41083001e-16,3.86432086 3.581722,0.282598856 8,0.282598856 C8.09255773,0.282598856 8.18510849,0.284205156 8.27761048,0.287417031 Z' id='path-3'%3E%3C/path%3E%3Cfilter x='-5.7%25' y='-20.3%25' width='111.5%25' height='140.9%25' filterUnits='objectBoundingBox' id='filter-4'%3E%3CfeGaussianBlur stdDeviation='16.5' in='SourceAlpha' result='shadowBlurInner1'%3E%3C/feGaussianBlur%3E%3CfeOffset dx='0' dy='0' in='shadowBlurInner1' result='shadowOffsetInner1'%3E%3C/feOffset%3E%3CfeComposite in='shadowOffsetInner1' in2='SourceAlpha' operator='arithmetic' k2='-1' k3='1' result='shadowInnerInner1'%3E%3C/feComposite%3E%3CfeColorMatrix values='0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 0.0863472465 0' type='matrix' in='shadowInnerInner1'%3E%3C/feColorMatrix%3E%3C/filter%3E%3C/defs%3E%3Cg id='SPINGAME-PROMO' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='Say-about-11-b--mobile-Copy' transform='translate(-16, -2362)'%3E%3Cg id='Affill' transform='translate(0, 1958)'%3E%3Cg id='Progress' transform='translate(0, 184)'%3E%3Cg id='BG_GR' transform='translate(16, 220)'%3E%3Cuse fill='url(%23linearGradient-1)' fill-rule='evenodd' xlink:href='%23path-3'%3E%3C/use%3E%3Cuse fill='url(%23linearGradient-2)' fill-rule='evenodd' xlink:href='%23path-3'%3E%3C/use%3E%3Cuse fill='black' fill-opacity='1' filter='url(%23filter-4)' xlink:href='%23path-3'%3E%3C/use%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  }
}

.affil-card[data-active=false]:first-child {
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg width='387.266928px' height='124px' viewBox='0 0 387.266928 124' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Ctitle%3EBG%3C/title%3E%3Cdefs%3E%3ClinearGradient x1='100%25' y1='50%25' x2='-2.51838481e-13%25' y2='50%25' id='linearGradient-1'%3E%3Cstop stop-color='%23AEAEAE' offset='0%25'%3E%3C/stop%3E%3Cstop stop-color='%23C5C5C5' offset='100%25'%3E%3C/stop%3E%3C/linearGradient%3E%3Cpath d='M8,0 L358.937494,0 C363.171133,2.17836536e-14 366.946001,2.66600275 368.361772,6.65590155 L386.576061,57.9870819 C387.497217,60.5830672 387.497217,63.4169328 386.576061,66.0129181 L368.361772,117.344098 C366.946001,121.333997 363.171133,124 358.937494,124 L8,124 C3.581722,124 9.4228672e-15,120.418278 0,116 L0,8 C-5.41083001e-16,3.581722 3.581722,8.11624501e-16 8,0 Z' id='path-2'%3E%3C/path%3E%3Cfilter x='-4.3%25' y='-13.3%25' width='108.3%25' height='126.6%25' filterUnits='objectBoundingBox' id='filter-3'%3E%3CfeGaussianBlur stdDeviation='16.5' in='SourceAlpha' result='shadowBlurInner1'%3E%3C/feGaussianBlur%3E%3CfeOffset dx='0' dy='0' in='shadowBlurInner1' result='shadowOffsetInner1'%3E%3C/feOffset%3E%3CfeComposite in='shadowOffsetInner1' in2='SourceAlpha' operator='arithmetic' k2='-1' k3='1' result='shadowInnerInner1'%3E%3C/feComposite%3E%3CfeColorMatrix values='0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 0.0863472465 0' type='matrix' in='shadowInnerInner1'%3E%3C/feColorMatrix%3E%3C/filter%3E%3C/defs%3E%3Cg id='SPINGAME-PROMO' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='Say-about-11-c--desktop' transform='translate(-230, -2531)'%3E%3Cg id='Affill' transform='translate(200, 2340)'%3E%3Cg id='Progress' transform='translate(0, 159)'%3E%3Cg id='BG' transform='translate(30, 32)'%3E%3Cuse fill='url(%23linearGradient-1)' fill-rule='evenodd' xlink:href='%23path-2'%3E%3C/use%3E%3Cuse fill='black' fill-opacity='1' filter='url(%23filter-3)' xlink:href='%23path-2'%3E%3C/use%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}
@media (max-width: 1024px) {
  .affil-card[data-active=false]:first-child {
    background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg width='288px' height='88px' viewBox='0 0 288 88' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Ctitle%3EBG 3%3C/title%3E%3Cdefs%3E%3ClinearGradient x1='100%25' y1='50%25' x2='-2.51838481e-13%25' y2='50%25' id='linearGradient-1'%3E%3Cstop stop-color='%23AEAEAE' offset='0%25'%3E%3C/stop%3E%3Cstop stop-color='%23C5C5C5' offset='100%25'%3E%3C/stop%3E%3C/linearGradient%3E%3Cpath d='M8,0 L280,0 C284.418278,-8.11624501e-16 288,3.581722 288,8 L288,72.4321083 C288,76.6779779 284.683093,80.1842726 280.44376,80.4197911 L144.66564,87.96302 C144.222222,87.9876543 143.777778,87.9876543 143.33436,87.96302 L7.55623984,80.4197911 C3.31690732,80.1842726 7.62539643e-15,76.6779779 7.10542736e-15,72.4321083 L0,8 C-5.41083001e-16,3.581722 3.581722,5.41083001e-16 8,0 Z' id='path-2'%3E%3C/path%3E%3Cfilter x='-5.7%25' y='-18.8%25' width='111.5%25' height='137.5%25' filterUnits='objectBoundingBox' id='filter-3'%3E%3CfeGaussianBlur stdDeviation='16.5' in='SourceAlpha' result='shadowBlurInner1'%3E%3C/feGaussianBlur%3E%3CfeOffset dx='0' dy='0' in='shadowBlurInner1' result='shadowOffsetInner1'%3E%3C/feOffset%3E%3CfeComposite in='shadowOffsetInner1' in2='SourceAlpha' operator='arithmetic' k2='-1' k3='1' result='shadowInnerInner1'%3E%3C/feComposite%3E%3CfeColorMatrix values='0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 0.0863472465 0' type='matrix' in='shadowInnerInner1'%3E%3C/feColorMatrix%3E%3C/filter%3E%3C/defs%3E%3Cg id='SPINGAME-PROMO' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='Say-about-11-a--mobile' transform='translate(-16, -2174)'%3E%3Cg id='Affill' transform='translate(0, 1958)'%3E%3Cg id='Progress' transform='translate(0, 184)'%3E%3Cg id='BG' transform='translate(16, 32)'%3E%3Cuse fill='url(%23linearGradient-1)' fill-rule='evenodd' xlink:href='%23path-2'%3E%3C/use%3E%3Cuse fill='black' fill-opacity='1' filter='url(%23filter-3)' xlink:href='%23path-2'%3E%3C/use%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  }
}

.affil-card[data-active=false]:last-child {
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg width='384.674756px' height='124px' viewBox='0 0 384.674756 124' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Ctitle%3EBG%3C/title%3E%3Cdefs%3E%3ClinearGradient x1='100%25' y1='50%25' x2='-2.51838481e-13%25' y2='50%25' id='linearGradient-1'%3E%3Cstop stop-color='%23AEAEAE' offset='0%25'%3E%3C/stop%3E%3Cstop stop-color='%23C5C5C5' offset='100%25'%3E%3C/stop%3E%3C/linearGradient%3E%3Cpath d='M11.3274241,0 L378,0 C383.522847,-1.01453063e-15 388,4.4771525 388,10 L388,114 C388,119.522847 383.522847,124 378,124 L11.3274241,124 C6.90914611,124 3.3274241,120.418278 3.3274241,116 C3.3274241,115.088514 3.48319222,114.183731 3.78800214,113.324721 L20.5760613,66.0129181 C21.4972174,63.4169328 21.4972174,60.5830672 20.5760613,57.9870819 L3.78800214,10.6752788 C2.31048648,6.51137099 4.48823757,1.9380937 8.65214534,0.460578036 C9.51115513,0.15576811 10.415938,1.94379412e-15 11.3274241,0 Z' id='path-2'%3E%3C/path%3E%3Cfilter x='-3.4%25' y='-13.3%25' width='107.6%25' height='126.6%25' filterUnits='objectBoundingBox' id='filter-3'%3E%3CfeGaussianBlur stdDeviation='16.5' in='SourceAlpha' result='shadowBlurInner1'%3E%3C/feGaussianBlur%3E%3CfeOffset dx='0' dy='0' in='shadowBlurInner1' result='shadowOffsetInner1'%3E%3C/feOffset%3E%3CfeComposite in='shadowOffsetInner1' in2='SourceAlpha' operator='arithmetic' k2='-1' k3='1' result='shadowInnerInner1'%3E%3C/feComposite%3E%3CfeColorMatrix values='0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 0.0863472465 0' type='matrix' in='shadowInnerInner1'%3E%3C/feColorMatrix%3E%3C/filter%3E%3C/defs%3E%3Cg id='SPINGAME-PROMO' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='Say-about-11-c--desktop' transform='translate(-985.3252, -2531)'%3E%3Cg id='Affill' transform='translate(200, 2340)'%3E%3Cg id='Progress' transform='translate(0, 159)'%3E%3Cg id='BG' transform='translate(782, 32)'%3E%3Cuse fill='url(%23linearGradient-1)' fill-rule='evenodd' xlink:href='%23path-2'%3E%3C/use%3E%3Cuse fill='black' fill-opacity='1' filter='url(%23filter-3)' xlink:href='%23path-2'%3E%3C/use%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}
@media (max-width: 1024px) {
  .affil-card[data-active=false]:last-child {
    background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg width='288px' height='80px' viewBox='0 0 288 80' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Ctitle%3EBG%3C/title%3E%3Cdefs%3E%3ClinearGradient x1='100%25' y1='50%25' x2='-2.51838481e-13%25' y2='50%25' id='linearGradient-1'%3E%3Cstop stop-color='%23AEAEAE' offset='0%25'%3E%3C/stop%3E%3Cstop stop-color='%23C5C5C5' offset='100%25'%3E%3C/stop%3E%3C/linearGradient%3E%3Cpath d='M8.27761048,0.287417031 L144,5 L144,5 L279.72239,0.287417031 C284.138007,0.134096996 287.841862,3.58937138 287.995182,8.00498838 C287.998394,8.09749036 288,8.19004112 288,8.28259886 L288,72 C288,76.418278 284.418278,80 280,80 L8,80 C3.581722,80 2.705415e-16,76.418278 0,72 L0,8.28259886 C-5.41083001e-16,3.86432086 3.581722,0.282598856 8,0.282598856 C8.09255773,0.282598856 8.18510849,0.284205156 8.27761048,0.287417031 Z' id='path-2'%3E%3C/path%3E%3Cfilter x='-5.7%25' y='-20.3%25' width='111.5%25' height='140.9%25' filterUnits='objectBoundingBox' id='filter-3'%3E%3CfeGaussianBlur stdDeviation='16.5' in='SourceAlpha' result='shadowBlurInner1'%3E%3C/feGaussianBlur%3E%3CfeOffset dx='0' dy='0' in='shadowBlurInner1' result='shadowOffsetInner1'%3E%3C/feOffset%3E%3CfeComposite in='shadowOffsetInner1' in2='SourceAlpha' operator='arithmetic' k2='-1' k3='1' result='shadowInnerInner1'%3E%3C/feComposite%3E%3CfeColorMatrix values='0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 0.0863472465 0' type='matrix' in='shadowInnerInner1'%3E%3C/feColorMatrix%3E%3C/filter%3E%3C/defs%3E%3Cg id='SPINGAME-PROMO' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='Say-about-11-a--mobile' transform='translate(-16, -2362)'%3E%3Cg id='Affill' transform='translate(0, 1958)'%3E%3Cg id='Progress' transform='translate(0, 184)'%3E%3Cg id='BG' transform='translate(16, 220)'%3E%3Cuse fill='url(%23linearGradient-1)' fill-rule='evenodd' xlink:href='%23path-2'%3E%3C/use%3E%3Cuse fill='black' fill-opacity='1' filter='url(%23filter-3)' xlink:href='%23path-2'%3E%3C/use%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  }
}

.affil-card:not(:first-child) .affil-card__avatar {
  margin-left: 1.2rem;
}
@media (max-width: 1024px) {
  .affil-card:not(:first-child) .affil-card__avatar {
    margin-left: 0;
  }
}

.affil-card {
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg width='383.941684px' height='124px' viewBox='0 0 383.941684 124' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Ctitle%3EBG%3C/title%3E%3Cdefs%3E%3ClinearGradient x1='65.3846154%25' y1='44.8931874%25' x2='47.4358974%25' y2='55.1068126%25' id='linearGradient-1'%3E%3Cstop stop-color='%2337BE4A' offset='0%25'%3E%3C/stop%3E%3Cstop stop-color='%2352B160' offset='100%25'%3E%3C/stop%3E%3C/linearGradient%3E%3Cpath d='M11.3274241,0 L358.937494,0 C363.171133,2.17836536e-14 366.946001,2.66600275 368.361772,6.65590155 L386.576061,57.9870819 C387.497217,60.5830672 387.497217,63.4169328 386.576061,66.0129181 L368.361772,117.344098 C366.946001,121.333997 363.171133,124 358.937494,124 L11.3274241,124 C6.90914611,124 3.3274241,120.418278 3.3274241,116 C3.3274241,115.088514 3.48319222,114.183731 3.78800214,113.324721 L20.5760613,66.0129181 C21.4972174,63.4169328 21.4972174,60.5830672 20.5760613,57.9870819 L3.78800214,10.6752788 C2.31048648,6.51137099 4.48823757,1.9380937 8.65214534,0.460578036 C9.51115513,0.15576811 10.415938,1.94379412e-15 11.3274241,0 Z' id='path-2'%3E%3C/path%3E%3Cfilter x='-3.4%25' y='-13.3%25' width='107.5%25' height='126.6%25' filterUnits='objectBoundingBox' id='filter-3'%3E%3CfeGaussianBlur stdDeviation='16.5' in='SourceAlpha' result='shadowBlurInner1'%3E%3C/feGaussianBlur%3E%3CfeOffset dx='0' dy='0' in='shadowBlurInner1' result='shadowOffsetInner1'%3E%3C/feOffset%3E%3CfeComposite in='shadowOffsetInner1' in2='SourceAlpha' operator='arithmetic' k2='-1' k3='1' result='shadowInnerInner1'%3E%3C/feComposite%3E%3CfeColorMatrix values='0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 0.0863472465 0' type='matrix' in='shadowInnerInner1'%3E%3C/feColorMatrix%3E%3C/filter%3E%3C/defs%3E%3Cg id='SPINGAME-PROMO' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='Say-about-11-c--desktop' transform='translate(-609.3252, -2531)'%3E%3Cg id='Affill' transform='translate(200, 2340)'%3E%3Cg id='Progress' transform='translate(0, 159)'%3E%3Cg id='BG' transform='translate(406, 32)'%3E%3Cuse fill='url(%23linearGradient-1)' fill-rule='evenodd' xlink:href='%23path-2'%3E%3C/use%3E%3Cuse fill='black' fill-opacity='1' filter='url(%23filter-3)' xlink:href='%23path-2'%3E%3C/use%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: 100% auto;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
  width: 100%;
  height: clamp(9.7rem, -1.912rem + 11.34vw, 13rem);
  padding: 0 2.4rem;
  padding-right: 3rem;
}
@media (max-width: 1280px) {
  .affil-card {
    padding: 0 1.5rem;
    padding-right: 2rem;
  }
}
@media (max-width: 1024px) {
  .affil-card {
    background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg width='288px' height='88px' viewBox='0 0 288 88' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Ctitle%3EBG%3C/title%3E%3Cdefs%3E%3ClinearGradient x1='100%25' y1='50%25' x2='-2.51838481e-13%25' y2='50%25' id='linearGradient-1'%3E%3Cstop stop-color='%23AEAEAE' offset='0%25'%3E%3C/stop%3E%3Cstop stop-color='%23C5C5C5' offset='100%25'%3E%3C/stop%3E%3C/linearGradient%3E%3ClinearGradient x1='65.3846154%25' y1='45.3317901%25' x2='47.4358974%25' y2='54.6682099%25' id='linearGradient-2'%3E%3Cstop stop-color='%2337BE4A' offset='0%25'%3E%3C/stop%3E%3Cstop stop-color='%2352B160' offset='100%25'%3E%3C/stop%3E%3C/linearGradient%3E%3Cpath d='M8.27761048,0.287417031 L144,5 L144,5 L279.72239,0.287417031 C284.138007,0.134096996 287.841862,3.58937138 287.995182,8.00498838 C287.998394,8.09749036 288,8.19004112 288,8.28259886 L288,72.4321083 C288,76.6779779 284.683093,80.1842726 280.44376,80.4197911 L144.66564,87.96302 C144.222222,87.9876543 143.777778,87.9876543 143.33436,87.96302 L7.55623984,80.4197911 C3.31690732,80.1842726 7.62539643e-15,76.6779779 7.10542736e-15,72.4321083 L0,8.28259886 C-5.41083001e-16,3.86432086 3.581722,0.282598856 8,0.282598856 C8.09255773,0.282598856 8.18510849,0.284205156 8.27761048,0.287417031 Z' id='path-3'%3E%3C/path%3E%3Cfilter x='-5.7%25' y='-18.4%25' width='111.5%25' height='137.2%25' filterUnits='objectBoundingBox' id='filter-4'%3E%3CfeGaussianBlur stdDeviation='16.5' in='SourceAlpha' result='shadowBlurInner1'%3E%3C/feGaussianBlur%3E%3CfeOffset dx='0' dy='0' in='shadowBlurInner1' result='shadowOffsetInner1'%3E%3C/feOffset%3E%3CfeComposite in='shadowOffsetInner1' in2='SourceAlpha' operator='arithmetic' k2='-1' k3='1' result='shadowInnerInner1'%3E%3C/feComposite%3E%3CfeColorMatrix values='0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 0.0863472465 0' type='matrix' in='shadowInnerInner1'%3E%3C/feColorMatrix%3E%3C/filter%3E%3C/defs%3E%3Cg id='SPINGAME-PROMO' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='Say-about-11-b--mobile-Copy' transform='translate(-16, -2268)'%3E%3Cg id='Affill' transform='translate(0, 1958)'%3E%3Cg id='Progress' transform='translate(0, 184)'%3E%3Cg id='BG' transform='translate(16, 126)'%3E%3Cuse fill='url(%23linearGradient-1)' fill-rule='evenodd' xlink:href='%23path-3'%3E%3C/use%3E%3Cuse fill='url(%23linearGradient-2)' fill-rule='evenodd' xlink:href='%23path-3'%3E%3C/use%3E%3Cuse fill='black' fill-opacity='1' filter='url(%23filter-4)' xlink:href='%23path-3'%3E%3C/use%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
    height: clamp(9.3rem, -1.173rem + 32.727vw, 12.9rem);
    padding: 0 2.4rem 1rem;
    padding-right: 3rem;
  }
}
@media (max-width: 386px) {
  .affil-card {
    padding: 0 1.5rem 1rem;
    padding-right: 2rem;
  }
}
.affil-card[data-active=false] {
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg width='383.941684px' height='124px' viewBox='0 0 383.941684 124' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Ctitle%3EBG%3C/title%3E%3Cdefs%3E%3ClinearGradient x1='100%25' y1='50%25' x2='-2.51838481e-13%25' y2='50%25' id='linearGradient-1'%3E%3Cstop stop-color='%23AEAEAE' offset='0%25'%3E%3C/stop%3E%3Cstop stop-color='%23C5C5C5' offset='100%25'%3E%3C/stop%3E%3C/linearGradient%3E%3Cpath d='M11.3274241,0 L358.937494,0 C363.171133,2.17836536e-14 366.946001,2.66600275 368.361772,6.65590155 L386.576061,57.9870819 C387.497217,60.5830672 387.497217,63.4169328 386.576061,66.0129181 L368.361772,117.344098 C366.946001,121.333997 363.171133,124 358.937494,124 L11.3274241,124 C6.90914611,124 3.3274241,120.418278 3.3274241,116 C3.3274241,115.088514 3.48319222,114.183731 3.78800214,113.324721 L20.5760613,66.0129181 C21.4972174,63.4169328 21.4972174,60.5830672 20.5760613,57.9870819 L3.78800214,10.6752788 C2.31048648,6.51137099 4.48823757,1.9380937 8.65214534,0.460578036 C9.51115513,0.15576811 10.415938,1.94379412e-15 11.3274241,0 Z' id='path-2'%3E%3C/path%3E%3Cfilter x='-3.4%25' y='-13.3%25' width='107.5%25' height='126.6%25' filterUnits='objectBoundingBox' id='filter-3'%3E%3CfeGaussianBlur stdDeviation='16.5' in='SourceAlpha' result='shadowBlurInner1'%3E%3C/feGaussianBlur%3E%3CfeOffset dx='0' dy='0' in='shadowBlurInner1' result='shadowOffsetInner1'%3E%3C/feOffset%3E%3CfeComposite in='shadowOffsetInner1' in2='SourceAlpha' operator='arithmetic' k2='-1' k3='1' result='shadowInnerInner1'%3E%3C/feComposite%3E%3CfeColorMatrix values='0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 0.0863472465 0' type='matrix' in='shadowInnerInner1'%3E%3C/feColorMatrix%3E%3C/filter%3E%3C/defs%3E%3Cg id='SPINGAME-PROMO' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='Say-about-11-c--desktop' transform='translate(-609.3252, -2531)'%3E%3Cg id='Affill' transform='translate(200, 2340)'%3E%3Cg id='Progress' transform='translate(0, 159)'%3E%3Cg id='BG' transform='translate(406, 32)'%3E%3Cuse fill='url(%23linearGradient-1)' fill-rule='evenodd' xlink:href='%23path-2'%3E%3C/use%3E%3Cuse fill='black' fill-opacity='1' filter='url(%23filter-3)' xlink:href='%23path-2'%3E%3C/use%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}
@media (max-width: 1024px) {
  .affil-card[data-active=false] {
    background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg width='288px' height='88px' viewBox='0 0 288 88' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Ctitle%3EBG 2%3C/title%3E%3Cdefs%3E%3ClinearGradient x1='100%25' y1='50%25' x2='-2.51838481e-13%25' y2='50%25' id='linearGradient-1'%3E%3Cstop stop-color='%23AEAEAE' offset='0%25'%3E%3C/stop%3E%3Cstop stop-color='%23C5C5C5' offset='100%25'%3E%3C/stop%3E%3C/linearGradient%3E%3Cpath d='M8.27761048,0.287417031 L144,5 L144,5 L279.72239,0.287417031 C284.138007,0.134096996 287.841862,3.58937138 287.995182,8.00498838 C287.998394,8.09749036 288,8.19004112 288,8.28259886 L288,72.4321083 C288,76.6779779 284.683093,80.1842726 280.44376,80.4197911 L144.66564,87.96302 C144.222222,87.9876543 143.777778,87.9876543 143.33436,87.96302 L7.55623984,80.4197911 C3.31690732,80.1842726 7.62539643e-15,76.6779779 7.10542736e-15,72.4321083 L0,8.28259886 C-5.41083001e-16,3.86432086 3.581722,0.282598856 8,0.282598856 C8.09255773,0.282598856 8.18510849,0.284205156 8.27761048,0.287417031 Z' id='path-2'%3E%3C/path%3E%3Cfilter x='-5.7%25' y='-18.4%25' width='111.5%25' height='137.2%25' filterUnits='objectBoundingBox' id='filter-3'%3E%3CfeGaussianBlur stdDeviation='16.5' in='SourceAlpha' result='shadowBlurInner1'%3E%3C/feGaussianBlur%3E%3CfeOffset dx='0' dy='0' in='shadowBlurInner1' result='shadowOffsetInner1'%3E%3C/feOffset%3E%3CfeComposite in='shadowOffsetInner1' in2='SourceAlpha' operator='arithmetic' k2='-1' k3='1' result='shadowInnerInner1'%3E%3C/feComposite%3E%3CfeColorMatrix values='0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 0.0863472465 0' type='matrix' in='shadowInnerInner1'%3E%3C/feColorMatrix%3E%3C/filter%3E%3C/defs%3E%3Cg id='SPINGAME-PROMO' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='Say-about-11-a--mobile' transform='translate(-16, -2268)'%3E%3Cg id='Affill' transform='translate(0, 1958)'%3E%3Cg id='Progress' transform='translate(0, 184)'%3E%3Cg id='BG' transform='translate(16, 126)'%3E%3Cuse fill='url(%23linearGradient-1)' fill-rule='evenodd' xlink:href='%23path-2'%3E%3C/use%3E%3Cuse fill='black' fill-opacity='1' filter='url(%23filter-3)' xlink:href='%23path-2'%3E%3C/use%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  }
}
.affil-card p.affil-card__subtitle,
.affil-card p.affil-card__title,
.affil-card p.affil-card__description {
  color: #fff;
  margin: 0;
}
.affil-card p.affil-card__subtitle {
  font-size: 13px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 12px;
  text-transform: uppercase;
  margin-bottom: 0.6rem;
}
@media (max-width: 386px) {
  .affil-card p.affil-card__subtitle {
    font-size: 12px;
  }
}
.affil-card p.affil-card__title {
  font-size: 18px;
  font-weight: 500;
  line-height: 12px;
}
.affil-card p.affil-card__description {
  opacity: 0.8;
  margin-top: 1rem;
  font-size: 11px;
  font-weight: 400;
  line-height: 12px;
}
.affil-card__avatar {
  -webkit-flex-shrink: 0;
          flex-shrink: 0;
  position: relative;
  width: 5.4rem;
  height: 5.4rem;
  border-radius: 50%;
  box-shadow: 0 0 14px rgba(0, 0, 0, 0.130736);
  margin-right: 1.2rem;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
          justify-content: center;
  -webkit-align-items: center;
          align-items: center;
}
@media (max-width: 1280px) {
  .affil-card__avatar {
    width: 4.4rem;
    height: 4.4rem;
  }
}
@media (max-width: 1024px) {
  .affil-card__avatar {
    width: 5.4rem;
    height: 5.4rem;
  }
}
@media (max-width: 386px) {
  .affil-card__avatar {
    width: 4.8rem;
    height: 4.8rem;
  }
}
.affil-card[data-active=true] .affil-card__avatar {
  background-color: #52b160;
}
.affil-card[data-active=false] .affil-card__avatar {
  background-color: #dbdbdb;
}
.affil-card__avatar-img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
}
.affil-card__checkmark {
  width: 1.8rem;
  height: 1.8rem;
  position: absolute;
  bottom: 0;
  right: 0;
}
.affil-card[data-active=false] .affil-card__avatar-img {
  width: 50%;
  height: 50%;
}
.affil-card .affil-card__price {
  margin-left: auto;
  text-shadow: 0 2px 0 rgba(0, 0, 0, 0.063593);
  color: #fff;
  font-weight: 900;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-end;
          align-items: flex-end;
}
.affil-card .affil-card__value {
  font-size: 4.8rem;
  line-height: 4rem;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
}
.affil-card .affil-card__value span {
  font-size: 0.5em;
  line-height: 1;
  margin-top: 0.4em;
}
@media (max-width: 1280px) {
  .affil-card .affil-card__value {
    font-size: 3.8rem;
    line-height: 3rem;
  }
}
@media (max-width: 1024px) {
  .affil-card .affil-card__value {
    font-size: 4.8rem;
    line-height: 4rem;
  }
}
@media (max-width: 386px) {
  .affil-card .affil-card__value {
    font-size: 4.2rem;
    line-height: 0.8;
  }
}
.affil-card .affil-card__currency {
  margin-left: 3px;
  letter-spacing: 1px;
  line-height: 1;
  font-size: 1.6rem;
}

.browser-logo {
  max-width: 45px;
  margin-right: 20px;
}

.btn.btn-download-browser {
  width: 200px;
  height: 45px;
  line-height: 45px;
  background: #1e67cd;
  border: none;
  border-radius: 40px;
}
.btn.btn-download-browser:hover, .btn.btn-download-browser:focus {
  background: #1b5cb7;
}

#homepage .top-prize,
.calendar .top-prize,
.premium-prizes .top-prize,
.exchange .top-prize,
.kodiaq .top-prize {
  padding-top: 45px;
  padding-bottom: 20px;
}
#homepage .top-prize .top-prize-image img,
.calendar .top-prize .top-prize-image img,
.premium-prizes .top-prize .top-prize-image img,
.exchange .top-prize .top-prize-image img,
.kodiaq .top-prize .top-prize-image img {
  display: block;
  margin-right: auto;
  margin-left: auto;
}
#homepage .featured-prize,
.calendar .featured-prize,
.premium-prizes .featured-prize,
.exchange .featured-prize,
.kodiaq .featured-prize {
  position: relative;
  padding: 0;
}
#homepage .featured-prize p,
.calendar .featured-prize p,
.premium-prizes .featured-prize p,
.exchange .featured-prize p,
.kodiaq .featured-prize p {
  font-size: 15px;
}
#homepage .featured-prize p.prize-name,
.calendar .featured-prize p.prize-name,
.premium-prizes .featured-prize p.prize-name,
.exchange .featured-prize p.prize-name,
.kodiaq .featured-prize p.prize-name {
  -webkit-flex-grow: 1;
          flex-grow: 1;
  margin-bottom: 15px;
  padding-right: 15px;
  padding-left: 15px;
  font-size: 18px;
  font-weight: 400 !important;
  line-height: 1.4444444444;
}
#homepage .featured-prize .featured-picture,
.calendar .featured-prize .featured-picture,
.premium-prizes .featured-prize .featured-picture,
.exchange .featured-prize .featured-picture,
.kodiaq .featured-prize .featured-picture {
  height: 180px;
  margin-top: 15px;
  margin-bottom: 0;
  line-height: 180px !important;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
#homepage .featured-prize a.featured-prize-link-wrapper:hover .container,
.calendar .featured-prize a.featured-prize-link-wrapper:hover .container,
.premium-prizes .featured-prize a.featured-prize-link-wrapper:hover .container,
.exchange .featured-prize a.featured-prize-link-wrapper:hover .container,
.kodiaq .featured-prize a.featured-prize-link-wrapper:hover .container {
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.08);
}
#homepage .featured-prize .featured-prize-link-wrapper,
.calendar .featured-prize .featured-prize-link-wrapper,
.premium-prizes .featured-prize .featured-prize-link-wrapper,
.exchange .featured-prize .featured-prize-link-wrapper,
.kodiaq .featured-prize .featured-prize-link-wrapper {
  height: auto;
  display: -webkit-flex;
  display: flex;
  -webkit-flex: 1 1 auto;
          flex: 1 1 auto;
  margin: 15px;
  text-decoration: none;
}
#homepage .featured-prize .featured-prize-link-wrapper.has-form .container,
.calendar .featured-prize .featured-prize-link-wrapper.has-form .container,
.premium-prizes .featured-prize .featured-prize-link-wrapper.has-form .container,
.exchange .featured-prize .featured-prize-link-wrapper.has-form .container,
.kodiaq .featured-prize .featured-prize-link-wrapper.has-form .container {
  padding-bottom: 100px;
}
#homepage .featured-prize .featured-prize-link-wrapper .container,
.calendar .featured-prize .featured-prize-link-wrapper .container,
.premium-prizes .featured-prize .featured-prize-link-wrapper .container,
.exchange .featured-prize .featured-prize-link-wrapper .container,
.kodiaq .featured-prize .featured-prize-link-wrapper .container {
  position: relative;
  width: 100% !important;
  display: -webkit-flex;
  display: flex;
  -webkit-flex: 1 1 auto;
          flex: 1 1 auto;
  -webkit-flex-direction: column;
          flex-direction: column;
  padding: 0;
  background-color: #fff;
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0);
  border: 1px solid #ededed;
  border-radius: 3px;
  -webkit-transition: box-shadow 0.2s ease-in-out;
  transition: box-shadow 0.2s ease-in-out;
}
#homepage .featured-prize .featured-prize-link-wrapper .container .featured-quantity,
.calendar .featured-prize .featured-prize-link-wrapper .container .featured-quantity,
.premium-prizes .featured-prize .featured-prize-link-wrapper .container .featured-quantity,
.exchange .featured-prize .featured-prize-link-wrapper .container .featured-quantity,
.kodiaq .featured-prize .featured-prize-link-wrapper .container .featured-quantity {
  position: absolute;
  top: -30px;
  left: -30px;
  width: 60px;
  height: 60px;
  display: block;
  font-size: 26px;
  font-weight: 500;
  line-height: 63px;
  color: #fff;
  background-color: #f3b22c;
  border-radius: 50%;
}
@media all and (max-width: 992px) {
  #homepage .featured-prize .featured-prize-link-wrapper .container .featured-quantity,
.calendar .featured-prize .featured-prize-link-wrapper .container .featured-quantity,
.premium-prizes .featured-prize .featured-prize-link-wrapper .container .featured-quantity,
.exchange .featured-prize .featured-prize-link-wrapper .container .featured-quantity,
.kodiaq .featured-prize .featured-prize-link-wrapper .container .featured-quantity {
    top: -20px;
    left: -20px;
    width: 40px;
    height: 40px;
    font-size: 20px;
    line-height: 42px;
  }
}
#homepage .featured-prize .featured-prize-link-wrapper .container .prize-game-time,
.calendar .featured-prize .featured-prize-link-wrapper .container .prize-game-time,
.premium-prizes .featured-prize .featured-prize-link-wrapper .container .prize-game-time,
.exchange .featured-prize .featured-prize-link-wrapper .container .prize-game-time,
.kodiaq .featured-prize .featured-prize-link-wrapper .container .prize-game-time {
  margin-left: 40px;
}
#homepage .featured-prize .featured-prize-link-wrapper .container .prize-game-time:before,
.calendar .featured-prize .featured-prize-link-wrapper .container .prize-game-time:before,
.premium-prizes .featured-prize .featured-prize-link-wrapper .container .prize-game-time:before,
.exchange .featured-prize .featured-prize-link-wrapper .container .prize-game-time:before,
.kodiaq .featured-prize .featured-prize-link-wrapper .container .prize-game-time:before {
  left: -40px;
}
@media all and (max-width: 992px) {
  #homepage .featured-prize .featured-prize-link-wrapper .container .prize-game-time:before,
.calendar .featured-prize .featured-prize-link-wrapper .container .prize-game-time:before,
.premium-prizes .featured-prize .featured-prize-link-wrapper .container .prize-game-time:before,
.exchange .featured-prize .featured-prize-link-wrapper .container .prize-game-time:before,
.kodiaq .featured-prize .featured-prize-link-wrapper .container .prize-game-time:before {
    top: -3px;
  }
}
#homepage .featured-prize .featured-prize-link-wrapper .container .prize-game-time:after,
.calendar .featured-prize .featured-prize-link-wrapper .container .prize-game-time:after,
.premium-prizes .featured-prize .featured-prize-link-wrapper .container .prize-game-time:after,
.exchange .featured-prize .featured-prize-link-wrapper .container .prize-game-time:after,
.kodiaq .featured-prize .featured-prize-link-wrapper .container .prize-game-time:after {
  left: -webkit-calc(50% - 20px);
  left: calc(50% - 20px);
}
#homepage .featured-prize .featured-prize-link-wrapper .container .featured-sponsor,
.calendar .featured-prize .featured-prize-link-wrapper .container .featured-sponsor,
.premium-prizes .featured-prize .featured-prize-link-wrapper .container .featured-sponsor,
.exchange .featured-prize .featured-prize-link-wrapper .container .featured-sponsor,
.kodiaq .featured-prize .featured-prize-link-wrapper .container .featured-sponsor {
  position: relative;
  height: 75px;
  margin-top: 5px;
  margin-bottom: 5px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
#homepage .featured-prize .featured-prize-link-wrapper .container .featured-sponsor img,
.calendar .featured-prize .featured-prize-link-wrapper .container .featured-sponsor img,
.premium-prizes .featured-prize .featured-prize-link-wrapper .container .featured-sponsor img,
.exchange .featured-prize .featured-prize-link-wrapper .container .featured-sponsor img,
.kodiaq .featured-prize .featured-prize-link-wrapper .container .featured-sponsor img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
#homepage .featured-prize .featured-prize-link-wrapper .container .prize-bottom-wrapper,
.calendar .featured-prize .featured-prize-link-wrapper .container .prize-bottom-wrapper,
.premium-prizes .featured-prize .featured-prize-link-wrapper .container .prize-bottom-wrapper,
.exchange .featured-prize .featured-prize-link-wrapper .container .prize-bottom-wrapper,
.kodiaq .featured-prize .featured-prize-link-wrapper .container .prize-bottom-wrapper {
  position: relative;
  margin: -5px 0 15px;
  padding: 0 10px;
}
#homepage .featured-prize .featured-prize-link-wrapper .container .prize-bottom-wrapper p,
.calendar .featured-prize .featured-prize-link-wrapper .container .prize-bottom-wrapper p,
.premium-prizes .featured-prize .featured-prize-link-wrapper .container .prize-bottom-wrapper p,
.exchange .featured-prize .featured-prize-link-wrapper .container .prize-bottom-wrapper p,
.kodiaq .featured-prize .featured-prize-link-wrapper .container .prize-bottom-wrapper p {
  font-size: 15px;
}
#homepage .featured-prize .featured-prize-link-wrapper .container .prize-bottom-wrapper p + span,
.calendar .featured-prize .featured-prize-link-wrapper .container .prize-bottom-wrapper p + span,
.premium-prizes .featured-prize .featured-prize-link-wrapper .container .prize-bottom-wrapper p + span,
.exchange .featured-prize .featured-prize-link-wrapper .container .prize-bottom-wrapper p + span,
.kodiaq .featured-prize .featured-prize-link-wrapper .container .prize-bottom-wrapper p + span {
  margin-top: 26px;
}
#homepage .featured-prize .featured-prize-link-wrapper .container .prize-bottom-wrapper span,
.calendar .featured-prize .featured-prize-link-wrapper .container .prize-bottom-wrapper span,
.premium-prizes .featured-prize .featured-prize-link-wrapper .container .prize-bottom-wrapper span,
.exchange .featured-prize .featured-prize-link-wrapper .container .prize-bottom-wrapper span,
.kodiaq .featured-prize .featured-prize-link-wrapper .container .prize-bottom-wrapper span {
  display: inline-block;
  margin-top: 18px;
  font-size: 15px;
}
#homepage .featured-prize .featured-prize-link-wrapper .container .prize-bottom-wrapper .prize-rondons,
.calendar .featured-prize .featured-prize-link-wrapper .container .prize-bottom-wrapper .prize-rondons,
.premium-prizes .featured-prize .featured-prize-link-wrapper .container .prize-bottom-wrapper .prize-rondons,
.exchange .featured-prize .featured-prize-link-wrapper .container .prize-bottom-wrapper .prize-rondons,
.kodiaq .featured-prize .featured-prize-link-wrapper .container .prize-bottom-wrapper .prize-rondons {
  position: relative;
  margin: 0;
  padding-right: 37px;
  font-size: 22px;
  font-weight: 500;
  line-height: 1.3636363636;
  color: #414141;
}
#homepage .featured-prize .featured-prize-link-wrapper .container .prize-bottom-wrapper .prize-rondons:after,
.calendar .featured-prize .featured-prize-link-wrapper .container .prize-bottom-wrapper .prize-rondons:after,
.premium-prizes .featured-prize .featured-prize-link-wrapper .container .prize-bottom-wrapper .prize-rondons:after,
.exchange .featured-prize .featured-prize-link-wrapper .container .prize-bottom-wrapper .prize-rondons:after,
.kodiaq .featured-prize .featured-prize-link-wrapper .container .prize-bottom-wrapper .prize-rondons:after {
  position: absolute;
  top: 0;
  right: 0;
  width: 30px;
  height: 30px;
  content: "";
  display: block;
  background: transparent url("/assets/img/ico-R-22px.svg") no-repeat center;
  background-size: cover;
}
#homepage .featured-prize .notification,
.calendar .featured-prize .notification,
.premium-prizes .featured-prize .notification,
.exchange .featured-prize .notification,
.kodiaq .featured-prize .notification {
  cursor: pointer;
  position: absolute;
  top: 38px;
  right: 38px;
  z-index: 1;
  width: 18px;
  height: 18px;
}
#homepage .featured-prize .notification svg path,
.calendar .featured-prize .notification svg path,
.premium-prizes .featured-prize .notification svg path,
.exchange .featured-prize .notification svg path,
.kodiaq .featured-prize .notification svg path {
  -webkit-transition: fill 0.2s ease-in-out;
  transition: fill 0.2s ease-in-out;
  fill: #b7b7b7;
}
#homepage .featured-prize .notification:hover svg path,
.calendar .featured-prize .notification:hover svg path,
.premium-prizes .featured-prize .notification:hover svg path,
.exchange .featured-prize .notification:hover svg path,
.kodiaq .featured-prize .notification:hover svg path {
  fill: #98d843;
}
#homepage .featured-prize .notification:hover + .featured-prize-link-wrapper .container,
.calendar .featured-prize .notification:hover + .featured-prize-link-wrapper .container,
.premium-prizes .featured-prize .notification:hover + .featured-prize-link-wrapper .container,
.exchange .featured-prize .notification:hover + .featured-prize-link-wrapper .container,
.kodiaq .featured-prize .notification:hover + .featured-prize-link-wrapper .container {
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.08);
}
#homepage .featured-prize .notification.active svg path,
.calendar .featured-prize .notification.active svg path,
.premium-prizes .featured-prize .notification.active svg path,
.exchange .featured-prize .notification.active svg path,
.kodiaq .featured-prize .notification.active svg path {
  fill: #59a02a;
}
#homepage .featured-prize .notification.active:hover svg path,
.calendar .featured-prize .notification.active:hover svg path,
.premium-prizes .featured-prize .notification.active:hover svg path,
.exchange .featured-prize .notification.active:hover svg path,
.kodiaq .featured-prize .notification.active:hover svg path {
  fill: #98d843;
}
@media all and (max-width: 540px) {
  #homepage .featured-prize,
.calendar .featured-prize,
.premium-prizes .featured-prize,
.exchange .featured-prize,
.kodiaq .featured-prize {
    width: 100%;
  }
}
#homepage .container-big-prizes,
.calendar .container-big-prizes,
.premium-prizes .container-big-prizes,
.exchange .container-big-prizes,
.kodiaq .container-big-prizes {
  padding-right: 10px;
  padding-left: 10px;
}
@media all and (min-width: 1311px) {
  #homepage .container-big-prizes,
.calendar .container-big-prizes,
.premium-prizes .container-big-prizes,
.exchange .container-big-prizes,
.kodiaq .container-big-prizes {
    padding-right: 35px;
    padding-left: 35px;
  }
}
@media all and (max-width: 992px) {
  #homepage .container-big-prizes,
.calendar .container-big-prizes,
.premium-prizes .container-big-prizes,
.exchange .container-big-prizes,
.kodiaq .container-big-prizes {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
            justify-content: space-between;
    margin-right: 0;
    margin-left: 0;
    list-style: none;
  }
}
#homepage .container-big-prizes .featured-prize,
.calendar .container-big-prizes .featured-prize,
.premium-prizes .container-big-prizes .featured-prize,
.exchange .container-big-prizes .featured-prize,
.kodiaq .container-big-prizes .featured-prize {
  border: 0;
}
#homepage .container-big-prizes .featured-prize .featured-prize-link-wrapper,
.calendar .container-big-prizes .featured-prize .featured-prize-link-wrapper,
.premium-prizes .container-big-prizes .featured-prize .featured-prize-link-wrapper,
.exchange .container-big-prizes .featured-prize .featured-prize-link-wrapper,
.kodiaq .container-big-prizes .featured-prize .featured-prize-link-wrapper {
  margin-right: 25px;
  margin-left: 25px;
}
@media all and (min-width: 992px) {
  #homepage .container-big-prizes .featured-prize .featured-prize-link-wrapper,
.calendar .container-big-prizes .featured-prize .featured-prize-link-wrapper,
.premium-prizes .container-big-prizes .featured-prize .featured-prize-link-wrapper,
.exchange .container-big-prizes .featured-prize .featured-prize-link-wrapper,
.kodiaq .container-big-prizes .featured-prize .featured-prize-link-wrapper {
    margin-bottom: 40px;
  }
}
@media all and (max-width: 992px) {
  #homepage .container-big-prizes .featured-prize .featured-prize-link-wrapper,
.calendar .container-big-prizes .featured-prize .featured-prize-link-wrapper,
.premium-prizes .container-big-prizes .featured-prize .featured-prize-link-wrapper,
.exchange .container-big-prizes .featured-prize .featured-prize-link-wrapper,
.kodiaq .container-big-prizes .featured-prize .featured-prize-link-wrapper {
    margin-right: 15px;
    margin-left: 15px;
  }
}
#homepage .container-big-prizes .featured-prize .featured-prize-link-wrapper .prize-bottom-wrapper span,
.calendar .container-big-prizes .featured-prize .featured-prize-link-wrapper .prize-bottom-wrapper span,
.premium-prizes .container-big-prizes .featured-prize .featured-prize-link-wrapper .prize-bottom-wrapper span,
.exchange .container-big-prizes .featured-prize .featured-prize-link-wrapper .prize-bottom-wrapper span,
.kodiaq .container-big-prizes .featured-prize .featured-prize-link-wrapper .prize-bottom-wrapper span {
  font-size: 18px;
}
@media all and (max-width: 992px) {
  #homepage .container-big-prizes .featured-prize .featured-prize-link-wrapper .prize-bottom-wrapper span,
.calendar .container-big-prizes .featured-prize .featured-prize-link-wrapper .prize-bottom-wrapper span,
.premium-prizes .container-big-prizes .featured-prize .featured-prize-link-wrapper .prize-bottom-wrapper span,
.exchange .container-big-prizes .featured-prize .featured-prize-link-wrapper .prize-bottom-wrapper span,
.kodiaq .container-big-prizes .featured-prize .featured-prize-link-wrapper .prize-bottom-wrapper span {
    font-size: 16px;
  }
}
#homepage .container-big-prizes .featured-prize .featured-prize-link-wrapper .prize-bottom-wrapper p + span,
.calendar .container-big-prizes .featured-prize .featured-prize-link-wrapper .prize-bottom-wrapper p + span,
.premium-prizes .container-big-prizes .featured-prize .featured-prize-link-wrapper .prize-bottom-wrapper p + span,
.exchange .container-big-prizes .featured-prize .featured-prize-link-wrapper .prize-bottom-wrapper p + span,
.kodiaq .container-big-prizes .featured-prize .featured-prize-link-wrapper .prize-bottom-wrapper p + span {
  margin-top: 22px;
}
@media all and (max-width: 992px) {
  #homepage .container-big-prizes .featured-prize .featured-prize-link-wrapper .prize-bottom-wrapper p + span,
.calendar .container-big-prizes .featured-prize .featured-prize-link-wrapper .prize-bottom-wrapper p + span,
.premium-prizes .container-big-prizes .featured-prize .featured-prize-link-wrapper .prize-bottom-wrapper p + span,
.exchange .container-big-prizes .featured-prize .featured-prize-link-wrapper .prize-bottom-wrapper p + span,
.kodiaq .container-big-prizes .featured-prize .featured-prize-link-wrapper .prize-bottom-wrapper p + span {
    font-size: 19px;
  }
}
#homepage .container-big-prizes .featured-prize .featured-prize-link-wrapper .prize-bottom-wrapper .prize-game-time:after,
.calendar .container-big-prizes .featured-prize .featured-prize-link-wrapper .prize-bottom-wrapper .prize-game-time:after,
.premium-prizes .container-big-prizes .featured-prize .featured-prize-link-wrapper .prize-bottom-wrapper .prize-game-time:after,
.exchange .container-big-prizes .featured-prize .featured-prize-link-wrapper .prize-bottom-wrapper .prize-game-time:after,
.kodiaq .container-big-prizes .featured-prize .featured-prize-link-wrapper .prize-bottom-wrapper .prize-game-time:after {
  top: -13px;
}
#homepage .container-big-prizes .featured-prize .notification,
.calendar .container-big-prizes .featured-prize .notification,
.premium-prizes .container-big-prizes .featured-prize .notification,
.exchange .container-big-prizes .featured-prize .notification,
.kodiaq .container-big-prizes .featured-prize .notification {
  right: 48px;
}
@media all and (max-width: 992px) {
  #homepage .container-big-prizes .featured-prize .notification,
.calendar .container-big-prizes .featured-prize .notification,
.premium-prizes .container-big-prizes .featured-prize .notification,
.exchange .container-big-prizes .featured-prize .notification,
.kodiaq .container-big-prizes .featured-prize .notification {
    right: 38px;
  }
}
#homepage .container-big-prizes .featured-prize .featured-picture,
.calendar .container-big-prizes .featured-prize .featured-picture,
.premium-prizes .container-big-prizes .featured-prize .featured-picture,
.exchange .container-big-prizes .featured-prize .featured-picture,
.kodiaq .container-big-prizes .featured-prize .featured-picture {
  margin-top: 40px;
}
#homepage .container-big-prizes .featured-prize .featured-picture img,
.calendar .container-big-prizes .featured-prize .featured-picture img,
.premium-prizes .container-big-prizes .featured-prize .featured-picture img,
.exchange .container-big-prizes .featured-prize .featured-picture img,
.kodiaq .container-big-prizes .featured-prize .featured-picture img {
  height: 100%;
  max-width: 100%;
  max-height: 100%;
}
#homepage .container-big-prizes .featured-prize:first-child .notification,
.calendar .container-big-prizes .featured-prize:first-child .notification,
.premium-prizes .container-big-prizes .featured-prize:first-child .notification,
.exchange .container-big-prizes .featured-prize:first-child .notification,
.kodiaq .container-big-prizes .featured-prize:first-child .notification {
  right: 58px;
}
@media all and (max-width: 992px) {
  #homepage .container-big-prizes .featured-prize:first-child .notification,
.calendar .container-big-prizes .featured-prize:first-child .notification,
.premium-prizes .container-big-prizes .featured-prize:first-child .notification,
.exchange .container-big-prizes .featured-prize:first-child .notification,
.kodiaq .container-big-prizes .featured-prize:first-child .notification {
    right: 38px;
  }
}
#homepage .container-big-prizes .featured-prize:first-child .featured-prize-link-wrapper,
.calendar .container-big-prizes .featured-prize:first-child .featured-prize-link-wrapper,
.premium-prizes .container-big-prizes .featured-prize:first-child .featured-prize-link-wrapper,
.exchange .container-big-prizes .featured-prize:first-child .featured-prize-link-wrapper,
.kodiaq .container-big-prizes .featured-prize:first-child .featured-prize-link-wrapper {
  margin-right: 35px;
  margin-left: 15px;
}
@media all and (max-width: 992px) {
  #homepage .container-big-prizes .featured-prize:first-child .featured-prize-link-wrapper,
.calendar .container-big-prizes .featured-prize:first-child .featured-prize-link-wrapper,
.premium-prizes .container-big-prizes .featured-prize:first-child .featured-prize-link-wrapper,
.exchange .container-big-prizes .featured-prize:first-child .featured-prize-link-wrapper,
.kodiaq .container-big-prizes .featured-prize:first-child .featured-prize-link-wrapper {
    margin-right: 15px;
  }
}
#homepage .container-big-prizes .featured-prize:nth-child(3) .notification,
.calendar .container-big-prizes .featured-prize:nth-child(3) .notification,
.premium-prizes .container-big-prizes .featured-prize:nth-child(3) .notification,
.exchange .container-big-prizes .featured-prize:nth-child(3) .notification,
.kodiaq .container-big-prizes .featured-prize:nth-child(3) .notification {
  right: 38px;
}
#homepage .container-big-prizes .featured-prize:nth-child(3) .featured-prize-link-wrapper,
.calendar .container-big-prizes .featured-prize:nth-child(3) .featured-prize-link-wrapper,
.premium-prizes .container-big-prizes .featured-prize:nth-child(3) .featured-prize-link-wrapper,
.exchange .container-big-prizes .featured-prize:nth-child(3) .featured-prize-link-wrapper,
.kodiaq .container-big-prizes .featured-prize:nth-child(3) .featured-prize-link-wrapper {
  margin-right: 15px;
  margin-left: 35px;
}
@media all and (max-width: 992px) {
  #homepage .container-big-prizes .featured-prize:nth-child(3) .featured-prize-link-wrapper,
.calendar .container-big-prizes .featured-prize:nth-child(3) .featured-prize-link-wrapper,
.premium-prizes .container-big-prizes .featured-prize:nth-child(3) .featured-prize-link-wrapper,
.exchange .container-big-prizes .featured-prize:nth-child(3) .featured-prize-link-wrapper,
.kodiaq .container-big-prizes .featured-prize:nth-child(3) .featured-prize-link-wrapper {
    margin-left: 15px;
  }
}
@media all and (min-width: 992px) {
  #homepage .container-big-prizes .featured-prize:nth-child(4),
.calendar .container-big-prizes .featured-prize:nth-child(4),
.premium-prizes .container-big-prizes .featured-prize:nth-child(4),
.exchange .container-big-prizes .featured-prize:nth-child(4),
.kodiaq .container-big-prizes .featured-prize:nth-child(4) {
    display: none !important;
  }
}
#homepage .container-daily-prizes,
.calendar .container-daily-prizes,
.premium-prizes .container-daily-prizes,
.exchange .container-daily-prizes,
.kodiaq .container-daily-prizes {
  padding-right: 10px;
  padding-left: 10px;
}
@media all and (min-width: 1311px) {
  #homepage .container-daily-prizes,
.calendar .container-daily-prizes,
.premium-prizes .container-daily-prizes,
.exchange .container-daily-prizes,
.kodiaq .container-daily-prizes {
    padding-right: 35px;
    padding-left: 35px;
  }
}
#homepage .container-daily-prizes .featured-prize .featured-prize-link-wrapper .container .featured-quantity,
.calendar .container-daily-prizes .featured-prize .featured-prize-link-wrapper .container .featured-quantity,
.premium-prizes .container-daily-prizes .featured-prize .featured-prize-link-wrapper .container .featured-quantity,
.exchange .container-daily-prizes .featured-prize .featured-prize-link-wrapper .container .featured-quantity,
.kodiaq .container-daily-prizes .featured-prize .featured-prize-link-wrapper .container .featured-quantity {
  top: -20px;
  left: -20px;
  width: 40px;
  height: 40px;
  font-size: 20px;
  line-height: 42px;
}
#homepage .container-daily-prizes .featured-prize .featured-prize-link-wrapper .container .prize-game-time,
.calendar .container-daily-prizes .featured-prize .featured-prize-link-wrapper .container .prize-game-time,
.premium-prizes .container-daily-prizes .featured-prize .featured-prize-link-wrapper .container .prize-game-time,
.exchange .container-daily-prizes .featured-prize .featured-prize-link-wrapper .container .prize-game-time,
.kodiaq .container-daily-prizes .featured-prize .featured-prize-link-wrapper .container .prize-game-time {
  margin-left: 36px;
}
#homepage .container-daily-prizes .featured-prize .featured-prize-link-wrapper .container .prize-game-time:before,
.calendar .container-daily-prizes .featured-prize .featured-prize-link-wrapper .container .prize-game-time:before,
.premium-prizes .container-daily-prizes .featured-prize .featured-prize-link-wrapper .container .prize-game-time:before,
.exchange .container-daily-prizes .featured-prize .featured-prize-link-wrapper .container .prize-game-time:before,
.kodiaq .container-daily-prizes .featured-prize .featured-prize-link-wrapper .container .prize-game-time:before {
  top: 0;
  left: -36px;
  width: 20px;
  height: 20px;
}
#homepage .container-daily-prizes .featured-prize .featured-prize-link-wrapper .container .prize-name,
.calendar .container-daily-prizes .featured-prize .featured-prize-link-wrapper .container .prize-name,
.premium-prizes .container-daily-prizes .featured-prize .featured-prize-link-wrapper .container .prize-name,
.exchange .container-daily-prizes .featured-prize .featured-prize-link-wrapper .container .prize-name,
.kodiaq .container-daily-prizes .featured-prize .featured-prize-link-wrapper .container .prize-name {
  font-size: 17px;
}
#homepage .container-daily-prizes .featured-prize .featured-picture img,
.calendar .container-daily-prizes .featured-prize .featured-picture img,
.premium-prizes .container-daily-prizes .featured-prize .featured-picture img,
.exchange .container-daily-prizes .featured-prize .featured-picture img,
.kodiaq .container-daily-prizes .featured-prize .featured-picture img {
  height: 100%;
  max-width: 100%;
  max-height: -webkit-calc(100% - 30px);
  max-height: calc(100% - 30px);
}
#homepage .container-daily-prizes .featured-prize.big-prize .featured-picture,
.calendar .container-daily-prizes .featured-prize.big-prize .featured-picture,
.premium-prizes .container-daily-prizes .featured-prize.big-prize .featured-picture,
.exchange .container-daily-prizes .featured-prize.big-prize .featured-picture,
.kodiaq .container-daily-prizes .featured-prize.big-prize .featured-picture {
  margin-top: 15px;
}
@media all and (min-width: 1311px) {
  #homepage .container-daily-prizes .featured-prize.big-prize .featured-picture,
.calendar .container-daily-prizes .featured-prize.big-prize .featured-picture,
.premium-prizes .container-daily-prizes .featured-prize.big-prize .featured-picture,
.exchange .container-daily-prizes .featured-prize.big-prize .featured-picture,
.kodiaq .container-daily-prizes .featured-prize.big-prize .featured-picture {
    margin-top: 40px;
  }
  #homepage .container-daily-prizes .featured-prize.big-prize .featured-picture img,
.calendar .container-daily-prizes .featured-prize.big-prize .featured-picture img,
.premium-prizes .container-daily-prizes .featured-prize.big-prize .featured-picture img,
.exchange .container-daily-prizes .featured-prize.big-prize .featured-picture img,
.kodiaq .container-daily-prizes .featured-prize.big-prize .featured-picture img {
    width: auto;
    height: 100%;
    max-height: 100%;
  }
}
@media all and (min-width: 1311px) {
  #homepage .container-daily-prizes .featured-prize.big-prize,
.calendar .container-daily-prizes .featured-prize.big-prize,
.premium-prizes .container-daily-prizes .featured-prize.big-prize,
.exchange .container-daily-prizes .featured-prize.big-prize,
.kodiaq .container-daily-prizes .featured-prize.big-prize {
    margin-bottom: 50px;
  }
}
@media all and (min-width: 1311px) {
  #homepage .container-daily-prizes .featured-prize.big-prize .featured-prize-link-wrapper .container .featured-quantity,
.calendar .container-daily-prizes .featured-prize.big-prize .featured-prize-link-wrapper .container .featured-quantity,
.premium-prizes .container-daily-prizes .featured-prize.big-prize .featured-prize-link-wrapper .container .featured-quantity,
.exchange .container-daily-prizes .featured-prize.big-prize .featured-prize-link-wrapper .container .featured-quantity,
.kodiaq .container-daily-prizes .featured-prize.big-prize .featured-prize-link-wrapper .container .featured-quantity {
    top: -30px;
    left: -30px;
    width: 60px;
    height: 60px;
    font-size: 26px;
    font-weight: 500;
    line-height: 63px;
  }
  #homepage .container-daily-prizes .featured-prize.big-prize .featured-prize-link-wrapper .container .prize-name,
.calendar .container-daily-prizes .featured-prize.big-prize .featured-prize-link-wrapper .container .prize-name,
.premium-prizes .container-daily-prizes .featured-prize.big-prize .featured-prize-link-wrapper .container .prize-name,
.exchange .container-daily-prizes .featured-prize.big-prize .featured-prize-link-wrapper .container .prize-name,
.kodiaq .container-daily-prizes .featured-prize.big-prize .featured-prize-link-wrapper .container .prize-name {
    font-size: 18px;
    line-height: 1.4444444444;
  }
  #homepage .container-daily-prizes .featured-prize.big-prize .featured-prize-link-wrapper .container .prize-bottom-wrapper span,
.calendar .container-daily-prizes .featured-prize.big-prize .featured-prize-link-wrapper .container .prize-bottom-wrapper span,
.premium-prizes .container-daily-prizes .featured-prize.big-prize .featured-prize-link-wrapper .container .prize-bottom-wrapper span,
.exchange .container-daily-prizes .featured-prize.big-prize .featured-prize-link-wrapper .container .prize-bottom-wrapper span,
.kodiaq .container-daily-prizes .featured-prize.big-prize .featured-prize-link-wrapper .container .prize-bottom-wrapper span {
    font-size: 18px;
  }
  #homepage .container-daily-prizes .featured-prize.big-prize .featured-prize-link-wrapper .container .prize-bottom-wrapper p + span,
.calendar .container-daily-prizes .featured-prize.big-prize .featured-prize-link-wrapper .container .prize-bottom-wrapper p + span,
.premium-prizes .container-daily-prizes .featured-prize.big-prize .featured-prize-link-wrapper .container .prize-bottom-wrapper p + span,
.exchange .container-daily-prizes .featured-prize.big-prize .featured-prize-link-wrapper .container .prize-bottom-wrapper p + span,
.kodiaq .container-daily-prizes .featured-prize.big-prize .featured-prize-link-wrapper .container .prize-bottom-wrapper p + span {
    margin-top: 22px;
  }
  #homepage .container-daily-prizes .featured-prize.big-prize .featured-prize-link-wrapper .container .prize-bottom-wrapper .prize-game-time,
.calendar .container-daily-prizes .featured-prize.big-prize .featured-prize-link-wrapper .container .prize-bottom-wrapper .prize-game-time,
.premium-prizes .container-daily-prizes .featured-prize.big-prize .featured-prize-link-wrapper .container .prize-bottom-wrapper .prize-game-time,
.exchange .container-daily-prizes .featured-prize.big-prize .featured-prize-link-wrapper .container .prize-bottom-wrapper .prize-game-time,
.kodiaq .container-daily-prizes .featured-prize.big-prize .featured-prize-link-wrapper .container .prize-bottom-wrapper .prize-game-time {
    margin-left: 40px;
  }
  #homepage .container-daily-prizes .featured-prize.big-prize .featured-prize-link-wrapper .container .prize-bottom-wrapper .prize-game-time:before,
.calendar .container-daily-prizes .featured-prize.big-prize .featured-prize-link-wrapper .container .prize-bottom-wrapper .prize-game-time:before,
.premium-prizes .container-daily-prizes .featured-prize.big-prize .featured-prize-link-wrapper .container .prize-bottom-wrapper .prize-game-time:before,
.exchange .container-daily-prizes .featured-prize.big-prize .featured-prize-link-wrapper .container .prize-bottom-wrapper .prize-game-time:before,
.kodiaq .container-daily-prizes .featured-prize.big-prize .featured-prize-link-wrapper .container .prize-bottom-wrapper .prize-game-time:before {
    left: -40px;
    width: 26px;
    height: 26px;
  }
  #homepage .container-daily-prizes .featured-prize.big-prize .featured-prize-link-wrapper .container .prize-bottom-wrapper .prize-game-time:after,
.calendar .container-daily-prizes .featured-prize.big-prize .featured-prize-link-wrapper .container .prize-bottom-wrapper .prize-game-time:after,
.premium-prizes .container-daily-prizes .featured-prize.big-prize .featured-prize-link-wrapper .container .prize-bottom-wrapper .prize-game-time:after,
.exchange .container-daily-prizes .featured-prize.big-prize .featured-prize-link-wrapper .container .prize-bottom-wrapper .prize-game-time:after,
.kodiaq .container-daily-prizes .featured-prize.big-prize .featured-prize-link-wrapper .container .prize-bottom-wrapper .prize-game-time:after {
    top: -14px;
  }
}
#homepage .container-daily-prizes .featured-prize.big-prize:first-child .notification,
.calendar .container-daily-prizes .featured-prize.big-prize:first-child .notification,
.premium-prizes .container-daily-prizes .featured-prize.big-prize:first-child .notification,
.exchange .container-daily-prizes .featured-prize.big-prize:first-child .notification,
.kodiaq .container-daily-prizes .featured-prize.big-prize:first-child .notification {
  right: 58px;
}
@media all and (max-width: 1310px) {
  #homepage .container-daily-prizes .featured-prize.big-prize:first-child .notification,
.calendar .container-daily-prizes .featured-prize.big-prize:first-child .notification,
.premium-prizes .container-daily-prizes .featured-prize.big-prize:first-child .notification,
.exchange .container-daily-prizes .featured-prize.big-prize:first-child .notification,
.kodiaq .container-daily-prizes .featured-prize.big-prize:first-child .notification {
    right: 38px;
  }
}
#homepage .container-daily-prizes .featured-prize.big-prize:first-child .featured-prize-link-wrapper,
.calendar .container-daily-prizes .featured-prize.big-prize:first-child .featured-prize-link-wrapper,
.premium-prizes .container-daily-prizes .featured-prize.big-prize:first-child .featured-prize-link-wrapper,
.exchange .container-daily-prizes .featured-prize.big-prize:first-child .featured-prize-link-wrapper,
.kodiaq .container-daily-prizes .featured-prize.big-prize:first-child .featured-prize-link-wrapper {
  margin-right: 35px;
  margin-left: 15px;
}
@media all and (max-width: 1310px) {
  #homepage .container-daily-prizes .featured-prize.big-prize:first-child .featured-prize-link-wrapper,
.calendar .container-daily-prizes .featured-prize.big-prize:first-child .featured-prize-link-wrapper,
.premium-prizes .container-daily-prizes .featured-prize.big-prize:first-child .featured-prize-link-wrapper,
.exchange .container-daily-prizes .featured-prize.big-prize:first-child .featured-prize-link-wrapper,
.kodiaq .container-daily-prizes .featured-prize.big-prize:first-child .featured-prize-link-wrapper {
    margin-right: 15px;
  }
}
@media all and (min-width: 1311px) {
  #homepage .container-daily-prizes .featured-prize.big-prize:nth-child(2) .featured-prize-link-wrapper,
.calendar .container-daily-prizes .featured-prize.big-prize:nth-child(2) .featured-prize-link-wrapper,
.premium-prizes .container-daily-prizes .featured-prize.big-prize:nth-child(2) .featured-prize-link-wrapper,
.exchange .container-daily-prizes .featured-prize.big-prize:nth-child(2) .featured-prize-link-wrapper,
.kodiaq .container-daily-prizes .featured-prize.big-prize:nth-child(2) .featured-prize-link-wrapper {
    margin-right: 25px;
    margin-left: 25px;
  }
  #homepage .container-daily-prizes .featured-prize.big-prize:nth-child(2) .notification,
.calendar .container-daily-prizes .featured-prize.big-prize:nth-child(2) .notification,
.premium-prizes .container-daily-prizes .featured-prize.big-prize:nth-child(2) .notification,
.exchange .container-daily-prizes .featured-prize.big-prize:nth-child(2) .notification,
.kodiaq .container-daily-prizes .featured-prize.big-prize:nth-child(2) .notification {
    right: 48px;
  }
}
#homepage .container-daily-prizes .featured-prize.big-prize:nth-child(3) .notification,
.calendar .container-daily-prizes .featured-prize.big-prize:nth-child(3) .notification,
.premium-prizes .container-daily-prizes .featured-prize.big-prize:nth-child(3) .notification,
.exchange .container-daily-prizes .featured-prize.big-prize:nth-child(3) .notification,
.kodiaq .container-daily-prizes .featured-prize.big-prize:nth-child(3) .notification {
  right: 38px;
}
#homepage .container-daily-prizes .featured-prize.big-prize:nth-child(3) .featured-prize-link-wrapper,
.calendar .container-daily-prizes .featured-prize.big-prize:nth-child(3) .featured-prize-link-wrapper,
.premium-prizes .container-daily-prizes .featured-prize.big-prize:nth-child(3) .featured-prize-link-wrapper,
.exchange .container-daily-prizes .featured-prize.big-prize:nth-child(3) .featured-prize-link-wrapper,
.kodiaq .container-daily-prizes .featured-prize.big-prize:nth-child(3) .featured-prize-link-wrapper {
  margin-right: 15px;
  margin-left: 35px;
}
@media all and (max-width: 1310px) {
  #homepage .container-daily-prizes .featured-prize.big-prize:nth-child(3) .featured-prize-link-wrapper,
.calendar .container-daily-prizes .featured-prize.big-prize:nth-child(3) .featured-prize-link-wrapper,
.premium-prizes .container-daily-prizes .featured-prize.big-prize:nth-child(3) .featured-prize-link-wrapper,
.exchange .container-daily-prizes .featured-prize.big-prize:nth-child(3) .featured-prize-link-wrapper,
.kodiaq .container-daily-prizes .featured-prize.big-prize:nth-child(3) .featured-prize-link-wrapper {
    margin-left: 15px;
  }
}

.exchange .featured-prize .featured-prize-link-wrapper .container .featured-picture {
  height: 150px;
  margin-top: 0;
  line-height: 150px !important;
}

.prize-game-time {
  position: relative;
  overflow: initial !important;
  color: #f3b22c;
}
.prize-game-time:before {
  position: absolute;
  width: 26px;
  height: 26px;
  content: "";
  display: block;
  background: url("/assets/img/icon-time.svg") no-repeat center;
  background-size: contain;
}
.prize-game-time:after {
  position: absolute;
  top: -16px;
  left: -webkit-calc(50% - 18px);
  left: calc(50% - 18px);
  width: 20px;
  height: 1px;
  content: "";
  display: block;
  background-color: #ededed;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}
.prize-game-time.interval:before {
  background-image: url("/assets/img/icon-interval.svg");
}
.prize-game-time.calendar:before, .prize-game-time.premium-prizes:before {
  background-image: url("/assets/img/icon-calendar.svg");
}

.exchange .featured-prize p.prize-name {
  margin-bottom: 68px;
}
.exchange .featured-prize .featured-prize-link-wrapper .container .prize-bottom-wrapper {
  bottom: 60px;
}
.exchange .featured-prize .featured-prize-link-wrapper .container .prize-bottom-wrapper p {
  margin-bottom: 8px;
}
.exchange .featured-prize a.btn, .exchange .featured-prize span.btn {
  position: absolute;
  bottom: 36px;
  left: 50%;
  width: auto;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}
.exchange .featured-prize form.bottom {
  position: absolute;
  bottom: 46px;
  left: 50%;
  width: 100%;
  max-width: -webkit-calc(100% - 30px);
  max-width: calc(100% - 30px);
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}
.exchange .featured-prize form.bottom .inp-select-wrapper {
  text-align: left;
}
.exchange .featured-prize form.bottom .inp-select-wrapper .inp-select-title {
  font-size: 14px;
  font-weight: 400;
}
.exchange .featured-prize form.bottom .inp-select-wrapper .inp-select-title ~ .carret {
  padding-top: 27px;
}

.container.prizes {
  width: 100%;
}
@media all and (max-width: 1310px) {
  .container.prizes {
    padding-right: 0;
    padding-left: 0;
  }
}

.top-prize {
  position: relative;
  display: -webkit-flex;
  display: flex;
  padding-right: 10px;
  padding-left: 10px;
}
@media all and (max-width: 992px) {
  .top-prize {
    -webkit-flex-direction: column;
            flex-direction: column;
  }
}
@media all and (min-width: 1311px) {
  .top-prize {
    padding-right: 50px;
    padding-left: 50px;
  }
}
@media all and (max-width: 767px) {
  .top-prize [class^=label-] {
    position: absolute;
    top: 20px;
    right: 15px;
  }
}
.top-prize [class^=label-] + .top-prize-header {
  margin-top: 50px;
}
.top-prize [class^=col-] {
  position: static;
}
.top-prize .top-prize-description {
  margin-top: 27px;
}
@media all and (max-width: 767px) {
  .top-prize .top-prize-description {
    text-align: center;
  }
}
.top-prize .top-prize-image {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
          flex-direction: column;
  -webkit-justify-content: center;
          justify-content: center;
  -webkit-align-items: center;
          align-items: center;
}
.top-prize .top-prize-image picture {
  max-width: 100%;
  -webkit-flex: 0 0 auto;
          flex: 0 0 auto;
}
.top-prize .top-prize-image img {
  width: 440px;
  max-width: 100%;
}
.top-prize .top-prize-header {
  font-size: 32px;
  font-weight: 500;
  line-height: 1.1;
  letter-spacing: -0.036875em;
  color: #373b43;
}
@media all and (max-width: 767px) {
  .top-prize .top-prize-header {
    font-size: 20px;
  }
}
.top-prize .top-prize-header.main {
  font-size: 74px;
  font-weight: 700;
  letter-spacing: -0.025em;
}
@media all and (max-width: 767px) {
  .top-prize .top-prize-header.main {
    font-size: 54px;
  }
}
.top-prize .top-prize-header .small {
  font-size: 32px;
  letter-spacing: -0.005625em;
}
@media all and (max-width: 767px) {
  .top-prize .top-prize-header .small {
    font-size: 18px;
  }
}
.top-prize .top-prize-text {
  font-size: 13px;
  font-weight: 400;
  line-height: 1.3846153846;
  color: #555c6d;
}
.top-prize .top-prize-text:first-of-type {
  margin-top: 10px;
}
.top-prize .top-prize-text:last-of-type {
  margin-bottom: 32px;
}
.top-prize .top-prize-partner-logo {
  margin: 36px 0 50px;
}
@media all and (min-width: 767px) and (max-width: 992px) {
  .top-prize .top-prize-partner-logo {
    float: right;
    margin-top: 22px;
  }
}

.top-prize-title {
  padding: 0 15px 0 65px;
}
@media all and (max-width: 1309px) {
  .top-prize-title {
    padding-left: 40px;
  }
}
@media all and (min-width: 767.001px) {
  .top-prize-title {
    text-align: left !important;
  }
}
@media all and (max-width: 767px) {
  .top-prize-title {
    padding-left: 15px;
  }
}

.pick-prize .container-flex.post-tutorial .container-daily-prizes {
  padding-right: 15px;
  padding-left: 15px;
}
@media all and (max-width: 767px) {
  .pick-prize .container-flex.post-tutorial .featured-prize .featured-prize-link-wrapper .prize-bottom-wrapper {
    margin-top: 10px !important;
    padding: 0;
  }
}

#coming-soon {
  height: 11.1111111111%;
  min-height: 100%;
  min-height: 100vh;
  text-shadow: 0 0 1px rgba(255, 255, 255, 0.3);
  background-image: url("/assets/img/blur-full.jpg");
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-color: #fff;
}
#coming-soon .logo {
  height: 120px;
  height: 15vh;
  min-width: 120px;
  min-height: 120px;
  margin: 50px 0 0;
  margin: 5vh 0 3vh;
}
@media all and (min-width: 1600px) {
  #coming-soon .logo {
    margin: 7vh 0 4vh;
  }
}
#coming-soon h1 {
  margin-bottom: 2vh;
  font-weight: 200;
}
@media all and (max-width: 1310px) {
  #coming-soon h1 {
    margin-bottom: 1vh;
    font-size: 21px;
  }
}
#coming-soon h1 + p {
  font-size: 21px;
  font-weight: 300;
  line-height: 1.5238095238;
}
@media all and (max-width: 1310px) {
  #coming-soon h1 + p {
    font-size: 15px;
    line-height: 1.4666666667;
  }
}
#coming-soon .timer-row {
  margin: 5vh -15px;
}
@media all and (min-width: 1600px) {
  #coming-soon .timer-row {
    margin: 6vh -15px;
  }
}
@media all and (max-width: 1310px) {
  #coming-soon .timer-row {
    margin: 4vh -15px;
  }
}
#coming-soon .timer {
  margin: 0;
  font-size: 52px;
  line-height: 1;
}
@media all and (max-width: 480px) {
  #coming-soon .timer {
    font-size: 19px;
  }
}
#coming-soon .timer-legend {
  font-size: 15px;
}
#coming-soon .input-group {
  margin-bottom: 6vh;
}
@media all and (min-width: 1310px) {
  #coming-soon .input-group {
    margin-bottom: 0;
  }
}
#coming-soon .input-group .form-control,
#coming-soon .input-group .btn {
  height: 50px;
  padding: 0 29px;
  line-height: 50px;
}
@media all and (max-width: 1310px) {
  #coming-soon .input-group .form-control,
#coming-soon .input-group .btn {
    height: 40px;
    padding: 0 33px;
    font-size: 14px;
    line-height: 40px;
  }
}
#coming-soon .input-group .form-control {
  padding: 0 8px;
  font-weight: 300;
}
@media all and (min-width: 1600px) {
  #coming-soon .container-facebook {
    position: absolute;
    bottom: 1vh;
    left: 50%;
  }
  #coming-soon .container-facebook > div {
    position: relative;
    left: -50%;
  }
}
@media all and (max-width: 1599px) {
  #coming-soon .container-facebook {
    margin-top: 5vh;
  }
}
@media all and (max-height: 750px) {
  #coming-soon .container-facebook {
    position: static;
    left: 0;
    float: none;
    margin: 2em auto 0;
  }
  #coming-soon .container-facebook > div {
    left: 0;
  }
}
#coming-soon .container-facebook .facebook {
  margin-bottom: 4vh;
}

.old-browsers .logo-unsupported {
  width: auto;
  height: auto;
  margin-top: 50px;
}
.old-browsers ul,
.old-browsers li {
  font-size: 15px;
  font-weight: 300;
  line-height: 1.4666666667;
  text-align: left;
}
.old-browsers ul {
  margin-bottom: 0;
}
.old-browsers h1 {
  margin: 30px auto 20px;
  font-size: 36px;
}
.old-browsers .btn-lg, .old-browsers .btn-group-lg > .btn {
  height: 56px;
  font-size: 21px;
  line-height: 56px;
}
@media all and (min-width: 767px) {
  .old-browsers .col-sm-6.ul-to-right ul {
    float: right;
  }
}
@media all and (max-width: 767px) {
  .old-browsers .navbar.navbar-default {
    height: auto;
    padding-right: 20px;
    padding-left: 20px !important;
  }
  .old-browsers .navbar-collapse {
    float: none;
    padding-bottom: 10px;
    border: 0;
    clear: both;
  }
  .old-browsers .navbar-collapse li {
    float: left;
  }
  .old-browsers .navbar-collapse li a {
    height: 40px;
    line-height: 40px;
  }
}
.old-browsers .row {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
          justify-content: center;
}
@media all and (max-width: 767px) {
  .old-browsers .row {
    -webkit-flex-direction: column;
            flex-direction: column;
  }
}
.old-browsers .col-sm-5 {
  float: left;
  padding-right: 0;
  padding-left: 0;
  margin: 0;
}
@media all and (min-width: 0\0 ) {
  .old-browsers .col-sm-5 {
    width: 41.66%;
  }
}
.old-browsers .col-sm-offset-1 {
  margin-left: 0;
}
.old-browsers .navbar-default .collapse.navbar-collapse {
  float: left;
  display: block !important;
}
.old-browsers .navbar-default .collapse.navbar-collapse .nav.navbar-nav {
  margin-top: 0;
}
.old-browsers .navbar-default .collapse.navbar-collapse li {
  float: left;
  margin-left: 0;
}
.old-browsers .navbar-default .collapse.navbar-collapse li a {
  float: left;
  padding-right: 15px;
  padding-left: 15px;
}
.old-browsers .navbar-brand {
  margin-bottom: 15px;
}

/*
	RONDO dialog used as first step of post tutorial
 */
.rondo-dialog {
  opacity: 0;
  position: relative;
  width: -webkit-calc(100% - 30px);
  width: calc(100% - 30px);
  max-width: 972px;
  display: table;
  overflow: hidden;
  margin: 150px auto 15px;
  padding: 0;
  background: #f2520c url("/assets/img/eshop-dialog/bg-avensis.png") no-repeat right;
  background-size: contain;
  box-shadow: 0 23px 33px rgba(0, 0, 0, 0.19), 0 29px 29px rgba(0, 0, 0, 0.23), 0 -10px 19px rgba(0, 0, 0, 0.2);
  outline: 13px solid #fff;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  -webkit-transform: scale(0.8);
          transform: scale(0.8);
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
}
@media all and (max-width: 767px) {
  .rondo-dialog {
    margin-top: 90px;
  }
}
.rondo-dialog.reveal-effect {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
}
.rondo-dialog-wrap {
  padding: 28px 28px 0;
}
.rondo-dialog h1 {
  margin: 0 0 31px;
  font-size: 48px;
  font-weight: 400;
  line-height: 1.1;
  text-align: inherit;
  color: #fff;
}
.rondo-dialog h2 {
  margin: 8px 0 18px;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.4;
  color: #fff;
}
.rondo-dialog p {
  max-width: 424px;
  margin: 16px 0;
  font-size: 20px;
  line-height: 1.2;
  color: #fff;
}
.rondo-dialog p + p {
  margin-top: 32px;
}
.rondo-dialog p.small {
  max-width: 530px;
  font-size: 13px;
  font-weight: 300;
}
.rondo-dialog p.strong {
  max-width: 424px;
  margin: 30px 0;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
}
.rondo-dialog p.rondo-account {
  max-width: 424px;
  font-size: 40px;
  text-align: center;
}
.rondo-dialog p a {
  text-decoration: underline;
  color: #fff;
}
.rondo-dialog p a:hover {
  text-decoration: none;
}
.rondo-dialog #wincode p {
  margin: 0;
  font-family: "Courier New", Courier, "Lucida Sans Typewriter", "Lucida Typewriter", monospace;
  font-size: 36px;
  font-weight: 700;
  line-height: 60px;
  text-align: center;
  color: black;
  -webkit-user-select: initial;
     -moz-user-select: initial;
      -ms-user-select: initial;
          user-select: initial;
}
.rondo-dialog .rondo-dialog-logo {
  position: relative;
  width: -webkit-calc(100% + 28px);
  width: calc(100% + 28px);
  height: 42px;
  -webkit-transform: translate(0, 1px);
          transform: translate(0, 1px);
}
.rondo-dialog .rondo-dialog-logo span {
  cursor: default;
  position: absolute;
  right: 135px;
  bottom: 5px;
  display: inline-block;
  margin: 0;
  font-size: 16px;
  font-weight: 200;
  line-height: 1.2;
  color: #fff;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-transform: translate(-30px, -10px);
          transform: translate(-30px, -10px);
}
.rondo-dialog .rondo-dialog-logo .logo-corner {
  position: absolute;
  right: 0;
  bottom: 0;
}
.rondo-dialog .rondo-dialog-logo .logo-wrapper {
  position: absolute;
  right: 0;
  bottom: 0;
  display: inline-block;
  padding-top: 13px;
  padding-right: 5px;
  background: #fff;
}

.rondo-dialog .btn {
  width: 100%;
  max-width: 280px;
  display: block;
  margin: 11px 72px;
  font-size: 20px;
  border: none;
  border-radius: 3px;
  outline: none;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.rondo-dialog .btn:first-of-type {
  margin-top: 59px;
}
.rondo-dialog .btn.green {
  height: 56px;
  line-height: 56px;
  color: #fff;
  background-color: #65a325;
}
.rondo-dialog .btn.green:hover {
  background-color: #4f8816;
}
.rondo-dialog .btn.green:active {
  background-color: #6aa145;
}
.rondo-dialog .btn.gray {
  height: 40px;
  font-size: 16px;
  line-height: 40px;
  color: #000;
  background-color: #cdcdcd;
}
.rondo-dialog .btn.gray:hover {
  background-color: #bababa;
}
.rondo-dialog .btn.link {
  height: 40px;
  line-height: 40px;
  text-decoration: underline;
  color: #fff;
}

.rondo-popup-form {
  width: 100%;
  max-width: 600px;
  margin-bottom: 24px;
  text-align: left;
}
.rondo-popup-form .rondo-form-input:last-child {
  margin-top: 16px;
}
.rondo-popup-form .rondo-form-input + .rondo-form-input {
  margin-top: 8px;
}
.rondo-popup-form label {
  width: 66px;
  height: 44px;
  display: inline-block;
  padding-right: 6px;
  font-size: 14px;
  line-height: 44px;
  text-align: right;
  color: #fff;
}
.rondo-popup-form label a {
  text-decoration: underline;
  color: inherit;
}
.rondo-popup-form label a:hover {
  text-decoration: none;
}
.rondo-popup-form input {
  height: 40px;
  padding: 0 6px;
  font-size: 22px;
  line-height: 40px;
  background-color: #e7e7e7;
  border: 2px solid #fff;
}
.rondo-popup-form input[type=email] {
  width: 100%;
  max-width: 440px;
  display: block;
  margin-left: 72px;
}
.rondo-popup-form input[type=email].inline {
  display: inline-block;
  margin-left: 0;
}
.rondo-popup-form input[type=tel] {
  width: 100%;
  max-width: 440px;
  display: inline-block;
}
.rondo-popup-form input[type=text] {
  width: 174px;
}
.rondo-popup-form input[type=checkbox] {
  visibility: hidden;
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  margin: -1px;
  padding: 0;
  border: 0;
  clip: rect(0 0 0 0);
}
.rondo-popup-form input[type=checkbox]:checked + label:before {
  background: #e7e7e7 url("/assets/img/eshop-dialog/checkbox.png") no-repeat center;
  background-size: contain;
}
.rondo-popup-form input[type=checkbox] + label {
  cursor: pointer;
  position: relative;
  width: auto;
  height: 25px;
  margin-left: 103px;
  line-height: 25px;
}
.rondo-popup-form input[type=checkbox] + label:before {
  position: absolute;
  left: -31px;
  width: 25px;
  height: 25px;
  content: "";
  display: block;
  background-color: #e7e7e7;
}

#rondoMailConfirmation {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: none;
  background-color: rgba(0, 0, 0, 0.3);
}
#rondoMailConfirmation.active {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
          flex-direction: column;
  -webkit-justify-content: center;
          justify-content: center;
  -webkit-align-items: center;
          align-items: center;
}
#rondoMailConfirmation .rondo-confirmation-wrapper {
  display: inline-block;
  padding: 10px;
  background-color: #fff;
}
#rondoMailConfirmation .rondo-confirmation-wrapper p {
  text-align: center;
  color: #414141;
}

@media all and (max-width: 970px) {
  .rondo-dialog {
    text-align: center;
    background: #f2520c no-repeat right;
  }

  .rondo-dialog .btn, .rondo-dialog #scratchcard {
    margin-right: auto;
    margin-left: auto;
  }

  .rondo-dialog p {
    max-width: none;
  }

  .rondo-dialog p.strong,
.rondo-dialog p.rondo-account {
    max-width: inherit;
    overflow-wrap: break-word;
    word-wrap: break-word;
    word-break: break-word;
  }

  .rondo-popup-form {
    margin-right: auto;
    margin-left: auto;
  }
}
@media all and (max-width: 640px) {
  .rondo-dialog {
    width: -webkit-calc(100% - 10px);
    width: calc(100% - 10px);
    outline: 5px solid #fff;
    -webkit-transition: none;
    transition: none;
  }
  .rondo-dialog .rondo-dialog-close {
    top: -5px;
    right: -5px;
  }
  .rondo-dialog .rondo-dialog-logo {
    width: -webkit-calc(100% + 10px);
    width: calc(100% + 10px);
  }
  .rondo-dialog h1 {
    margin-top: 10px;
    padding-right: 30px;
    padding-left: 30px;
    font-size: 36px;
    -moz-box-sizing: border-box;
         box-sizing: border-box;
  }
  .rondo-dialog h2 {
    font-size: 18px;
    -moz-box-sizing: border-box;
         box-sizing: border-box;
  }
  .rondo-dialog p {
    font-size: 18px;
    -moz-box-sizing: border-box;
         box-sizing: border-box;
  }
  .rondo-dialog p.rondo-account {
    font-size: 26px;
  }
  .rondo-dialog .btn {
    font-size: 16px;
  }
  .rondo-dialog .btn.green {
    height: 48px;
    line-height: 48px;
  }
  .rondo-dialog .btn.gray {
    height: 36px;
    font-size: 13px;
    line-height: 36px;
  }

  .rondo-dialog-wrap {
    padding: 10px 10px 0;
  }

  .rondo-popup-form input, .rondo-popup-form label,
.rondo-popup-form input[type=text],
.rondo-popup-form input[type=email],
.rondo-popup-form input[type=tel] {
    width: -webkit-calc(100% - 20px);
    width: calc(100% - 20px);
    max-width: inherit;
    margin-left: 0;
    text-align: left;
  }

  .rondo-popup-form input[type=checkbox] + label {
    margin-left: 31px;
  }
}
@media all and (max-width: 480px) {
  .rondo-dialog h1 {
    margin-bottom: 5px;
    font-size: 28px;
  }
  .rondo-dialog h2 {
    margin-bottom: 9px;
    font-size: 16px;
  }
  .rondo-dialog p {
    margin: 8px 0;
    font-size: 16px;
  }
  .rondo-dialog p + p {
    margin-top: 16px;
  }
  .rondo-dialog p.rondo-account {
    font-size: 22px;
  }
  .rondo-dialog .btn {
    margin-top: 5px;
    margin-bottom: 5px;
    font-size: 16px;
  }
}
@media all and (max-height: 900px) {
  .error-page h1 {
    margin-top: 0;
  }
}
.error-page h2 {
  font-size: 28px;
}
.error-page .btn {
  margin: 20px 0;
}
.error-page .navbar-brand {
  height: auto;
  float: none;
  display: inline-block;
  margin-bottom: 35px;
}
@media all and (max-height: 900px) {
  .error-page .navbar-brand {
    margin-bottom: 20px;
  }
}
.error-page .navbar-brand img {
  height: 35px;
}

.container-codes-stats {
  position: relative;
  width: 100%;
  display: block;
  margin-bottom: 60px;
  padding: 25px 0;
  border: 1px solid #d7d7d7;
}
@media all and (max-width: 540px), all and (min-width: 767px) and (max-width: 1190px) {
  .container-codes-stats {
    padding: 15px 0;
  }
}
.container-codes-stats.disabled {
  opacity: 0.8;
}
.container-codes-stats.expiration {
  margin-bottom: 20px;
}
.container-codes-stats p {
  margin: 0;
}
.container-codes-stats p .btn {
  margin-top: 5px;
}
.container-codes-stats .amount,
.container-codes-stats .title {
  font-size: 18px;
}
.container-codes-stats .has-tooltip {
  display: inline;
  line-height: 1.2;
}
.container-codes-stats .container-codes__icon {
  position: relative;
  left: 50%;
  width: auto;
  max-width: 100%;
  padding-right: 15px;
  padding-left: 140px;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}
@media all and (max-width: 540px), all and (min-width: 767px) and (max-width: 1190px) {
  .container-codes-stats .container-codes__icon {
    padding-left: 70px;
  }
}
.container-codes-stats .container-codes__icon:before {
  position: absolute;
  top: 50%;
  width: 87px;
  height: 80px;
  content: "";
  display: block;
  -webkit-transform: translate(-104px, -50%);
          transform: translate(-104px, -50%);
}
@media all and (max-width: 540px), all and (min-width: 767px) and (max-width: 1190px) {
  .container-codes-stats .container-codes__icon:before {
    -webkit-transform: translate(-81px, -50%);
            transform: translate(-81px, -50%);
  }
}
.container-codes-stats .facebook-connect .btn-facebook {
  position: relative;
  background-color: #3b5998;
}
.container-codes-stats .facebook-connect .btn-facebook:hover {
  color: white;
  background-color: #627aac;
  border-color: #627aac;
}
.container-codes-stats .facebook-connect:before {
  top: 36%;
  background: url("/assets/img/facebook-blue.svg") no-repeat center;
  background-size: 70px;
}
@media all and (max-width: 540px), all and (min-width: 767px) and (max-width: 1190px) {
  .container-codes-stats .facebook-connect:before {
    background-size: 50px;
  }
}
.container-codes-stats .puzzle-blue:before {
  background: url("/assets/img/puzzle-blue.svg") no-repeat center;
  background-size: 76px;
}
@media all and (max-width: 540px), all and (min-width: 767px) and (max-width: 1190px) {
  .container-codes-stats .puzzle-blue:before {
    background-size: 42px;
  }
}
.container-codes-stats .phone:before {
  background: url("/assets/img/phone2.png") no-repeat center;
  background-size: 90px;
}
@media all and (max-width: 540px), all and (min-width: 767px) and (max-width: 1190px) {
  .container-codes-stats .phone:before {
    background-size: 65px;
  }
}
.container-codes-stats .wallet-connect:before {
  background: url("/assets/img/penezenka.png") no-repeat center;
  background-size: 95px;
}
@media all and (max-width: 540px), all and (min-width: 767px) and (max-width: 1190px) {
  .container-codes-stats .wallet-connect:before {
    background-size: 50px;
  }
}
.container-codes-stats .balance {
  position: relative;
  width: auto;
  max-width: -webkit-calc(100% - 10px);
  max-width: calc(100% - 10px);
  padding-left: 140px;
}
@media all and (max-width: 540px), all and (min-width: 767px) and (max-width: 1190px) {
  .container-codes-stats .balance {
    padding-left: 70px;
  }
}
.container-codes-stats .balance:before, .container-codes-stats .balance:after {
  position: absolute;
  top: 50%;
  display: block;
}
.container-codes-stats .balance:before {
  width: 90px;
  height: 90px;
  margin-left: -5px;
  content: "";
  background: url("/assets/img/rondony.png") no-repeat center;
  background-size: contain;
  -webkit-transform: translate(-104px, -50%);
          transform: translate(-104px, -50%);
}
@media all and (max-width: 540px), all and (min-width: 767px) and (max-width: 1190px) {
  .container-codes-stats .balance:before {
    width: 50px;
    -webkit-transform: translate(-59px, -50%);
            transform: translate(-59px, -50%);
  }
}
.container-codes-stats .balance.disabled:before {
  -webkit-animation: grayscale 2s ease-in-out;
          animation: grayscale 2s ease-in-out;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .container-codes-stats .balance.disabled:before {
    background: url("/assets/img/rondo-coins-pile-disabled-ie.png") no-repeat center;
    background-size: contain;
  }
}
.container-codes-stats .balance.disabled:after {
  opacity: 0;
  width: 60px;
  height: 60px;
  content: "";
  background: transparent url("/assets/img/icon-disabled.svg") no-repeat center;
  background-size: contain;
  -webkit-animation: disabled-zoom-in 0.3s ease-in-out;
          animation: disabled-zoom-in 0.3s ease-in-out;
  -webkit-animation-delay: 1.7s;
          animation-delay: 1.7s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-transform: translate(-93px, -50%);
          transform: translate(-93px, -50%);
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .container-codes-stats .balance.disabled:after {
    top: 0;
  }
}
@supports (-ms-ime-align: auto) {
  .container-codes-stats .balance.disabled:after {
    top: 0;
  }
}
@media all and (max-width: 540px), all and (min-width: 767px) and (max-width: 1190px) {
  .container-codes-stats .balance.disabled:after {
    left: 108px;
    width: 40px;
  }
}
.container-codes-stats .balance.disabled .amount {
  color: #999;
}
.container-codes-stats .balance .activity {
  color: #999;
}
.container-codes-stats .profile-vault-box {
  position: relative;
  width: auto;
  max-width: -webkit-calc(100% - 10px);
  max-width: calc(100% - 10px);
  padding-left: 140px;
}
@media all and (max-width: 540px), all and (min-width: 767px) and (max-width: 1190px) {
  .container-codes-stats .profile-vault-box {
    padding-left: 70px;
  }
}
.container-codes-stats .profile-vault-box:before, .container-codes-stats .profile-vault-box:after {
  position: absolute;
  top: 50%;
  display: block;
}
.container-codes-stats .profile-vault-box:before {
  width: 87px;
  height: 87px;
  content: "";
  background: url("/assets/img/rondotrezor.png") no-repeat center;
  background-size: contain;
  -webkit-transform: translate(-104px, -50%);
          transform: translate(-104px, -50%);
}
@media all and (max-width: 540px), all and (min-width: 767px) and (max-width: 1190px) {
  .container-codes-stats .profile-vault-box:before {
    width: 50px;
    -webkit-transform: translate(-59px, -50%);
            transform: translate(-59px, -50%);
  }
}
.container-codes-stats .profile-vault-box.disabled:before {
  -webkit-animation: grayscale 2s ease-in-out;
          animation: grayscale 2s ease-in-out;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .container-codes-stats .profile-vault-box.disabled:before {
    background: url("/assets/img/rondo-coins-pile-disabled-ie.png") no-repeat center;
    background-size: contain;
  }
}
.container-codes-stats .profile-vault-box.disabled:after {
  opacity: 0;
  width: 60px;
  height: 60px;
  content: "";
  background: transparent url("/assets/img/icon-disabled.svg") no-repeat center;
  background-size: contain;
  -webkit-animation: disabled-zoom-in 0.3s ease-in-out;
          animation: disabled-zoom-in 0.3s ease-in-out;
  -webkit-animation-delay: 1.7s;
          animation-delay: 1.7s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-transform: translate(-93px, -50%);
          transform: translate(-93px, -50%);
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .container-codes-stats .profile-vault-box.disabled:after {
    top: 0;
  }
}
@supports (-ms-ime-align: auto) {
  .container-codes-stats .profile-vault-box.disabled:after {
    top: 0;
  }
}
@media all and (max-width: 540px), all and (min-width: 767px) and (max-width: 1190px) {
  .container-codes-stats .profile-vault-box.disabled:after {
    left: 108px;
    width: 40px;
  }
}
.container-codes-stats .profile-vault-box.disabled .amount {
  color: #999;
}
.container-codes-stats .profile-vault-box .activity {
  color: #999;
}
.container-codes-stats > div:not(:first-child):before {
  position: absolute;
  top: 50%;
  left: 0;
  width: 1px;
  height: 100%;
  content: "";
  display: block;
  background-color: #d7d7d7;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
@media all and (max-width: 540px), all and (min-width: 767px) and (max-width: 1190px) {
  .container-codes-stats div[class^=col-] {
    width: 100%;
    margin: 2px 0;
  }
  .container-codes-stats div[class^=col-]:before {
    display: none;
  }
  .container-codes-stats div[class^=col-] p {
    width: auto;
    max-width: 50%;
    float: left;
    margin: 0 0 0 5px;
    font-size: 13px;
    text-align: left;
  }
  .container-codes-stats div[class^=col-] p.amount {
    width: 50%;
    margin: 0 5px 0 0;
    font-size: 15px;
    text-align: right;
  }
  .container-codes-stats div[class^=col-] p.has-tooltip {
    padding-top: 5px;
  }
}
.container-codes-stats .column-left {
  position: absolute;
  top: 0;
  left: 0;
  width: 30%;
  height: 100%;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
          justify-content: center;
  -webkit-align-items: center;
          align-items: center;
  padding: 0 15px;
}
@media all and (max-width: 540px), all and (min-width: 767px) and (max-width: 1190px) {
  .container-codes-stats .column-left {
    padding: 10px 15px;
  }
}
.container-codes-stats .column-left img {
  max-height: 85px;
}
.container-codes-stats .column-right {
  position: relative;
  width: 70%;
  float: right;
  padding: 0 15px 0 0;
}
.container-codes-stats .column-right:before {
  display: none !important;
}

#halfpage .codes-box-wrapper {
  cursor: pointer;
  text-decoration: none;
}
#halfpage .codes-box-wrapper .row {
  background: url("/assets/img/icon-arrow-up.svg") no-repeat -webkit-calc(100% - 15px) -webkit-calc(100% - 15px);
  background: url("/assets/img/icon-arrow-up.svg") no-repeat calc(100% - 15px) calc(100% - 15px);
}
#halfpage .codes-box-wrapper.collapsed .row {
  background-image: url("/assets/img/icon-arrow-down.svg");
  background-repeat: no-repeat;
}

h2.rondo-reward,
h3.rondo-reward {
  position: relative;
  display: inline-block;
}
h2.rondo-reward:after,
h3.rondo-reward:after {
  position: absolute;
  top: 50%;
  right: -36px;
  width: 26px;
  height: 100%;
  content: "";
  display: block;
  background: url("/assets/img/ico-R-92px.svg") no-repeat center;
  background-size: contain;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}

.codes-box {
  position: relative;
  border: solid thin #d7d7d7;
  border-top-width: 3px;
}
.codes-box .row {
  margin: 0;
  padding: 15px 0;
}
@media all and (max-width: 540px), all and (min-width: 767px) and (max-width: 1190px) {
  .codes-box .row .codes-box-info {
    display: none;
  }
}
.codes-box .row div p {
  margin: 0;
}
.codes-box .row div p strong {
  font-weight: 400 !important;
}
.codes-box .row.collapse, .codes-box .row.collapsed, .codes-box .row.collapsing {
  position: relative;
  margin: 0;
  padding: 0;
}
.codes-box .row.collapse:after, .codes-box .row.collapsed:after, .codes-box .row.collapsing:after {
  position: absolute;
  top: 0;
  left: 50%;
  width: -webkit-calc(100% - 30px);
  width: calc(100% - 30px);
  height: 1px;
  content: "";
  display: block;
  background-color: #d7d7d7;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}
.codes-box .row.collapse table, .codes-box .row.collapsed table, .codes-box .row.collapsing table {
  width: 100%;
  margin: 15px;
}
.codes-box .row.collapse table td, .codes-box .row.collapsed table td, .codes-box .row.collapsing table td {
  font-size: 13px;
  color: #6e6e6e;
}
.codes-box .row.collapse table td .status, .codes-box .row.collapsed table td .status, .codes-box .row.collapsing table td .status {
  position: relative;
}
.codes-box .row.collapse table td .status:before, .codes-box .row.collapsed table td .status:before, .codes-box .row.collapsing table td .status:before {
  position: relative;
  top: 1px;
  content: url("/assets/img/status-check.png");
  display: inline-block;
  margin-right: 6px;
}
.codes-box .row.collapse table td .status:after, .codes-box .row.collapsed table td .status:after, .codes-box .row.collapsing table td .status:after {
  position: absolute;
  right: 0;
  bottom: -1px;
  width: -webkit-calc(100% - 17px);
  width: calc(100% - 17px);
  height: 1px;
  content: "";
  display: block;
  border-bottom: 1px dotted #fff;
}
.codes-box .row.collapse table td .status.error:before, .codes-box .row.collapsed table td .status.error:before, .codes-box .row.collapsing table td .status.error:before {
  content: url("/assets/img/status-error.png");
}
.codes-box .row.collapse table td .status.error:after, .codes-box .row.collapsed table td .status.error:after, .codes-box .row.collapsing table td .status.error:after {
  border-color: #aaa;
}
.codes-box .row.collapse table td .status.waiting:before, .codes-box .row.collapsed table td .status.waiting:before, .codes-box .row.collapsing table td .status.waiting:before {
  content: url("/assets/img/status-waiting.png");
}
.codes-box .row.collapse table td .status.waiting:after, .codes-box .row.collapsed table td .status.waiting:after, .codes-box .row.collapsing table td .status.waiting:after {
  border-color: #aaa;
}
.codes-box .row.collapse table th, .codes-box .row.collapsed table th, .codes-box .row.collapsing table th {
  font-size: 13px;
  font-weight: 400;
  color: #414141;
}
.codes-box .codes-box-fill {
  position: absolute;
  top: -3px;
  left: -1px;
  width: -webkit-calc(100% + 2px);
  width: calc(100% + 2px);
  height: 3px;
  background-color: #7cb83e;
  -webkit-transform-origin: left;
          transform-origin: left;
}

.credit-history div:last-child .vertical-dots,
.game-history div:last-child .vertical-dots {
  display: none;
}

html.halfpage-body {
  height: 100%;
}

body.halfpage-body {
  min-height: -webkit-calc(100vh - 75px);
  min-height: calc(100vh - 75px);
  padding-bottom: 0;
}
@media all and (max-height: 570px) {
  body.halfpage-body {
    min-height: -webkit-calc(100vh - 60px);
    min-height: calc(100vh - 60px);
  }
}
body.halfpage-body .off-canvas-wrap {
  padding-top: 75px;
}
@media all and (max-height: 570px) {
  body.halfpage-body .off-canvas-wrap {
    padding-top: 60px;
  }
}
body.halfpage-body #halfpage {
  position: relative;
  min-height: 100%;
}
body.halfpage-body #halfpage p.popd {
  font-size: 13px;
}
body.halfpage-body #halfpage p.popd input[type=checkbox] {
  position: absolute;
  top: -99px;
  left: -99px;
  z-index: -1;
  width: 0;
  height: 0;
  margin: 0;
  padding: 0;
}
body.halfpage-body #halfpage p.popd input[type=checkbox] + span:before {
  content: "[ ]";
  font-family: monospace;
  font-size: 11px;
  font-weight: 100;
}
body.halfpage-body #halfpage p.popd input[type=checkbox]:checked + span:before {
  content: "[X]";
}
body.halfpage-body #halfpage .navbar-brand {
  display: -webkit-flex;
  display: flex;
  padding-top: 0;
  padding-bottom: 0;
}
@media all and (max-width: 480px) {
  body.halfpage-body #halfpage .navbar-brand:first-child {
    margin-left: auto;
  }
}
@media all and (max-width: 480px) {
  body.halfpage-body #halfpage .navbar-brand:last-child {
    margin-right: auto;
  }
}
body.halfpage-body #halfpage .navbar-brand:only-child {
  margin-right: 0;
  margin-left: 0;
}
body.halfpage-body #halfpage .navbar-brand.navbar-brand--larger > img {
  height: 32px;
}
@media all and (max-width: 375px) {
  body.halfpage-body #halfpage .navbar-brand.navbar-brand--larger > img {
    height: 22px;
  }
}
body.halfpage-body #halfpage .navbar-brand > img {
  height: 25px;
  margin-top: auto;
  margin-bottom: auto;
}
@media all and (max-width: 375px) {
  body.halfpage-body #halfpage .navbar-brand > img {
    height: 17px;
  }
}
body.halfpage-body #halfpage .tooltip-inner a {
  color: #fff;
}
body.halfpage-body #halfpage a.btn {
  text-decoration: none;
}
body.halfpage-body #halfpage-bg {
  background-repeat: repeat-x;
  background-image: -webkit-linear-gradient(-58deg, #ff7c2b, #f74d21);
  background-image: -webkit-linear-gradient(148deg, #ff7c2b, #f74d21);
  background-image: linear-gradient(-58deg, #ff7c2b, #f74d21);
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  min-height: 100%;
}
body.halfpage-body #halfpage-bg ~ .container {
  min-height: 100%;
}
body.halfpage-body #halfpage-white {
  position: relative;
  height: 100%;
  min-height: 100vh;
}
@supports (min-height: calc(100vh - 75px)) {
  body.halfpage-body #halfpage-white {
    min-height: -webkit-calc(100vh - 75px);
    min-height: calc(100vh - 75px);
  }
  @media all and (max-height: 570px) {
    body.halfpage-body #halfpage-white {
      min-height: -webkit-calc(100vh - 60px);
      min-height: calc(100vh - 60px);
    }
  }
}
body.halfpage-body #halfpage-white h1 {
  margin: 125px 0 5vh;
  font-size: 36px;
}
body.halfpage-body #halfpage-white p {
  margin-bottom: 22px;
  font-size: 16px;
  text-align: center;
  color: #fff;
}
body.halfpage-body #halfpage-white p.lead {
  font-size: 18px;
}
body.halfpage-body #halfpage-white .main-prize .title-like-h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 22px;
  color: #fff;
}
body.halfpage-body #halfpage-white .main-prize .price {
  margin-bottom: 0;
  font-size: 22px;
  font-weight: 300;
  text-align: center;
  color: #fff;
}
body.halfpage-body #halfpage-white .rondon {
  width: 70%;
  max-width: 300px;
  margin-top: 36px;
  margin-bottom: 36px;
}
body.halfpage-body #halfpage-white .vertical-center {
  position: absolute;
  top: 50%;
  right: 15px;
  left: 15px;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
body.halfpage-body #halfpage-white .partner-logo {
  position: relative;
  width: 130px;
  height: 130px;
  display: inline-block;
  margin: 40px 0;
  background-color: #fff;
  border-radius: 50%;
}
body.halfpage-body #halfpage-white .partner-logo img {
  position: absolute;
  top: 50%;
  left: 50%;
  height: auto;
  max-width: 100px;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
body.halfpage-body #halfpage-white .main-prize-image-cover {
  position: relative;
  width: 230px;
  height: 230px;
  max-width: 50vh;
  max-height: 50vh;
  display: inline-block;
  margin: 2vh 0;
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 50%;
}
body.halfpage-body #halfpage-white .main-prize-image-cover img {
  position: absolute;
  top: 50%;
  left: 50%;
  max-width: 70%;
  max-height: 70%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
body.halfpage-body #halfpage-white h1, body.halfpage-body #halfpage-white .title-like-h1 {
  margin: 127px 0 5vh;
  color: #fff;
}

.full-height {
  height: 100%;
  overflow: visible;
}

.halfpage-content {
  height: -webkit-calc(100% - 75px);
  height: calc(100% - 75px);
}

#halfpage-left {
  margin-top: auto;
  margin-bottom: auto;
}
#halfpage-left h2 {
  margin: 50px 0 20px;
  font-size: 36px;
  text-align: center;
  color: #fff;
}
#halfpage-left .text-left {
  margin-right: 8%;
  margin-left: 8%;
  font-size: 19px;
  font-weight: 300;
  text-align: justify;
  color: #fff;
}
#halfpage-left .text-left p {
  color: #fff;
}
@media all and (max-width: 767px) {
  #halfpage-left {
    display: none;
  }
}

#halfpage-right {
  background: #fff;
}
#halfpage-right .text-left {
  margin-right: 8%;
  margin-left: 8%;
}
@media all and (max-width: 767px) {
  #halfpage-right .text-left {
    margin-right: 0;
    margin-left: 0;
  }
}
#halfpage-right .text-left > div:last-child {
  margin-bottom: 40px;
}

.table-codes {
  width: 100%;
  margin: 1em 0;
}
.table-codes td, .table-codes th {
  padding: 10px 8px;
  font-size: 14px;
  text-align: left;
}
@media all and (min-width: 992px) {
  .table-codes td, .table-codes th {
    padding-right: 15px;
    padding-left: 15px;
  }
}
.table-codes th {
  font-weight: 300;
  color: #6e6e6e;
}
.table-codes tr > *:nth-child(2) {
  white-space: nowrap;
}
@media all and (min-width: 992px) {
  .table-codes tr > *:nth-child(2) {
    padding-right: 50px;
    text-align: right;
  }
}
.table-codes td {
  font-size: 14px;
  color: #414141;
}
.table-codes tr:nth-child(even) {
  background: #fbfbfb;
}

.history-items {
  margin-top: 20px;
}
.history-items .history-item {
  margin-bottom: 11px !important;
}
@media all and (max-width: 992px) {
  .history-items .history-item .col-xs-12 {
    text-align: center;
  }
  .history-items .history-item p {
    margin: 12px 0 !important;
  }
  .history-items .history-item .btn {
    margin-bottom: 5px;
  }
}
.history-items .history-item .history-item-top {
  height: 3px;
  background: #f0f0f0;
  border-radius: 2px 2px 0 0;
}
.history-items .history-item .history-item-content {
  padding: 11px 18px;
  border: 1px solid #f0f0f0;
  border-top: 0;
}
.history-items .history-item .history-item-content .history-item-title {
  font-size: 14px;
  color: #414141;
}
.history-items .history-item .history-item-content .history-item-title-2,
.history-items .history-item .history-item-content .history-item-date {
  margin-top: 4px;
  font-size: 13px;
  font-weight: 300;
  color: #6e6e6e;
}
.history-items .history-item .history-item-content .history-item-date {
  margin-top: 5px;
  color: #414141;
}
.history-items .history-item .history-item-content .history-product {
  padding: 36px 0 21px;
}
.history-items .history-item .history-item-content .history-partner {
  padding: 9px 0;
}
.history-items .history-item .history-item-content p {
  margin: 12px 0 30px;
  font-size: 14px;
  line-height: 1.4285714286;
  color: #6e6e6e;
}
.history-items .history-item .history-item-content img {
  height: auto;
  max-width: 100%;
}
.history-items .history-item.history-win .history-item-top {
  background: #7cb83e;
}
.history-items .history-item.history-loss .history-item-top {
  background: #e33a27;
}
.history-items .history-item.history-charge .history-item-top {
  background: #f3b22c;
}
.history-items .history-dots {
  margin-bottom: 11px;
}
.history-items .history-dots span {
  width: 3px;
  height: 3px;
  display: block;
  margin: 0 auto 3px;
  background: #bfbfbf;
  border-radius: 100%;
}

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

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

#homepage.asus .jumbotron.centered {
  min-height: 750px;
  background: #110302 url("/assets/img/asus/bg.png") no-repeat center;
}
#homepage.asus .jumbotron.centered .container .col-homepage__img {
  top: auto;
  bottom: 0;
  height: auto;
}
#homepage.asus .jumbotron.centered .container .col-homepage .img-header {
  max-height: 180px;
}
#homepage.asus .jumbotron.centered .container .col-homepage .btn__inner .btn.btn-success {
  border-color: #ac0000;
  background-color: #ac0000;
}
#homepage.asus .jumbotron.centered .container .col-homepage .btn__inner .btn.btn-success:focus, #homepage.asus .jumbotron.centered .container .col-homepage .btn__inner .btn.btn-success.focus, #homepage.asus .jumbotron.centered .container .col-homepage .btn__inner .btn.btn-success:hover, #homepage.asus .jumbotron.centered .container .col-homepage .btn__inner .btn.btn-success.hover {
  background-color: #790000;
  border-color: #790000;
}
#homepage.asus .jumbotron.centered .container .col-homepage .btn__inner .btn.btn-success:active, #homepage.asus .jumbotron.centered .container .col-homepage .btn__inner .btn.btn-success.active {
  background-color: #c60000;
  border-color: #c60000;
}
#homepage.asus .jumbotron.centered .container .col-homepage .btn__inner.fixed {
  background-color: #110302;
}
#homepage.scanquilt .jumbotron.centered {
  min-height: auto !important;
  background-repeat: repeat-x;
  background-image: -webkit-linear-gradient(45deg, #1e2a46, #2d3f6a);
  background-image: linear-gradient(45deg, #1e2a46, #2d3f6a);
}
#homepage.scanquilt .jumbotron.centered .container .col-homepage__img {
  top: auto;
  bottom: 0;
  height: auto;
}
#homepage.scanquilt .jumbotron.centered .container .col-homepage .img-header {
  max-height: 180px;
}
#homepage.scanquilt .jumbotron.centered .container .col-homepage .btn__inner.fixed {
  background-color: #1e2a46;
}
#homepage.exisport .jumbotron.centered {
  position: relative;
  min-height: auto !important;
  overflow: hidden;
  background-color: #ac2120;
  background-repeat: repeat-x;
  background-image: -webkit-linear-gradient(45deg, #ac2120, #561110);
  background-image: linear-gradient(45deg, #ac2120, #561110);
}
#homepage.exisport .jumbotron.centered .container .col-homepage__img {
  top: auto;
  bottom: 0;
  height: auto;
}
#homepage.exisport .jumbotron.centered .container .col-homepage .img-header {
  max-height: 180px;
}
#homepage.exisport .jumbotron.centered .container .col-homepage .btn__inner.fixed {
  background-color: #ac2120;
}
#homepage a.losos-rules {
  display: inline-block;
  margin-top: 20px;
  color: #dedede;
}
#homepage .jumbotron {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
          justify-content: center;
  -webkit-align-items: center;
          align-items: center;
  padding-top: 0;
  padding-bottom: 64px;
  text-align: center;
  background: #f15314 url("/assets/img/homepage-bg-mobile.jpg") no-repeat center;
  background-size: auto 100%;
}
@media all and (min-width: 767px) {
  #homepage .jumbotron {
    min-height: 578px;
    -webkit-justify-content: flex-start;
            justify-content: flex-start;
    padding-top: 64px;
    text-align: left;
    background: #ef5214 url("/assets/img/homepage-bg.jpg") no-repeat 53% center;
    background-size: auto 100%;
  }
  #homepage .jumbotron .container {
    width: -webkit-calc(100% - 30px) !important;
    width: calc(100% - 30px) !important;
  }
}
@media all and (min-width: 992px) {
  #homepage .jumbotron {
    background: #ef5214 url("/assets/img/homepage-bg.jpg") no-repeat -webkit-calc(50% + 50px) center;
    background: #ef5214 url("/assets/img/homepage-bg.jpg") no-repeat calc(50% + 50px) center;
    background-size: auto 100%;
  }
}
@media all and (min-width: 1310px) {
  #homepage .jumbotron {
    background: #ef5214 url("/assets/img/homepage-bg.jpg") no-repeat -webkit-calc(50% + 100px) center;
    background: #ef5214 url("/assets/img/homepage-bg.jpg") no-repeat calc(50% + 100px) center;
    background-size: auto 100%;
  }
}
@media all and (min-width: 641px) and (max-width: 766px) {
  #homepage .jumbotron {
    -webkit-align-items: flex-start;
            align-items: flex-start;
  }
}
@media all and (max-width: 640px) {
  #homepage .jumbotron {
    padding-bottom: 0;
    background-image: -webkit-linear-gradient(to top, #ef5214 40%, #FFC175 100%);
    background-image: -webkit-linear-gradient(top, #ef5214 40%, #FFC175 100%);
    background-image: linear-gradient(to bottom, #ef5214 40%, #FFC175 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFEF5214", endColorstr="#FFFFC175", GradientType=0);
  }
}
#homepage .jumbotron.centered {
  overflow: hidden;
  background: #ef5214;
}
#homepage .jumbotron.centered .container .col-homepage {
  margin: 0 auto;
}
#homepage .jumbotron.centered .container .col-homepage .img-header {
  margin: 0 auto;
}
#homepage .jumbotron.centered .container .col-homepage .btn__wrapper {
  position: relative;
  height: 96px;
  margin-top: 15px;
  margin-bottom: 15px;
}
@media all and (max-width: 767px) {
  #homepage .jumbotron.centered .container .col-homepage .btn__wrapper {
    height: 86px;
  }
}
#homepage .jumbotron.centered .container .col-homepage .txtAgreePopd {
  margin-top: 30px;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 1.35;
}
#homepage .jumbotron.centered .container .col-homepage #vouchers ~ .btn__wrapper .btn__inner.fixed {
  position: absolute;
  background: transparent;
  box-shadow: none;
}
#homepage .jumbotron.centered .container .col-homepage .btn__inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 15px 10px;
  box-shadow: 0 -20px 20px -20px rgba(0, 0, 0, 0);
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
@media all and (max-width: 767px) {
  #homepage .jumbotron.centered .container .col-homepage .btn__inner {
    padding: 10px;
  }
}
#homepage .jumbotron.centered .container .col-homepage .btn__inner.fixed {
  position: fixed;
  top: auto;
  bottom: 0;
  z-index: 1;
  background: #ef5214;
  box-shadow: 0 -20px 20px -20px rgba(0, 0, 0, 0.5);
}
#homepage .jumbotron.centered .container .col-homepage .btn__inner .btn {
  margin: 0 !important;
}
@media all and (min-width: 641px) and (max-width: 766px) {
  #homepage .jumbotron:not(.centered) {
    min-height: 1020px;
  }
}
#homepage .jumbotron:not(.centered) .container div[class^=col-] p.lead {
  margin-left: 0;
  text-align: left;
}
@media all and (max-width: 766px) {
  #homepage .jumbotron:not(.centered) .container div[class^=col-] p.lead {
    text-align: center;
  }
}
#homepage .jumbotron:not(.centered) .container .col-homepage {
  max-width: 640px;
}
@media all and (min-width: 767px) {
  #homepage .jumbotron:not(.centered) .container .col-homepage {
    width: 66.6666666667%;
  }
}
@media all and (min-width: 641px) and (max-width: 766px) {
  #homepage .jumbotron:not(.centered) .container .col-homepage {
    padding-bottom: 500px;
  }
}
@media all and (min-width: 767px) {
  #homepage .jumbotron:not(.centered) .container .col-homepage .form-control + p {
    max-width: 50%;
    text-align: left;
  }
}
@media all and (min-width: 641px) and (max-width: 766px) {
  #homepage .jumbotron.jumbotron-lantext {
    min-height: auto;
    padding-bottom: 0;
    background: none;
    background-image: -webkit-linear-gradient(to top, #ef5214 40%, #FFC175 100%);
    background-image: -webkit-linear-gradient(top, #ef5214 40%, #FFC175 100%);
    background-image: linear-gradient(to bottom, #ef5214 40%, #FFC175 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFEF5214", endColorstr="#FFFFC175", GradientType=0);
  }
}
#homepage .jumbotron .container {
  position: relative;
}
#homepage .jumbotron .container .col-homepage {
  overflow: hidden;
  padding: 45px 0 15px;
  text-align: center;
}
@media all and (min-width: 767px) {
  #homepage .jumbotron .container .col-homepage {
    padding-top: 15px;
  }
}
@media all and (min-width: 1201px) {
  #homepage .jumbotron .container .col-homepage {
    width: -webkit-calc(100% - 240px);
    width: calc(100% - 240px);
  }
}
#homepage .jumbotron .container .col-homepage__img {
  position: absolute;
  top: 0;
  height: 450px;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
@media all and (max-width: 1200px) {
  #homepage .jumbotron .container .col-homepage__img {
    display: none;
  }
}
#homepage .jumbotron .container .col-homepage__img.left {
  right: -webkit-calc(100% - 240px);
  right: calc(100% - 240px);
}
#homepage .jumbotron .container .col-homepage__img.right {
  left: -webkit-calc(100% - 240px);
  left: calc(100% - 240px);
}
#homepage .jumbotron .container .container-rounded-white {
  margin: 15px 0;
}
@media all and (max-width: 767px) {
  #homepage .jumbotron .container .container-rounded-white a img {
    margin: 0 auto;
  }
}
@media all and (min-width: 767px) {
  #homepage .jumbotron .container .container-rounded-white h1 {
    max-width: 100%;
  }
}
#homepage .jumbotron .container .container-rounded-white h2 {
  color: #fff;
}
#homepage .jumbotron .container .container-rounded-white a img {
  padding: 0.5em;
}
#homepage .jumbotron .container .container-rounded-white #lan2-h2 {
  color: white;
}
@media all and (min-width: 767px) {
  #homepage .jumbotron .container .container-rounded-white #lan2-h2 {
    text-align: left;
  }
}
#homepage .jumbotron .container .container-rounded-white #bambule-logo {
  width: 160px;
}
#homepage .jumbotron h1 {
  font-size: 57px;
  text-align: center;
  color: #fff;
}
@media all and (min-width: 767px) {
  #homepage .jumbotron h1 {
    max-width: 50%;
    text-align: left;
  }
}
#homepage .jumbotron h1 + .sub-header {
  margin-top: -20px;
  margin-bottom: 30px;
  font-size: 31px;
}
@media all and (min-width: 767px) {
  #homepage .jumbotron h1 + .sub-header {
    max-width: 50%;
    text-align: left;
  }
}
#homepage .jumbotron p {
  text-align: center;
  color: #fff;
}
#homepage .jumbotron p.lead {
  font-size: 19px;
}
@media all and (max-width: 766px) {
  #homepage .jumbotron p.lead {
    max-width: none;
  }
}
@media all and (min-width: 767px) and (max-width: 847px) {
  #homepage .jumbotron p.lead {
    max-width: 440px;
  }
}
#homepage .jumbotron p.error {
  width: 50%;
  min-width: 260px;
  margin-right: auto;
  margin-left: auto;
  padding: 5px 15px;
  font-weight: 400;
  background-color: #e33a27;
  border-radius: 3px;
}
#homepage .jumbotron p a {
  color: #fff;
}
#homepage .jumbotron p a:hover {
  text-decoration: none;
}
#homepage .jumbotron .form-control {
  width: 50%;
  min-width: 260px;
  margin-right: auto;
  margin-left: auto;
  font-weight: 500;
}
@media all and (min-width: 767px) {
  #homepage .jumbotron .form-control {
    max-width: 50%;
    margin-left: 0;
  }
}
#homepage .jumbotron .form-control:focus {
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px #f3b22c;
  outline: 0;
  border-color: #e37921;
}
#homepage .jumbotron .form-control::-moz-placeholder {
  font-weight: 300;
}
#homepage .jumbotron .form-control:-ms-input-placeholder {
  font-weight: 300;
}
#homepage .jumbotron .form-control::-webkit-input-placeholder {
  font-weight: 300;
}
#homepage .jumbotron .form-control.form-control--center {
  margin-right: auto;
  margin-left: auto;
}
@media all and (max-width: 767px) {
  #homepage .jumbotron .btn {
    margin: 20px 10px;
  }
}
#homepage .jumbotron .btn + .btn {
  margin-left: 15px;
}
@media all and (max-width: 767px) {
  #homepage .jumbotron .btn + .btn {
    margin-left: 10px;
  }
}
#homepage .jumbotron .btn.btn-larger:not(.btn-close) {
  width: 33.3333333333%;
  min-width: 260px;
}
#homepage .jumbotron .btn.btn-larger.btn-close {
  position: absolute;
  top: -30px;
  right: 15px;
  margin: 0;
  font-size: 40px;
}
@media all and (max-width: 766px) {
  #homepage .jumbotron .btn.btn-larger.btn-close {
    top: 10px;
    height: 32px;
    padding: 0 16px;
    font-size: 24px;
    line-height: 32px;
  }
}
#homepage .jumbotron .partner-logos {
  display: inline-block;
  margin: 25px 0 0;
  text-align: center;
  border-radius: 15px;
}
@media all and (max-width: 847px) {
  #homepage .jumbotron .partner-logos {
    max-width: 100%;
  }
}
@media all and (max-width: 1200px) {
  #homepage .jumbotron .partner-logos {
    padding: 0 15px;
  }
}
#homepage .jumbotron .partner-logos img {
  max-width: -webkit-calc(100% - 20px);
  max-width: calc(100% - 20px);
  margin: 10px;
}
#homepage .jumbotron .partner-logos img:last-child {
  max-height: 35px;
  margin-bottom: 13px;
  margin-left: 15px;
}
@media all and (max-width: 1200px) {
  #homepage .jumbotron .partner-logos img:last-child {
    margin: 25px auto 0;
  }
}
@media all and (max-width: 1200px) {
  #homepage .jumbotron .partner-logos img {
    display: block;
    margin: 10px auto;
  }
}
#homepage .container-gray-light-3 p {
  font-size: 18px;
}
@media all and (max-width: 480px) {
  #homepage .container-gray-light-3 p {
    font-size: 14px;
  }
}
#homepage .container-gray-light-3 .row-hp {
  float: left;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: nowrap;
          flex-wrap: nowrap;
}
@media all and (max-width: 767px) {
  #homepage .container-gray-light-3 .row-hp {
    -webkit-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}
#homepage .container-gray-light-3 .row-hp .col-hp {
  position: relative;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
          flex-direction: column;
  margin-right: 4.1666666667%;
  margin-left: 4.1666666667%;
}
@media all and (max-width: 767px) {
  #homepage .container-gray-light-3 .row-hp .col-hp {
    width: 33.3333%;
    margin-right: 0;
    margin-left: 0;
  }
}
@media all and (max-width: 766px) {
  #homepage .container-gray-light-3 .row-hp .col-hp {
    width: 100%;
    display: block;
    margin-right: 0;
    margin-left: 0;
  }
}
@media all and (min-width: 768px) {
  #homepage .container-gray-light-3 .row-hp .col-hp + .col-hp:before {
    position: absolute;
    top: 125px;
    left: -33.3333333%;
    width: 33.3333333333%;
    content: "";
    display: block;
    border-bottom: 2px dotted #e37921;
  }
}
@media all and (max-width: 766px) {
  #homepage .container-gray-light-3 .row-hp .col-hp + .col-hp {
    margin-top: 85px;
  }
  #homepage .container-gray-light-3 .row-hp .col-hp + .col-hp:before {
    position: absolute;
    top: -104px;
    left: 50%;
    height: 85px;
    content: "";
    display: block;
    border-left: 2px dotted #e37921;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
  }
}
#homepage .container-gray-light-3 .row-hp .col-hp p {
  -webkit-flex-grow: 1;
          flex-grow: 1;
  margin: 18px 0 20px;
}
#homepage .container-gray-light-3 .row-hp .col-hp h3 {
  position: absolute;
  left: 50%;
  width: 100%;
  margin: 0;
  font-size: 24px;
  font-weight: 300;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}
@media all and (max-width: 480px) {
  #homepage .container-gray-light-3 .row-hp .col-hp h3 {
    font-size: 19px;
  }
}
#homepage .container-gray-light-3 .row-hp .col-hp img {
  width: 152px;
  margin-top: 56px;
  margin-right: auto;
  margin-left: auto;
}
#homepage .container-gray-light-3 .row-hp .col-hp .btn {
  position: relative;
  left: 50%;
  display: table;
  margin-bottom: 54px;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}
@media all and (min-width: 767px) and (max-width: 857px) {
  #homepage .container .container-big-prizes-wrap {
    padding-right: 5px !important;
    padding-left: 5px !important;
  }
}
#homepage .container .container-big-prizes-wrap.container-flex {
  width: auto !important;
}
#homepage .container .container-big-prizes-wrap .flex-row {
  -webkit-flex-wrap: nowrap;
          flex-wrap: nowrap;
}
@media all and (max-width: 766px) {
  #homepage .container .container-big-prizes-wrap .flex-row {
    -webkit-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}
@media all and (max-width: 766px) {
  #homepage .container .container-big-prizes-wrap .flex-row .featured-prize {
    width: 100%;
  }
}
@media all and (min-width: 767px) and (max-width: 827px) {
  #homepage .container .container-big-prizes-wrap .flex-row .featured-prize .featured-quantity {
    top: 16px;
    left: 16px;
    z-index: 1;
  }
}
#homepage .container .container-big-prizes-wrap .flex-row .featured-prize .featured-prize-link-wrapper {
  margin-bottom: 15px;
}
@media all and (min-width: 767px) and (max-width: 827px) {
  #homepage .container .container-big-prizes-wrap .flex-row .featured-prize .featured-prize-link-wrapper {
    margin-right: 5px;
    margin-left: 5px;
  }
  #homepage .container .container-big-prizes-wrap .flex-row .featured-prize .featured-prize-link-wrapper .container {
    padding-right: 5px !important;
    padding-left: 5px !important;
  }
}

.product-page.kodiaq .carousel .carousel-indicators li img {
  max-width: 100px;
  max-height: 100px;
}
.product-page.kodiaq .container-daily-prizes .featured-prize .featured-prize-link-wrapper .container .prize-bottom-wrapper .prize-game-time:before {
  position: absolute;
  display: block;
}

.ppc-overlay {
  padding-top: 0;
}

.ppc-rondo-logo {
  width: 173px;
  margin: 0 auto;
}

.ppc-content {
  max-width: 640px !important;
  margin-top: 30px !important;
  margin-bottom: 55px !important;
  padding: 40px 60px !important;
}

.ppc-reg-title {
  font-size: 42px !important;
}

.reg-label {
  padding-bottom: 9px;
  font-size: 16px;
}

.horizontal-separator {
  font-weight: 300;
}

.label-ppc {
  font-size: 16px;
  text-align: left;
  color: #414141 !important;
}

.input-ppc {
  height: auto;
  padding: 19px 20px 18px !important;
  font-size: 16px;
  font-weight: 400;
}
.input-ppc::-webkit-input-placeholder {
  font-weight: 300;
}
.input-ppc::-moz-placeholder {
  font-weight: 300;
}
.input-ppc:-ms-input-placeholder {
  font-weight: 300;
}
.input-ppc::-ms-input-placeholder {
  font-weight: 300;
}
.input-ppc::placeholder {
  font-weight: 300;
}

.btn-ppc-submit {
  width: 240px;
  height: 60px;
}

.ppc-conditions {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 15px;
  color: #767676;
}

@media all and (max-width: 480px) {
  .reg-label {
    font-size: 14px;
  }

  .ppc-content {
    padding: 30px 15px !important;
  }
  .ppc-content h1 {
    font-size: 26px !important;
  }

  .label-ppc, .input-ppc {
    font-size: 14px !important;
  }

  .input-ppc {
    height: none;
    padding: 8px !important;
  }
}
.nav-item--loyalty {
  font-size: 12px !important;
}
.nav-item--loyalty img {
  height: 17px !important;
  margin-top: -6px;
  margin-right: 7px !important;
}

#loaylty-club-kh {
  position: relative;
  width: 100%;
  overflow: hidden;
  margin: 0 auto;
  color: #555c6d;
  background: #c7e7f9 url("/assets/img/loyalty-club/kralovtsvi-hracek/bg.png") no-repeat center;
  background-size: cover;
  background-position-y: 125px;
}
@media all and (max-width: 767px) {
  #loaylty-club-kh {
    background-position-y: 160px;
  }
}
@media all and (max-width: 480px) {
  #loaylty-club-kh {
    background-position-y: 140px;
  }
}
@media all and (max-width: 375px) {
  #loaylty-club-kh {
    background-position-y: 150px;
  }
}
#loaylty-club-kh ~ .footer {
  margin-top: 0;
}
#loaylty-club-kh .container-loyalty {
  max-width: 930px;
}
#loaylty-club-kh .loyalty__text {
  max-width: 600px;
  margin-right: auto;
  margin-bottom: 25px;
  margin-left: auto;
  font-size: 15px;
}
#loaylty-club-kh .loyalty__text strong {
  font-weight: 700 !important;
}
@media all and (max-width: 767px) {
  #loaylty-club-kh .loyalty__text {
    font-size: 14px;
  }
}
@media all and (min-width: 430px) and (max-width: 460px) {
  #loaylty-club-kh .loyalty__text {
    margin-top: 90px;
  }
}
#loaylty-club-kh .loyalty__text-brand {
  color: #fe5842;
}
#loaylty-club-kh .loyalty__text-brand--darker {
  color: #e6352e;
}
#loaylty-club-kh .loyalty__btn {
  margin: 0 0 100px;
}
#loaylty-club-kh .loyalty__btn .btn {
  min-width: 280px;
}
#loaylty-club-kh .loyalty__btn .btn-primary {
  height: auto;
  padding: 24px 30px 21px;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.2;
  white-space: initial;
  border-radius: 4px;
}
@media all and (max-width: 480px) {
  #loaylty-club-kh .loyalty__btn .btn-primary {
    display: block;
    padding-top: 18px;
    padding-bottom: 17px;
    font-size: 18px;
  }
}
#loaylty-club-kh .loyalty__links:not(.loyalty__links--app) {
  font-size: 12px;
}
#loaylty-club-kh .loyalty__links:not(.loyalty__links--app) a {
  font-size: inherit;
}
@media all and (max-width: 767px) {
  #loaylty-club-kh .loyalty__links:not(.loyalty__links--app) a + a {
    margin-top: 8px;
  }
}
#loaylty-club-kh .loyalty__links.loyalty__links--app {
  margin: 30px -5px 0;
}
#loaylty-club-kh .loyalty__links.loyalty__links--app a {
  display: inline-block;
  overflow: hidden;
  margin: 5px;
}
#loaylty-club-kh .loyalty__links.loyalty__links--app a img {
  max-width: 100%;
}
#loaylty-club-kh .loyalty__links.loyalty__links--app ~ .loyalty__btn {
  margin-top: 35px;
  margin-bottom: 0;
}
#loaylty-club-kh .loyalty__header {
  max-width: 600px;
  margin: 50px auto 25px;
  padding: 0 20px;
  font-size: 30px;
}
@media all and (max-width: 767px) {
  #loaylty-club-kh .loyalty__header {
    margin-top: 30px;
    margin-bottom: 15px;
    font-size: 27px;
  }
}
@media all and (max-width: 650px) {
  #loaylty-club-kh .loyalty__header {
    max-width: 320px;
  }
}
@media all and (max-width: 480px) {
  #loaylty-club-kh .loyalty__header {
    margin-top: 20px;
    margin-bottom: 10px;
    font-size: 23px;
  }
}
#loaylty-club-kh .loyalty__header strong {
  display: block;
  font-size: 60px;
  font-weight: 700 !important;
}
@media all and (max-width: 767px) {
  #loaylty-club-kh .loyalty__header strong {
    font-size: 58px;
  }
}
@media all and (max-width: 480px) {
  #loaylty-club-kh .loyalty__header strong {
    font-size: 48px;
  }
}
@media all and (max-width: 375px) {
  #loaylty-club-kh .loyalty__header strong {
    font-size: 36px;
  }
}
#loaylty-club-kh .loyalty__header small {
  font-size: 73.3333333333%;
  font-weight: inherit;
}
#loaylty-club-kh .loyalty__subheader {
  margin-top: 25px;
  margin-bottom: 25px;
  font-size: 20px;
  line-height: 1.4;
}
#loaylty-club-kh .loyalty__subheader strong {
  font-weight: 700 !important;
}
#loaylty-club-kh .loyalty__table {
  width: 900px;
  color: #373b43;
}
#loaylty-club-kh .loyalty__table th, #loaylty-club-kh .loyalty__table td {
  padding: 11px 0;
  font-size: 15px;
  font-weight: 700;
}
#loaylty-club-kh .loyalty__table th small, #loaylty-club-kh .loyalty__table td small {
  font-size: 12px;
}
#loaylty-club-kh .loyalty__table thead th {
  text-align: center;
}
#loaylty-club-kh .loyalty__table thead th + th {
  border-left: 1px solid rgba(0, 0, 0, 0.05);
}
#loaylty-club-kh .loyalty__table thead th img {
  margin-right: 13px;
}
#loaylty-club-kh .loyalty__table thead th small {
  display: block;
  padding-top: 15px;
}
#loaylty-club-kh .loyalty__table tbody th,
#loaylty-club-kh .loyalty__table tbody td {
  border-top: 1px solid rgba(0, 0, 0, 0.05);
}
#loaylty-club-kh .loyalty__table tbody th + td,
#loaylty-club-kh .loyalty__table tbody td + td {
  border-left: 1px solid rgba(0, 0, 0, 0.05);
}
#loaylty-club-kh .loyalty__table tbody th {
  padding-right: 35px;
  padding-left: 35px;
}
#loaylty-club-kh .loyalty__table-scroll {
  max-width: 100%;
  overflow: hidden;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
#loaylty-club-kh .loyalty__table-wrapper {
  position: relative;
  margin-top: 325px;
  margin-bottom: 145px;
  padding: 60px 0 0;
  background-color: #fff;
  border-radius: 18px;
}
@media all and (max-width: 767px) {
  #loaylty-club-kh .loyalty__table-wrapper {
    margin-bottom: 90px;
  }
}
@media all and (min-width: 1800px) {
  #loaylty-club-kh .loyalty__table-wrapper {
    margin-top: 380px;
  }
}
@media all and (min-width: 2100px) {
  #loaylty-club-kh .loyalty__table-wrapper {
    margin-top: 450px;
  }
}
#loaylty-club-kh .loyalty__table-header {
  position: absolute;
  top: 0;
  left: 50%;
  height: 60px;
  min-width: 125px;
  margin: 0;
  font-size: 29px;
  font-weight: 700;
  line-height: 60px;
  white-space: nowrap;
  color: #fff;
  background-color: #e6352e;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
#loaylty-club-kh .loyalty__table-header:before, #loaylty-club-kh .loyalty__table-header:after {
  position: absolute;
  top: 0;
  z-index: -1;
  width: 205px;
  height: 60px;
  content: "";
  background: transparent url("/assets/img/loyalty-club/kralovtsvi-hracek/bg-flag.png") no-repeat center;
}
#loaylty-club-kh .loyalty__table-header:after {
  left: -56px;
}
#loaylty-club-kh .loyalty__table-header:before {
  right: -56px;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
#loaylty-club-kh .loyalty__table-footer {
  width: 900px;
  padding: 20px 35px 30px;
  font-size: 11px;
  text-align: left;
  color: #8e8f91;
}
#loaylty-club-kh .loyalty__gdpr {
  margin-top: 35px;
  font-size: 12px;
  font-weight: 300;
}
#loaylty-club-kh .loyalty__img {
  position: absolute;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
#loaylty-club-kh .loyalty__img.loyalty__img--table {
  right: -112px;
  bottom: -29px;
}
@media all and (max-width: 1140px) {
  #loaylty-club-kh .loyalty__img.loyalty__img--table {
    display: none;
  }
}
#loaylty-club-kh .loyalty__img.loyalty__img--top-left {
  top: 90px;
  left: 0;
}
@media all and (max-width: 1290px) {
  #loaylty-club-kh .loyalty__img.loyalty__img--top-left {
    left: -120px;
  }
}
@media all and (max-width: 1100px) {
  #loaylty-club-kh .loyalty__img.loyalty__img--top-left {
    right: 826px;
    left: auto;
  }
}
@media all and (max-width: 690px) {
  #loaylty-club-kh .loyalty__img.loyalty__img--top-left {
    right: auto;
    left: -280px;
  }
}
@media all and (max-width: 480px) {
  #loaylty-club-kh .loyalty__img.loyalty__img--top-left {
    display: none;
  }
}
#loaylty-club-kh .loyalty__img.loyalty__img--top-right {
  top: 125px;
  right: 0;
}
@media all and (max-width: 1290px) {
  #loaylty-club-kh .loyalty__img.loyalty__img--top-right {
    right: -120px;
  }
}
@media all and (max-width: 1100px) {
  #loaylty-club-kh .loyalty__img.loyalty__img--top-right {
    right: auto;
    left: 803px;
  }
}
@media all and (max-width: 640px) {
  #loaylty-club-kh .loyalty__img.loyalty__img--top-right {
    top: 94px;
    right: -330px;
    left: auto;
  }
}
@media all and (max-width: 480px) {
  #loaylty-club-kh .loyalty__img.loyalty__img--top-right {
    display: none;
  }
}
#loaylty-club-kh .loyalty__img.loyalty__img--bottom-left {
  bottom: 0;
  left: 0;
}
@media all and (max-width: 767px) {
  #loaylty-club-kh .loyalty__img.loyalty__img--bottom-left {
    left: -111px;
  }
}
#loaylty-club-kh .loyalty__img.loyalty__img--bottom-right {
  right: 0;
  bottom: 0;
}
@media all and (max-width: 767px) {
  #loaylty-club-kh .loyalty__img.loyalty__img--bottom-right {
    display: none;
  }
}
#loaylty-club-kh .loyalty__img.loyalty__img--card {
  position: static;
  margin-top: 45px;
  margin-bottom: 30px;
}
@media all and (max-width: 690px) {
  #loaylty-club-kh .loyalty__img.loyalty__img--card {
    max-height: 134px;
    margin-bottom: 55px;
  }
}
@media all and (max-width: 480px) {
  #loaylty-club-kh .loyalty__img.loyalty__img--card {
    max-height: 75px;
    margin-top: 20px;
    margin-bottom: 20px;
  }
}

.maintenance {
  margin-top: 50px;
}
.maintenance h1.maintenance__title {
  font-weight: 500;
  color: #000;
}
.maintenance p.maintenance__description {
  max-width: 635px;
  margin: 0 auto;
  font-size: 18px;
  font-weight: 400;
  text-align: center;
}
.maintenance p.maintenance__description strong {
  display: block;
  margin-top: 10px;
}
@media all and (max-width: 767px) {
  .maintenance p.maintenance__description {
    font-size: 16px;
  }
}
.maintenance__image {
  max-width: 100%;
  margin: 80px 0;
}

.partner-page {
  overflow: hidden;
  /*
    Luxor specific styles
    */
}
.partner-page .hero-img {
  position: relative;
  margin-top: 10px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
@media all and (max-width: 767px) {
  .partner-page .hero-img {
    padding: 0;
  }
}
@media all and (min-width: 767.001px) {
  .partner-page .hero-img {
    margin-top: 30px;
  }
}
.partner-page .hero-img .hero-bg {
  max-width: 100%;
}
.partner-page .hero-img .hero-bg img {
  max-width: 100%;
}
.partner-page .hero-img .hero-logo {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 390px;
  min-width: 160px;
  max-width: -webkit-calc(100% - 160px);
  max-width: calc(100% - 160px);
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.partner-page .partner-header {
  margin-top: 96px;
}
@media all and (max-width: 767px) {
  .partner-page .partner-header {
    margin-top: 45px;
  }
}
.partner-page .partner-header h2,
.partner-page .partner-header .h2 {
  margin: 0;
  text-align: left;
  color: #555c6d;
}
@media all and (max-width: 767px) {
  .partner-page .partner-header h2,
.partner-page .partner-header .h2 {
    text-align: center;
  }
}
@media all and (max-width: 375px) {
  .partner-page .partner-header h2,
.partner-page .partner-header .h2 {
    font-size: 16px;
    line-height: 1.5;
  }
}
@media all and (max-width: 767px) {
  .partner-page .partner-header h2 br,
.partner-page .partner-header .h2 br {
    display: none;
  }
}
.partner-page .partner-cards {
  margin-bottom: 43px;
}
.partner-page .partner-cards:before, .partner-page .partner-cards:after {
  display: none;
}
@media all and (max-width: 767px) {
  .partner-page .partner-cards {
    margin-bottom: 30px;
    padding: 0 15px;
  }
}
.partner-page .partner-cards > [class^=col-] {
  display: -webkit-flex;
  display: flex;
}
.partner-page .partner-cards__card {
  height: -webkit-calc(100% - 20px);
  height: calc(100% - 20px);
  margin: 10px 0;
  padding: 30px 30px 40px;
  box-shadow: 0 0 12px #dedfe3;
  border-radius: 4px;
}
@media all and (max-width: 767px) {
  .partner-page .partner-cards__card {
    padding: 15px 15px 20px;
  }
}
.partner-page .partner-cards__text {
  color: #555c6d;
}
@media all and (min-width: 767.001px) {
  .partner-page .partner-cards__text {
    font-size: 16px;
    line-height: 1.875;
  }
}
.partner-page .partner-cards__logo-img {
  height: auto;
  max-width: 240px;
  display: block;
}
@media all and (max-width: 375px) {
  .partner-page .partner-cards__logo-img {
    max-width: 160px;
    margin: 0 auto;
  }
}
.partner-page .partner-cards__link {
  margin-top: 30px;
}
@media all and (max-width: 375px) {
  .partner-page .partner-cards__link .btn {
    display: block;
  }
}
@media all and (min-width: 767.001px) {
  .partner-page .partner-offer ~ .partner-info {
    padding-top: 40px;
  }
}
.partner-page .partner-info {
  padding: 76px 0;
}
@media all and (max-width: 767px) {
  .partner-page .partner-info {
    padding: 15px 0;
  }
}
.partner-page .partner-info__block {
  margin-top: 20px;
  margin-bottom: 20px;
  text-align: center;
}
.partner-page .partner-info__img {
  min-height: 140px;
  overflow: hidden;
  padding: 5px 0;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
@media all and (max-width: 767px) {
  .partner-page .partner-info__img {
    min-height: auto;
    -webkit-transform: scale(0.75);
            transform: scale(0.75);
  }
}
.partner-page .partner-info__title {
  margin: 0 0 18px;
  color: #373b43;
}
.partner-page .partner-info__text {
  max-width: 550px;
  margin: 0 auto;
  font-size: 16px;
  font-weight: 300;
  color: #555c6d;
}
.partner-page .partner-info__text strong {
  font-weight: 600;
}
.partner-page .partner-info__notice {
  font-size: 12px;
  color: #8e8f91;
}
.partner-page .partner-challenge {
  border-radius: 3px;
}
@media all and (max-width: 767px) {
  .partner-page .partner-challenge {
    margin-bottom: 15px;
  }
}
.partner-page .partner-challenge__content {
  position: relative;
  min-height: 300px;
  margin-left: auto;
  padding: 32px;
  background-color: #f5f6f7;
}
@media all and (min-width: 767.001px) {
  .partner-page .partner-challenge__content {
    max-width: 600px;
    padding-left: 65px;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
  }
}
@media all and (max-width: 767px) {
  .partner-page .partner-challenge__content {
    border-top-right-radius: 0;
    border-bottom-left-radius: 3px;
  }
}
@media all and (max-width: 480px) {
  .partner-page .partner-challenge__content {
    padding: 15px;
  }
}
.partner-page .partner-challenge__content--triangle {
  position: absolute;
  top: 0;
  right: 100%;
  width: auto;
  height: 100%;
}
@media all and (max-width: 767px) {
  .partner-page .partner-challenge__content--triangle {
    display: none;
  }
}
.partner-page .partner-challenge__content--triangle polygon {
  fill: #f5f6f7;
}
.partner-page .partner-challenge__reward {
  position: absolute;
  top: 24px;
  right: 32px;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media all and (max-width: 480px) {
  .partner-page .partner-challenge__reward {
    top: 10px;
    right: 15px;
  }
}
.partner-page .partner-challenge__reward .ico-rondon {
  width: 46px;
  height: 46px;
  background: transparent url("/assets/img/ico-R-22px.svg") no-repeat center;
  background-size: cover;
}
@media all and (max-width: 480px) {
  .partner-page .partner-challenge__reward .ico-rondon {
    width: 32px;
    height: 32px;
  }
}
.partner-page .partner-challenge__reward .ico-rondon + .ico-rondon {
  margin-right: -15px;
}
.partner-page .partner-challenge__reward .ico-rondon.mega {
  background: transparent url("/assets/img/ico-MR-22px.svg") no-repeat center;
  background-size: cover;
}
.partner-page .partner-challenge__title {
  margin-top: 0;
  text-align: left;
  color: #373b43;
}
.partner-page .partner-challenge__text {
  font-size: 14px;
  line-height: 1.7857142857;
  color: #555c6d;
}
.partner-page .partner-challenge__links {
  padding-top: 32px;
  padding-bottom: 5px;
  color: #373b43;
}
@media all and (max-width: 767px) {
  .partner-page .partner-challenge__links {
    text-align: center;
  }
}
.partner-page .partner-challenge__progress--text {
  display: -webkit-flex;
  display: flex;
  color: #414141;
}
.partner-page .partner-challenge__progress--text div {
  -webkit-flex-shrink: 0;
          flex-shrink: 0;
}
.partner-page .partner-challenge__progress--text div:first-of-type {
  -webkit-flex-grow: 1;
          flex-grow: 1;
}
.partner-page .partner-challenge__progress--bar {
  position: relative;
  height: 10px;
  overflow: hidden;
  background-color: #dee2e6;
  border-radius: 5px;
}
.partner-page .partner-challenge__progress--completed {
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  min-width: 10px;
  background-color: #e37921;
  border-radius: 5px;
}
.partner-page .partner-slider {
  width: 100%;
  max-width: 1920px;
  margin: 120px auto 60px;
}
@media all and (max-width: 767px) {
  .partner-page .partner-slider {
    margin: 15px auto;
  }
}
.partner-page .partner-slider__content {
  width: 100%;
  max-width: 1168px;
  margin: 0 auto;
  padding: 50px 15px 38px;
}
.partner-page .partner-slider__card {
  position: relative;
  width: 100%;
  max-width: 420px;
  margin-left: auto;
  padding: 47px 40px;
  background-color: #fff;
}
@media all and (max-width: 767px) {
  .partner-page .partner-slider__card {
    margin-right: auto;
    padding: 30px 15px;
  }
}
.partner-page .partner-slider__card--progress {
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 3px;
  background-color: #e37921;
}
@media all and (max-width: 767px) {
  .partner-page .partner-slider__link {
    text-align: center;
  }
}
.partner-page .partner-slider__logo {
  margin-bottom: 30px;
}
@media all and (max-width: 767px) {
  .partner-page .partner-slider__logo {
    text-align: center;
  }
}
.partner-page .partner-slider__logo img {
  width: 200px;
  max-width: 60%;
}
.partner-page .partner-slider__text {
  font-weight: 300;
  color: #555c6d;
}
@media all and (min-width: 767.001px) {
  .partner-page .partner-slider__text {
    font-size: 16px;
    line-height: 30px;
  }
}
.partner-page .partner-slider .btn ~ .partner-slider__text {
  margin-top: 25px;
}
.partner-page .partner-reassurance {
  padding-top: 15px;
}
.partner-page .partner-reassurance__block {
  width: 25%;
}
@media all and (max-width: 992px) {
  .partner-page .partner-reassurance__block {
    width: 50%;
  }
}
@media all and (max-width: 374px) {
  .partner-page .partner-reassurance__block {
    width: 100%;
  }
}
.partner-page .partner-reassurance__icon {
  height: 80px;
  margin: 25px 0;
}
@media all and (max-width: 767px) {
  .partner-page .partner-reassurance__icon {
    height: 60px;
  }
}
@media all and (max-width: 767px) {
  .partner-page .partner-reassurance__icon img {
    width: auto;
    -webkit-transform: scale(0.75);
            transform: scale(0.75);
  }
}
.partner-page .partner-reassurance__title {
  width: 200px;
  max-width: 100%;
  margin: 0 auto;
  padding: 0 15px;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-align: center;
  color: #373b43;
}
@media all and (max-width: 767px) {
  .partner-page .partner-reassurance__title {
    font-size: 14px;
    line-height: 18px;
  }
}
.partner-page .partner-challenge.bg-luxor {
  background: transparent url("/assets/img/partner/luxor/bg-shelf.png") repeat-x left top;
  background-size: contain;
}
@media all and (max-width: 767px) {
  .partner-page .partner-challenge.bg-luxor {
    padding-top: 47.17%;
  }
}
.partner-page .partner-challenge.bg-kralovstvihracek {
  background: transparent url("/assets/img/partner/kralovstvihracek/bg-challenge.png") repeat-x left top;
  background-size: contain;
}
@media all and (max-width: 767px) {
  .partner-page .partner-challenge.bg-kralovstvihracek {
    padding-top: 47.17%;
  }
}
.partner-page .partner-slider.bg-luxor {
  background: transparent url("/assets/img/partner/luxor/bookstroe_bg.png") no-repeat center;
  background-size: cover;
}
.partner-page .luxor__rondon {
  width: 116px;
  max-width: 100%;
}
.partner-page .luxor__ticket {
  width: 164px;
  max-width: 100%;
}

.container__slider-item-wrapper.ppc-prize-box {
  min-width: 200px !important;
}

.ppc-landing-container {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-around;
          justify-content: space-around;
  -webkit-align-items: flex-start;
          align-items: flex-start;
  margin-top: 30px;
  font-size: 16px;
}
@media all and (max-width: 1115px) {
  .ppc-landing-container {
    -webkit-flex-direction: column;
            flex-direction: column;
    -webkit-align-items: center;
            align-items: center;
    margin-top: 0;
  }
}
@media all and (max-width: 475px) {
  .ppc-landing-container {
    padding: 0;
  }
}
.ppc-landing-container .container__winners.loaded::before {
  background: #fff;
  background-image: none;
}
.ppc-landing-container .item-wrapper {
  padding: 5px 0 0 10px !important;
}
.ppc-landing-container .info-list {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
          flex-direction: column;
  -webkit-justify-content: flex-end;
          justify-content: flex-end;
  margin-right: 20px;
}
.ppc-landing-container .info-list__title {
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 28px;
  font-weight: 500;
  color: #373b43;
}
@media all and (max-width: 1115px) {
  .ppc-landing-container .info-list__title {
    margin-top: 15px;
    padding-left: 15px;
  }
}
@media all and (max-width: 475px) {
  .ppc-landing-container .info-list__title {
    font-size: 20px;
  }
}
@media all and (max-width: 575px) {
  .ppc-landing-container .info-list {
    max-width: 100%;
  }
}
@media all and (max-width: 1115px) {
  .ppc-landing-container .info-list {
    margin-right: 0;
  }
}
.ppc-landing-container .info-list .prize-box {
  max-width: 660px;
  display: -webkit-flex;
  display: flex;
}
@media all and (max-width: 475px) {
  .ppc-landing-container .info-list .prize-box .container {
    padding: 0;
  }
}
@media all and (max-width: 768px) {
  .ppc-landing-container .info-list .prize-box {
    max-height: 220px;
  }
}
@media all and (max-width: 666px) {
  .ppc-landing-container .info-list .prize-box {
    max-width: 550px;
    margin: 0 auto;
  }
}
@media all and (max-width: 575px) {
  .ppc-landing-container .info-list .prize-box {
    max-width: 100%;
  }
}
.ppc-landing-container .info-list .prize-box .container__slider.games {
  padding-bottom: 0;
  background: none !important;
}
.ppc-landing-container .info-list .prize-box .container__slider-wrapper {
  min-height: auto;
  padding-top: 0;
}
.ppc-landing-container .info-list .prize-box .container__slider-wrapper--inner {
  -webkit-flex-wrap: nowrap;
          flex-wrap: nowrap;
  overflow-x: auto;
  -webkit-scroll-snap-type: x mandatory;
      -ms-scroll-snap-type: x mandatory;
          scroll-snap-type: x mandatory;
  scrollbar-color: #e37921 #fff;
}
.ppc-landing-container .info-list .prize-box .container__slider-wrapper ::-webkit-scrollbar {
  height: 10px;
}
@media all and (max-width: 1115px) {
  .ppc-landing-container .info-list .prize-box .container__slider-wrapper ::-webkit-scrollbar {
    display: none;
  }
}
.ppc-landing-container .info-list .prize-box .container__slider-wrapper ::-webkit-scrollbar-track {
  box-shadow: inset 0 0 3px #f37015;
  border-radius: 10px;
}
.ppc-landing-container .info-list .prize-box .container__slider-wrapper ::-webkit-scrollbar-thumb {
  background: #f37015;
  border-radius: 10px;
}
.ppc-landing-container .info-list .prize-box .container__slider-wrapper ::-webkit-scrollbar-thumb:hover {
  background: #e3640c;
}
.ppc-landing-container .info-list .prize-box .ppc-prize-box {
  width: -webkit-calc(33% - 15px);
  width: calc(33% - 15px);
  scroll-snap-align: center;
  pointer-events: none !important;
}
@media all and (max-width: 1024px) {
  .ppc-landing-container .info-list .prize-box .ppc-prize-box {
    width: -webkit-calc(50% - 15px) !important;
    width: calc(50% - 15px) !important;
  }
}
.ppc-landing-container .info-list .prize-box .ppc-prize-box:first-child, .ppc-landing-container .info-list .prize-box .ppc-prize-box:last-child {
  width: -webkit-calc(33% - 22.5px);
  width: calc(33% - 22.5px);
}
@media all and (max-width: 1024px) {
  .ppc-landing-container .info-list .prize-box .ppc-prize-box:first-child, .ppc-landing-container .info-list .prize-box .ppc-prize-box:last-child {
    width: -webkit-calc(50% - 22.5px) !important;
    width: calc(50% - 22.5px) !important;
  }
}
.ppc-landing-container .info-list .prize-box .ppc-prize-box:last-child {
  scroll-snap-align: end;
}
.ppc-landing-container .info-list .prize-box .ppc-prize-box:first-child {
  scroll-snap-align: start;
}
@media all and (max-width: 475px) {
  .ppc-landing-container .info-list__points {
    padding-right: 5px;
  }
}
.ppc-landing-container .info-list__points li {
  line-height: 1.7 !important;
}
.ppc-landing-container .info-list .btn-holder .btn {
  width: 50%;
  margin-top: 25px;
}
@media all and (max-width: 1115px) {
  .ppc-landing-container .info-list .btn-holder .btn {
    width: 320px;
  }
}
@media all and (max-width: 475px) {
  .ppc-landing-container .info-list .btn-holder .btn {
    width: 280px;
  }
}
@media all and (max-width: 1115px) {
  .ppc-landing-container .info-list .btn-holder {
    text-align: center;
  }
}
@media all and (max-width: 1115px) {
  .ppc-landing-container .winner-info {
    margin-top: 40px;
  }
}
.ppc-landing-container .winner-info__box, .ppc-landing-container .winner-info__image {
  max-width: 400px;
}
@media all and (max-width: 1024px) {
  .ppc-landing-container .winner-info__box, .ppc-landing-container .winner-info__image {
    max-width: 320px;
  }
}
@media all and (max-width: 475px) {
  .ppc-landing-container .winner-info__box, .ppc-landing-container .winner-info__image {
    max-width: 280px;
  }
}
.ppc-landing-container .winner-info__image {
  max-height: 530px;
}
.ppc-landing-container .winner-info__box {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
          flex-direction: column;
}
.ppc-landing-container .winner-info__box .arrow-up {
  width: 40px;
  display: none;
  margin: 0 auto;
  padding: 10px;
  background: #65a325;
  border-radius: 100%;
}
@media all and (max-width: 1115px) {
  .ppc-landing-container .winner-info__box .arrow-up {
    width: 40px;
    height: 40px;
    display: block;
    margin-top: 20px;
  }
}
.ppc-landing-container .winner-info__box a {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
          justify-content: center;
}
.ppc-landing-container .winner-info__reference {
  min-height: 140px;
  margin-bottom: 0;
  padding: 15px;
  font-size: 18px;
  background: #e37921;
}
.ppc-landing-container .winner-info__reference .winner-name, .ppc-landing-container .winner-info__reference .winner-text {
  color: #fff;
}
.ppc-landing-container .winner-info__reference .winner-name {
  margin-bottom: 0;
}

.bg-animation {
  -webkit-animation: bg-animation ease 3s;
          animation: bg-animation ease 3s;
  -webkit-animation-delay: 5s;
          animation-delay: 5s;
}

@-webkit-keyframes bg-animation {
  0% {
    background: #72b82a;
  }
  25% {
    background: #7fcd2e;
  }
  50% {
    background: #8bd441;
  }
  75% {
    background: #98d955;
  }
  100% {
    background: #9dda5e;
  }
}

@keyframes bg-animation {
  0% {
    background: #72b82a;
  }
  25% {
    background: #7fcd2e;
  }
  50% {
    background: #8bd441;
  }
  75% {
    background: #98d955;
  }
  100% {
    background: #9dda5e;
  }
}
.content .product-page {
  margin-bottom: 15px;
}
.content .product-page .info-box {
  margin-top: 30px;
}
.content .product-page .container-border {
  padding: 15px 22px;
  border: 1px solid #ededed;
}
.content .product-page .product-preview h1 {
  margin-top: 0;
  padding: 0;
  text-align: left;
}
.content .product-page .product-rondon {
  width: 148px;
}
.content .product-page .product-description div:not(.container) {
  padding-right: 0;
  padding-left: 0;
}
.content .product-page .product-description div:not(.container) .form {
  min-width: 50%;
}
@media all and (max-width: 480px) {
  .content .product-page .product-description div:not(.container) .form {
    width: 100%;
    margin-bottom: 15px;
  }
}
.content .product-page .product-description div:not(.container) .form + .button .btn {
  margin: 24px 0 0;
}
.content .product-page .product-description div:not(.container) .in-stock {
  position: relative;
  height: 31px;
  display: inline-block;
  padding-left: 32px;
  font-size: 20px;
  font-weight: 300;
  line-height: 31px;
  color: #65a325;
}
@media all and (max-width: 480px) {
  .content .product-page .product-description div:not(.container) .in-stock {
    padding-left: 25px;
    font-size: 16px;
    line-height: 19px;
  }
}
.content .product-page .product-description div:not(.container) .in-stock:after {
  position: absolute;
  top: 2px;
  left: 0;
  width: 25px;
  height: 25px;
  content: "";
  display: block;
  background: transparent url("/assets/img/icon-check-green.svg") no-repeat center;
  background-size: contain;
}
@media all and (max-width: 480px) {
  .content .product-page .product-description div:not(.container) .in-stock:after {
    top: 0;
    width: 19px;
    height: 19px;
  }
}
.content .product-page .product-description div:not(.container) .prize-rondons {
  position: relative;
  margin: 0;
  padding-right: 40px;
  font-size: 28px;
  font-weight: 400;
  line-height: 30px;
  color: #414141;
}
@media all and (max-width: 480px) {
  .content .product-page .product-description div:not(.container) .prize-rondons {
    padding-right: 25px;
    font-size: 16px;
    line-height: 19px;
  }
}
.content .product-page .product-description div:not(.container) .prize-rondons:after {
  position: absolute;
  top: 0;
  right: 0;
  width: 33px;
  height: 33px;
  content: "";
  display: block;
  background: transparent url("/assets/img/ico-R-22px.svg") no-repeat center;
  background-size: contain;
}
@media all and (max-width: 480px) {
  .content .product-page .product-description div:not(.container) .prize-rondons:after {
    width: 19px;
    height: 19px;
  }
}
.content .product-page .product-description h1 {
  margin-top: 0;
  padding: 0;
  text-align: left;
}
.content .product-page .product-description h4 {
  margin-top: 34px;
  font-size: 16px;
  font-weight: 400;
}
.content .product-page .product-description .container-border {
  margin-top: 27px;
  padding: 15px;
  border-radius: 3px;
}
.content .product-page .product-description .container-border + .container-border {
  margin-top: 15px;
}
.content .product-page .product-description .container-border p {
  margin-top: 0;
  margin-bottom: 0;
}
.content .product-page .product-description .container-border p.inp-select-wrapper {
  margin: 0 !important;
}
.content .product-page .product-description .container-border strong {
  font-size: 16px;
  font-weight: 400 !important;
}
.content .product-page .product-description .container-border .btn {
  margin-top: 4px;
}
.content .product-page .product-description .container-border .row + .row {
  margin-top: 10px;
}
.content .product-page .product-description .tooltip-inner {
  padding: 20px;
}
@media all and (max-width: 480px) {
  .content .product-page .product-description .pull-right.button {
    width: 100%;
    text-align: center;
  }
  .content .product-page .product-description .pull-right.button .btn {
    margin-top: 15px;
  }
}
@media all and (max-width: 480px) {
  .content .product-page .product-description .col-xs-6 + .col-xs-6 {
    padding-left: 15px;
  }
}
.content .product-page .product-description .col-logo {
  position: relative;
  height: 100%;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
          flex-direction: column;
  -webkit-justify-content: center;
          justify-content: center;
  -webkit-align-items: flex-end;
          align-items: flex-end;
}
.content .product-page .product-description .col-logo img {
  max-height: 200px;
}
.content .product-page .link-back {
  position: relative;
  height: 60px;
  margin-left: 15px;
  line-height: 60px;
}
.content .product-page .link-back:before {
  content: "<";
  color: #b0b0b0;
}
.content .product-page .link-back a {
  color: #6e6e6e;
}
.content .product-page .link-back a:hover {
  color: #414141;
}
.content .product-page .link-back .close {
  opacity: 1;
  cursor: pointer;
  position: absolute;
  top: 50%;
  right: 0;
  z-index: 10;
  width: 40px;
  height: 40px;
  display: inline-block;
  background: rgba(255, 255, 255, 0.79);
  border-radius: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
.content .product-page .link-back .close:before, .content .product-page .link-back .close:after {
  position: absolute;
  top: 6px;
  left: 20px;
  width: 1px;
  height: 29px;
  content: " ";
  background-color: #b8b8b8;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.content .product-page .link-back .close:hover:before, .content .product-page .link-back .close:hover:after {
  background-color: black;
}
.content .product-page .link-back .close:before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.content .product-page .link-back .close:after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.content .product-page .lead {
  margin: 0;
  text-align: left;
}
.content .product-page h1.small {
  margin-bottom: 0;
  font-size: 30px;
}
.content .product-page .prize-game-time {
  margin-top: 0;
  margin-bottom: 0;
}
.content .product-page .prize-game-time:before {
  position: relative;
  width: 15px;
  height: 15px;
  display: inline-block;
  margin-right: 9px;
  margin-bottom: -2px;
}
.content .product-page .prize-game-time:after {
  display: none;
}
.content .product-page .notification.active a:before {
  background-image: url("/assets/img/icon-bell-active.png");
}
.content .product-page .notification a {
  font-size: 13px;
  line-height: 45px;
  color: #6e6e6e;
}
.content .product-page .notification a:before {
  width: 14px;
  height: 16px;
  content: "";
  display: inline-block;
  margin-right: 6px;
  margin-bottom: -4px;
  background: url("/assets/img/icon-bell-default.png") no-repeat center;
  background-size: contain;
}
.content .product-page .notification:hover a {
  color: #414141;
}
.content .product-page .notification:hover a:before {
  background-image: url("/assets/img/icon-bell-hover.png");
}
.content .product-page .color-option {
  cursor: pointer;
  width: 19px;
  height: 19px;
  display: inline-block;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0);
  border: 1px solid transparent;
  border-radius: 50%;
  -webkit-transition: box-shadow 0.2s ease-in-out;
  transition: box-shadow 0.2s ease-in-out;
}
.content .product-page .color-option + .color-option {
  margin-left: 12px;
}
.content .product-page .color-option:hover {
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.17);
}
.content .product-page .color-option.white {
  border-color: #ededed;
}
.content .product-page .color-option.silver {
  background-color: #686868;
}
.content .product-page .color-option.black {
  background-color: #222;
}
.content .product-page .color-option.rosegold {
  background-color: #eed7bf;
}
.content .product-page .carousel {
  margin-bottom: 15px;
}
@media all and (max-width: 767px) {
  .content .product-page .carousel {
    margin-top: 15px;
  }
}
.content .product-page .carousel.slide {
  padding: 0;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.content .product-page .carousel .carousel-wrapper {
  position: relative;
  max-height: 400px;
  overflow: hidden;
}
.content .product-page .carousel .carousel-wrapper .carousel-inner {
  position: relative;
  display: -webkit-flex;
  display: flex;
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
}
.content .product-page .carousel .carousel-wrapper .carousel-inner .item {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
          flex-direction: column;
  -webkit-flex-shrink: 0;
          flex-shrink: 0;
  padding-right: 30px;
  padding-left: 30px;
}
.content .product-page .carousel .carousel-wrapper .carousel-inner .item img {
  max-height: 400px;
  margin: auto;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.content .product-page .carousel .carousel-wrapper .carousel-inner:before, .content .product-page .carousel .carousel-wrapper .carousel-inner:after {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 10;
  width: 100px;
  content: "";
}
@media all and (max-width: 767px) {
  .content .product-page .carousel .carousel-wrapper .carousel-inner:before, .content .product-page .carousel .carousel-wrapper .carousel-inner:after {
    display: none;
  }
}
.content .product-page .carousel .carousel-wrapper .carousel-control {
  opacity: 1;
  cursor: pointer;
  top: 50%;
  z-index: 20;
  width: 42px;
  height: 42px;
  background: #fff;
  border-radius: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
.content .product-page .carousel .carousel-wrapper .carousel-control svg {
  position: relative;
  top: 50%;
  width: 12px;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
.content .product-page .carousel .carousel-wrapper .carousel-control svg path {
  -webkit-transition: fill 0.2s ease-in-out;
  transition: fill 0.2s ease-in-out;
}
.content .product-page .carousel .carousel-wrapper .carousel-control:hover {
  background: #f5f6f7;
}
.content .product-page .carousel .carousel-wrapper .carousel-control:hover svg path {
  fill: #6e6e6e;
}
.content .product-page .carousel .carousel-wrapper .carousel-control.left {
  left: 0;
  -webkit-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
}
@media all and (max-width: 767px) {
  .content .product-page .carousel .carousel-wrapper .carousel-control.left {
    left: 10px;
  }
}
.content .product-page .carousel .carousel-wrapper .carousel-control.left svg {
  right: 1px;
}
.content .product-page .carousel .carousel-wrapper .carousel-control.right {
  right: 0;
}
@media all and (max-width: 767px) {
  .content .product-page .carousel .carousel-wrapper .carousel-control.right {
    right: 10px;
  }
}
.content .product-page .carousel .carousel-wrapper .carousel-control.right svg {
  right: -2px;
}
.content .product-page .carousel .carousel-wrapper .carousel-control.inactive {
  opacity: 0;
  pointer-events: none;
}
@media all and (max-width: 767px) {
  .content .product-page .carousel .carousel-inner, .content .product-page .carousel .carousel-wrapper {
    width: auto;
    margin-right: -30px;
    margin-left: -30px;
    padding-left: 15px;
    -moz-box-sizing: content-box;
         box-sizing: content-box;
  }
}
.content .product-page .carousel .carousel-indicators {
  position: relative;
  bottom: auto;
  left: auto;
  width: auto;
  height: 100px;
  margin-top: 20px;
  margin-right: 0;
  margin-left: 0;
  list-style: none;
}
@media all and (max-width: 766px) {
  .content .product-page .carousel .carousel-indicators {
    display: none;
  }
}
.content .product-page .carousel .carousel-indicators li {
  width: 100px;
  height: 100px;
  float: left;
  display: none;
  margin: 0 13px 13px 0;
  text-align: center;
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0);
  border: 1px solid #ededed;
  border-radius: 3px;
  -webkit-transition: box-shadow 0.2s ease-in-out;
  transition: box-shadow 0.2s ease-in-out;
  text-indent: 0;
}
.content .product-page .carousel .carousel-indicators li:hover {
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.08);
}
.content .product-page .carousel .carousel-indicators li.active {
  background: transparent;
}
.content .product-page .carousel .carousel-indicators li.more-products {
  margin-right: 0;
  line-height: 100px;
  text-align: center;
  border-color: transparent;
}
.content .product-page .carousel .carousel-indicators li.more-products:hover {
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0);
}
.content .product-page .carousel .carousel-indicators li.more-products:hover span {
  color: #414141;
}
.content .product-page .carousel .carousel-indicators li.more-products span {
  text-decoration: underline;
  color: #6e6e6e;
}
.content .product-page .carousel .carousel-indicators li img {
  position: relative;
  top: 50%;
  max-width: 75px;
  max-height: 75px;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
.content .product-page #show-more p {
  margin-top: 0;
}

.product-page.special-game .container-border, .product-page.special-game .col-xs-12, .product-page.special-game .as-p {
  padding-left: 0 !important;
}
@media all and (max-width: 768px) {
  .product-page.special-game .carousel-counter {
    padding-left: 15px;
  }
}

.registration {
  position: relative;
  width: 100%;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
          flex-direction: column;
  -webkit-flex-grow: 1;
          flex-grow: 1;
  margin-top: -75px;
  padding: 35px 0 0;
  background-color: #f5f6f7;
}
.registration .registration--ppc {
  background: rgba(245, 246, 247, 0.85);
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .registration {
    min-height: 100vh;
  }
}
@media all and (max-height: 570px) {
  .registration {
    margin-top: -60px;
  }
}
@media all and (min-width: 480.001px) {
  .registration {
    padding-top: 40px;
    padding-bottom: 30px;
  }
}
.registration > [class*=registration__] {
  z-index: 1;
}
.registration > [class*=registration__] + [class*=registration__] {
  margin-top: 55px;
}
.registration h1 {
  margin-top: 0 !important;
  font-size: 40px;
  font-weight: 500 !important;
  color: #373b43;
}
@media all and (max-width: 767px) {
  .registration h1 {
    font-size: 28px;
  }
}
.registration p {
  font-weight: inherit;
  color: #555c6d;
}
.registration .text-light {
  color: #656565;
}
.registration .horizontal-separator {
  font-size: 14px;
  font-weight: 300;
  color: #656565;
}
.registration .btn-primary {
  min-width: 240px;
}
@media all and (min-width: 767.001px) {
  .registration .btn-primary.btn-larger {
    height: 60px;
    font-size: 20px;
    line-height: 60px;
  }
}
.registration .form-group {
  margin-bottom: 25px;
}
.registration .form-group:first-child {
  margin-top: 25px;
}
.registration .form-group:last-child {
  margin-top: 50px;
}
@media all and (min-width: 480.001px) {
  .registration .form-group.password-show .password-show-icon {
    right: 20px;
    width: 20px;
    background-size: contain;
  }
}
.registration .form-group.has-error .form-control {
  border-color: #e33a27;
}
.registration .form-group.has-error .form-error {
  display: block;
}
.registration .form-group label,
.registration .form-group .label {
  font-size: 14px;
  font-weight: inherit;
  color: #414141;
}
@media all and (min-width: 480.001px) {
  .registration .form-group label,
.registration .form-group .label {
    font-size: 16px;
  }
}
.registration .form-group label.label--small,
.registration .form-group .label.label--small {
  font-size: 12px;
  color: #656565;
}
.registration .form-group label.label--small strong,
.registration .form-group .label.label--small strong {
  font-weight: 700 !important;
}
.registration .form-group input[type=text],
.registration .form-group input[type=password],
.registration .form-group input[type=email],
.registration .form-group input[type=number],
.registration .form-group textarea,
.registration .form-group select,
.registration .form-group button.dropdown-toggle {
  height: 39px;
  font-weight: inherit;
  line-height: 39px;
  border-radius: 4px;
}
@media all and (min-width: 480.001px) {
  .registration .form-group input[type=text],
.registration .form-group input[type=password],
.registration .form-group input[type=email],
.registration .form-group input[type=number],
.registration .form-group textarea,
.registration .form-group select,
.registration .form-group button.dropdown-toggle {
    height: auto;
    padding: 19px 20px 18px;
    font-size: 16px;
    line-height: 1;
  }
}
@media all and (min-width: 480.001px) {
  .registration .form-group input[type=password] {
    padding-right: 60px;
  }
}
.registration .form-group .form-control::-webkit-input-placeholder {
  font-weight: 200;
}
.registration .form-group .form-control::-moz-placeholder {
  font-weight: 200;
}
.registration .form-group .form-control:-ms-input-placeholder {
  font-weight: 200;
}
.registration .form-group .form-control::-ms-input-placeholder {
  font-weight: 200;
}
.registration .form-group .form-control::placeholder {
  font-weight: 200;
}
.registration .form-group .form-control:focus {
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  outline: 0;
  border-color: #66afe9;
}
.registration .form-group .form-error {
  display: none;
  margin-top: 10px;
  margin-bottom: 0;
  padding: 5px 20px 4px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.6;
  color: #fff;
  background-color: #e33a27;
  border-radius: 4px;
}
.registration .form-group .checkbox label:before {
  top: 6px;
}
.registration .form-group .radio label:after {
  top: 9px;
}
.registration .form-group .radio label:before {
  top: 2px;
}
.registration .row .form-group {
  margin-top: 30px;
  margin-bottom: 30px;
}
@media all and (max-width: 767px) {
  .registration .row .form-group {
    margin-bottom: 0;
  }
}
.registration .row .btn-success {
  min-width: unset;
}
.registration .registration__logo {
  margin-bottom: -20px;
  text-align: center;
}
@media all and (min-width: 767.001px) {
  .registration .registration__logo img {
    width: 173px;
    height: auto;
  }
}
.registration .registration__container {
  width: -webkit-calc(100% - 30px);
  width: calc(100% - 30px);
  max-width: 640px;
  margin: 0 auto;
  padding: 40px 60px;
  background-color: #fff;
  border-radius: 4px;
}
@media all and (max-width: 480px) {
  .registration .registration__container {
    width: 100%;
    padding: 30px 15px;
  }
}
.registration .registration__container p {
  font-size: 14px;
}
@media all and (min-width: 480.001px) {
  .registration .registration__container p {
    font-size: 16px;
  }
}
.registration .registration__container p small {
  font-size: 87.5%;
}
.registration .registration__container .icon {
  width: 88px;
  height: 88px;
  display: inline-block;
  border-radius: 50%;
}
.registration .registration__container .icon.icon--mail {
  background: #6aa145 url("/assets/img/icon-mail-white.svg") no-repeat center;
  background-size: 43px;
  border: 2px solid #fff;
}
.registration .registration__container .registration-subtle {
  font-size: 13px;
  font-weight: 400;
  line-height: 1.5384615385;
  text-align: center;
  color: #8e8f91;
}
.registration .registration__container .registration-subtle input.link-inherit {
  background: none;
  border: none;
}
.registration .registration__container .registration-alert {
  margin: 0 -60px;
  padding: 20px 60px;
}
@media all and (max-width: 480px) {
  .registration .registration__container .registration-alert {
    margin: 0 -15px;
    padding: 20px 15px;
  }
}
.registration .registration__container .registration-alert.registration-alert--success {
  display: -webkit-flex;
  display: flex;
  color: #fff;
  background-color: #6aa145;
}
.registration .registration__container .registration-alert .registration-alert__icon {
  margin-right: 15px;
}
.registration .registration__container .registration-alert .registration-alert__icon .icon {
  margin-top: 6px;
}
.registration .registration__container .registration-alert .registration-alert__text {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.6875;
}
@media all and (min-width: 480.001px) {
  .registration .registration__container .registration-alert .registration-alert__text {
    font-size: 16px;
  }
}
.registration .registration__container .registration-alert .registration-alert__text strong {
  font-weight: 700 !important;
}
.registration .registration__fine-print {
  font-size: 14px;
  font-weight: 300;
  line-height: 1.4285714286;
  color: #767676;
}

.code, .signpost {
  --clr-fg: #ffffff;
  --clr-bg-1: #f4a11f;
  --clr-bg-2: #e17a05;
  --clr-stripe-1: rgba(205, 105, 25, 0.1);
  --clr-stripe-2: rgba(191, 98, 23, 0.1);
  --clr-btn-fg: #ffffff;
  --clr-btn-fg-hover: var(--clr-btn-fg);
  --clr-btn-bg: #65a325;
  --clr-btn-bg-hover: #4f8816;
  --bg-image: url(/assets/img/bg-fragments.png);
  position: relative;
  overflow: hidden;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  width: 100%;
  min-height: 80rem;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
}
@media (orientation: landscape) and (max-height: 430px) and (max-width: 930px) {
  .code, .signpost {
    min-height: 70rem;
  }
}
@media (max-width: 600px) {
  .code, .signpost {
    -webkit-align-items: flex-end;
            align-items: flex-end;
    min-height: 57rem;
  }
}
@media (max-width: 330px) {
  .code, .signpost {
    min-height: 40rem;
  }
}
.code--active {
  padding-bottom: 2rem;
}
@media (orientation: landscape) and (max-height: 330px) {
  .code--active {
    padding: 0;
  }
}
@media (max-width: 600px) {
  .code--hidden {
    display: none !important;
  }
}
.code__background, .signpost__background {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  min-height: 100%;
  background-color: var(--clr-bg-2);
  background-image: var(--bg-image), -webkit-linear-gradient(330deg, transparent 58%, var(--clr-stripe-1) 0%, var(--clr-stripe-2) 58%), -webkit-linear-gradient(293deg, var(--clr-bg-1) 0%, var(--clr-bg-2) 80%);
  background-image: var(--bg-image), linear-gradient(120deg, transparent 58%, var(--clr-stripe-1) 0%, var(--clr-stripe-2) 58%), linear-gradient(157deg, var(--clr-bg-1) 0%, var(--clr-bg-2) 80%);
  background-position: 20% 30%;
  background-repeat: no-repeat;
}
@media (max-width: 1100px) {
  .code__background, .signpost__background {
    background-image: var(--bg-image), -webkit-linear-gradient(293deg, var(--clr-bg-1) 0%, var(--clr-bg-2) 100%);
    background-image: var(--bg-image), linear-gradient(157deg, var(--clr-bg-1) 0%, var(--clr-bg-2) 100%);
  }
}
@media (max-width: 600px) {
  .code__background, .signpost__background {
    background-position: revert;
  }
}
@media (max-width: 600px) {
  .code__extend.container, .container.signpost__extend {
    padding-left: 3.2rem;
    padding-right: 3.2rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .code__extend.container, .container.signpost__extend {
    position: relative;
  }
}
.code__main, .signpost__main {
  position: relative;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
}
@media (max-width: 600px) {
  .code__main, .signpost__main {
    -webkit-align-items: flex-end;
            align-items: flex-end;
  }
}
@media (max-width: 600px) {
  .code--animated .code__main--animated .code__form-input--error-msg, .code--animated .code__main--animated .code__form-input--legal-msg, .code--animated .code__main--animated .title, .code--animated .code__main--animated .code__partner, .code--animated .code__main--animated .subtitle, .code--animated .code__main--animated .code__form-label, .code--animated .code__main--animated .code__form-input, .code--animated .code__main--animated .code__form-btn-wrap--outer::after, .code--animated .code__main--animated .code__form-btn, .code--animated .code__main--animated .code__form-x-message, .code--animated .code__main--animated .code__form-arrow {
    -webkit-animation: show-in 1.5s 1.9s forwards;
            animation: show-in 1.5s 1.9s forwards;
    opacity: 0;
  }
}
@-webkit-keyframes show-in {
  from {
    opacity: 0;
    -webkit-transform: translateY(1rem);
            transform: translateY(1rem);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes show-in {
  from {
    opacity: 0;
    -webkit-transform: translateY(1rem);
            transform: translateY(1rem);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.code__main > .btn, .signpost__main > .btn {
  position: absolute;
  z-index: 9999;
  top: 8rem;
  right: 0;
}
.code__content, .signpost__content {
  z-index: 5;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
          flex-direction: column;
  gap: 6rem;
}
@media (max-width: 1100px) {
  .code__content, .signpost__content {
    -webkit-flex: 100%;
            flex: 100%;
  }
}
@media (max-width: 600px) {
  .code__content, .signpost__content {
    margin-top: 10rem;
    gap: 8rem;
  }
}
@media (orientation: landscape) and (max-height: 340px) {
  .code__content, .signpost__content {
    gap: 3rem;
    padding-bottom: 2rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .code__content > * + *, .signpost__content > * + * {
    margin-left: 0;
    margin-top: 5rem;
  }
}
@media (max-width: 100px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2), (max-width: 100px) and (orientation: landscape) and (min-resolution: 2x), (max-width: 100px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 3), (max-width: 100px) and (orientation: landscape) and (min-resolution: 3x) {
  .code--active .code__content, .code--active .signpost__content {
    margin-top: 8rem;
  }
}
@media (max-width: 940px) and (max-height: 450px) {
  .code--active .code__content, .code--active .signpost__content {
    margin-top: 8rem;
  }
}
@media (max-width: 600px) {
  .code--active .code__content, .code--active .signpost__content {
    margin-top: 12rem;
  }
}
@media (max-width: 600px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2), (max-width: 600px) and (orientation: landscape) and (min-resolution: 2x), (max-width: 600px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 3), (max-width: 600px) and (orientation: landscape) and (min-resolution: 3x) {
  .code--active .code__content, .code--active .signpost__content {
    margin-top: 8rem;
  }
}
@media (orientation: landscape) and (max-height: 550px) {
  .code--active .code__content, .code--active .signpost__content {
    margin-top: 12rem;
  }
}
@media (orientation: landscape) and (max-height: 340px) {
  .code--active .code__content, .code--active .signpost__content {
    margin-top: 8rem;
  }
}
.code__title, .signpost__title {
  color: var(--clr-fg);
}
.code__title .subtitle, .signpost__title .subtitle, .code__title .title, .signpost__title .title {
  margin: 0;
  color: inherit;
  line-height: 1.1;
}
.code__title .subtitle, .signpost__title .subtitle {
  font-size: 2.4rem;
  font-weight: 400;
  letter-spacing: 0.125em;
  pointer-events: none;
  line-height: 1.4;
  text-wrap: balance;
}
@media (max-width: 600px) {
  .code__title .subtitle, .signpost__title .subtitle {
    font-size: 4vmin;
  }
}
@media (max-width: 450px) {
  .code__title .subtitle, .signpost__title .subtitle {
    font-size: 5vmin;
  }
}
@media (max-width: 940px) and (max-height: 450px) {
  .code__title .subtitle, .signpost__title .subtitle {
    font-size: 2rem;
  }
}
@media (max-width: 320px) and (max-height: 568px) {
  .code__title .subtitle, .signpost__title .subtitle {
    font-size: 5vmin;
  }
}
@media (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) and (max-width: 930px), (orientation: landscape) and (min-resolution: 2x) and (max-width: 930px), (orientation: landscape) and (-webkit-min-device-pixel-ratio: 3) and (max-width: 930px), (orientation: landscape) and (min-resolution: 3x) and (max-width: 930px) {
  .code__title .subtitle, .signpost__title .subtitle {
    font-size: 2rem;
  }
}
@media (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) and (max-width: 568px), (orientation: landscape) and (min-resolution: 2x) and (max-width: 568px), (orientation: landscape) and (-webkit-min-device-pixel-ratio: 3) and (max-width: 568px), (orientation: landscape) and (min-resolution: 3x) and (max-width: 568px) {
  .code__title .subtitle, .signpost__title .subtitle {
    font-size: 1.6rem;
  }
}
@media (max-width: 450px) {
  .code__title .subtitle:lang(ro), .signpost__title .subtitle:lang(ro) {
    font-size: 4vmin;
  }
}
.code__title .title, .signpost__title .title {
  text-align: left;
  font-size: 11.4rem;
  font-weight: 700;
  letter-spacing: -0.15rem;
  text-shadow: 0 4px 1px rgba(0, 0, 0, 0.1);
}
@media (max-width: 1440px) {
  .code__title .title, .signpost__title .title {
    font-size: 9.4rem;
  }
}
@media (max-width: 600px) {
  .code__title .title, .signpost__title .title {
    font-size: 13.5vmin;
  }
}
@media (max-width: 940px) and (max-height: 450px) {
  .code__title .title, .signpost__title .title {
    font-size: 7.4rem;
  }
}
@media (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) and (max-width: 930px), (orientation: landscape) and (min-resolution: 2x) and (max-width: 930px), (orientation: landscape) and (-webkit-min-device-pixel-ratio: 3) and (max-width: 930px), (orientation: landscape) and (min-resolution: 3x) and (max-width: 930px) {
  .code__title .title, .signpost__title .title {
    font-size: 7.4rem;
  }
}
@media (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) and (max-width: 568px), (orientation: landscape) and (min-resolution: 2x) and (max-width: 568px), (orientation: landscape) and (-webkit-min-device-pixel-ratio: 3) and (max-width: 568px), (orientation: landscape) and (min-resolution: 3x) and (max-width: 568px) {
  .code__title .title, .signpost__title .title {
    font-size: 6.4rem;
  }
}
.code__title .title small, .signpost__title .title small {
  font-size: 4.8rem;
  font-weight: inherit;
}
@media (max-width: 1440px) {
  .code__title .title small, .signpost__title .title small {
    font-size: 3.6rem;
  }
}
@media (max-width: 600px) {
  .code__title .title small, .signpost__title .title small {
    font-size: 8vmin;
  }
}
.code__form-container {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
          flex-direction: column;
}
.code__form {
  display: -webkit-flex;
  display: flex;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .code__form > * + * {
    margin-top: 0;
    margin-left: 2rem;
  }
}
@supports (gap: 2rem) {
  .code__form {
    gap: 2rem;
  }
}
@media (max-width: 600px) {
  .code__form {
    -webkit-flex-direction: column;
            flex-direction: column;
  }
}
@media screen and (max-width: 600px) and (-ms-high-contrast: active), (max-width: 600px) and (-ms-high-contrast: none) {
  .code__form > * + * {
    margin-left: 0;
    margin-top: 3.2rem;
  }
}
@media (max-width: 600px) {
  @supports (gap: 3.2rem) {
    .code__form {
      gap: 3.2rem;
    }
  }
}
@media (max-width: 940px) and (max-height: 450px) {
  .code--active .code__form {
    gap: 1rem;
    -webkit-flex-direction: column;
            flex-direction: column;
  }
}
@media (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) and (max-width: 930px), (orientation: landscape) and (min-resolution: 2x) and (max-width: 930px), (orientation: landscape) and (-webkit-min-device-pixel-ratio: 3) and (max-width: 930px), (orientation: landscape) and (min-resolution: 3x) and (max-width: 930px) {
  .code--active .code__form {
    gap: 1rem;
    -webkit-flex-direction: column;
            flex-direction: column;
  }
}
.code__form-input, .code__form-btn {
  height: 6rem;
  box-shadow: 0 3px 0 rgba(37, 38, 39, 0.19);
}
@media (max-width: 330px) {
  .code__form-input, .code__form-btn {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
            align-items: center;
    -webkit-justify-content: center;
            justify-content: center;
    -webkit-flex-direction: row;
            flex-direction: row;
    height: 4.4rem;
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 330px) and (-ms-high-contrast: active), (max-width: 330px) and (-ms-high-contrast: none) {
  .code__form-input > * + *, .code__form-btn > * + * {
    margin-top: 0;
  }
}
@media (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) and (max-width: 568px), (orientation: landscape) and (min-resolution: 2x) and (max-width: 568px), (orientation: landscape) and (-webkit-min-device-pixel-ratio: 3) and (max-width: 568px), (orientation: landscape) and (min-resolution: 3x) and (max-width: 568px) {
  .code__form-input, .code__form-btn {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
            align-items: center;
    -webkit-justify-content: center;
            justify-content: center;
    -webkit-flex-direction: row;
            flex-direction: row;
    height: 4.4rem;
    font-size: 1.4rem;
  }
}
@media screen and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) and (max-width: 568px) and (-ms-high-contrast: active), screen and (orientation: landscape) and (min-resolution: 2x) and (max-width: 568px) and (-ms-high-contrast: active), (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) and (max-width: 568px) and (-ms-high-contrast: none), (orientation: landscape) and (min-resolution: 2x) and (max-width: 568px) and (-ms-high-contrast: none), screen and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 3) and (max-width: 568px) and (-ms-high-contrast: active), screen and (orientation: landscape) and (min-resolution: 3x) and (max-width: 568px) and (-ms-high-contrast: active), (orientation: landscape) and (-webkit-min-device-pixel-ratio: 3) and (max-width: 568px) and (-ms-high-contrast: none), (orientation: landscape) and (min-resolution: 3x) and (max-width: 568px) and (-ms-high-contrast: none) {
  .code__form-input > * + *, .code__form-btn > * + * {
    margin-top: 0;
  }
}
.code__form-btn {
  color: var(--clr-btn-fg);
  background-color: var(--clr-btn-bg);
  border-color: var(--clr-btn-bg);
  margin-top: 0 !important;
}
.code__form-btn:hover {
  color: var(--clr-btn-fg-hover);
  background-color: var(--clr-btn-bg-hover);
  border-color: var(--clr-btn-bg-hover);
}
.code__form-input-wrap {
  position: relative;
  -webkit-flex-grow: 1;
          flex-grow: 1;
}
.code__form-input {
  min-width: 50rem;
}
@media (max-width: 1440px) {
  .code__form-input {
    min-width: 45rem;
  }
}
@media (max-width: 1280px) {
  .code__form-input {
    min-width: 40rem;
  }
}
@media (max-width: 1100px) {
  .code__form-input {
    min-width: 100%;
  }
}
@media (max-width: 330px) {
  .code__form-input {
    padding: 1rem 1.5rem;
  }
}
.code__form-input-error-msg {
  position: absolute;
  margin: 0;
  width: 100%;
  padding: 0.5rem 1.5rem;
  color: #ffffff;
  background-color: #e33926;
  border-radius: 4px;
}
@media (max-width: 600px) {
  .code__form-input-error-msg {
    position: static;
  }
}
@media (orientation: landscape) and (max-height: 500px) {
  .code--active .code__form-input-error-msg {
    position: static;
  }
}
.code__form-input--legal-msg {
  position: absolute;
  width: 100%;
  color: var(--clr-fg);
  margin-top: 2rem;
  margin-bottom: 0;
  font-size: 1.4rem;
  opacity: 0.81;
  font-weight: 400;
  line-height: 1.21429;
}
@media (max-width: 1100px) {
  .code__form-input--legal-msg {
    width: 120%;
  }
}
@media (max-width: 600px) {
  .code__form-input--legal-msg {
    font-size: 1.3rem;
    position: static;
    width: 100%;
  }
}
@media (max-width: 940px) and (max-height: 450px) {
  .code__form-input--legal-msg {
    width: 100%;
    font-size: 1.3rem;
    position: static;
  }
}
@media (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) and (max-width: 930px), (orientation: landscape) and (min-resolution: 2x) and (max-width: 930px), (orientation: landscape) and (-webkit-min-device-pixel-ratio: 3) and (max-width: 930px), (orientation: landscape) and (min-resolution: 3x) and (max-width: 930px) {
  .code__form-input--legal-msg {
    width: 100%;
    font-size: 1.3rem;
    position: static;
  }
}
@media (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) and (max-width: 500px), (orientation: landscape) and (min-resolution: 2x) and (max-width: 500px), (orientation: landscape) and (-webkit-min-device-pixel-ratio: 3) and (max-width: 500px), (orientation: landscape) and (min-resolution: 3x) and (max-width: 500px) {
  .code__form-input--legal-msg {
    margin-top: 1rem;
  }
}
.code__form-input--legal-msg a {
  color: #ffffff;
  white-space: nowrap;
}
@media (hover: hover) {
  .code__form-input--legal-msg a:hover {
    text-decoration: none;
  }
}
@media (max-width: 600px) {
  .code__form-btn-wrap--outer.fixed {
    width: -webkit-calc(100% - 6.4rem);
    width: calc(100% - 6.4rem);
    position: fixed;
    bottom: 2rem;
  }
  .code__form-btn-wrap--outer.fixed::after {
    content: "";
    position: absolute;
    top: -1.7rem;
    left: -25rem;
    right: -25rem;
    bottom: -2.5rem;
    z-index: -1;
    background-color: #e47821;
    background-image: -webkit-linear-gradient(var(--clr-bg-1) 0%, var(--clr-bg-2) 80%);
    background-image: linear-gradient(var(--clr-bg-1) 0%, var(--clr-bg-2) 80%);
  }
}
@media (max-width: 600px) {
  .code__form-btn {
    width: 100%;
  }
}
.code__form-label {
  color: var(--clr-fg);
  font-size: 2rem;
  font-weight: 400;
}
@media (max-width: 600px) {
  .code__form-label {
    font-size: 4vmin;
  }
}
@media (max-width: 450px) {
  .code__form-label {
    font-size: 5vmin;
  }
}
@media (max-width: 940px) and (max-height: 450px) {
  .code__form-label {
    font-size: 2rem;
  }
}
@media (max-width: 320px) and (max-height: 568px) {
  .code__form-label {
    font-size: 5vmin;
  }
}
@media (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) and (max-width: 930px), (orientation: landscape) and (min-resolution: 2x) and (max-width: 930px), (orientation: landscape) and (-webkit-min-device-pixel-ratio: 3) and (max-width: 930px), (orientation: landscape) and (min-resolution: 3x) and (max-width: 930px) {
  .code__form-label {
    font-size: 2rem;
  }
}
@media (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) and (max-width: 568px), (orientation: landscape) and (min-resolution: 2x) and (max-width: 568px), (orientation: landscape) and (-webkit-min-device-pixel-ratio: 3) and (max-width: 568px), (orientation: landscape) and (min-resolution: 3x) and (max-width: 568px) {
  .code__form-label {
    font-size: 1.8rem;
  }
}
.code__form-arrow {
  margin: 2rem auto;
  width: 2.5rem;
}
.code--active .code__form-arrow {
  display: none;
}
@media (min-width: 601px) {
  .code__form-arrow {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    border: 0;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px);
    -webkit-clip-path: inset(100%);
            clip-path: inset(100%);
    white-space: nowrap;
  }
}
@media (max-width: 375px) {
  .code__form-arrow {
    width: 2rem;
  }
}
@media (max-width: 940px) and (max-height: 450px) {
  .code__form-arrow {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    border: 0;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px);
    -webkit-clip-path: inset(100%);
            clip-path: inset(100%);
    white-space: nowrap;
  }
}
@media (max-width: 320px) and (max-height: 568px) {
  .code__form-arrow {
    position: static;
    width: auto;
    height: auto;
    overflow: visible;
    clip: auto;
    -webkit-clip-path: none;
            clip-path: none;
    white-space: inherit;
    width: 2rem;
  }
}
@media (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) and (max-width: 930px), (orientation: landscape) and (min-resolution: 2x) and (max-width: 930px), (orientation: landscape) and (-webkit-min-device-pixel-ratio: 3) and (max-width: 930px), (orientation: landscape) and (min-resolution: 3x) and (max-width: 930px) {
  .code__form-arrow {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    border: 0;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px);
    -webkit-clip-path: inset(100%);
            clip-path: inset(100%);
    white-space: nowrap;
  }
}
.code__form-arrow path {
  fill: rgba(255, 255, 255, 0.6);
}
.code__img, .signpost__img {
  margin-right: -10rem;
  max-width: 71rem;
  -webkit-transform: translateY(5rem) translateX(-5%);
          transform: translateY(5rem) translateX(-5%);
}
@media (max-width: 1440px) {
  .code__img, .signpost__img {
    margin-right: 0;
  }
}
@media (max-width: 1100px) {
  .code__img, .signpost__img {
    display: none;
  }
}
@media (max-width: 600px) {
  .code__img, .signpost__img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
            transform: translateX(-50%) translateY(-50%);
    display: block;
    padding-right: 0;
  }
}
@media (max-width: 600px) {
  .code--active .code__img, .code--active .signpost__img {
    display: none;
  }
}
@media (max-width: 600px) {
  .code--animated .code__img--animated {
    opacity: 0;
    -webkit-animation-name: inline-uubgrny;
            animation-name: inline-uubgrny;
    -webkit-animation-duration: 2s;
            animation-duration: 2s;
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
    -webkit-animation-direction: normal;
            animation-direction: normal;
    -webkit-animation-delay: 0.5s;
            animation-delay: 0.5s;
  }
  @-webkit-keyframes inline-uubgrny {
    0% {
      opacity: 0;
      z-index: 10;
      -webkit-transform: translateX(-50%) translateY(-50%) scale(0.7);
              transform: translateX(-50%) translateY(-50%) scale(0.7);
    }
    50% {
      opacity: 1;
      z-index: 10;
      -webkit-transform: translateX(-50%) translateY(-50%) scale(2.5);
              transform: translateX(-50%) translateY(-50%) scale(2.5);
    }
    100% {
      z-index: -1;
      -webkit-transform: translateX(-50%) translateY(-50%) scale(1);
              transform: translateX(-50%) translateY(-50%) scale(1);
      opacity: 0;
    }
  }
  @keyframes inline-uubgrny {
    0% {
      opacity: 0;
      z-index: 10;
      -webkit-transform: translateX(-50%) translateY(-50%) scale(0.7);
              transform: translateX(-50%) translateY(-50%) scale(0.7);
    }
    50% {
      opacity: 1;
      z-index: 10;
      -webkit-transform: translateX(-50%) translateY(-50%) scale(2.5);
              transform: translateX(-50%) translateY(-50%) scale(2.5);
    }
    100% {
      z-index: -1;
      -webkit-transform: translateX(-50%) translateY(-50%) scale(1);
              transform: translateX(-50%) translateY(-50%) scale(1);
      opacity: 0;
    }
  }
}
.code__img img, .signpost__img img {
  width: 105%;
}
@media (max-width: 600px) {
  .code__img img, .signpost__img img {
    width: 100%;
  }
}
.code__promo-text {
  padding: 0 1.5rem;
  width: min(1310px, 100%);
  position: absolute;
  bottom: 3rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  color: var(--clr-fg);
  font-size: 1.7rem;
  font-weight: 400;
}
@media (max-width: 600px) {
  .code__promo-text {
    text-align: center;
    font-size: 1.3rem;
    bottom: 1.7rem;
    -webkit-animation: show-in-text 1.5s 1.9s forwards;
            animation: show-in-text 1.5s 1.9s forwards;
    opacity: 0;
  }
  @-webkit-keyframes show-in-text {
    from {
      opacity: 0;
      -webkit-transform: translateX(-50%) translateY(1rem);
              transform: translateX(-50%) translateY(1rem);
    }
    to {
      opacity: 1;
      -webkit-transform: translateX(-50%) translateY(0);
              transform: translateX(-50%) translateY(0);
    }
  }
  @keyframes show-in-text {
    from {
      opacity: 0;
      -webkit-transform: translateX(-50%) translateY(1rem);
              transform: translateX(-50%) translateY(1rem);
    }
    to {
      opacity: 1;
      -webkit-transform: translateX(-50%) translateY(0);
              transform: translateX(-50%) translateY(0);
    }
  }
}

.code__partner-logo {
  max-width: 20rem;
}
@media (max-width: 600px) {
  .code__partner-logo {
    max-width: 13rem;
  }
}

.code--rossmann,
.code--bambule,
.code--miniso,
.code--koki,
.code--sparkys,
.code--alphazoo,
.code--pepco,
.code--gas,
.code--avia,
.code--jateksziget,
.code--budmil,
.code--trenyrkarna,
.code--zmacknireturn,
.code--prior,
.code--novum,
.code--olympia,
.code--3dden,
.code--saxoo {
  --clr-stripe-1: rgba(0, 0, 0, 0.1);
  --clr-stripe-2: rgba(0, 0, 0, 0.1);
}
.code--rossmann .code__content, .code--rossmann .signpost__content,
.code--bambule .code__content,
.code--bambule .signpost__content,
.code--miniso .code__content,
.code--miniso .signpost__content,
.code--koki .code__content,
.code--koki .signpost__content,
.code--sparkys .code__content,
.code--sparkys .signpost__content,
.code--alphazoo .code__content,
.code--alphazoo .signpost__content,
.code--pepco .code__content,
.code--pepco .signpost__content,
.code--gas .code__content,
.code--gas .signpost__content,
.code--avia .code__content,
.code--avia .signpost__content,
.code--jateksziget .code__content,
.code--jateksziget .signpost__content,
.code--budmil .code__content,
.code--budmil .signpost__content,
.code--trenyrkarna .code__content,
.code--trenyrkarna .signpost__content,
.code--zmacknireturn .code__content,
.code--zmacknireturn .signpost__content,
.code--prior .code__content,
.code--prior .signpost__content,
.code--novum .code__content,
.code--novum .signpost__content,
.code--olympia .code__content,
.code--olympia .signpost__content,
.code--3dden .code__content,
.code--3dden .signpost__content,
.code--saxoo .code__content,
.code--saxoo .signpost__content {
  margin-top: 10rem;
}
.code--rossmann .code__form-input,
.code--bambule .code__form-input,
.code--miniso .code__form-input,
.code--koki .code__form-input,
.code--sparkys .code__form-input,
.code--alphazoo .code__form-input,
.code--pepco .code__form-input,
.code--gas .code__form-input,
.code--avia .code__form-input,
.code--jateksziget .code__form-input,
.code--budmil .code__form-input,
.code--trenyrkarna .code__form-input,
.code--zmacknireturn .code__form-input,
.code--prior .code__form-input,
.code--novum .code__form-input,
.code--olympia .code__form-input,
.code--3dden .code__form-input,
.code--saxoo .code__form-input {
  width: 100%;
}
.code--rossmann .code__form-input--legal-msg,
.code--bambule .code__form-input--legal-msg,
.code--miniso .code__form-input--legal-msg,
.code--koki .code__form-input--legal-msg,
.code--sparkys .code__form-input--legal-msg,
.code--alphazoo .code__form-input--legal-msg,
.code--pepco .code__form-input--legal-msg,
.code--gas .code__form-input--legal-msg,
.code--avia .code__form-input--legal-msg,
.code--jateksziget .code__form-input--legal-msg,
.code--budmil .code__form-input--legal-msg,
.code--trenyrkarna .code__form-input--legal-msg,
.code--zmacknireturn .code__form-input--legal-msg,
.code--prior .code__form-input--legal-msg,
.code--novum .code__form-input--legal-msg,
.code--olympia .code__form-input--legal-msg,
.code--3dden .code__form-input--legal-msg,
.code--saxoo .code__form-input--legal-msg {
  position: static;
  max-width: 72rem;
}
@media (max-width: 1100px) {
  .code--rossmann .code__form-input--legal-msg,
.code--bambule .code__form-input--legal-msg,
.code--miniso .code__form-input--legal-msg,
.code--koki .code__form-input--legal-msg,
.code--sparkys .code__form-input--legal-msg,
.code--alphazoo .code__form-input--legal-msg,
.code--pepco .code__form-input--legal-msg,
.code--gas .code__form-input--legal-msg,
.code--avia .code__form-input--legal-msg,
.code--jateksziget .code__form-input--legal-msg,
.code--budmil .code__form-input--legal-msg,
.code--trenyrkarna .code__form-input--legal-msg,
.code--zmacknireturn .code__form-input--legal-msg,
.code--prior .code__form-input--legal-msg,
.code--novum .code__form-input--legal-msg,
.code--olympia .code__form-input--legal-msg,
.code--3dden .code__form-input--legal-msg,
.code--saxoo .code__form-input--legal-msg {
    max-width: 120%;
  }
}
.code--rossmann .code__form-arrow,
.code--bambule .code__form-arrow,
.code--miniso .code__form-arrow,
.code--koki .code__form-arrow,
.code--sparkys .code__form-arrow,
.code--alphazoo .code__form-arrow,
.code--pepco .code__form-arrow,
.code--gas .code__form-arrow,
.code--avia .code__form-arrow,
.code--jateksziget .code__form-arrow,
.code--budmil .code__form-arrow,
.code--trenyrkarna .code__form-arrow,
.code--zmacknireturn .code__form-arrow,
.code--prior .code__form-arrow,
.code--novum .code__form-arrow,
.code--olympia .code__form-arrow,
.code--3dden .code__form-arrow,
.code--saxoo .code__form-arrow {
  display: none;
}
@media (max-width: 600px) {
  .code--rossmann .code__partner,
.code--bambule .code__partner,
.code--miniso .code__partner,
.code--koki .code__partner,
.code--sparkys .code__partner,
.code--alphazoo .code__partner,
.code--pepco .code__partner,
.code--gas .code__partner,
.code--avia .code__partner,
.code--jateksziget .code__partner,
.code--budmil .code__partner,
.code--trenyrkarna .code__partner,
.code--zmacknireturn .code__partner,
.code--prior .code__partner,
.code--novum .code__partner,
.code--olympia .code__partner,
.code--3dden .code__partner,
.code--saxoo .code__partner {
    margin: -5rem auto 3rem;
  }
}
@media screen and (max-width: 600px) and (-ms-high-contrast: active), (max-width: 600px) and (-ms-high-contrast: none) {
  .code--rossmann .code__partner,
.code--bambule .code__partner,
.code--miniso .code__partner,
.code--koki .code__partner,
.code--sparkys .code__partner,
.code--alphazoo .code__partner,
.code--pepco .code__partner,
.code--gas .code__partner,
.code--avia .code__partner,
.code--jateksziget .code__partner,
.code--budmil .code__partner,
.code--trenyrkarna .code__partner,
.code--zmacknireturn .code__partner,
.code--prior .code__partner,
.code--novum .code__partner,
.code--olympia .code__partner,
.code--3dden .code__partner,
.code--saxoo .code__partner {
    margin: 5rem auto 0;
    text-align: center;
  }
}
@media (max-width: 570px) and (max-height: 330px) and (orientation: landscape) {
  .code--rossmann .code__partner,
.code--bambule .code__partner,
.code--miniso .code__partner,
.code--koki .code__partner,
.code--sparkys .code__partner,
.code--alphazoo .code__partner,
.code--pepco .code__partner,
.code--gas .code__partner,
.code--avia .code__partner,
.code--jateksziget .code__partner,
.code--budmil .code__partner,
.code--trenyrkarna .code__partner,
.code--zmacknireturn .code__partner,
.code--prior .code__partner,
.code--novum .code__partner,
.code--olympia .code__partner,
.code--3dden .code__partner,
.code--saxoo .code__partner {
    margin: 0 auto 3rem;
  }
}
.code--rossmann .code__partner-logo,
.code--bambule .code__partner-logo,
.code--miniso .code__partner-logo,
.code--koki .code__partner-logo,
.code--sparkys .code__partner-logo,
.code--alphazoo .code__partner-logo,
.code--pepco .code__partner-logo,
.code--gas .code__partner-logo,
.code--avia .code__partner-logo,
.code--jateksziget .code__partner-logo,
.code--budmil .code__partner-logo,
.code--trenyrkarna .code__partner-logo,
.code--zmacknireturn .code__partner-logo,
.code--prior .code__partner-logo,
.code--novum .code__partner-logo,
.code--olympia .code__partner-logo,
.code--3dden .code__partner-logo,
.code--saxoo .code__partner-logo {
  width: 100%;
}

@media (max-width: 600px) {
  .code--3dden,
.code--avia,
.code--pizza,
.code--belfrit,
.code--acandco,
.code--pepco,
.code--bambule,
.code--zmacknireturn,
.code--miniso,
.code--alphazoo {
    padding-bottom: 6.5rem;
  }
}

.code--olympia {
  --clr-bg-1: #ae2482;
  --clr-bg-2: #6d2f85;
}
.code--olympia .code__partner-logo {
  max-width: 10rem;
}

.code--saxoo {
  --clr-bg-1: #edc728;
  --clr-bg-2: #d0a427;
  --clr-btn-fg: #ffffff;
  --clr-btn-bg: #2b2a29;
  --clr-btn-bg-hover: var(--clr-btn-bg);
}
.code--saxoo .code__partner-logo {
  max-width: 30rem;
  width: 100%;
}

.code--jateksziget {
  --clr-bg-1: #2ba0da;
  --clr-bg-2: #1d3561;
  --clr-btn-fg: #ffffff;
  --clr-btn-bg: #f9c108;
  --clr-btn-bg-hover: var(--clr-btn-bg);
}

.code--budmil {
  --clr-bg-1: #4d4842;
  --clr-bg-2: #3f3a33;
  --clr-btn-fg: #000000;
  --clr-btn-bg: #bfd638;
  --clr-btn-bg-hover: var(--clr-btn-bg);
}

.code--trenyrkarna {
  --clr-bg-1: #000000;
  --clr-bg-2: #282828;
  --clr-btn-fg: #000000;
  --clr-btn-bg: #fcc21a;
  --clr-btn-bg-hover: var(--clr-btn-bg);
}

.code--prior {
  --clr-bg-1: #56738a;
  --clr-bg-2: #859caa;
  --clr-btn-fg: #ffffff;
  --clr-btn-bg: #f37e5f;
  --clr-btn-bg-hover: var(--clr-btn-bg);
}

.code--koki {
  --clr-bg-1: #572a8b;
  --clr-bg-2: #3d2552;
  --clr-btn-fg: #352246;
  --clr-btn-bg: #ace815;
  --clr-btn-bg-hover: #98c22d;
}
.code--koki .title {
  font-size: 8.2rem;
  margin-top: 0.2em;
}
@media (max-width: 800px) {
  .code--koki .title {
    font-size: 6.8rem;
  }
}
@media (max-width: 600px) {
  .code--koki .title {
    font-size: 10.6vmin;
  }
}

.code--gas {
  --clr-bg-1: #1a237e;
  --clr-bg-2: #10164b;
  --clr-btn-fg: var(--clr-bg-2);
  --clr-btn-bg: #fad205;
  --clr-btn-bg-hover: #ad8e00;
}

.code--novum {
  --clr-bg-1: #07709a;
  --clr-bg-2: #07989f;
  --clr-btn-bg: #fba833;
  --clr-btn-bg-hover: #e88700;
}

.code--sparkys {
  --clr-fg: #29519b;
  --clr-bg-1: #d4edfc;
  --clr-bg-2: #d4edfc;
  --clr-stripe-1: #d4edfc;
  --clr-stripe-2: #d4edfc;
  --clr-btn-bg: #29519b;
  --clr-btn-bg-hover: #1b3667;
  --bg-image: url(/assets/img/bg-stars.png);
}
.code--sparkys .code__background, .code--sparkys .signpost__background {
  background-size: contain;
  background-position: center;
}
@media (max-width: 1100px) {
  .code--sparkys .code__background, .code--sparkys .signpost__background {
    background-position: top;
  }
}

.code--alphazoo {
  --clr-bg-1: #134395;
  --clr-bg-2: #00276b;
  --clr-btn-bg: #ec691f;
  --clr-btn-bg-hover: #d45f1c;
}

.code--avia {
  --clr-bg-1: #e63c24;
  --clr-bg-2: #b12b22;
  --clr-btn-bg: #242021;
  --clr-btn-bg-hover: #8f8f8f;
  border-bottom: 20px solid #8f8f8f;
}

.code--pepco {
  --clr-bg-1: #0d9af6;
  --clr-bg-2: #ce0058;
  --clr-stripe-1: rgba(0, 0, 0, 0);
  --clr-stripe-2: rgba(0, 0, 0, 0);
  --clr-btn-bg: #ce0058;
  --clr-btn-bg-hover: #9b0042;
}
.code--pepco .code__background, .code--pepco .signpost__background {
  background-image: -webkit-linear-gradient(40deg, transparent 58%, var(--clr-stripe-1) 0%, var(--clr-stripe-2) 58%), -webkit-linear-gradient(350deg, var(--clr-bg-1) 20%, var(--clr-bg-2) 120%);
  background-image: linear-gradient(50deg, transparent 58%, var(--clr-stripe-1) 0%, var(--clr-stripe-2) 58%), linear-gradient(100deg, var(--clr-bg-1) 20%, var(--clr-bg-2) 120%);
}

.code--bambule {
  --clr-stripe-1: rgba(0, 0, 0, 0);
  --clr-stripe-2: rgba(0, 0, 0, 0);
  --clr-bg-1: #26237b;
  --clr-bg-2: #26237b;
  --clr-btn-bg: #ee1d23;
  --clr-btn-bg-hover: #a42a2d;
}

.code--zmacknireturn {
  --clr-fg: #007437;
  --clr-btn-bg: #007437;
  --clr-btn-bg-hover: #00411e;
}
.code--zmacknireturn .code__background, .code--zmacknireturn .signpost__background {
  background-image: -webkit-linear-gradient(top, rgba(253, 228, 176, 0.8588235294), rgba(249, 177, 22, 0.8588235294)), url(https://www.rondo.cz/upload/leavemode/beer-bubbles.jpg);
  background-image: linear-gradient(to bottom, rgba(253, 228, 176, 0.8588235294), rgba(249, 177, 22, 0.8588235294)), url(https://www.rondo.cz/upload/leavemode/beer-bubbles.jpg);
  background-size: cover;
}

.code--rossmann {
  --bg-image: none;
  --clr-stripe-1: #c42136;
  --clr-stripe-2: #c42136;
  --clr-fg: #ffffff;
  --clr-bg-1: #d22439;
  --clr-bg-2: #d22439;
  --clr-btn-bg: #231f20;
  --clr-btn-bg-hover: #363031;
}
@media (max-width: 600px) {
  .code--rossmann {
    padding-bottom: 2rem;
  }
}
@media (max-width: 370px) {
  .code--rossmann {
    padding-bottom: 4rem;
  }
}
.code--rossmann .code__partner-logo {
  width: auto;
  max-height: 11rem;
}
@media (max-width: 600px) {
  .code--rossmann .code__partner-logo {
    max-height: 7.5rem;
  }
}
.code--rossmann .code__form-input-error-msg {
  background-color: #fff;
  color: #000;
}

.code--miniso {
  --clr-fg: #333;
  --clr-bg-1: #eee;
  --clr-bg-2: #eee;
  --clr-btn-bg: #333;
  --clr-btn-bg-hover: #dd3333;
  --clr-stripe-1: rgba(0, 0, 0, 0);
  --clr-stripe-2: rgba(0, 0, 0, 0);
}

.code--pizza {
  --clr-fg: #6e2151;
  --clr-bg-1: #f19b11;
  --clr-bg-2: #f8b30a;
  --clr-btn-bg: #41a343;
  --clr-btn-bg-hover: #317e33;
  --clr-stripe-1: rgba(0, 0, 0, 0);
  --clr-stripe-2: rgba(0, 0, 0, 0);
}

.code--acandco {
  --clr-fg: #1f1b20;
  --clr-bg-1: #e7e7e7;
  --clr-bg-2: #ffffff;
  --clr-btn-bg: #2a333b;
  --clr-btn-bg-hover: #000413;
  --clr-stripe-1: rgba(0, 0, 0, 0);
  --clr-stripe-2: rgba(0, 0, 0, 0);
}

.code--belfrit {
  --clr-bg-1: #e63a34;
  --clr-bg-2: #e63a34;
  --clr-btn-bg: #453d3f;
  --clr-btn-bg-hover: #242021;
  --clr-stripe-1: #c02226;
  --clr-stripe-2: #c02226;
  overflow: initial;
}
.code--belfrit::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 50px;
  background-image: url(/assets/img/belfrit-border.svg);
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-transform: translateY(50%);
          transform: translateY(50%);
}
@media (max-width: 600px) {
  .code--belfrit::after {
    height: 40px;
  }
}

.code--3dden {
  --clr-fg: #ffffff;
  --clr-bg-1: #9200db;
  --clr-bg-2: #46016a;
  --clr-btn-bg: #c72f1a;
  --clr-btn-bg-hover: #962213;
  --clr-stripe-1: rgba(0, 0, 0, 0);
  --clr-stripe-2: rgba(0, 0, 0, 0);
  --bg-image: none;
}

@media (max-width: 600px) {
  .signpost {
    min-height: 100vh;
    min-height: 100svh;
    -webkit-align-items: center;
            align-items: center;
  }
}
@media (max-width: 600px) {
  .signpost--hidden {
    display: none !important;
  }
}
@media (max-width: 600px) {
  .signpost--animated .signpost__main--animated .signpost__flags a, .signpost--animated .signpost__main--animated .signpost__flags button, .signpost--animated .signpost__main--animated .signpost__title {
    -webkit-animation: show-in 1.5s 1.9s forwards;
            animation: show-in 1.5s 1.9s forwards;
    opacity: 0;
  }
}
@keyframes show-in {
  from {
    opacity: 0;
    -webkit-transform: translateY(1rem);
            transform: translateY(1rem);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.signpost__content {
  width: 72.8rem;
}
.signpost__content-inner {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
@media (max-width: 1100px) {
  .signpost__content-inner {
    width: 100%;
  }
}
@media (max-width: 600px) {
  .signpost--animated .signpost__img--animated {
    opacity: 0;
    -webkit-animation-name: inline-uubgroa;
            animation-name: inline-uubgroa;
    -webkit-animation-duration: 2s;
            animation-duration: 2s;
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
    -webkit-animation-direction: normal;
            animation-direction: normal;
    -webkit-animation-delay: 0.5s;
            animation-delay: 0.5s;
  }
  @-webkit-keyframes inline-uubgroa {
    0% {
      opacity: 0;
      z-index: 10;
      -webkit-transform: translateX(-50%) translateY(-50%) scale(0.7);
              transform: translateX(-50%) translateY(-50%) scale(0.7);
    }
    50% {
      opacity: 1;
      z-index: 10;
      -webkit-transform: translateX(-50%) translateY(-50%) scale(2.5);
              transform: translateX(-50%) translateY(-50%) scale(2.5);
    }
    100% {
      z-index: -1;
      -webkit-transform: translateX(-50%) translateY(-50%) scale(1);
              transform: translateX(-50%) translateY(-50%) scale(1);
      opacity: 0;
    }
  }
  @keyframes inline-uubgroa {
    0% {
      opacity: 0;
      z-index: 10;
      -webkit-transform: translateX(-50%) translateY(-50%) scale(0.7);
              transform: translateX(-50%) translateY(-50%) scale(0.7);
    }
    50% {
      opacity: 1;
      z-index: 10;
      -webkit-transform: translateX(-50%) translateY(-50%) scale(2.5);
              transform: translateX(-50%) translateY(-50%) scale(2.5);
    }
    100% {
      z-index: -1;
      -webkit-transform: translateX(-50%) translateY(-50%) scale(1);
              transform: translateX(-50%) translateY(-50%) scale(1);
      opacity: 0;
    }
  }
}
.signpost__img img {
  max-width: 73.059rem;
}
.signpost__title .title {
  font-size: 6.4rem;
}
@media (max-width: 1100px) {
  .signpost__title .title {
    text-align: center;
  }
}
@media (max-width: 635px) {
  .signpost__title .title {
    font-size: 8vmin;
  }
}
.signpost__flags {
  max-width: 35rem;
  display: -webkit-flex;
  display: flex;
  gap: 2.5rem;
  margin: 5rem auto 0;
}
@supports (grid-template-columns: repeat(2, 1fr)) {
  .signpost__flags {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 600px) {
  .signpost__flags {
    -webkit-flex-direction: column;
            flex-direction: column;
    max-width: 13rem;
    grid-template-columns: 1fr;
    margin: 5rem auto 10rem;
  }
}
@media (max-width: 450px) {
  .signpost__flags {
    margin-top: 2.5rem;
    margin-top: clamp(2.5rem, 1rem + 8vw, 5rem);
    grid-template-columns: clamp(8rem, 1rem + 28vw, 13rem);
    -webkit-justify-content: center;
            justify-content: center;
  }
}
.signpost__flags a, .signpost__flags button {
  padding: 0;
  border: none;
  background: none;
  cursor: pointer;
  overflow: hidden;
  border-radius: 4px;
}
.signpost__flags img {
  aspect-ratio: 5/3;
  width: 100%;
  height: 100%;
}
.signpost + footer {
  margin-top: 0;
}

.code__btn-close-wrapper {
  z-index: 999999;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: -3rem;
}
.code__btn-close-wrapper > .btn-close {
  position: absolute;
  top: 16rem;
  right: 1.5rem;
}
@media (max-width: 600px) {
  .code__btn-close-wrapper > .btn-close {
    top: 8rem;
    right: 1.9rem;
    -webkit-transform: scale(0.7);
            transform: scale(0.7);
  }
}
@media (max-width: 480px) {
  .code__btn-close-wrapper > .btn-close {
    right: 2.5rem;
  }
}

.info-highlight-block {
  width: 80%;
  margin: 0 auto;
}
@media all and (max-width: 767px) {
  .info-highlight-block {
    width: 100%;
  }
}
.info-highlight-block__content {
  padding: 20px;
  background: #f5f6f7;
  border-radius: 16px;
}
.info-highlight-block .thumb-up {
  height: 20px;
  min-width: 20px;
  display: inline-block;
  margin-left: 10px;
  background: url("/assets/img/survey/thumb-up--orange.png") no-repeat;
  background-size: contain;
}
.info-highlight-block p {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
          justify-content: space-between;
  -webkit-align-items: center;
          align-items: center;
  font-size: 16px;
  font-weight: 500;
  text-align: left;
}
@media all and (max-width: 480px) {
  .info-highlight-block p {
    font-size: 14px;
  }
}

.lead-spin-card {
  max-width: 350px;
  margin: 0 auto;
}

.lead-notification {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
  padding: 12px 10px;
}
.lead-notification p {
  margin: 0 0 0 20px;
  font-weight: 400;
  color: #fff;
}
.lead-notification .alert-icon {
  height: 30px;
  min-width: 30px;
  display: inline-block;
  background: url("/assets/img/survey/icon-alert-circle.svg");
  background-size: cover;
}

p.about-company-paragraph {
  margin-left: 25px;
  padding-left: 15px;
  line-height: 2;
  border-left: 4px solid #aaa;
}
@media all and (max-width: 767px) {
  p.about-company-paragraph {
    margin: 10px 0 0;
  }
}

img.img-about-company {
  max-width: 200px;
}

.img-btn {
  background: none;
  border: none;
}
.img-btn:focus, .img-btn:active {
  outline: none;
}

img.lead-money-img {
  max-width: 280px;
}
@media all and (max-width: 480px) {
  img.lead-money-img {
    max-width: 240px;
  }
}

img.img-brand--lg {
  max-width: 285px !important;
}
img.img-brand--md {
  max-width: 250px !important;
}
img.img-brand--sm {
  max-width: 220px !important;
}

/*--- RIXO ---*/
.rixo-logo {
  width: 150px;
}

p.rixo-subtitle--done {
  font-weight: 600;
}

@media all and (max-width: 425px) {
  p.rixo-title {
    margin-top: 0;
  }
}

/*--- MUTUMUTU ---*/
.mutumutu-container .title--done {
  font-weight: 600;
}
.mutumutu-container .text-instructions,
.mutumutu-container .text-about {
  margin: 0 auto;
}
.mutumutu-container .text-instructions {
  max-width: 670px;
}
.mutumutu-container .text-about {
  max-width: 600px;
}
.mutumutu-container .mutumutu-logo {
  max-width: 400px;
  margin: 30px auto;
}
@media all and (max-width: 768px) {
  .mutumutu-container .mutumutu-logo {
    width: 300px;
  }
}
.mutumutu-container .benefits {
  max-width: 480px;
  margin: 40px auto;
}
.mutumutu-container .benefits .benefit {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
  margin-bottom: 20px;
}
.mutumutu-container .benefits .benefit p {
  margin: 0;
}
.mutumutu-container .benefits .benefit img {
  width: 34px;
  height: 30px;
  margin-right: 30px;
}

/*--- mBank ---*/
.img-money--1000 {
  position: relative;
  bottom: 30px;
  z-index: -1;
}
@media all and (max-width: 520px) {
  .img-money--1000 {
    bottom: 80px;
    left: 35px;
  }
}

@media all and (max-width: 767px) {
  img.img-money--500 {
    max-width: 300px;
  }
}

.file-uploader {
  width: 80%;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
          justify-content: center;
  -webkit-align-items: center;
          align-items: center;
  margin: 40px auto;
  padding: 10px 30px;
  color: #e37921;
  border: 3px solid #e37921;
  border-radius: 6px;
}
@media all and (max-width: 1024px) {
  .file-uploader {
    width: 90%;
    -webkit-flex-direction: column;
            flex-direction: column;
  }
}
.file-uploader__import {
  display: -webkit-flex;
  display: flex;
}
.file-uploader__input {
  width: 50%;
}
.file-uploader__input::-webkit-file-upload-button {
  visibility: hidden;
}
@media all and (max-width: 1024px) {
  .file-uploader__input {
    width: 100%;
  }
}
.file-uploader .label-text {
  margin-left: 40px;
  text-align: left;
}
.file-uploader .label-text p {
  margin: 0 !important;
  color: #e37921;
}
.file-uploader label {
  cursor: pointer;
  color: #e37921;
}
.file-uploader label img {
  width: 48px;
  height: 48px;
  margin-right: 40px;
}

.checkbox.checkbox--small {
  margin: 60px 15px;
  text-align: center;
}
@media all and (max-width: 767px) {
  .checkbox.checkbox--small {
    margin: 30px 10px;
  }
}
.checkbox.checkbox--small label {
  font-size: 13px;
  font-weight: 300;
  text-align: left;
}
.checkbox.checkbox--small label:before {
  top: 25px;
  margin-left: -10px;
}

/*--- RAIFFBANK ---*/
img.img-card-czk {
  max-width: 75px;
}

img.img-raiff-logo {
  max-width: 200px;
}

.img-1000 {
  max-height: 390px;
  margin-top: -35px;
}

img.rondon-pile-img {
  width: 145px;
}

/*--- SHADOW LEGENDS ---*/
@media all and (max-width: 767px) {
  #survey-shadow-legends .btn {
    pointer-events: none;
    background-color: #b0b0b0;
  }
}

#survey-shadow-legends-info-message {
  display: none;
}
@media all and (max-width: 767px) {
  #survey-shadow-legends-info-message {
    display: block;
  }
}

/*--- AUTO ESA ---*/
img.img-card-esa {
  max-width: 525px;
}
@media all and (max-width: 1024px) {
  img.img-card-esa {
    max-width: 475px;
  }
}
@media all and (max-width: 480px) {
  img.img-card-esa {
    max-width: 350px;
  }
}
@media all and (max-width: 360px) {
  img.img-card-esa {
    max-width: 300px;
  }
}

/*--- TWISTO ---*/
img.logo-twisto {
  max-width: 200px;
}

/*--- ČESKÁ SPOŘITELNA ---*/
img.img-mobile-app {
  max-width: 350px;
}
@media all and (max-width: 767px) {
  img.img-mobile-app {
    max-width: 230px;
  }
}

img.img-logos {
  max-width: 200px;
}
@media all and (max-width: 767px) {
  img.img-logos {
    max-width: 120px;
  }
}

/*--- TELLY ---*/
img.logo-telly {
  max-width: 220px;
}
@media all and (max-width: 767px) {
  img.logo-telly {
    max-width: 170px;
  }
}

img.telly-bubble {
  position: absolute;
  top: 60px;
  left: 70px;
}
@media all and (max-width: 767px) {
  img.telly-bubble {
    top: 75px;
    left: 30px;
    max-width: 35%;
  }
}

/*--- VODAFONE ---*/
img.logo-vodafone {
  max-width: 120px;
}
@media all and (max-width: 767px) {
  img.logo-vodafone {
    margin-bottom: 15px;
  }
}

img.card-vodafone,
img.card-ivyzkumy {
  max-width: 475px;
}
@media all and (max-width: 767px) {
  img.card-vodafone,
img.card-ivyzkumy {
    max-width: 375px;
  }
}
@media all and (max-width: 425px) {
  img.card-vodafone,
img.card-ivyzkumy {
    max-width: 95%;
  }
}

/*--- IVYZKUMY.CZ ---*/
img.logo-ivyzkumy {
  max-width: 200px;
}

/*--- ANOCRIS ---*/
img.logo-anocris {
  max-width: 255px;
}

/*--- IMPERIA ONLINE ---*/
img.logo-imperia {
  max-width: 250px;
}

/*--- ePojisteni ---*/
img.epojisteni-car {
  width: 530px;
  display: block;
  margin: auto;
}
img.epojisteni-label {
  position: absolute;
  top: 15px;
  left: 5%;
  max-width: 160px;
}
@media all and (max-width: 767px) {
  img.epojisteni-label {
    top: auto;
    left: 8%;
    max-width: 130px;
  }
}
@media all and (max-width: 480px) {
  img.epojisteni-label {
    max-width: 100px;
  }
}

.draw-prize__card-wrapper.draw-prize__card-wrapper--survey-custom-img {
  max-width: 34.2rem;
  margin-left: auto;
  margin-right: auto;
}

.survey-custom-img {
  height: 100%;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
          justify-content: center;
  -webkit-align-items: center;
          align-items: center;
  overflow: hidden;
}
@media (max-width: 768px) {
  .survey-custom-img {
    height: auto;
  }
}
.survey-custom-img img {
  width: 100%;
  min-width: 100%;
  min-height: 100%;
}

.lead-cover {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
          justify-content: center;
  -webkit-align-items: center;
          align-items: center;
}

.ss-wrapper {
  z-index: inherit;
}

.game-middle-column .container-bottom.post-tutorial-zindex {
  z-index: 991 !important;
}
@media all and (max-height: 450px) {
  .game-middle-column .container-bottom.post-tutorial-zindex {
    position: relative !important;
  }
}
.game-middle-column .container-bottom.post-tutorial-zindex .btn-group {
  position: relative;
}

.post-tutorial__logo {
  width: 128px;
  height: 128px;
  -webkit-flex-shrink: 0;
          flex-shrink: 0;
}
.post-tutorial__logo-wrapper {
  display: -webkit-flex;
  display: flex;
}
@media all and (max-width: 480px) {
  .post-tutorial__logo-wrapper {
    -webkit-flex-direction: column;
            flex-direction: column;
    -webkit-align-items: center;
            align-items: center;
  }
}
.post-tutorial__logo + .post-tutorial__text {
  padding-left: 15px;
}
@media all and (max-width: 480px) {
  .post-tutorial__logo + .post-tutorial__text {
    padding-top: 15px;
    padding-left: 0;
  }
}
.post-tutorial__progress {
  display: block;
  margin-bottom: 16px;
  padding: 0;
  line-height: 20px;
  text-align: center;
  list-style: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.post-tutorial__progress li {
  width: 14px;
  height: 14px;
  display: inline-block;
  margin: 0 3px;
  border: 2px solid #e37921;
  border-radius: 50%;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.post-tutorial__progress li.active {
  background-color: #e37921;
}
.post-tutorial__img {
  height: auto;
  max-width: 100%;
  display: block;
  margin: 16px auto 0;
}

.post-tutorial-overlay {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: 990;
  width: -webkit-calc(100% + 20px);
  width: calc(100% + 20px);
  display: none;
  overflow-x: hidden;
  overflow-y: auto;
  padding-right: 20px;
  background-color: rgba(255, 255, 255, 0.85);
  -webkit-font-smoothing: subpixel-antialiased;
  -webkit-overflow-scrolling: touch;
}

.post-tutorial-static {
  width: 100%;
  height: 100%;
  float: left;
  background-color: #fff;
}

.post-tutorial-tooltip {
  position: relative;
  z-index: 992;
  width: -webkit-calc(100% - 30px);
  width: calc(100% - 30px);
  max-width: 600px;
  overflow: hidden;
  margin: 150px auto 15px;
  padding: 15px 25px 0;
  background-color: #fff;
  border: 2px solid #e37921;
  border-radius: 6px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
@media all and (max-width: 767px) {
  .post-tutorial-tooltip {
    margin-top: 90px;
  }
}
@media all and (max-width: 767px) and (max-height: 570px) {
  .post-tutorial-tooltip {
    max-width: none;
    padding-top: 0;
  }
}
@media all and (max-height: 570px) {
  .post-tutorial-tooltip {
    margin-top: 75px;
  }
}
.post-tutorial-tooltip h1 {
  margin-bottom: 28px;
  text-align: center;
}
@media all and (max-width: 767px) and (max-height: 720px) {
  .post-tutorial-tooltip h1 {
    margin-bottom: 14px;
    font-size: 24px;
  }
}
.post-tutorial-tooltip h2 {
  margin-top: 28px;
}
@media all and (max-width: 767px) and (max-height: 720px) {
  .post-tutorial-tooltip h2 {
    margin-top: 14px;
    margin-bottom: 14px;
    font-size: 18px;
  }
}
.post-tutorial-tooltip h2:not(.post-tutorial-tooltip__title) {
  margin-bottom: 28px;
}
@media all and (max-width: 767px) and (max-height: 720px) {
  .post-tutorial-tooltip h2:not(.post-tutorial-tooltip__title) {
    margin-bottom: 14px;
  }
}
.post-tutorial-tooltip h1 strong,
.post-tutorial-tooltip h2 strong {
  font-weight: 400 !important;
}
.post-tutorial-tooltip h1,
.post-tutorial-tooltip h2,
.post-tutorial-tooltip p {
  color: #414141;
}
.post-tutorial-tooltip h1.form-error-text,
.post-tutorial-tooltip h2.form-error-text,
.post-tutorial-tooltip p.form-error-text {
  color: #e33a27;
}
.post-tutorial-tooltip h1.text-primary,
.post-tutorial-tooltip h2.text-primary,
.post-tutorial-tooltip p.text-primary {
  color: #e37921;
}
.post-tutorial-tooltip p {
  overflow: hidden;
  margin-bottom: 5px;
}
.post-tutorial-tooltip p.text-larger {
  font-size: 16px;
  font-weight: 300 !important;
}
@media all and (max-width: 480.001px), all and (max-height: 570px) {
  .post-tutorial-tooltip p.text-larger {
    font-size: 16px !important;
  }
}
.post-tutorial-tooltip .text-smaller {
  font-size: 0.75em !important;
}
.post-tutorial-tooltip .text-smaller a {
  text-decoration: underline;
  color: #6e6e6e;
}
.post-tutorial-tooltip .text-smaller a:hover, .post-tutorial-tooltip .text-smaller a:focus, .post-tutorial-tooltip .text-smaller a:active {
  text-decoration: none;
}
.post-tutorial-tooltip .lightbox-close {
  top: 15px;
  right: 15px;
}
.post-tutorial-tooltip .container__slider.offers .container__slider-item .container__slider-description {
  min-height: auto;
}
.post-tutorial-tooltip .container__slider {
  margin-top: 30px;
  padding: 0;
}
.post-tutorial-tooltip .container__slider .container__slider-item {
  position: relative;
  margin: 0 auto;
  box-shadow: 0 3px 12px #dedfe3;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
@media all and (min-width: 480.001px) {
  .post-tutorial-tooltip .container__slider .container__slider-item {
    max-width: 220px;
  }
}
.post-tutorial-tooltip .container__slider .container__slider-item .btn-success {
  background-color: #a2cb76;
  border-color: #a2cb76;
}
.post-tutorial-tooltip .container__slider .container__slider-item .container__slider-icon {
  pointer-events: inherit;
}
.post-tutorial-tooltip .form-group {
  overflow: hidden;
  margin-top: 28px;
  margin-bottom: 0;
}
@media all and (max-width: 767px) and (max-height: 720px) {
  .post-tutorial-tooltip .form-group {
    margin-top: 14px;
  }
}
.post-tutorial-tooltip .form-group .form-control:not(.form-control--regular) {
  width: 100%;
  height: 52px;
  margin: 0 auto;
  font-size: 26px;
  font-weight: 500;
  line-height: 52px;
  text-align: center;
}
.post-tutorial-tooltip .form-group .form-control:not(.form-control--regular)::-webkit-input-placeholder {
  font-size: 20px;
  font-weight: 300;
  text-align: center;
}
.post-tutorial-tooltip .form-group .form-control:not(.form-control--regular):-moz-placeholder {
  font-size: 20px;
  font-weight: 300;
  text-align: center;
}
.post-tutorial-tooltip .form-group .form-control:not(.form-control--regular)::-moz-placeholder {
  font-size: 20px;
  font-weight: 300;
  text-align: center;
}
.post-tutorial-tooltip .form-group .form-control:not(.form-control--regular):-ms-input-placeholder {
  font-size: 20px;
  font-weight: 300;
  text-align: center;
}
@media all and (max-width: 767px) and (max-height: 720px) {
  .post-tutorial-tooltip .form-group .form-control:not(.form-control--regular) {
    height: 46px;
    font-size: 22px;
    line-height: 46px;
  }
}
.post-tutorial-tooltip .form-group + .bottom-link {
  margin-top: 15px;
}
.post-tutorial-tooltip .form-group label {
  margin-top: 0;
  text-align: left;
}
.post-tutorial-tooltip .form-group input + button,
.post-tutorial-tooltip .form-group input + input {
  margin-top: 15px;
}
.post-tutorial-tooltip .form-group input.strong {
  line-height: 1;
}
.post-tutorial-tooltip .form-group .strong {
  height: 46px;
  font-size: 23px;
  font-weight: 400;
  letter-spacing: 1px;
  text-align: center;
}
.post-tutorial-tooltip .form-group .btn {
  height: 46px;
  font-weight: 400;
  line-height: 46px;
}
.post-tutorial-tooltip .form-group .form-error-text {
  font-size: 14px;
  text-align: left;
}
.post-tutorial-tooltip .form-group .form-error-text {
  margin-bottom: -12px;
}
.post-tutorial-tooltip .footer {
  margin: 0 auto 15px;
}
.post-tutorial-tooltip .footer .footer-link {
  text-decoration: underline;
  color: #414141;
}
.post-tutorial-tooltip .footer .footer-link:focus, .post-tutorial-tooltip .footer .footer-link:hover {
  text-decoration: none;
}
.post-tutorial-tooltip .btn-wrapper {
  margin: 10px -5px;
}
.post-tutorial-tooltip .btn-wrapper .btn {
  margin: 5px;
}
.post-tutorial-tooltip .btn-larger {
  height: auto;
  min-height: 50px;
  margin: 16px auto;
  padding-top: 12px;
  padding-bottom: 12px;
  font-size: 20px;
  line-height: 1.3;
  white-space: normal;
}
@media all and (max-width: 767px) and (max-height: 720px) {
  .post-tutorial-tooltip .btn-larger {
    min-height: auto;
    padding-top: 8px;
    padding-bottom: 8px;
    font-size: 16px;
  }
  .post-tutorial-tooltip .btn-larger span {
    display: none;
  }
}
.post-tutorial-tooltip a.no-interest {
  text-decoration: underline;
  color: #414141;
}
.post-tutorial-tooltip a.no-interest:hover, .post-tutorial-tooltip a.no-interest:focus, .post-tutorial-tooltip a.no-interest:active {
  text-decoration: none;
}

.popover-post-tutorial {
  position: absolute;
  z-index: 992;
  width: 50%;
  min-width: 300px;
  max-width: 450px;
  display: none;
  padding: 1px;
  font-size: 14px;
  word-spacing: normal;
  white-space: normal;
  text-align: start;
  text-decoration: none;
  background-clip: padding-box;
  background-color: #f2520c;
  border: 1px solid #f2520c;
  border-radius: 3px;
  -webkit-animation-name: shake;
          animation-name: shake;
  -webkit-animation-duration: 4s;
          animation-duration: 4s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  text-transform: none;
  word-break: normal;
  word-wrap: normal;
}
.popover-post-tutorial.top {
  margin-top: -10px;
}
.popover-post-tutorial.top > .arrow {
  bottom: -11px;
  left: 50%;
  margin-left: -11px;
  border-bottom-width: 0;
  border-top-color: #f2520c;
}
.popover-post-tutorial.top > .arrow:after {
  bottom: 1px;
  content: " ";
  margin-left: -10px;
  border-bottom-width: 0;
  border-top-color: #f2520c;
}
.popover-post-tutorial.right {
  margin-left: 10px;
}
.popover-post-tutorial.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-left-width: 0;
  border-right-color: #f2520c;
}
.popover-post-tutorial.right > .arrow:after {
  bottom: -10px;
  left: 1px;
  content: " ";
  border-left-width: 0;
  border-right-color: #f2520c;
}
.popover-post-tutorial.bottom {
  margin-top: 10px;
}
.popover-post-tutorial.bottom > .arrow {
  top: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #f2520c;
}
.popover-post-tutorial.bottom > .arrow:after {
  top: 1px;
  content: " ";
  margin-left: -10px;
  border-top-width: 0;
  border-bottom-color: #f2520c;
}
.popover-post-tutorial.left {
  margin-left: -10px;
}
.popover-post-tutorial.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #f2520c;
}
.popover-post-tutorial.left > .arrow:after {
  right: 1px;
  bottom: -10px;
  content: " ";
  border-right-width: 0;
  border-left-color: #f2520c;
}
.popover-post-tutorial > .arrow {
  border-width: 11px;
}
.popover-post-tutorial > .arrow:after {
  content: "";
  border-width: 10px;
}
.popover-post-tutorial .popover-title {
  font-size: 16px;
  font-weight: 400;
  text-align: center;
  color: #fff;
  background-color: transparent;
  border-color: transparent;
}
@media all and (max-width: 480.001px), all and (max-height: 570px) {
  .popover-post-tutorial .popover-title {
    font-size: 14px;
  }
}

.popover-post-tutorial > .arrow,
.popover-post-tutorial > .arrow:after {
  position: absolute;
  width: 0;
  height: 0;
  display: block;
  border-color: transparent;
  border-style: solid;
}

@media all and (max-width: 767px) {
  .exchange .container-flex.post-tutorial {
    position: relative;
    margin-right: 15px;
    padding: 0 !important;
    background-image: -webkit-linear-gradient(to left, #fafafa 0%, #f8f8f8 100%);
    background-image: -webkit-linear-gradient(left, #fafafa 0%, #f8f8f8 100%);
    background-image: linear-gradient(to right, #fafafa 0%, #f8f8f8 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFFAFAFA", endColorstr="#FFF8F8F8", GradientType=1);
  }
  .exchange .container-flex.post-tutorial:before {
    position: absolute;
    top: 0;
    right: -1px;
    z-index: 1;
    width: 1px;
    height: 100%;
    content: "";
    display: block;
    box-shadow: -3px 2px 4px 0 #ececec;
  }
  .exchange .container-flex.post-tutorial .featured-prize .featured-prize-link-wrapper {
    margin: 0;
  }
  .exchange .container-flex.post-tutorial .featured-prize .featured-prize-link-wrapper:hover, .exchange .container-flex.post-tutorial .featured-prize .featured-prize-link-wrapper:focus, .exchange .container-flex.post-tutorial .featured-prize .featured-prize-link-wrapper:active {
    z-index: 2;
    background: #fff;
  }
  .exchange .container-flex.post-tutorial .featured-prize .featured-prize-link-wrapper:hover .container, .exchange .container-flex.post-tutorial .featured-prize .featured-prize-link-wrapper:focus .container, .exchange .container-flex.post-tutorial .featured-prize .featured-prize-link-wrapper:active .container {
    border-top: 1px solid transparent;
  }
  .exchange .container-flex.post-tutorial .featured-prize .featured-prize-link-wrapper:hover .container .prize-name, .exchange .container-flex.post-tutorial .featured-prize .featured-prize-link-wrapper:focus .container .prize-name, .exchange .container-flex.post-tutorial .featured-prize .featured-prize-link-wrapper:active .container .prize-name {
    color: #414141;
  }
  .exchange .container-flex.post-tutorial .featured-prize .featured-prize-link-wrapper:hover .prize-bottom-wrapper .btn, .exchange .container-flex.post-tutorial .featured-prize .featured-prize-link-wrapper:focus .prize-bottom-wrapper .btn {
    background-color: #4f8816;
    border-color: #4f8816;
  }
  .exchange .container-flex.post-tutorial .featured-prize .featured-prize-link-wrapper:active .prize-bottom-wrapper .btn {
    background-color: #6aa145;
    border-color: #6aa145;
  }
  .exchange .container-flex.post-tutorial .featured-prize .featured-prize-link-wrapper .container {
    position: relative;
    height: 120px;
    -webkit-justify-content: center;
            justify-content: center;
    padding-left: 130px !important;
    background: none;
    box-shadow: none;
    border: none;
    border-top: 1px solid #ececec;
    border-bottom: 1px solid transparent;
    border-radius: 0;
  }
  .exchange .container-flex.post-tutorial .featured-prize .featured-prize-link-wrapper .container .featured-picture {
    position: absolute;
    left: 0;
    width: 120px;
    height: 100%;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
            justify-content: center;
    -webkit-align-items: center;
            align-items: center;
    padding-left: 15px;
  }
  .exchange .container-flex.post-tutorial .featured-prize .featured-prize-link-wrapper .container .featured-picture img {
    max-width: 80px;
    max-height: 80px;
  }
  .exchange .container-flex.post-tutorial .featured-prize .featured-prize-link-wrapper .container .featured-sponsor {
    display: none;
  }
  .exchange .container-flex.post-tutorial .featured-prize .featured-prize-link-wrapper .container .prize-name {
    -webkit-flex-grow: 0;
            flex-grow: 0;
    margin: 0;
    padding: 0;
    font-size: 14px;
    text-align: left !important;
    color: #6e6e6e;
    -webkit-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
  }
  .exchange .container-flex.post-tutorial .featured-prize .featured-prize-link-wrapper .prize-bottom-wrapper {
    position: relative;
    bottom: 0;
    margin: 0;
    text-align: left;
  }
  .exchange .container-flex.post-tutorial .featured-prize .featured-prize-link-wrapper .prize-bottom-wrapper .btn {
    position: relative;
    bottom: auto;
    left: auto;
    display: inline-block;
    margin: 0;
    line-height: 38px;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}

.container__slider-title .tooltip {
  position: relative;
  margin-left: 10px;
}
@media all and (max-width: 767px) {
  .container__slider-title .tooltip {
    display: none;
  }
}

#game.post-tutorial .container__slider.offers, #game.post-tutorial .container__slider.get-credits {
  pointer-events: none;
  -webkit-user-select: none !important;
     -moz-user-select: none !important;
      -ms-user-select: none !important;
          user-select: none !important;
  opacity: 0.35;
}
#game.post-tutorial .container__slider.offers *, #game.post-tutorial .container__slider.get-credits * {
  -webkit-user-select: none !important;
     -moz-user-select: none !important;
      -ms-user-select: none !important;
          user-select: none !important;
  pointer-events: none !important;
}
#game.post-tutorial > div:not(.dashboard),
#game.post-tutorial > footer.footer {
  pointer-events: none;
  -webkit-user-select: none !important;
     -moz-user-select: none !important;
      -ms-user-select: none !important;
          user-select: none !important;
  opacity: 0.35;
}
#game.post-tutorial > div:not(.dashboard) *,
#game.post-tutorial > footer.footer * {
  -webkit-user-select: none !important;
     -moz-user-select: none !important;
      -ms-user-select: none !important;
          user-select: none !important;
  pointer-events: none !important;
}

@media all and (max-width: 767px) {
  #tutorial {
    -webkit-transform: none !important;
            transform: none !important;
  }
}

.post-tutorial-tooltip.post-tutorial-tooltip--wide {
  max-width: 750px;
}
@media all and (max-width: 991px) {
  .post-tutorial-tooltip .post-tutorial__img-oprator {
    width: 160px;
  }
}
@media all and (max-width: 767.001px) {
  .post-tutorial-tooltip .post-tutorial__img-oprator {
    width: 140px;
  }
}
.post-tutorial-tooltip .post-tutorial-tooltip__header {
  margin: -15px -30px 0;
  padding: 30px 20px 10px;
  background-color: #e7e7e7;
}
@media all and (min-width: 767.001px) {
  .post-tutorial-tooltip .post-tutorial-tooltip__header {
    padding: 60px 30px 20px;
  }
}
.post-tutorial-tooltip .post-tutorial-tooltip__header.bg-mnd {
  height: 262px;
  background: transparent url("/assets/img/partner/mnd/bg-mnd.jpg") no-repeat center;
  background-size: cover;
}
.post-tutorial-tooltip .post-tutorial-tooltip__body {
  margin: 25px 0 15px;
}
.post-tutorial-tooltip .post-tutorial-tooltip__body .post-tutorial-tooltip__title {
  font-weight: 300;
  color: #373b43;
}
.post-tutorial-tooltip .post-tutorial-tooltip__body .post-tutorial-tooltip__title strong {
  font-weight: 600 !important;
}
.post-tutorial-tooltip .post-tutorial-tooltip__body h1.post-tutorial-tooltip__title {
  font-size: 24px;
  line-height: 1.5416666667;
}
.post-tutorial-tooltip .post-tutorial-tooltip__body h2.post-tutorial-tooltip__title {
  font-size: 16px;
  line-height: 1.4375;
}
.post-tutorial-tooltip .post-tutorial-tooltip__body .post-tutorial-tooltip__img-wrap {
  display: -webkit-flex;
  display: flex;
  margin-bottom: 25px;
}
@media all and (max-width: 640px) {
  .post-tutorial-tooltip .post-tutorial-tooltip__body .post-tutorial-tooltip__img-wrap {
    -webkit-flex-direction: column;
            flex-direction: column;
  }
}
.post-tutorial-tooltip .post-tutorial-tooltip__body .post-tutorial-tooltip__img-wrap:last-child {
  margin-bottom: 50px;
}
.post-tutorial-tooltip .post-tutorial-tooltip__body .post-tutorial-tooltip__img-wrap .post-tutorial-tooltip__img-wrap__col {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
          flex-direction: column;
}
.post-tutorial-tooltip .post-tutorial-tooltip__body .post-tutorial-tooltip__img-wrap .post-tutorial-tooltip__img-wrap__col:first-child {
  width: 127px;
  -webkit-justify-content: flex-start;
          justify-content: flex-start;
  -webkit-align-items: flex-end;
          align-items: flex-end;
  -webkit-flex-shrink: 0;
          flex-shrink: 0;
  margin-right: 40px;
}
@media all and (max-width: 640px) {
  .post-tutorial-tooltip .post-tutorial-tooltip__body .post-tutorial-tooltip__img-wrap .post-tutorial-tooltip__img-wrap__col:first-child {
    margin-right: auto;
    margin-bottom: 15px;
    margin-left: auto;
  }
}
.post-tutorial-tooltip .post-tutorial-tooltip__body .post-tutorial-tooltip__img-wrap .post-tutorial-tooltip__img-wrap__col:last-child {
  -webkit-flex-grow: 1;
          flex-grow: 1;
}
.post-tutorial-tooltip .post-tutorial-tooltip__body .post-tutorial-tooltip__img-wrap .post-tutorial-tooltip__img-wrap__col img {
  height: auto;
  max-width: 100%;
}
.post-tutorial-tooltip .post-tutorial-tooltip__body .post-tutorial-tooltip__img-wrap .post-tutorial-tooltip__img-wrap__col p {
  max-width: 100%;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.375;
  color: #555c6d;
}
.post-tutorial-tooltip .post-tutorial-tooltip__body .post-tutorial-tooltip__img-wrap .post-tutorial-tooltip__img-wrap__col p:last-of-type {
  margin-bottom: 0;
}
.post-tutorial-tooltip .post-tutorial-tooltip__footer {
  width: -webkit-calc(100% + 10px);
  width: calc(100% + 10px);
  margin: 0 -5px 5px;
}
@media all and (max-width: 767px) {
  .post-tutorial-tooltip .post-tutorial-tooltip__footer {
    -webkit-justify-content: center;
            justify-content: center;
  }
}
.post-tutorial-tooltip .post-tutorial-tooltip__footer .btn {
  margin: 5px;
}
.post-tutorial-tooltip .post-tutorial__bubble-wrapper {
  position: relative;
  margin-top: 65px;
}
@media all and (max-width: 640px) {
  .post-tutorial-tooltip .post-tutorial__bubble-wrapper {
    margin-top: 40px;
  }
}
@media all and (min-width: 640.001px) {
  .post-tutorial-tooltip .post-tutorial__bubble-wrapper.post-tutorial__bubble-wrapper--padded {
    padding-right: 150px;
  }
}
.post-tutorial-tooltip .post-tutorial__bubble-wrapper .post-tutorial__bubble-img {
  position: absolute;
  top: -55px;
  right: 0;
  width: 120px;
  height: auto;
}
@media all and (max-width: 640px) {
  .post-tutorial-tooltip .post-tutorial__bubble-wrapper .post-tutorial__bubble-img {
    display: none;
  }
}
.post-tutorial-tooltip .post-tutorial__bubble-wrapper .post-tutorial__bubble-text {
  font-size: 20px;
  text-align: center;
  color: #999;
}
@media all and (min-width: 640.001px) {
  .post-tutorial-tooltip .post-tutorial__bubble-wrapper .post-tutorial__bubble-text {
    display: none;
  }
}
.post-tutorial-tooltip .post-tutorial__list-padded-numbers {
  margin: 0;
  padding: 0;
  list-style: none;
  counter-reset: post-tutorial__list-counter;
}
.post-tutorial-tooltip .post-tutorial__list-padded-numbers li {
  position: relative;
  margin: 25px 0;
  padding-top: 3px;
  font-size: 16px;
  font-weight: 500;
  color: #333;
  counter-increment: post-tutorial__list-counter;
}
.post-tutorial-tooltip .post-tutorial__list-padded-numbers li strong {
  color: #e37921;
}
@media all and (max-width: 640px) {
  .post-tutorial-tooltip .post-tutorial__list-padded-numbers li {
    margin-left: 45px !important;
  }
}
@media all and (max-width: 480px) {
  .post-tutorial-tooltip .post-tutorial__list-padded-numbers li {
    margin-left: 40px !important;
    font-size: 14px;
  }
}
@media all and (min-width: 640.001px) {
  .post-tutorial-tooltip .post-tutorial__list-padded-numbers li:nth-child(1) {
    margin-left: 55px;
  }
}
@media all and (min-width: 640.001px) {
  .post-tutorial-tooltip .post-tutorial__list-padded-numbers li:nth-child(2) {
    margin-left: 55px;
  }
}
@media all and (min-width: 640.001px) {
  .post-tutorial-tooltip .post-tutorial__list-padded-numbers li:nth-child(3) {
    margin-left: 55px;
  }
}
@media all and (min-width: 640.001px) {
  .post-tutorial-tooltip .post-tutorial__list-padded-numbers li:nth-child(4) {
    margin-left: 55px;
  }
}
@media all and (min-width: 640.001px) {
  .post-tutorial-tooltip .post-tutorial__list-padded-numbers li:nth-child(4):before {
    text-align: right;
  }
}
.post-tutorial-tooltip .post-tutorial__list-padded-numbers li:before {
  position: absolute;
  top: 50%;
  left: -55px;
  width: 45px;
  height: 45px;
  content: counter(post-tutorial__list-counter);
  display: block;
  padding: 0 12px;
  font-size: 30px;
  font-weight: 700;
  line-height: 45px;
  text-align: center;
  color: #fff;
  background: #e37921;
  border-radius: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
@media all and (max-width: 640px) {
  .post-tutorial-tooltip .post-tutorial__list-padded-numbers li:before {
    left: -45px;
    width: 35px;
    height: 35px;
    padding: 0;
    font-size: 24px;
    line-height: 35px;
  }
}
@media all and (max-width: 480px) {
  .post-tutorial-tooltip .post-tutorial__list-padded-numbers li:before {
    left: -40px;
    width: 30px;
    height: 30px;
    font-size: 18px;
    line-height: 30px;
  }
}

.post-tutorial-overlay--new-rondo {
  z-index: 99998;
  background-color: rgba(245, 246, 247, 0.96);
}
.post-tutorial-overlay--new-rondo .post-tutorial-tooltip {
  max-width: 570px;
  margin: 80px auto 15px;
  padding: 0;
  box-shadow: 0 8px 12px #dadce1;
  border: none;
  border-radius: 8px;
}
@media all and (max-width: 767px) {
  .post-tutorial-overlay--new-rondo .post-tutorial-tooltip {
    margin: 32px auto 12px;
  }
}
@media all and (max-width: 414px) {
  .post-tutorial-overlay--new-rondo .post-tutorial-tooltip {
    margin: 24px auto 12px;
  }
}
@media all and (max-width: 375px) {
  .post-tutorial-overlay--new-rondo .post-tutorial-tooltip {
    margin: 16px auto 12px;
  }
}
.post-tutorial-overlay--new-rondo .post-tutorial__head {
  padding: 59px 64px 24px;
}
@media all and (max-width: 640px) {
  .post-tutorial-overlay--new-rondo .post-tutorial__head {
    padding: 30px 26px 22px;
  }
}
.post-tutorial-overlay--new-rondo .post-tutorial__head img {
  width: 100%;
  margin: auto;
}
@media all and (max-width: 767px) {
  .post-tutorial-overlay--new-rondo .post-tutorial__head img {
    width: 65%;
  }
}
@media all and (max-width: 480px) {
  .post-tutorial-overlay--new-rondo .post-tutorial__head img {
    width: 100%;
  }
}
.post-tutorial-overlay--new-rondo .post-tutorial__title {
  margin-bottom: 34px;
  font-size: 31px;
  font-weight: 500;
  line-height: 36px;
  color: #000;
}
@media all and (max-width: 767px) {
  .post-tutorial-overlay--new-rondo .post-tutorial__title {
    font-size: 22px;
    font-weight: 600;
    line-height: 28px;
  }
}
.post-tutorial-overlay--new-rondo .post-tutorial__text p {
  opacity: 0.8;
  margin-bottom: 0;
  font-weight: 400;
  line-height: 24px;
  color: #000;
}
@media all and (max-width: 767px) {
  .post-tutorial-overlay--new-rondo .post-tutorial__text p {
    font-size: 13px;
    line-height: 21px;
  }
}
.post-tutorial-overlay--new-rondo .post-tutorial__body {
  padding: 16px 88px 36px;
}
@media all and (max-width: 640px) {
  .post-tutorial-overlay--new-rondo .post-tutorial__body {
    padding: 0 26px 26px;
  }
}
.post-tutorial-overlay--new-rondo .post-tutorial__button {
  min-width: 250px;
  margin-top: 54px;
  font-size: 16px;
}
@media all and (max-width: 767px) {
  .post-tutorial-overlay--new-rondo .post-tutorial__button {
    margin-top: 27px;
  }
}
.post-tutorial-overlay--new-rondo .post-tutorial__button .btn {
  height: 52px;
}
@media all and (max-width: 480px) {
  .post-tutorial-overlay--new-rondo .post-tutorial__button .btn {
    width: 100%;
  }
}

.popover {
  position: absolute;
  width: 50%;
  min-width: 300px;
  max-width: 600px;
  display: none;
  padding: 1px;
  font-size: 14px;
  word-spacing: normal;
  white-space: normal;
  text-align: start;
  text-decoration: none;
  background-clip: padding-box;
  background-color: #fff;
  box-shadow: 0 5px 10px #6e6e6e;
  border: 1px solid #aaa;
  border-radius: 3px;
  text-transform: none;
  word-break: normal;
  word-wrap: normal;
}
.popover.top {
  margin-top: -10px;
}
.popover.top > .arrow {
  bottom: -11px;
  left: 50%;
  margin-left: -11px;
  border-bottom-width: 0;
  border-top-color: rgba(0, 0, 0, 0.25);
}
.popover.top > .arrow:after {
  bottom: 1px;
  content: " ";
  margin-left: -10px;
  border-bottom-width: 0;
  border-top-color: #fff;
}
.popover.right {
  margin-left: 10px;
}
.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-left-width: 0;
  border-right-color: rgba(0, 0, 0, 0.25);
}
.popover.right > .arrow:after {
  bottom: -10px;
  left: 1px;
  content: " ";
  border-left-width: 0;
  border-right-color: #fff;
}
.popover.bottom {
  margin-top: 10px;
}
.popover.bottom > .arrow {
  top: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: rgba(0, 0, 0, 0.25);
}
.popover.bottom > .arrow:after {
  top: 1px;
  content: " ";
  margin-left: -10px;
  border-top-width: 0;
  border-bottom-color: #fff;
}
.popover.left {
  margin-left: -10px;
}
.popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: rgba(0, 0, 0, 0.25);
}
.popover.left > .arrow:after {
  right: 1px;
  bottom: -10px;
  content: " ";
  border-right-width: 0;
  border-left-color: #fff;
}
.popover > .arrow {
  border-width: 11px;
}
.popover > .arrow:after {
  content: "";
  border-width: 10px;
}

.popover > .arrow, .popover > .arrow:after {
  position: absolute;
  width: 0;
  height: 0;
  display: block;
  border-color: transparent;
  border-style: solid;
}

.popover-title {
  margin: 0;
  padding: 8px 14px;
  font-size: 14px;
  background-color: #f5f6f7;
  border-bottom: 1px solid #d7d7d7;
  border-radius: 3px 3px 0 0;
}

.popover-content {
  padding: 9px 14px;
}

.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
.fade.in {
  opacity: 1;
}

.collapse {
  display: none;
}
.collapse.in {
  display: block;
}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-duration: 0.35s;
          transition-duration: 0.35s;
  -webkit-transition-property: height, visibility;
  transition-property: height, visibility;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
}

.tour-backdrop {
  opacity: 0.8;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1100;
  background-color: #000;
  filter: alpha(opacity=80);
}

.tour-step-backdrop {
  position: relative;
  z-index: 1101;
}
.tour-step-backdrop > td {
  position: relative;
  z-index: 1101;
}

.tour-step-background {
  position: absolute !important;
  z-index: 1100;
  background: inherit;
  border-radius: 3px;
}

.popover[class*=tour-] {
  z-index: 1102;
}
.popover[class*=tour-] .popover-navigation {
  overflow: hidden;
  padding: 9px 14px;
}
.popover[class*=tour-] .popover-navigation [data-role=end] {
  cursor: pointer;
}
.popover[class*=tour-] .popover-navigation [data-role=end].hidden {
  display: none;
}
.popover[class*=tour-] .popover-navigation [data-role=prev] {
  cursor: pointer;
  float: right;
}
@media all and (max-width: 630px) {
  .popover[class*=tour-] .popover-navigation [data-role=prev] {
    padding: 0 12px;
  }
}
.popover[class*=tour-] .popover-navigation [data-role=prev].hidden {
  display: none;
}
.popover[class*=tour-] .popover-navigation [data-role=next] {
  cursor: pointer;
  float: right;
}
.popover[class*=tour-] .popover-navigation [data-role=next].hidden {
  display: none;
}
.popover[class*=tour-] .popover-navigation.step-5 {
  display: none;
}
.popover[class*=tour-].orphan {
  position: fixed;
  margin-top: 0;
}
.popover[class*=tour-].orphan .arrow {
  display: none;
}
.popover[class*=tour-].tour-tour-4 .popover-navigation {
  display: none;
}
.popover[class*=tour-].tour-tour-4 .popover-navigation.step-5 {
  display: block;
}

.btn.hidden {
  display: none;
}

#tutorial1 {
  top: 68%;
}

#tutorial2 {
  top: 99%;
  left: 49%;
}

.tooltip {
  opacity: 0;
  position: absolute;
  z-index: 99997;
  display: block;
  font-size: 12px;
  font-weight: 300;
  -webkit-transition: opacity 0.1s ease-in-out;
  transition: opacity 0.1s ease-in-out;
  font-family: "Fira Sans Local", "Fira Sans", helvetica, arial, -apple-system, blinkmacsystemfont, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Emoji One", "Noto Color Emoji", "Noto Emoji", sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.6;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
}
.tooltip.in {
  opacity: 1;
}
.tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.tooltip.active {
  opacity: 1;
}
.tooltip.bounce {
  -webkit-animation: shake-horizontal 4s infinite 2s;
          animation: shake-horizontal 4s infinite 2s;
  -webkit-transform-origin: center bottom;
          transform-origin: center bottom;
}
.tooltip .tooltip__winner {
  margin-top: 1.5rem;
  background-color: rgba(46, 46, 46, 0.17);
  border-radius: 4px;
  padding: 1.1rem 1.9rem;
  display: -webkit-flex;
  display: flex;
}
.tooltip .tooltip__winner-left {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
  -webkit-flex-direction: row;
          flex-direction: row;
  -webkit-flex: 50%;
          flex: 50%;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .tooltip .tooltip__winner-left > * + * {
    margin-top: 0;
  }
}
@media all and (max-width: 470px) {
  .tooltip .tooltip__winner-left {
    -webkit-flex: 100%;
            flex: 100%;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
            align-items: center;
    -webkit-justify-content: center;
            justify-content: center;
    -webkit-flex-direction: row;
            flex-direction: row;
  }
}
@media screen and (max-width: 470px) and (-ms-high-contrast: active), (max-width: 470px) and (-ms-high-contrast: none) {
  .tooltip .tooltip__winner-left > * + * {
    margin-top: 0;
  }
}
.tooltip .tooltip__winner-left .tooltip__winner-img {
  width: 3.2rem;
  height: 3.2rem;
  border-radius: 50%;
}
.tooltip .tooltip__winner-left .tooltip__winner-info {
  margin-left: 1.1rem;
}
.tooltip .tooltip__winner-left .tooltip__winner-info .tooltip__winner-text--top {
  margin-bottom: 0.6rem;
}
.tooltip .tooltip__winner-right {
  margin-left: 7%;
  -webkit-flex: 50%;
          flex: 50%;
}
@media all and (max-width: 470px) {
  .tooltip .tooltip__winner-right {
    display: none;
  }
}
.tooltip .tooltip__winner-right .tooltip__winner-text--top {
  margin-bottom: 0.6rem;
}
.tooltip .tooltip__winner-right .tooltip__winner-puzzles {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
  -webkit-flex-direction: row;
          flex-direction: row;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .tooltip .tooltip__winner-right .tooltip__winner-puzzles > * + * {
    margin-top: 0;
  }
}
.tooltip .tooltip__winner-right .tooltip__winner-puzzles svg {
  width: 1.4rem;
  height: 1.4rem;
  margin-right: 0.5rem;
}
.tooltip .tooltip__winner-text, .tooltip .tooltip__winner-text--top {
  margin: 0;
  color: #fff;
  font-size: 1.3rem;
  font-weight: 500;
  line-height: 12px;
}
.tooltip .tooltip__winner-text--top {
  font-size: 10px;
  color: rgba(255, 255, 255, 0.8);
}
.tooltip .tooltip__winner-text--uppercase {
  text-transform: uppercase;
}

.label-premium.history {
  cursor: pointer;
  position: relative;
  z-index: 1;
}
.label-premium.history .tooltip {
  cursor: default;
  top: 100%;
  left: -20px;
  z-index: 99997;
  width: 200px;
  display: none;
  margin-top: 0;
}
.label-premium.history .tooltip .tooltip-arrow {
  left: 28px;
}
.label-premium.history .tooltip .tooltip-inner {
  width: 250px;
  max-width: none;
}
.label-premium.history:hover {
  z-index: 3;
}
.label-premium.history:hover .tooltip {
  display: block;
  -webkit-animation: fadeIn 0.2s ease-in-out 0s 1 normal forwards;
          animation: fadeIn 0.2s ease-in-out 0s 1 normal forwards;
}

.tooltip-inner {
  width: 100%;
  max-width: 200px;
  padding: 20px;
  text-align: center;
  color: #fff;
  background-color: #000;
  border: none;
  border-radius: 3px;
}
.tooltip-inner p {
  margin: 0 !important;
  color: inherit;
}
.tooltip-inner a:not(.btn) {
  color: #fff;
}
.tooltip-inner a:not(.btn):hover {
  text-decoration: none;
}
.tooltip-inner a.tooltip-link-premium {
  display: block;
  margin-top: 10px;
  color: #afafaf;
}

.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

.tooltip.top .tooltip-arrow {
  bottom: 0.5px;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.top-left .tooltip-arrow {
  right: 5px;
  bottom: 0;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip .close {
  opacity: 0.4;
  visibility: hidden;
  position: absolute;
  top: 15px;
  right: 11px;
  width: 16px;
  height: 16px;
  -webkit-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
}
@media only all and (min-device-width: 320px) and (max-device-width: 480px) {
  .tooltip .close {
    visibility: visible;
  }
}
.tooltip .close:hover {
  opacity: 0.9;
}
.tooltip .close:before, .tooltip .close:after {
  position: absolute;
  left: 7px;
  width: 2px;
  height: 16px;
  content: " ";
  background-color: #fff;
}
.tooltip .close:before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.tooltip .close:after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.rondo-overlay.xmas.show,
.rondo-overlay.easter.show,
.rondo-overlay.valentine.show,
.rondo-overlay.halloween.show {
  opacity: 0.98;
  position: fixed;
}

.rondo-overlay.xmas,
.rondo-overlay.easter,
.rondo-overlay.valentine,
.rondo-overlay.halloween {
  background-size: cover;
  background-repeat: no-repeat;
}
.rondo-overlay.xmas .content,
.rondo-overlay.easter .content,
.rondo-overlay.valentine .content,
.rondo-overlay.halloween .content {
  box-shadow: 0 8px 12px var(--shadow);
}
.rondo-overlay.xmas .spin-game-popup.spin-game-popup--wof .content.no-special-styles,
.rondo-overlay.xmas .spin-game-popup.spin-game-popup--wof .content.bats,
.rondo-overlay.xmas .spin-game-popup.spin-game-popup--wof .content.hearts,
.rondo-overlay.xmas .spin-game-popup.spin-game-popup--wof .content.lights,
.rondo-overlay.easter .spin-game-popup.spin-game-popup--wof .content.no-special-styles,
.rondo-overlay.easter .spin-game-popup.spin-game-popup--wof .content.bats,
.rondo-overlay.easter .spin-game-popup.spin-game-popup--wof .content.hearts,
.rondo-overlay.easter .spin-game-popup.spin-game-popup--wof .content.lights,
.rondo-overlay.valentine .spin-game-popup.spin-game-popup--wof .content.no-special-styles,
.rondo-overlay.valentine .spin-game-popup.spin-game-popup--wof .content.bats,
.rondo-overlay.valentine .spin-game-popup.spin-game-popup--wof .content.hearts,
.rondo-overlay.valentine .spin-game-popup.spin-game-popup--wof .content.lights,
.rondo-overlay.halloween .spin-game-popup.spin-game-popup--wof .content.no-special-styles,
.rondo-overlay.halloween .spin-game-popup.spin-game-popup--wof .content.bats,
.rondo-overlay.halloween .spin-game-popup.spin-game-popup--wof .content.hearts,
.rondo-overlay.halloween .spin-game-popup.spin-game-popup--wof .content.lights {
  position: relative;
  z-index: 1;
  padding-bottom: 4.1rem;
  background-image: none;
  padding-top: 3rem;
}
@media (max-width: 480px) {
  .rondo-overlay.xmas .spin-game-popup.spin-game-popup--wof .content.no-special-styles,
.rondo-overlay.xmas .spin-game-popup.spin-game-popup--wof .content.bats,
.rondo-overlay.xmas .spin-game-popup.spin-game-popup--wof .content.hearts,
.rondo-overlay.xmas .spin-game-popup.spin-game-popup--wof .content.lights,
.rondo-overlay.easter .spin-game-popup.spin-game-popup--wof .content.no-special-styles,
.rondo-overlay.easter .spin-game-popup.spin-game-popup--wof .content.bats,
.rondo-overlay.easter .spin-game-popup.spin-game-popup--wof .content.hearts,
.rondo-overlay.easter .spin-game-popup.spin-game-popup--wof .content.lights,
.rondo-overlay.valentine .spin-game-popup.spin-game-popup--wof .content.no-special-styles,
.rondo-overlay.valentine .spin-game-popup.spin-game-popup--wof .content.bats,
.rondo-overlay.valentine .spin-game-popup.spin-game-popup--wof .content.hearts,
.rondo-overlay.valentine .spin-game-popup.spin-game-popup--wof .content.lights,
.rondo-overlay.halloween .spin-game-popup.spin-game-popup--wof .content.no-special-styles,
.rondo-overlay.halloween .spin-game-popup.spin-game-popup--wof .content.bats,
.rondo-overlay.halloween .spin-game-popup.spin-game-popup--wof .content.hearts,
.rondo-overlay.halloween .spin-game-popup.spin-game-popup--wof .content.lights {
    padding-bottom: 1rem;
  }
}
.rondo-overlay.xmas .spin-game-popup.spin-game-popup--wof .content.no-special-styles .title-emoji,
.rondo-overlay.easter .spin-game-popup.spin-game-popup--wof .content.no-special-styles .title-emoji,
.rondo-overlay.valentine .spin-game-popup.spin-game-popup--wof .content.no-special-styles .title-emoji,
.rondo-overlay.halloween .spin-game-popup.spin-game-popup--wof .content.no-special-styles .title-emoji {
  margin-top: 2.5rem;
}
@media (max-width: 480px) {
  .rondo-overlay.xmas .spin-game-popup.spin-game-popup--wof .content.no-special-styles .title-emoji,
.rondo-overlay.easter .spin-game-popup.spin-game-popup--wof .content.no-special-styles .title-emoji,
.rondo-overlay.valentine .spin-game-popup.spin-game-popup--wof .content.no-special-styles .title-emoji,
.rondo-overlay.halloween .spin-game-popup.spin-game-popup--wof .content.no-special-styles .title-emoji {
    margin-top: 0;
  }
}
.rondo-overlay.xmas .spin-game-popup.spin-game-popup--wof .title-emoji,
.rondo-overlay.easter .spin-game-popup.spin-game-popup--wof .title-emoji,
.rondo-overlay.valentine .spin-game-popup.spin-game-popup--wof .title-emoji,
.rondo-overlay.halloween .spin-game-popup.spin-game-popup--wof .title-emoji {
  font-size: 8.4rem;
  margin: 0;
  margin-top: 1rem;
  line-height: 1;
}
@media (max-width: 550px) {
  .rondo-overlay.xmas .spin-game-popup.spin-game-popup--wof .title-emoji,
.rondo-overlay.easter .spin-game-popup.spin-game-popup--wof .title-emoji,
.rondo-overlay.valentine .spin-game-popup.spin-game-popup--wof .title-emoji,
.rondo-overlay.halloween .spin-game-popup.spin-game-popup--wof .title-emoji {
    margin-top: 3rem;
    font-size: 7.2rem;
  }
}
.rondo-overlay.xmas .spin-game-popup.spin-game-popup--wof .title,
.rondo-overlay.easter .spin-game-popup.spin-game-popup--wof .title,
.rondo-overlay.valentine .spin-game-popup.spin-game-popup--wof .title,
.rondo-overlay.halloween .spin-game-popup.spin-game-popup--wof .title {
  margin: 0;
  margin-top: 5.2rem;
  color: rgb(49, 49, 49);
  font-size: 3.6rem;
  font-weight: 500;
  letter-spacing: 0;
  text-align: center;
  line-height: 1;
}
@media (max-width: 550px) {
  .rondo-overlay.xmas .spin-game-popup.spin-game-popup--wof .title,
.rondo-overlay.easter .spin-game-popup.spin-game-popup--wof .title,
.rondo-overlay.valentine .spin-game-popup.spin-game-popup--wof .title,
.rondo-overlay.halloween .spin-game-popup.spin-game-popup--wof .title {
    margin-top: 3.6rem;
    font-size: 3.2rem;
    font-weight: 600;
    line-height: 1;
  }
}
.rondo-overlay.xmas .spin-game-popup.spin-game-popup--wof .content__body p,
.rondo-overlay.easter .spin-game-popup.spin-game-popup--wof .content__body p,
.rondo-overlay.valentine .spin-game-popup.spin-game-popup--wof .content__body p,
.rondo-overlay.halloween .spin-game-popup.spin-game-popup--wof .content__body p {
  margin: 0;
  color: #414141;
  font-size: 1.6rem;
  font-weight: 300;
  font-style: normal;
  letter-spacing: normal;
  line-height: 2.8rem;
  text-align: center;
}
@media (max-width: 550px) {
  .rondo-overlay.xmas .spin-game-popup.spin-game-popup--wof .content__body p,
.rondo-overlay.easter .spin-game-popup.spin-game-popup--wof .content__body p,
.rondo-overlay.valentine .spin-game-popup.spin-game-popup--wof .content__body p,
.rondo-overlay.halloween .spin-game-popup.spin-game-popup--wof .content__body p {
    font-size: 1.4rem;
    line-height: 2.4rem;
  }
}
.rondo-overlay.xmas .spin-game-popup.spin-game-popup--wof .content__body p:first-child,
.rondo-overlay.easter .spin-game-popup.spin-game-popup--wof .content__body p:first-child,
.rondo-overlay.valentine .spin-game-popup.spin-game-popup--wof .content__body p:first-child,
.rondo-overlay.halloween .spin-game-popup.spin-game-popup--wof .content__body p:first-child {
  margin-top: 3.6rem;
}
@media (max-width: 550px) {
  .rondo-overlay.xmas .spin-game-popup.spin-game-popup--wof .content__body p:first-child,
.rondo-overlay.easter .spin-game-popup.spin-game-popup--wof .content__body p:first-child,
.rondo-overlay.valentine .spin-game-popup.spin-game-popup--wof .content__body p:first-child,
.rondo-overlay.halloween .spin-game-popup.spin-game-popup--wof .content__body p:first-child {
    margin-top: 2.3rem;
  }
}
.rondo-overlay.xmas .spin-game-popup.spin-game-popup--wof .content__body p + .cta-buttons,
.rondo-overlay.easter .spin-game-popup.spin-game-popup--wof .content__body p + .cta-buttons,
.rondo-overlay.valentine .spin-game-popup.spin-game-popup--wof .content__body p + .cta-buttons,
.rondo-overlay.halloween .spin-game-popup.spin-game-popup--wof .content__body p + .cta-buttons {
  margin-top: 3.5rem;
}
.rondo-overlay.xmas .spin-game-popup.spin-game-popup--spin .content,
.rondo-overlay.easter .spin-game-popup.spin-game-popup--spin .content,
.rondo-overlay.valentine .spin-game-popup.spin-game-popup--spin .content,
.rondo-overlay.halloween .spin-game-popup.spin-game-popup--spin .content {
  padding-bottom: 0.5rem;
}
@media (max-width: 375px) {
  .rondo-overlay.xmas .spin-game-popup.spin-game-popup--spin .content,
.rondo-overlay.easter .spin-game-popup.spin-game-popup--spin .content,
.rondo-overlay.valentine .spin-game-popup.spin-game-popup--spin .content,
.rondo-overlay.halloween .spin-game-popup.spin-game-popup--spin .content {
    padding-bottom: 0;
  }
}
.rondo-overlay.xmas .spin-game-popup.spin-game-popup--spin .title,
.rondo-overlay.easter .spin-game-popup.spin-game-popup--spin .title,
.rondo-overlay.valentine .spin-game-popup.spin-game-popup--spin .title,
.rondo-overlay.halloween .spin-game-popup.spin-game-popup--spin .title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3.1rem;
  line-height: 2.6rem;
}
@media (max-width: 484px) {
  .rondo-overlay.xmas .spin-game-popup.spin-game-popup--spin .title,
.rondo-overlay.easter .spin-game-popup.spin-game-popup--spin .title,
.rondo-overlay.valentine .spin-game-popup.spin-game-popup--spin .title,
.rondo-overlay.halloween .spin-game-popup.spin-game-popup--spin .title {
    font-size: 2.2rem;
    font-weight: 600;
    line-height: 2.6rem;
  }
}
.rondo-overlay.xmas .spin-game-popup.spin-game-popup--spin .draw,
.rondo-overlay.easter .spin-game-popup.spin-game-popup--spin .draw,
.rondo-overlay.valentine .spin-game-popup.spin-game-popup--spin .draw,
.rondo-overlay.halloween .spin-game-popup.spin-game-popup--spin .draw {
  margin: 3rem auto 0;
}
.rondo-overlay.xmas .spin-game-popup.spin-game-popup--spin .draw-prize,
.rondo-overlay.easter .spin-game-popup.spin-game-popup--spin .draw-prize,
.rondo-overlay.valentine .spin-game-popup.spin-game-popup--spin .draw-prize,
.rondo-overlay.halloween .spin-game-popup.spin-game-popup--spin .draw-prize {
  padding: 12px 0;
}
@media (max-width: 767px) {
  .rondo-overlay.xmas .spin-game-popup.spin-game-popup--spin .draw-prize,
.rondo-overlay.easter .spin-game-popup.spin-game-popup--spin .draw-prize,
.rondo-overlay.valentine .spin-game-popup.spin-game-popup--spin .draw-prize,
.rondo-overlay.halloween .spin-game-popup.spin-game-popup--spin .draw-prize {
    padding: 8px 0;
  }
}
@media (max-width: 375px) {
  .rondo-overlay.xmas .spin-game-popup.spin-game-popup--spin .spin-game__container,
.rondo-overlay.easter .spin-game-popup.spin-game-popup--spin .spin-game__container,
.rondo-overlay.valentine .spin-game-popup.spin-game-popup--spin .spin-game__container,
.rondo-overlay.halloween .spin-game-popup.spin-game-popup--spin .spin-game__container {
    padding-bottom: 2.4rem;
  }
}
@media (max-width: 375px) {
  .rondo-overlay.xmas .spin-game-popup.spin-game-popup--spin .btn,
.rondo-overlay.easter .spin-game-popup.spin-game-popup--spin .btn,
.rondo-overlay.valentine .spin-game-popup.spin-game-popup--spin .btn,
.rondo-overlay.halloween .spin-game-popup.spin-game-popup--spin .btn {
    font-size: 1.4rem;
  }
}

.rondo-overlay.halloween {
  background-color: rgb(0, 0, 0);
  background-image: -webkit-radial-gradient(center, circle 385px, rgba(28, 15, 2, 0.6) 0%, rgba(40, 39, 37, 0.6) 100%), -webkit-radial-gradient(center, circle 435px, rgba(255, 255, 255, 0.25) 0%, rgba(219, 179, 139, 0.25) 100%), url(/assets/img/black-circles-bg.svg);
  background-image: radial-gradient(circle 385px at center, rgba(28, 15, 2, 0.6) 0%, rgba(40, 39, 37, 0.6) 100%), radial-gradient(circle 435px at center, rgba(255, 255, 255, 0.25) 0%, rgba(219, 179, 139, 0.25) 100%), url(/assets/img/black-circles-bg.svg);
}
.rondo-overlay.halloween .content {
  box-shadow: 0 8px 12px rgb(63, 51, 34);
}
.rondo-overlay.halloween .spin-game-popup.spin-game-popup--wof .content.bats::after {
  content: url(/assets/img/header-bats-desktop.svg);
  position: absolute;
  z-index: -1;
  top: -4rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media (max-width: 550px) {
  .rondo-overlay.halloween .spin-game-popup.spin-game-popup--wof .content.bats::after {
    content: url(/assets/img/header-bats-mobile.svg);
    top: -1rem;
  }
}

.rondo-overlay.xmas {
  background-color: rgb(187, 37, 40);
  background-image: -webkit-radial-gradient(center, circle 385px, rgba(187, 37, 40, 0.5) 0%, rgba(234, 70, 48, 0.5) 100%), -webkit-radial-gradient(center, circle 435px, rgba(255, 58, 58, 0.56) 0%, rgba(219, 139, 139, 0.25) 100%), url(/assets/img/black-circles-bg.svg);
  background-image: radial-gradient(circle 385px at center, rgba(187, 37, 40, 0.5) 0%, rgba(234, 70, 48, 0.5) 100%), radial-gradient(circle 435px at center, rgba(255, 58, 58, 0.56) 0%, rgba(219, 139, 139, 0.25) 100%), url(/assets/img/black-circles-bg.svg);
}
.rondo-overlay.xmas .content {
  box-shadow: 0 8px 12px rgba(96, 96, 96, 0.34);
}
.rondo-overlay.xmas .spin-game-popup.spin-game-popup--wof .title-emoji {
  margin-top: 5rem;
}
.rondo-overlay.xmas .spin-game-popup.spin-game-popup--wof .title {
  margin-top: 4rem;
}
@media (max-width: 484px) {
  .rondo-overlay.xmas .spin-game-popup.spin-game-popup--wof .title {
    margin-top: 2rem;
  }
}
.rondo-overlay.xmas .spin-game-popup.spin-game-popup--wof .content__body p:first-child {
  margin-top: 2.6rem;
}
@media (max-width: 550px) {
  .rondo-overlay.xmas .spin-game-popup.spin-game-popup--wof .content__body p:first-child {
    margin-top: 1.3rem;
  }
}

.rondo-overlay.xmas {
  background: #FF0000;
  width: 100rem;
  font-size: 2rem;
}

.lights__rope {
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  pointer-events: none;
  width: 100%;
  height: 10rem;
  display: -webkit-flex;
  display: flex;
}
.lights__rope div {
  -webkit-flex-shrink: 0;
          flex-shrink: 0;
  position: relative;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  width: 12px;
  height: 28px;
  border-radius: 50%;
  margin: 20px;
  background: rgb(0, 247, 165);
  box-shadow: 0 4.6666666667px 24px 2px rgb(0, 247, 165);
  -webkit-animation-name: flash-1;
          animation-name: flash-1;
  -webkit-animation-duration: 4s;
          animation-duration: 4s;
}
.lights__rope div:nth-child(2n+1) {
  background: rgb(0, 255, 255);
  box-shadow: 0 4.6666666667px 24px 2px rgba(0, 255, 255, 0.05);
  -webkit-animation-name: flash-2;
          animation-name: flash-2;
  -webkit-animation-duration: 3.2s;
          animation-duration: 3.2s;
}
.lights__rope div:nth-child(4n+2) {
  background: rgb(247, 0, 148);
  box-shadow: 0 4.6666666667px 24px 2px rgb(247, 0, 148);
  -webkit-animation-name: flash-3;
          animation-name: flash-3;
  -webkit-animation-duration: 2.6s;
          animation-duration: 2.6s;
}
.lights__rope div:nth-child(odd) {
  -webkit-animation-duration: 3.5s;
          animation-duration: 3.5s;
}
.lights__rope div:nth-child(3n+1) {
  -webkit-animation-duration: 2.2s;
          animation-duration: 2.2s;
}
.lights__rope div:nth-child(5n+1) {
  -webkit-animation-duration: 3.8s;
          animation-duration: 3.8s;
}
.lights__rope div:before {
  content: "";
  position: absolute;
  background: #222222;
  width: 10px;
  height: 9.3333333333px;
  border-radius: 3px;
  top: -4.6666666667px;
  left: 1px;
}
.lights__rope div:after {
  content: "";
  top: -14px;
  left: 5px;
  position: absolute;
  width: 55px;
  height: 18.6666666667px;
  border: solid transparent 2px;
  border-bottom: solid #222222 2px;
  border-radius: 50%;
}
.lights__rope div:last-child:after {
  content: none;
}
.lights__rope div:first-child {
  margin-left: -40px;
}

@-webkit-keyframes flash-1 {
  0%, 100% {
    background: rgb(0, 247, 165);
    box-shadow: 0 4.6666666667px 24px 2px rgb(0, 247, 165);
  }
  50% {
    background: rgba(0, 247, 165, 0.4);
    box-shadow: 0 4.6666666667px 24px 2px rgba(0, 247, 165, 0.02);
  }
}

@keyframes flash-1 {
  0%, 100% {
    background: rgb(0, 247, 165);
    box-shadow: 0 4.6666666667px 24px 2px rgb(0, 247, 165);
  }
  50% {
    background: rgba(0, 247, 165, 0.4);
    box-shadow: 0 4.6666666667px 24px 2px rgba(0, 247, 165, 0.02);
  }
}
@-webkit-keyframes flash-2 {
  0%, 100% {
    background: rgb(0, 255, 255);
    box-shadow: 0 4.6666666667px 24px 2px rgb(0, 255, 255);
  }
  50% {
    background: rgba(0, 255, 255, 0.4);
    box-shadow: 0 4.6666666667px 24px 2px rgba(0, 255, 255, 0.02);
  }
}
@keyframes flash-2 {
  0%, 100% {
    background: rgb(0, 255, 255);
    box-shadow: 0 4.6666666667px 24px 2px rgb(0, 255, 255);
  }
  50% {
    background: rgba(0, 255, 255, 0.4);
    box-shadow: 0 4.6666666667px 24px 2px rgba(0, 255, 255, 0.02);
  }
}
@-webkit-keyframes flash-3 {
  0%, 100% {
    background: rgb(247, 0, 148);
    box-shadow: 0 4.6666666667px 24px 2px rgb(247, 0, 148);
  }
  50% {
    background: rgba(247, 0, 148, 0.4);
    box-shadow: 0 4.6666666667px 24px 2px rgba(247, 0, 148, 0.02);
  }
}
@keyframes flash-3 {
  0%, 100% {
    background: rgb(247, 0, 148);
    box-shadow: 0 4.6666666667px 24px 2px rgb(247, 0, 148);
  }
  50% {
    background: rgba(247, 0, 148, 0.4);
    box-shadow: 0 4.6666666667px 24px 2px rgba(247, 0, 148, 0.02);
  }
}
.rondo-overlay.valentine {
  background-color: rgb(238, 140, 142);
  background-image: -webkit-radial-gradient(center, circle 385px, rgba(187, 37, 155, 0.24) 0%, rgba(234, 48, 91, 0.14) 100%), -webkit-radial-gradient(center, circle 435px, rgba(255, 58, 58, 0.56) 0%, rgba(219, 139, 139, 0.25) 100%), url(/assets/img/red-hearts-bg.png);
  background-image: radial-gradient(circle 385px at center, rgba(187, 37, 155, 0.24) 0%, rgba(234, 48, 91, 0.14) 100%), radial-gradient(circle 435px at center, rgba(255, 58, 58, 0.56) 0%, rgba(219, 139, 139, 0.25) 100%), url(/assets/img/red-hearts-bg.png);
}
.rondo-overlay.valentine .content {
  box-shadow: 0 8px 12px rgba(96, 96, 96, 0.34);
}
.rondo-overlay.valentine .spin-game-popup.spin-game-popup--wof .content.hearts {
  padding-top: 10rem;
}
@media (max-width: 550px) {
  .rondo-overlay.valentine .spin-game-popup.spin-game-popup--wof .content.hearts {
    padding-top: clamp(3rem, 1rem + 10vw, 10rem);
  }
}
.rondo-overlay.valentine .spin-game-popup.spin-game-popup--wof .content.hearts::after {
  content: url(/assets/img/header-hearts-desktop.png);
  position: absolute;
  z-index: 1;
  top: -6rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media (max-width: 550px) {
  .rondo-overlay.valentine .spin-game-popup.spin-game-popup--wof .content.hearts::after {
    content: "";
    top: -2rem;
    width: 140%;
    height: 21.2rem;
    background-image: url(/assets/img/header-hearts-mobile.png);
    background-size: 100%;
    background-repeat: no-repeat;
  }
}

.rondo-overlay.easter {
  background-color: #190B04;
  background-image: url(/assets/img/easter-stripes-bg.png), -webkit-radial-gradient(rgba(28, 15, 2, 0.6) 0%, rgba(40, 39, 37, 0.6) 100%), -webkit-radial-gradient(rgba(224, 167, 107, 0.75) 0%, rgba(224, 167, 107, 0.8) 100%);
  background-image: url(/assets/img/easter-stripes-bg.png), radial-gradient(rgba(28, 15, 2, 0.6) 0%, rgba(40, 39, 37, 0.6) 100%), radial-gradient(rgba(224, 167, 107, 0.75) 0%, rgba(224, 167, 107, 0.8) 100%);
}
.rondo-overlay.easter .content {
  box-shadow: 0 8px 12px rgba(0, 0, 0, 0.21);
}
.rondo-overlay.easter .content.easter {
  background-image: none !important;
}
.rondo-overlay.easter .spin-game-popup.spin-game-popup--wof .content.easter {
  padding-top: 5.5rem;
}
@media (max-width: 550px) {
  .rondo-overlay.easter .spin-game-popup.spin-game-popup--wof .content.easter {
    padding-top: 2rem;
  }
}
.rondo-overlay.easter .spin-game-popup.spin-game-popup--wof .title {
  margin-top: 3.3rem;
}
@media (max-width: 550px) {
  .rondo-overlay.easter .spin-game-popup.spin-game-popup--wof .title {
    margin-top: 2.3rem;
  }
}
.rondo-overlay.easter .spin-game-popup.spin-game-popup--wof .title-emoji {
  font-size: 9rem;
}
@media (max-width: 550px) {
  .rondo-overlay.easter .spin-game-popup.spin-game-popup--wof .title-emoji {
    font-size: 7rem;
  }
}

body:has(.rondo-dev-bar) #modal-translator .btn {
  inset: auto auto 0 10rem;
}

body:has(.rondo-dev-bar.rondo-dev-bar--js-collapse) #modal-translator .btn {
  display: none;
}

.btn[data-type=admin] {
  --size: 1.5em;
  all: revert;
  cursor: pointer;
  position: fixed;
  z-index: 100002;
  inset: auto auto 0 0;
  border-radius: 0 4px 4px 0;
  background-color: #303030;
  color: #ffffff;
  border: none;
  line-height: 11px;
  min-block-size: 3.65rem;
  padding: -webkit-calc(var(--size) / 2) var(--size);
  padding: calc(var(--size) / 2) var(--size);
  font-family: system-ui;
  font-size: 1.1rem;
  min-block-size: 3.65rem;
}
.btn[data-type=admin]:hover {
  text-decoration: underline;
  color: hsl(159deg, 100%, 48%);
}

.dialog[data-type=admin] {
  --space: 1.6em;
  position: fixed;
  z-index: 99999;
  inset: 0;
  padding: 0;
  margin-block: 5rem;
  max-inline-size: 80rem;
  inline-size: -webkit-calc(100% - 5rem);
  inline-size: calc(100% - 5rem);
}
.dialog[data-type=admin]::after {
  content: "";
  position: fixed;
  z-index: -1;
  inset: 0;
  background: rgba(0, 0, 0, 0.25);
}
.dialog[data-type=admin] .dialog__content {
  display: grid;
  grid-template-rows: -webkit-min-content;
  grid-template-rows: min-content;
  position: relative;
  z-index: 1;
  background-color: #ffffff;
  overflow-y: auto;
  block-size: 90vh;
}
.dialog[data-type=admin] p {
  all: revert;
  -webkit-hyphens: auto;
     -moz-hyphens: auto;
      -ms-hyphens: auto;
          hyphens: auto;
  word-break: break-all;
  overflow-wrap: break-word;
}
.dialog[data-type=admin] .dialog__item {
  cursor: pointer;
  position: relative;
  padding-inline: var(--space);
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3rem;
  -webkit-align-items: center;
          align-items: center;
}
.dialog[data-type=admin] .dialog__item:nth-child(odd) {
  background-color: #f5f5f5;
}
.dialog[data-type=admin] .dialog__item:active {
  background-color: pink;
}
.dialog[data-type=admin] input[data-type=admin] {
  display: block;
  padding-inline: var(--space);
  margin: var(--space);
}

.a05-container {
  --_transition-duration: 250ms;
  --_transition-timing: ease-in-out;
  display: -webkit-flex;
  display: flex;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 99999999;
  background-color: #000000;
  height: 35%;
  width: 100%;
}
.a05-container--center {
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: auto;
  background-color: #666666;
}
.a05-container[data-visible=true] {
  opacity: 1;
  visibility: visible;
  -webkit-transition: max-height var(--_transition-duration) var(--_transition-timing), -webkit-transform var(--_transition-duration) var(--_transition-timing);
  transition: max-height var(--_transition-duration) var(--_transition-timing), -webkit-transform var(--_transition-duration) var(--_transition-timing);
  transition: transform var(--_transition-duration) var(--_transition-timing), max-height var(--_transition-duration) var(--_transition-timing);
  transition: transform var(--_transition-duration) var(--_transition-timing), max-height var(--_transition-duration) var(--_transition-timing), -webkit-transform var(--_transition-duration) var(--_transition-timing);
}
.a05-container[data-visible=false] {
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
  -webkit-transition: opacity 0ms var(--_transition-duration) var(--_transition-timing), visibility 0s var(--_transition-duration) var(--_transition-timing), max-height var(--_transition-duration) var(--_transition-timing), -webkit-transform var(--_transition-duration) var(--_transition-timing);
  transition: opacity 0ms var(--_transition-duration) var(--_transition-timing), visibility 0s var(--_transition-duration) var(--_transition-timing), max-height var(--_transition-duration) var(--_transition-timing), -webkit-transform var(--_transition-duration) var(--_transition-timing);
  transition: opacity 0ms var(--_transition-duration) var(--_transition-timing), visibility 0s var(--_transition-duration) var(--_transition-timing), transform var(--_transition-duration) var(--_transition-timing), max-height var(--_transition-duration) var(--_transition-timing);
  transition: opacity 0ms var(--_transition-duration) var(--_transition-timing), visibility 0s var(--_transition-duration) var(--_transition-timing), transform var(--_transition-duration) var(--_transition-timing), max-height var(--_transition-duration) var(--_transition-timing), -webkit-transform var(--_transition-duration) var(--_transition-timing);
}
.a05-container[data-position=top] {
  top: 0;
  bottom: auto;
}
.a05-container[data-position=top][data-visible=false] {
  -webkit-transform: translateY(-webkit-calc(-100% - 32px));
          transform: translateY(calc(-100% - 32px));
}
.a05-container--center[data-visible=false] {
  -webkit-transform: translateX(-50%) translateY(100%);
          transform: translateX(-50%) translateY(100%);
}
.a05-container > button {
  position: absolute;
  right: 0;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
  cursor: pointer;
  border: none;
  background-color: transparent;
  padding: 5px 0 0 5px;
}
.a05-container[data-position=top] > button {
  padding: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
}
.a05-container > button span {
  font-size: 13px;
  line-height: 1;
  width: 140px;
  height: 32px;
  padding: 8px;
  color: #FFFFFF;
  background-color: #666666;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
          justify-content: center;
  -webkit-align-items: center;
          align-items: center;
}

.a05-container-sticky {
  pointer-events: none;
  z-index: 999999;
  position: -webkit-sticky;
  position: sticky;
  bottom: 0;
  width: 100%;
}

.rondo-overlay {
  position: static;
  height: 100%;
}

.rondo-a05-sense {
  margin: 0 auto;
  width: 320px;
  height: 50px;
  box-shadow: 0 0 15px #CCCCCC;
}
@media (min-width: 500px) {
  .rondo-a05-sense {
    width: 468px;
    height: 60px;
  }
}
@media (min-width: 800px) {
  .rondo-a05-sense {
    width: 728px;
    height: 90px;
  }
}

.rondo-a05-divider {
  color: #DADADA;
  font-size: 10px;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0;
  line-height: 1;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
  gap: 0.3rem;
  margin-top: 1.8rem;
  margin-bottom: 1rem;
}
.rondo-a05-divider::before, .rondo-a05-divider::after {
  content: "";
  height: 1px;
  background-color: currentColor;
}
.rondo-a05-divider::before {
  width: 95%;
}
.rondo-a05-divider::after {
  width: 5%;
}

.rondo-a05-banner {
  position: relative;
  margin-bottom: 2.7rem;
  display: grid;
  width: 100%;
  min-height: 3rem;
  z-index: 69;
}
.rondo-a05-banner img {
  max-width: 100%;
}
.rondo-a05-banner .inline-loader {
  position: absolute;
  inset: 0;
  z-index: 69;
  background-color: #FFFFFF;
  -webkit-justify-content: center;
          justify-content: center;
}

.rondo-a05-tooltip {
  position: absolute;
  bottom: 0;
  -webkit-transform: translateY(120%);
          transform: translateY(120%);
  width: 100%;
  padding: 20px;
  color: #FFFFFF;
  background-color: #000000;
  border: none;
  border-radius: 7px;
  margin: 0;
  font-size: 14px;
  text-align: left;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-start;
          align-items: flex-start;
  -webkit-justify-content: center;
          justify-content: center;
  gap: 1ch;
}
@media (max-width: 330px) {
  .rondo-a05-tooltip {
    font-size: 13px;
  }
}
.rondo-a05-tooltip span {
  font-size: 1em;
}
@media (max-width: 493px) {
  .rondo-a05-tooltip span {
    font-size: 1.2em;
  }
}
.rondo-a05-tooltip::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-100%);
          transform: translateX(-50%) translateY(-100%);
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #000000;
}

.body-branding.body-game-space-top-list-losy .hero-game-logo-wrapper img,
.body-branding.body-game-space-top-list-losy-plus .hero-game-logo-wrapper img {
  width: fit-content;
}

@media (max-width: 1079.9px) {
  .body-branding .a05-top-banner-container {
    min-height: 0 !important;
    height: 0 !important;
  }

  .body-branding.with-sticky-top-banner .a05-top-banner-container {
    position: static !important;
    display: none !important;
  }

  .body-branding.body-small-game .off-canvas-wrap__container {
    position: relative;
    background-color: #fff;
  }

  .body-branding.body-small-game .a05-top-banner-container > div {
    margin-top: 0 !important;
  }
}
@media (min-width: 1080px) {
  .body-branding {
    background-color: #efedec;
    overflow-y: auto !important;
  }

  .body-branding:has(.container-my-puzzles) {
    background-color: #fff;
  }

  .body-branding:has(.container-my-puzzles) .off-canvas-wrap__container {
    box-shadow: 0px 13px 12px 0px rgba(0, 0, 0, 0.12);
  }

  .body-branding.body-branding--white {
    background-color: #fff;
  }
  .body-branding.body-branding--white .spin-game-container.spin-game-container--branding .spin-game,
.body-branding.body-branding--white .spin-game-container.spin-game-container--branding .big-quiz-scroll {
    box-shadow: 0px 13px 12px 0px rgba(0, 0, 0, 0.12);
  }
  .body-branding.body-branding--white .off-canvas-wrap__container {
    box-shadow: 0px 13px 12px 0px rgba(0, 0, 0, 0.12);
  }

  .body-branding.overflow-hidden-fullbox,
.body-branding.overflow-hidden-overlay {
    overflow: hidden !important;
  }

  .body-branding.body-small-game .off-canvas-wrap:not(.has-top-banner-container) {
    margin-top: 250px;
  }

  .body-branding .a05-top-banner-container {
    min-height: 250px;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
            justify-content: center;
    -webkit-align-items: center;
            align-items: center;
    min-width: 1000px;
    pointer-events: auto;
    padding-top: 6px;
    padding-bottom: 6px;
  }

  .nor2b2branding > iframe {
    margin-top: 75px !important;
  }
}
@media (min-width: 1080px) and (max-height: 680px) {
  .nor2b2branding > iframe {
    margin-top: 60px !important;
  }
}
@media (min-width: 1080px) {
  #spin-game-container {
    overflow: initial;
  }
}
@media (min-width: 1080px) {
  .spin-game-container.spin-game-container--branding {
    position: relative !important;
    background-color: transparent;
    margin-top: 7.5rem;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
            flex-direction: row;
    -webkit-justify-content: center;
            justify-content: center;
    -webkit-align-items: flex-start;
            align-items: flex-start;
  }
}
@media (min-width: 1080px) and (max-height: 680px) {
  .spin-game-container.spin-game-container--branding {
    margin-top: 6rem;
  }
}
@media (min-width: 1080px) {
  .spin-game-container.spin-game-container--branding .fullbox {
    position: static !important;
    background-color: transparent;
  }
}
@media (min-width: 1080px) {
  .spin-game-container.spin-game-container--branding .fw-medium.text-black span {
    display: none;
  }
}
@media (min-width: 1080px) {
  .spin-game-container.spin-game-container--branding .spin-game,
.spin-game-container.spin-game-container--branding .big-quiz-scroll {
    max-width: 1080px;
    margin: 0 auto;
    border-radius: 16px 16px 0 0;
    background: #fff;
  }
}
@media (min-width: 1080px) {
  .spin-game-container.spin-game-container--branding .spin-game {
    box-shadow: 0 2px 24px rgba(0, 0, 0, 0.11);
  }
}
@media (min-width: 1080px) {
  .spin-game-container.spin-game-container--branding .big-quiz-scroll {
    overflow: auto;
    box-shadow: 0 2px 24px rgba(0, 0, 0, 0.07);
  }
}
@media (min-width: 1080px) {
  .spin-game-container.spin-game-container--branding .spin-game,
.spin-game-container.spin-game-container--branding .big-quiz-bg-wrapper--results,
.spin-game-container.spin-game-container--branding .big-quiz-bg-wrapper--game {
    padding: 48px 42px;
  }
}
@media (min-width: 1080px) {
  .spin-game-container.spin-game-container--branding .container.spin-game__container > .spin-game__row {
    gap: 4rem;
  }
}
@media (min-width: 1080px) {
  .spin-game-container.spin-game-container--branding .rondo-container,
.spin-game-container.spin-game-container--branding .container,
.spin-game-container.spin-game-container--branding .spin-game .spin-game__row .spin-game__col {
    padding: 0;
  }
}
@media (min-width: 1080px) {
  .spin-game-container.spin-game-container--branding .spin-game .spin-game__row {
    margin: 0;
  }
}
@media (min-width: 1080px) {
  .spin-game-container.spin-game-container--branding .tab-content {
    margin-top: 4rem;
  }
}
@media (min-width: 1080px) {
  .spin-game-container.spin-game-container--branding .spin-game__row--gap {
    gap: 5rem;
  }
}
@media (min-width: 1080px) {
  #a05-spingame-branding {
    position: fixed;
    top: 75px;
  }
}
@media (min-width: 1080px) and (max-height: 680px) {
  #a05-spingame-branding {
    top: 60px;
  }
}
@media (min-width: 1080px) {
  .body-branding .off-canvas-wrap__container {
    max-width: 1080px;
    margin: 0 auto;
    box-shadow: 0 2px 24px rgba(0, 0, 0, 0.07);
    border-radius: 16px 16px 0 0;
    background: #fff;
    z-index: 1;
  }
  .body-branding .off-canvas-wrap__container .rondo-container,
.body-branding .off-canvas-wrap__container .container,
.body-branding .off-canvas-wrap__container .footer__col,
.body-branding .off-canvas-wrap__container .container-my-puzzles__top-inner {
    padding: 0;
  }
  .body-branding .off-canvas-wrap__container .container-my-puzzles__games {
    margin: 40px 0;
  }
  .body-branding .off-canvas-wrap__container .container-my-puzzles__top {
    padding: 48px 42px 0;
    border-radius: 16px 16px 0 0;
  }
  .body-branding .off-canvas-wrap__container .container-my-puzzles__games {
    padding: 0 42px;
  }
  .body-branding .off-canvas-wrap__container .footer__row {
    padding: 20px 42px 48px;
    gap: 30px;
  }
  .body-branding .off-canvas-wrap__container .breadcrumb {
    padding: 0 0 32px;
  }
  .body-branding .off-canvas-wrap__container .winners__row {
    padding: 18px 0 50px;
  }
  .body-branding .off-canvas-wrap__container .small-game {
    padding: 20px 22px;
  }
  .body-branding .off-canvas-wrap__container .container__slider-detail-column {
    padding: 0 !important;
  }
}
@media (min-width: 1080px) {
  .body-branding.body-small-game .off-canvas-wrap__container {
    width: 1080px;
  }
}
@media (min-width: 1080px) {
  .body-branding.with-side-banners .spin-game-container.spin-game-container--branding {
    gap: 2.4rem;
    gap: clamp(2.4rem, -38.908rem + 23.077vw, 5.4rem);
  }
}
@media (min-width: 1080px) {
  .body-branding.with-sticky-top-banner .a05-top-banner-container {
    position: fixed;
    top: 75px;
    left: 0;
    right: 0;
    background-color: #fbfbfb;
    -webkit-transition: box-shadow 300ms linear;
    transition: box-shadow 300ms linear;
  }
}
@media (min-width: 1080px) {
  .body-branding.body-branding--white.with-sticky-top-banner .a05-top-banner-container {
    background-color: #fff;
  }
}
@media (min-width: 1080px) {
  .body-branding.with-sticky-top-banner .off-canvas-wrap__container {
    margin-top: 262px;
  }
}
@media (min-width: 1080px) {
  .body-branding.body-small-game .off-canvas-wrap__container {
    position: relative;
  }
}
@media (min-width: 1080px) {
  .body-branding.with-sticky-top-banner.with-side-banners .a05-top-banner-container {
    left: 50%;
    right: auto;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 1080px;
    box-shadow: none !important;
  }
}
@media (min-width: 1080px) {
  .body-branding.with-side-banners .off-canvas-wrap,
.body-branding.body-small-game.with-side-banners .off-canvas-wrap,
.body-branding.with-sticky-top-banner.with-side-banners .off-canvas-wrap {
    -webkit-flex-direction: row;
            flex-direction: row;
    -webkit-align-items: flex-start;
            align-items: flex-start;
    -webkit-justify-content: center;
            justify-content: center;
    gap: 2.4rem;
    gap: clamp(2.4rem, -38.908rem + 23.077vw, 5.4rem);
  }
}
@media (min-width: 1080px) {
  .body-branding.body-branding.with-side-banners .off-canvas-wrap,
.body-branding.body-branding.with-side-banners .spin-game-container.spin-game-container--branding {
    display: grid;
    grid-auto-flow: column;
    grid-template-areas: "banner-left main banner-right";
  }
  .body-branding.body-branding.with-side-banners .off-canvas-wrap #a05-side-banner-1,
.body-branding.body-branding.with-side-banners .spin-game-container.spin-game-container--branding #a05-side-banner-1 {
    grid-area: banner-left;
  }
  .body-branding.body-branding.with-side-banners .off-canvas-wrap #off-canvas-wrap-inner,
.body-branding.body-branding.with-side-banners .off-canvas-wrap #spin-game-container-inner,
.body-branding.body-branding.with-side-banners .spin-game-container.spin-game-container--branding #off-canvas-wrap-inner,
.body-branding.body-branding.with-side-banners .spin-game-container.spin-game-container--branding #spin-game-container-inner {
    grid-area: main;
  }
  .body-branding.body-branding.with-side-banners .off-canvas-wrap #a05-side-banner-2,
.body-branding.body-branding.with-side-banners .spin-game-container.spin-game-container--branding #a05-side-banner-2 {
    grid-area: banner-right;
  }
}
@media (min-width: 1080px) {
  .body-branding .big-quiz-scroll .levels__wrapper {
    min-width: -webkit-calc(33.3% - 22.33px);
    min-width: calc(33.3% - 22.33px);
  }
}
@media (max-width: 768px) {
  .a05-games-scroller {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    width: 100%;
  }

  .a05-games-scroller .container__slider-item-wrapper {
    width: auto !important;
  }

  .a05-games-scroller > .container__slider-item-wrapper:nth-child(odd) {
    margin-left: 14px;
  }

  .a05-games-scroller > .container__slider-item-wrapper:nth-child(even) {
    margin-right: 14px;
  }

  .a05-games-scroller > .a05-inter-scroller-container ~ .container__slider-item-wrapper:nth-child(even) {
    margin-right: 7.5px;
    margin-left: 14px;
  }

  .a05-games-scroller > .a05-inter-scroller-container ~ .container__slider-item-wrapper:nth-child(odd) {
    margin-left: 7.5px;
    margin-right: 14px;
  }

  .my-puzzle-games-wrapper .a05-inter-scroller-container {
    margin-top: 0;
  }

  .mini-game .a05-inter-scroller-container,
.a05-games-scroller > .a05-inter-scroller-container {
    width: 100%;
    grid-column: 1/-1;
  }

  .mini-game .a05-inter-scroller-container > div,
.a05-games-scroller > .a05-inter-scroller-container > div {
    display: none;
  }

  .mini-game .a05-inter-scroller-container > div:not(:empty),
.a05-games-scroller > .a05-inter-scroller-container > div:not(:empty) {
    margin-bottom: 37.2px;
    display: -webkit-flex;
    display: flex;
  }

  .my-puzzle-games-wrapper .a05-inter-scroller-container[data-custom=true],
.mini-game .a05-inter-scroller-container[data-custom=true],
.a05-games-scroller > .a05-inter-scroller-container[data-custom=true] {
    max-height: -webkit-calc(100vh - 75px);
    max-height: calc(100vh - 75px);
    max-height: -webkit-calc(100svh - 75px);
    max-height: calc(100svh - 75px);
    background-color: #333;
    position: relative;
  }
}
@media (max-width: 768px) and (max-height: 680px) {
  .my-puzzle-games-wrapper .a05-inter-scroller-container[data-custom=true],
.mini-game .a05-inter-scroller-container[data-custom=true],
.a05-games-scroller > .a05-inter-scroller-container[data-custom=true] {
    max-height: -webkit-calc(100vh - 60px);
    max-height: calc(100vh - 60px);
    max-height: -webkit-calc(100svh - 60px);
    max-height: calc(100svh - 60px);
  }
}
@media (max-width: 768px) {
  .my-puzzle-games-wrapper .a05-inter-scroller-container[data-open=true],
.mini-game .a05-inter-scroller-container[data-open=true],
.a05-games-scroller > .a05-inter-scroller-container[data-open=true] {
    margin-top: 20px;
    margin-bottom: 35px;
    box-shadow: 0 0 15px 1px hsla(0deg, 0%, 0%, 0.4);
  }
}
@media (max-width: 768px) {
  .my-puzzle-games-wrapper .a05-inter-scroller-container[data-custom=true] > div:not(:empty),
.mini-game .a05-inter-scroller-container[data-custom=true] > div:not(:empty),
.a05-games-scroller > .a05-inter-scroller-container[data-custom=true] > div:not(:empty) {
    margin: 0;
  }
}
@media (max-width: 768px) {
  .my-puzzle-games-wrapper .a05-inter-scroller-container[data-open=true] {
    margin: 44px -15px 20px;
  }
}
@media (max-width: 768px) {
  .a05-custom-inter-scroller-container {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
  }
}
@media (max-width: 768px) {
  .a05-custom-inter-scroller-container.a05-custom-inter-scroller-container-static {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
            justify-content: center;
    -webkit-align-items: center;
            align-items: center;
  }
}
@media (max-width: 768px) {
  .a05-custom-inter-scroller-content {
    -webkit-clip-path: inset(0px);
            clip-path: inset(0px);
    clip: rect(0px, auto, auto, 0px);
    width: 100%;
    height: 100%;
  }
}
@media (max-width: 768px) {
  .a05-custom-inter-scroller-item {
    position: fixed;
    top: -webkit-calc(50% + 30px);
    top: calc(50% + 30px);
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
}
.a05-inter-scroller-label {
  position: absolute;
  top: 0;
  right: 15px;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
  margin: 0;
  font-size: 11px;
  line-height: 1.5;
}

@media (min-width: 625.9999px) {
  .my-puzzle-games-wrapper .a05-inter-scroller-container {
    display: none;
  }
}

.spin-game-popup > .a05-spingame-top-banner[data-has-content=true] {
  width: 570px;
  max-width: 100%;
  margin: 0 auto;
  margin-top: 32px;
}
@media (max-width: 768px) {
  .spin-game-popup > .a05-spingame-top-banner[data-has-content=true] {
    margin-top: 0;
  }
}

.spin-game-popup > .a05-spingame-top-banner[data-has-content=true] + .content {
  margin-top: 32px;
}
@media (min-width: 414px) and (max-width: 768px) {
  .spin-game-popup > .a05-spingame-top-banner[data-has-content=true] + .content {
    margin-top: 32px !important;
  }
}
@media (min-width: 375px) and (max-width: 413px) {
  .spin-game-popup > .a05-spingame-top-banner[data-has-content=true] + .content {
    margin-top: 24px !important;
  }
}
@media (max-width: 375px) {
  .spin-game-popup > .a05-spingame-top-banner[data-has-content=true] + .content {
    margin-top: 16px !important;
  }
}

@media (max-width: 768px) {
  .spin-game.spin-game-w-top-banner {
    overflow-x: hidden;
  }
  .spin-game.spin-game-w-top-banner .a05-spingame-top-banner {
    width: 100%;
    padding: 0 1.5rem;
  }
  .spin-game.spin-game-w-top-banner .a05-spingame-top-banner > div:not(:empty) {
    margin-top: 1.5rem;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
            justify-content: center;
    -webkit-align-items: center;
            align-items: center;
  }
  .spin-game.spin-game-w-top-banner .spin-game__row {
    -webkit-flex-direction: column;
            flex-direction: column;
    -webkit-flex-wrap: nowrap;
            flex-wrap: nowrap;
  }
  .spin-game.spin-game-w-top-banner .spin-game__header-wrapper {
    margin-top: 2rem !important;
  }
}
@media (max-width: 768px) and (max-height: 762px) {
  .spin-game.spin-game-w-top-banner .draw-wrapper {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }
}
@media (max-width: 768px) {
  .spin-game.spin-game-w-top-banner .spin-game__col.spin-game__col--detail {
    overflow: initial;
  }
}
@media (max-width: 480px) {
  .draw {
    margin-top: 0 !important;
  }
}
.a05-mini-game-scroller {
  overflow: initial !important;
}
.a05-mini-game-scroller #fullscreenOverlay-container,
.a05-mini-game-scroller #rondo-overlay {
  position: static !important;
  will-change: initial !important;
  -webkit-transition: initial !important;
  transition: initial !important;
  pointer-events: initial !important;
  -webkit-transform: initial !important;
          transform: initial !important;
}
.a05-mini-game-scroller #navbar,
.a05-mini-game-scroller #off-canvas-wrap,
.a05-mini-game-scroller #spin-game-container {
  display: none !important;
}
.a05-mini-game-scroller .a05-inter-scroller-label {
  right: 0;
}

.a05-side-banner {
  position: -webkit-sticky;
  position: sticky;
  top: 81px;
  pointer-events: auto;
  max-width: 300px;
}
@media (max-width: 1410px) {
  .a05-side-banner {
    display: none;
  }
}
.a05-side-banner > div {
  position: absolute;
}
.a05-side-banner:first-child > div {
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
}

@media (min-width: 330px) {
  .a05-nav-banner[data-open=true] {
    background-color: #fff;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
            justify-content: center;
    -webkit-align-items: center;
            align-items: center;
  }
}
@media (min-width: 330px) and (max-width: 768px) {
  .a05-nav-banner[data-open=true] {
    height: 150px;
    position: fixed;
    z-index: 9999;
    width: 100%;
  }
}
@media (min-width: 330px) and (max-width: 480px) {
  .a05-nav-banner[data-open=true] {
    height: 120px;
  }
}
@media (min-width: 330px) {
  .a05-nav-banner[data-transition=slide-up] {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
    -webkit-transition: -webkit-transform 300ms ease-in-out 50ms;
    transition: -webkit-transform 300ms ease-in-out 50ms;
    transition: transform 300ms ease-in-out 50ms;
    transition: transform 300ms ease-in-out 50ms, -webkit-transform 300ms ease-in-out 50ms;
  }
}
@media (min-width: 330px) and (max-width: 768px) {
  .with-a05-nav-banner .navbar.navbar-default {
    top: 150px;
  }
}
@media (min-width: 330px) and (max-width: 480px) {
  .with-a05-nav-banner .navbar.navbar-default {
    top: 120px;
  }
}
@media (min-width: 330px) {
  .with-a05-nav-banner .navbar.navbar-default[data-transition=slide-up] {
    top: 0;
    -webkit-transition: top 300ms ease-in-out;
    transition: top 300ms ease-in-out;
  }
}
@media (min-width: 330px) and (max-width: 768px) {
  .with-a05-nav-banner .container__slider-detail {
    height: -webkit-calc(100% - 225px);
    height: calc(100% - 225px);
    top: 225px;
  }
}
@media (min-width: 330px) and (max-height: 680px) {
  .with-a05-nav-banner .container__slider-detail {
    height: -webkit-calc(100% - 210px);
    height: calc(100% - 210px);
    top: 210px;
  }
}
@media (min-width: 330px) and (max-width: 480px) {
  .with-a05-nav-banner .container__slider-detail {
    height: -webkit-calc(100% - 195px);
    height: calc(100% - 195px);
    top: 195px;
  }
}
@media (min-width: 330px) and (max-width: 480px) and (max-height: 680px) {
  .with-a05-nav-banner .container__slider-detail {
    height: -webkit-calc(100% - 180px);
    height: calc(100% - 180px);
    top: 180px;
  }
}
@media (min-width: 330px) and (max-width: 768px) {
  .with-a05-nav-banner .navbar .dropdown .dropdown-backdrop-overlay,
.with-a05-nav-banner .navbar-default .dropdown-navbar .dropdown-menu {
    top: 224px;
  }
}
@media (min-width: 330px) and (max-height: 680px) {
  .with-a05-nav-banner .navbar .dropdown .dropdown-backdrop-overlay,
.with-a05-nav-banner .navbar-default .dropdown-navbar .dropdown-menu {
    top: 209px;
  }
}
@media (min-width: 330px) and (max-width: 480px) {
  .with-a05-nav-banner .navbar .dropdown .dropdown-backdrop-overlay,
.with-a05-nav-banner .navbar-default .dropdown-navbar .dropdown-menu {
    top: 194px;
  }
}
@media (min-width: 330px) and (max-width: 480px) and (max-height: 680px) {
  .with-a05-nav-banner .navbar .dropdown .dropdown-backdrop-overlay,
.with-a05-nav-banner .navbar-default .dropdown-navbar .dropdown-menu {
    top: 179px;
  }
}
@media (min-width: 330px) and (max-width: 768px) {
  .with-a05-nav-banner .fullbox {
    top: 225px;
  }
}
@media (min-width: 330px) and (max-height: 680px) {
  .with-a05-nav-banner .fullbox {
    top: 180px;
  }
}
@media (min-width: 330px) and (max-width: 480px) {
  .with-a05-nav-banner .fullbox {
    top: 195px;
  }
}
@media (min-width: 330px) and (max-width: 480px) and (max-height: 680px) {
  .with-a05-nav-banner .fullbox {
    top: 180px;
  }
}
@media (min-width: 330px) and (max-width: 768px) {
  .with-a05-nav-banner .off-canvas-wrap {
    padding-top: 225px;
  }
}
@media (min-width: 330px) and (max-height: 680px) {
  .with-a05-nav-banner .off-canvas-wrap {
    padding-top: 180px;
  }
}
@media (min-width: 330px) and (max-width: 480px) {
  .with-a05-nav-banner .off-canvas-wrap {
    padding-top: 195px;
  }
}
@media (min-width: 330px) and (max-width: 480px) and (max-height: 680px) {
  .with-a05-nav-banner .off-canvas-wrap {
    padding-top: 180px;
  }
}
@media (min-width: 330px) and (max-width: 480px) and (max-height: 740px) {
  .with-a05-nav-banner .container__slider-detail-header {
    height: 40px;
  }
  .with-a05-nav-banner .container__slider-detail .container__slider-detail-header ~ .container__slider-detail-inner .container__slider-detail-column {
    padding-top: 33px;
  }
  .with-a05-nav-banner .wheel__time p {
    font-size: 11px;
  }
  .with-a05-nav-banner .wheel__time .remaining-time .number-box {
    font-size: 38px;
  }
  .with-a05-nav-banner .wheel__time .remaining-time .number-box .number span {
    display: inline;
  }
  .with-a05-nav-banner .wheel__time .remaining-time .number-box .sign {
    font-size: 25px;
  }
}
.a05-custom-interstitial {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(248, 248, 248, 0.85);
  padding: 8rem 4rem;
  display: -webkit-flex;
  display: flex;
  overflow: auto;
}
@media (max-width: 1024px) {
  .a05-custom-interstitial {
    padding: 0;
    -webkit-backdrop-filter: blur(4px);
            backdrop-filter: blur(4px);
  }
}

.a05-custom-interstitial[data-open=false] {
  z-index: -1000;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.a05-custom-interstitial[data-open=true] {
  z-index: 2147483647;
}

.a05-custom-interstitial__container {
  --_space: 3rem;
  border-radius: 1.3rem;
  padding: 4rem;
  min-height: max(90%, 720px);
  min-width: min(100%, 1080px);
  background-color: #ffffff;
  box-shadow: 0 0 1.5rem 0 rgba(0, 0, 0, 0.2);
  margin: auto;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
          flex-direction: column;
}
@media (max-width: 1024px) {
  .a05-custom-interstitial__container {
    padding: 0;
    min-height: 93vh;
    min-height: 93svh;
    margin: 0;
    background-color: transparent;
    box-shadow: none;
  }
}
@media (max-width: 480px) {
  .a05-custom-interstitial__container {
    --_space: 1.5rem;
  }
}

.a05-custom-interstitial__container:has(.a05-custom-interstitial__countdown) {
  padding: 3rem 4rem;
}
@media (max-width: 1024px) {
  .a05-custom-interstitial__container:has(.a05-custom-interstitial__countdown) {
    padding: 0;
  }
}

.a05-custom-interstitial__close {
  position: absolute;
  top: 2.4rem;
  right: 2.4rem;
  width: 2.9rem;
  aspect-ratio: 1;
  border-radius: 50%;
  border: none;
  display: grid;
  place-items: center;
  background-color: #afb3b6;
  padding: 0;
  -webkit-transition: background-color 0.2s ease-in-out;
  transition: background-color 0.2s ease-in-out;
  cursor: pointer;
}
@media (max-width: 1024px) {
  .a05-custom-interstitial__close {
    position: static;
  }
}
.a05-custom-interstitial__close svg {
  width: 70%;
  height: 70%;
}
.a05-custom-interstitial__close:hover {
  background-color: #949a9e;
}

.a05-custom-interstitial__countdown {
  color: rgb(65, 65, 65);
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 0 !important;
}
.a05-custom-interstitial__countdown span {
  font-weight: 700;
}

.a05-custom-interstitial__header {
  min-height: 2.9rem;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
  -webkit-justify-content: flex-end;
          justify-content: flex-end;
}
@media (max-width: 1024px) {
  .a05-custom-interstitial__header {
    margin-bottom: 0;
    background-color: #fff;
    min-height: 6.8rem;
    padding-inline: 2rem;
  }
}

.a05-custom-interstitial__header:has(.a05-custom-interstitial__countdown) {
  -webkit-justify-content: flex-end;
          justify-content: flex-end;
  margin-bottom: 2rem;
}
@media (max-width: 1024px) {
  .a05-custom-interstitial__header:has(.a05-custom-interstitial__countdown) {
    margin-bottom: 0;
    -webkit-justify-content: space-between;
            justify-content: space-between;
  }
}

.a05-custom-interstitial__contnet {
  width: 100%;
  height: 100%;
  -webkit-flex-grow: 1;
          flex-grow: 1;
  overflow: auto;
  display: -webkit-flex;
  display: flex;
}
@media (min-width: 1024px) {
  .a05-custom-interstitial__contnet {
    -webkit-justify-content: center;
            justify-content: center;
    -webkit-align-items: center;
            align-items: center;
  }
}
@media (max-width: 1024px) {
  .a05-custom-interstitial__contnet > div {
    margin: auto;
  }
}

.a05-banner[data-open=true] {
  height: 100px;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
  -webkit-justify-content: center;
          justify-content: center;
  margin-top: 2rem;
}

.puzzle-mini-game .content__header .a05-banner {
  margin-bottom: 0;
}

.content__header:has(.a05-banner[data-open=true]) {
  padding-bottom: 2rem !important;
}
/*# sourceMappingURL=default.css.map */
