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

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

.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 {
  width: 12px;
  height: 12px;
  border: 1px solid #ccc;
  border-radius: 2px;
}

.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 {
  width: 18px;
  height: 18px;
  background-color: #fff;
  border-width: 1.5px;
  border-color: rgba(18, 19, 49, .25);
  border-radius: 33%;
  flex: none;
  margin-top: 0;
  margin-right: .4rem;
  transition: background-color .2s, border-color .2s;
}

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

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

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

.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 rgba(236, 236, 236, .34);
}

    .ms-btn.inverse:hover {
        border-color: #fff;
        box-shadow: 1px 6px rgba(255, 255, 255, .37);
    }

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

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

.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 {
  min-width: auto;
  text-align: right;
  background-image: none;
  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::-ms-input-placeholder {
  color: var(--dark-slate-grey);
}

.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 {
  width: 100%;
  grid-column-gap: 0em;
  grid-row-gap: 0em;
  background-color: #fff;
  border-radius: 1rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  padding: 2rem 3rem 4rem;
  display: flex;
  position: relative;
  box-shadow: 0 8px 20px 4px rgba(0, 0, 0, .2);
}

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

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

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

.ms-main-content.ms-dashboard {
  min-height: 0;
  grid-column-gap: 2rem;
  flex-direction: row;
  padding-top: 0;
}

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

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

.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%;
  height: 100%;
  min-width: 0;
  padding-bottom: 0;
  padding-left: 1rem;
  padding-right: 1rem;
  text-decoration: none;
}

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

