@import url("https://cdnjs.cloudflare.com/ajax/libs/meyer-reset/2.0/reset.min.css");
@import url("https://fonts.googleapis.com/css?family=Roboto:700,400");
/* The following line is used to measure usage of this code. You can remove it if you want. */
@import url("https://px.animaapp.com/66cff14175549ca6bb302160.66cff14275549ca6bb302163.6PgzZXc.hcp.png");



.screen a {
  display: contents;
  text-decoration: none;
}

.container-center-horizontal {
  display: flex;
  flex-direction: row;
  justify-content: center;
  pointer-events: none;
  width: 100%;
}

.container-center-horizontal > * {
  flex-shrink: 0;
  pointer-events: auto;
}

.overlay-base {
  display: none;
  height: 100%;
  opacity: 0;
  position: fixed;
  top: 0;
  width: 100%;
}

.overlay-base.animate-appear {
  align-items: center;
  animation: reveal 0.3s ease-in-out 1 normal forwards;
  display: flex;
  flex-direction: column;
  justify-content: center;
  opacity: 0;
}

.overlay-base.animate-disappear {
  animation: reveal 0.3s ease-in-out 1 reverse forwards;
  display: block;
  opacity: 1;
  pointer-events: none;
}

.overlay-base.animate-disappear * {
  pointer-events: none;
}

