/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
.owl-carousel, .owl-carousel .owl-item {
  -webkit-tap-highlight-color: transparent;
  position: relative;
}

.owl-carousel {
  display: none;
  width: 100%;
  z-index: 1;
}

.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  touch-action: manipulation;
  -moz-backface-visibility: hidden;
}

.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-item, .owl-carousel .owl-wrapper {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-item {
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-touch-callout: none;
}

.owl-carousel .owl-item img {
  display: block;
  width: 100%;
}

.owl-carousel .owl-dots.disabled, .owl-carousel .owl-nav.disabled {
  display: none;
}

.no-js .owl-carousel, .owl-carousel.owl-loaded {
  display: block;
}

.owl-carousel .owl-dot, .owl-carousel .owl-nav .owl-next, .owl-carousel .owl-nav .owl-prev {
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot {
  background: 0 0;
  color: inherit;
  border: none;
  padding: 0 !important;
  font: inherit;
}

.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}

.owl-carousel.owl-hidden {
  opacity: 0;
}

.owl-carousel.owl-refresh .owl-item {
  visibility: hidden;
}

.owl-carousel.owl-drag .owl-item {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel.owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
}

.owl-carousel.owl-rtl {
  direction: rtl;
}

.owl-carousel.owl-rtl .owl-item {
  float: right;
}

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

.owl-carousel .owl-animated-in {
  z-index: 0;
}

.owl-carousel .owl-animated-out {
  z-index: 1;
}

.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
          animation-name: fadeOut;
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.owl-height {
  -webkit-transition: height 0.5s ease-in-out;
  transition: height 0.5s ease-in-out;
}

.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  -webkit-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
}

.owl-carousel .owl-item .owl-lazy:not([src]), .owl-carousel .owl-item .owl-lazy[src^=""] {
  max-height: 0;
}

.owl-carousel .owl-item img.owl-lazy {
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
}

.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url(owl.video.play.png) no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  -webkit-transition: -webkit-transform 0.1s ease;
  transition: -webkit-transform 0.1s ease;
  transition: transform 0.1s ease;
  transition: transform 0.1s ease, -webkit-transform 0.1s ease;
}

.owl-carousel .owl-video-play-icon:hover {
  -webkit-transform: scale(1.3, 1.3);
          transform: scale(1.3, 1.3);
}

.owl-carousel .owl-video-playing .owl-video-play-icon, .owl-carousel .owl-video-playing .owl-video-tn {
  display: none;
}

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
}

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}

/**
* Owl Carousel v2.3.4
* Copyright 2013-2018 David Deutsch
* Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
*/
.owl-theme .owl-dots, .owl-theme .owl-nav {
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}

.owl-theme .owl-nav {
  margin-top: 10px;
}

.owl-theme .owl-nav [class*=owl-] {
  color: #FFF;
  font-size: 14px;
  margin: 5px;
  padding: 4px 7px;
  background: #D6D6D6;
  display: inline-block;
  cursor: pointer;
  border-radius: 3px;
}

.owl-theme .owl-nav [class*=owl-]:hover {
  background: #869791;
  color: #FFF;
  text-decoration: none;
}

.owl-theme .owl-nav .disabled {
  opacity: 0.5;
  cursor: default;
}

.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 10px;
}

.owl-theme .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
}

.owl-theme .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px 7px;
  background: #D6D6D6;
  display: block;
  -webkit-backface-visibility: visible;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
  border-radius: 30px;
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
  background: #869791;
}

.v-center {
  display: table;
  width: 100%;
  height: 100%;
}
.v-center > * {
  display: table-cell;
  vertical-align: middle;
}

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
.masonry {
  display: none;
}

@media (min-width: 900px) {
  .mobile-only {
    display: none !important;
  }
}

@media (max-width: 899px) {
  .desktop-only {
    display: none !important;
  }
}

/* Flex Mixin */
:root {
  --bs-blue: #0d6efd;
  --bs-indigo: #6610f2;
  --bs-purple: #6f42c1;
  --bs-pink: #d63384;
  --bs-red: #dc3545;
  --bs-orange: #fd7e14;
  --bs-yellow: #ffc107;
  --bs-green: #198754;
  --bs-teal: #20c997;
  --bs-cyan: #0dcaf0;
  --bs-white: #fff;
  --bs-gray: #6c757d;
  --bs-gray-dark: #343a40;
  --bs-primary: #0d6efd;
  --bs-secondary: #6c757d;
  --bs-success: #198754;
  --bs-info: #0dcaf0;
  --bs-warning: #ffc107;
  --bs-danger: #dc3545;
  --bs-light: #f8f9fa;
  --bs-dark: #212529;
  --bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0)) ;
}

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

@media (prefers-reduced-motion: no-preference) {
  :root {
    scroll-behavior: smooth;
  }
}
body {
  margin: 0;
  font-family: var(--bs-font-sans-serif);
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #fff;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
}

.h1,
h1 {
  font-size: calc(1.375rem + 1.5vw);
}

.h2,
h2 {
  font-size: calc(1.325rem + 0.9vw);
}

.h3,
h3 {
  font-size: calc(1.3rem + 0.6vw);
}

.h4,
h4 {
  font-size: calc(1.275rem + 0.3vw);
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol,
ul {
  padding-left: 2rem;
}

dl,
ol,
ul {
  margin-top: 0;
  margin-bottom: 1rem;
}

a {
  color: #0d6efd;
  text-decoration: underline;
}

img,
svg {
  vertical-align: middle;
}

button {
  border-radius: 0;
}

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

button,
select {
  text-transform: none;
}

[role=button] {
  cursor: pointer;
}

[type=button],
[type=reset],
[type=submit],
button {
  -webkit-appearance: button;
}

[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled),
button:not(:disabled) {
  cursor: pointer;
}

.container,
.container-fluid,
.container-lg,
.container-md,
.container-sm,
.container-xl,
.container-xxl {
  width: 100%;
  padding-right: var(--bs-gutter-x, 0.75rem);
  padding-left: var(--bs-gutter-x, 0.75rem);
  margin-right: auto;
  margin-left: auto;
}

.dropdown,
.dropend,
.dropstart,
.dropup {
  position: relative;
}

.dropdown-toggle {
  white-space: nowrap;
}

.dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}

.dropdown-menu {
  position: absolute;
  z-index: 1000;
  display: none;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
}

@-ms-viewport {
  width: device-width;
}
@media all and (max-width: 319px) {
  body {
    font-size: 16px;
  }
  .play-button span {
    font-size: 20px !important;
  }
  .menu-icon .img-responsive {
    width: 75%;
  }
}
@media all and (min-width: 320px) {
  body {
    font-size: 16px;
  }
}
@media all and (min-width: 360px) {
  body {
    font-size: 16px;
  }
}
@media all and (max-width: 360px) {
  .play-button span {
    font-size: 22px !important;
  }
}
@media all and (min-width: 400px) {
  body {
    font-size: 16px;
  }
}
@media all and (min-width: 480px) {
  body {
    font-size: 16px;
  }
}
@media (max-width: 480px) and (orientation: landscape) {
  .navbar-fixed-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    max-height: 200px;
  }
}
@media all and (min-width: 540px) {
  body {
    font-size: 18px;
  }
}
@media all and (max-width: 600px) {
  .play-button span {
    font-size: 26px !important;
  }
}
@media all and (min-width: 640px) {
  body {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .navbar-form .form-group {
    margin-bottom: 0.5em;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #777777;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #333333;
    background-color: transparent;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #555555;
    background-color: #e7e7e7;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #cccccc;
    background-color: transparent;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #777777;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #ffffff;
    background-color: transparent;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #ffffff;
    background-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #444444;
    background-color: transparent;
  }
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
  .visible-xs-block {
    display: block !important;
  }
  .visible-xs-inline {
    display: inline !important;
  }
  .visible-xs-inline-block {
    display: inline-block !important;
  }
  .hidden-xs {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 0.75em;
    overflow-y: hidden;
    overflow-x: auto;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #dddddd;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive > .table {
    margin-bottom: 0;
  }
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  .table-responsive > .table-bordered {
    border: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}
@media screen and (min-width: 768px) {
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -1.5em;
    font-size: 30px;
  }
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .icon-prev {
    margin-left: -1.5em;
  }
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-next {
    margin-right: -1.5em;
  }
  .carousel-caption {
    left: 20%;
    right: 20%;
    padding-bottom: 30px;
  }
  .carousel-indicators {
    bottom: 20px;
  }
  .jumbotron {
    padding-top: 4.8em;
    padding-bottom: 4.8em;
  }
  .container .jumbotron {
    padding-left: 6em;
    padding-right: 6em;
  }
  .jumbotron h1,
  .jumbotron .h1 {
    font-size: 4.5em;
  }
}
@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-horizontal dd {
    margin-left: 180px;
  }
  .navbar-text {
    float: left;
    margin-left: 1.5em;
    margin-right: 1.5em;
  }
  .navbar-text.navbar-right:last-child {
    margin-right: 0;
  }
  .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .input-group {
    margin-bottom: -1px;
  }
  .form-control {
    height: auto;
    display: inline-block;
    width: auto;
    vertical-align: middle;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    outline: none;
    border: 1px solid #DDDDDD;
  }
  .navbar-form .form-control:focus {
    outline: none;
    -webkit-box-shadow: 0 0 5px #F3366A;
            box-shadow: 0 0 5px #F3366A;
    border: 1px solid #F3366A;
  }
  .navbar-form .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .navbar-form .input-group .input-group-addon,
  .navbar-form .input-group .input-group-btn,
  .navbar-form .input-group .form-control {
    width: auto;
  }
  .navbar-form .input-group > .form-control {
    width: 100%;
  }
  .navbar-form .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio,
  .navbar-form .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio label,
  .navbar-form .checkbox label {
    padding-left: 0;
  }
  .navbar-form .radio input[type=radio],
  .navbar-form .checkbox input[type=checkbox] {
    position: relative;
    margin-left: 0;
  }
  .navbar-form .has-feedback .form-control-feedback {
    top: 0;
  }
  .navbar-form .input-group-addon {
    height: auto;
    padding: 0;
  }
  .navbar-form {
    width: auto;
    border: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .navbar-form.navbar-right:last-child {
    margin-right: -1.5em;
  }
  .navbar-left {
    float: left !important;
  }
  .navbar-right {
    float: right !important;
  }
  .modal-dialog {
    width: 768px;
    margin: 30px auto;
  }
  .modal-content {
    -webkit-box-shadow: 0 5px 1.5em rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 1.5em rgba(0, 0, 0, 0.5);
  }
  .modal-sm {
    width: 3em;
  }
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .form-inline .input-group .input-group-addon,
  .form-inline .input-group .input-group-btn,
  .form-inline .input-group .form-control {
    width: auto;
  }
  .form-inline .input-group > .form-control {
    width: 100%;
  }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio label,
  .form-inline .checkbox label {
    padding-left: 0;
  }
  .form-inline .radio input[type=radio],
  .form-inline .checkbox input[type=checkbox] {
    position: relative;
    margin-left: 0;
  }
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
  .form-horizontal .control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 7px;
  }
  .form-horizontal .form-group-lg .control-label {
    padding-top: 2.33em;
  }
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
  }
  .navbar-right .dropdown-menu {
    left: auto;
    right: 0;
  }
  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto;
  }
  .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
  .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #dddddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs.nav-justified > .active > a,
  .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs.nav-justified > .active > a:focus {
    border-bottom-color: #ffffff;
  }
  .nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-justified > li > a {
    margin-bottom: 0;
  }
  .nav-tabs-justified > li > a {
    border-bottom: 1px solid #dddddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus {
    border-bottom-color: #ffffff;
  }
  .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-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
  .navbar {
    border-radius: 4px;
  }
  .navbar-header {
    float: left;
  }
  .lead {
    font-size: 1.5em;
  }
  .navbar > .container .navbar-brand,
  .navbar > .container-fluid .navbar-brand {
    margin-left: -1.5em;
    -webkit-box-shadow: none;
            box-shadow: none;
    border: none;
  }
  .navbar-fixed-top,
  .navbar-fixed-bottom {
    border-radius: 0;
  }
  .navbar-static-top {
    border-radius: 0;
  }
  .container > .navbar-header,
  .container-fluid > .navbar-header,
  .container > .navbar-collapse,
  .container-fluid > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}