.ms-login {
  z-index: 1;
  width: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  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 {
  height: 100%;
  max-width: none;
  min-height: 100vh;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.ms-regis-btn-wrap {
  height: 32px;
  grid-column-gap: 1rem;
  justify-content: flex-start;
  align-items: center;
  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-form-img {
  width: 100%;
  max-width: 881px;
  margin-bottom: -1rem;
}

.ms-form-wrap {
  max-width: 550px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  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;
  height: 50px;
  color: #000;
  text-align: left;
  letter-spacing: 35.5px;
  background-color: rgba(0, 0, 0, 0);
  border: 1px #000;
  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::-ms-input-placeholder {
  color: #6b7b8a;
  font-weight: 400;
}

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

.ms-input {
  min-height: 40px;
  color: #121331;
  background-color: #fff;
  border: 1px solid rgba(18, 19, 49, .25);
  border-radius: 5px;
  padding: 8px 12px;
  transition: box-shadow .2s, border-color .2s;
  position: relative;
  box-shadow: 0 5px 10px -5px rgba(0, 0, 0, .1);
}

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

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

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

.ms-input.is-fake-token {
  width: 40px;
  height: 50px;
  background-color: rgba(0, 0, 0, 0);
}

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

.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 {
  padding-right: 9.5rem;
}

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

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

.ms-step-wrap {
  flex-wrap: wrap;
  align-items: flex-start;
  margin-top: 1rem;
  font-weight: 500;
  display: flex;
}

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

.ms-step {
  width: 24px;
  height: 24px;
  background-color: var(--coral-2);
  color: #fff;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  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: rgba(0, 0, 0, .6);
  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;
  top: auto;
  bottom: 2rem;
  left: auto;
  right: auto;
  box-shadow: 1px 1px 5px rgba(255, 255, 255, .25), 0 10px 20px -5px rgba(45, 62, 80, .3);
}

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

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

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

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

.ms-email-wrap {
  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(rgba(254, 244, 232, .59), rgba(254, 244, 232, .59)), url('../images/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 {
  width: 100%;
  height: 48px;
  justify-content: space-between;
}

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

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

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

.ms-maple-acc {
  width: 100%;
  max-width: 270px;
  min-width: 250px;
  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;
  margin-bottom: .5rem;
  padding: 1.5rem 1rem;
  display: inline-block;
  position: relative;
  overflow: hidden;
  box-shadow: 0 8px 20px rgba(0, 0, 0, .02);
}

.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 {
  height: 100%;
  max-width: 100%;
  min-width: 140px;
  background-color: var(--dark-slate-grey);
  color: #fff;
  padding-left: 1rem;
  padding-right: 1rem;
  cursor: default;
 }

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

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

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

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

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

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

.ms-content-slide {
    /*width: 100%;
    height: 250px;
    grid-column-gap: 1rem;
    grid-row-gap: 0em;
    color: #fff;
    background-color: #291400;
    background-image: radial-gradient(circle at 100%, rgba(187, 112, 74, .46) 29%, #927cda), url('/images/V4/mspp-event-bg.jpg');
    background-position: 0 0, 50%;
    background-size: auto, auto;
    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;
    padding: 1.5rem 2rem;
    text-decoration: none;
    transition: all .2s;
    display: flex;
    position: relative;
    top: 0;
    overflow: hidden;*/ 
    grid-column-gap: 1rem;
    grid-row-gap: 0em;
    color: #fff;
    background-color: #291400;
    background-image: url('/images/V4/dreamerbgheart.jpg');
    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.igacha {
        background-color: #fce66c;
        background-image: url('/images/V4/igacha-leaf.png'), radial-gradient(circle at 100% 100%, rgba(253, 113, 47, 0), rgba(204, 14, 17, .81) 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:hover {
   color: #fff;
   text-decoration: none;
   box-shadow: 0 15px 20px rgba(0, 0, 0, .2);
}

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

.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 {
  max-width: 30vw;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

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

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

.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 {
  max-width: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

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

.ms-convert-form {
  width: 100%;
  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;
  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;
  top: auto;
  bottom: auto;
  left: 0%;
  right: auto;
}

.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 {
  width: 100%;
  color: var(--dim-grey);
  justify-content: space-between;
  display: flex;
}

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

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

.ms-conv-arrow {
  width: 100%;
  height: 32px;
  justify-content: center;
  align-items: center;
  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;
  height: 100%;
  align-items: flex-start;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 0%;
}

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

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

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

.ms-module-popup {
  /*z-index: 20;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: rgba(61, 61, 61, .59);
  display: flex;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 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-mudule-img {
  z-index: 2;
  object-fit: cover;
  object-position: 0% 50%;
  position: absolute;
  top: -1.5rem;
  bottom: auto;
  left: auto;
  right: 0;
}

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

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

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

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

.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;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

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

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

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

.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;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 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 {
  width: 80%;
  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;
  align-items: center;
  justify-items: center;
  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 {
  width: 100%;
  grid-column-gap: 1rem;
  grid-row-gap: 0em;
  background-color: #fff;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  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;
  max-height: 80px;
  max-width: 100%;
  min-height: 80px;
  background-color: #fff;
  margin-left: auto;
  margin-right: auto;
  padding-left: 8%;
  padding-right: 8%;
  display: flex;
  position: relative;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
  overflow: hidden;
  box-shadow: 0 0 20px rgba(0, 0, 0, .08);
}

.ms-effect {
  width: 230px;
  height: 59px;
  color: #fff;
  cursor: pointer;
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  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 {
  min-width: 80px;
  color: #26272d;
  border-right: 1px solid rgba(255, 110, 13, .28);
  justify-content: center;
  align-items: center;
  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 {
  width: 24px;
  justify-content: center;
  align-items: center;
  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 rgba(0, 0, 0, .02);
}

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

.ms-payment:active {
  background-image: url('../images/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;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

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

.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 {
  width: 50px;
  grid-column-gap: .5rem;
  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 rgba(97, 97, 97, .2);
  border-radius: 8px;
  padding: .2rem 1.5rem;
  overflow: hidden;
}

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

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

.ms-arrow {
  width: 20px;
  height: 20px;
  min-height: 20px;
  min-width: 20px;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  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 {
  width: 100%;
  height: 100%;
  max-width: 800px;
  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;
  padding: 1.5rem 1rem;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: 0 8px 20px rgba(0, 0, 0, .02);
}

.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 {
  width: 100%;
  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;
  padding: 1.5rem 1rem;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: 0 8px 20px rgba(0, 0, 0, .02);
}

.m-transac-title {
  width: 100%;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: var(--dim-grey);
  border-bottom: 1px solid rgba(97, 97, 97, .15);
  grid-template-rows: auto;
  grid-template-columns: minmax(80px, 1fr) minmax(130px, 1fr) minmax(130px, 1fr) 1fr 1fr;
  grid-auto-columns: 1fr;
  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;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.div-block {
  width: 100%;
  height: 2px;
}

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

@media screen and (min-width: 1920px) {
.ms-survey-grid {
        grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
}

  .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-pp-wrap {
    width: 100%;
    max-width: 2560px;
    flex: 0 auto;
  }

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

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

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

  .ms-main-content.ms-dashboard {
    flex-direction: column;
    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-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 {
    width: 151px;
    justify-content: center;
    align-items: center;
  }

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

  .ms-nx-logo-wrap {
    width: 120px;
    justify-content: center;
    align-items: center;
    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;
  }

  .ns-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-module-survey-wrap {
        width: 100%;
        max-width: 100%;
    }

    .ms-module-survey {
        width: 100%;
        max-width: 100%;
        min-width: 0;
        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%;
        max-width: 100%;
        min-width: 0;
        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%;
        max-width: 100%;
        min-width: 100%;
    }

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

    .ms-module-reward-wrap {
        width: 100%;
        max-width: 100%;
        min-width: 0;
        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%;
        max-width: 100%;
        min-width: 0;
        padding-bottom: 4rem;
        padding-left: 2rem;
        padding-right: 2rem;
    }

  .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-text-field-main.m-p.email {
    padding-right: 8.5rem;
  }

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

  .ms-main-wrap.m-acc {
    background-image: linear-gradient(rgba(254, 244, 232, .59), rgba(254, 244, 232, .59)), url('../images/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%;
    height: 300px;
    max-width: 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%;
    max-width: 100%;
    min-width: 0;
    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;
    width: 40px;
    height: 40px;
    border-radius: 8px;
    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;
    height: 46px;
    min-width: 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;
  }
}

@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: 40px;
    margin-top: .5rem;
  }

  .ms-email-wrap {
    width: 100%;
    flex-direction: column;
    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 {
    min-width: 100%;
    text-align: center;
    justify-content: center;
  }

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

  .ms-content-slide {
    height: auto;
    text-align: center;
    flex-direction: column-reverse;
    justify-content: center;
    align-items: center;
    padding: 0;
  }

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

  .ms-slider-c-wrap {
    max-width: 100%;
    text-align: left;
    justify-content: flex-start;
    align-items: flex-start;
    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 {
    max-height: 100%;
    min-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;
    }
}

#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-d868ce1bab7a-e9165fd1, #w-node-_25ef9e01-2475-b1bd-68fa-8974c1cc252d-e9165fd1 {
    align-self: stretch;
}

#w-node-_5492d18d-e967-c8cc-3de5-d868ce1bab81-e9165fd1, #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-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;
    }
}



