@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.
 */
.rondo-error-page {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow-y: auto;
  overflow-x: hidden;
  z-index: 100006;
}
.rondo-error-page .footer {
  background-color: white;
}

.error-page-container + .footer {
  margin-top: 0;
}
.error-page-container .footer {
  margin-top: 0;
}

.error-page {
  --padding: 3rem;
  padding: var(--padding) 0;
  position: relative;
  min-height: 100%;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  place-content: center;
  place-items: center;
}
@media (max-width: 890px) {
  .error-page {
    padding: 5rem 0;
    grid-template-columns: 1fr;
    grid-template-rows: repeat(2, -webkit-min-content);
    grid-template-rows: repeat(2, min-content);
  }
}
@media (max-width: 500px) {
  .error-page {
    padding: 0;
    gap: 2rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .error-page {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
            flex-direction: row;
  }
}
@media screen and (-ms-high-contrast: active) and (-ms-high-contrast: active), screen and (-ms-high-contrast: active) and (-ms-high-contrast: none), screen and (-ms-high-contrast: none) and (-ms-high-contrast: active), (-ms-high-contrast: none) and (-ms-high-contrast: none) {
  .error-page > * + * {
    margin-top: 0;
  }
}
.error-page--500 {
  --padding: 6rem;
  min-height: 100vh;
}
@media (max-width: 330px) {
  .error-page--500.error-page .logo-wrapper {
    position: static;
    -webkit-transform: translate(0);
            transform: translate(0);
    margin: 0 auto;
    margin-top: 3rem;
  }
}
.error-page--500.error-page .logo-wrapper > a {
  padding: 4rem 0;
}
@media (max-width: 330px) {
  .error-page--500.error-page .logo-wrapper > a {
    padding: 0;
    margin: 0;
  }
}
@media (max-width: 900px) {
  .error-page--500 .error-page__content {
    margin-top: 5rem;
  }
}
.error-page .logo-wrapper {
  position: absolute;
  top: 0;
  left: 0;
}
@media (max-width: 890px) {
  .error-page .logo-wrapper {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
.error-page .logo-wrapper > a {
  padding: 2.5rem 0;
}
.error-page .logo-wrapper > a > img {
  height: 2.5rem;
}
@media (max-width: 500px) {
  .error-page .logo-wrapper > a > img {
    height: 1.6rem;
  }
}
.error-page__background {
  width: 100vw;
  height: 100%;
  background-color: #F0F0F0;
  position: absolute;
  z-index: -1;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .error-page__background {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
.error-page__content {
  display: grid;
  justify-items: start;
  justify-self: start;
  gap: 2rem;
}
@media (max-width: 890px) {
  .error-page__content {
    margin-top: 5rem;
    justify-self: center;
    -webkit-justify-content: center;
            justify-content: center;
  }
}
@media (max-width: 500px) {
  .error-page__content {
    margin-top: 3rem;
  }
}
.error-page__content > * {
  margin: 0;
}
@media (max-width: 890px) {
  .error-page__content > * {
    justify-self: center;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .error-page__content {
    -webkit-transform: translateY(30%);
            transform: translateY(30%);
  }
}
.error-page__content .error-page__title {
  text-align: left;
  font-size: 4.8rem;
  font-weight: 800;
}
@media (max-width: 890px) {
  .error-page__content .error-page__title {
    text-align: center;
  }
}
@media (max-width: 700px) {
  .error-page__content .error-page__title {
    font-size: clamp(2.4rem, 2rem + 4vw, 4.8rem);
  }
}
@media (max-width: 500px) {
  .error-page__content .error-page__title {
    font-size: clamp(2rem, 1.5rem + 3vw, 3.6rem);
  }
}
.error-page__content .error-page__subtitle {
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.64286;
  color: #474C57;
  width: 50ch;
}
@media (max-width: 890px) {
  .error-page__content .error-page__subtitle {
    width: 90%;
    max-width: 70ch;
    text-align: center;
  }
}
.error-page__content .error-page__links {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
          flex-direction: row;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .error-page__content .error-page__links > * + * {
    margin-top: 0;
    margin-left: 1rem;
  }
}
@supports (gap: 1rem) {
  .error-page__content .error-page__links {
    gap: 1rem;
  }
}
.error-page__content .error-page__links .btn {
  margin: 0;
}
@media (max-width: 1366px) {
  .error-page__spin-game {
    justify-self: end;
  }
}
@media (max-width: 890px) {
  .error-page__spin-game {
    justify-self: center;
  }
}
@media (max-width: 500px) {
  .error-page__spin-game {
    width: 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: 500px) and (-ms-high-contrast: active), (max-width: 500px) and (-ms-high-contrast: none) {
  .error-page__spin-game > * + * {
    margin-top: 0;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .error-page__spin-game {
    margin: 0 auto;
  }
}
.error-page__spin-game .spin-game {
  width: unset;
  height: unset;
  overflow: hidden;
}
.error-page__spin-game .spin-game .spin-game__container .spin-game__col {
  padding: 4rem 1rem;
}
@media (max-width: 500px) {
  .error-page__spin-game .spin-game .spin-game__container .spin-game__col {
    padding: 2rem 1rem;
  }
}
.error-page__spin-game .spin-game .spin-game__container .spin-game__col .draw {
  background-color: #FFFFFF;
  margin: 0;
  padding-bottom: 0;
  box-shadow: 0 -2px 5px 0 rgba(37, 38, 39, 0.12), 0 1px 1px -2px rgba(37, 38, 39, 0.19), 0 2px 2px -2px rgba(37, 38, 39, 0.19), 0 5px 5px -2px rgba(37, 38, 39, 0.14), 0 9px 9px -2px rgba(37, 38, 39, 0.15), 0 16px 16px -2px rgba(37, 38, 39, 0.16);
  width: 100%;
}
@media (max-width: 768px) {
  .error-page__spin-game .spin-game .spin-game__container .spin-game__col .draw {
    width: 43rem !important;
    height: 49.6rem !important;
  }
}
@media (max-width: 768px) and (max-width: 500px) {
  .error-page__spin-game .spin-game .spin-game__container .spin-game__col .draw {
    width: 80vw !important;
    height: 90vmin !important;
  }
}
.error-page__spin-game .spin-game .spin-game__container .spin-game__col .draw .draw-wrapper {
  margin: 3rem;
}
@media (max-width: 500px) {
  .error-page__spin-game .spin-game .spin-game__container .spin-game__col .draw .draw-wrapper {
    width: auto;
  }
}
@media (max-width: 375px) {
  .error-page__spin-game .spin-game .spin-game__container .spin-game__col .draw .draw-wrapper {
    margin: 2rem;
  }
}
.error-page__spin-game .error-page__spin-title {
  font-size: 9rem;
  font-weight: bolder;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
}
@media (max-width: 500px) {
  .error-page__spin-game .error-page__spin-title {
    font-size: 18vmin;
  }
}
.error-page__spin-game .error-page__spin-title--white {
  color: #FFFFFF;
}
.error-page__spin-game .error-page__spin-animation {
  -webkit-animation-name: inline-uubgroh;
          animation-name: inline-uubgroh;
  -webkit-animation-duration: 2.5s;
          animation-duration: 2.5s;
  -webkit-animation-timing-function: ease-out;
          animation-timing-function: ease-out;
  -webkit-animation-direction: normal;
          animation-direction: normal;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}
@-webkit-keyframes inline-uubgroh {
  0% {
    -webkit-transform: translate3d(0, -100%, 0);
            transform: translate3d(0, -100%, 0);
  }
  100% {
    -webkit-transform: translate3d(0, -50%, 0);
            transform: translate3d(0, -50%, 0);
  }
}
@keyframes inline-uubgroh {
  0% {
    -webkit-transform: translate3d(0, -100%, 0);
            transform: translate3d(0, -100%, 0);
  }
  100% {
    -webkit-transform: translate3d(0, -50%, 0);
            transform: translate3d(0, -50%, 0);
  }
}
.error-page__navbar {
  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) {
  .error-page__navbar > * + * {
    margin-top: 0;
  }
}
.coming-soon-page .navbar {
  position: relative;
}
.coming-soon-page .logo {
  position: absolute;
  left: 50%;
  top: 66%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  max-width: 12.9rem;
  height: 2.5rem;
}
@media (max-width: 495px) {
  .coming-soon-page .logo {
    top: 70%;
  }
}
.coming-soon-page .footer {
  margin-top: 0;
}

@media (max-width: 495px) {
  .error-page--coming-soon .error-page__spin-game {
    width: 100%;
  }
}
@media (max-width: 495px) {
  .error-page--coming-soon .error-page__spin-game .spin-game .spin-game__container .spin-game__row .spin-game__col .spin-game__draw .draw {
    width: 85vw !important;
    height: 105vmin !important;
    border-radius: 6px;
  }
}
@media (max-width: 420px) {
  .error-page--coming-soon .error-page__spin-game .spin-game .spin-game__container .spin-game__row .spin-game__col .spin-game__draw .draw {
    width: 90vw !important;
  }
}
@media (max-width: 420px) {
  .error-page--coming-soon .error-page__spin-game .spin-game .spin-game__container .spin-game__row .spin-game__col .spin-game__draw .draw .draw-wrapper {
    margin: 1.8rem;
  }
}
@media (max-width: 360px) {
  .error-page--coming-soon .error-page__spin-game .spin-game .spin-game__container .spin-game__row .spin-game__col .spin-game__draw .draw .draw-wrapper {
    margin: 1.5rem;
  }
}
@media (max-width: 360px) {
  .error-page--coming-soon .error-page__spin-game .spin-game .spin-game__container .spin-game__row .spin-game__col .spin-game__draw .draw .draw-wrapper__inner {
    padding: 0 14px;
  }
}

.coming-soon-page .navbar {
  position: relative;
}
.coming-soon-page .logo {
  position: absolute;
  left: 50%;
  top: 66%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  max-width: 12.9rem;
  height: 2.5rem;
}
@media (max-width: 495px) {
  .coming-soon-page .logo {
    top: 70%;
  }
}
.coming-soon-page .footer {
  margin-top: 0;
}

@media (max-width: 495px) {
  .error-page--coming-soon .error-page__spin-game {
    width: 100%;
  }
}
@media (max-width: 495px) {
  .error-page--coming-soon .error-page__spin-game .spin-game .spin-game__container .spin-game__row .spin-game__col .spin-game__draw .draw {
    width: 85vw !important;
    height: 105vmin !important;
    border-radius: 6px;
  }
}
@media (max-width: 420px) {
  .error-page--coming-soon .error-page__spin-game .spin-game .spin-game__container .spin-game__row .spin-game__col .spin-game__draw .draw {
    width: 90vw !important;
  }
}
@media (max-width: 420px) {
  .error-page--coming-soon .error-page__spin-game .spin-game .spin-game__container .spin-game__row .spin-game__col .spin-game__draw .draw .draw-wrapper {
    margin: 1.8rem;
  }
}
@media (max-width: 360px) {
  .error-page--coming-soon .error-page__spin-game .spin-game .spin-game__container .spin-game__row .spin-game__col .spin-game__draw .draw .draw-wrapper {
    margin: 1.5rem;
  }
}
@media (max-width: 360px) {
  .error-page--coming-soon .error-page__spin-game .spin-game .spin-game__container .spin-game__row .spin-game__col .spin-game__draw .draw .draw-wrapper__inner {
    padding: 0 14px;
  }
}

.error-page__form {
  grid-column: 1/-1;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
          flex-direction: column;
  background-color: #ffffff;
  margin: 13.8rem;
  padding: 4rem 5.5rem;
  max-inline-size: 35rem;
  inline-size: 100%;
  min-block-size: 30rem;
  border-radius: 0.5rem;
  box-shadow: 0 -2px 5px 0 rgba(37, 38, 39, 0.12), 0 1px 1px -2px rgba(37, 38, 39, 0.19), 0 2px 2px -2px rgba(37, 38, 39, 0.19), 0 5px 5px -2px rgba(37, 38, 39, 0.14), 0 9px 9px -2px rgba(37, 38, 39, 0.15), 0 16px 16px -2px rgba(37, 38, 39, 0.16);
}
@media (max-width: 600px) {
  .error-page__form {
    padding: 4rem;
  }
}
@media (max-width: 375px) {
  .error-page__form {
    max-inline-size: 26rem;
  }
}
.error-page__form:not(:valid) .btn {
  opacity: 0.3;
  pointer-events: none;
}
.error-page__form h1 {
  text-align: center;
  font-size: 3rem;
  font-weight: 600;
  margin: 0 !important;
}
.error-page__form div:first-of-type {
  -webkit-margin-before: auto;
          margin-block-start: auto;
}
.error-page__form div {
  position: relative;
}
.error-page__form div:has(input:not(:-moz-placeholder-shown)) label {
  --opacity: 0.4;
  transform: translateY(-135%);
}
.error-page__form div:has(input:not(:-ms-input-placeholder)) label {
  --opacity: 0.4;
  transform: translateY(-135%);
}
.error-page__form div:has(input:not(:placeholder-shown)) label {
  --opacity: 0.4;
  -webkit-transform: translateY(-135%);
          transform: translateY(-135%);
}
.error-page__form label {
  --fs: 1.25rem;
  --opacity: 0;
  margin: 0;
  position: absolute;
  transition: transform 50ms ease-in-out, --opacity 50ms ease-in-out;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.error-page__form input {
  font-weight: 400;
  width: 100%;
  outline: none;
  border-radius: 0 !important;
  border: none !important;
  -webkit-border-after: 0.12em solid currentColor !important;
          border-block-end: 0.12em solid currentColor !important;
}
.error-page__form input:invalid:not(:-moz-placeholder-shown):not(:focus) {
  color: hsl(var(--fg));
}
.error-page__form input:invalid:not(:-ms-input-placeholder):not(:focus) {
  color: hsl(var(--fg));
}
.error-page__form input:invalid:not(:placeholder-shown):not(:focus) {
  color: hsl(var(--fg));
}
.error-page__form input::-webkit-input-placeholder {
  --_fs: var(--fs, 1.6rem);
  --_fw: 500;
  --_fg: 0, 0%, 30%;
  --_opacity: var(--opacity, 1);
  color: hsl(var(--_fg));
  opacity: var(--_opacity);
  font-size: var(--_fs);
  font-weight: var(--_fw);
  line-height: 1;
}
.error-page__form input::-moz-placeholder {
  --_fs: var(--fs, 1.6rem);
  --_fw: 500;
  --_fg: 0, 0%, 30%;
  --_opacity: var(--opacity, 1);
  color: hsl(var(--_fg));
  opacity: var(--_opacity);
  font-size: var(--_fs);
  font-weight: var(--_fw);
  line-height: 1;
}
.error-page__form input:-ms-input-placeholder {
  --_fs: var(--fs, 1.6rem);
  --_fw: 500;
  --_fg: 0, 0%, 30%;
  --_opacity: var(--opacity, 1);
  color: hsl(var(--_fg));
  opacity: var(--_opacity);
  font-size: var(--_fs);
  font-weight: var(--_fw);
  line-height: 1;
}
.error-page__form input::-ms-input-placeholder {
  --_fs: var(--fs, 1.6rem);
  --_fw: 500;
  --_fg: 0, 0%, 30%;
  --_opacity: var(--opacity, 1);
  color: hsl(var(--_fg));
  opacity: var(--_opacity);
  font-size: var(--_fs);
  font-weight: var(--_fw);
  line-height: 1;
}
.error-page__form label,
.error-page__form input::placeholder {
  --_fs: var(--fs, 1.6rem);
  --_fw: 500;
  --_fg: 0, 0%, 30%;
  --_opacity: var(--opacity, 1);
  color: hsl(var(--_fg));
  opacity: var(--_opacity);
  font-size: var(--_fs);
  font-weight: var(--_fw);
  line-height: 1;
}
.error-page__form button {
  margin: 2.5rem 0 auto !important;
}
/*# sourceMappingURL=error.css.map */