@media (max-width: 768px) {
  .navbar-nav > li:after {
    color: #F3366A;
    font-weight: 800;
    position: absolute;
    display: block;
    height: 100%;
    width: 1em;
    line-height: 100%;
    top: 0;
    right: 0;
    background-repeat: no-repeat;
    background-position: center;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
  .hidden-sm {
    display: none !important;
  }
  .visible-sm-block {
    display: block !important;
  }
  .visible-sm-inline {
    display: inline !important;
  }
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (max-width: 800px) {
  .scroller-xs {
    height: 13em;
    overflow: hidden;
  }
  .socrolit.featured {
    height: 7em !important;
  }
  .socrolit.featured .scroller-item {
    height: 7em !important;
  }
  .spacer45 {
    height: 6em;
    width: 100%;
    display: block;
    clear: both;
  }
  .row-xs {
    margin-left: 0;
    margin-right: 0;
  }
  .showcace {
    overflow: hidden;
  }
  .showcace img {
    position: absolute;
    width: 100%;
    height: auto;
    overflow: hidden;
    clip: rect(100% 0px 0px 60px);
    /* or "none" */
  }
  .showcace .showcace-text {
    background-color: rgba(39, 39, 39, 0.6);
    line-height: 0.9em;
    color: #FFF;
    padding: 0.3em;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 1.5em;
    white-space: nowrap;
    position: absolute;
    top: 3em;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    width: 9em;
  }
  .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-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
  .hidden-md {
    display: none !important;
  }
  .visible-md-block {
    display: block !important;
  }
  .visible-md-inline {
    display: inline !important;
  }
  .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1200px) {
  .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-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
  .hidden-lg {
    display: none !important;
  }
  .visible-lg-inline-block {
    display: inline-block !important;
  }
  .visible-lg-block {
    display: block !important;
  }
  .visible-lg-inline {
    display: inline !important;
  }
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media print {
  * {
    text-shadow: none !important;
    color: #000 !important;
    background: transparent !important;
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  select {
    background: #fff !important;
  }
  .navbar {
    display: none;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }
  .label {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
  .visible-print-block {
    display: block !important;
  }
  .visible-print-inline {
    display: inline !important;
  }
  .visible-print-inline-block {
    display: inline-block !important;
  }
  .hidden-print {
    display: none !important;
  }
}
.header-text-light {
  font-weight: 100;
  color: #e9e9e9;
}

.subscribe-locked .header {
  margin: 3em auto;
}

button {
  outline: none;
  background-color: transparent;
  border: none;
  padding: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}

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

a,
img {
  display: block;
}

img {
  width: 100%;
  margin: auto;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Montserrat", sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
button,
a {
  padding: 0;
  margin: 0;
  font-size: 1em;
}

html {
  height: 100%;
  font-family: "Montserrat", sans-serif;
}

div {
  width: 100%;
}

body {
  display: none;
  background-color: #f8f8f8;
  max-width: 100%;
  font-size: 12px !important;
  height: 100%;
  font-family: "Montserrat", sans-serif;
}
@media (max-width: 399px) {
  body {
    font-size: 3.2vw !important;
  }
}
body * {
  color: #000;
  font-size: 1em;
}
body .container {
  height: 100%;
  padding: 0;
  border: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 512px;
  overflow: hidden;
  background: url("../img/bg-glow.png") center no-repeat, linear-gradient(-159deg, #00F8C1 7%, #8228CA 59%, #4D0C8D 100%);
  background-size: 100% auto, 100% auto, cover;
  position: relative;
  z-index: 1;
}
body .container:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url("../img/bg-pattern.png") center no-repeat;
  background-size: 100% auto;
  opacity: 0.5;
  z-index: -1;
}
body .welcome {
  background: url("../img/bg-glow.png") center no-repeat, url("../img/bg-welcome-swipe.png") right no-repeat, linear-gradient(-159deg, #00F8C1 7%, #8228CA 59%, #4D0C8D 100%);
  background-size: 100% auto, auto 100vh, 100% auto, cover;
}
body .quiz2-bg {
  background: linear-gradient(-159deg, #00F8C1 7%, #a44500 59%, #590000 100%);
}
body .quiz3-bg {
  background: linear-gradient(-159deg, #00F8C1 7%, #047d97 59%, #003294 100%);
}
body .bonus-bg {
  background: linear-gradient(-159deg, #00F8C1 7%, #086fa9 59%, #05d1de 100%);
}

@-webkit-keyframes shake {
  0%, 100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  20%, 60% {
    -webkit-transform: translateX(-10px);
            transform: translateX(-10px);
  }
  40%, 80% {
    -webkit-transform: translateX(10px);
            transform: translateX(10px);
  }
}

@keyframes shake {
  0%, 100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  20%, 60% {
    -webkit-transform: translateX(-10px);
            transform: translateX(-10px);
  }
  40%, 80% {
    -webkit-transform: translateX(10px);
            transform: translateX(10px);
  }
}
.shake {
  -webkit-animation: shake 0.5s;
          animation: shake 0.5s;
}

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

#site_header {
  padding: 1em;
  border-bottom-left-radius: 2.2em;
  border-bottom-right-radius: 2.2em;
  position: relative;
}
#site_header #logo {
  width: 70%;
  margin: 0 auto;
  -webkit-transition: width 1s, margin 1s;
  transition: width 1s, margin 1s;
}
#site_header .back-link {
  position: absolute;
  top: 50%;
  left: 2em;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  color: #000 !important;
}
#site_header .back-link::before {
  font-size: 2em;
}

#scrollwrap {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding-bottom: 4em;
  position: relative;
}
#scrollwrap.favourite-page-bg {
  background-repeat: round;
  background-position: 0em 2em;
}
#scrollwrap.auth-page-bg {
  background-position: center;
  background-size: cover;
  background-color: #1A1919;
}
#scrollwrap.game-loader-page-bg, #scrollwrap.leaderboard-page-bg {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
#scrollwrap #scroller {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  overflow-y: auto;
  -ms-overflow-style: none;
  overflow: -moz-scrollbars-none;
  scrollbar-width: none;
  overflow-x: hidden !important;
}
#scrollwrap #scroller.no-scroll {
  overflow-y: hidden;
}
#scrollwrap #scroller::-webkit-scrollbar {
  display: none !important;
}
#scrollwrap #scroller #content {
  min-height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 5.4em 0 2.4em 0;
  overflow: hidden;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#scrollwrap #scroller #content > * {
  opacity: 1;
}
#scrollwrap #scroller #content.leaderboard-content {
  max-width: 512px;
  position: fixed;
}
#scrollwrap #scroller #content .welcome-screen {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 80%;
  height: 80vh;
  margin: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: 2em;
}
#scrollwrap #scroller #content .welcome-screen .welcome-logo {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 85%;
  position: relative;
  left: 0.2em;
}
#scrollwrap #scroller #content .welcome-screen .welcome-screen-content {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  position: relative;
  top: 10%;
  width: 90%;
  margin-right: auto;
  padding-top: 7em;
}
#scrollwrap #scroller #content .welcome-screen .welcome-screen-content .welcome-texts {
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  opacity: 0;
  -webkit-transition: opacity 0.6s ease-in;
  transition: opacity 0.6s ease-in;
}
#scrollwrap #scroller #content .welcome-screen .welcome-screen-content .welcome-texts > * {
  color: #FFFFFF;
  margin: 0;
  padding: 0;
}
#scrollwrap #scroller #content .welcome-screen .welcome-screen-content .welcome-texts h1 {
  font-size: 36px;
  font-weight: 800;
  line-height: 43.2px;
  text-shadow: 2px 4px 6px rgba(0, 0, 0, 0.4);
}
#scrollwrap #scroller #content .welcome-screen .welcome-screen-content .welcome-texts p {
  margin: 1em auto;
}
#scrollwrap #scroller #content .welcome-screen .welcome-screen-content .welcome-texts.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  opacity: 1;
}
#scrollwrap #scroller #content .welcome-screen .welcome-screen-content .welcome-text-container {
  position: relative;
  width: 100%;
  height: auto;
  overflow: hidden;
}
#scrollwrap #scroller #content .welcome-screen .welcome-screen-content .welcome-texts {
  top: 0;
  left: 100%;
  width: 100%;
  -webkit-transition: opacity 0.5s ease, -webkit-transform 0.5s ease;
  transition: opacity 0.5s ease, -webkit-transform 0.5s ease;
  transition: transform 0.5s ease, opacity 0.5s ease;
  transition: transform 0.5s ease, opacity 0.5s ease, -webkit-transform 0.5s ease;
  opacity: 0;
}
#scrollwrap #scroller #content .welcome-screen .welcome-screen-content .welcome-texts.active {
  -webkit-transform: translateX(0);
          transform: translateX(0);
  opacity: 1;
}
#scrollwrap #scroller #content .welcome-screen .welcome-screen-content .welcome-texts.previous {
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
}
#scrollwrap #scroller #content .welcome-screen .welcome-screen-content .welcome-texts.next {
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
}
#scrollwrap #scroller #content .back-link {
  padding: 1em;
  color: #FFFFFF;
}
#scrollwrap #scroller #content .back-link span {
  color: #FFFFFF;
  font-size: 1.3em;
  margin-right: 0.25em;
}
#scrollwrap #scroller #content.no-padding {
  padding: 0;
}

.dots-container {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  margin-bottom: 20px;
  margin-top: 1em;
}
.dots-container .dot {
  width: 10px;
  height: 10px;
  background-color: #FFFFFF;
  opacity: 0.5;
  border-radius: 50%;
  margin: 0 5px;
}
.dots-container .dot:first-child {
  margin-left: 0;
}
.dots-container .dot:last-child {
  margin-right: 0;
}
.dots-container .active-dot {
  border-radius: 50%;
  -webkit-transition: all 0.6s ease-in;
  transition: all 0.6s ease-in;
  opacity: 1;
}

.search-container {
  position: absolute;
  bottom: 0;
  z-index: 20;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 512px;
  padding: 2.4em;
}
.search-container .overlay {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: rgba(11, 11, 11, 0.99);
  -webkit-filter: blur(5px);
          filter: blur(5px);
}
.search-container img {
  width: 100px;
}
.search-container .inline-search-icon {
  width: 20px;
  -o-object-fit: contain;
     object-fit: contain;
}
.search-container form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.search-container .input-group,
.search-container input {
  height: 100%;
}
.search-container input {
  border: 2px #fff solid;
  font-size: 1.5em;
}
.search-container button {
  border: none;
  border-radius: 1px;
}
.search-container button:active, .search-container button:focus, .search-container button:visited, .search-container button:target, .search-container button:hover {
  border: none;
  border-radius: 1px;
}
.search-container i {
  border: none;
  border-radius: 1px;
}
.search-container i:after {
  -webkit-filter: invert(100%);
          filter: invert(100%);
}
.search-container .input-group-addon {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  background-color: #FFFFFF;
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}
.search-container .btn {
  font-size: inherit;
}

.vcenter, .vfill {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.vfill {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.freeform-widget h1 {
  margin-top: 1.5em;
  color: #FFFFFF;
}
.freeform-widget .freeform {
  padding: 2em;
  color: #FFFFFF;
}
.freeform-widget .freeform div, .freeform-widget .freeform p, .freeform-widget .freeform span {
  color: #FFFFFF;
  margin: 0.5em 0;
}
.freeform-widget .freeform a {
  opacity: 0.9;
  color: white;
  text-decoration: underline !important;
  display: inline;
}

.square, .feature-image, .feature-img {
  position: relative;
}
.square .lock-container, .feature-image .lock-container, .feature-img .lock-container {
  position: absolute;
  z-index: 2;
  width: 32px;
  border-radius: 100%;
  background-color: #009949;
  padding: 0.8em;
  left: 25%;
  top: 14%;
  -webkit-transform: translate(50%, 50%);
          transform: translate(50%, 50%);
}
.square .lock-container img, .feature-image .lock-container img, .feature-img .lock-container img {
  width: 100% !important;
  -webkit-filter: brightness(1) !important;
          filter: brightness(1) !important;
}

.feature-image .lock-container, .feature-img .lock-container {
  inset: 0;
  margin: auto;
  height: 32px;
  -webkit-transform: none;
          transform: none;
}

.not-free img {
  -webkit-filter: brightness(50%);
          filter: brightness(50%);
}

.free img {
  -webkit-filter: brightness(100%);
          filter: brightness(100%);
}
.free h3 {
  -webkit-filter: blur(0px);
          filter: blur(0px);
}

.icon.icon-home::after {
  content: "";
  background-image: url("//xcmsv2-cdn.awap.tv/layout/grfx/brand-graphics/swipe-it/nav/home.png");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  display: inline-block;
  vertical-align: middle;
}
.icon.icon-favourites::after {
  content: "";
  background-image: url("//xcmsv2-cdn.awap.tv/layout/grfx/brand-graphics/swipe-it/nav/favourites.png");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  display: inline-block;
  vertical-align: middle;
}
.icon.icon-search::after {
  content: "";
  background-image: url("//xcmsv2-cdn.awap.tv/layout/grfx/brand-graphics/swipe-it/nav/search.png");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  display: inline-block;
  vertical-align: middle;
}
.icon.icon-profile::after {
  content: "";
  background-image: url("//xcmsv2-cdn.awap.tv/layout/grfx/brand-graphics/swipe-it/nav/profile.png");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  display: inline-block;
  vertical-align: middle;
}
.icon::after {
  width: 0.8em;
  height: 0.725em;
  font-size: 3em;
  -o-object-fit: contain;
     object-fit: contain;
  display: inline-block;
}
.icon.icon-mark::after {
  width: 0.9em;
}

.icon-img {
  height: 38px;
  margin-right: 0.5em;
  margin-left: -0.5em;
}
.icon-img img {
  -o-object-fit: contain;
     object-fit: contain;
  height: inherit;
  width: 34px;
}

.icon-history {
  display: none;
}

.panel-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.panel-menu a {
  border-radius: 2.2em;
  width: calc(50% - 2em);
  margin: 1em;
  overflow: hidden;
  text-align: center;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.panel-menu a.icon-unsubscribe::after {
  content: "";
  background-image: url("//xcmsv2-cdn.awap.tv/layout/grfx/brand-graphics/swipe-it/my-account.png");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  display: inline-block;
  vertical-align: middle;
}
.panel-menu a span {
  display: block;
  width: 100%;
  background-color: #FF4B44;
  color: #383538;
  padding: 1em 0.5em;
  font-size: 1.3em;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.panel-menu a::after {
  font-size: 6em;
  margin: 0.2em;
}
.panel-menu a:hover, .panel-menu a:active, .panel-menu a:focus {
  -webkit-transform: translateY(-1em);
          transform: translateY(-1em);
}

#menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: fixed;
  z-index: 12;
  -webkit-transition: max-height 1s, -webkit-transform 1s;
  transition: max-height 1s, -webkit-transform 1s;
  transition: transform 1s, max-height 1s;
  transition: transform 1s, max-height 1s, -webkit-transform 1s;
  -webkit-transform: translate(-50%, 0%);
          transform: translate(-50%, 0%);
  padding: 0.85em 1.9em;
  max-height: 6em;
  -ms-flex-negative: 1;
      flex-shrink: 1;
  font-size: 1.3em;
  bottom: 0;
  max-width: 512px;
  left: 50%;
  background-image: url("//xcmsv2-cdn.awap.tv/layout/grfx/brand-graphics/swipe-it/nav/nav.svg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding-bottom: 3em;
  padding-top: 2.6em;
}
#menu .icon {
  width: 27px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#menu .icon.icon-profile {
  width: 20px;
  margin-right: 6px;
}
#menu .icon-center-btn {
  margin-top: -2em;
  width: 3.8em;
}
#menu .dropup {
  display: inline-block;
  width: unset;
}
#menu .dropup .dropdown-menu {
  padding: 1em;
  border-radius: 0;
  border: 0;
  width: unset;
  bottom: 100%;
  right: 0;
  left: unset;
  top: unset;
  overflow: visible;
  z-index: 0;
  background-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
  display: block;
  pointer-events: none;
  -webkit-transition: -webkit-transform 1.5s;
  transition: -webkit-transform 1.5s;
  transition: transform 1.5s;
  transition: transform 1.5s, -webkit-transform 1.5s;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  z-index: 1;
  overflow: hidden;
}
#menu .dropup .dropdown-menu .bar {
  margin: 1em auto;
  width: 80%;
  height: 3px;
  background-color: #000;
  border-radius: 1px;
  display: block;
  opacity: 0;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
