:root {
  --efe7c2: #efe7c2;
  --cbbe91: #cbbe91;
  --e2e7ee: #e2e7ee;
  --f2f0eb: #f2f0eb;
  --2e5d9f: #2e5d9f;
  --ffffff: #fff;
  --d0e4fb: #d0e4fb;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

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

.w-form-formradioinput--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 50%;
  width: 12px;
  height: 12px;
}

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

.w-form-formradioinput--inputType-custom.w--redirected-checked {
  border-width: 4px;
  border-color: #3898ec;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

body {
  color: #333;
  background-color: #e9e9e9;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 38px;
  font-weight: 700;
  line-height: 46px;
}

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

h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 500;
  line-height: 30px;
}

h4 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 500;
  line-height: 24px;
}

label {
  margin-bottom: 0;
  font-weight: 400;
  display: block;
}

.section {
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
}

.section.footer {
  padding-bottom: 20px;
}

.container {
  max-width: 1440px;
  padding-left: 20px;
  padding-right: 20px;
}

.container._0-padding {
  padding-left: 0;
  padding-right: 0;
}

.container.bg {
  background-image: linear-gradient(#efe7c2, #cbbe91);
}

.container.gold-bg {
  background-color: #ee5858;
  background-image: linear-gradient(135deg, var(--efe7c2), var(--cbbe91));
}

.container.blue-bg {
  background-color: var(--e2e7ee);
}

.container.brown-bg {
  background-color: #b19679;
  background-image: linear-gradient(#b39679, #c8ae95);
}

.top-header-block {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  color: #fff;
  background-color: #627545;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  padding: 20px;
  line-height: 140%;
  display: flex;
}

.top-header-block.black {
  color: #000;
}

.body {
  background-color: var(--f2f0eb);
  color: #363636;
  letter-spacing: 2px;
  font-family: Zen Kaku Gothic New, sans-serif;
  font-size: 16px;
}

.even-padding-b {
  justify-content: center;
  align-items: center;
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
}

.even-block {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  color: #ccbf92;
  background-image: linear-gradient(135deg, #fcfcf4, #ede5cd);
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 1080px;
  padding: 40px 20px;
  display: flex;
}

.even-title-b {
  color: #fff;
  background-color: #ccbf92;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  padding: 10px 20px;
  font-size: 32px;
  font-weight: 500;
  line-height: 100%;
  display: flex;
}

.even-inner-b {
  text-align: left;
}

.padding-b {
  justify-content: center;
  align-self: stretch;
  align-items: center;
  width: 100%;
  padding-top: 30px;
  padding-bottom: 30px;
  display: flex;
}

.padding-b.form {
  flex-flow: column;
  width: 100%;
  display: flex;
}

.padding-b._100vw {
  width: 100%;
}

.title-header-block {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  color: #363636;
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding: 30px 20px;
  font-size: 24px;
  line-height: 140%;
  display: flex;
}

.title-header-block.black {
  color: #000;
}

.inner-even-row {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  color: #4f86c6;
  flex-flow: row;
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  height: 100%;
  padding: 20px 0;
  display: flex;
}

.inner-even-row.gold-bg {
  background-image: linear-gradient(180deg, var(--efe7c2), var(--cbbe91));
  border-width: 0;
}

.register-now-bnt {
  background-color: var(--2e5d9f);
  color: var(--ffffff);
  border-radius: 50px;
  margin-top: -23px;
  padding: 15px 40px;
  line-height: 16px;
  text-decoration: none;
  display: none;
  position: absolute;
  transform: translate(0, -80%);
}

.register-now-bnt.desktop {
  margin-top: 0;
  font-size: 18px;
  line-height: 18px;
  display: flex;
  position: relative;
  transform: none;
}

.text-black {
  color: #363636;
}

.text-align-left.black {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: #363636;
  flex-flow: column;
  display: flex;
}

.text-align-left.black._12px {
  font-size: 12px;
}

.text-align-left.full {
  width: 100%;
}

.text-align-center {
  text-align: center;
  margin-bottom: 0;
}

.text-align-center.black {
  color: #000;
}

.text-align-center.bottom-30px {
  max-width: 1080px;
  margin-bottom: 30px;
  margin-left: auto;
  margin-right: auto;
}

.blue-dot-line {
  border: 1px dashed var(--2e5d9f);
  width: 100%;
  height: 1px;
}

.blue-dot-line._10-margin {
  margin-top: 10px;
  margin-bottom: 10px;
}

.image-block-row {
  display: flex;
}

.image-block-row._120h {
  max-height: 120px;
}

.mini-text {
  font-size: 12px;
}

.even2-info-text-image {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: #363636;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.image-b._200h {
  height: 200px;
}

.image-b._30pw {
  min-width: 30%;
  max-width: 40%;
}

.form-main-b {
  background-color: var(--ffffff);
  padding: 20px;
}

.form-title-b {
  display: flex;
}

.form-title {
  width: 100%;
  margin-bottom: 40px;
  padding: 20px;
}

.even-form {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  display: flex;
}

.even-form-col {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-start;
  align-items: center;
  width: 50%;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.even-field {
  background-color: #e2e7ee;
  border: 0 solid #000;
  border-radius: 5px;
  margin-bottom: 0;
}

.even-field.gorw {
  flex: 1;
}

.even-field.date {
  background-image: url('../images/date.svg');
  background-position: 10px;
  background-repeat: no-repeat;
  background-size: auto;
  padding-left: 42px;
}

.labels {
  width: 100px;
  min-width: 100px;
}

.even-checkbox-field {
  margin-bottom: 0;
  font-size: 16px;
}

.even-checkbox-field._12px {
  font-size: 12px;
}

.form-inner-title {
  margin-top: 10px;
}

.checkbox-other {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.list-row {
  flex-flow: row;
  display: flex;
}

.list-col.title {
  width: 20%;
  min-width: 20%;
}

.lisr-text-b {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-flow: column;
  display: flex;
}

.form-tabs-menu {
  grid-column-gap: 1px;
  grid-row-gap: 1px;
  background-color: var(--2e5d9f);
  margin-bottom: 0;
  display: flex;
}

.form-tab-link {
  color: #595757;
  text-align: center;
  background-color: #e2e7ee;
  width: 50%;
  font-weight: 700;
}

.form-tab-link.w--current {
  border-bottom: 1px solid var(--2e5d9f);
  background-color: var(--e2e7ee);
  color: var(--2e5d9f);
}

.tab-inner-block {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: var(--e2e7ee);
  flex-flow: column;
  padding: 20px;
  display: flex;
}

.date-field {
  background-image: url('../images/date-icon.svg');
  background-position: 10px;
  background-repeat: no-repeat;
  background-size: auto;
  border: 0 solid #000;
  border-radius: 5px;
  margin-bottom: 0;
  padding-left: 40px;
}

.date-field.gorw {
  flex: 1;
}

.date-field.date {
  background-image: url('../images/date.svg');
  background-position: 10px;
  background-repeat: no-repeat;
  background-size: auto;
  padding-left: 42px;
}

.time-field {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  display: flex;
}

.time-button {
  background-color: var(--ffffff);
  color: #2f333f;
  text-align: center;
  cursor: pointer;
  border: 1px solid #2f333f;
  border-radius: 5px;
  padding: 15px;
  font-size: 20px;
  line-height: 140%;
  position: relative;
}

.time-button:active, .time-button:focus, .time-button.active-style {
  background-color: var(--2e5d9f);
  color: var(--ffffff);
}

.time-button-b {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.from-btn {
  background-color: var(--2e5d9f);
  color: var(--ffffff);
  border-radius: 50px;
  padding: 15px 40px;
  line-height: 16px;
  text-decoration: none;
}

.from-btn-b {
  justify-content: center;
  align-items: center;
  display: flex;
}

.inner-even-title {
  color: var(--ffffff);
  background-color: #b39679;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  padding: 10px 40px;
  display: flex;
}

.inner-even-title.gold {
  background-color: #ccbf92;
  border-radius: 10px;
  padding-left: 60px;
  padding-right: 60px;
}

.set-image-b {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: var(--ffffff);
  white-space: nowrap;
  flex-flow: row;
  flex: 1;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 10px;
  display: flex;
}

.set-image-b.flex-h {
  flex-flow: row;
}

.set-image-b.gift {
  border: 3px solid #4f86c6;
  border-radius: 10px;
  flex-flow: row;
  justify-content: center;
  align-items: flex-end;
  position: relative;
}

.pop-set-main-image {
  object-fit: contain;
  max-width: 110px;
  max-height: 190px;
}

.pop-set-main-img-b {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  font-size: 12px;
  line-height: 14px;
  display: flex;
}

.pop-set-main-img-b.gift {
  background-color: #ededed;
  border: 3px solid #4f86c6;
  border-radius: 10px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  padding: 10px;
}

.pop-set-main-img-b.gift._02 {
  flex-flow: column;
}

.pop-set-main-img-b._50 {
  width: 50%;
}

.pop-set-main-img-b.img-h-center {
  justify-content: center;
  align-self: stretch;
  align-items: center;
}

.pop-set-main-img-b._33-33 {
  width: 33.33%;
}

.pop-set-main-img-b.horizontal {
  flex-flow: row;
}

._24text-h {
  line-height: 24px;
}

.pop-set-sub-b {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.pop-set-main-img-col {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: row;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  display: flex;
}

.pop-set-main-img-col._50 {
  width: 50%;
}

.pop-set-sub-image {
  width: 90px;
}

.pop-set-sub-image._135 {
  object-fit: contain;
  width: 135px;
  max-height: 150px;
}

.pop-set-sub-image.gift {
  object-fit: contain;
  width: 90px;
  max-height: 110px;
}

.pop-set-sub-image.gift._3in1 {
  flex: none;
  width: 36px;
}

.pop-set-sub-image.gift-2 {
  object-fit: contain;
  width: 120px;
  max-height: 140px;
}

.pop-set-main-img-row {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  color: #fff;
  background-color: #b39679;
  border-radius: 20px;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  padding: 10px;
  display: flex;
  position: relative;
}

.pop-set-main-img-row.sub {
  border: 2px solid var(--f2f0eb);
  background-color: #b3967900;
  border-radius: 20px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding: 10px;
}

.pop-set-main-img-row-title {
  background-color: #b39679;
  padding: 5px 10px;
  position: absolute;
  top: -17px;
  left: 50%;
  transform: translate(-50%);
}

.pop-set-main-img-row-inner {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  display: flex;
}

.even-row {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  display: flex;
}

.inner-even-b-inner {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.inner-even-b-inner.full {
  width: 100%;
}

.even-form-row {
  grid-row-gap: 10px;
  flex-flow: wrap;
  margin-left: -20px;
  margin-right: -20px;
  display: flex;
}

.main-img {
  width: 33.33%;
}

.top-banner-image-m {
  width: 100%;
  display: none;
}

.top-banner-image-ds {
  width: 100%;
  display: block;
}

.black-link-text {
  color: #363636;
  text-decoration: none;
  transition: color .8s;
}

.black-link-text:hover {
  color: var(--2e5d9f);
}

.tnc-b {
  flex-flow: column;
  font-size: 12px;
  display: flex;
}

.tnc-list {
  margin-bottom: 0;
  padding-left: 20px;
}

.text-blue {
  color: var(--2e5d9f);
  font-weight: 700;
}

.footer-b {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  margin-bottom: 40px;
  display: flex;
}

.footer-link {
  color: var(--ffffff);
  text-decoration: underline;
}

.tnc-pop-b {
  z-index: 2;
  opacity: 0;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: #4d4d4d99;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  padding: 5vh 5vw;
  display: none;
  position: fixed;
}

.tnc-pop-tca-b {
  background-color: var(--ffffff);
  border-radius: 20px;
  max-height: 100%;
  padding: 40px 20px 20px;
  display: none;
  position: relative;
}

.tnc-pop-text-b {
  padding-bottom: 40px;
  overflow: auto;
}

.close-bnt-b {
  width: 50px;
  height: 50px;
  margin-top: -15px;
  margin-right: -15px;
  display: flex;
  position: absolute;
  inset: 0% 0% auto auto;
}

.tnc-pop-tca-b-copy {
  background-color: var(--ffffff);
  border-radius: 20px;
  max-height: 100%;
  padding: 40px 20px 20px;
  display: flex;
  position: relative;
}

.tnc-pop-pdcs-b, .tnc-pop-pp-b {
  background-color: var(--ffffff);
  border-radius: 20px;
  max-height: 100%;
  padding: 40px 20px 20px;
  display: none;
  position: relative;
}

.top-banner-image-b {
  position: relative;
}

.top-banner-text-b {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  height: 100%;
  color: var(--ffffff);
  text-align: left;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
  position: absolute;
  inset: 0% 0% auto;
}

.top-banner-logo-b {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  justify-content: center;
  align-items: center;
  height: 30px;
  display: flex;
}

.top-banner-logo {
  height: 100%;
}

.top-banner-logo-text {
  color: var(--ffffff);
  font-size: 25px;
  font-weight: 500;
  line-height: 25px;
}

.top-banner-title {
  text-shadow: 0 0 10px #0000008c;
  font-weight: 400;
}

.text-block {
  border: 1px solid var(--ffffff);
  padding-top: 10px;
  padding-bottom: 10px;
}

.even2-info-text-b {
  flex-flow: column;
  display: flex;
}

.no-letter {
  letter-spacing: 0;
}

.link-text {
  color: var(--2e5d9f);
}

.gift-icon-b {
  aspect-ratio: auto;
  width: 60px;
  min-width: 60px;
  max-width: 60px;
  height: 60px;
  min-height: 60px;
  max-height: 60px;
  color: var(--ffffff);
  justify-content: center;
  align-self: center;
  align-items: center;
  margin-top: -20px;
  margin-left: -20px;
  font-size: 30px;
  font-weight: 500;
  display: flex;
  position: absolute;
  inset: 0% auto auto 0%;
}

.gift-inner-text-b {
  background-color: var(--2e5d9f);
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  padding: 20px;
  display: flex;
  position: absolute;
  inset: 0%;
}

.pop-set-main-img-gift-b {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  display: flex;
}

.courtesy-row {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  display: flex;
}

.courtesy-col {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  width: 50%;
  display: flex;
}

.top-header-text-b {
  text-align: right;
}

.inner-even-title-b {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  display: flex;
}

.inner-even-sub-title {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  text-align: center;
  flex-flow: column;
  display: flex;
}

.even-btn-b.blue-text {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: var(--2e5d9f);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.even-date-row {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  white-space: nowrap;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.even-date-col {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: var(--ffffff);
  background-color: #ccbf92;
  border-radius: 10px;
  flex-flow: row;
  padding: 10px 20px;
  display: flex;
}

.inner-even-01-b {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  color: #4f86c6;
  background-image: linear-gradient(135deg, #fcfcf4, #ede5cd);
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  max-width: 1090px;
  height: 100%;
  padding: 20px;
  display: flex;
  position: relative;
}

.inner-even-01-b.gold-bg {
  background-image: linear-gradient(180deg, var(--efe7c2), var(--cbbe91));
  border-width: 0;
}

.inner-even-01-col {
  width: 50%;
  position: relative;
}

.inner-even-01-col.text {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  color: #ccbf92;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.even-date-b {
  background-color: var(--ffffff);
  color: #ccbf92;
  border-radius: 50px;
  padding: 10px 40px;
  font-weight: 500;
}

.inner-even-01-info {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.inner-even-01-gift {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: var(--2e5d9f);
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.inner-even-01-gift-b {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: var(--ffffff);
  border-radius: 20px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding: 20px;
  display: flex;
}

.inner-even-01-gift-img-b {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: 150px;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  place-items: center;
  max-width: 350px;
  display: flex;
}

.inner-even-01-gift-img {
  max-width: 100%;
  max-height: 100%;
}

.image-full-hw {
  width: 100%;
  height: 100%;
}

.image-full-hw.m-show {
  display: none;
}

.even-checkbox-field-grid {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.tnc-list-b {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  margin-bottom: 10px;
  display: flex;
}

.pop-text {
  color: #ccbf92;
  justify-content: flex-end;
  align-items: flex-end;
  padding-top: 0;
  padding-bottom: 10px;
  padding-right: 10px;
  display: flex;
  position: absolute;
  inset: auto 0% 0% auto;
}

.inner-even-col {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: var(--ffffff);
  color: #b99d81;
  flex-flow: column;
  justify-content: flex-start;
  align-self: stretch;
  align-items: center;
  width: 50%;
  padding: 20px 20px 60px;
  display: flex;
  position: relative;
}

.bottom-right-text {
  text-align: right;
  font-size: 12px;
  line-height: 16px;
  position: absolute;
  inset: auto 0% 0% auto;
}

.pop-set-main-text-b {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  font-size: 12px;
  line-height: 14px;
  display: flex;
}

.pop-set-main-text-b.gift {
  background-color: #ededed;
  border: 3px solid #4f86c6;
  border-radius: 10px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  padding: 10px;
}

.pop-set-main-text-b.gift._02 {
  flex-flow: column;
}

.pop-set-main-text-b._50 {
  width: 50%;
}

.pop-set-main-text-b.img-h-center {
  justify-content: center;
  align-self: stretch;
  align-items: center;
}

.pop-set-main-text-b._33-33 {
  width: 33.33%;
}

.m-show {
  display: none;
}

@media screen and (max-width: 991px) {
  .container._0-padding {
    flex-flow: column;
  }

  .padding-b {
    width: 100%;
  }

  .inner-even-row {
    flex-flow: column;
  }

  .register-now-bnt {
    display: block;
  }

  .image-block-row._120h {
    justify-content: center;
    align-self: center;
    align-items: center;
  }

  .labels {
    width: 80px;
    min-width: 80px;
  }

  .pop-set-main-img-b.gift, .pop-set-sub-b {
    width: 100%;
  }

  .even-row {
    flex-flow: column;
  }

  .main-img, .set-image-b-main {
    width: 100%;
  }

  .top-banner-image-m {
    display: none;
  }

  .top-banner-image-ds {
    display: block;
  }

  .top-header-logo-b {
    flex: none;
  }

  .image-h-100 {
    object-fit: contain;
    flex: 1;
    max-height: 120px;
  }

  .image-h-120 {
    object-fit: contain;
  }

  .even-date-row {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .even-date-col {
    padding: 10px;
    font-size: 16px;
  }

  .inner-even-01-b {
    padding-bottom: 40px;
  }

  .tnc-list-b {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
  }

  .inner-even-col, .pop-set-main-text-b.gift {
    width: 100%;
  }

  .top-banner-text {
    filter: drop-shadow(0 2px 5px #000000b3);
  }
}

@media screen and (max-width: 767px) {
  .container {
    max-width: 100%;
  }

  .top-header-block {
    flex-flow: column;
  }

  .even-block {
    max-width: 100%;
  }

  .image-b._30pw {
    min-width: 30%;
    max-width: 30%;
  }

  .even-form-col {
    width: 100%;
  }

  .pop-set-main-img-b {
    font-size: 10px;
  }

  .even-form-row {
    flex-flow: column;
  }

  .top-banner-image-m {
    display: block;
  }

  .top-banner-image-ds, .top-banner-text-b {
    display: none;
  }

  .courtesy-row {
    flex-flow: column;
  }

  .courtesy-col {
    width: 100%;
  }

  .courtesy-col.bottom {
    border-top: 1px dashed var(--2e5d9f);
    padding-top: 20px;
  }

  .top-header-text-b {
    text-align: center;
  }

  .even-date-row {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
  }

  .inner-even-01-col.text {
    width: 100%;
  }

  .inner-even-01-col.m-hide {
    display: none;
  }

  .image-full-hw.m-show {
    display: block;
  }

  .even-checkbox-field-grid {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
  }

  .m-hide {
    display: none;
  }

  .m-show {
    display: block;
  }
}

@media screen and (max-width: 479px) {
  .container {
    padding-left: 10px;
    padding-right: 10px;
  }

  .even2-info-text-image {
    flex-flow: column;
  }

  .image-b._30pw {
    min-width: 80%;
    max-width: 80%;
  }

  .image-b._30pw.kary-wong {
    order: -9999;
  }

  .even-form-col {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
  }

  .labels {
    letter-spacing: 1px;
    width: 80px;
    min-width: 80px;
  }

  .list-col.title {
    width: 80px;
    min-width: 80px;
  }

  .form-tabs-menu {
    display: flex;
  }

  .set-image-b {
    flex-flow: column;
  }

  .set-image-b.gift {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .pop-set-main-img-b {
    justify-content: space-between;
    align-self: stretch;
  }

  .pop-set-main-img-b.gift {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .pop-set-main-img-b._33-33 {
    width: 25%;
  }

  .pop-set-sub-image.gift {
    flex: 1;
  }

  .pop-set-main-img-row {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    letter-spacing: 0;
    flex-flow: row;
    justify-content: center;
    align-items: center;
  }

  .footer-b {
    flex-flow: wrap;
  }

  .top-banner-logo-b {
    height: 25px;
  }

  .gift-icon-b {
    align-self: center;
  }

  .courtesy-row {
    width: 100%;
  }

  .even-date-col {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    letter-spacing: 0;
    white-space: normal;
    align-self: stretch;
    font-size: 14px;
  }

  .even-date-b {
    padding-left: 20px;
    padding-right: 20px;
  }

  .inner-even-col {
    padding-left: 10px;
    padding-right: 10px;
  }

  .bottom-right-text {
    font-size: 11px;
    line-height: 14px;
  }

  .pop-set-main-text-b.gift {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .pop-set-main-text-b._33-33 {
    width: 25%;
  }
}

#w-node-_4ea48179-af2d-89f5-c603-fd27a6850218-f1e50bdb {
  justify-self: end;
}

#w-node-f2219bfd-ff54-8aca-35b7-b1eeecf9fccd-f1e50bdb {
  justify-self: start;
}

#w-node-e4595d30-d0bf-c36a-c5eb-664f325af9b6-f1e50bdb {
  justify-self: end;
}

#w-node-e4595d30-d0bf-c36a-c5eb-664f325af9b8-f1e50bdb {
  justify-self: start;
}


