/* 33 */
@font-face {
  font-family: Esamanru;
  src: url('../fonts/esamanru-Bold.ttf') format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Esamanru;
  src: url('../fonts/esamanru-Medium.ttf') format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Esamanru;
  src: url('../fonts/esamanru-Light.ttf') format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 38px;
  font-weight: bold;
  line-height: 44px;
}

label {
  margin-bottom: 5px;
  font-weight: bold;
  display: block;
}

.ms-nav-pp-link {
  justify-content: center;
  align-items: center;
  width: 5vw;
  min-width: 140px;
  display: flex;
}

.ms-pp-svg {
  color: #fff;
}

.pre-logo {
  z-index: 3;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.pre-main {
  z-index: 1;
  width: 100%;
  position: relative;
  overflow: hidden;
}

.pre-body {
  color: #292929;
  background-color: #140833;
  font-family: Esamanru, Arial, sans-serif;
}

.pre-main-wrap {
  z-index: 3;
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  background-image: radial-gradient(circle, #07001b66, #07001b), url('../images/a_bg_1.avif');
  background-position: 0 0, 50% 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  border-top-left-radius: 2rem;
  border-top-right-radius: 2rem;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  padding: 6rem 2rem 8rem;
  display: flex;
  position: relative;
}

.ms-wrap {
  color: #333;
  border-radius: 100px;
  justify-content: flex-start;
  align-items: center;
  width: 48px;
  height: 100%;
  padding: .5rem .8rem;
  font-size: 20px;
  text-decoration: none;
  transition: all .4s;
  display: flex;
}

.ms-wrap:hover {
  opacity: 1;
  color: #4404be;
}

.ms-wrap.hide.x {
  width: 44px;
}

.pre-cta {
  z-index: 2;
  color: #2b1d47;
  text-transform: uppercase;
  background-image: url('../images/a_bg_1.avif');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: 500px;
  border-bottom: 5px solid #0000001a;
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  height: 48px;
  margin-left: auto;
  margin-right: auto;
  padding: .8rem 2.5rem .6rem;
  font-weight: 500;
  text-decoration: none;
  transition: all .2s ease-in-out;
  display: flex;
  position: relative;
  bottom: 0;
  overflow: hidden;
}

.pre-cta:hover {
  outline-offset: -1px;
  bottom: 2px;
  overflow: hidden;
  transform: scale(1.05);
}

.pre-cta.topcta {
  height: 40px;
  padding: .3rem 2rem .1rem;
}

.pre-cta.inverse {
  outline-offset: 0px;
  outline: .15rem solid #2b1d4796;
}

.ms-nav-pp-link-2 {
  justify-content: flex-start;
  align-items: center;
  width: 150px;
  transition: all .4s;
  display: flex;
}

.pre-cta-wrap {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  align-items: center;
  display: flex;
}

.ms-pp-sns-wrap {
  align-self: center;
  height: 100%;
  display: flex;
}

.ms-p-tiny {
  z-index: 9;
  position: relative;
}

.ms-nav-cta {
  color: #26272d;
  min-width: 80px;
  margin-right: -1.5rem;
  padding: .5rem 1.4rem;
  font-weight: 500;
  text-decoration: none;
  transition: all .4s;
}

.ms-nav-cta:hover {
  color: #4404be;
  bottom: 2px;
}

.ms-nav-cta.w--current {
  opacity: 1;
}

.ms-pp-wrap {
  flex: 1;
  justify-content: space-between;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.ms-sns-wrap {
  z-index: 2;
  justify-content: space-between;
  align-self: center;
  align-items: center;
  height: 100%;
  display: flex;
  position: relative;
}

.ms-pp-svg-2 {
  height: 28px;
}

.ms-top-wrap {
  z-index: 99;
  background-color: #fff;
  border-radius: 0 0 2rem 2rem;
  max-width: 100%;
  height: 64px;
  margin-bottom: -63px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 2rem;
  padding-right: 2rem;
  transition: height .4s;
  display: flex;
  position: absolute;
  inset: 0% 0% auto;
  overflow: hidden;
  box-shadow: 0 0 30px #00000029;
}

.ms-nxlogo-svg {
  width: 80px;
  height: 24px;
}

.ms-f-main {
  z-index: 999;
  color: #fff;
  background-image: none;
  width: 100%;
  position: absolute;
  inset: auto 0% 0%;
}

.ms-nx-logo {
  justify-content: center;
  align-items: center;
  margin-left: 1rem;
  margin-right: 1rem;
  display: flex;
}

.ms-f-text {
  z-index: 4;
  opacity: .8;
  min-width: 420px;
  padding-left: 1rem;
  padding-right: 1rem;
  position: relative;
}

.ms-f-logo {
  max-width: 155px;
  display: flex;
}

.ms-pp-logo {
  margin-left: 1rem;
  margin-right: 1rem;
}

.ms-f-logos {
  display: flex;
}

.ms-f-wrap {
  z-index: 11;
  text-align: center;
  justify-content: center;
  align-items: center;
  padding: 2.5rem 2rem;
  display: flex;
}

.ms-f-line {
  opacity: .3;
  background-color: #fff;
  width: 1px;
  height: 32px;
}

.ms-pp-svg-3 {
  height: 28px;
}

.ms-h3 {
  font-weight: 700;
}

.pre-f-title {
  flex-flow: column;
  max-width: 800px;
  margin-bottom: .5vw;
  display: flex;
  position: relative;
}

.pre-f-desc {
  opacity: .9;
}

.pre-cta-img {
  z-index: 1;
  width: 500px;
  max-width: 500px;
  position: absolute;
}

.pre-gradient {
  z-index: 1;
  background-image: linear-gradient(#fff0, #281659);
  width: 100%;
  height: 35%;
  position: absolute;
  inset: auto 0% 0%;
}

.ms-highlight {
  color: #181818;
  background-image: linear-gradient(#ffffff80, #ffffff80), url('../images/a_bg_1.avif');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  border: 2px solid #ffffff80;
  border-radius: 100rem;
  margin-left: -.1rem;
  margin-right: -.1rem;
  padding-left: .5rem;
  padding-right: .5rem;
  display: inline-flex;
}

.c-btn-nav {
  cursor: pointer;
  background-color: #000c;
  border: 1px solid #9e9e9e4d;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  display: flex;
  position: absolute;
  inset: 14px auto auto -46px;
}

.pre-form-main {
  z-index: 3;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  background-color: #000000b3;
  background-image: linear-gradient(135deg, #fff, #ffffff96), url('../images/a_bg_1.avif');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  border: 1px solid #9e9e9e4d;
  border-radius: 0 1rem 1rem 0;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 650px;
  padding: 1.5rem 3rem 2rem 4rem;
  font-weight: 400;
  display: flex;
  position: relative;
  box-shadow: 4px 4px 20px #00000014;
}

.pre-form-main.success {
  text-align: center;
  justify-content: center;
  align-items: center;
}

.pre-bg {
  z-index: 1;
  position: absolute;
  inset: -9.1rem -11rem auto auto;
}

.pre-bg.mh {
  width: 48vw;
  max-width: 574px;
  margin-top: 4rem;
  margin-right: -13.9rem;
  position: absolute;
  top: auto;
  right: auto;
}

.pre-bg.mb {
  display: none;
}

.p-f-text {
  color: #292929;
  background-color: #fff;
  border-radius: .5rem;
  height: 100%;
  min-height: 56px;
  margin-bottom: 0;
  padding: .5rem 1rem;
}

.p-f-text:hover, .p-f-text:focus {
  border: 1px solid #000;
}

.pre-f-wrap {
  grid-column-gap: 1.5vw;
  grid-row-gap: 1.5vw;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.pre-form {
  width: 100%;
}

.p-f-field {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  text-align: left;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: minmax(170px, .25fr) 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  place-items: flex-start stretch;
  width: 100%;
  display: flex;
}

.pre-logo-div {
  z-index: 2;
  position: relative;
}

.pre-logo-main {
  z-index: 12;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  font-family: Esamanru, Arial, sans-serif;
  display: flex;
  position: relative;
}

.pre-illus-wrap {
  z-index: 4;
  background-image: url('../images/a_bg_dark.avif');
  background-position: 0 0;
  background-size: auto;
  border: 1px solid #9e9e9e4d;
  border-radius: 1rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 30vw;
  min-width: 300px;
  max-width: 400px;
  min-height: 200px;
  margin-right: -1rem;
  padding-top: 2rem;
  padding-left: 2rem;
  padding-right: 2rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.pre-f-select {
  color: #292929;
  background-color: #fff;
  background-image: url('../images/arrow.svg');
  background-position: 98%;
  background-repeat: no-repeat;
  background-size: auto;
  border-radius: .5rem;
  height: 100%;
  min-height: 56px;
  margin-bottom: 0;
  padding: .5rem 1rem;
}

.pre-f-select:hover, .pre-f-select:focus {
  border: 1px solid #000;
}

.pre-content-main {
  justify-content: center;
  align-items: stretch;
  width: 90%;
  max-width: 1200px;
  min-height: 600px;
  display: flex;
}

@media screen and (min-width: 1920px) {
  .ms-nav-pp-link {
    width: 3vw;
  }

  .pre-cta {
    height: 56px;
  }

  .pre-cta.topcta:hover {
    padding-left: 2rem;
  }

  .pre-f-title {
    max-width: 1600px;
    margin-bottom: .5vw;
  }

  .pre-form-main {
    max-width: 700px;
  }

  .pre-f-wrap.ms-p-tiny {
    grid-column-gap: 1vw;
    grid-row-gap: 1vw;
  }
}

@media screen and (max-width: 991px) {
  .ms-nav-pp-link {
    min-width: 120px;
  }

  .pre-logo {
    width: 61%;
    min-width: 330px;
    max-width: 450px;
    margin-right: auto;
  }

  .pre-main-wrap {
    padding-bottom: 10rem;
  }

  .ms-wrap {
    font-size: 20px;
  }

  .pre-cta.inverse {
    margin-left: 0;
  }

  .ms-nx-logo {
    justify-content: center;
    align-items: center;
    width: 120px;
    margin-left: 0;
    margin-right: 0;
    display: flex;
  }

  .ms-f-text {
    margin-top: 8px;
  }

  .ms-f-logo {
    justify-content: center;
    align-items: center;
    width: 151px;
  }

  .ms-pp-logo {
    width: 120px;
  }

  .ms-f-logos {
    margin-bottom: .5rem;
  }

  .ms-f-wrap {
    flex-direction: column;
  }

  .pre-form-main {
    border-radius: 1rem;
    min-width: 100%;
    max-width: 100%;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .pre-bg {
    right: -13.9rem;
  }

  .pre-bg.mh {
    width: 53vw;
    margin-right: 0;
    top: auto;
    right: -12rem;
  }

  .pre-illus-wrap {
    z-index: 1;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    justify-content: center;
    align-items: center;
    width: 95%;
    max-width: 100%;
    margin-bottom: -.2rem;
    margin-right: 0;
    padding-top: 0;
  }

  .pre-content-main {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    min-height: 0;
  }
}

@media screen and (max-width: 767px) {
  .ms-nav-pp-link {
    min-width: 120px;
  }

  .pre-logo {
    width: 60%;
    min-width: 240px;
    max-width: 320px;
  }

  .ms-wrap {
    opacity: 1;
  }

  .ms-wrap.hide {
    width: 0;
    padding: 0;
    display: flex;
  }

  .ms-wrap.hide.x {
    width: 0;
  }

  .pre-cta {
    height: 40px;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .pre-cta.topcta {
    height: 32px;
    padding: .2rem 1rem 0;
  }

  .ms-nav-cta {
    padding-bottom: .4rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .ms-sns-wrap {
    margin-left: 16px;
    margin-right: 0;
  }

  .ms-top-wrap {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .ms-f-text {
    padding-left: 0;
    padding-right: 0;
    line-height: 20px;
  }

  .ms-highlight {
    border-width: 1px;
    padding-left: .3rem;
    padding-right: .3rem;
  }

  .pre-bg {
    width: 64vw;
    max-width: 400px;
    inset: auto -12rem auto auto;
  }

  .pre-bg.mh {
    width: 58vw;
    min-width: 310px;
  }

  .pre-f-wrap.ms-p-tiny {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
  }

  .pre-form {
    width: 100%;
  }

  .p-f-field {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    display: flex;
  }

  .pre-illus-wrap {
    min-width: auto;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .pre-f-select {
    background-position: 96%;
    background-size: auto;
  }
}

@media screen and (max-width: 479px) {
  .ms-nav-pp-link {
    width: 24vw;
    min-width: 80px;
  }

  .pre-logo {
    width: 80%;
    min-width: 190px;
    margin-bottom: 1.5rem;
    margin-left: auto;
    margin-right: auto;
  }

  .pre-main-wrap {
    border-top-left-radius: 1.5rem;
    border-top-right-radius: 1.5rem;
  }

  .ms-wrap {
    width: 45px;
  }

  .ms-wrap.hide {
    display: none;
  }

  .pre-cta {
    width: 100%;
  }

  .pre-cta.topcta {
    display: none;
  }

  .ms-nav-pp-link-2 {
    width: 0;
  }

  .pre-cta-wrap {
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .ms-pp-sns-wrap {
    flex-direction: row;
    flex: 1;
    justify-content: space-between;
  }

  .ms-nav-cta {
    margin-right: 0;
  }

  .ms-sns-wrap {
    margin-left: 0;
  }

  .ms-top-wrap {
    border-bottom-right-radius: 1.5rem;
    border-bottom-left-radius: 1.5rem;
    height: 48px;
    padding-left: .5rem;
    padding-right: 1rem;
  }

  .ms-f-text {
    min-width: 0;
  }

  .pre-f-title {
    text-align: center;
    justify-content: flex-start;
    align-items: center;
    width: 95%;
  }

  .c-btn-nav {
    top: auto;
    bottom: 15%;
    left: -3rem;
  }

  .pre-form-main {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .pre-bg {
    width: 80vw;
    min-width: 350px;
    max-width: 450px;
    margin-left: 6.8rem;
    top: 0;
    right: auto;
  }

  .pre-bg.mh {
    display: none;
  }

  .pre-bg.mb {
    display: block;
  }

  .pre-f-wrap.ms-p-tiny {
    text-align: center;
    justify-content: flex-start;
    align-items: center;
  }

  .pre-illus-wrap {
    min-height: 120px;
    margin-top: 8rem;
    padding-top: 1rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .pre-f-select {
    background-size: 13px;
  }
}

#country.w-node-_51bea5e5-678c-4420-33f9-aed0f52a1a1f-40fcf8ca {
  grid-area: span 1 / span 1 / span 1 / span 1;
}


@font-face {
  font-family: 'Esamanru';
  src: url('../fonts/esamanru-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Esamanru';
  src: url('../fonts/esamanru-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Esamanru';
  src: url('../fonts/esamanru-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}


/*! CSS Used from: http://127.0.0.1:60767/css/components.css */
*{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;}
.w-inline-block{max-width:100%;/* display:inline-block; */}
.w-embed:before,.w-embed:after{content:" ";display:table;grid-column-start:1;grid-row-start:1;grid-column-end:2;grid-row-end:2;}
.w-embed:after{clear:both;}
/*! CSS Used from: http://127.0.0.1:60767/css/prereg.css */
.ms-wrap{color:#333;border-radius:100px;justify-content:flex-start;align-items:center;width:48px;height:100%;padding:.5rem .8rem;font-size:20px;text-decoration:none;transition:all .4s;display:flex;}
.ms-wrap:hover{opacity:1;color:#4404be;}
.ms-wrap.hide.x{width:44px;}
.ms-sns-wrap{z-index:2;justify-content:space-between;align-self:center;align-items:center;height:100%;display:flex;position:relative;}
@media screen and (max-width: 991px){
.ms-wrap{font-size:20px;}
}
@media screen and (max-width: 767px){
.ms-wrap{opacity:1;}
.ms-wrap.hide{width:0;padding:0;display:flex;}
.ms-wrap.hide.x{width:0;}
.ms-sns-wrap{margin-left:16px;margin-right:0;}
}
@media screen and (max-width: 479px){
.ms-wrap{width:45px;}
.ms-wrap.hide{display:none;}
.ms-sns-wrap{margin-left:0;}
}

.ms-wrap:hover .ms-sns-i img {
    filter: brightness(0) saturate(100%) invert(11%) sepia(97%) saturate(6835%) hue-rotate(262deg) brightness(91%) contrast(126%);
}