#menu .dropup .dropdown-menu a {
  border-radius: 0.5em;
  margin-bottom: 1em;
  padding: 0.5em 1em;
  background-color: #fff;
  position: relative;
  opacity: 0;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: transform 0.3s, opacity 0.3s;
  transition: transform 0.3s, opacity 0.3s, -webkit-transform 0.3s;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#menu .dropup .dropdown-menu a span {
  font-size: 1.5em;
  margin-right: 0.5em;
  text-align: center;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
#menu .dropup .dropdown-menu a:nth-of-type(0) {
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
}
#menu .dropup .dropdown-menu a:nth-of-type(1) {
  -webkit-transition-delay: 0.8s;
          transition-delay: 0.8s;
}
#menu .dropup .dropdown-menu a:nth-of-type(2) {
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
}
#menu .dropup .dropdown-menu a:nth-of-type(3) {
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}
#menu .dropup .dropdown-menu a:nth-of-type(4) {
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}
#menu .dropup .dropdown-menu a:nth-of-type(5) {
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}
#menu .dropup .dropdown-menu a:nth-of-type(6) {
  -webkit-transition-delay: -0.2s;
          transition-delay: -0.2s;
}
#menu .dropup .dropdown-menu a:nth-of-type(7) {
  -webkit-transition-delay: -0.4s;
          transition-delay: -0.4s;
}
#menu .dropup .dropdown-menu a:nth-of-type(8) {
  -webkit-transition-delay: -0.6s;
          transition-delay: -0.6s;
}
#menu .dropup .dropdown-menu a:nth-of-type(9) {
  -webkit-transition-delay: -0.8s;
          transition-delay: -0.8s;
}
#menu .logo {
  display: none !important;
  width: 5.2em;
  height: 5.2em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 100%;
  background-color: #FF4B44;
  margin-top: -3em;
  -webkit-box-shadow: 0px 0px 20px 0px rgba(255, 255, 255, 0.42);
  box-shadow: 0px 0px 20px 0px rgba(255, 255, 255, 0.42);
}
#menu .logo img {
  width: 4.3em;
}

.language-selector .dropdown-menu {
  padding: 0;
  background-color: #fff;
  right: 0;
}
.language-selector .dropdown-menu a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border: 1px solid #FFFFFF;
  padding: 0.5em;
  font-size: 0.8em;
}
.language-selector .dropdown-menu a:last-child {
  border: 1px solid #FFFFFF;
}
.language-selector .dropdown-menu a span {
  color: #FFFFFF;
}
.language-selector .dropdown-menu a img {
  width: 20px;
  margin-left: 0;
  margin-right: 2em;
}

#language-selection-form {
  margin: 1em;
}

.radio-option {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 1em 0;
  border-bottom: 2px solid rgba(56, 53, 56, 0.4);
}
.radio-option .left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.radio-option .left label {
  padding-left: 1em;
  font-size: 1.7em;
  font-weight: 500;
  color: rgb(56, 53, 56);
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}
.radio-option .right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
.radio-option .right input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  width: 33px;
  height: 33px;
  z-index: 2;
}
.radio-option .right input[type=radio]:checked ~ .custom-radio::after {
  display: block;
}
.radio-option .right .custom-radio {
  position: absolute;
  right: 0;
  height: 33px;
  width: 33px;
  border: 1px solid #723CB0;
  border-radius: 50%;
  -webkit-box-shadow: 0px 4px 4px 0px rgba(114, 60, 176, 0.5) inset, 0px 4px 4px 0px rgba(0, 0, 0, 0.3);
          box-shadow: 0px 4px 4px 0px rgba(114, 60, 176, 0.5) inset, 0px 4px 4px 0px rgba(0, 0, 0, 0.3);
}
.radio-option .right .custom-radio::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  width: 31px;
  height: 31px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  border-radius: 50%;
  background: url("../img/profile/tickmark.png") center center no-repeat, -webkit-gradient(linear, left top, left bottom, from(#FFFFFF), to(#00F8C1));
  background: url("../img/profile/tickmark.png") center center no-repeat, linear-gradient(180deg, #FFFFFF 0%, #00F8C1 100%);
  background-size: contain;
  -webkit-box-shadow: 0px 4px 4px 0px rgba(114, 60, 176, 0.5) inset, 0px 4px 4px 0px rgba(0, 0, 0, 0.3);
          box-shadow: 0px 4px 4px 0px rgba(114, 60, 176, 0.5) inset, 0px 4px 4px 0px rgba(0, 0, 0, 0.3);
  display: none;
}
.radio-option img {
  width: 39px;
  height: 39px;
  margin: 0;
}

.nav-menu {
  width: 75%;
  height: 100vh;
  overflow: hidden;
  min-width: 0;
  top: 0;
  left: 0;
  background-color: #fff;
  border: none;
  z-index: 21;
  border-radius: 0;
  -webkit-box-shadow: 4px 0px 10px 2px rgba(255, 27, 246, 0.6), 4px 0px 5px 1px rgba(0, 0, 0, 0.1);
          box-shadow: 4px 0px 10px 2px rgba(255, 27, 246, 0.6), 4px 0px 5px 1px rgba(0, 0, 0, 0.1);
  -webkit-filter: brightness(1.1);
          filter: brightness(1.1);
}
.nav-menu.show {
  width: 75%;
  height: 100vh;
}
.nav-menu .has-scrollbar {
  width: 120%;
  padding-right: 10%;
  height: 86vh;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}
.nav-menu #footer-vodacom {
  position: relative;
  top: 4em;
}
.nav-menu #footer-vodacom .footer-links {
  margin-bottom: 1.5em;
}
.nav-menu #footer-vodacom .footer-links a {
  padding-top: 0;
  padding-bottom: 0;
}
.nav-menu #footer-vodacom .footer-logos {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.nav-menu #footer-vodacom .footer-logos :first-child {
  padding-left: 0;
  padding-right: 0.5em;
}
.nav-menu #footer-vodacom .footer-logos :first-child img {
  width: 4em;
}
.nav-menu #footer-vodacom .footer-logos p {
  color: white;
  border-right: 1px solid white;
  font-size: 1em;
  line-height: 1em;
  min-width: 80px;
}
.nav-menu #footer-vodacom .footer-logos :last-child {
  padding-left: 0.4em;
}
.nav-menu #footer-vodacom .footer-logos :last-child img {
  width: 5em;
}
.nav-menu span {
  color: #FFFFFF;
}
.nav-menu .sublink span {
  color: #666666;
}
.nav-menu #menu_list {
  padding: 1em;
}
@media (max-height: 780px) {
  .nav-menu .has-scrollbar #footer-vodacom {
    margin-bottom: 4em;
  }
}

.nav-back img {
  width: 1.1em;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

body.nav-open #scroller {
  overflow: hidden !important;
}

.menu-open::after {
  content: "";
  width: 100vw;
  height: 100%;
  position: absolute;
  z-index: 1;
  top: 0;
}

