@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:wght@400;500&display=swap');
@view-transition { navigation: auto; }
@media (prefers-reduced-motion: reduce) { * {view-transition-name: unset !important; }  }






@supports (-webkit-appearance: none) or (-moz-appearance: none) {
  .wafx-form-input[data-uuid-form='wa-fake-formulary'][type='checkbox'],
  .wafx-form-input[data-uuid-form='wa-fake-formulary'][type='radio'] {
    --active: #3978fc;
    --active-inner: #ffffff;
    --focus: 2px rgba(57,120,252,0.300008);
    --border: #3778fc;
    --border-hover: #3978fc;
    --background: #ffffff;
    --disabled: #F6F8FF;
    --disabled-inner: #E1E6F9;
    -webkit-appearance: none;
    -moz-appearance: none;
    height: 21px;
    outline: none;
    display: inline-block;
    vertical-align: top;
    position: relative;
    margin: 0;
    cursor: pointer;
    border: 1px solid var(--bc, var(--border));
    background: var(--b, var(--background));
    -webkit-transition: background .3s, border-color .3s, box-shadow .2s;
    transition: background .3s, border-color .3s, box-shadow .2s;
  }
  .wafx-form-input[data-uuid-form='wa-fake-formulary'][type='checkbox']:after,
  .wafx-form-input[data-uuid-form='wa-fake-formulary'][type='radio']:after {
    content: '';
    display: block;
    left: 0;
    top: 0;
    position: absolute;
    -webkit-transition: opacity var(--d-o, 0.2s), -webkit-transform var(--d-t, 0.3s) var(--d-t-e, ease);
    transition: opacity var(--d-o, 0.2s), -webkit-transform var(--d-t, 0.3s) var(--d-t-e, ease);
    transition: transform var(--d-t, 0.3s) var(--d-t-e, ease), opacity var(--d-o, 0.2s);
    transition: transform var(--d-t, 0.3s) var(--d-t-e, ease), opacity var(--d-o, 0.2s), -webkit-transform var(--d-t, 0.3s) var(--d-t-e, ease);
  }
  .wafx-form-input[data-uuid-form='wa-fake-formulary'][type='checkbox']:checked,
  .wafx-form-input[data-uuid-form='wa-fake-formulary'][type='radio']:checked {
    --b: var(--active);
    --bc: var(--active);
    --d-o: .3s;
    --d-t: .6s;
    --d-t-e: cubic-bezier(.2, .85, .32, 1.2);
  }
  .wafx-form-input[data-uuid-form='wa-fake-formulary'][type='checkbox']:disabled,
  .wafx-form-input[data-uuid-form='wa-fake-formulary'][type='radio']:disabled {
    --b: var(--disabled);
    cursor: not-allowed;
    opacity: .9;
  }
  .wafx-form-input[data-uuid-form='wa-fake-formulary'][type='checkbox']:disabled:checked,
  .wafx-form-input[data-uuid-form='wa-fake-formulary'][type='radio']:disabled:checked {
    --b: var(--disabled-inner);
    --bc: var(--border);
  }
  .wafx-form-input[data-uuid-form='wa-fake-formulary'][type='checkbox']:disabled + label,
  .wafx-form-input[data-uuid-form='wa-fake-formulary'][type='radio']:disabled + label {
    cursor: not-allowed;
  }
  .wafx-form-input[data-uuid-form='wa-fake-formulary'][type='checkbox']:hover:not(:checked):not(:disabled),
  .wafx-form-input[data-uuid-form='wa-fake-formulary'][type='radio']:hover:not(:checked):not(:disabled) {
    --bc: var(--border-hover);
  }
  .wafx-form-input[data-uuid-form='wa-fake-formulary'][type='checkbox']:focus,
  .wafx-form-input[data-uuid-form='wa-fake-formulary'][type='radio']:focus {
    box-shadow: 0 0 0 var(--focus);
  }
  .wafx-form-input[data-uuid-form='wa-fake-formulary'][type='checkbox']:not(.switch),
  .wafx-form-input[data-uuid-form='wa-fake-formulary'][type='radio']:not(.switch) {
    width: 21px;
  }
  .wafx-form-input[data-uuid-form='wa-fake-formulary'][type='checkbox']:not(.switch):after,
  .wafx-form-input[data-uuid-form='wa-fake-formulary'][type='radio']:not(.switch):after {
    opacity: var(--o, 0);
  }
  .wafx-form-input[data-uuid-form='wa-fake-formulary'][type='checkbox']:not(.switch):checked,
  .wafx-form-input[data-uuid-form='wa-fake-formulary'][type='radio']:not(.switch):checked {
    --o: 1;
  }
  .wafx-form-input[data-uuid-form='wa-fake-formulary'][type='checkbox'] + label,
  .wafx-form-input[data-uuid-form='wa-fake-formulary'][type='radio'] + label {
    line-height: 21px;
    display: inline-block;
    vertical-align: top;
    cursor: pointer;
    margin-left: 0.2em;
  }

  .wafx-form-input[data-uuid-form='wa-fake-formulary'][type='checkbox']:not(.switch) {
    border-radius: 7px;
  }
  .wafx-form-input[data-uuid-form='wa-fake-formulary'][type='checkbox']:not(.switch):after {
    width: 5px;
    height: 9px;
    border: 2px solid var(--active-inner);
    border-top: 0;
    border-left: 0;
    left: 7px;
    top: 4px;
    -webkit-transform: rotate(var(--r, 20deg));
            transform: rotate(var(--r, 20deg));
  }
  .wafx-form-input[data-uuid-form='wa-fake-formulary'][type='checkbox']:not(.switch):checked {
    --r: 43deg;
  }
  .wafx-form-input[data-uuid-form='wa-fake-formulary'][type='checkbox'].switch {
    width: 38px;
    border-radius: 11px;
  }
  .wafx-form-input[data-uuid-form='wa-fake-formulary'][type='checkbox'].switch:after {
    left: 2px;
    top: 2px;
    border-radius: 50%;
    width: 15px;
    height: 15px;
    background: var(--ab, var(--border));
    -webkit-transform: translateX(var(--x, 0));
            transform: translateX(var(--x, 0));
  }
  .wafx-form-input[data-uuid-form='wa-fake-formulary'][type='checkbox'].switch:checked {
    --ab: var(--active-inner);
    --x: 17px;
  }
  .wafx-form-input[data-uuid-form='wa-fake-formulary'][type='checkbox'].switch:disabled:not(:checked):after {
    opacity: .6;
  }

  .wafx-form-input[data-uuid-form='wa-fake-formulary'][type='radio'] {
    border-radius: 50%;
  }
  .wafx-form-input[data-uuid-form='wa-fake-formulary'][type='radio']:after {
    width: 19px;
    height: 19px;
    border-radius: 50%;
    background: var(--active-inner);
    opacity: 0;
    -webkit-transform: scale(var(--s, 0.7));
            transform: scale(var(--s, 0.7));
  }
  .wafx-form-input[data-uuid-form='wa-fake-formulary'][type='radio']:checked {
    --s: .5;
  }
}

