:root {
  --coral-2: #ff6e0d;
  --dim-grey: #727272;
  --dark-slate-grey: #3d3d3d;
  --coral: #ff7134;
  --linen: #fef4e8;
}

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 600;
}

h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 32px;
  font-weight: 600;
  line-height: 36px;
}

a {
  color: #616161;
  font-weight: 500;
  text-decoration: none;
}

a:hover {
  color: var(--coral-2);
  text-decoration: underline;
}

label {
  display: block;
}

.ms-checkbox-wrap {
  color: #616161;
  align-items: flex-start;
  margin-bottom: 0;
  line-height: 22px;
  display: flex;
}

.ms-checkbox-wrap:hover {
  color: var(--coral-2);
}

.ms-checkbox-wrap.tnc {
  text-align: left;
}

.ms-checkbox-wrap.tnc:hover {
  color: #616161;
}

.ms-checkbox-wrap.gender {
  text-align: left;
  margin-left: 2rem;
}

.ms-checkbox-wrap.gender:hover {
  color: #616161;
}

.ms-checkbox {
  background-color: #fff;
  border-width: 1.5px;
  border-color: #12133140;
  border-radius: 33%;
  flex: none;
  width: 18px;
  height: 18px;
  margin-top: 0;
  margin-right: .4rem;
  transition: background-color .2s, border-color .2s;
}