.burger-menu {
  padding: 1em;
  z-index: 17;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: fixed;
  top: 0;
  max-width: 512px;
  background-color: #fff;
  height: 10.31vh;
  min-height: 66px;
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
  -webkit-box-shadow: 0 4px 4px rgba(0, 0, 0, 0.3);
          box-shadow: 0 4px 4px rgba(0, 0, 0, 0.3);
}
.burger-menu .nav-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}
.burger-menu .nav-header div {
  width: initial;
}
.burger-menu .nav-header .logo-container {
  width: 100px;
  padding: 0;
  margin: 0;
  border: none;
  margin-right: 10px;
}
.burger-menu .nav-header .logo-container.disabled {
  pointer-events: none;
  opacity: 0.5;
  cursor: not-allowed;
}
.burger-menu .nav-header .hamburger-sound-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
.burger-menu .nav-header .hamburger-sound-group #sound-btn {
  width: 30px;
  height: 30px;
}
.burger-menu .dropdown-item:hover, .burger-menu .dropdown-item:focus {
  background-color: white;
}
.burger-menu .language-selector .btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.burger-menu .language-selector .btn span {
  color: #FFFFFF;
  margin-right: 0.5em;
  font-size: 1.1em;
}
.burger-menu .language-selector .btn::after {
  display: none;
}
.burger-menu .logo-container {
  width: 100px;
  padding: 0;
  margin: 0;
  border: none;
}
.burger-menu #menu_btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-left: auto;
  gap: 3px;
}
.burger-menu #menu_btn.disabled {
  pointer-events: none;
  opacity: 0.5;
  cursor: not-allowed;
}
.burger-menu #menu_btn::after {
  content: initial;
}
.burger-menu .icon-bar {
  width: 24px;
  height: 4.22px;
  border-radius: 20px;
  background: -webkit-gradient(linear, left top, left bottom, from(#414141), to(#c6c6c6));
  background: linear-gradient(to bottom, #414141 0%, #c6c6c6 100%);
  -webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.1);
}
.burger-menu .dropdown-header {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 1em;
}
.burger-menu .close-menu img {
  width: 20px;
  -o-object-fit: contain;
     object-fit: contain;
  margin-left: 0;
  cursor: pointer;
}
.burger-menu a {
  font-size: 1.1em;
  border-bottom: 1px solid rgba(11, 11, 11, 0.3);
}
.burger-menu a:last-child {
  border-bottom: 0;
}
.burger-menu .logo img {
  width: 100px;
  margin: 0;
}
.burger-menu .burger-items-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.burger-menu .burger-items-container .menu-items a {
  text-decoration: none;
}
.burger-menu .burger-items-container .menu-items:first-child {
  margin-top: 2em;
}
.burger-menu .burger-items-container .menu-items:last-child {
  margin-bottom: 5em;
}
.burger-menu .burger-items-container .menu-items:last-child .dropdown-item:last-child span {
  color: #723CB0;
}
.burger-menu .burger-items-container .dropdown-item {
  border-bottom: none;
  padding: 0.5rem 0;
}
.burger-menu .burger-items-container .dropdown-item span {
  color: #383538;
  font-weight: 600;
}
.burger-menu .profile-icon.disabled {
  pointer-events: none;
  opacity: 0.5;
  cursor: not-allowed;
}

.menu-overlay {
  position: absolute;
  display: none;
  top: 0;
  right: 0;
  height: 100vh;
  width: 25%;
  background: #2b0655;
  max-width: 512px;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  -webkit-transition: opacity 0.5s ease-in, visibility 0s 0.5s, -webkit-transform 0.5s ease-in !important;
  transition: opacity 0.5s ease-in, visibility 0s 0.5s, -webkit-transform 0.5s ease-in !important;
  transition: transform 0.5s ease-in, opacity 0.5s ease-in, visibility 0s 0.5s !important;
  transition: transform 0.5s ease-in, opacity 0.5s ease-in, visibility 0s 0.5s, -webkit-transform 0.5s ease-in !important;
  z-index: 20;
}
.menu-overlay.show {
  opacity: 0.85 !important;
  visibility: visible;
  -webkit-transform: translateX(0%);
          transform: translateX(0%);
  -webkit-transition: opacity 0.5s ease-out, visibility 0s, -webkit-transform 0.5s ease-out !important;
  transition: opacity 0.5s ease-out, visibility 0s, -webkit-transform 0.5s ease-out !important;
  transition: transform 0.5s ease-out, opacity 0.5s ease-out, visibility 0s !important;
  transition: transform 0.5s ease-out, opacity 0.5s ease-out, visibility 0s, -webkit-transform 0.5s ease-out !important;
}

.homepage-points-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 1em;
  width: 100%;
  gap: 2vw;
  margin-top: 1em;
}
@media screen and (max-width: 320px) {
  .homepage-points-container {
    margin-top: 1.5em;
  }
}
@media screen and (max-width: 300px) {
  .homepage-points-container {
    margin-top: 2em;
  }
}
@media screen and (max-width: 280px) {
  .homepage-points-container {
    margin-top: 2.5em;
  }
}
@media screen and (max-width: 260px) {
  .homepage-points-container {
    margin-top: 3.5em;
  }
}
@media screen and (min-height: 700px) {
  .homepage-points-container {
    margin-top: 2.5em;
  }
}

.points-item-container {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 50px;
  border: 3px solid transparent;
  background-image: -webkit-gradient(linear, left top, left bottom, from(white), to(white)), -webkit-gradient(linear, left top, left bottom, from(#FCA800), to(#FFF596));
  background-image: linear-gradient(white, white), linear-gradient(180deg, #FCA800, #FFF596);
  background-origin: border-box;
  background-clip: padding-box, border-box;
  -webkit-box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
  color: #333;
  padding: 1vw;
  max-width: 161px;
  max-height: 60px;
  width: 100%;
  text-decoration: none;
}
@media screen and (min-width: 361px) {
  .points-item-container {
    height: 60px;
    padding: 0;
  }
}
.points-item-container .points-img-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 0.5em;
}
@media screen and (min-width: 361px) {
  .points-item-container .points-img-container {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 50%;
  }
}
.points-item-container .star-icon {
  position: absolute;
  top: -5;
  width: 28px;
}
@media screen and (min-width: 361px) {
  .points-item-container .star-icon {
    position: unset;
    top: 0;
  }
}
@media screen and (max-width: 320px) {
  .points-item-container .star-icon {
    width: 24px;
  }
}
@media screen and (max-width: 300px) {
  .points-item-container .star-icon {
    width: 20px;
  }
}
.points-item-container .credits-icon {
  position: absolute;
  top: -8;
  left: 2;
  width: 45px;
}
@media screen and (min-width: 361px) {
  .points-item-container .credits-icon {
    position: unset;
    top: 0;
  }
}
@media screen and (max-width: 320px) {
  .points-item-container .credits-icon {
    width: 38px;
  }
}
@media screen and (max-width: 300px) {
  .points-item-container .credits-icon {
    width: 30px;
    top: -3;
  }
}
.points-item-container .rocket-icon {
  position: absolute;
  top: -5;
  left: -5;
  width: 60px;
}
@media screen and (min-width: 361px) {
  .points-item-container .rocket-icon {
    position: unset;
    top: 0;
  }
}
@media screen and (max-width: 320px) {
  .points-item-container .rocket-icon {
    width: 50px;
  }
}
@media screen and (max-width: 300px) {
  .points-item-container .rocket-icon {
    width: 40px;
    top: -2;
  }
}
.points-item-container .points-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 50%;
  padding-right: 2em;
}
.points-item-container .points-info .points-value, .points-item-container .points-info .points-label {
  font-size: 1.1em;
  color: #383538;
  line-height: 1.2;
}
.points-item-container .points-info .points-value {
  font-weight: 900;
}
.points-item-container .points-info .points-label {
  font-weight: 700;
}

.points-item-container:nth-child(2) {
  background-image: -webkit-gradient(linear, left top, left bottom, from(white), to(white)), -webkit-gradient(linear, left top, left bottom, from(#068783), to(#93FFF8));
  background-image: linear-gradient(white, white), linear-gradient(180deg, #068783, #93FFF8);
}

.points-item-container:nth-child(3) {
  background-image: -webkit-gradient(linear, left top, left bottom, from(white), to(white)), -webkit-gradient(linear, left top, left bottom, from(#D60B59), to(#FFE9F4));
  background-image: linear-gradient(white, white), linear-gradient(180deg, #D60B59, #FFE9F4);
}

.homepage-prizes {
  width: 100%;
}
.homepage-prizes a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 1.9em 0 1.9em;
}
.homepage-prizes a img {
  width: 100%;
  max-width: 100%;
  height: auto;
  margin: auto;
  display: block;
}

.title-container {
  margin: 1.5em auto 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-height: 750px) {
  .title-container {
    margin: 3em auto;
  }
}
@media screen and (min-height: 900px) {
  .title-container {
    margin: 4em auto;
  }
}
.title-container .back-arrow {
  width: 15px;
  margin-left: 1.5em;
}
.title-container .title {
  position: relative;
  margin-right: 1.5em;
}
.title-container .result-title {
  margin-right: 0;
}
.title-container h1 {
  position: relative;
  color: #FFFFFF;
  letter-spacing: 1.2px;
  font-weight: 900;
  font-size: 2em;
  background: none;
  -webkit-text-fill-color: white;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.title-container h1::before {
  content: attr(data-text);
  position: absolute;
  top: 0;
  z-index: -1;
  background: -webkit-gradient(linear, left top, left bottom, from(#414141), to(#c6c6c6));
  background: linear-gradient(to bottom, #414141, #c6c6c6);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke: 4px transparent;
  letter-spacing: 1.2px;
}
.title-container h1 span {
  text-shadow: 1px 4px 0 rgba(114, 60, 176, 0.4);
}

.prizes-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.prizes-container .prizes-img-container img {
  width: 90%;
}

.prizes-play-now-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 2em;
  width: 100%;
}
.prizes-play-now-container .play-now-btn {
  background: radial-gradient(circle, #00f8c1 0%, #089999 100%);
  -webkit-box-shadow: 0 0 8px 0 rgba(255, 255, 255, 0.6), inset 0 0 8px 0 rgba(255, 255, 255, 0.6);
          box-shadow: 0 0 8px 0 rgba(255, 255, 255, 0.6), inset 0 0 8px 0 rgba(255, 255, 255, 0.6);
  border: 3px solid #aabec2;
  padding: 6px 6px;
  border-radius: 30px;
  cursor: pointer;
  width: 75%;
  font-size: 2em;
  font-weight: 900;
  position: relative;
  text-align: center;
  text-decoration: none;
  -webkit-text-fill-color: #FFFFFF;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.prizes-play-now-container .play-now-btn::before {
  content: attr(data-text);
  position: absolute;
  z-index: -1;
  background: #383538;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke: 3px transparent;
}
.prizes-play-now-container .play-now-btn span {
  color: #FFFFFF;
  text-shadow: 1px 4px 0 rgba(0, 0, 0, 0.4);
}

.fixed {
  position: fixed;
  bottom: 0;
  margin-bottom: 2em;
  z-index: 10;
  max-width: 450px;
}

.countdown-wrapper {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: auto;
  height: 85%;
}

.countdown-circle {
  width: 250px;
  height: 250px;
  position: relative;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.countdown-number {
  font-size: 6em;
  font-weight: bold;
  position: absolute;
  z-index: 10;
  text-align: center;
  position: relative;
  color: #FFFFFF;
  letter-spacing: 2px;
  font-weight: 900;
  background: none;
  -webkit-text-fill-color: #FFFFFF;
  z-index: 1;
}
.countdown-number::before {
  content: attr(data-text);
  position: absolute;
  top: 0;
  z-index: -1;
  background: -webkit-gradient(linear, left top, left bottom, from(#414141), to(#c6c6c6));
  background: linear-gradient(to bottom, #414141, #c6c6c6);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke: 4px transparent;
  letter-spacing: 2px;
}
.countdown-number span {
  text-shadow: 2px 5px 0 rgba(114, 60, 176, 0.4);
}

.rectangles-container {
  position: absolute;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.rectangle {
  position: absolute;
  width: 6px;
  height: 12px;
  background-color: rgba(255, 255, 255, 0.3);
  -webkit-transform-origin: bottom center;
          transform-origin: bottom center;
  -webkit-transform: rotate(calc(var(--i) * 6deg)) translateY(-90px);
          transform: rotate(calc(var(--i) * 6deg)) translateY(-90px);
  -webkit-transition: background-color 0.5s ease;
  transition: background-color 0.5s ease;
  z-index: 5;
}

.filled {
  background-color: #ffffff;
}

.quiz-wrapper {
  display: none;
}

.quiz-wrapper.show {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.quiz-questions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.quiz-questions .quiz-question-img-container {
  margin: 4em 1em 0em 1em;
  position: relative;
}
.quiz-questions .quiz-question-img-container img {
  width: 95%;
}
.quiz-questions .quiz-question-img-container .quiz-title-wrapper {
  position: absolute;
  top: 1.2em;
  left: 2.2em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 60%;
  width: 85%;
  padding: 0 0.5em;
}
.quiz-questions .quiz-question-img-container .quiz-title-wrapper h1 {
  font-size: 1.5em;
  font-weight: 800;
  text-align: center;
  margin: 0;
  color: #383538;
  text-shadow: 2px 1px 0 rgba(25, 25, 25, 0.2);
}

#quiz-swipe-images {
  margin: 0.5em 0em 2em 0em;
}

#question-image {
  -webkit-transition: -webkit-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  position: relative;
  z-index: 1;
  width: 90%;
  margin: 0 auto;
  border-radius: 15px;
  -webkit-box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, 0.8);
          box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, 0.8);
}

#quiz-feedback {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 200px;
}

.quiz-options {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin: 1em auto;
}
.quiz-options .left-swipe {
  margin-left: 1em;
}
.quiz-options .right-swipe {
  margin-right: 1em;
}
.quiz-options .img-answer label img {
  width: 80%;
}

.timer {
  position: relative;
  display: inline-block;
}
.timer img {
  display: block;
  width: 90%;
}
.timer .timer-text {
  position: absolute;
  top: 55%;
  left: 69%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  color: #FFFFFF;
  text-align: center;
  line-height: 1;
}
.timer .timer-text h2, .timer .timer-text p {
  font-size: 1.4em;
  font-weight: 800;
  margin: 0;
  color: #FFFFFF;
  text-shadow: 0px 2px 1px rgba(0, 0, 0, 0.1);
}
.timer .timer-text p {
  font-size: 0.8em;
}
.timer #flame, .timer #red-flame {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  top: -35px;
  left: 5px;
  z-index: -1;
  width: 60%;
}
.timer .flame-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: absolute;
  top: -15px;
  left: 20%;
  font-size: 1.1em;
  font-weight: 700;
  line-height: 12px;
  -webkit-transform: rotate(-9.97deg);
          transform: rotate(-9.97deg);
  -webkit-transform-origin: center;
          transform-origin: center;
  text-align: center;
  z-index: -1;
  width: 60%;
}
.timer .flame-text span {
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.4);
}
.timer .flame-text.blue-flame-text span {
  color: rgb(189, 255, 247);
}
.timer .flame-text.red-flame-text {
  left: 30%;
}
.timer .flame-text.red-flame-text span {
  color: rgb(252, 235, 255);
}

.result-wrapper h3 {
  color: #FFFFFF;
  font-size: 1.3em;
  font-weight: 600;
  text-align: center;
  text-shadow: 1px 3px 5px rgba(0, 0, 0, 0.3);
}
.result-wrapper .homepage-points-container {
  margin-top: 0.5em;
  margin-bottom: 1em;
}

.profile-img-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  margin: 1em auto;
}
.profile-img-wrapper .profile-img {
  width: 30%;
}
.profile-img-wrapper .double-stars {
  width: 52px;
  position: absolute;
  top: 80%;
  left: 30%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.profile-img-wrapper .double-stars-flipped {
  width: 52px;
  position: absolute;
  top: 80%;
  right: 30%;
  -webkit-transform: scaleX(-1) translate(-50%, -50%);
          transform: scaleX(-1) translate(-50%, -50%);
}

.ribbon-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  margin: 2em auto;
}
.ribbon-wrapper img {
  width: 90%;
}
.ribbon-wrapper h2 {
  position: absolute;
  top: 32%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-size: 1.6em;
  font-weight: 900;
  text-wrap: nowrap;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#2a0a4f), to(#723cb0));
  background-image: linear-gradient(to bottom, #2a0a4f, #723cb0);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  text-shadow: 2px 2px 1px rgba(0, 0, 0, 0.2);
}

.modal {
  display: none;
  position: fixed;
  z-index: 100;
  max-width: 512px;
  top: 0;
  left: auto;
  width: 100%;
  height: 100%;
  background-color: rgba(43, 6, 85, 0.85);
}

.modal-content {
  background: -webkit-gradient(linear, left top, left bottom, from(#d0d2d3), to(#FFFFFF));
  background: linear-gradient(to bottom, #d0d2d3, #FFFFFF);
  padding: 10px;
  width: 85%;
  border-radius: 15px;
  max-width: 306px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-box-shadow: 0 0 15px rgba(255, 255, 255, 0.85);
          box-shadow: 0 0 15px rgba(255, 255, 255, 0.85);
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  outline: 0;
}

.modal-content::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: -webkit-gradient(linear, left top, left bottom, from(#552f8c), to(#dad2ed));
  background: linear-gradient(to bottom, #552f8c, #dad2ed);
  border-radius: 15px;
  padding: 3px;
  -webkit-mask: -webkit-gradient(linear, left top, left bottom, color-stop(0, #FFFFFF)) content-box, -webkit-gradient(linear, left top, left bottom, color-stop(0, #FFFFFF));
  -webkit-mask: linear-gradient(#FFFFFF 0 0) content-box, linear-gradient(#FFFFFF 0 0);
  mask: -webkit-gradient(linear, left top, left bottom, color-stop(0, #FFFFFF)) content-box, -webkit-gradient(linear, left top, left bottom, color-stop(0, #FFFFFF));
  mask: linear-gradient(#FFFFFF 0 0) content-box, linear-gradient(#FFFFFF 0 0);
  -webkit-mask-composite: destination-out;
  mask-composite: exclude;
  z-index: -1;
}

.close-btn {
  width: 25px;
  position: absolute;
  top: 5px;
  right: 5px;
}

.close-btn:hover, .close-btn:focus {
  text-decoration: none;
  cursor: pointer;
}

.select-text {
  margin: 1em auto auto;
  height: 20vw;
  max-height: 70px;
}
.select-text img {
  scale: 0.5;
  translate: 0px -10px;
}

.helper-1, .helper-2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.helper-1 button, .helper-2 button {
  position: absolute;
  width: 60%;
  color: #FFFFFF;
  font-weight: 800;
  border: 2px solid #FFFFFF;
  border-radius: 30px;
  background: radial-gradient(#00f8c1 0%, #8228CA 100%);
  line-height: 1.1;
  padding: 0.5em;
  -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 4px rgba(0, 0, 0, 0.3);
  text-shadow: 1px 3px 0 rgba(0, 0, 0, 0.2);
}
.helper-1 button.disabled, .helper-2 button.disabled {
  background: radial-gradient(#f6f6fa 0%, #808080 100%);
}

.helper-1-left, .helper-2-right {
  -webkit-box-flex: 2;
      -ms-flex: 2;
          flex: 2;
}

.helper-1-right, .helper-2-left {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.helper-1-left {
  position: relative;
}
.helper-1-left img {
  scale: 1.2;
  translate: -12px 10px;
}
.helper-1-left .helper-btn-1 {
  top: 65%;
  left: 18%;
  rotate: -7.19deg;
}

.helper-1-right #diamond1 {
  scale: 1.1;
  translate: -10px 20px;
}

.helper-2-left #diamond2 {
  scale: 0.8;
  translate: 10px -15px;
}

.available-in-text {
  font-size: 1.2em;
  font-weight: 600;
  margin-bottom: 0.5em;
}

.helper-available-container {
  width: 110px;
  margin-bottom: 2em;
}
@media screen and (max-width: 325px) {
  .helper-available-container {
    width: 100px;
  }
}
@media screen and (max-width: 300px) {
  .helper-available-container {
    width: 80px;
  }
}

.helper-available-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.helper-available-wrapper .helper-available-timer {
  margin-right: 0.25em;
  margin-left: 0.25em;
  position: relative;
}
.helper-available-wrapper .helpers-availability-bg {
  scale: 1.1;
  -webkit-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.3);
          box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.3);
}
.helper-available-wrapper .helper-hours, .helper-available-wrapper .helper-minutes {
  text-align: center;
  color: #552F8C;
  font-size: 2.5em;
  font-weight: 900;
  position: absolute;
  top: -5px;
  left: 15%;
}
.helper-available-wrapper .helper-hours-text, .helper-available-wrapper .helper-minutes-text {
  text-align: center;
  font-weight: 500;
  position: absolute;
  top: 60%;
  left: 6px;
}
.helper-available-wrapper .helper-minutes-text {
  left: 0;
}

.helper-2-right {
  position: relative;
}
.helper-2-right img {
  scale: 1.1;
}
.helper-2-right .helper-btn-2 {
  top: 57%;
  left: 18%;
  rotate: 5.91deg;
}

.continue-play {
  text-align: center;
  text-decoration: underline;
  color: #723cb0;
  font-weight: 700;
  font-size: 1.4em;
  text-shadow: 2px 2px 0 rgba(0, 0, 0, 0.2);
}

.bonus-challenge-banner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  margin: auto;
  width: 100%;
}
.bonus-challenge-banner .bonus-banner-wrapper {
  margin: 1em 1.6em 0 1.6em;
}
.bonus-challenge-banner .bonus-banner-wrapper img {
  max-width: 100%;
  width: 100%;
  margin: auto;
  height: auto;
  display: block;
}
.bonus-challenge-banner .bonus-content {
  position: absolute;
  height: 90%;
  left: 50%;
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}
.bonus-challenge-banner .bonus-content h3 {
  color: #099998;
  font-weight: 900;
  font-size: clamp(1.1em, 3.5vw, 19px);
  text-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
  margin-top: 0.5em;
}
.bonus-challenge-banner .bonus-content a {
  background: -webkit-gradient(linear, left bottom, left top, from(#ff00f1), to(#23005b));
  background: linear-gradient(to top, #ff00f1, #23005b);
  color: #FFFFFF;
  font-size: clamp(1.1em, 3.5vw, 19px);
  font-weight: 900;
  padding: 0.3em 1em;
  border-radius: 30px;
  text-align: center;
  position: relative;
  left: 10%;
  bottom: 5%;
  text-decoration: none;
  -webkit-box-shadow: 0px 0px 5px rgba(255, 0, 241, 0.6);
          box-shadow: 0px 0px 5px rgba(255, 0, 241, 0.6);
  width: 70%;
}
.bonus-challenge-banner .bonus-content a.disabled {
  pointer-events: none;
  cursor: default;
  opacity: 0.3;
}
.bonus-challenge-banner .bonus-timer-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 70%;
}
.bonus-challenge-banner .bonus-timer-container p {
  color: #0B0B0B;
  font-weight: 500;
  text-wrap: nowrap;
  font-size: clamp(11.5px, 2vw, 15px);
}
.bonus-challenge-banner .bonus-timer-container p:first-child {
  position: relative;
  top: -8px;
  margin-right: 5px;
}
.bonus-challenge-banner .bonus-timer-container .bonus-hours-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.bonus-challenge-banner .bonus-timer-container .bonus-time-bg {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
.bonus-challenge-banner .bonus-timer-container .bonus-time-bg h4 {
  position: absolute;
  color: #FFFFFF;
  font-weight: 700;
  font-size: 2em;
}
.bonus-challenge-banner .bonus-timer-container .bonus-time-bg img {
  width: 39px;
}
@media screen and (min-width: 400px) {
  .bonus-challenge-banner .bonus-timer-container .bonus-time-bg img {
    width: 48px;
  }
}

.sling-it-text img {
  padding-left: 0.5em;
  padding-right: 0.5em;
}

.bonus-description {
  color: #FFFFFF;
  text-align: center;
  font-weight: 700;
  font-size: 1.5em;
  margin: 0.5em 3em;
  text-shadow: 2px 2px 0 rgba(85, 47, 140, 0.8);
}

.bonus-play-now-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 2em;
  width: 100%;
}
.bonus-play-now-container .play-now-btn {
  background: radial-gradient(circle, #f330d0 0%, #460076 100%);
  -webkit-box-shadow: 0 0 8px 0 rgba(255, 255, 255, 0.6), inset 0 0 8px 0 rgba(255, 255, 255, 0.6);
          box-shadow: 0 0 8px 0 rgba(255, 255, 255, 0.6), inset 0 0 8px 0 rgba(255, 255, 255, 0.6);
  padding: 6px 6px;
  border-radius: 30px;
  cursor: pointer;
  width: 75%;
  font-size: 2em;
  font-weight: 900;
  position: relative;
  text-align: center;
  text-decoration: none;
  -webkit-text-fill-color: #FFFFFF;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.bonus-play-now-container .play-now-btn::before {
  content: attr(data-text);
  position: absolute;
  z-index: -1;
  background: #383538;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke: 3px transparent;
  border: 3px solid transparent;
}
.bonus-play-now-container .play-now-btn::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  border-radius: 30px;
  border: 3px solid #FEB6FF;
  z-index: -1;
}
.bonus-play-now-container .play-now-btn span {
  color: #FFFFFF;
  text-shadow: 1px 2px 0 rgba(0, 0, 0, 0.4);
}

.leaderboard-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 1em auto;
  position: relative;
  max-height: 500px;
  overflow-y: auto;
  scrollbar-width: none;
  padding-top: 1em;
}
.leaderboard-container .leaderboard-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 1em;
  gap: 10px;
}
.leaderboard-container .leaderboard-item-wrapper {
  position: relative;
  padding: 1em;
  height: 48px;
  border-radius: 15px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(226, 226, 226, 0.4)), to(rgba(255, 255, 255, 0.4)));
  background: linear-gradient(to bottom, rgba(226, 226, 226, 0.4), rgba(255, 255, 255, 0.4));
  -webkit-box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.8);
          box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.8);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 5px;
}
.leaderboard-container .leaderboard-item-wrapper > * {
  color: #FFFFFF;
}
.leaderboard-container .leaderboard-item-wrapper:first-child {
  margin-top: 160px;
}
.leaderboard-container .leaderboard-item-wrapper.pinned {
  position: sticky;
  top: 0;
  z-index: 10;
  margin-bottom: 15px;
}
.leaderboard-container .leaderboard-item-wrapper.is-touching-sticky {
  opacity: 0.4;
  background: radial-gradient(50% 50% at 50% 50%, #723CB0 0%, rgba(114, 60, 176, 0) 100%);
}
.leaderboard-container .leaderboard-item-wrapper.hidden {
  opacity: 0;
}
.leaderboard-container .leaderboard-item-wrapper[data-is-you="1"] {
  background: -webkit-gradient(linear, left top, left bottom, from(rgb(226, 226, 226)), to(rgb(255, 255, 255)));
  background: linear-gradient(to bottom, rgb(226, 226, 226), rgb(255, 255, 255));
}
.leaderboard-container .leaderboard-item-wrapper[data-is-you="1"] .leaderboard-position {
  color: #723CB0;
  text-shadow: 0 0 6px rgba(0, 0, 0, 0.4);
  font-weight: 700;
}
.leaderboard-container .leaderboard-item-wrapper[data-is-you="1"] .leaderboard-position span {
  color: #723CB0;
  font-weight: 700;
}
.leaderboard-container .leaderboard-item-wrapper[data-is-you="1"] .leaderboard-name {
  color: #723CB0;
}
.leaderboard-container .leaderboard-item-wrapper[data-is-you="1"].is-sticky {
  position: sticky;
  top: 0;
  z-index: 10;
  background: white;
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
          box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
.leaderboard-container .leaderboard-item-wrapper[data-rank="2"] .trophy-container img {
  width: 22px;
}
.leaderboard-container .leaderboard-item-wrapper .leaderboard-position {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-weight: 700;
  font-size: 1.15em;
  text-align: center;
}
.leaderboard-container .leaderboard-item-wrapper .leaderboard-position span {
  color: #FFFFFF;
  font-size: 1.15em;
}
.leaderboard-container .leaderboard-item-wrapper .leaderboard-name {
  -webkit-box-flex: 3;
      -ms-flex: 3;
          flex: 3;
  font-weight: 800;
  text-shadow: 0 0 6px rgba(0, 0, 0, 0.4);
  font-size: 1.2em;
  text-align: center;
}
.leaderboard-container .leaderboard-item-wrapper .leaderboard-points-container {
  -webkit-box-flex: 3;
      -ms-flex: 3;
          flex: 3;
  background: rgba(114, 60, 176, 0.4);
  border-radius: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.leaderboard-container .leaderboard-item-wrapper .leaderboard-points-container p {
  color: #FFFFFF;
  text-align: center;
  font-size: 1.1em;
  font-weight: 700;
  padding: 3px;
}
.leaderboard-container .leaderboard-item-wrapper .trophy-container {
  -webkit-box-flex: 2;
      -ms-flex: 2;
          flex: 2;
  width: 30px;
}
.leaderboard-container .leaderboard-item-wrapper .trophy-container img {
  -o-object-fit: contain;
     object-fit: contain;
  width: 25px;
}
.leaderboard-container .leaderboard-item-wrapper::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 15px;
  border: 2px solid transparent;
  background: -webkit-gradient(linear, left top, left bottom, from(#552F8C), to(#E8E3F4)) border-box;
  background: linear-gradient(to bottom, #552F8C, #E8E3F4) border-box;
  -webkit-mask: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff)) padding-box, -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff));
  -webkit-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
          mask: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff)) padding-box, -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff));
          mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
          mask-composite: exclude;
  z-index: 1;
}
.leaderboard-container .leaderboard-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  gap: 10px;
  margin-top: 10em;
}
.leaderboard-container .leaderboard-item-wrapper:not(.pinned) {
  -webkit-transition: background 0.3s ease;
  transition: background 0.3s ease;
}
.leaderboard-container .leaderboard-item-wrapper::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 15px;
  border: 2px solid transparent;
  background: -webkit-gradient(linear, left top, left bottom, from(#552F8C), to(#E8E3F4)) border-box;
  background: linear-gradient(to bottom, #552F8C, #E8E3F4) border-box;
  -webkit-mask: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff)) padding-box, -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff));
  -webkit-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
          mask: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff)) padding-box, -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff));
          mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
          mask-composite: exclude;
  z-index: 1;
}

.subscribe-screen {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: auto;
}
.subscribe-screen * {
  color: #FFFFFF;
}
.subscribe-screen .swipe-it-logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 1em;
}
.subscribe-screen .swipe-it-logo img {
  width: 50%;
  margin: 1em auto;
}
.subscribe-screen .sign-up-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 1em;
}
.subscribe-screen .sign-up-text img {
  width: 75%;
}
.subscribe-screen h2 {
  font-weight: 800;
  font-size: 2em;
  text-align: center;
  text-shadow: 0px 2px 4px rgba(0, 0, 0, 0.25);
  margin-top: 0.25em;
}
.subscribe-screen .button-group {
  width: 80%;
}
.subscribe-screen .bottom-banner {
  position: relative;
}
@media (min-height: 641px) {
  .subscribe-screen .bottom-banner {
    position: absolute;
    bottom: 0;
  }
}

.forgot-page * {
  color: #FFFFFF;
  text-align: center;
}
.forgot-page h2 {
  color: #00f8c1;
  font-weight: 700;
  font-size: 2em;
  text-shadow: 0px 2px 4px rgba(0, 0, 0, 0.45);
}
.forgot-page p {
  font-weight: 400;
  font-size: 1.2em;
  margin: 0.5em auto;
}

.classic-form-container.forgot-wrap {
  margin: 2em auto;
}
.classic-form-container.forgot-wrap .button-group {
  margin-top: 3em;
}

.classic-form-container {
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.classic-form-container * {
  color: #FFFFFF;
}
.classic-form-container .classic-form {
  margin: 1em;
  border-radius: 25px;
  padding: 1em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 0;
  padding-top: 0.5em;
}
.classic-form-container .classic-form label {
  font-weight: 700;
  font-size: 1.4em;
  text-align: center;
  margin-bottom: 0.25em;
}
.classic-form-container .classic-form input {
  background: transparent;
  width: 100%;
  border: none;
}
.classic-form-container .classic-form .btn {
  border: 1px solid #d1dbda;
  background: radial-gradient(circle, #00f8c1 0%, #089999 100%);
  color: #FFFFFF;
  font-weight: 900;
  border-radius: 25px;
  width: 100px;
  margin: 1em auto;
}
.classic-form-container .classic-form p {
  font-weight: 700;
  font-size: 1.1em;
  text-align: center;
  margin: 1em auto;
}
.classic-form-container .classic-form p.regular {
  font-weight: 400;
}
.classic-form-container .classic-form p:last-of-type {
  margin-bottom: 0;
}
.classic-form-container .classic-form p.error {
  margin: 0;
  font-size: 1em;
  font-weight: 400;
}

.freeform-text {
  padding: 1em;
  text-align: center;
}
.freeform-text p {
  color: #0B0B0B;
  font-weight: 600;
  font-size: 1.1em;
}

.profile-top {
  width: 60%;
  margin: 1em auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.profile-top * {
  color: #FFFFFF;
  text-align: center;
}
.profile-top p {
  font-weight: 500;
  font-size: 1.2em;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

.profile-avatar {
  position: relative;
  width: auto;
  height: auto;
  max-width: 50%;
  margin: auto;
  margin-bottom: 1em;
}
.profile-avatar img {
  width: 100%;
  border-radius: 50%;
  -webkit-box-shadow: 0 4px 8px rgba(45, 51, 50, 0.8);
          box-shadow: 0 4px 8px rgba(45, 51, 50, 0.8);
  display: block;
  position: relative;
  z-index: 1;
}
.profile-avatar::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 50%;
  padding: 4px;
  background: -webkit-gradient(linear, left top, left bottom, from(#E1E1E1), to(#FFFFFF));
  background: linear-gradient(to bottom, #E1E1E1 0%, #FFFFFF 100%);
  z-index: 2;
  -webkit-mask: radial-gradient(circle, transparent 65%, black 61%);
  mask: radial-gradient(circle, transparent 65%, black 61%);
}
.profile-avatar.active img {
  -webkit-box-shadow: 0 4px 8px rgb(45, 51, 50);
          box-shadow: 0 4px 8px rgb(45, 51, 50);
}
.profile-avatar.active::before {
  background: -webkit-gradient(linear, left top, left bottom, from(#00F8C1), to(#089999));
  background: linear-gradient(to bottom, #00F8C1 0%, #089999 100%);
}

.profile-icon {
  max-width: unset;
  margin-bottom: 0;
}
.profile-icon img {
  -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.25);
          box-shadow: 0 2px 2px rgba(0, 0, 0, 0.25);
}
.profile-icon::before {
  background: -webkit-gradient(linear, left top, left bottom, from(#414141), to(#c6c6c6));
  background: linear-gradient(to bottom, #414141 0%, #c6c6c6 100%);
  -webkit-mask: radial-gradient(circle, transparent 60%, black 61%);
  mask: radial-gradient(circle, transparent 60%, black 61%);
}

.edit-profile {
  overflow: visible;
  max-width: 40%;
  margin: 1em auto;
}
.edit-profile::after {
  content: "";
  position: absolute;
  top: 5%;
  left: -55%;
  width: 80%;
  bottom: 0;
  background: url("../img/profile/edit-profile-image-effect.png") center no-repeat;
  background-size: contain;
}

.profile-name {
  font-size: 1.8em;
  font-weight: 700;
  text-shadow: 0 2px 6px rgba(0, 0, 0, 0.35);
}

.profile-border {
  position: relative;
  border: 3px solid #FFFFFF;
  border-radius: 15px;
  height: 48px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 1em auto;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.6);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.6);
}
.profile-border h2 {
  position: relative;
  display: inline-block;
  font-size: 1.5em;
  font-weight: 900;
  z-index: 1;
  letter-spacing: 1;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}
.profile-border h2::before {
  content: attr(data-profile);
  position: absolute;
  background: #000;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke: 2px transparent;
  z-index: -1;
  letter-spacing: 1;
}
.profile-border .subscribe-icon {
  position: absolute;
  right: -30;
  width: 60px;
}

.profile-bottom {
  width: 70%;
  margin: 1em auto;
}
.profile-bottom * {
  color: #FFFFFF;
  text-align: center;
}

.profile-buttons-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 1em auto;
  width: 100%;
}
.profile-buttons-container .profile-btn {
  background: radial-gradient(circle, #640FC7 0%, #2A0851 100%);
  -webkit-box-shadow: 0 0 8px 0 rgba(255, 255, 255, 0.6), inset 0 0 8px 0 rgba(255, 255, 255, 0.6);
          box-shadow: 0 0 8px 0 rgba(255, 255, 255, 0.6), inset 0 0 8px 0 rgba(255, 255, 255, 0.6);
  border: 3px solid #8232DE;
  padding: 6px 6px;
  border-radius: 30px;
  cursor: pointer;
  width: 100%;
  font-size: 1.8em;
  font-weight: 800;
  position: relative;
  text-align: center;
  text-decoration: none;
  -webkit-text-fill-color: #FFFFFF;
  z-index: 1;
}
.profile-buttons-container .profile-btn::before {
  content: attr(data-text);
  position: absolute;
  z-index: -1;
  background: #383538;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke: 3px transparent;
}
.profile-buttons-container .profile-btn span {
  color: #FFFFFF;
  text-shadow: 1px 4px 0 rgba(0, 0, 0, 0.4);
}
.profile-buttons-container:first-child {
  margin-top: 2em;
}

.profile-mute-button {
  width: 100%;
  margin: 2em auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.profile-mute-button .mute-btn {
  width: 48px;
}
.profile-mute-button h3 {
  position: relative;
  display: inline-block;
  color: #FFFFFF;
  font-size: 1.2em;
  font-weight: 900;
  z-index: 1;
  letter-spacing: 1;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}
.profile-mute-button h3::before {
  content: attr(data-profile);
  position: absolute;
  background: #000;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke: 2px transparent;
  z-index: -1;
  letter-spacing: 1;
}

.auth-icon-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 1em auto;
}
.auth-icon-container img {
  width: 82px;
  height: 82px;
  -webkit-box-shadow: 0px 0px 14.12px rgba(0, 0, 0, 0.7);
          box-shadow: 0px 0px 14.12px rgba(0, 0, 0, 0.7);
  border-radius: 50%;
}

.glassmorphism-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: auto;
}
.glassmorphism-container .glassmorphism-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 1em;
  padding: 1em 1.5em;
  position: relative;
  border-radius: 10px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(226, 226, 226, 0.4)), to(rgba(255, 255, 255, 0.4)));
  background: linear-gradient(to bottom, rgba(226, 226, 226, 0.4), rgba(255, 255, 255, 0.4));
  -webkit-box-shadow: 0px 0px 12px 0 rgba(0, 0, 0, 0.8);
          box-shadow: 0px 0px 12px 0 rgba(0, 0, 0, 0.8);
  width: 90%;
}
.glassmorphism-container .glassmorphism-card::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 10px;
  border: 2px solid transparent;
  background: -webkit-gradient(linear, left top, left bottom, from(#552F8C), to(#E8E3F4)) border-box;
  background: linear-gradient(to bottom, #552F8C, #E8E3F4) border-box;
  -webkit-mask: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff)) padding-box, -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff));
  -webkit-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
          mask: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff)) padding-box, -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff));
          mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
          mask-composite: exclude;
  z-index: 1;
}
.glassmorphism-container .glassmorphism-card * {
  color: #FFFFFF;
}
.glassmorphism-container .glassmorphism-card .data-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 1.5em 0;
  position: relative;
}
.glassmorphism-container .glassmorphism-card .data-row:not(:last-of-type)::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  border-bottom: 1px solid rgb(233, 235, 240);
}
.glassmorphism-container .glassmorphism-card .data-row h2 {
  -webkit-box-flex: 3;
      -ms-flex: 3;
          flex: 3;
  font-size: 1.2em;
  font-weight: 700;
  text-shadow: 0px 2px 2px rgba(0, 0, 0, 0.25);
}
.glassmorphism-container .glassmorphism-card .data-row .date-container {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: rgba(114, 60, 176, 0.4);
  border-radius: 15px;
  padding: 0.5em 0.75em;
  gap: 5px;
}
.glassmorphism-container .glassmorphism-card .data-row .date-container img {
  width: 18px;
  height: 18px;
}
.glassmorphism-container .glassmorphism-card .data-row .date-container h3 {
  line-height: 0px;
  font-weight: 700;
  font-size: 1.3em;
}
.glassmorphism-container.input-container .input-separator {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5px;
  margin: auto;
}
.glassmorphism-container.input-container .input-separator :first-child {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: center;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.glassmorphism-container.input-container .input-separator :first-child::before {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.glassmorphism-container.input-container .input-separator :last-child {
  -webkit-box-flex: 4;
      -ms-flex: 4;
          flex: 4;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.glassmorphism-container.input-container .input-separator :last-child::before {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.glassmorphism-container.input-container .glassmorphism-card {
  padding: 0;
  margin: 0;
  border-radius: 10px;
  width: 100%;
}
.glassmorphism-container.input-container .glassmorphism-card.password::before {
  background: -webkit-gradient(linear, left top, left bottom, from(rgb(236, 23, 97)), to(#E8E3F4)) border-box;
  background: linear-gradient(to bottom, rgb(236, 23, 97), #E8E3F4) border-box;
}
.glassmorphism-container.input-container .glassmorphism-card .icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  width: 24px;
  position: absolute;
  left: 10px;
}
.glassmorphism-container.input-container .glassmorphism-card input {
  z-index: 10;
  padding: 0.5em;
  border-radius: 10px;
  font-weight: 700;
  font-size: 1.4em;
}
.glassmorphism-container.input-container .glassmorphism-card input::-webkit-input-placeholder {
  color: #f6f6fa;
  font-weight: 400;
  line-height: 0;
}
.glassmorphism-container.input-container .glassmorphism-card input::-moz-placeholder {
  color: #f6f6fa;
  font-weight: 400;
  line-height: 0;
}
.glassmorphism-container.input-container .glassmorphism-card input:-ms-input-placeholder {
  color: #f6f6fa;
  font-weight: 400;
  line-height: 0;
}
.glassmorphism-container.input-container .glassmorphism-card input::-ms-input-placeholder {
  color: #f6f6fa;
  font-weight: 400;
  line-height: 0;
}
.glassmorphism-container.input-container .glassmorphism-card input::placeholder {
  color: #f6f6fa;
  font-weight: 400;
  line-height: 0;
}
.glassmorphism-container.input-container .glassmorphism-card input:hover, .glassmorphism-container.input-container .glassmorphism-card input:focus, .glassmorphism-container.input-container .glassmorphism-card input:active {
  border: none;
  outline: none;
  background-color: transparent !important;
}
.glassmorphism-container.input-container .glassmorphism-card input.red::-webkit-input-placeholder {
  color: rgb(236, 23, 97);
}
.glassmorphism-container.input-container .glassmorphism-card input.red::-moz-placeholder {
  color: rgb(236, 23, 97);
}
.glassmorphism-container.input-container .glassmorphism-card input.red:-ms-input-placeholder {
  color: rgb(236, 23, 97);
}
.glassmorphism-container.input-container .glassmorphism-card input.red::-ms-input-placeholder {
  color: rgb(236, 23, 97);
}
.glassmorphism-container.input-container .glassmorphism-card input.red::placeholder {
  color: rgb(236, 23, 97);
}
.glassmorphism-container.input-container .icon-input-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 41px;
}
.glassmorphism-container.input-container .icon-input-card input {
  position: absolute;
  left: 30px;
}

#unsubscribe-modal .modal-content, #unsubscribe-confirmed-modal .modal-content, #insufficient-credits-modal .modal-content, #max-games-modal .modal-content {
  padding: 2em;
}
#unsubscribe-modal .select-text img, #unsubscribe-confirmed-modal .select-text img, #insufficient-credits-modal .select-text img, #max-games-modal .select-text img {
  scale: 0.7;
}
#unsubscribe-modal .unsubscribe-emoji, #unsubscribe-confirmed-modal .unsubscribe-emoji, #insufficient-credits-modal .unsubscribe-emoji, #max-games-modal .unsubscribe-emoji {
  width: 70%;
  margin: auto;
}
#unsubscribe-modal p, #unsubscribe-confirmed-modal p, #insufficient-credits-modal p, #max-games-modal p {
  text-align: center;
  font-weight: 600;
  font-size: 1.2em;
  width: 80%;
  margin: 1em auto 0 auto;
}

#unsubscribe-confirmed-modal .select-text, #insufficient-credits-modal .select-text, #max-games-modal .select-text {
  height: auto;
}
#unsubscribe-confirmed-modal .unsubscribe-emoji, #insufficient-credits-modal .unsubscribe-emoji, #max-games-modal .unsubscribe-emoji {
  margin: 1em auto;
}
#unsubscribe-confirmed-modal p, #insufficient-credits-modal p, #max-games-modal p {
  width: 90%;
}

