.Logo_logo_3aIXy {
  height: 40px;
  display: flex;
  align-items: center;
  text-align: center;
  position: relative;
  margin-left: 15px;
}
@media (min-width: 900px) {
.Logo_logo_3aIXy {
    width: 178px;
    height: 60px;
}
}
.Header_header_3jwNE {
  position: sticky;
  top: 0;
  width: 100%;
  background-color: #e73273;
  box-shadow: 8px -1px 11px 0 rgba(0, 0, 0, 0.1);
  z-index: 1;
  overflow: hidden;
}
.Header_content_1U6Jo {
  display: flex;
  flex-direction: row;
  height: 50px;
}
@media (min-width: 900px) {
.Header_content_1U6Jo {
    height: 60px;
}
}
.Header_left_-WRVz {
  text-align: left;
  flex: 1;
  color: red;
}
.Header_center_1WQJ- {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
@media (min-width: 900px) {
.Header_center_1WQJ- {
    align-items: flex-start;
}
}
.Header_right_2i1ZE {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  box-shadow: 1px 1px 1px #ccc;
  font-weight: 500;
  font-size: 1.6rem;
  letter-spacing: 0.533333px;
  color: #000;
}
.Button_button_3RtIV {
  font-size: 1.8rem;
  font-weight: bold;
  padding: 12px 36px;
  cursor: pointer;
  letter-spacing: 1.1px;
  color: #fff;
  border: solid 1px #fff8fb;
  border-radius: 6px;
  outline: none;
  background-color: #e73273;
  transition: background-color 0.2s;
}
.Button_button_3RtIV.Button_small_1JaAN {
  padding: 10px 20px;
  font-size: 1.4rem;
}
.Button_button_3RtIV.Button_transparent_2ry7a {
  background: transparent;
  color: #f05b78;
}
.Button_button_3RtIV.Button_grayscale_1R_Uy {
  filter: grayscale(1);
}
.Button_button_3RtIV.Button_back_38P1- {
  background-color: white;
  color: #e73273;
  border: none;
}
.Button_button_3RtIV.Button_back_38P1-:active, .Button_button_3RtIV.Button_back_38P1-:hover:enabled {
  background-color: white;
}
.Button_button_3RtIV:disabled {
  border-color: #fff8fb;
  background-color: rgba(231, 50, 115, 0.3);
}
.Button_button_3RtIV:active, .Button_button_3RtIV:hover:enabled {
  background-color: #fadce2;
}
.MenuButton_button_2CGEg {
  font-size: 1.2rem;
  font-weight: bold;
  min-height: 48px;
  padding: 9px 20px;
  cursor: pointer;
  letter-spacing: 1.1px;
  border: solid 1px #fff8fb;
  margin: 10px;
  border-radius: 100px;
  outline: none;
  background-color: #fff;
  color: #e64a83;
  transition: background-color 0.2s;
}
.MenuButton_button_2CGEg.MenuButton_small_3c1Cb {
  min-height: 30px;
  padding: 12px 25px;
  font-size: 14px;
}
.MenuButton_button_2CGEg.MenuButton_mobileButton_2hO8c {
  padding: 12px 20px;
  font-size: 1.4rem;
}
.MenuButton_button_2CGEg:active:enabled {
  background-color: #e73273;
}
::-moz-selection {
  background: #f05b78;
  background: rgba(240, 91, 120, 0.3);
}

::selection {
  background: #f05b78;
  background: rgba(240, 91, 120, 0.3);
}

::-moz-selection {
  background: #f05b78;
  background: rgba(240, 91, 120, 0.3);
}

* {
  -webkit-tap-highlight-color: rgba(240, 91, 120, 0.2);
}

:global .fade-enter-active,
:global .fade-leave-active {
  transition: opacity 0.2s;
}
:global .fade-enter,
:global .fade-leave-to {
  opacity: 0;
}
:global .slide-fade-enter-active {
  transition: all 0.3s ease;
}
:global .slide-fade-leave-active {
  transition: all 0.3s cubic-bezier(1, 0.5, 0.8, 1);
}
:global .slide-fade-enter,
:global .slide-fade-leave-to {
  transform: translateX(20px);
  opacity: 0;
}

*,
*::before,
*::after {
  box-sizing: inherit;
}

html {
  box-sizing: border-box;
  font-size: 12px;
}

body {
  font-size: 12px;
  font-family: "Noto Sans TC", "Roboto", -apple-system, blinkmacsystemfont, "Segoe UI", oxygen-sans, ubuntu, cantarell, "Helvetica Neue", sans-serif;
  -webkit-font-smoothing: antialiased;
  background-color: #fbfbfb;
  line-height: 1.72;
  min-height: 100vh;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.004);
  color: #2f2f2f;
}