.ms-checkbox:hover {
  background-color: #ff7735;
  background-image: linear-gradient(#ffffffe6, #ffffffe6);
  border-color: #ff7735;
}

.ms-checkbox.w--redirected-checked {
  background-color: #ff7735;
  background-image: url('../../images/V4/smallcheck.svg');
  background-size: 70%;
  border-color: #31241240;
  border-radius: 33%;
}

.ms-checkbox-label.m-p-tiny {
  font-weight: 500;
}

.ms-text-field {
  background-image: url('../../images/v4/user.svg');
  background-position: 20px;
  background-repeat: no-repeat;
  background-size: auto;
  border-radius: 10px;
  min-width: 400px;
  height: 64px;
  margin-bottom: 1rem;
  padding-left: 3rem;
  font-size: 12px;
  transition: border-color .2s;
  box-shadow: 0 5px 10px -5px #0000001a;
}

.ms-text-field:hover {
  border: 1px solid #ff6e0d;
}

.ms-text-field:focus {
  background-color: #fef4e8;
  border: 1px solid #ff6e0d;
}

.ms-text-field.password {
  background-image: url('../../images/v4/key.svg');
}

.ms-text-field.cash {
  text-align: right;
  background-image: none;
  min-width: auto;
  margin-bottom: 0;
  padding-left: 5.4rem;
  font-weight: 500;
}

.ms-text-field.cash:focus {
  background-color: #fff;
}

.ms-text-field.cash.m-p {
  margin-right: .3rem;
}

.ms-text-field.cash.conversion {
  box-shadow: none;
  border: 1px #000;
  transition-property: none;
}

.ms-text-field.cash.conversion::placeholder {
  color: var(--dark-slate-grey);
}

.ms-form.ms-acc-creation {
  flex-direction: column;
  display: flex;
}

.ms-form.otp {
  justify-content: center;
  align-items: center;
  display: flex;
}

.ms-form-block {
  width: 100%;
  margin-top: .8rem;
  margin-bottom: 0;
}

.ms-form-block.cash {
  margin-top: 0;
}

.ms-links-wrap {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 2rem;
  display: flex;
}

.ms-logo-wrap {
  margin-bottom: 1rem;
}

.ms-login-wrap {
  grid-column-gap: 0em;
  grid-row-gap: 0em;
  background-color: #fff;
  border-radius: 1rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  padding: 2rem 3rem 4rem;
  display: flex;
  position: relative;
  box-shadow: 0 8px 20px 4px #0003;
}

.ms-login-wrap.otp {
  align-items: center;
}

.ms-login-wrap.cash {
  box-shadow: none;
}

.ms-main-content {
  z-index: 12;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  height: 100%;
  min-height: 100vh;
  padding: 4rem 8%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.ms-main-content.ms-dashboard {
  grid-column-gap: 2rem;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  min-height: 0;
  padding-top: 0;
}

.ms-main-content.ms-dashboard-header {
  grid-column-gap: 2rem;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  min-height: 0;
  padding-bottom: 0;
}

.ms-btn {
  background-image: linear-gradient(90deg, var(--coral-2), var(--coral));
  opacity: .95;
  color: #fff;
  text-align: center;
  cursor: pointer;
  border: 2px solid #ff783c;
  border-radius: 20px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  min-width: 140px;
  margin-bottom: .2rem;
  padding: .6rem 1.5rem .5rem;
  font-weight: 500;
  text-decoration: none;
  transition: all .2s;
  display: flex;
  position: relative;
  box-shadow: 0 4px 1px #c94a01;
}

.ms-btn:hover {
  opacity: 1;
  color: #ff7735;
  background-image: linear-gradient(to right, #fff, #fff);
  border-color: #c94a01;
  text-decoration: none;
  top: -2px;
  box-shadow: 1px 6px #c94a01;
}

.ms-btn.disabled {
  filter: grayscale();
}

.ms-btn.disabled:hover {
  background-image: linear-gradient(to right, var(--coral), var(--coral-2));
  opacity: .95;
  color: #fff;
  border-color: #ff783c;
  box-shadow: 0 4px 1px #c94a01;
}

.ms-btn.cta {
  width: 100%;
  min-width: 0;
  height: 100%;
  padding-bottom: 0;
  padding-left: 1rem;
  padding-right: 1rem;
  text-decoration: none;
}

.ms-btn.ms-survey-btn {
  z-index: 2;
  width: 100%;
  min-width: auto;
  height: 100%;
  margin-top: 1rem;
  position: relative;
}

.ms-btn.ms-survey-btn.inverse {
  color: var(--coral-2);
  background-image: none;
}

.ms-btn.inverse {
  color: #f66d2f;
  background-image: linear-gradient(#fff, #fff);
  border-color: #fff;
  box-shadow: 0 4px 1px #ececec57;
}

.ms-btn.inverse:hover {
  border-color: #fff;
  box-shadow: 1px 6px #ffffff5e;
}

.ms-bg-wrap {
  object-fit: cover;
  width: 100%;
  max-width: none;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.ms-login {
  z-index: 1;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  display: flex;
  position: relative;
}

.ms-login.cash {
  align-items: center;
}

.ms-body {
  color: #333;
  background-color: #1d1d1d;
  font-family: Fredoka, sans-serif;
}

.ms-body.dashboard {
  background-color: #fff9f3;
}

.ms-login-links {
  justify-content: space-between;
  align-items: center;
  margin-top: 1rem;
  display: flex;
}

.m-p-tiny.ms-link {
  color: var(--coral-2);
}

.ms-logo {
  max-width: 180px;
}

.ms-img-bg {
  max-width: none;
  height: 100%;
  min-height: 100vh;
  position: absolute;
  inset: 0%;
}

.ms-regis-btn-wrap {
  grid-column-gap: 1rem;
  justify-content: flex-start;
  align-items: center;
  height: 32px;
  margin-top: .5rem;
  display: flex;
}

.ms-heading-wrap {
  grid-row-gap: .25rem;
  flex-direction: column;
  margin-top: .5rem;
  margin-bottom: .3rem;
  display: flex;
}

.ms-heading-wrap.success {
  justify-content: center;
  align-items: center;
}

.ms-heading-wrap.form-fill {
  grid-row-gap: .5rem;
}

.ms-form-img {
  width: 100%;
  max-width: 881px;
  margin-bottom: -1rem;
}

.ms-form-wrap {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 550px;
  display: flex;
  position: relative;
  overflow: visible;
}

.ms-input-wrap {
  padding: 0;
  display: flex;
  position: relative;
}

.ms-input-wrap.is-token {
  grid-column-gap: 10px;
}

.ms-token-input {
  z-index: 2;
  color: #000;
  text-align: left;
  letter-spacing: 35.5px;
  background-color: #0000;
  border: 1px #000;
  height: 50px;
  margin-bottom: 0;
  padding: 0 0 0 12px;
  font-family: Verdana, Geneva, sans-serif;
  font-size: 23px;
  font-weight: 400;
  position: absolute;
  top: 0;
  left: 0;
}

.ms-token-input::placeholder {
  color: #6b7b8a;
  font-weight: 400;
}

.ms-input {
  color: #121331;
  background-color: #fff;
  border: 1px solid #12133140;
  border-radius: 5px;
  min-height: 40px;
  padding: 8px 12px;
  transition: box-shadow .2s, border-color .2s;
  position: relative;
  box-shadow: 0 5px 10px -5px #0000001a;
}

.ms-input:hover {
  z-index: 2;
  box-shadow: none;
  border-color: #2962ff;
}

.ms-input::placeholder {
  color: #909090;
}

.ms-input.is-fake-token {
  background-color: #0000;
  width: 40px;
  height: 50px;
}

.ms-text-field-main {
  border-radius: 10px;
  min-width: 400px;
  height: 64px;
  margin-bottom: 1rem;
  padding-left: 1rem;
  font-size: 12px;
  transition: border-color .2s;
  box-shadow: 0 5px 10px -5px #0000001a;
}

.ms-text-field-main:hover {
  border: 1px solid #ff6e0d;
}

.ms-text-field-main:focus {
  background-color: #fef4e8;
  border: 1px solid #ff6e0d;
}

.ms-text-field-main.m-p:focus {
  background-color: var(--linen);
}

.ms-text-field-main.m-p.email {
  min-width: 50%;
}

.ms-text-field-main.m-p.listing {
  background-color: #fff;
}

.ms-text-field-main.m-p.dropdown {
  color: var(--dark-slate-grey);
  background-color: #fff;
}

.ms-text-field-main.m-p.dropdown.dob {
  min-width: 30%;
}

.ms-link {
  color: var(--coral-2);
}

.ms-step-wrap {
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin-top: 1rem;
  font-weight: 500;
  display: flex;
}

.ms-step-wrap.ms-create-acc {
  margin-bottom: .5rem;
}

.ms-step {
  background-color: var(--coral-2);
  color: #fff;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  margin-right: .3rem;
  display: flex;
}

.ms-step-text {
  color: var(--dim-grey);
  flex: 1;
}

.ms-notice {
  z-index: 99;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  color: #fff;
  text-align: center;
  letter-spacing: .03em;
  background-color: #0009;
  border-radius: 8px;
  flex: none;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  padding: .8rem 1.5rem;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.5;
  position: absolute;
  inset: auto auto 2rem;
  box-shadow: 1px 1px 5px #ffffff40, 0 10px 20px -5px #2d3e504d;
}

.text-block {
  justify-content: center;
  align-items: center;
  font-size: 50px;
  font-weight: 700;
  display: flex;
  position: absolute;
  inset: 0%;
}

.ms-dropdown {
  z-index: 10;
  background-color: #fff;
  border: 1px solid #fef4e8;
  border-radius: 8px;
  width: auto;
  height: 64px;
  padding-left: .5rem;
  padding-right: .5rem;
  transition: border-color .2s;
  position: relative;
  inset: 0% 6px 0% auto;
}

.ms-dropdown:hover, .ms-dropdown:focus {
  border-color: #ff6e0d;
}

.ms-dropdown.m-p-tiny {
  border-color: var(--coral);
  background-color: #fff;
}

.ms-email-wrap {
  display: flex;
  position: relative;
}

.ms-main-wrap {
  grid-row-gap: .5rem;
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 3rem;
  font-weight: 500;
  display: flex;
}

.ms-main-wrap.m-profile-space {
  margin-bottom: 0;
}

.ms-main-wrap.m-acc {
  background-color: #fef4e8;
  background-image: linear-gradient(#fef4e896, #fef4e896), url('../../images/v4/maplestory_icon.png');
  background-position: 0 0, 104% 115%;
  background-repeat: repeat, no-repeat;
  background-size: auto, 128px;
  border: 2px solid #ff7134;
  border-radius: 1rem;
  padding: 1.5rem;
}

.ms-button-flex {
  grid-column-gap: 8px;
  cursor: pointer;
  align-items: center;
  display: flex;
}

.ms-desc {
  color: var(--dim-grey);
}

.ms-desc.terms {
  font-weight: 400;
}

.ms-msacc-count {
  grid-column-gap: .5rem;
  align-items: center;
  display: flex;
}

.ms-msacc-count.profile-title {
  justify-content: space-between;
  width: 100%;
  height: 48px;
}

.ms-id-wrap {
  align-items: center;
  margin-bottom: 1rem;
  display: flex;
}

.ms-game-acc {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr .75fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.ms-game-acc.account {
  display: block;
}

.ms-maple-acc {
  grid-column-gap: 1rem;
  grid-row-gap: 0em;
  cursor: pointer;
  background-color: #fff;
  border-radius: 1rem;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  min-width: 250px;
  max-width: 270px;
  margin-bottom: .5rem;
  padding: 1.5rem 1rem;
  display: inline-block;
  position: relative;
  overflow: hidden;
  box-shadow: 0 8px 20px #00000005;
}

.ms-maple-acc.ms-add {
  border: 2px dashed var(--coral);
  cursor: pointer;
  justify-content: center;
  padding-top: 1.5rem;
  padding-bottom: .5rem;
}

.ms-maple-acc.ms-bal {
  background-color: var(--dark-slate-grey);
  color: #fff;
  min-width: 140px;
  max-width: 100%;
  height: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}

.ms-maple-acc.ms-bal.diamond {
  justify-content: space-between;
  align-items: center;
  min-width: 100px;
  display: flex;
}

.ms-balance-wrap {
  flex-direction: column;
  justify-content: center;
  height: 100%;
  display: flex;
}

.ms-mapleicon {
  background-color: var(--coral-2);
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  padding-top: .3rem;
  display: flex;
}

.ms-create {
  z-index: 1;
  position: absolute;
  top: -1.5rem;
}

.ms-create.createacc {
  top: -.2rem;
}

.ms-buy {
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  display: flex;
  position: relative;
}

.ms-content-slide {
  grid-column-gap: 1rem;
  grid-row-gap: 0em;
  color: #fff;
  background-color: #291400;
  background-image: url('../../images/v4/mspp-event-bg8.avif');
  background-position: 0%;
  background-size: 150%;
  border-radius: 1rem;
  flex-direction: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr .5fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 250px;
  padding: 1.5rem 2rem;
  text-decoration: none;
  transition: all .2s;
  display: flex;
  position: relative;
  top: 0;
  overflow: hidden;
}

.ms-content-slide:hover {
  color: #fff;
  text-decoration: none;
  box-shadow: 0 15px 20px #0003;
}

.ms-content-slide.igacha {
  background-color: #fce66c;
  background-image: url('../../images/v4/igacha-leaf.png'), radial-gradient(circle at 100% 100%, #fd712f00, #cc0e11cf 71%), url('../../images/v4/igacha-bg.jpg');
  background-position: 100%, 0 0, 100% 100%;
  background-size: contain, auto, cover;
  background-attachment: scroll, scroll, scroll;
}

.ms-content-slide.vip {
  background-image: linear-gradient(90deg, #271d07f2, #0000001c), url('../../images/v4/vipbg.jpg');
  background-position: 0 0, 0%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  height: auto;
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
  padding-right: 0;
}

.ms-slider-img {
  object-fit: contain;
  object-position: 50% 50%;
  width: 350px;
  max-width: 350px;
  height: 350px;
  position: absolute;
  inset: auto 0 auto auto;
}

.ms-slide-tx-wrap {
  grid-row-gap: .3rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 1.5rem;
  display: flex;
}

.ms-slider-desc {
  font-weight: 400;
}

.ms-slider-c-wrap {
  flex-direction: column;
  align-items: flex-start;
  max-width: 30vw;
  display: flex;
}

.ms-buy-wrap {
  grid-column-gap: 1rem;
  display: flex;
}

.ms-dash-wrap {
  flex: 0 auto;
  width: 100%;
}

.ms-dash-wrap.split {
  grid-column-gap: 1.5rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr minmax(250px, 1fr);
  grid-auto-columns: 1fr;
  display: grid;
}

.ms-dash-wrap.split-transc {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: minmax(250px, .25fr) minmax(250px, 1fr);
  grid-auto-columns: 1fr;
  display: block;
}

.ms-convert-wrap {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 100%;
  display: flex;
  position: relative;
}

.ms-convert {
  z-index: 1;
  flex-direction: column;
  flex: 1;
  justify-content: flex-start;
  align-items: flex-end;
  width: 100%;
  min-width: 300px;
  max-width: 500px;
  display: flex;
  position: relative;
}

.ms-convert-form {
  grid-column-gap: 0em;
  grid-row-gap: 0em;
  border: 2px solid var(--coral);
  background-color: #fff;
  border-radius: 1rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  padding: 2rem 1.5rem;
  display: flex;
  position: relative;
}

.ms-dl-client-wrap {
  margin-bottom: 2rem;
}

.ms-capcha {
  margin-top: 1rem;
}

.ms-convert-cash-wrap {
  padding: 1rem;
}

.ms-convert-field {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.ms-convert-label {
  padding-left: 1rem;
  position: absolute;
  inset: auto auto auto 0%;
}

.ms-convert-title {
  flex-direction: row;
  justify-content: space-between;
  margin-bottom: .5rem;
  display: flex;
}

.ms-btn-all {
  color: var(--coral-2);
  cursor: pointer;
  font-weight: 500;
}

.ms-form-label {
  color: var(--dim-grey);
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.ms-convert-line {
  background-color: var(--coral-2);
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 2px;
  margin-bottom: .5rem;
  display: flex;
}

.ms-convert-total {
  color: var(--dark-slate-grey);
  font-weight: 500;
}

.ms-conv-arrow {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 32px;
  margin: -.5rem auto -.7rem;
  display: flex;
}

.ms-convarrow {
  justify-content: center;
  align-items: center;
  display: flex;
}

.ms-convert-cal {
  margin-top: 1rem;
  margin-bottom: -1rem;
}

.ms-id {
  display: flex;
  position: relative;
}

.ms-id.secured {
  align-items: center;
}

.ms-pp-id {
  color: var(--dark-slate-grey);
  padding-left: .5rem;
  padding-right: .5rem;
}

.ms-pp-id.label {
  padding-left: 0;
}

.ms-module-main {
  z-index: 20;
  align-items: flex-start;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.ms-form-gender {
  justify-content: flex-start;
  align-items: center;
  margin-top: 0;
  display: flex;
}

.ms-module {
  grid-column-gap: 0em;
  grid-row-gap: 0em;
  border-left: .3rem solid var(--coral);
  background-color: #fff;
  border-radius: 1rem 0 0 1rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  min-width: 510px;
  max-width: 510px;
  height: 100%;
  padding: 4rem 3rem;
  display: flex;
  position: relative;
  overflow: auto;
}

.ms-module-wrap {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 550px;
  height: 100%;
  display: flex;
  position: relative;
}

.ms-module-popup {
  z-index: 20;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: #3d3d3d96;
  display: flex;
  position: fixed;
  inset: 0%;
}

.ms-module-popup.ms-acc {
  display: none;
}

.ms-module-popup.otp {
  justify-content: center;
  align-items: flex-start;
  padding-left: 2rem;
  padding-right: 2rem;
  display: flex;
  overflow: auto;
}

.ms-module-popup.ms-survey-main {
  display: none;
}

.ms-module-popup.ms-survey-form, .ms-module-popup.ms-survey-code {
  z-index: 21;
  background-color: #3d3d3dd9;
  display: none;
}

.ms-module-popup.ms-survey-trigger {
  z-index: 16;
  display: none;
}

.ms-mudule-img {
  z-index: 2;
  object-fit: cover;
  object-position: 0% 50%;
  position: absolute;
  inset: -1.5rem 0 auto auto;
}

.ms-module-close {
  background-color: var(--coral);
  cursor: pointer;
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  display: flex;
  position: absolute;
  inset: 3.7rem auto auto -48px;
}

.ms-module-close-btn {
  justify-content: center;
  align-items: center;
  display: flex;
}

.ms-module-form {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.ms-module-form.ms-survey-trigger {
  text-align: center;
  justify-content: flex-start;
  align-items: center;
}

.ms-module-done-wrap {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.ms-f-main-wrap {
  z-index: 4;
  align-items: center;
  display: flex;
  position: relative;
  inset: auto 0% 0%;
}

.ms-f-split-line {
  opacity: .59;
  background-color: #1b1b1b;
  width: 1px;
  height: 32px;
  margin-left: 0;
  margin-right: 0;
}

.ms-f-logo-wrap {
  display: flex;
}

.ms-c-wrap {
  z-index: 11;
  text-align: center;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 1rem 2rem;
  display: flex;
  position: relative;
  inset: auto auto 0%;
}

.ms-pp-svg {
  width: 97px;
  height: 24px;
}

.ms-pp-svg.new {
  width: auto;
  height: 28px;
}

.ms-f-logo {
  max-width: 155px;
  display: flex;
}

.ms-footer-main {
  z-index: 9;
  position: absolute;
  inset: auto 0% 0%;
}

.ms-footer-main.s-f-m {
  color: #1b1b1b;
  font-weight: 500;
  position: relative;
}

.ms-nx-logo-wrap {
  justify-content: center;
  align-items: center;
  margin-left: 16px;
  margin-right: 16px;
  display: flex;
}

.ms-pp-logo-wrap {
  margin-left: 16px;
  margin-right: 16px;
}

.ms-nxlogo-svg {
  width: 80px;
  height: 24px;
}

.ms-f-logo-c-wrap {
  z-index: 4;
  align-items: center;
  display: flex;
  position: relative;
}

.ms-f-c-text {
  z-index: 4;
  min-width: 420px;
  padding-left: 16px;
  padding-right: 16px;
  position: relative;
}

.ms-dl-code {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border: 1px solid var(--dim-grey);
  border-radius: 8px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  place-items: center;
  width: 80%;
  margin-top: .5rem;
  margin-left: auto;
  margin-right: auto;
  padding-top: 1rem;
  padding-bottom: 1rem;
  font-weight: 500;
  display: flex;
}

.ms-dl-cta {
  grid-column-gap: 1rem;
  display: flex;
}

.ms-maple-acc-pw {
  grid-column-gap: 1rem;
  grid-row-gap: 0em;
  background-color: #fff;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-top: .5rem;
  font-weight: 500;
  display: flex;
  position: relative;
}

.ms-maple-acc-pw.ms-success {
  justify-content: center;
}

.ms-pp-top-wrap {
  z-index: 20;
  background-color: #fff;
  max-width: 100%;
  min-height: 80px;
  max-height: 80px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 8%;
  padding-right: 8%;
  display: flex;
  position: relative;
  inset: 0% 0% auto;
  overflow: hidden;
  box-shadow: 0 0 20px #00000014;
}

.ms-effect {
  color: #fff;
  cursor: pointer;
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  width: 230px;
  height: 59px;
  margin-top: 0;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.ms-nav-pp-logo {
  display: flex;
}

.ms-pp-wrap {
  flex: 1;
  justify-content: space-between;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.ms-nav-btn-wrap {
  align-items: stretch;
  display: flex;
}

.ms-nav-pp-l {
  z-index: 4;
  align-self: center;
  display: flex;
  position: relative;
}

.ms-nav-pp-l.hide {
  display: flex;
}

.ms-pp-logo {
  padding-top: 6px;
}

.ms-nav-btn {
  color: #26272d;
  border-right: 1px solid #ff6e0d47;
  justify-content: center;
  align-items: center;
  min-width: 80px;
  padding: .5rem 1rem;
  font-weight: 600;
  text-decoration: none;
  display: flex;
}

.ms-nav-btn:hover {
  color: var(--coral-2);
  bottom: 2px;
}

.ms-nav-btn.w--current {
  opacity: 1;
}

.ms-nav-btn.btn {
  min-width: 0;
}

.ms-nav-btn.btn.logout {
  border-right-style: none;
}

.ms-pp-btn-wrap {
  align-self: center;
  display: flex;
}

.ms-nav-r-text {
  margin-bottom: -3px;
}

.ms-svg {
  height: 48px;
}

.ms-greet {
  grid-column-gap: .5rem;
  align-items: center;
  display: flex;
}

.ms-verified {
  justify-content: center;
  align-items: center;
  margin-top: .2rem;
  display: flex;
}

.ms-profile {
  justify-content: center;
  align-items: center;
  width: 24px;
  margin-top: .2rem;
  display: flex;
}

.ms-profile.logout {
  width: 19px;
}

.ms-payment-method {
  width: 100%;
  font-weight: 500;
}

.ms-payment {
  grid-column-gap: 1rem;
  grid-row-gap: 0em;
  border: 1px solid var(--linen);
  cursor: pointer;
  background-color: #fff;
  border-radius: 1rem;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  padding: 1.5rem 1rem;
  transition: all .2s;
  display: flex;
  position: relative;
  box-shadow: 0 8px 20px #00000005;
}

.ms-payment:hover {
  border-color: var(--coral);
  background-color: var(--linen);
}

.ms-payment:active {
  background-image: url('../../images/v4/smallcheck.svg');
  background-position: 100% 0;
  background-repeat: no-repeat;
  background-size: auto;
}

.ms-payment:focus {
  border-color: var(--coral);
  background-color: var(--linen);
}

.ms-pay-wrap {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 1rem;
  display: grid;
}

.ms-currency {
  color: var(--coral-2);
  padding-top: .6rem;
}

.ms-pay-currency {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 1rem;
  display: grid;
}

.ms-limit {
  flex-direction: column;
  margin-top: .5rem;
  display: flex;
}

.ms-limit-wrap {
  grid-column-gap: .2rem;
  display: flex;
}

.ms-acc-wrap {
  grid-column-gap: 1rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.ms-acc-wrap.hover-reset {
  background-color: #fff;
  justify-content: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.ms-acc-wrap.ms-p-width {
  flex-direction: column;
  align-items: stretch;
  width: 100%;
}

.ms-pw-wrap {
  grid-column-gap: .75rem;
  display: flex;
}

.ms-ch-pw {
  grid-column-gap: .5rem;
  color: var(--coral-2);
  display: flex;
}

.ms-pw-label {
  grid-column-gap: .5rem;
  width: 50px;
  display: flex;
}

.ms-space {
  width: 1rem;
  display: inline-block;
}

.ms-create-acc {
  justify-content: center;
  align-items: center;
  display: flex;
}

.ms-faq-wrap {
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  cursor: pointer;
  background-color: #fff;
  border: 1px solid #61616133;
  border-radius: 8px;
  padding: .2rem 1.5rem;
  overflow: hidden;
}

.ms-faq-grid {
  grid-column-gap: 1rem;
  grid-row-gap: 2rem;
  grid-template-columns: 1fr;
  max-width: 1000px;
  margin-bottom: 2rem;
  padding-top: 1rem;
}

.ms-faq-arrow {
  color: var(--coral-2);
  border-radius: 15px;
  justify-content: flex-end;
  align-items: center;
  width: 52px;
  min-width: 52px;
  height: 52px;
  font-size: 24px;
  display: flex;
}

.ms-arrow {
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 20px;
  min-width: 20px;
  height: 20px;
  min-height: 20px;
  padding-top: 8px;
  display: flex;
}

.ms-faq-title {
  text-align: left;
  justify-content: space-between;
  align-items: center;
  padding-bottom: .5rem;
  display: flex;
}

.ms-faq-space {
  height: 1rem;
}

.ms-profile-info {
  grid-column-gap: 5rem;
  grid-row-gap: 0em;
  background-color: #fff;
  border-radius: 1rem;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 800px;
  height: 100%;
  padding: 1.5rem 1rem;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: 0 8px 20px #00000005;
}

.ms-profile-info.ms-personal {
  grid-row-gap: 2em;
  flex-direction: column;
}

.ms-acc-link {
  justify-content: space-between;
  align-items: center;
  padding-top: .3rem;
  display: flex;
}

.ms-transc {
  grid-column-gap: 5rem;
  grid-row-gap: 0em;
  background-color: #fff;
  border-radius: 1rem;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding: 1.5rem 1rem;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: 0 8px 20px #00000005;
}

.m-transac-title {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: var(--dim-grey);
  border-bottom: 1px solid #61616126;
  grid-template-rows: auto;
  grid-template-columns: minmax(80px, 1fr) minmax(130px, 1fr) minmax(130px, 1fr) 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  padding-top: .8rem;
  padding-bottom: .8rem;
  display: grid;
}

.m-transac-title.ms-transac-list {
  color: var(--dark-slate-grey);
  font-weight: 400;
}

.ms-form-no {
  z-index: 1;
  position: absolute;
  inset: 0%;
}

.ms-tab {
  background-color: var(--linen);
  box-shadow: 0 12px 0 0 var(--linen);
  color: var(--coral-2);
  border-radius: 1rem 1rem 0 0;
  padding: .5rem 1rem;
}

.ms-tab:hover {
  background-image: linear-gradient(135deg, #ff751c, var(--coral-2));
  box-shadow: 0 12px 0 0 var(--coral-2);
  color: #fff;
  text-decoration: none;
}

.ms-tab.w--current {
  box-shadow: 0 16px 1px 0 var(--coral-2);
  color: #fff;
  background-color: #fff;
  background-image: linear-gradient(#ff751b, #ff783b);
}

.ms-tab-menu {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  margin-bottom: 0;
  display: flex;
}

.ms-convert-main {
  border: 2px solid var(--coral-2);
  background-color: var(--linen);
  border-radius: 1rem;
  flex-direction: column;
  display: flex;
  overflow: hidden;
}

.ms-cta-wrap {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: center;
  align-items: center;
  display: flex;
}

.ms-module-survey-wrap {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.ms-module-survey {
  grid-column-gap: 0em;
  grid-row-gap: 0em;
  border-top: .3rem solid var(--coral);
  background-color: #fff;
  border-radius: 1rem 0 0;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  height: 100%;
  padding: 2rem 3rem 6rem;
  display: flex;
  position: relative;
  overflow: auto;
}

.ms-module-survey-main {
  z-index: 20;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 4rem 0% 0% auto;
}

.ms-module-survey-close {
  z-index: 0;
  background-color: var(--coral);
  cursor: pointer;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  display: flex;
  position: absolute;
  inset: -2.8rem 0 auto auto;
}

.ms-survey-tab {
  width: 100%;
}

.ms-survey-grid {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row dense;
  margin: 1rem;
  display: grid;
}

.ms-survey-grid-main {
  border: 2px solid var(--coral-2);
  background-color: var(--linen);
  border-radius: 1rem;
  flex-direction: column;
  display: flex;
  overflow: hidden;
}

.ms-survey-item {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  cursor: pointer;
  background-color: #fff;
  border-bottom: .3rem solid #fff;
  border-radius: 1rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 100%;
  padding: 1.2rem;
  transition: all .2s ease-in-out;
  display: flex;
  position: relative;
  bottom: 0;
}

.ms-survey-item:hover {
  border-bottom: .3rem solid var(--coral);
  color: var(--dark-slate-grey);
  text-decoration: none;
  position: relative;
  bottom: 8px;
}

.ms-survey-item.completed.nocode {
  cursor: auto;
}

.ms-survey-item.completed.nocode:hover {
  border-bottom-style: none;
  bottom: 0;
}

.ms-survey-item.ended {
  cursor: auto;
  border: 1px #000;
  transition-property: none;
}

.ms-survey-item.ended:hover {
  border-style: none;
  bottom: 0;
}

.ms-survey-status {
  background-color: var(--linen);
  color: var(--coral-2);
  border-radius: 1rem;
  padding: .2rem .6rem;
  font-weight: 500;
}

.ms-survey-status.completed {
  color: #128500;
  background-color: #ebfee8;
}

.ms-survey-status.ended {
  color: #646464;
  background-color: #f0f0f0;
}

.ms-survey-text {
  grid-column-gap: .2rem;
  grid-row-gap: .2rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: auto;
  font-weight: 400;
  display: flex;
}

.ms-survey-title {
  color: var(--dark-slate-grey);
  font-weight: 500;
}

.ms-survey-reward-img {
  object-fit: scale-down;
  width: 40px;
  height: 40px;
}

.ms-survey-item-qty-wrap {
  background-color: var(--dark-slate-grey);
  color: #fff;
  border-radius: 100rem;
  padding: 0 .3rem;
  font-size: 10px;
  position: absolute;
  inset: auto -.4rem 0 auto;
}

.ms-survey-reward-item {
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  justify-content: flex-start;
  place-items: start;
  width: 40px;
  height: 40px;
  margin-right: .5rem;
  display: inline-flex;
  position: relative;
}

.ms-survey-reward-wrap {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.ms-survey-item-qty {
  margin-top: -.15rem;
  margin-bottom: -.05rem;
}

.ms-survey-reward {
  grid-column-gap: .2rem;
  grid-row-gap: .2rem;
  border: .1rem solid var(--linen);
  color: var(--dark-slate-grey);
  background-color: #fffcf8;
  border-radius: 1rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: .5rem;
  font-weight: 500;
  display: flex;
}

.ms-survey-reward.completed {
  background-color: #f8fff7;
  border-color: #dbfdd6;
}

.ms-survey-reward.completed.showcode {
  justify-content: flex-start;
  align-items: center;
}

.ms-survey-reward.ended {
  filter: grayscale();
  background-color: #f3f3f3;
  border-color: #e0e0e0;
}

.ms-survey-reward-out {
  object-fit: scale-down;
  width: 40px;
  height: 40px;
}

.ms-survey-reward-out._4 {
  position: absolute;
  inset: auto -.8rem -1.2rem auto;
  transform: rotate(12deg);
}

.ms-survey-reward-out._3 {
  position: absolute;
  inset: auto -.8rem .4rem auto;
  transform: rotate(-4deg);
}

.ms-survey-reward-out._2 {
  position: absolute;
  inset: auto auto -1.1rem -.3rem;
  transform: rotate(-4deg);
}

.ms-survey-reward-out._1 {
  position: absolute;
  inset: auto auto -.1rem -1.2rem;
}

.ms-survey-cta-wrap {
  z-index: 1;
  position: absolute;
  inset: 0%;
}

.ms-form-main-gender {
  margin-bottom: .7rem;
}

.ms-module-survey-form-main {
  z-index: 20;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 4rem 0% 0% auto;
}

.ms-module-survey-form-fill {
  grid-column-gap: 0em;
  grid-row-gap: 0em;
  border-top: .3rem solid var(--coral);
  background-color: #fff;
  border-radius: 1rem 0 0;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  height: 100%;
  padding: 2rem 3rem 6rem;
  display: flex;
  position: relative;
  overflow: auto;
}

.ms-module-form-fill {
  grid-column-gap: 1.8rem;
  grid-row-gap: 1.8rem;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.ms-module-form-fill-wrap {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 60vw;
  min-width: 992px;
  max-width: 1200px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.ms-module-form-fill-title {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
  position: sticky;
  top: .5rem;
}

.ms-reward-code {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.ms-module-reward {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: relative;
  top: .5rem;
}

.ms-module-reward-wrap {
  grid-column-gap: 0em;
  grid-row-gap: 0em;
  border-top: .3rem solid var(--coral);
  background-color: #fff;
  border-radius: 1rem 0 0;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  height: 100%;
  padding: 2rem 3rem 6rem;
  display: flex;
  position: relative;
  overflow: auto;
}

.ms-reward-wrap {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.ms-module-reward-code {
  grid-column-gap: 1.8rem;
  grid-row-gap: 1.8rem;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.ms-survey-code-img {
  width: 10vw;
  min-width: 80px;
  max-width: 120px;
  margin-left: auto;
  margin-right: auto;
}

.ms-form-dob {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.ms-module-survey-trigger {
  z-index: 20;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  display: flex;
  position: absolute;
  inset: 4rem 0% 0% auto;
}

.ms-survey-cta {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr .5fr;
  grid-auto-columns: 1fr;
  place-items: start;
  display: grid;
}

.ms-module-survey-trigger-wrap {
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.ms-module-trigger {
  grid-column-gap: 0em;
  grid-row-gap: 0em;
  border-top: .3rem solid var(--coral);
  background-color: #fff;
  border-radius: 1rem 0 0;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  height: 100%;
  padding: 2rem 3rem 6rem;
  display: flex;
  position: relative;
  overflow: auto;
}

.ms-loading-img {
  width: 114px;
}

.div-block {
  display: flex;
}

.ms-vip-img-wrap {
  z-index: 3;
  justify-content: flex-end;
  align-items: flex-end;
  margin-top: auto;
  margin-bottom: -2.5rem;
  margin-left: auto;
  display: flex;
  position: relative;
}

.ms-vip-img1 {
  transform-style: preserve-3d;
  position: relative;
  right: -5.5rem;
}

.ms-vip-img3 {
  position: relative;
  right: -4rem;
}

.ms-vip-acc {
  z-index: 2;
  grid-column-gap: .4rem;
  grid-row-gap: .4rem;
  background-color: #000000d6;
  border: 1px solid #ffffff4d;
  border-radius: .5rem;
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
  padding: .5rem 1rem;
  display: flex;
  position: relative;
}

.ms-vip-id {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(#fff3c2, #cea166);
  -webkit-background-clip: text;
  background-clip: text;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  font-family: Exo, sans-serif;
  font-weight: 700;
  display: flex;
  position: relative;
}

.ms-vip-id:hover {
  color: #ff6e0d;
}

.ms-vip-acc-wrap {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  margin-top: .5rem;
  font-weight: 400;
  display: flex;
}

.ms-vip-step-wrap {
  grid-column-gap: .2rem;
  grid-row-gap: .2rem;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  font-weight: 500;
  display: flex;
}

.ms-vip-btn {
  opacity: .95;
  color: #3a2b1b;
  text-align: center;
  text-transform: uppercase;
  cursor: pointer;
  background-image: linear-gradient(135deg, #ffffff4d 23%, #fff0 24%), linear-gradient(90deg, #fff0cf, #ffe1b9);
  border: 2px solid #fff3;
  border-radius: .5rem;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  min-width: 140px;
  margin-bottom: .2rem;
  padding: .6rem 1.5rem .5rem;
  font-family: Righteous, sans-serif;
  font-weight: 400;
  text-decoration: none;
  transition: all .2s;
  display: flex;
  position: relative;
  box-shadow: 0 4px 1px #e2c28b;
}

.ms-vip-btn:hover {
  opacity: 1;
  color: #3a2b1b;
  background-image: linear-gradient(135deg, #fff0 76%, #ffffff4d 77%), linear-gradient(90deg, #ffe1b9, #fff0cf);
  text-decoration: none;
  top: -2px;
}

.ms-vip-logo {
  max-width: 400px;
}

.ms-noti {
  z-index: 1;
  color: #fff;
  background-color: #383838;
  border-radius: 0 0 1rem 1rem;
  flex: 1;
  margin-top: -1.5rem;
  margin-bottom: 1rem;
  padding: .5rem 1rem;
}

.ms-ad {
  justify-content: center;
  align-items: center;
  width: 40px;
  min-width: 40px;
  height: 64px;
  display: flex;
}

@media screen and (min-width: 1920px) {
  .ms-section-main {
    max-width: 2560px;
    margin-left: auto;
    margin-right: auto;
  }

  .ms-main-content.ms-dashboard {
    grid-column-gap: 4rem;
  }

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

  .ms-form-wrap {
    max-width: 600px;
  }

  .ms-text-field-main {
    min-width: 500px;
  }

  .ms-convert-wrap {
    max-width: 600px;
  }

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

  .ms-module-wrap {
    max-width: 600px;
  }

  .ms-module-form.ms-survey-2560 {
    max-width: 2700px;
    margin-left: auto;
    margin-right: auto;
  }

  .ms-pp-wrap {
    flex: 0 auto;
    width: 100%;
    max-width: 2560px;
  }

  .ms-profile-info {
    max-width: 100%;
  }

  .ms-survey-grid {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  }

  .ms-module-form-fill-wrap {
    min-width: 1200px;
    max-width: 1600px;
  }
}

@media screen and (max-width: 991px) {
  .ms-main-content {
    flex-direction: column;
    align-items: center;
    padding-top: 1rem;
  }

  .ms-main-content.ms-dashboard {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    padding-left: 5%;
    padding-right: 5%;
  }

  .ms-main-content.ms-dashboard.ms-pf {
    padding-bottom: 0;
  }

  .ms-main-content.ms-dashboard-header {
    flex-direction: row;
    align-items: flex-start;
    padding-left: 5%;
    padding-right: 5%;
  }

  .ms-btn.ms-survey-btn {
    margin-bottom: -3rem;
  }

  .ms-btn.ms-survey-btn.inverse, .ms-btn.ms-survey-btn.survey-trigger {
    margin-bottom: 0;
  }

  .ms-bg-wrap {
    object-position: 70% 50%;
  }

  .ms-login {
    justify-content: center;
    align-items: center;
  }

  .ms-slider-c-wrap {
    max-width: 40vw;
  }

  .ms-dash-wrap {
    width: 100%;
  }

  .ms-dash-wrap.split {
    grid-column-gap: 16px;
    grid-row-gap: 1rem;
    flex-direction: column;
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .ms-dash-wrap.split-transc {
    grid-row-gap: 0px;
    flex-direction: column;
    display: flex;
  }

  .ms-convert {
    justify-content: center;
    align-items: center;
  }

  .ms-convert.dl {
    align-items: flex-end;
  }

  .ms-f-logo-wrap {
    margin-bottom: .5rem;
  }

  .ms-c-wrap {
    flex-direction: column;
    padding-top: 0;
  }

  .ms-f-logo {
    justify-content: center;
    align-items: center;
    width: 151px;
  }

  .ms-footer-main.s-f-m {
    flex-direction: column;
    display: flex;
  }

  .ms-nx-logo-wrap {
    justify-content: center;
    align-items: center;
    width: 120px;
    margin-left: 0;
    margin-right: 0;
    display: flex;
  }

  .ms-pp-logo-wrap {
    width: 120px;
  }

  .ms-f-logo-c-wrap {
    flex-direction: column;
    align-items: center;
    margin-top: 8px;
  }

  .ms-f-c-text {
    margin-top: 8px;
  }

  .ms-pp-top-wrap {
    padding-left: 5%;
    padding-right: 5%;
  }

  .ms-nav-pp-l {
    flex-direction: row;
    align-items: center;
    margin-top: 8px;
  }

  .ms-pp-logo {
    padding-top: 0;
  }

  .ms-rate {
    margin-top: 1rem;
  }

  .ms-div-split {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .ms-survey-grid {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .ms-module-form-fill-wrap {
    min-width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .ms-text-field {
    min-width: 100%;
  }

  .ms-text-field.m-p {
    height: 56px;
  }

  .ms-login-wrap {
    width: 100%;
    max-width: 500px;
  }

  .ms-bg-wrap {
    opacity: .2;
    object-position: 70% 50%;
  }

  .ms-text-field-main {
    min-width: 100%;
  }

  .ms-text-field-main.m-p {
    height: 56px;
  }

  .ms-dropdown {
    height: 56px;
    padding-left: .5rem;
    padding-right: .2rem;
  }

  .ms-main-wrap.m-acc {
    background-image: linear-gradient(#fef4e896, #fef4e896), url('../../images/v4/maplestory_icon.png');
    background-position: 0 0, 107% 110%;
  }

  .ms-game-acc {
    grid-column-gap: 8px;
    grid-row-gap: 1rem;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .ms-game-acc.account {
    grid-row-gap: 1rem;
  }

  .ms-maple-acc.ms-bal {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .ms-content-slide {
    width: 100%;
  }

  .ms-slider-img {
    width: 50%;
    max-width: 300px;
    height: 300px;
  }

  .ms-slider-c-wrap {
    max-width: 44vw;
  }

  .ms-buy-wrap {
    min-height: 90px;
    margin-top: 2rem;
  }

  .ms-convert {
    width: 100%;
    min-width: 0;
  }

  .ms-convert.dl {
    min-width: 180px;
  }

  .ms-convert-form {
    width: 100%;
    max-width: 500px;
  }

  .ms-module-main {
    width: 100%;
  }

  .ms-module {
    width: 100%;
    min-width: 0;
    max-width: 100%;
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .ms-module-wrap {
    width: 100%;
    max-width: 100%;
  }

  .ms-mudule-img {
    width: 100px;
    top: -1.1rem;
  }

  .ms-module-close {
    z-index: 3;
    border-radius: 8px;
    width: 40px;
    height: 40px;
    top: 0;
    left: 0;
  }

  .ms-f-c-text {
    padding-left: 0;
    padding-right: 0;
    line-height: 20px;
  }

  .ms-maple-acc-pw {
    width: 100%;
    max-width: 500px;
  }

  .ms-nav-btn {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .ms-pp-btn-wrap {
    flex-direction: row-reverse;
  }

  .ms-payment {
    width: 100%;
    max-width: 500px;
  }

  .ms-faq-arrow {
    width: 46px;
    min-width: 46px;
    height: 46px;
  }

  .ms-profile-info {
    grid-row-gap: 2rem;
    flex-direction: column;
  }

  .ms-transc {
    grid-row-gap: 2rem;
    flex-direction: column;
    overflow: auto;
  }

  .m-transac-title {
    grid-template-columns: minmax(80px, 1fr) minmax(130px, 1fr) minmax(130px, 1fr) minmax(80px, 1fr) 1fr;
  }

  .ms-cta-wrap {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    flex-direction: column;
    align-items: flex-start;
  }

  .ms-module-survey-wrap {
    width: 100%;
    max-width: 100%;
  }

  .ms-module-survey {
    width: 100%;
    min-width: 0;
    max-width: 100%;
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .ms-module-survey-main {
    width: 100%;
  }

  .ms-module-survey-close {
    z-index: 3;
    width: 40px;
    height: 40px;
    top: -2.3rem;
  }

  .ms-survey-grid {
    grid-template-columns: 1fr 1fr;
  }

  .ms-module-survey-form-main {
    width: 100%;
  }

  .ms-module-survey-form-fill {
    width: 100%;
    min-width: 0;
    max-width: 100%;
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .ms-module-form-fill {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
    display: flex;
  }

  .ms-module-form-fill-wrap {
    width: 100%;
    min-width: 100%;
    max-width: 100%;
  }

  .ms-module-form-fill-title, .ms-module-reward {
    position: relative;
  }

  .ms-module-reward-wrap {
    width: 100%;
    min-width: 0;
    max-width: 100%;
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .ms-module-reward-code {
    flex-flow: column;
  }

  .ms-survey-code-img {
    min-width: 72px;
  }

  .ms-module-survey-trigger {
    width: 100%;
  }

  .ms-survey-cta {
    grid-column-gap: .6rem;
    grid-row-gap: .6rem;
    flex-flow: column;
    display: flex;
  }

  .ms-module-survey-trigger-wrap {
    width: 100%;
    max-width: 100%;
  }

  .ms-module-trigger {
    width: 100%;
    min-width: 0;
    max-width: 100%;
    padding-bottom: 4rem;
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

@media screen and (max-width: 479px) {
  .ms-checkbox-wrap {
    display: flex;
  }

  .ms-checkbox-label.m-p-tiny {
    color: var(--dim-grey);
  }

  .ms-text-field {
    background-position: 12px;
    background-size: 12px 12px;
  }

  .ms-text-field.m-p {
    background-position: 16px;
    padding-left: 2.5rem;
  }

  .ms-form {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .ms-form.cash {
    align-items: stretch;
  }

  .ms-form.ms-acc-creation {
    align-items: flex-start;
  }

  .ms-form-block {
    width: 100%;
  }

  .ms-links-wrap {
    flex-direction: column;
    align-items: center;
    margin-top: 1rem;
  }

  .ms-login-wrap {
    text-align: center;
    justify-content: center;
    align-items: center;
    padding-bottom: 2.5rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .ms-login-wrap.cash {
    text-align: left;
  }

  .ms-main-content {
    padding-left: 4%;
    padding-right: 4%;
  }

  .ms-main-content.ms-dashboard.ms-pf {
    padding-right: 5%;
  }

  .ms-btn.cta {
    min-height: 80px;
  }

  .ms-login-links {
    flex-direction: column;
  }

  .ms-logo {
    max-width: 150px;
  }

  .ms-regis-btn-wrap {
    justify-content: space-between;
  }

  .ms-input-wrap.is-token {
    overflow: hidden;
  }

  .ms-token-input {
    letter-spacing: 30.5px;
    margin-left: 0;
    padding-left: 10px;
    font-size: 20px;
  }

  .ms-input.is-fake-token {
    width: 33.5px;
  }

  .ms-text-field-main {
    background-position: 12px;
    background-size: 12px 12px;
  }

  .ms-text-field-main.m-p {
    background-image: linear-gradient(to bottom, null, null);
    padding-left: .9rem;
  }

  .ms-step-wrap {
    justify-content: center;
    align-items: center;
  }

  .ms-notice {
    padding-top: .5rem;
    padding-bottom: .5rem;
  }

  .ms-forpw {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  .ms-dropdown {
    height: 56px;
  }

  .ms-email-wrap {
    flex-flow: row;
    width: 100%;
    display: flex;
  }

  .ms-main-wrap.m-profile-space {
    grid-row-gap: 0rem;
  }

  .ms-id-wrap.otp {
    flex-direction: column;
  }

  .ms-game-acc {
    grid-row-gap: 1rem;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .ms-game-acc.account {
    padding-top: 1rem;
    padding-bottom: 1rem;
    overflow: auto;
  }

  .ms-maple-acc {
    text-align: center;
    justify-content: center;
    min-width: 100%;
  }

  .ms-maple-acc.ms-bal {
    min-width: 100%;
  }

  .ms-content-slide {
    text-align: center;
    background-position: 50%;
    background-size: cover;
    flex-direction: column-reverse;
    justify-content: center;
    align-items: center;
    height: auto;
    padding: 0;
  }

  .ms-content-slide.igacha {
    background-image: url('../../images/v4/igacha-leaf.png'), radial-gradient(circle at 50% 100%, #cc0e11c9 54%, #fd6e30), url('../../images/v4/igacha-bg.jpg');
    background-position: 0%, 0 0, 100% 100%;
    background-repeat: repeat, repeat, repeat;
    background-size: 200%, auto, cover;
    background-attachment: scroll, scroll, scroll;
  }

  .ms-content-slide.vip {
    background-image: linear-gradient(#271d0796, #271d0796), url('../../images/v4/vipbg.jpg');
    background-position: 0 0, 0%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    flex-flow: column wrap;
    padding-top: 1.5rem;
    padding-bottom: 0;
  }

  .ms-slider-img {
    object-position: 50% 50%;
    width: 100%;
    max-width: 100%;
    height: 150px;
    position: relative;
    right: auto;
  }

  .ms-slide-tx-wrap {
    justify-content: flex-start;
    align-items: center;
  }

  .ms-slider-c-wrap {
    text-align: center;
    justify-content: flex-start;
    align-items: center;
    max-width: 100%;
    margin: 1.5rem;
  }

  .ms-convert.dl {
    display: none;
  }

  .ms-convert-form {
    text-align: center;
    justify-content: center;
    align-items: center;
    padding-bottom: 2.5rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .ms-module {
    padding-bottom: 2.5rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .ms-mudule-img {
    width: 80px;
    top: -.5rem;
  }

  .ms-f-c-text {
    min-width: 0;
  }

  .ms-dl-code {
    width: 100%;
  }

  .ms-pp-top-wrap {
    min-height: 100%;
    max-height: 100%;
  }

  .ms-effect {
    width: 180px;
    height: 50px;
  }

  .ms-pp-wrap {
    flex-direction: column;
  }

  .ms-nav-btn-wrap {
    align-content: center;
  }

  .ms-nav-btn {
    padding-left: .5rem;
    padding-right: .5rem;
  }

  .ms-nav-btn.btn {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .ms-pp-btn-wrap {
    flex-direction: row;
    flex: 1;
    justify-content: center;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }

  .ms-payment {
    text-align: center;
    justify-content: center;
  }

  .ms-pay-currency {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .ms-space {
    display: none;
  }

  .ms-faq-wrap {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .ms-faq-grid {
    grid-row-gap: 1.25rem;
  }

  .ms-faq-space {
    height: 30px;
  }

  .ms-profile-info, .ms-transc {
    justify-content: center;
  }

  .ms-tab-menu {
    justify-content: center;
    display: flex;
  }

  .ms-module-survey {
    padding-bottom: 8rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .ms-survey-grid {
    flex-flow: column;
    display: flex;
  }

  .ms-form-main-dropdown, .ms-form-main-textbox {
    width: 100%;
  }

  .ms-module-survey-form-fill, .ms-module-reward-wrap {
    padding-bottom: 8rem;
  }

  .ms-module-trigger {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .ms-vip-img-wrap {
    justify-content: center;
    align-items: flex-end;
    margin-bottom: 0;
    margin-right: auto;
  }

  .ms-vip-img1 {
    position: absolute;
    inset: auto 0% 0% 5rem;
    transform: rotateX(0)rotateY(180deg)rotateZ(0);
  }

  .ms-vip-img3 {
    position: absolute;
    inset: auto 5rem 0% auto;
  }

  .ms-vip-step-wrap {
    justify-content: center;
    align-items: center;
  }

  .ms-vip-logo {
    max-width: 90%;
  }

  .ms-noti {
    margin-top: -2.4rem;
  }

  .ms-ad {
    width: 32px;
    min-width: 32px;
    height: 56px;
  }
}

#w-node-_1149ea68-6746-3b18-c3b6-e82f771ddfb1-e9165fd1 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_4f84f286-1e19-9145-0b15-c47bd44d59cf-e9165fd1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-aa797ae6-1b7e-1729-219f-c419c9e1a68b-e9165fd1, #w-node-_7e0fe394-87df-ad34-42c4-a8d4fe52c6a2-e9165fd1 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_754cb9e1-ff2e-09d9-426f-486b130c1281-e9165fd1 {
  grid-area: 2 / 1 / 3 / 4;
}

#w-node-d2df9575-b572-554d-a349-7886e39371fc-e9165fd1 {
  grid-area: 1 / 4 / 2 / 6;
}

#w-node-_5492d18d-e967-c8cc-3de5-d868ce1bab4d-e9165fd1 {
  grid-area: 2 / 1 / 3 / 4;
}

#w-node-_5492d18d-e967-c8cc-3de5-d868ce1bab4f-e9165fd1 {
  grid-area: 3 / 1 / 4 / 2;
}

#w-node-_5492d18d-e967-c8cc-3de5-d868ce1bab6f-e9165fd1 {
  grid-area: 3 / 1 / 4 / 4;
}

#w-node-_5492d18d-e967-c8cc-3de5-d868ce1bab70-e9165fd1 {
  grid-area: 3 / 1 / 4 / 2;
}

#w-node-_5492d18d-e967-c8cc-3de5-d868ce1bab73-e9165fd1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5492d18d-e967-c8cc-3de5-d868ce1bab7a-e9165fd1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
}

#w-node-_5492d18d-e967-c8cc-3de5-d868ce1bab82-e9165fd1, #w-node-_5492d18d-e967-c8cc-3de5-d868ce1bab89-e9165fd1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5492d18d-e967-c8cc-3de5-d868ce1bab9d-e9165fd1 {
  grid-area: 3 / 4 / 7 / 6;
}

#w-node-aa797ae6-1b7e-1729-219f-c419c9e1a68b-4e96bfaa, #w-node-_7e0fe394-87df-ad34-42c4-a8d4fe52c6a2-4e96bfaa, #w-node-a420ba5a-8c1c-ebf3-779b-d45d9cad90fa-4e96bfaa {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_4fd8dcbc-1da0-2fd8-9c1e-70705811e3e1-4e96bfaa {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f02fe008-abd7-97fd-a57d-3373d1f120d4-4e96bfaa {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-f02fe008-abd7-97fd-a57d-3373d1f120e5-4e96bfaa {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-aa797ae6-1b7e-1729-219f-c419c9e1a68b-07441faf, #w-node-_7e0fe394-87df-ad34-42c4-a8d4fe52c6a2-07441faf {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_5492d18d-e967-c8cc-3de5-d868ce1bab4f-07441faf {
  grid-area: 3 / 1 / 4 / 2;
}

#w-node-_613aed88-076f-aa9c-cb3a-e6100475e831-07441faf {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_613aed88-076f-aa9c-cb3a-e6100475e833-07441faf {
  grid-area: 3 / 1 / 4 / 2;
}

#w-node-_013d1dd5-9571-34f1-9fd5-212900481687-07441faf {
  align-self: end;
}

#w-node-_013d1dd5-9571-34f1-9fd5-212900481689-07441faf, #w-node-_613aed88-076f-aa9c-cb3a-e6100475e85b-07441faf {
  grid-area: 3 / 1 / 4 / 2;
}

@media screen and (max-width: 991px) {
  #w-node-_5492d18d-e967-c8cc-3de5-d868ce1bab6f-e9165fd1, #w-node-_5492d18d-e967-c8cc-3de5-d868ce1bab90-e9165fd1, #w-node-_61f73eb5-2459-2de5-e75a-90ecdff5d52a-e9165fd1, #w-node-c2eedf5b-9e45-28cc-d4b7-cc9b0f47efe2-e9165fd1 {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_5492d18d-e967-c8cc-3de5-d868ce1bab73-e9165fd1, #w-node-_5492d18d-e967-c8cc-3de5-d868ce1bab81-e9165fd1 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_5492d18d-e967-c8cc-3de5-d868ce1bab73-e9165fd1 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_5492d18d-e967-c8cc-3de5-d868ce1bab7a-e9165fd1, #w-node-_25ef9e01-2475-b1bd-68fa-8974c1cc252d-e9165fd1 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: stretch;
  }

  #w-node-_5492d18d-e967-c8cc-3de5-d868ce1bab81-e9165fd1 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_5492d18d-e967-c8cc-3de5-d868ce1bab90-e9165fd1 {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }
}