.profile-button-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 2em;
  width: 100%;
}
.profile-button-container .play-now-btn {
  background: radial-gradient(circle, #00f8c1 0%, #089999 100%);
  -webkit-box-shadow: 0 0 8px 0 rgba(255, 255, 255, 0.6), inset 0 0 8px 0 rgba(255, 255, 255, 0.6);
          box-shadow: 0 0 8px 0 rgba(255, 255, 255, 0.6), inset 0 0 8px 0 rgba(255, 255, 255, 0.6);
  border: 3px solid #aabec2;
  padding: 4px 6px;
  border-radius: 30px;
  cursor: pointer;
  width: 95%;
  font-size: 2em;
  font-weight: 900;
  position: relative;
  text-align: center;
  text-decoration: none;
  -webkit-text-fill-color: #FFFFFF;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.profile-button-container .play-now-btn::before {
  content: attr(data-text);
  position: absolute;
  z-index: -1;
  background: #383538;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke: 3px transparent;
}
.profile-button-container .play-now-btn.unsubscribe-text {
  width: 100%;
}
.profile-button-container .play-now-btn.grey-radial {
  background: radial-gradient(circle, #ffffff 0%, #bccecc 100%);
}
.profile-button-container .play-now-btn.ok {
  width: 75%;
}
.profile-button-container .play-now-btn span {
  color: #FFFFFF;
  text-shadow: 1px 4px 0 rgba(0, 0, 0, 0.4);
}

.two-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.two-buttons .profile-button-container .play-now-btn {
  top: 50%;
}

#username_form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: auto;
}
#username_form .form-content-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 1em;
  margin-bottom: 6em;
  position: relative;
  border-radius: 15px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(226, 226, 226, 0.4)), to(rgba(255, 255, 255, 0.4)));
  background: linear-gradient(to bottom, rgba(226, 226, 226, 0.4), rgba(255, 255, 255, 0.4));
  -webkit-box-shadow: 0px 0px 12px 0 rgba(0, 0, 0, 0.8);
          box-shadow: 0px 0px 12px 0 rgba(0, 0, 0, 0.8);
  width: 90%;
}
#username_form .form-content-wrapper > * {
  color: #FFFFFF;
}
#username_form .form-content-wrapper p {
  text-align: center;
  color: #FFFFFF;
  font-size: 1.2em;
  font-weight: 700;
  text-shadow: 0 2px 6px rgba(0, 0, 0, 0.35);
  width: 100%;
  height: 100%;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  min-height: 3em;
  line-height: 3em;
}
#username_form .form-content-wrapper p.msg-taken {
  display: none;
  background: #ec1761;
}
#username_form .form-content-wrapper p.msg-ok {
  background: #089999;
}
#username_form .form-content-wrapper::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 15px;
  border: 2px solid transparent;
  background: -webkit-gradient(linear, left top, left bottom, from(#552F8C), to(#E8E3F4)) border-box;
  background: linear-gradient(to bottom, #552F8C, #E8E3F4) border-box;
  -webkit-mask: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff)) padding-box, -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff));
  -webkit-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
          mask: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff)) padding-box, -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff));
          mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
          mask-composite: exclude;
  z-index: 1;
}
#username_form #username_field {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 1em auto;
  z-index: 2;
  width: 60%;
  position: relative;
}
#username_form #username_field input {
  text-align: center;
  color: #FFFFFF;
  font-size: 2em;
  font-weight: 700;
  text-shadow: 0 2px 6px rgba(0, 0, 0, 0.35);
  background: rgba(114, 60, 176, 0.4);
  border: 1px solid #FFFFFF;
  border-radius: 10px;
  width: 100%;
  -webkit-box-shadow: 0 4px 6px rgba(0, 0, 0, 0.4), inset 0 6px 8px rgba(13, 0, 64, 0.4);
          box-shadow: 0 4px 6px rgba(0, 0, 0, 0.4), inset 0 6px 8px rgba(13, 0, 64, 0.4);
}
#username_form #username_field input:focus {
  outline: none;
}
#username_form #username_field::before {
  content: "";
  position: absolute;
  top: 0;
  left: -11%;
  width: 50px;
  height: 100%;
  background: url("../img/profile/money-glow.png") center no-repeat;
  background-size: contain;
}
#username_form #profile-image-selection {
  position: relative;
  z-index: 2;
}
#username_form #profile-image-selection h2 {
  text-align: center;
  color: #FFFFFF;
  font-weight: 700;
  font-size: 1.2em;
  letter-spacing: 1px;
  text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.3);
  margin: 1em auto;
}
#username_form #profile-image-selection .image-options {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 10px 1fr 10px 1fr;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  padding: 1em;
}
#username_form #profile-image-selection .image-options .edit-profile-img-container {
  position: relative;
  display: inline-block;
  width: auto;
  height: auto;
}
#username_form #profile-image-selection .image-options .edit-profile-img-container img {
  width: 100%;
  border-radius: 50%;
  -webkit-box-shadow: 0 4px 8px rgba(45, 51, 50, 0.4);
          box-shadow: 0 4px 8px rgba(45, 51, 50, 0.4);
  display: block;
  position: relative;
  z-index: 1;
}
#username_form #profile-image-selection .image-options .edit-profile-img-container::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 50%;
  padding: 4px;
  background: -webkit-gradient(linear, left top, left bottom, from(#E1E1E1), to(#FFFFFF));
  background: linear-gradient(to bottom, #E1E1E1 0%, #FFFFFF 100%);
  z-index: 2;
  -webkit-mask: radial-gradient(circle, transparent 65%, black 61%);
  mask: radial-gradient(circle, transparent 65%, black 61%);
}
#username_form #profile-image-selection .image-options .edit-profile-img-container.selected img {
  -webkit-box-shadow: 0 4px 8px rgb(45, 51, 50);
          box-shadow: 0 4px 8px rgb(45, 51, 50);
}
#username_form #profile-image-selection .image-options .edit-profile-img-container.selected::before {
  background: -webkit-gradient(linear, left top, left bottom, from(#00F8C1), to(#089999));
  background: linear-gradient(to bottom, #00F8C1 0%, #089999 100%);
}

.faqs-modern {
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.faqs-modern .question-item {
  border: 1px solid #000;
  border-radius: 10px;
  color: #383538;
  -webkit-box-shadow: 0px 4px 2px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 4px 2px rgba(0, 0, 0, 0.1);
  width: 90%;
  margin: 0.5em 1em;
  background: #FFFFFF;
  font-size: 1.2em;
  cursor: pointer;
}
.faqs-modern .question-item.active {
  background: -webkit-gradient(linear, left top, left bottom, from(#FFFFFF), to(#d0d2d3));
  background: linear-gradient(to bottom, #FFFFFF, #d0d2d3);
}
.faqs-modern .question-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 1em 1.5em;
  border-radius: 10px;
}
.faqs-modern .question-container .question {
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.faqs-modern .question-container .fa-chevron-down, .faqs-modern .question-container .fa-chevron-up {
  background: -webkit-gradient(linear, left top, left bottom, from(#00f8c1), to(#0fa09f));
  background: linear-gradient(to bottom, #00f8c1, #0fa09f);
  border-radius: 50%;
  padding: 5px;
  color: #FFFFFF;
  text-shadow: 0px 2px 2px rgba(0, 0, 0, 0.2);
  font-size: 1.5em;
}
.faqs-modern .question-container .fa-chevron-up {
  display: none;
  background: -webkit-gradient(linear, left top, left bottom, from(#005e5d), to(#0fa09f));
  background: linear-gradient(to bottom, #005e5d, #0fa09f);
}
.faqs-modern .question-container .fa-chevron-down::before,
.faqs-modern .question-container .fa-chevron-up::before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.faqs-modern .question-container .fa-chevron-down::before {
  background-image: url("../img/fa-chevron-down.png");
}
.faqs-modern .question-container .fa-chevron-up::before {
  background-image: url("../img/fa-chevron-up.png");
}
.faqs-modern .answer {
  display: none;
  padding: 1em 1.5em;
  font-weight: 500;
  font-size: 0.9em;
}
.faqs-modern .answer a {
  display: inline;
}

.terms-title-container h1 {
  font-size: 1.8em;
}

.info-tabs-container .tab-panel {
  display: none;
}
.info-tabs-container .show {
  opacity: 1;
}
.info-tabs-container nav {
  width: 100%;
  text-align: center;
  padding: 1em;
}
.info-tabs-container .nav-tabs {
  border: none;
}
.info-tabs-container .nav-tabs button {
  margin: 0.5em 1em;
  border-radius: 10px;
  border: 1px solid #000;
  color: #3b0d6f;
  background: -webkit-gradient(linear, left top, left bottom, from(#FFFFFF), to(#d0d2d3));
  background: linear-gradient(to bottom, #FFFFFF, #d0d2d3);
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.25);
          box-shadow: 0 2px 4px rgba(0, 0, 0, 0.25);
  padding: 0.65em 1em;
  text-align: left;
  font-weight: 600;
  width: 100%;
  font-size: 1.2em;
}
.info-tabs-container .nav-tabs button.active {
  background: -webkit-gradient(linear, left top, left bottom, from(#723cb0), to(#3b0d6f));
  background: linear-gradient(to bottom, #723cb0, #3b0d6f);
  color: #FFFFFF;
  font-weight: 900;
  border: 1px solid #000;
}
.info-tabs-container .terms-buttons .terms-btn {
  margin: 0.25em 0;
}
.info-tabs-container .terms-content {
  padding: 0 2em;
  display: none;
}
.info-tabs-container .terms-content * {
  color: #FFFFFF;
}
.info-tabs-container .terms-content h3 {
  font-size: 1.6em;
  margin: 1em auto;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}
.info-tabs-container .terms-content p {
  font-size: 1.2em;
}

.owl-carousel-wrapper {
  width: 100%;
  height: 220px;
  overflow: hidden;
}

.owl-carousel {
  white-space: nowrap;
  display: block;
  overflow: hidden;
  margin: 1em auto 0 auto;
}
.owl-carousel > * {
  display: inline-block;
  vertical-align: top;
}
.owl-carousel .owl-item {
  -webkit-transform: none !important;
          transform: none !important;
  opacity: 1 !important;
}
.owl-carousel .owl-stage-outer {
  padding: 0 !important;
  overflow: hidden !important;
}
.owl-carousel .owl-stage {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-wrap: nowrap !important;
      flex-wrap: nowrap !important;
}
.owl-carousel .owl-item {
  -webkit-box-flex: 0 !important;
      -ms-flex: 0 0 auto !important;
          flex: 0 0 auto !important;
  -webkit-box-shadow: 0 4px 4px rgba(0, 0, 0, 0.3);
          box-shadow: 0 4px 4px rgba(0, 0, 0, 0.3);
  border-radius: 10px;
}
.owl-carousel .owl-item img {
  border-radius: 10px;
  width: 100%;
  height: auto;
  display: block;
}
.owl-carousel.owl-loaded .owl-item.center {
  -webkit-transform: scale(1) !important;
          transform: scale(1) !important;
  opacity: 1 !important;
}
.owl-carousel.owl-loaded .owl-item:not(.center) {
  -webkit-transform: scale(0.8) !important;
          transform: scale(0.8) !important;
  opacity: 0.5 !important;
}

.owl-carousel .owl-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
  margin: 1em auto 0 auto;
}
.owl-carousel .owl-dots .owl-dot {
  width: 8px;
  height: 8px;
  background: rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  -webkit-box-shadow: 0 4px 4px rgba(0, 0, 0, 0.3);
          box-shadow: 0 4px 4px rgba(0, 0, 0, 0.3);
}
.owl-carousel .owl-dots .owl-dot.active {
  background: #FFFFFF;
}

.btn-container {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.cust-btn {
  outline: none;
  background-color: transparent;
  border: none;
  padding: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  background-color: #FF4B44;
  color: #FFFFFF !important;
  padding: 0.4em 0.75em;
  margin-top: 2em;
  border: 1px solid #FF4B44;
  font-size: 1.75em;
  width: 100%;
  text-align: center;
  opacity: 1;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  -webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.5);
          box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.5);
  border-radius: 8px;
  font-weight: bolder;
  text-transform: uppercase;
}
.cust-btn + .cust-btn {
  margin-top: 0.5em;
}
.cust-btn span {
  color: #FFFFFF;
}
.fixed-btn {
  position: fixed;
  width: 488px;
  bottom: 5em;
}
@media (max-width: 512px) {
  .fixed-btn {
    width: 93%;
  }
}

.header,
h1 {
  font-size: 2.2em;
  text-align: center;
  margin: 0.5em;
  color: #0B0B0B;
  font-weight: bold;
}
.header h1,
h1 h1 {
  color: #0B0B0B;
  font-size: 1.2em;
  font-weight: bold;
}

.list-wrap {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.list-wrap .header {
  color: #FFFFFF;
  background-color: #141416;
  text-align: center;
  font-size: 1.3em;
  font-weight: bold;
  margin: 0;
  padding: 0.7em 0;
}

.show-more {
  margin: 0.5em 1em;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
  opacity: 1;
  position: relative;
}
.show-more span {
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
  opacity: 1;
}
.show-more.loading {
  opacity: 0.5;
  pointer-events: none !important;
}
.show-more.loading span {
  opacity: 0;
}
.show-more.loading::after {
  opacity: 1;
}

.list a {
  position: relative;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  padding: 0.75em;
  background-color: #131212;
  margin: 0 1em;
  margin-bottom: 1.25em;
  -webkit-box-shadow: 0px 3px 8px rgba(0, 0, 0, 0.75);
          box-shadow: 0px 3px 8px rgba(0, 0, 0, 0.75);
}
.list a .square {
  width: 100%;
  position: relative;
}
.list a .square img {
  width: 100%;
  height: 100%;
  max-height: 85px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
}
.list a .info {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  padding: 0.5em 1em;
}
.list a .info h3 {
  font-size: 1.25em;
  margin-bottom: 0.7em;
  font-weight: bold;
  color: #FFFFFF;
}
.list a .info .item-content-tag {
  width: 45%;
}
.list .feature-item {
  padding: 0;
  margin: 0 0 1.25em 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.list .feature-item .feature-image {
  width: 100%;
}
.list .feature-item .feature-image img {
  width: 100%;
  max-width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.list .feature-item .info {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: revert;
          flex-direction: revert;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.more-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  border-radius: 8px;
  background-color: #E6E6E6;
  color: #1A1919;
  font-size: 1.3em;
  padding: 0.5em;
  margin: 0 1em;
  margin-bottom: 1em;
  font-weight: bolder;
  -webkit-box-shadow: 0px 3px 8px rgba(0, 0, 0, 0.75);
          box-shadow: 0px 3px 8px rgba(0, 0, 0, 0.75);
}
.more-btn .more-btn-text {
  width: 100%;
  margin-left: 18px;
}
.more-btn .more-icon {
  margin-left: auto;
}
.more-btn img {
  width: 18px;
  height: 18px;
}

.heading {
  width: 100%;
  padding: 2em;
  background-color: #222;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.heading a .clubs-back-btn {
  margin-right: 1em;
}
.heading img {
  margin: 0;
  margin-right: 1em;
  width: 2.9em;
}
.heading h1 {
  color: #FFFFFF;
  text-transform: capitalize;
  font-size: 1.9em;
}

.profile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.profile img {
  width: 48px;
}
.profile .player-score {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-right: 0;
  pointer-events: none;
  cursor: default;
}
.profile .player-score span {
  color: #FFFFFF;
  padding-left: 0.5em;
  font-size: 1.5em;
  font-weight: 700;
}
.profile.not-logged-in {
  visibility: hidden;
}

.auth-page-bg #content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media (max-height: 700px) {
  .login-form-container {
    margin-top: 5em;
  }
}
#login_form,
#sign_up,
#renew,
#access-form {
  max-width: 512px;
  width: 100%;
  min-height: 21em;
}

.login-signup-links div:not(.current) {
  cursor: pointer;
}

.unsubscribe-page .header {
  margin-bottom: 0.5em;
  margin-top: 4em;
}
.unsubscribe-page .header h1 {
  color: #FFFFFF;
}
.unsubscribe-page p {
  color: #FFFFFF;
}
.unsubscribe-page .unsub-text {
  text-align: center;
}

.signup-footer {
  margin-top: 1em;
}

.sign-up .header {
  margin-bottom: 0.5em;
}

.signup-check-fail {
  display: none;
  color: #FFFFFF;
}
.signup-check-fail p {
  font-size: 1.9em;
  font-weight: normal;
}
.signup-check-fail p span {
  font-weight: bold;
  color: #FFFFFF;
}

.signup-check-success {
  display: none;
  color: #FFFFFF;
  text-align: center;
}
.signup-check-success p {
  font-size: 1.9em;
  font-weight: normal;
}
.signup-check-success p span {
  font-weight: bold;
  color: #FFFFFF;
}
.signup-check-success .redirect-text {
  color: #D9D9D9;
  font-size: 1.5em;
  margin: 2em 0;
}

.signup-check-content-blocked {
  display: none;
}

.empty-result-msg {
  text-align: center;
  color: white;
  font-size: 2em;
  margin: 2em 1em 0.5em;
}

p.error {
  color: #FFFFFF;
  text-align: center;
  font-size: 1em;
  margin: 0;
  padding: 0;
  border-radius: 0;
  border: none;
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  font-weight: lighter;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
p.error img {
  display: inline-block;
  width: 15px;
  margin: 0;
  margin-right: 1.1em;
}

.my-account-page-bg .burger-menu {
  background-color: transparent;
}

.my-account .header,
.my-account h1,
.cust-panel .header,
.cust-panel h1 {
  margin-top: 2em;
  margin-bottom: 2em;
  color: #FFFFFF;
  text-transform: capitalize;
}
.my-account h2,
.cust-panel h2 {
  color: #FFFFFF;
  text-align: center;
  font-size: 2.2em;
  margin: 1em 0;
}
.my-account .profile-pic,
.cust-panel .profile-pic {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
.my-account .profile-pic .line,
.cust-panel .profile-pic .line {
  width: 100%;
  height: 2.59em;
  background-color: #FF4B44;
  position: absolute;
}
.my-account .profile-pic .profile-img,
.cust-panel .profile-pic .profile-img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.my-account .profile-pic .profile-icon, .my-account .profile-pic .edit-icon,
.cust-panel .profile-pic .profile-icon,
.cust-panel .profile-pic .edit-icon {
  position: relative;
  z-index: 1;
  width: initial;
  padding: 1em;
  border-radius: 100%;
  border: 3px solid #FF4B44;
  margin: 0;
  background-color: #D9D9D9;
  -webkit-box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.75);
          box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.75);
}
.my-account .profile-pic .profile-icon img, .my-account .profile-pic .edit-icon img,
.cust-panel .profile-pic .profile-icon img,
.cust-panel .profile-pic .edit-icon img {
  width: 55px;
  margin: 0;
}
.my-account .profile-pic .small-edit-icon,
.cust-panel .profile-pic .small-edit-icon {
  position: absolute;
  z-index: 2;
  padding: 0.5em;
  border-radius: 100%;
  border: 1px solid #FF4B44;
  margin: 0;
  background-color: #0B0B0B;
  bottom: -1em;
  margin-right: -3em;
}
.my-account .profile-pic .small-edit-icon img,
.cust-panel .profile-pic .small-edit-icon img {
  width: 14px;
}
.my-account .info p,
.cust-panel .info p {
  font-size: 1.2em;
}
.my-account .info p span,
.cust-panel .info p span {
  color: #FFFFFF;
}
.my-account .info p span:last-child,
.cust-panel .info p span:last-child {
  text-align: center;
}
.my-account .info p span:before,
.cust-panel .info p span:before {
  color: #FFFFFF;
  font-size: 1.5em;
}
.my-account .info .text,
.cust-panel .info .text {
  margin-bottom: 1.3em;
}
.my-account .cust-btn,
.cust-panel .cust-btn {
  border: 0;
  font-weight: bold;
}
.my-account .account-details,
.cust-panel .account-details {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 1em;
}
.my-account .account-details p,
.cust-panel .account-details p {
  padding: 1em;
  margin: 0.25em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background-color: #0B0B0B;
  border-radius: 8px;
  width: 33%;
  height: 7em;
  text-wrap: nowrap;
}
.my-account .account-details .date,
.cust-panel .account-details .date {
  font-size: 0.9em;
}
.my-account .buttons,
.cust-panel .buttons {
  padding: 1em;
}
.my-account .buttons .unsub-text,
.cust-panel .buttons .unsub-text {
  color: #FFFFFF;
  text-align: center;
}
.my-account .cust-btn,
.cust-panel .cust-btn {
  -webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.5);
          box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.5);
  margin-top: 0.5em;
}
.my-account .logout-button,
.cust-panel .logout-button {
  background-color: #E6E6E6;
  color: #0B0B0B !important;
  -webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.5);
          box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.5);
  margin-top: 0.8em;
}

.dropdown .fa-chevron-up {
  display: none;
}
.dropdown.open .fa-chevron-down {
  display: none;
}
.dropdown.open .fa-chevron-up {
  display: inline;
}
.dropdown .dropdown-menu {
  min-width: 100%;
}

.select-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.select-wrap span {
  display: inline-block;
  min-width: 5em;
}
.select-wrap > button {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background-color: #FFFFFF;
}
.select-wrap > button i {
  margin: 0 0.5em !important;
}
.select-wrap .dropdown-menu {
  margin-top: 0.5em;
  padding: 0.5em;
  border-radius: 2em;
  background-color: #FF4B44;
}
.select-wrap .dropdown-menu .v-scroller {
  overflow: hidden;
  max-height: 15em;
}

.select-list button {
  color: #383538;
  width: 100%;
  font-size: 1.5em;
}

.cust-field,
.select-wrap > button {
  border-radius: 2em;
  padding: 0.5em;
  border: solid 2px #D4D4D5;
  outline: none;
  min-height: 3.5em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: transparent;
  position: relative;
}
.cust-field input,
.cust-field span,
.select-wrap > button input,
.select-wrap > button span {
  border: 0 !important;
  outline: none !important;
  width: 100%;
  text-align: center;
  font-size: 1.5em;
  background-color: transparent;
  position: relative;
}

.contentCellItem {
  color: #FFFFFF;
}
.contentCellItem p {
  font-size: 1.5em;
  text-align: center;
  color: #FFFFFF;
}
.contentCellItem p a {
  color: #FFFFFF;
  opacity: 0.9;
}

.title-margin-offset {
  margin-top: 6em;
}
@media screen and (min-height: 750px) {
  .title-margin-offset {
    margin-top: 8em;
  }
}
@media screen and (min-height: 900px) {
  .title-margin-offset {
    margin-top: 10em;
  }
}

.jw-display-controls {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.jw-display-icon-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.jw-svg-icon {
  fill: #FFFFFF;
}

.jw-svg-icon-volume-100 {
  margin-right: 1em;
}

.jw-icon-pip {
  margin: auto 1em;
}

.ajax-form {
  margin-top: 2em;
}
.ajax-form .invalid + button[type=submit] {
  pointer-events: none;
  opacity: 0.5;
}
.ajax-form .msg {
  display: none;
}
.ajax-form .success-msg {
  background-color: green;
}
.ajax-form .authorization-required-msg {
  background-color: green;
}
.ajax-form .cust-btn-group {
  margin: 1em auto;
}
.ajax-form.loading,
.ajax-form.loading *, .ajax-form.success,
.ajax-form.success * {
  pointer-events: none;
}
.ajax-form.loading.cust-btn,
.ajax-form.loading *.cust-btn, .ajax-form.success.cust-btn,
.ajax-form.success *.cust-btn {
  opacity: 0.5 !important;
}
.ajax-form[data-status=success] .success-msg {
  display: block;
}
.ajax-form[data-status=error] .error-msg {
  display: block;
}
.ajax-form[data-status=authorization_required] .authorization-required-msg {
  display: block;
}