@keyframes reveal {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.valign-text-middle {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.valign-text-bottom {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

.hidden,
.hidden * {
  pointer-events: none;
  visibility: hidden;
}

* {
  box-sizing: border-box;
}

.button-list {
  align-items: center;
  align-self: stretch;
  display: flex;
  flex: 0 0 auto;
  flex-direction: column;
  gap: 16px;
  position: relative;
  width: 100%;
}

.button {
  align-items: center;
  align-self: stretch;
  background-color: var(--sunglow);
  border-radius: 50px;
  cursor: pointer;
  display: flex;
  gap: 10px;
  height: 36px;
  justify-content: center;
  padding: 8px 0px;
  position: relative;
  width: 100%;
}

.section-membership {
  gap: 16px;
}

.membership-benefits {
  flex: 1;
  letter-spacing: 0;
  line-height: normal;
  margin-top: -1.00px;
  position: relative;
  text-align: center;
}

.promo-frame {
  align-items: center;
  align-self: stretch;
  display: flex;
  flex: 0 0 auto;
  flex-direction: column;
  gap: 10px;
  justify-content: center;
  padding: 0px 22px;
  position: relative;
  width: 100%;
}

.mobile_my_298x111-1 {
  height: 111px;
  object-fit: cover;
  position: relative;
  width: 298px;
}

.mb-col {
  align-items: center;
  align-self: stretch;
  display: flex;
  flex: 0 0 auto;
  justify-content: space-between;
  position: relative;
  width: 100%;
}

.mb-col-item {
  align-items: center;
  display: flex;
  flex: 1;
  flex-direction: column;
  flex-grow: 1;
  gap: 6px;
  position: relative;
}

.mb-icon {
  height: 76px;
  position: relative;
  width: 76px;
}

.icon-mb1 {
  height: 48px;
  left: 6px;
  position: absolute;
  top: 14px;
  width: 63px;
}

.mb-title {
  align-self: stretch;
  height: 26px;
  position: relative;
  width: 100%;
}

.unlimited-rebate {
  height: 26px;
  left: 13px;
  letter-spacing: 0;
  line-height: normal;
  position: absolute;
  text-align: center;
  top: -1px;
  width: 100px;
}

.mb-sub {
  align-self: stretch;
  height: 26px;
  position: relative;
  width: 100%;
}

.no-min-payout-no-turnover {
  left: 26px;
  letter-spacing: 0;
  line-height: normal;
  position: absolute;
  text-align: center;
  top: -1px;
}

.icon-mb2 {
  height: 62px;
  left: 6px;
  position: absolute;
  top: 8px;
  width: 63px;
}

.star-reward {
  height: 26px;
  left: 8px;
  letter-spacing: 0;
  line-height: normal;
  position: absolute;
  text-align: center;
  top: -1px;
  width: 109px;
}

.enjoy-weekly-cash-reward {
  left: 30px;
  letter-spacing: 0;
  line-height: normal;
  position: absolute;
  text-align: center;
  top: -1px;
}

.icon-mb3 {
  height: 30px;
  left: 6px;
  position: absolute;
  top: 23px;
  width: 63px;
}

.unlimited-re-deposit-bonus {
  left: 9px;
  letter-spacing: 0;
  line-height: normal;
  position: absolute;
  text-align: center;
  top: -1px;
  width: 109px;
}

.endless-rewards-on-every-deposit {
  left: 13px;
  letter-spacing: 0;
  line-height: normal;
  position: absolute;
  text-align: center;
  top: -1px;
}

.section-input {
  gap: 16px;
  justify-content: center;
  padding: 0px 16px;
}

.div-form {
  align-items: center;
  align-self: stretch;
  display: flex;
  flex: 0 0 auto;
  gap: 16px;
  position: relative;
  width: 100%;
}

.formicon {
  height: 40px;
  position: relative;
  width: 40px;
}

.formfield {
  align-items: flex-start;
  display: flex;
  flex: 1;
  flex-direction: column;
  flex-grow: 1;
  gap: 6px;
  position: relative;
}

.input-label {
  height: 16px;
}

.enter {
  letter-spacing: 0;
  line-height: normal;
  position: relative;
  white-space: nowrap;
  width: fit-content;
}

.input-error {
  height: 12px;
}

.this-is-to-promt-error-message {
  color: var(--ffde00);
  font-weight: 400;
  left: 0;
  line-height: normal;
  position: absolute;
  top: -1px;
  white-space: nowrap;
  width: 227px;
}

.input {
  align-self: stretch;
  position: relative;
  width: 100%;
}

.mb-sub-3 {
  align-self: stretch;
  height: 26px;
  position: relative;
  width: 100%;
}

.mb-title-3 {
  align-self: stretch;
  height: 26px;
  position: relative;
  width: 100%;
}

.section {
  align-items: center;
  align-self: stretch;
  display: flex;
  flex: 0 0 auto;
  flex-direction: column;
  position: relative;
  width: 100%;
}

.register-left-col {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 10px;
  position: relative;
  width: 196px;
}

.desktop_my_196x517-1 {
  height: 517px;
  object-fit: cover;
  position: relative;
  width: 196px;
}

.register-right-col {
  align-items: center;
  display: flex;
  flex: 1;
  flex-direction: column;
  flex-grow: 1;
  gap: 32px;
  position: relative;
}

.section-membership-1 {
  align-items: center;
  align-self: stretch;
  display: flex;
  flex: 0 0 auto;
  flex-direction: column;
  gap: 16px;
  position: relative;
  width: 100%;
}

.membership-benefits-1 {
  flex: 1;
  letter-spacing: 0;
  line-height: normal;
  margin-top: -1.00px;
  position: relative;
  text-align: center;
}

.mb-col-1 {
  align-items: center;
  align-self: stretch;
  display: flex;
  flex: 0 0 auto;
  justify-content: space-between;
  position: relative;
  width: 100%;
}

.mb-col-item-1 {
  align-items: center;
  display: flex;
  flex: 1;
  flex-direction: column;
  flex-grow: 1;
  gap: 6px;
  position: relative;
}

.mb-icon-1 {
  height: 76px;
  position: relative;
  width: 76px;
}

.icon-mb1-1 {
  height: 48px;
  left: 6px;
  position: absolute;
  top: 14px;
  width: 63px;
}

.unlimited-rebate-1 {
  height: 26px;
  left: 7px;
  letter-spacing: 0;
  line-height: normal;
  position: absolute;
  text-align: center;
  top: -1px;
  width: 100px;
}

.no-min-payout-no-turnover-1 {
  left: 20px;
  letter-spacing: 0;
  line-height: normal;
  position: absolute;
  text-align: center;
  top: -1px;
}

.icon-mb2-1 {
  height: 62px;
  left: 6px;
  position: absolute;
  top: 8px;
  width: 63px;
}

.star-reward-1 {
  height: 26px;
  left: 2px;
  letter-spacing: 0;
  line-height: normal;
  position: absolute;
  text-align: center;
  top: -1px;
  width: 109px;
}

.enjoy-weekly-cash-reward-1 {
  left: 24px;
  letter-spacing: 0;
  line-height: normal;
  position: absolute;
  text-align: center;
  top: -1px;
}

.icon-mb3-1 {
  height: 30px;
  left: 6px;
  position: absolute;
  top: 23px;
  width: 63px;
}

.unlimited-re-deposit-bonus-1 {
  left: 3px;
  letter-spacing: 0;
  line-height: normal;
  position: absolute;
  text-align: center;
  top: -1px;
  width: 109px;
}

.endless-rewards-on-every-deposit-1 {
  left: 7px;
  letter-spacing: 0;
  line-height: normal;
  position: absolute;
  text-align: center;
  top: -1px;
}

.section-input-1 {
  align-items: center;
  align-self: stretch;
  display: flex;
  flex: 0 0 auto;
  flex-direction: column;
  gap: 16px;
  justify-content: center;
  padding: 0px 16px;
  position: relative;
  width: 100%;
}

.div-form-1 {
  align-items: center;
  align-self: stretch;
  display: flex;
  flex: 0 0 auto;
  gap: 16px;
  position: relative;
  width: 100%;
}

.formicon-1 {
  height: 40px;
  position: relative;
  width: 40px;
}

.formfield-1 {
  align-items: flex-start;
  display: flex;
  flex: 1;
  flex-direction: column;
  flex-grow: 1;
  gap: 6px;
  position: relative;
}

.input-label-1 {
  align-self: stretch;
  height: 16px;
  position: relative;
  width: 100%;
}

.enter-1 {
  letter-spacing: 0;
  line-height: normal;
  position: relative;
  white-space: nowrap;
  width: fit-content;
}

.input-error-1 {
  align-self: stretch;
  height: 12px;
  position: relative;
  width: 100%;
}

.this-is-to-promt-error-message-1 {
  color: var(--ffde00);
  font-weight: 400;
  left: 0;
  line-height: normal;
  position: absolute;
  top: -1px;
  white-space: nowrap;
  width: 227px;
}

.section-command-1 {
  align-items: center;
  align-self: stretch;
  display: flex;
  flex: 0 0 auto;
  flex-direction: column;
  gap: 24px;
  justify-content: center;
  padding: 0px 16px;
  position: relative;
  width: 100%;
}

.button-list-1 {
  align-items: center;
  align-self: stretch;
  display: flex;
  flex: 0 0 auto;
  flex-direction: column;
  gap: 16px;
  position: relative;
  width: 100%;
}

.button-1 {
  align-items: center;
  align-self: stretch;
  background-color: var(--sunglow);
  border-radius: 50px;
  cursor: pointer;
  display: flex;
  gap: 10px;
  height: 36px;
  justify-content: center;
  padding: 8px 0px;
  position: relative;
  width: 100%;
}

.section-title {
  align-items: center;
  border-bottom-style: solid;
  border-bottom-width: 2px;
  border-color: transparent;
  border-image: linear-gradient(90deg, rgba(26, 17, 17, 1) 0%, rgba(115, 34, 34, 1) 50%, rgba(26, 17, 17, 1) 100%) 1;
  display: flex;
  flex-direction: column;
  gap: 10px;
  height: 69px;
  margin-top: -2px;
  position: relative;
  width: 1004px;
}

.content-2 {
  align-items: flex-start;
  display: flex;
  gap: 40px;
  justify-content: center;
  position: relative;
  width: 576px;
}

.register-left-col-1 {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 10px;
  position: relative;
  width: 196px;
}

.desktop_my_196x517-1-1 {
  height: 517px;
  object-fit: cover;
  position: relative;
  width: 196px;
}

.register-right-col-1 {
  align-items: center;
  display: flex;
  flex: 1;
  flex-direction: column;
  flex-grow: 1;
  gap: 32px;
  position: relative;
}

.section-membership-2 {
  align-items: center;
  align-self: stretch;
  display: flex;
  flex: 0 0 auto;
  flex-direction: column;
  gap: 16px;
  position: relative;
  width: 100%;
}

.membership-benefits-2 {
  flex: 1;
  letter-spacing: 0;
  line-height: normal;
  margin-top: -1.00px;
  position: relative;
  text-align: center;
}

.mb-col-2 {
  align-items: center;
  align-self: stretch;
  display: flex;
  flex: 0 0 auto;
  justify-content: space-between;
  position: relative;
  width: 100%;
}

.mb-col-item-2 {
  align-items: center;
  display: flex;
  flex: 1;
  flex-direction: column;
  flex-grow: 1;
  gap: 6px;
  position: relative;
}

.mb-icon-2 {
  height: 76px;
  position: relative;
  width: 76px;
}

.icon-mb1-2 {
  height: 48px;
  left: 6px;
  position: absolute;
  top: 14px;
  width: 63px;
}

.unlimited-rebate-2 {
  height: 26px;
  left: 7px;
  letter-spacing: 0;
  line-height: normal;
  position: absolute;
  text-align: center;
  top: -1px;
  width: 100px;
}

.no-min-payout-no-turnover-2 {
  left: 20px;
  letter-spacing: 0;
  line-height: normal;
  position: absolute;
  text-align: center;
  top: -1px;
}

.icon-mb2-2 {
  height: 62px;
  left: 6px;
  position: absolute;
  top: 8px;
  width: 63px;
}

.star-reward-2 {
  height: 26px;
  left: 2px;
  letter-spacing: 0;
  line-height: normal;
  position: absolute;
  text-align: center;
  top: -1px;
  width: 109px;
}

.enjoy-weekly-cash-reward-2 {
  left: 24px;
  letter-spacing: 0;
  line-height: normal;
  position: absolute;
  text-align: center;
  top: -1px;
}

.icon-mb3-2 {
  height: 30px;
  left: 6px;
  position: absolute;
  top: 23px;
  width: 63px;
}

.unlimited-re-deposit-bonus-2 {
  left: 3px;
  letter-spacing: 0;
  line-height: normal;
  position: absolute;
  text-align: center;
  top: -1px;
  width: 109px;
}

.endless-rewards-on-every-deposit-2 {
  left: 7px;
  letter-spacing: 0;
  line-height: normal;
  position: absolute;
  text-align: center;
  top: -1px;
}

.section-input-2 {
  align-items: center;
  align-self: stretch;
  display: flex;
  flex: 0 0 auto;
  flex-direction: column;
  gap: 16px;
  justify-content: center;
  padding: 0px 16px;
  position: relative;
  width: 100%;
}

.div-form-2 {
  align-items: center;
  align-self: stretch;
  display: flex;
  flex: 0 0 auto;
  gap: 16px;
  position: relative;
  width: 100%;
}

.formicon-2 {
  height: 40px;
  position: relative;
  width: 40px;
}

.formfield-2 {
  align-items: flex-start;
  display: flex;
  flex: 1;
  flex-direction: column;
  flex-grow: 1;
  gap: 6px;
  position: relative;
}

.input-label-2 {
  align-self: stretch;
  height: 16px;
  position: relative;
  width: 100%;
}

.enter-2 {
  letter-spacing: 0;
  line-height: normal;
  position: relative;
  white-space: nowrap;
  width: fit-content;
}

.input-error-2 {
  align-self: stretch;
  height: 12px;
  position: relative;
  width: 100%;
}

.this-is-to-promt-error-message-2 {
  color: var(--ffde00);
  font-weight: 400;
  left: 0;
  line-height: normal;
  position: absolute;
  top: -1px;
  white-space: nowrap;
  width: 227px;
}

.section-command-2 {
  align-items: center;
  align-self: stretch;
  display: flex;
  flex: 0 0 auto;
  flex-direction: column;
  gap: 24px;
  justify-content: center;
  padding: 0px 16px;
  position: relative;
  width: 100%;
}

.button-list-2 {
  align-items: center;
  align-self: stretch;
  display: flex;
  flex: 0 0 auto;
  flex-direction: column;
  gap: 16px;
  position: relative;
  width: 100%;
}

.button-2 {
  align-items: center;
  align-self: stretch;
  background-color: var(--sunglow);
  border-radius: 50px;
  cursor: pointer;
  display: flex;
  gap: 10px;
  height: 36px;
  justify-content: center;
  padding: 8px 0px;
  position: relative;
  width: 100%;
}