p {
  font-size: inherit;
  color: inherit;
}

a {
  font-size: inherit;
  color: inherit;
  cursor: pointer;
}

button {
  cursor: pointer;
}

.card {
  padding: 36px 50px;
  margin: 1rem auto;
  background: #fff;
  border: 1px solid #dcdcdc;
  box-shadow: 0 4px 7px rgba(240, 240, 240, 0.5);
  border-radius: 5px;
  text-align: left;
  font-size: 1.4rem;
}
@media screen and (max-width: 599px) {
  .card {
    padding: 20px 15px;
  }
}
.card__title {
  color: #2f2f2f;
  font-size: 2.6rem;
  letter-spacing: 1px;
  line-height: 1;
  margin: 15px auto;
}
.card__title--small {
  font-size: 1.4rem;
  letter-spacing: 0.65px;
}
.card__subtitle {
  color: #000;
  font-size: 1.4rem;
  letter-spacing: 0.65px;
  line-height: 1.5;
  margin: 10px auto;
}

.list {
  list-style: none;
  margin: 0 0 65px;
  padding: 0;
  position: relative;
}
.list::after {
  content: "";
  position: absolute;
  width: 100%;
  left: 0;
  right: 0;
  bottom: -25px;
  background: #d8d8d8;
  height: 2px;
}
.list__item {
  display: flex;
  align-items: center;
  margin: 0;
  padding: 8px 0;
  line-height: 1.5;
  letter-spacing: 0.42px;
}
.list__item .title {
  flex: 1;
  white-space: nowrap;
  padding-right: 1em;
  color: #3c3c3c;
  font-size: 1.4rem;
  opacity: 0.52;
}
.list__item .data {
  flex: 4;
  font-size: 1.4rem;
}
.list + .desc {
  padding: 0;
  margin: 1rem 0;
}
.App_header_3qzuo {
  overflow: hidden;
}
.App_title_382G7 {
  color: white;
  margin: 0;
  white-space: nowrap;
}
@media (min-width: 600px) {
.App_title_382G7 {
    font-size: 2.6rem;
}
}
.App_subTitle_3nx8h {
  font-size: 1.4rem;
  white-space: nowrap;
  margin: 0;
  font-weight: normal;
  color: #2f2f2f;
}
.App_container_1yQEW {
  margin: 0 auto;
  padding: 0;
  text-align: center;
}
.App_navHeader_1HN2B {
  display: flex;
  padding: 5px;
}
.App_navHeader_1HN2B .App_list_3KHyh {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
}
.App_navButton_3uzw- {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border: none;
}
.App_navButton__icon_1m2vb {
  margin: 5px;
}
.App_navButton__text_326Pn {
  font-size: 1rem;
  font-weight: 500;
  color: #505050;
}
.App_btnLink_3MXTh {
  text-decoration: none;
}
* {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-tap-highlight-color: transparent;
}
body {
  width: 100%;
  height: 100%;
}
.Container_root_QgQJZ {
  font-family: "Noto Sans TC", sans-serif;
  width: 100%;
  height: 100%;
  background-color: none;
  -webkit-font-smoothing: antialiased;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.004);
}
.Container_container_1ISkV {
  margin: 40px auto;
  max-width: 900px;
  top: 108px;
  text-align: center;
  width: 100%;
  height: 100%;
  background-color: transparent;
}
.Align_align_1l_0I.Align_left_PPr6Y {
  text-align: left;
}
.Align_align_1l_0I.Align_right_2FrG9 {
  text-align: right;
}
.Align_align_1l_0I.Align_center_1ZXww {
  text-align: center;
}
.Align_align_1l_0I.Align_spaceBetween_3KZRl {
  display: flex;
  justify-content: space-between;
}
.Align_align_1l_0I > * {
  display: inline-block;
  vertical-align: middle;
  text-align: left;
}
.Align_align_1l_0I.Align_ignoreChildren_atHpG > * {
  text-align: inherit;
}
.Form_form_2lRdy {
  margin: 0 auto;
  width: 100%;
  box-sizing: border-box;
}
.Form_form_2lRdy.Form_mobileFormCard_2XaE2 {
  max-width: 428px;
}
.FormCard_formCard_2De6- {
  box-sizing: border-box;
  padding: 20px;
  text-align: left;
  border-radius: 5px;
}
.FormCard_formCard_2De6-:not(.FormCard_strong_1soJs) {
  margin-bottom: 50px;
  border: solid 1px #f3f3f3;
  background-color: #fff;
  box-shadow: 0 2px 14px 0 rgba(229, 229, 229, 0.5);
}
.FormCard_formCard_2De6-.FormCard_mobileFormCard_2erG5 {
  margin-bottom: 20px;
}
.FormCard_formCard_2De6-.FormCard_strong_1soJs {
  border: solid 1px #dcdcdc;
  background-color: #fff;
  box-shadow: 0 4px 7px 0 rgba(240, 240, 240, 0.5);
}
@media (min-width: 900px) {
.FormCard_formCard_2De6- {
    padding: 28px 40px;
}
}
.Badge_badge_3aUbC {
  font-size: 10px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #fff;
  padding: 5px;
  background-color: rgba(231, 50, 115, 0.6);
  display: inline-block;
  border-radius: 5px;
}
.Badge_badge_3aUbC.Badge_disabled_JosBs {
  background-color: rgba(152, 152, 152, 0.6);
}
.FormHeading_title_3LpO2 {
  font-size: 26px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: 0.8px;
  color: #606060;
}
.FormHeading_badge_2ajtR {
  float: right;
}
.FormHeading_text_2lUqC {
  font-size: 14px;
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: 0.7px;
  color: #484848;
  margin: 0;
  margin-top: 30px;
}
.FormHeading_text_2lUqC a {
  color: #e73273;
  text-decoration: underline;
  font-weight: normal;
  cursor: pointer;
}
.FormHeading_line_3gfB6 {
  width: 100%;
  height: 1px;
  background-color: #bfbfbf;
  margin: 30px 0;
}
.FormLabel_formLabel_23Xne {
  text-align: left;
  font-size: 1.6rem;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.2;
  letter-spacing: 0.6px;
  display: block;
  width: 100%;
  margin: 20px auto 10px;
  color: #2f2f2f;
}
.FormLabel_formLabel_23Xne.FormLabel_small_1kFu6 {
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.4;
  color: #acacac;
}
.FormLabel_formLabel_23Xne a {
  color: #e73273;
  text-decoration: underline;
  font-weight: normal;
  cursor: pointer;
}
.FormRow_formRow_WV0MF {
  width: 100%;
  margin: 30px auto 10px;
  position: relative;
}
.FormRow_formRow_WV0MF::after {
  content: "";
  display: block;
  clear: both;
}
.FormRow_left_3BmLp,
.FormRow_right_vecgC {
  position: relative;
  box-sizing: border-box;
}
@media screen and (max-width: 900px) {
.FormRow_left_3BmLp,
  .FormRow_right_vecgC {
    width: 100% !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
}
}
.FormRow_left_3BmLp {
  float: left;
  padding-right: 10px;
}
.FormRow_right_vecgC {
  float: right;
  padding-left: 10px;
}
.FormRow_full_2qJ74 {
  width: 100%;
}
.ChosenButton_button_2Ifwx {
  font-size: 1.8rem;
  font-weight: bold;
  width: 45%;
  min-height: 48px;
  padding: 14px 30px;
  cursor: pointer;
  letter-spacing: 1.1px;
  color: #fff;
  border: solid 1px #fff8fb;
  border-radius: 6px;
  outline: none;
  background-color: rgba(197, 197, 197, 0.629359);
  transition: background-color 0.2s;
}
.ChosenButton_button_2Ifwx.ChosenButton_small_zb8Wl {
  min-height: 30px;
  padding: 12px 25px;
  font-size: 14px;
}
.ChosenButton_button_2Ifwx.ChosenButton_chosen_1NGxL {
  background-color: #e73273;
}
.ChosenButton_button_2Ifwx.ChosenButton_mobileButton_mGO-- {
  padding: 12px 20px;
  font-size: 1.4rem;
}
.ChosenButton_button_2Ifwx:active:enabled {
  background-color: #e73273;
}
.Error_error_14ZAP {
  color: #f05b78;
  font-size: 1.2rem;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  margin-top: 5px;
  letter-spacing: 0.5px;
  white-space: pre-wrap;
}
.TextInput_input_148iK {
  font-size: 1.4rem;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  width: 100%;
  box-sizing: border-box;
  padding: 10px 16px;
  margin: 8px 0;
  transition: 0.3s border-color;
  letter-spacing: 0.7px;
  color: #2f2f2f;
  border: solid 1px #cfcfcf;
  border-radius: 5px;
  outline: none;
  background-color: transparent;
  caret-color: #e992a3;
  resize: vertical;
}
.TextInput_input_148iK:disabled {
  cursor: not-allowed;
  opacity: 0.7;
}
.TextInput_input_148iK:disabled:hover {
  border: solid 1px #cfcfcf;
}
.TextInput_input_148iK:focus {
  border-color: #eea2b1;
}
.TextInput_input_148iK:hover {
  border-color: #acacac;
}
.TextInput_textInput_1na0R.TextInput_filled_SoRtX .TextInput_input_148iK {
  border-color: #acacac;
}
.TextInput_textInput_1na0R.TextInput_filled_SoRtX .TextInput_input_148iK:focus {
  border-color: #eea2b1;
}
.TextInput_textInput_1na0R.TextInput_error_3rsa9 .TextInput_input_148iK {
  border-color: #f05b78;
  caret-color: #f05b78;
}
.TextInput_textInput_1na0R.TextInput_error_3rsa9 .TextInput_input_148iK:focus {
  border-color: #f05b78;
  caret-color: #f05b78;
}
.TextInput_input_148iK::-moz-placeholder {
  font-size: 1.4rem;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: 0.6px;
  opacity: 0.23;
  color: #2f2f2f;
}
.TextInput_input_148iK::placeholder {
  font-size: 1.4rem;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: 0.6px;
  opacity: 0.23;
  color: #2f2f2f;
}
.TextInput_charactersCount_3180v {
  font-size: 1.4rem;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  margin-top: 5px;
  letter-spacing: 0.5px;
  text-align: right;
  color: #2f2f2f;
}
.SelectInput_select_2inly {
  position: relative;
  width: 100%;
}
.SelectInput_select_2inly.SelectInput_disabled_1i0RF {
  opacity: 0.3;
}
.SelectInput_button_1YW23 {
  position: relative;
  font-size: 1.4rem;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  width: 100%;
  min-height: 42px;
  padding: 11px 16px;
  cursor: pointer;
  transition: 0.3s border-color;
  text-align: left;
  letter-spacing: 0.7px;
  color: #b7b7b7;
  border: solid 1px #c6c6c6;
  border-radius: 5px;
  outline: none;
  background: none;
}
.SelectInput_button_1YW23:hover {
  border-color: #6c6c6c;
}
.SelectInput_button_1YW23:focus {
  border-color: #eea2b1;
}
.SelectInput_select_2inly.SelectInput_selected_3xrJa .SelectInput_button_1YW23 {
  color: #3c3c3c;
}
.SelectInput_arrow_1xFY- {
  position: absolute;
  top: 50%;
  right: 16px;
  width: 9px;
  height: 4px;
  margin-top: -2px;
  transition: 0.3s transform;
}
.SelectInput_arrow_1xFY- svg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.SelectInput_arrow_1xFY- path {
  stroke: #c6c6c6;
  transition: 0.3s stroke;
}
.SelectInput_button_1YW23:hover .SelectInput_arrow_1xFY- path {
  stroke: #6c6c6c;
}
.SelectInput_select_2inly.SelectInput_opened_3ZraD .SelectInput_arrow_1xFY- {
  transform: rotate(180deg);
}
.SelectInput_items_3hqFv {
  position: absolute;
  z-index: 2;
  top: 100%;
  left: 0;
  visibility: hidden;
  overflow-y: auto;
  width: 100%;
  max-height: 200px;
  margin-top: 4px;
  transition: 0.3s transform, 0.3s opacity, 0.3s visibility;
  transform: scaleY(0);
  transform-origin: top;
  opacity: 0;
  border: solid 1px #dfdfdf;
  border-radius: 5px;
  background-color: #fff;
  box-shadow: 0 7px 10px 0 rgba(109, 109, 109, 0.07);
}
.SelectInput_select_2inly.SelectInput_opened_3ZraD .SelectInput_items_3hqFv {
  visibility: visible;
  transform: scaleY(1);
  opacity: 1;
}
.SelectInput_item_r5aHu {
  font-size: 1.4rem;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  display: block;
  padding: 10px 12px;
  cursor: pointer;
  letter-spacing: 0.7px;
  color: #4f4f4f;
  outline: none;
}
.SelectInput_item_r5aHu:hover, .SelectInput_item_r5aHu.SelectInput_selected_3xrJa, .SelectInput_item_r5aHu:focus {
  background-color: #f5f5f5;
}
.SelectInput_input_2SNGX {
  width: 0;
  height: 0;
  position: absolute;
  visibility: hidden;
  opacity: 0;
  z-index: -1;
}
.SelectInput_input_2SNGX.SelectInput_error_2VMBF {
  border-color: #e73273;
  caret-color: #e73273;
}
.BreadCrumb_breadCrumb_jnQa4 {
  font-size: 1.5rem;
  color: #c5c5c5;
  margin: 8px auto 40px;
}
.BreadCrumb_breadCrumb_jnQa4 .BreadCrumb_active_1vdOS {
  color: #2f2f2f;
}
.BreadCrumb_breadCrumb_jnQa4 .BreadCrumb_symbol_ke_AL {
  color: rgba(197, 197, 197, 0.6274509804);
}
.ToggleItem_defaultText_19AST {
  font-size: 20px;
}
.ToggleItem_smallText_1bigr {
  font-size: 14px;
}
.ToggleItem_toggleItem_2EFoV {
  width: 100%;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 1px;
}
.ToggleItem_toggleItemTitleBlock_1IpJS {
  cursor: pointer;
  display: flex;
  background-color: rgba(197, 197, 197, 0.629359);
  justify-content: space-between;
}
.ToggleItem_toggleItemTitle_RY0b7 {
  flex: 1;
  text-align: left;
  padding: 5px;
  padding-left: 30px;
}
.ToggleItem_toggleItemIcon_2Mti_ {
  flex: 0;
  text-align: right;
  padding-right: 15px;
}
.ToggleItem_toggleItemContentBlock_1tPk_ {
  width: 100%;
  text-align: left;
  background-color: rgba(255, 255, 255, 0.9);
  line-height: 1.5;
  padding: 30px;
}
.btn-wrap {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.btn-wrap > button {
  margin: 5px 0;
}
.text {
  font-size: 1.4rem;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.75;
  letter-spacing: 0.8px;
  color: #2f2f2f;
  margin: 10px auto 10px;
}
._2_donationAmount_promotion_1yvc9 {
  display: flex;
  justify-content: space-between;
}
._2_donationAmount_text_1JbqQ {
  font-size: 1.2rem;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.75;
  letter-spacing: 0.8px;
  color: #2f2f2f;
  margin: 10px auto 10px;
}
.Title_title_DQFOh {
  font-size: 2.6rem;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: 1.5px;
  color: #535353;
}
.Title_title_DQFOh.Title_bold_2htH5 {
  font-weight: bold;
}
.Title_title_DQFOh.Title_strong_1NL6f {
  color: #2f2f2f;
}
.Title_title_DQFOh.Title_heading_2UKw7 {
  margin-bottom: 50px;
}
.Title_legend_3C_DX {
  font-size: 14px;
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: 0.6px;
  color: #2f2f2f;
  margin-top: 15px;
}
.FormSubTitle_subTitle_3qCEF {
  font-size: 2rem;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: 0.6px;
  color: #a7a7a7;
  margin-top: 40px;
}
.TelInput_input_2J8B2 {
  font-size: 1.4rem;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  width: 100%;
  box-sizing: border-box;
  padding: 10px 16px;
  transition: 0.3s border-color;
  letter-spacing: 0.7px;
  color: #2f2f2f;
  border: solid 1px #cfcfcf;
  border-radius: 5px;
  outline: none;
  background-color: transparent;
  caret-color: #e992a3;
  resize: vertical;
}
.TelInput_input_2J8B2:disabled {
  opacity: 0.3;
}
.TelInput_input_2J8B2:focus {
  border-color: #eea2b1;
}
.TelInput_input_2J8B2:hover {
  border-color: #acacac;
}
.TelInput_textInput_1Dz2p.TelInput_filled_3wi_d .TelInput_input_2J8B2 {
  border-color: #acacac;
}
.TelInput_textInput_1Dz2p.TelInput_filled_3wi_d .TelInput_input_2J8B2:focus {
  border-color: #eea2b1;
}
.TelInput_textInput_1Dz2p.TelInput_error_27pgR .TelInput_input_2J8B2 {
  border-color: #f05b78;
  caret-color: #f05b78;
}
.TelInput_textInput_1Dz2p.TelInput_error_27pgR .TelInput_input_2J8B2:focus {
  border-color: #f05b78;
  caret-color: #f05b78;
}
.TelInput_input_2J8B2::-moz-placeholder {
  font-size: 1.4rem;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: 0.6px;
  opacity: 0.23;
  color: #2f2f2f;
}
.TelInput_input_2J8B2::placeholder {
  font-size: 1.4rem;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: 0.6px;
  opacity: 0.23;
  color: #2f2f2f;
}
.CheckBoxRadioInput_checkBoxRadioInput_1N822 {
  margin: 12px 0;
}
.CheckBoxRadioInput_checkBoxRadioInput_1N822::after {
  content: "";
  display: table;
  clear: both;
}
.CheckBoxRadioInput_checkBoxContainer_Mym3I {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  position: relative;
  cursor: pointer;
}
.CheckBoxRadioInput_label_6oZ3X {
  font-size: 1.4rem;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: 0.8px;
  color: #2f2f2f;
  border: 1px solid rgba(0, 0, 0, 0);
}
.CheckBoxRadioInput_label_6oZ3X a {
  color: #e73273;
  text-decoration: underline;
  font-weight: normal;
  cursor: pointer;
}
.CheckBoxRadioInput_label_6oZ3X.CheckBoxRadioInput_correct_3g8lM {
  color: #e73273;
}
.CheckBoxRadioInput_label_6oZ3X.CheckBoxRadioInput_error_3H-Qd {
  color: #969494;
}
.CheckBoxRadioInput_label_6oZ3X.CheckBoxRadioInput_passed_3n0i_ {
  font-weight: bold;
  color: #969494;
}
.CheckBoxRadioInput_left_1gYMv .CheckBoxRadioInput_label_6oZ3X {
  margin-left: 30px;
}
.CheckBoxRadioInput_right_hb-dQ .CheckBoxRadioInput_label_6oZ3X {
  width: 70%;
}
.CheckBoxRadioInput_input_q6SVT {
  position: absolute;
  z-index: -1;
  opacity: 0;
}
.CheckBoxRadioInput_checkBoxIndicator_3ZTTU {
  width: 18px;
  height: 18px;
  border: solid 1px #acacac;
  transition: 0.3s background-color, 0.3s border-color;
}
.CheckBoxRadioInput_checkbox_2v59- .CheckBoxRadioInput_checkBoxIndicator_3ZTTU {
  border-radius: 4px;
}
.CheckBoxRadioInput_radio_2gbHw .CheckBoxRadioInput_checkBoxIndicator_3ZTTU {
  border-radius: 50%;
}
.CheckBoxRadioInput_left_1gYMv .CheckBoxRadioInput_checkBoxIndicator_3ZTTU {
  position: absolute;
}
.CheckBoxRadioInput_right_hb-dQ .CheckBoxRadioInput_checkBoxIndicator_3ZTTU {
  float: right;
}
.CheckBoxRadioInput_checkBoxIndicator_3ZTTU.CheckBoxRadioInput_correct_3g8lM {
  background: #e73273;
  border-color: #e73273;
}
.CheckBoxRadioInput_input_q6SVT:checked ~ .CheckBoxRadioInput_checkBoxIndicator_3ZTTU {
  background: #e73273;
  border-color: #e73273;
}
.CheckBoxRadioInput_input_q6SVT:checked ~ .CheckBoxRadioInput_checkBoxIndicator_3ZTTU.CheckBoxRadioInput_error_3H-Qd {
  background: #969494;
  border-color: #969494;
}
.CheckBoxRadioInput_input_q6SVT:checked ~ .CheckBoxRadioInput_checkBoxIndicator_3ZTTU.CheckBoxRadioInput_passed_3n0i_ {
  background: #969494;
  border-color: #969494;
}
.CheckBoxRadioInput_input_q6SVT:focus ~ .CheckBoxRadioInput_checkBoxIndicator_3ZTTU {
  border-color: #e73273;
}
.CheckBoxRadioInput_input_q6SVT:disabled ~ .CheckBoxRadioInput_checkBoxIndicator_3ZTTU {
  opacity: 0.3;
}
.CheckBoxRadioInput_input_q6SVT:focus:checked ~ .CheckBoxRadioInput_checkBoxIndicator_3ZTTU {
  border: solid 1px #acacac;
}
.CheckBoxRadioInput_customInput_TnZ-p {
  border-radius: 2px;
  background-color: transparent;
  font-size: 12px;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: 0.7px;
  color: #3c3c3c;
  border: solid 1px #cfcfcf;
  padding: 5px;
  margin-left: 15px;
  margin-top: -4px;
  outline: none;
  caret-color: #e73273;
}
.CheckBoxRadioInput_customInput_TnZ-p:focus {
  border-color: #e73273;
}
.CheckBoxRadioInput_customInput_TnZ-p:disabled {
  border-radius: 2px;
  background-color: #f1f1f1;
  border-color: #f1f1f1;
  color: #cfcfcf;
}
.ContentButton_contentButton_W77iB {
  display: inline-block;
  cursor: pointer;
  outline: none;
}
.ContentButton_icon_1ay6N,
.ContentButton_text_x7rZg {
  display: inline-block;
  vertical-align: middle;
}
.ContentButton_icon_1ay6N {
  width: 20px;
  height: 20px;
  transition: 0.3s transform;
}
.ContentButton_icon_1ay6N svg {
  width: 100%;
  height: 100%;
}
.ContentButton_contentButton_W77iB:hover .ContentButton_icon_1ay6N {
  transform: scale(1.2);
}
.ContentButton_text_x7rZg {
  font-size: 16px;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: 0.6px;
  color: #e73273;
  margin-left: 14px;
}
.Overlay_overlay_3359M {
  position: fixed;
  display: flex;
  justify-content: center;
  align-items: center;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 2;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s ease-in-out;
}
.Overlay_overlay--open_3t1gz {
  opacity: 1;
  visibility: visible;
}
.Overlay_container_6mmGY {
  text-align: center;
}
.Overlay_content_Z24KN {
  position: relative;
  display: inline-block;
  text-align: left;
  width: 720px;
  height: 560px;
  border-radius: 8px;
  box-shadow: 0 4px 13px 0 rgba(0, 0, 0, 0.15);
  background-color: #fff;
  padding: 50px;
  box-sizing: border-box;
}
.Overlay_content_Z24KN.Overlay_mobileOverlay_2OJKY {
  width: 348px;
  padding: 27px;
  padding-bottom: 80px;
}
.Overlay_close_3hYeN {
  position: absolute;
  top: 30px;
  right: 30px;
  width: 20px;
  height: 20px;
  padding: 4px;
  cursor: pointer;
}
.Overlay_close_3hYeN svg {
  width: 100%;
  height: 100%;
}
.OverlayTitle_text_25Yd9 {
  font-size: 26px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: 1px;
  color: #e73273;
}
.OverlayTitle_line_Cgt6w {
  width: 100%;
  height: 1px;
  background-color: #bfbfbf;
}
._components-CheckBoxRadioInput-module_checkBoxRadioInput_3KKlZ {
  margin: 12px 0;
}
._components-CheckBoxRadioInput-module_checkBoxRadioInput_3KKlZ::after {
  content: "";
  display: table;
  clear: both;
}

._components-CheckBoxRadioInput-module_checkBoxContainer_3AIvL {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  position: relative;
  cursor: pointer;
}

._components-CheckBoxRadioInput-module_label_2e2Ln {
  font-size: 1.4rem;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: 0.8px;
  color: #2f2f2f;
  border: 1px solid rgba(0, 0, 0, 0);
}
._components-CheckBoxRadioInput-module_label_2e2Ln a {
  color: #e73273;
  text-decoration: underline;
  font-weight: normal;
  cursor: pointer;
}
._components-CheckBoxRadioInput-module_label_2e2Ln._components-CheckBoxRadioInput-module_correct_4GfvZ {
  color: #e73273;
}
._components-CheckBoxRadioInput-module_label_2e2Ln._components-CheckBoxRadioInput-module_error_17gVj {
  color: #969494;
}
._components-CheckBoxRadioInput-module_label_2e2Ln._components-CheckBoxRadioInput-module_passed_Cp1bQ {
  font-weight: bold;
  color: #969494;
}
._components-CheckBoxRadioInput-module_left_1QkKe ._components-CheckBoxRadioInput-module_label_2e2Ln {
  margin-left: 30px;
}
._components-CheckBoxRadioInput-module_right_2zh6W ._components-CheckBoxRadioInput-module_label_2e2Ln {
  width: 70%;
}

._components-CheckBoxRadioInput-module_input_1jes0 {
  position: absolute;
  z-index: -1;
  opacity: 0;
}

._components-CheckBoxRadioInput-module_checkBoxIndicator_39KS3 {
  width: 18px;
  height: 18px;
  border: solid 1px #acacac;
  transition: 0.3s background-color, 0.3s border-color;
}
._components-CheckBoxRadioInput-module_checkbox_-ObdN ._components-CheckBoxRadioInput-module_checkBoxIndicator_39KS3 {
  border-radius: 4px;
}
._components-CheckBoxRadioInput-module_radio_wOMdY ._components-CheckBoxRadioInput-module_checkBoxIndicator_39KS3 {
  border-radius: 50%;
}
._components-CheckBoxRadioInput-module_left_1QkKe ._components-CheckBoxRadioInput-module_checkBoxIndicator_39KS3 {
  position: absolute;
}
._components-CheckBoxRadioInput-module_right_2zh6W ._components-CheckBoxRadioInput-module_checkBoxIndicator_39KS3 {
  float: right;
}
._components-CheckBoxRadioInput-module_checkBoxIndicator_39KS3._components-CheckBoxRadioInput-module_correct_4GfvZ {
  background: #e73273;
  border-color: #e73273;
}
._components-CheckBoxRadioInput-module_input_1jes0:checked ~ ._components-CheckBoxRadioInput-module_checkBoxIndicator_39KS3 {
  background: #e73273;
  border-color: #e73273;
}
._components-CheckBoxRadioInput-module_input_1jes0:checked ~ ._components-CheckBoxRadioInput-module_checkBoxIndicator_39KS3._components-CheckBoxRadioInput-module_error_17gVj {
  background: #969494;
  border-color: #969494;
}
._components-CheckBoxRadioInput-module_input_1jes0:checked ~ ._components-CheckBoxRadioInput-module_checkBoxIndicator_39KS3._components-CheckBoxRadioInput-module_passed_Cp1bQ {
  background: #969494;
  border-color: #969494;
}
._components-CheckBoxRadioInput-module_input_1jes0:focus ~ ._components-CheckBoxRadioInput-module_checkBoxIndicator_39KS3 {
  border-color: #e73273;
}
._components-CheckBoxRadioInput-module_input_1jes0:disabled ~ ._components-CheckBoxRadioInput-module_checkBoxIndicator_39KS3 {
  opacity: 0.3;
}
._components-CheckBoxRadioInput-module_input_1jes0:focus:checked ~ ._components-CheckBoxRadioInput-module_checkBoxIndicator_39KS3 {
  border: solid 1px #acacac;
}

._components-CheckBoxRadioInput-module_customInput_TPc2V {
  border-radius: 2px;
  background-color: transparent;
  font-size: 12px;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: 0.7px;
  color: #3c3c3c;
  border: solid 1px #cfcfcf;
  padding: 5px;
  margin-left: 15px;
  margin-top: -4px;
  outline: none;
  caret-color: #e73273;
}
._components-CheckBoxRadioInput-module_customInput_TPc2V:focus {
  border-color: #e73273;
}
._components-CheckBoxRadioInput-module_customInput_TPc2V:disabled {
  border-radius: 2px;
  background-color: #f1f1f1;
  border-color: #f1f1f1;
  color: #cfcfcf;
}
._3_donationInfo_text_3qQe2 {
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.75;
  letter-spacing: 0.8px;
  color: #2f2f2f;
  margin: 10px auto;
}
._3_donationInfo_checkBoxRadioWrap_1MC2k {
  margin: 16px auto;
}
.PreviewSectionTitle_previewSectionTitle_3yMIP {
  font-size: 2rem;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: 0.6px;
  color: #2f2f2f;
  margin: 3em auto 1em;
  opacity: 0.9;
}
.PreviewField_previewField_27yug {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  margin-top: 1.5em;
  overflow: hidden;
}
@media (min-width: 900px) {
.PreviewField_previewField_27yug {
    flex-direction: row;
}
}
@media screen and (max-width: 900px) {
.PreviewField_name_3KRpW,
  .PreviewField_value_2IIdH {
    width: 100% !important;
}
}
.PreviewField_name_3KRpW {
  flex: 3;
  padding-right: 1em;
  font-size: 1.6rem;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: 0.4px;
  color: #2f2f2f;
  opacity: 0.5;
}
.PreviewField_value_2IIdH {
  flex: 7;
  font-size: 1.6rem;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: 0.5px;
  color: #2f2f2f;
  word-break: break-word;
}
.PreviewField_error_3muw_ .PreviewField_value_2IIdH {
  color: #f05b78;
}
._5_donationPayment_container_s52Nw {
  margin: 40px auto;
  max-width: 900px;
  top: 200px;
  width: 100%;
  height: 100%;
  overflow-y: auto;
  will-change: transform;
}
._6_donationResult_orderInfo_1TjAj {
  font-size: 1.2rem;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: 0.4px;
  color: #3c3c3c;
  opacity: 0.52;
}
._6_donationResult_warningInfo_tYIw5 {
  font-size: 1.2rem;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: 0.4px;
  color: #fa186b;
  opacity: 0.52;
}
._6_donationResult_text_33ZLG {
  font-size: 1.4rem;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.75;
  letter-spacing: 0.8px;
  color: #2f2f2f;
  margin: 10px 10px;
}

/*# sourceMappingURL=app.41798cc5.css.map*/