.wafx-form-input[data-uuid-form='wa-fake-formulary'] * {
  box-sizing: border-box;
}
.wafx-form-input[data-uuid-form='wa-fake-formulary'] *:before, *:after {
  box-sizing: border-box;
}

.wa_st_txt_default {
    color: rgba(33,37,41,1);
    font-family: 'Arial';
    margin-bottom: 1em;
    width: 100%;
    word-break: break-word;
    &:not(:last-child) {margin-bottom: 16px !important;} ;
}
.wa_st_txt_default a {
    color: rgba(0,0,255,1);
    font-weight: normal;
    text-decoration: underline;
}
.wa_st_txt_default.wa-last-par {
    color: rgba(33,37,41,1);
    font-family: 'Arial';
    margin-bottom: 0px;
    width: 100%;
    word-break: break-word;
    &:not(:last-child) {margin-bottom: 16px !important;} ;
}
.wa_st_txt_default.wa-last-par a {
    color: rgba(0,0,255,1);
    font-weight: normal;
    text-decoration: underline;
}
.waf_txt_css_common_0 {
    color: rgba(0,0,0,1);
    font-family: 'Arial';
    word-break: break-word;
}
.waf_txt_css_common_0 .waf_txt_body {
    text-align: left;
}
.waf_txt_css_common_0 .waf_txt_bullet_0 {
    list-style-type: none;position: relative;padding-left: 30px;;
}
.waf_txt_css_common_0 .waf_txt_bullet_0::before {
    content: attr(data-number) '. ';position: absolute;left:0;;
}
.waf_txt_css_common_0 .waf_txt_bullet_0:first-child {
    padding-left: 30px;;
}
.waf_txt_css_common_0 .waf_txt_bullet_1 {
    list-style-type: none;position: relative;padding-left: 30px;;
}
.waf_txt_css_common_0 .waf_txt_bullet_1::before {
    content: '■ ';position: absolute;left:0;;
}
.waf_txt_css_common_0 .waf_txt_bullet_1:first-child {
    padding-left: 30px;;
}
.waf_txt_css_common_0 .waf_txt_bullet_2 {
    list-style-type: none;position: relative;padding-left: 30px;;
}
.waf_txt_css_common_0 .waf_txt_bullet_2::before {
    content: '● ';position: absolute;left:0;;
}
.waf_txt_css_common_0 .waf_txt_bullet_2:first-child {
    padding-left: 30px;;
}
.waf_txt_css_common_0 .waf_txt_bullet_3 {
    list-style-type: none;position: relative;padding-left: 30px;;
}
.waf_txt_css_common_0 .waf_txt_bullet_3::before {
    content: '- ';position: absolute;left:0;;
}
.waf_txt_css_common_0 .waf_txt_bullet_3:first-child {
    padding-left: 30px;;
}
.waf_txt_css_common_0 .waf_txt_title_0 {
    color: rgba(0,0,0,1);
    text-align: left;
    text-decoration: underline;
}
.waf_txt_css_common_0 .waf_txt_title_1 {
    color: rgba(0,0,0,1);
    text-align: left;
    text-decoration: underline;
}
.waf_txt_css_common_0 .waf_txt_title_2 {
    color: rgba(0,0,0,1);
    text-align: left;
    text-decoration: underline;
}
.wa_st_txt_default {
    font-size: 13px;
    letter-spacing: 0em;
    line-height: 1.2;
    text-align: left;
}
.wa_st_txt_default.wa-last-par {
    font-size: 13px;
    letter-spacing: 0em;
    line-height: 1.2;
    text-align: left;
}
.waf_bn_img_wrap.waf_bn_index_0 {
    padding-bottom: 1rem;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 1rem;
}
.waf_txt_css_common_0 {
    font-size: 16px;
    letter-spacing: 0em;
    line-height: 120%;
    padding-bottom: 1rem;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 1rem;
}
.waf_txt_css_common_0 .waf_txt_body {
    margin-bottom: 0px;
}
.waf_txt_css_common_0 .waf_txt_title_0 {
    font-size: 32px;
    line-height: 120% !important;
    margin-bottom: 1rem;
    margin-top: 1rem;
}
.waf_txt_css_common_0 .waf_txt_title_1 {
    font-size: 24px;
    line-height: 120% !important;
    margin-bottom: 1rem;
    margin-top: 1rem;
}
.waf_txt_css_common_0 .waf_txt_title_2 {
    font-size: 16px;
    line-height: 120% !important;
    margin-bottom: 1rem;
    margin-top: 1rem;
}
@media (min-width: 992px) {
    .wa_st_txt_default {
        font-size: 13px;
        letter-spacing: 0em;
        line-height: 1.2;
        text-align: left;
    }
    .wa_st_txt_default.wa-last-par {
        font-size: 13px;
        letter-spacing: 0em;
        line-height: 1.2;
        text-align: left;
    }
    .waf_bn_img_wrap.waf_bn_index_0 {
        padding-bottom: 1rem;
        padding-left: 1rem;
        padding-right: 1rem;
        padding-top: 1rem;
    }
    .waf_txt_css_common_0 {
        font-size: 16px;
        letter-spacing: 0em;
        line-height: 120%;
        padding-bottom: 1rem;
        padding-left: 1rem;
        padding-right: 1rem;
        padding-top: 1rem;
    }
    .waf_txt_css_common_0 .waf_txt_body {
        margin-bottom: 0px;
    }
    .waf_txt_css_common_0 .waf_txt_title_0 {
        font-size: 32px;
        line-height: 120% !important;
        margin-bottom: 1rem;
        margin-top: 1rem;
    }
    .waf_txt_css_common_0 .waf_txt_title_1 {
        font-size: 24px;
        line-height: 120% !important;
        margin-bottom: 1rem;
        margin-top: 1rem;
    }
    .waf_txt_css_common_0 .waf_txt_title_2 {
        font-size: 16px;
        line-height: 120% !important;
        margin-bottom: 1rem;
        margin-top: 1rem;
    }
}
.waScrollToTopBtn {
    background: rgba(192,192,192,1);
    height: 48px;
    width: 48px;
}
.waScrollToTopBtn div {
    background-image: url("../static/wa/img/default_arrow_up.svg");
    background-size: contain;
    height: 19px;
    width: 19px;
}
.waScrollToTopBtn:hover {
    background: rgba(192,192,192,1);
}
.wa_srstyle_151f9c7f_7161_4ed1_9952_8999a2399006 {
    color: rgba(224,224,224,1);
    font-family: 'Arial';
    margin-bottom: 1em;
    width: 100%;
    word-break: break-word;
    &:not(:last-child) {margin-bottom: 16px !important;} ;
}
.wa_srstyle_151f9c7f_7161_4ed1_9952_8999a2399006 a {
    color: rgba(0,0,255,1);
    font-weight: normal;
    text-decoration: underline;
}
.wa_srstyle_151f9c7f_7161_4ed1_9952_8999a2399006 a:hover {
    color: rgba(0,0,0,0);
    text-decoration: underline;
}
.wa_srstyle_151f9c7f_7161_4ed1_9952_8999a2399006.wa-last-par {
    color: rgba(224,224,224,1);
    font-family: 'Arial';
    margin-bottom: 0px;
    width: 100%;
    word-break: break-word;
    &:not(:last-child) {margin-bottom: 16px !important;} ;
}
.wa_srstyle_151f9c7f_7161_4ed1_9952_8999a2399006.wa-last-par a {
    color: rgba(0,0,255,1);
    font-weight: normal;
    text-decoration: underline;
}
.wa_srstyle_151f9c7f_7161_4ed1_9952_8999a2399006.wa-last-par a:hover {
    color: rgba(0,0,0,0);
    text-decoration: underline;
}
.wa_srstyle_1c7cde48_fa27_44d9_90da_18641d9957be {
    color: rgba(224,224,224,1);
    font-family: 'Playfair Display';
    font-weight: 400;
    margin-bottom: 1em;
    width: 100%;
    word-break: break-word;
    &:not(:last-child) {margin-bottom: 16px !important;} ;
}
.wa_srstyle_1c7cde48_fa27_44d9_90da_18641d9957be a {
    color: rgba(0,0,255,1);
    font-weight: normal;
    text-decoration: underline;
}
.wa_srstyle_1c7cde48_fa27_44d9_90da_18641d9957be a:hover {
    color: rgba(0,0,0,0);
    text-decoration: underline;
}
.wa_srstyle_1c7cde48_fa27_44d9_90da_18641d9957be.wa-last-par {
    color: rgba(224,224,224,1);
    font-family: 'Playfair Display';
    font-weight: 400;
    margin-bottom: 0px;
    width: 100%;
    word-break: break-word;
    &:not(:last-child) {margin-bottom: 16px !important;} ;
}
.wa_srstyle_1c7cde48_fa27_44d9_90da_18641d9957be.wa-last-par a {
    color: rgba(0,0,255,1);
    font-weight: normal;
    text-decoration: underline;
}
.wa_srstyle_1c7cde48_fa27_44d9_90da_18641d9957be.wa-last-par a:hover {
    color: rgba(0,0,0,0);
    text-decoration: underline;
}
.wa_srstyle_37288db9_08d2_4756_9a1f_687f85b52a61 {
    color: rgba(224,224,224,1);
    font-family: 'Playfair Display';
    font-weight: 400;
    margin-bottom: 1em;
    width: 100%;
    word-break: break-word;
    &:not(:last-child) {margin-bottom: 16px !important;} ;
}
.wa_srstyle_37288db9_08d2_4756_9a1f_687f85b52a61 a {
    color: rgba(0,0,255,1);
    font-weight: normal;
    text-decoration: underline;
}
.wa_srstyle_37288db9_08d2_4756_9a1f_687f85b52a61 a:hover {
    color: rgba(0,0,0,0);
    text-decoration: underline;
}
.wa_srstyle_37288db9_08d2_4756_9a1f_687f85b52a61.wa-last-par {
    color: rgba(224,224,224,1);
    font-family: 'Playfair Display';
    font-weight: 400;
    margin-bottom: 0px;
    width: 100%;
    word-break: break-word;
    &:not(:last-child) {margin-bottom: 16px !important;} ;
}
.wa_srstyle_37288db9_08d2_4756_9a1f_687f85b52a61.wa-last-par a {
    color: rgba(0,0,255,1);
    font-weight: normal;
    text-decoration: underline;
}
.wa_srstyle_37288db9_08d2_4756_9a1f_687f85b52a61.wa-last-par a:hover {
    color: rgba(0,0,0,0);
    text-decoration: underline;
}
.wa_srstyle_447f708d_21da_4bfe_ac56_5419c75314ab {
    color: rgba(222,202,102,1);
    font-family: 'Playfair Display';
    font-weight: 400;
    margin-bottom: 1em;
    width: 100%;
    word-break: break-word;
    &:not(:last-child) {margin-bottom: 16px !important;} ;
}
.wa_srstyle_447f708d_21da_4bfe_ac56_5419c75314ab a {
    color: rgba(0,0,255,1);
    font-weight: normal;
    text-decoration: underline;
}
.wa_srstyle_447f708d_21da_4bfe_ac56_5419c75314ab a:hover {
    color: rgba(0,0,0,0);
    text-decoration: underline;
}
.wa_srstyle_447f708d_21da_4bfe_ac56_5419c75314ab.wa-last-par {
    color: rgba(222,202,102,1);
    font-family: 'Playfair Display';
    font-weight: 400;
    margin-bottom: 0px;
    width: 100%;
    word-break: break-word;
    &:not(:last-child) {margin-bottom: 16px !important;} ;
}
.wa_srstyle_447f708d_21da_4bfe_ac56_5419c75314ab.wa-last-par a {
    color: rgba(0,0,255,1);
    font-weight: normal;
    text-decoration: underline;
}
.wa_srstyle_447f708d_21da_4bfe_ac56_5419c75314ab.wa-last-par a:hover {
    color: rgba(0,0,0,0);
    text-decoration: underline;
}
.wa_srstyle_5957e6e0_02e0_482f_a4fa_dcdce39774ec {
    color: rgba(224,224,224,1);
    font-family: 'Arial';
    margin-bottom: 1em;
    width: 100%;
    word-break: break-word;
    &:not(:last-child) {margin-bottom: 16px !important;} ;
}
.wa_srstyle_5957e6e0_02e0_482f_a4fa_dcdce39774ec a {
    color: rgba(0,0,255,1);
    font-weight: normal;
    text-decoration: underline;
}
.wa_srstyle_5957e6e0_02e0_482f_a4fa_dcdce39774ec a:hover {
    color: rgba(0,0,0,0);
    text-decoration: underline;
}
.wa_srstyle_5957e6e0_02e0_482f_a4fa_dcdce39774ec.wa-last-par {
    color: rgba(224,224,224,1);
    font-family: 'Arial';
    margin-bottom: 0px;
    width: 100%;
    word-break: break-word;
    &:not(:last-child) {margin-bottom: 16px !important;} ;
}
.wa_srstyle_5957e6e0_02e0_482f_a4fa_dcdce39774ec.wa-last-par a {
    color: rgba(0,0,255,1);
    font-weight: normal;
    text-decoration: underline;
}
.wa_srstyle_5957e6e0_02e0_482f_a4fa_dcdce39774ec.wa-last-par a:hover {
    color: rgba(0,0,0,0);
    text-decoration: underline;
}
.wa_srstyle_7dd87619_b682_48fa_a88b_4ea270b14a10 {
    color: rgba(61,61,61,1);
    font-family: 'Arial';
    margin-bottom: 1em;
    width: 100%;
    word-break: break-word;
    &:not(:last-child) {margin-bottom: 16px !important;} ;
}
.wa_srstyle_7dd87619_b682_48fa_a88b_4ea270b14a10 a {
    color: rgba(0,0,255,1);
    font-weight: normal;
    text-decoration: underline;
}
.wa_srstyle_7dd87619_b682_48fa_a88b_4ea270b14a10 a:hover {
    color: rgba(0,0,0,0);
    text-decoration: underline;
}
.wa_srstyle_7dd87619_b682_48fa_a88b_4ea270b14a10.wa-last-par {
    color: rgba(61,61,61,1);
    font-family: 'Arial';
    margin-bottom: 0px;
    width: 100%;
    word-break: break-word;
    &:not(:last-child) {margin-bottom: 16px !important;} ;
}
.wa_srstyle_7dd87619_b682_48fa_a88b_4ea270b14a10.wa-last-par a {
    color: rgba(0,0,255,1);
    font-weight: normal;
    text-decoration: underline;
}
.wa_srstyle_7dd87619_b682_48fa_a88b_4ea270b14a10.wa-last-par a:hover {
    color: rgba(0,0,0,0);
    text-decoration: underline;
}
.wa_srstyle_8884b6ca_4db7_43e7_84a2_25cc8f598e9f {
    color: rgba(224,224,224,1);
    font-family: 'Arial';
    margin-bottom: 1em;
    width: 100%;
    word-break: break-word;
    &:not(:last-child) {margin-bottom: 16px !important;} ;
}
.wa_srstyle_8884b6ca_4db7_43e7_84a2_25cc8f598e9f a {
    color: rgba(222,202,102,1);
    font-weight: normal;
    text-decoration: none;
}
.wa_srstyle_8884b6ca_4db7_43e7_84a2_25cc8f598e9f a:hover {
    color: rgba(154,124,92,1);
    text-decoration: none;
}
.wa_srstyle_8884b6ca_4db7_43e7_84a2_25cc8f598e9f.wa-last-par {
    color: rgba(224,224,224,1);
    font-family: 'Arial';
    margin-bottom: 0px;
    width: 100%;
    word-break: break-word;
    &:not(:last-child) {margin-bottom: 16px !important;} ;
}
.wa_srstyle_8884b6ca_4db7_43e7_84a2_25cc8f598e9f.wa-last-par a {
    color: rgba(222,202,102,1);
    font-weight: normal;
    text-decoration: none;
}
.wa_srstyle_8884b6ca_4db7_43e7_84a2_25cc8f598e9f.wa-last-par a:hover {
    color: rgba(154,124,92,1);
    text-decoration: none;
}
.wa_srstyle_8d634b9a_18d4_4dfe_89cc_cb0970c71ed6 {
    color: rgba(33,37,41,1);
    font-family: 'Playfair Display';
    font-weight: 400;
    margin-bottom: 1em;
    width: 100%;
    word-break: break-word;
    &:not(:last-child) {margin-bottom: 16px !important;} ;
}
.wa_srstyle_8d634b9a_18d4_4dfe_89cc_cb0970c71ed6 a {
    color: rgba(0,0,255,1);
    font-weight: normal;
    text-decoration: underline;
}
.wa_srstyle_8d634b9a_18d4_4dfe_89cc_cb0970c71ed6 a:hover {
    color: rgba(0,0,0,0);
    text-decoration: underline;
}
.wa_srstyle_8d634b9a_18d4_4dfe_89cc_cb0970c71ed6.wa-last-par {
    color: rgba(33,37,41,1);
    font-family: 'Playfair Display';
    font-weight: 400;
    margin-bottom: 0px;
    width: 100%;
    word-break: break-word;
    &:not(:last-child) {margin-bottom: 16px !important;} ;
}
.wa_srstyle_8d634b9a_18d4_4dfe_89cc_cb0970c71ed6.wa-last-par a {
    color: rgba(0,0,255,1);
    font-weight: normal;
    text-decoration: underline;
}
.wa_srstyle_8d634b9a_18d4_4dfe_89cc_cb0970c71ed6.wa-last-par a:hover {
    color: rgba(0,0,0,0);
    text-decoration: underline;
}
.wa_srstyle_92666257_a320_4456_82c3_29389661f54d {
    color: rgba(61,61,61,1);
    font-family: 'Arial';
    margin-bottom: 1em;
    width: 100%;
    word-break: break-word;
    &:not(:last-child) {margin-bottom: 16px !important;} ;
}
.wa_srstyle_92666257_a320_4456_82c3_29389661f54d a {
    color: rgba(181,145,17,1);
    font-weight: normal;
    text-decoration: none;
}
.wa_srstyle_92666257_a320_4456_82c3_29389661f54d a:hover {
    color: rgba(154,124,92,1);
    text-decoration: none;
}
.wa_srstyle_92666257_a320_4456_82c3_29389661f54d.wa-last-par {
    color: rgba(61,61,61,1);
    font-family: 'Arial';
    margin-bottom: 0px;
    width: 100%;
    word-break: break-word;
    &:not(:last-child) {margin-bottom: 16px !important;} ;
}
.wa_srstyle_92666257_a320_4456_82c3_29389661f54d.wa-last-par a {
    color: rgba(181,145,17,1);
    font-weight: normal;
    text-decoration: none;
}
.wa_srstyle_92666257_a320_4456_82c3_29389661f54d.wa-last-par a:hover {
    color: rgba(154,124,92,1);
    text-decoration: none;
}
.wa_srstyle_aeeb5d39_43b1_4c6a_bf64_43c9db586ef8 {
    color: rgba(230,226,187,1);
    font-family: 'Playfair Display';
    font-weight: 400;
    margin-bottom: 1em;
    width: 100%;
    word-break: break-word;
    &:not(:last-child) {margin-bottom: 16px !important;} ;
}
.wa_srstyle_aeeb5d39_43b1_4c6a_bf64_43c9db586ef8 a {
    color: rgba(0,0,255,1);
    font-weight: normal;
    text-decoration: underline;
}
.wa_srstyle_aeeb5d39_43b1_4c6a_bf64_43c9db586ef8 a:hover {
    color: rgba(0,0,0,0);
    text-decoration: underline;
}
.wa_srstyle_aeeb5d39_43b1_4c6a_bf64_43c9db586ef8.wa-last-par {
    color: rgba(230,226,187,1);
    font-family: 'Playfair Display';
    font-weight: 400;
    margin-bottom: 0px;
    width: 100%;
    word-break: break-word;
    &:not(:last-child) {margin-bottom: 16px !important;} ;
}
.wa_srstyle_aeeb5d39_43b1_4c6a_bf64_43c9db586ef8.wa-last-par a {
    color: rgba(0,0,255,1);
    font-weight: normal;
    text-decoration: underline;
}
.wa_srstyle_aeeb5d39_43b1_4c6a_bf64_43c9db586ef8.wa-last-par a:hover {
    color: rgba(0,0,0,0);
    text-decoration: underline;
}
.wa_srstyle_ca19db00_ec02_4f29_9db4_a80d1179a21c {
    color: rgba(61,61,61,1);
    font-family: 'Arial';
    font-style: italic;
    margin-bottom: 1em;
    width: 100%;
    word-break: break-word;
    &:not(:last-child) {margin-bottom: 16px !important;} ;
}
.wa_srstyle_ca19db00_ec02_4f29_9db4_a80d1179a21c a {
    color: rgba(0,0,255,1);
    font-weight: normal;
    text-decoration: underline;
}
.wa_srstyle_ca19db00_ec02_4f29_9db4_a80d1179a21c a:hover {
    color: rgba(0,0,0,0);
    text-decoration: underline;
}
.wa_srstyle_ca19db00_ec02_4f29_9db4_a80d1179a21c.wa-last-par {
    color: rgba(61,61,61,1);
    font-family: 'Arial';
    font-style: italic;
    margin-bottom: 0px;
    width: 100%;
    word-break: break-word;
    &:not(:last-child) {margin-bottom: 16px !important;} ;
}
.wa_srstyle_ca19db00_ec02_4f29_9db4_a80d1179a21c.wa-last-par a {
    color: rgba(0,0,255,1);
    font-weight: normal;
    text-decoration: underline;
}
.wa_srstyle_ca19db00_ec02_4f29_9db4_a80d1179a21c.wa-last-par a:hover {
    color: rgba(0,0,0,0);
    text-decoration: underline;
}
.wa_srstyle_ce479b07_7ce2_454b_923e_fe144a2230fc {
    color: rgba(33,37,41,1);
    font-family: 'Arial';
    margin-bottom: 1em;
    width: 100%;
    word-break: break-word;
    &:not(:last-child) {margin-bottom: 16px !important;} ;
}
.wa_srstyle_ce479b07_7ce2_454b_923e_fe144a2230fc a {
    color: rgba(0,0,255,1);
    font-weight: normal;
    text-decoration: underline;
}
.wa_srstyle_ce479b07_7ce2_454b_923e_fe144a2230fc a:hover {
    color: rgba(0,0,0,0);
    text-decoration: underline;
}
.wa_srstyle_ce479b07_7ce2_454b_923e_fe144a2230fc.wa-last-par {
    color: rgba(33,37,41,1);
    font-family: 'Arial';
    margin-bottom: 0px;
    width: 100%;
    word-break: break-word;
    &:not(:last-child) {margin-bottom: 16px !important;} ;
}
.wa_srstyle_ce479b07_7ce2_454b_923e_fe144a2230fc.wa-last-par a {
    color: rgba(0,0,255,1);
    font-weight: normal;
    text-decoration: underline;
}
.wa_srstyle_ce479b07_7ce2_454b_923e_fe144a2230fc.wa-last-par a:hover {
    color: rgba(0,0,0,0);
    text-decoration: underline;
}
.wa_srstyle_de69dac3_87b5_41a9_b71a_cdf1b1fc7c4f {
    color: rgba(61,61,61,1);
    font-family: 'Playfair Display';
    font-weight: 400;
    margin-bottom: 1em;
    width: 100%;
    word-break: break-word;
    &:not(:last-child) {margin-bottom: 16px !important;} ;
}
.wa_srstyle_de69dac3_87b5_41a9_b71a_cdf1b1fc7c4f a {
    color: rgba(0,0,255,1);
    font-weight: normal;
    text-decoration: underline;
}
.wa_srstyle_de69dac3_87b5_41a9_b71a_cdf1b1fc7c4f a:hover {
    color: rgba(0,0,0,0);
    text-decoration: underline;
}
.wa_srstyle_de69dac3_87b5_41a9_b71a_cdf1b1fc7c4f.wa-last-par {
    color: rgba(61,61,61,1);
    font-family: 'Playfair Display';
    font-weight: 400;
    margin-bottom: 0px;
    width: 100%;
    word-break: break-word;
    &:not(:last-child) {margin-bottom: 16px !important;} ;
}
.wa_srstyle_de69dac3_87b5_41a9_b71a_cdf1b1fc7c4f.wa-last-par a {
    color: rgba(0,0,255,1);
    font-weight: normal;
    text-decoration: underline;
}
.wa_srstyle_de69dac3_87b5_41a9_b71a_cdf1b1fc7c4f.wa-last-par a:hover {
    color: rgba(0,0,0,0);
    text-decoration: underline;
}
.waLayoutPreviewInfosLabel .walayoutFmt .waLayWaFusion_lg {
    display: none;
}
.waLayoutPreviewInfosLabel .walayoutFmt .waLayWaFusion_xs {
    display: flex;
}
.wa_srstyle_151f9c7f_7161_4ed1_9952_8999a2399006 {
    font-size: 24px;
    letter-spacing: 0.05em;
    line-height: 1.2;
    text-align: center;
}
.wa_srstyle_151f9c7f_7161_4ed1_9952_8999a2399006.wa-last-par {
    font-size: 24px;
    letter-spacing: 0.05em;
    line-height: 1.2;
    text-align: center;
}
.wa_srstyle_1c7cde48_fa27_44d9_90da_18641d9957be {
    font-size: 20px;
    letter-spacing: 0em;
    line-height: 1.2;
    text-align: center;
}
.wa_srstyle_1c7cde48_fa27_44d9_90da_18641d9957be.wa-last-par {
    font-size: 20px;
    letter-spacing: 0em;
    line-height: 1.2;
    text-align: center;
}
.wa_srstyle_37288db9_08d2_4756_9a1f_687f85b52a61 {
    font-size: 24px;
    letter-spacing: 0em;
    line-height: 1.2;
    text-align: center;
}
.wa_srstyle_37288db9_08d2_4756_9a1f_687f85b52a61.wa-last-par {
    font-size: 24px;
    letter-spacing: 0em;
    line-height: 1.2;
    text-align: center;
}
.wa_srstyle_447f708d_21da_4bfe_ac56_5419c75314ab {
    font-size: 36px;
    letter-spacing: 0em;
    line-height: 1.2;
    text-align: center;
}
.wa_srstyle_447f708d_21da_4bfe_ac56_5419c75314ab.wa-last-par {
    font-size: 36px;
    letter-spacing: 0em;
    line-height: 1.2;
    text-align: center;
}
.wa_srstyle_5957e6e0_02e0_482f_a4fa_dcdce39774ec {
    font-size: 24px;
    letter-spacing: 0em;
    line-height: 1.2;
    text-align: center;
}
.wa_srstyle_5957e6e0_02e0_482f_a4fa_dcdce39774ec.wa-last-par {
    font-size: 24px;
    letter-spacing: 0em;
    line-height: 1.2;
    text-align: center;
}
.wa_srstyle_7dd87619_b682_48fa_a88b_4ea270b14a10 {
    font-size: 22px;
    letter-spacing: 0em;
    line-height: 1.2;
    text-align: left;
}
.wa_srstyle_7dd87619_b682_48fa_a88b_4ea270b14a10.wa-last-par {
    font-size: 22px;
    letter-spacing: 0em;
    line-height: 1.2;
    text-align: left;
}
.wa_srstyle_8884b6ca_4db7_43e7_84a2_25cc8f598e9f {
    font-size: 20px;
    letter-spacing: 0em;
    line-height: 1.2;
    text-align: left;
}
.wa_srstyle_8884b6ca_4db7_43e7_84a2_25cc8f598e9f.wa-last-par {
    font-size: 20px;
    letter-spacing: 0em;
    line-height: 1.2;
    text-align: left;
}
.wa_srstyle_8d634b9a_18d4_4dfe_89cc_cb0970c71ed6 {
    font-size: 32px;
    letter-spacing: 0em;
    line-height: 1.2;
    text-align: center;
}
.wa_srstyle_8d634b9a_18d4_4dfe_89cc_cb0970c71ed6.wa-last-par {
    font-size: 32px;
    letter-spacing: 0em;
    line-height: 1.2;
    text-align: center;
}
.wa_srstyle_92666257_a320_4456_82c3_29389661f54d {
    font-size: 20px;
    letter-spacing: 0em;
    line-height: 1.2;
    text-align: left;
}
.wa_srstyle_92666257_a320_4456_82c3_29389661f54d.wa-last-par {
    font-size: 20px;
    letter-spacing: 0em;
    line-height: 1.2;
    text-align: left;
}
.wa_srstyle_aeeb5d39_43b1_4c6a_bf64_43c9db586ef8 {
    font-size: 36px;
    letter-spacing: 0em;
    line-height: 1.2;
    text-align: center;
}
.wa_srstyle_aeeb5d39_43b1_4c6a_bf64_43c9db586ef8.wa-last-par {
    font-size: 36px;
    letter-spacing: 0em;
    line-height: 1.2;
    text-align: center;
}
.wa_srstyle_ca19db00_ec02_4f29_9db4_a80d1179a21c {
    font-size: 26px;
    letter-spacing: 0em;
    line-height: 1.2;
    text-align: center;
}
.wa_srstyle_ca19db00_ec02_4f29_9db4_a80d1179a21c.wa-last-par {
    font-size: 26px;
    letter-spacing: 0em;
    line-height: 1.2;
    text-align: center;
}
.wa_srstyle_ce479b07_7ce2_454b_923e_fe144a2230fc {
    font-size: 24px;
    letter-spacing: 0em;
    line-height: 1.2;
    text-align: left;
}
.wa_srstyle_ce479b07_7ce2_454b_923e_fe144a2230fc.wa-last-par {
    font-size: 24px;
    letter-spacing: 0em;
    line-height: 1.2;
    text-align: left;
}
.wa_srstyle_de69dac3_87b5_41a9_b71a_cdf1b1fc7c4f {
    font-size: 36px;
    letter-spacing: 0em;
    line-height: 1.2;
    text-align: center;
}
.wa_srstyle_de69dac3_87b5_41a9_b71a_cdf1b1fc7c4f.wa-last-par {
    font-size: 36px;
    letter-spacing: 0em;
    line-height: 1.2;
    text-align: center;
}
@media (min-width: 992px) {
    .waLayoutPreviewInfosLabel .walayoutFmt .waLayWaFusion_lg {
        display: flex;
    }
    .waLayoutPreviewInfosLabel .walayoutFmt .waLayWaFusion_xs {
        display: none;
    }
    .wa_srstyle_151f9c7f_7161_4ed1_9952_8999a2399006 {
        font-size: 24px;
        letter-spacing: 0.05em;
        line-height: 1.2;
        text-align: center;
    }
    .wa_srstyle_151f9c7f_7161_4ed1_9952_8999a2399006.wa-last-par {
        font-size: 24px;
        letter-spacing: 0.05em;
        line-height: 1.2;
        text-align: center;
    }
    .wa_srstyle_1c7cde48_fa27_44d9_90da_18641d9957be {
        font-size: 20px;
        letter-spacing: 0em;
        line-height: 1.2;
        text-align: center;
    }
    .wa_srstyle_1c7cde48_fa27_44d9_90da_18641d9957be.wa-last-par {
        font-size: 20px;
        letter-spacing: 0em;
        line-height: 1.2;
        text-align: center;
    }
    .wa_srstyle_37288db9_08d2_4756_9a1f_687f85b52a61 {
        font-size: 24px;
        letter-spacing: 0em;
        line-height: 1.2;
        text-align: center;
    }
    .wa_srstyle_37288db9_08d2_4756_9a1f_687f85b52a61.wa-last-par {
        font-size: 24px;
        letter-spacing: 0em;
        line-height: 1.2;
        text-align: center;
    }
    .wa_srstyle_447f708d_21da_4bfe_ac56_5419c75314ab {
        font-size: 36px;
        letter-spacing: 0em;
        line-height: 1.2;
        text-align: center;
    }
    .wa_srstyle_447f708d_21da_4bfe_ac56_5419c75314ab.wa-last-par {
        font-size: 36px;
        letter-spacing: 0em;
        line-height: 1.2;
        text-align: center;
    }
    .wa_srstyle_5957e6e0_02e0_482f_a4fa_dcdce39774ec {
        font-size: 24px;
        letter-spacing: 0em;
        line-height: 1.2;
        text-align: center;
    }
    .wa_srstyle_5957e6e0_02e0_482f_a4fa_dcdce39774ec.wa-last-par {
        font-size: 24px;
        letter-spacing: 0em;
        line-height: 1.2;
        text-align: center;
    }
    .wa_srstyle_7dd87619_b682_48fa_a88b_4ea270b14a10 {
        font-size: 22px;
        letter-spacing: 0em;
        line-height: 1.2;
        text-align: left;
    }
    .wa_srstyle_7dd87619_b682_48fa_a88b_4ea270b14a10.wa-last-par {
        font-size: 22px;
        letter-spacing: 0em;
        line-height: 1.2;
        text-align: left;
    }
    .wa_srstyle_8884b6ca_4db7_43e7_84a2_25cc8f598e9f {
        font-size: 20px;
        letter-spacing: 0em;
        line-height: 1.2;
        text-align: left;
    }
    .wa_srstyle_8884b6ca_4db7_43e7_84a2_25cc8f598e9f.wa-last-par {
        font-size: 20px;
        letter-spacing: 0em;
        line-height: 1.2;
        text-align: left;
    }
    .wa_srstyle_8d634b9a_18d4_4dfe_89cc_cb0970c71ed6 {
        font-size: 32px;
        letter-spacing: 0em;
        line-height: 1.2;
        text-align: center;
    }
    .wa_srstyle_8d634b9a_18d4_4dfe_89cc_cb0970c71ed6.wa-last-par {
        font-size: 32px;
        letter-spacing: 0em;
        line-height: 1.2;
        text-align: center;
    }
    .wa_srstyle_92666257_a320_4456_82c3_29389661f54d {
        font-size: 20px;
        letter-spacing: 0em;
        line-height: 1.2;
        text-align: left;
    }
    .wa_srstyle_92666257_a320_4456_82c3_29389661f54d.wa-last-par {
        font-size: 20px;
        letter-spacing: 0em;
        line-height: 1.2;
        text-align: left;
    }
    .wa_srstyle_aeeb5d39_43b1_4c6a_bf64_43c9db586ef8 {
        font-size: 36px;
        letter-spacing: 0em;
        line-height: 1.2;
        text-align: center;
    }
    .wa_srstyle_aeeb5d39_43b1_4c6a_bf64_43c9db586ef8.wa-last-par {
        font-size: 36px;
        letter-spacing: 0em;
        line-height: 1.2;
        text-align: center;
    }
    .wa_srstyle_ca19db00_ec02_4f29_9db4_a80d1179a21c {
        font-size: 26px;
        letter-spacing: 0em;
        line-height: 1.2;
        text-align: center;
    }
    .wa_srstyle_ca19db00_ec02_4f29_9db4_a80d1179a21c.wa-last-par {
        font-size: 26px;
        letter-spacing: 0em;
        line-height: 1.2;
        text-align: center;
    }
    .wa_srstyle_ce479b07_7ce2_454b_923e_fe144a2230fc {
        font-size: 24px;
        letter-spacing: 0em;
        line-height: 1.2;
        text-align: left;
    }
    .wa_srstyle_ce479b07_7ce2_454b_923e_fe144a2230fc.wa-last-par {
        font-size: 24px;
        letter-spacing: 0em;
        line-height: 1.2;
        text-align: left;
    }
    .wa_srstyle_de69dac3_87b5_41a9_b71a_cdf1b1fc7c4f {
        font-size: 36px;
        letter-spacing: 0em;
        line-height: 1.2;
        text-align: center;
    }
    .wa_srstyle_de69dac3_87b5_41a9_b71a_cdf1b1fc7c4f.wa-last-par {
        font-size: 36px;
        letter-spacing: 0em;
        line-height: 1.2;
        text-align: center;
    }
}
