




@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;
    line-height: 1.2;
    text-align: left;
}
.wa_st_txt_default.wa-last-par {
    font-size: 13px;
    line-height: 1.2;
    text-align: left;
}
.waf_bn_img_wrap.waf_bn_index_0 {
    padding-bottom: 0px;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 0px;
}
.waf_txt_css_common_0 {
    font-size: 16px;
    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: 0px;
    margin-top: 0px;
}
.waf_txt_css_common_0 .waf_txt_title_1 {
    font-size: 24px;
    line-height: 120% !important;
    margin-bottom: 0px;
    margin-top: 0px;
}
.waf_txt_css_common_0 .waf_txt_title_2 {
    font-size: 16px;
    line-height: 120% !important;
    margin-bottom: 0px;
    margin-top: 0px;
}
@media (min-width: 576px) {
    .wa_st_txt_default {
        font-size: 13px;
        line-height: 1.2;
        text-align: left;
    }
    .wa_st_txt_default.wa-last-par {
        font-size: 13px;
        line-height: 1.2;
        text-align: left;
    }
    .waf_bn_img_wrap.waf_bn_index_0 {
        padding-bottom: 0px;
        padding-left: 0px;
        padding-right: 0px;
        padding-top: 0px;
    }
    .waf_txt_css_common_0 {
        font-size: 16px;
        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: 0px;
        margin-top: 0px;
    }
    .waf_txt_css_common_0 .waf_txt_title_1 {
        font-size: 24px;
        line-height: 120% !important;
        margin-bottom: 0px;
        margin-top: 0px;
    }
    .waf_txt_css_common_0 .waf_txt_title_2 {
        font-size: 16px;
        line-height: 120% !important;
        margin-bottom: 0px;
        margin-top: 0px;
    }
}
@media (min-width: 768px) {
    .wa_st_txt_default {
        font-size: 13px;
        line-height: 1.2;
        text-align: left;
    }
    .wa_st_txt_default.wa-last-par {
        font-size: 13px;
        line-height: 1.2;
        text-align: left;
    }
    .waf_bn_img_wrap.waf_bn_index_0 {
        padding-bottom: 0px;
        padding-left: 0px;
        padding-right: 0px;
        padding-top: 0px;
    }
    .waf_txt_css_common_0 {
        font-size: 16px;
        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: 0px;
        margin-top: 0px;
    }
    .waf_txt_css_common_0 .waf_txt_title_1 {
        font-size: 24px;
        line-height: 120% !important;
        margin-bottom: 0px;
        margin-top: 0px;
    }
    .waf_txt_css_common_0 .waf_txt_title_2 {
        font-size: 16px;
        line-height: 120% !important;
        margin-bottom: 0px;
        margin-top: 0px;
    }
}
@media (min-width: 992px) {
    .wa_st_txt_default {
        font-size: 13px;
        line-height: 1.2;
        text-align: left;
    }
    .wa_st_txt_default.wa-last-par {
        font-size: 13px;
        line-height: 1.2;
        text-align: left;
    }
    .waf_bn_img_wrap.waf_bn_index_0 {
        padding-bottom: 0px;
        padding-left: 0px;
        padding-right: 0px;
        padding-top: 0px;
    }
    .waf_txt_css_common_0 {
        font-size: 16px;
        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: 0px;
        margin-top: 0px;
    }
    .waf_txt_css_common_0 .waf_txt_title_1 {
        font-size: 24px;
        line-height: 120% !important;
        margin-bottom: 0px;
        margin-top: 0px;
    }
    .waf_txt_css_common_0 .waf_txt_title_2 {
        font-size: 16px;
        line-height: 120% !important;
        margin-bottom: 0px;
        margin-top: 0px;
    }
}
.waBlockSocialBar {
    pointer-events: none;
    z-index: 1030;
}
.waBlockSocialBar .fl-fl {
    display: flex;
    font: normal normal 10px Arial;
    letter-spacing: 3px;
    padding: 4px;
    pointer-events: all;
    text-decoration: none;
    transition: all .25s ease;
    z-index: 1000;
}
.waBlockSocialBar .fl-fl .waFa {
    color: #fff;
    font-size: 20px;
    padding: 10px 0;
    width: 40px;
}
.waBlockSocialBar .fl-fl .waText {
    line-height: 43px!important;
    text-align: center;
    text-decoration: none;
    vertical-align: top!important;
}
.waBlockSocialBar .float-fb_0 {
    background: rgba(248,141,37,1);
}
.waBlockSocialBar .float-fb_0 .waFa {
    color: rgba(255,255,255,1);
}
.waBlockSocialBar .float-fb_0 .waText {
    color: rgba(255,255,255,1);
}
.waBlockSocialBar .float-fb_1 {
    background: rgba(248,141,37,1);
}
.waBlockSocialBar .float-fb_1 .waFa {
    color: rgba(255,255,255,1);
}
.waBlockSocialBar .float-fb_1 .waText {
    color: rgba(255,255,255,1);
}
.waBlockSocialBar .float-fb_2 {
    background: rgba(248,141,37,1);
}
.waBlockSocialBar .float-fb_2 .waFa {
    color: rgba(255,255,255,1);
}
.waBlockSocialBar .float-fb_2 .waText {
    color: rgba(255,255,255,1);
}
.waBlockSocialBar .float-fb_3 {
    background: rgba(248,141,37,1);
}
.waBlockSocialBar .float-fb_3 .waFa {
    color: rgba(255,255,255,1);
}
.waBlockSocialBar .float-fb_3 .waText {
    color: rgba(255,255,255,1);
}
.waBlockSocialBar .float-fb_4 {
    background: rgba(248,141,37,1);
}
.waBlockSocialBar .float-fb_4 .waFa {
    color: rgba(255,255,255,1);
}
.waBlockSocialBar .float-fb_4 .waText {
    color: rgba(255,255,255,1);
}
.waBlockSocialBar .waPicto {
    align-items: center;
    display: flex;
    height: 40px;
    width: 40px;
}
.waBlockSocialBar .waPicto img {
    height: 22px;
    width: 22px;
}
.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_125cec50_899f_420d_818c_8162606c3ff5 {
    color: rgba(255,255,255,1);
    font-family: 'Arial';
    font-weight: bolder;
    margin-bottom: 1em;
    width: 100%;
    word-break: break-word;
    &:not(:last-child) {margin-bottom: 16px !important;} ;
}
.wa_srstyle_125cec50_899f_420d_818c_8162606c3ff5 a {
    color: rgba(255,255,255,1);
    font-weight: bolder;
    text-decoration: none;
}
.wa_srstyle_125cec50_899f_420d_818c_8162606c3ff5 a:hover {
    color: rgba(255,255,255,1);
    text-decoration: underline;
}
.wa_srstyle_125cec50_899f_420d_818c_8162606c3ff5.wa-last-par {
    color: rgba(255,255,255,1);
    font-family: 'Arial';
    font-weight: bolder;
    margin-bottom: 0px;
    width: 100%;
    word-break: break-word;
    &:not(:last-child) {margin-bottom: 16px !important;} ;
}
.wa_srstyle_125cec50_899f_420d_818c_8162606c3ff5.wa-last-par a {
    color: rgba(255,255,255,1);
    font-weight: bolder;
    text-decoration: none;
}
.wa_srstyle_125cec50_899f_420d_818c_8162606c3ff5.wa-last-par a:hover {
    color: rgba(255,255,255,1);
    text-decoration: underline;
}
.wa_srstyle_1be33bab_616b_4e85_a80e_0cc06d3938d6 {
    color: rgba(248,141,37,1);
    font-family: 'Arial';
    margin-bottom: 1em;
    width: 100%;
    word-break: break-word;
    &:not(:last-child) {margin-bottom: 16px !important;} ;
}
.wa_srstyle_1be33bab_616b_4e85_a80e_0cc06d3938d6 a {
    color: rgba(0,0,255,1);
    font-weight: normal;
    text-decoration: underline;
}
.wa_srstyle_1be33bab_616b_4e85_a80e_0cc06d3938d6.wa-last-par {
    color: rgba(248,141,37,1);
    font-family: 'Arial';
    margin-bottom: 0px;
    width: 100%;
    word-break: break-word;
    &:not(:last-child) {margin-bottom: 16px !important;} ;
}
.wa_srstyle_1be33bab_616b_4e85_a80e_0cc06d3938d6.wa-last-par a {
    color: rgba(0,0,255,1);
    font-weight: normal;
    text-decoration: underline;
}
.wa_srstyle_343fcad2_3c74_467b_a538_208527a6aff7 {
    color: rgba(0,0,0,1);
    font-family: 'Arial';
    font-weight: bolder;
    margin-bottom: 1em;
    width: 100%;
    word-break: break-word;
    &:not(:last-child) {margin-bottom: 16px !important;} ;
}
.wa_srstyle_343fcad2_3c74_467b_a538_208527a6aff7 a {
    color: rgba(51,51,51,1);
    font-weight: bolder;
    text-decoration: none;
}
.wa_srstyle_343fcad2_3c74_467b_a538_208527a6aff7 a:hover {
    color: rgba(0,0,0,0);
    text-decoration: underline;
}
.wa_srstyle_343fcad2_3c74_467b_a538_208527a6aff7.wa-last-par {
    color: rgba(0,0,0,1);
    font-family: 'Arial';
    font-weight: bolder;
    margin-bottom: 0px;
    width: 100%;
    word-break: break-word;
    &:not(:last-child) {margin-bottom: 16px !important;} ;
}
.wa_srstyle_343fcad2_3c74_467b_a538_208527a6aff7.wa-last-par a {
    color: rgba(51,51,51,1);
    font-weight: bolder;
    text-decoration: none;
}
.wa_srstyle_343fcad2_3c74_467b_a538_208527a6aff7.wa-last-par a:hover {
    color: rgba(0,0,0,0);
    text-decoration: underline;
}
.wa_srstyle_38f2ae8a_5504_490e_bbfa_4dac9626e5ea {
    color: rgba(33,37,41,1);
    font-family: 'Arial';
    font-weight: bolder;
    margin-bottom: 1em;
    width: 100%;
    word-break: break-word;
    &:not(:last-child) {margin-bottom: 16px !important;} ;
}
.wa_srstyle_38f2ae8a_5504_490e_bbfa_4dac9626e5ea a {
    color: rgba(92,92,92,1);
    font-weight: bolder;
    text-decoration: none;
}
.wa_srstyle_38f2ae8a_5504_490e_bbfa_4dac9626e5ea a:hover {
    color: rgba(0,0,0,0);
    text-decoration: underline;
}
.wa_srstyle_38f2ae8a_5504_490e_bbfa_4dac9626e5ea.wa-last-par {
    color: rgba(33,37,41,1);
    font-family: 'Arial';
    font-weight: bolder;
    margin-bottom: 0px;
    width: 100%;
    word-break: break-word;
    &:not(:last-child) {margin-bottom: 16px !important;} ;
}
.wa_srstyle_38f2ae8a_5504_490e_bbfa_4dac9626e5ea.wa-last-par a {
    color: rgba(92,92,92,1);
    font-weight: bolder;
    text-decoration: none;
}
.wa_srstyle_38f2ae8a_5504_490e_bbfa_4dac9626e5ea.wa-last-par a:hover {
    color: rgba(0,0,0,0);
    text-decoration: underline;
}
.wa_srstyle_3abf401c_5ce3_4d76_ba44_80919a918b59 {
    color: rgba(255,255,255,1);
    font-family: 'Arial';
    margin-bottom: 1em;
    width: 100%;
    word-break: break-word;
    &:not(:last-child) {margin-bottom: 16px !important;} ;
}
.wa_srstyle_3abf401c_5ce3_4d76_ba44_80919a918b59 a {
    color: rgba(255,255,255,1);
    font-weight: normal;
    text-decoration: none;
}
.wa_srstyle_3abf401c_5ce3_4d76_ba44_80919a918b59.wa-last-par {
    color: rgba(255,255,255,1);
    font-family: 'Arial';
    margin-bottom: 0px;
    width: 100%;
    word-break: break-word;
    &:not(:last-child) {margin-bottom: 16px !important;} ;
}
.wa_srstyle_3abf401c_5ce3_4d76_ba44_80919a918b59.wa-last-par a {
    color: rgba(255,255,255,1);
    font-weight: normal;
    text-decoration: none;
}
.wa_srstyle_499dc260_2d70_47a1_ab53_5edc9b725574 {
    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_499dc260_2d70_47a1_ab53_5edc9b725574 a {
    color: rgba(92,92,92,1);
    font-weight: bolder;
    text-decoration: none;
}
.wa_srstyle_499dc260_2d70_47a1_ab53_5edc9b725574 a:hover {
    color: rgba(248,141,37,1);
    text-decoration: underline;
}
.wa_srstyle_499dc260_2d70_47a1_ab53_5edc9b725574.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_499dc260_2d70_47a1_ab53_5edc9b725574.wa-last-par a {
    color: rgba(92,92,92,1);
    font-weight: bolder;
    text-decoration: none;
}
.wa_srstyle_499dc260_2d70_47a1_ab53_5edc9b725574.wa-last-par a:hover {
    color: rgba(248,141,37,1);
    text-decoration: underline;
}
.wa_srstyle_4b69b3ae_dfe6_4dff_b291_7ff05f30fee1 {
    color: rgba(51,51,51,1);
    font-family: 'Arial';
    margin-bottom: 1em;
    width: 100%;
    word-break: break-word;
    &:not(:last-child) {margin-bottom: 16px !important;} ;
}
.wa_srstyle_4b69b3ae_dfe6_4dff_b291_7ff05f30fee1 a {
    color: rgba(51,51,51,1);
    font-weight: bolder;
    text-decoration: none;
}
.wa_srstyle_4b69b3ae_dfe6_4dff_b291_7ff05f30fee1 a:hover {
    color: rgba(51,51,51,1);
    text-decoration: none;
}
.wa_srstyle_4b69b3ae_dfe6_4dff_b291_7ff05f30fee1.wa-last-par {
    color: rgba(51,51,51,1);
    font-family: 'Arial';
    margin-bottom: 0px;
    width: 100%;
    word-break: break-word;
    &:not(:last-child) {margin-bottom: 16px !important;} ;
}
.wa_srstyle_4b69b3ae_dfe6_4dff_b291_7ff05f30fee1.wa-last-par a {
    color: rgba(51,51,51,1);
    font-weight: bolder;
    text-decoration: none;
}
.wa_srstyle_4b69b3ae_dfe6_4dff_b291_7ff05f30fee1.wa-last-par a:hover {
    color: rgba(51,51,51,1);
    text-decoration: none;
}
.wa_srstyle_5e9896e3_a55c_4ad8_a18c_6d5cec7a51e1 {
    color: rgba(255,255,255,1);
    font-family: 'Arial';
    margin-bottom: 1em;
    width: 100%;
    word-break: break-word;
    &:not(:last-child) {margin-bottom: 16px !important;} ;
}
.wa_srstyle_5e9896e3_a55c_4ad8_a18c_6d5cec7a51e1 a {
    color: rgba(255,255,255,1);
    font-weight: normal;
    text-decoration: underline;
}
.wa_srstyle_5e9896e3_a55c_4ad8_a18c_6d5cec7a51e1 a:hover {
    color: rgba(0,0,0,0);
    text-decoration: underline;
}
.wa_srstyle_5e9896e3_a55c_4ad8_a18c_6d5cec7a51e1.wa-last-par {
    color: rgba(255,255,255,1);
    font-family: 'Arial';
    margin-bottom: 0px;
    width: 100%;
    word-break: break-word;
    &:not(:last-child) {margin-bottom: 16px !important;} ;
}
.wa_srstyle_5e9896e3_a55c_4ad8_a18c_6d5cec7a51e1.wa-last-par a {
    color: rgba(255,255,255,1);
    font-weight: normal;
    text-decoration: underline;
}
.wa_srstyle_5e9896e3_a55c_4ad8_a18c_6d5cec7a51e1.wa-last-par a:hover {
    color: rgba(0,0,0,0);
    text-decoration: underline;
}
.wa_srstyle_6567a276_36b3_49bc_b64a_e8142efeee17 {
    color: rgba(0,0,0,1);
    font-family: 'Arial';
    margin-bottom: 1em;
    width: 100%;
    word-break: break-word;
    &:not(:last-child) {margin-bottom: 16px !important;} ;
}
.wa_srstyle_6567a276_36b3_49bc_b64a_e8142efeee17 a {
    color: rgba(51,51,51,1);
    font-weight: bolder;
    text-decoration: none;
}
.wa_srstyle_6567a276_36b3_49bc_b64a_e8142efeee17 a:hover {
    color: rgba(248,141,37,1);
    text-decoration: none;
}
.wa_srstyle_6567a276_36b3_49bc_b64a_e8142efeee17.wa-last-par {
    color: rgba(0,0,0,1);
    font-family: 'Arial';
    margin-bottom: 0px;
    width: 100%;
    word-break: break-word;
    &:not(:last-child) {margin-bottom: 16px !important;} ;
}
.wa_srstyle_6567a276_36b3_49bc_b64a_e8142efeee17.wa-last-par a {
    color: rgba(51,51,51,1);
    font-weight: bolder;
    text-decoration: none;
}
.wa_srstyle_6567a276_36b3_49bc_b64a_e8142efeee17.wa-last-par a:hover {
    color: rgba(248,141,37,1);
    text-decoration: none;
}
.wa_srstyle_66147947_d1d2_4156_9de4_695948d56ef7 {
    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_66147947_d1d2_4156_9de4_695948d56ef7 a {
    color: rgba(248,141,37,1);
    font-weight: bolder;
    text-decoration: none;
}
.wa_srstyle_66147947_d1d2_4156_9de4_695948d56ef7 a:hover {
    color: rgba(248,141,37,1);
    text-decoration: underline;
}
.wa_srstyle_66147947_d1d2_4156_9de4_695948d56ef7.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_66147947_d1d2_4156_9de4_695948d56ef7.wa-last-par a {
    color: rgba(248,141,37,1);
    font-weight: bolder;
    text-decoration: none;
}
.wa_srstyle_66147947_d1d2_4156_9de4_695948d56ef7.wa-last-par a:hover {
    color: rgba(248,141,37,1);
    text-decoration: underline;
}
.wa_srstyle_6e51e57b_e40b_4cab_a1fa_d832e17b62ed {
    color: rgba(248,141,37,1);
    font-family: 'Arial';
    font-weight: bolder;
    margin-bottom: 1em;
    width: 100%;
    word-break: break-word;
    &:not(:last-child) {margin-bottom: 16px !important;} ;
}
.wa_srstyle_6e51e57b_e40b_4cab_a1fa_d832e17b62ed a {
    color: rgba(248,141,37,1);
    font-weight: bolder;
    text-decoration: none;
}
.wa_srstyle_6e51e57b_e40b_4cab_a1fa_d832e17b62ed a:hover {
    color: rgba(51,51,51,1);
    text-decoration: underline;
}
.wa_srstyle_6e51e57b_e40b_4cab_a1fa_d832e17b62ed.wa-last-par {
    color: rgba(248,141,37,1);
    font-family: 'Arial';
    font-weight: bolder;
    margin-bottom: 0px;
    width: 100%;
    word-break: break-word;
    &:not(:last-child) {margin-bottom: 16px !important;} ;
}
.wa_srstyle_6e51e57b_e40b_4cab_a1fa_d832e17b62ed.wa-last-par a {
    color: rgba(248,141,37,1);
    font-weight: bolder;
    text-decoration: none;
}
.wa_srstyle_6e51e57b_e40b_4cab_a1fa_d832e17b62ed.wa-last-par a:hover {
    color: rgba(51,51,51,1);
    text-decoration: underline;
}
.wa_srstyle_6ea2ca21_9633_4b75_b31c_fd7b0199ea6c {
    color: rgba(248,141,37,1);
    font-family: 'Arial';
    font-weight: bolder;
    margin-bottom: 1em;
    width: 100%;
    word-break: break-word;
    &:not(:last-child) {margin-bottom: 16px !important;} ;
}
.wa_srstyle_6ea2ca21_9633_4b75_b31c_fd7b0199ea6c a {
    color: rgba(248,141,37,1);
    font-weight: bolder;
    text-decoration: none;
}
.wa_srstyle_6ea2ca21_9633_4b75_b31c_fd7b0199ea6c a:hover {
    color: rgba(248,141,37,1);
    text-decoration: underline;
}
.wa_srstyle_6ea2ca21_9633_4b75_b31c_fd7b0199ea6c.wa-last-par {
    color: rgba(248,141,37,1);
    font-family: 'Arial';
    font-weight: bolder;
    margin-bottom: 0px;
    width: 100%;
    word-break: break-word;
    &:not(:last-child) {margin-bottom: 16px !important;} ;
}
.wa_srstyle_6ea2ca21_9633_4b75_b31c_fd7b0199ea6c.wa-last-par a {
    color: rgba(248,141,37,1);
    font-weight: bolder;
    text-decoration: none;
}
.wa_srstyle_6ea2ca21_9633_4b75_b31c_fd7b0199ea6c.wa-last-par a:hover {
    color: rgba(248,141,37,1);
    text-decoration: underline;
}
.wa_srstyle_757d2af8_5a35_4383_9a6d_6146255a3cfa {
    color: rgba(33,37,41,1);
    font-family: 'Arial';
    font-weight: bolder;
    margin-bottom: 1em;
    width: 100%;
    word-break: break-word;
    &:not(:last-child) {margin-bottom: 16px !important;} ;
}
.wa_srstyle_757d2af8_5a35_4383_9a6d_6146255a3cfa a {
    color: rgba(248,141,37,1);
    font-weight: bolder;
    text-decoration: none;
}
.wa_srstyle_757d2af8_5a35_4383_9a6d_6146255a3cfa a:hover {
    color: rgba(248,141,37,1);
    text-decoration: underline;
}
.wa_srstyle_757d2af8_5a35_4383_9a6d_6146255a3cfa.wa-last-par {
    color: rgba(33,37,41,1);
    font-family: 'Arial';
    font-weight: bolder;
    margin-bottom: 0px;
    width: 100%;
    word-break: break-word;
    &:not(:last-child) {margin-bottom: 16px !important;} ;
}
.wa_srstyle_757d2af8_5a35_4383_9a6d_6146255a3cfa.wa-last-par a {
    color: rgba(248,141,37,1);
    font-weight: bolder;
    text-decoration: none;
}
.wa_srstyle_757d2af8_5a35_4383_9a6d_6146255a3cfa.wa-last-par a:hover {
    color: rgba(248,141,37,1);
    text-decoration: underline;
}
.wa_srstyle_9feb563d_3db4_49e1_a11f_d06486ac9739 {
    color: rgba(248,141,37,1);
    font-family: 'Arial';
    font-weight: bolder;
    margin-bottom: 1em;
    width: 100%;
    word-break: break-word;
    &:not(:last-child) {margin-bottom: 16px !important;} ;
}
.wa_srstyle_9feb563d_3db4_49e1_a11f_d06486ac9739 a {
    color: rgba(0,0,255,1);
    font-weight: bolder;
    text-decoration: none;
}
.wa_srstyle_9feb563d_3db4_49e1_a11f_d06486ac9739.wa-last-par {
    color: rgba(248,141,37,1);
    font-family: 'Arial';
    font-weight: bolder;
    margin-bottom: 0px;
    width: 100%;
    word-break: break-word;
    &:not(:last-child) {margin-bottom: 16px !important;} ;
}
.wa_srstyle_9feb563d_3db4_49e1_a11f_d06486ac9739.wa-last-par a {
    color: rgba(0,0,255,1);
    font-weight: bolder;
    text-decoration: none;
}
.wa_srstyle_a8899fcf_8b89_47e4_8b85_50fa8273ac6c {
    color: rgba(255,255,255,1);
    font-family: 'Arial';
    font-weight: bolder;
    margin-bottom: 1em;
    width: 100%;
    word-break: break-word;
    &:not(:last-child) {margin-bottom: 16px !important;} ;
}
.wa_srstyle_a8899fcf_8b89_47e4_8b85_50fa8273ac6c a {
    color: rgba(255,255,255,1);
    font-weight: bolder;
    text-decoration: none;
}
.wa_srstyle_a8899fcf_8b89_47e4_8b85_50fa8273ac6c a:hover {
    color: rgba(255,255,255,1);
    text-decoration: underline;
}
.wa_srstyle_a8899fcf_8b89_47e4_8b85_50fa8273ac6c.wa-last-par {
    color: rgba(255,255,255,1);
    font-family: 'Arial';
    font-weight: bolder;
    margin-bottom: 0px;
    width: 100%;
    word-break: break-word;
    &:not(:last-child) {margin-bottom: 16px !important;} ;
}
.wa_srstyle_a8899fcf_8b89_47e4_8b85_50fa8273ac6c.wa-last-par a {
    color: rgba(255,255,255,1);
    font-weight: bolder;
    text-decoration: none;
}
.wa_srstyle_a8899fcf_8b89_47e4_8b85_50fa8273ac6c.wa-last-par a:hover {
    color: rgba(255,255,255,1);
    text-decoration: underline;
}
.wa_srstyle_a8b69f17_6547_499b_bee4_f8f3229e9ec5 {
    color: rgba(248,141,37,1);
    font-family: 'Arial';
    font-weight: bolder;
    margin-bottom: 1em;
    width: 100%;
    word-break: break-word;
    &:not(:last-child) {margin-bottom: 16px !important;} ;
}
.wa_srstyle_a8b69f17_6547_499b_bee4_f8f3229e9ec5 a {
    color: rgba(248,141,37,1);
    font-weight: bolder;
    text-decoration: none;
}
.wa_srstyle_a8b69f17_6547_499b_bee4_f8f3229e9ec5 a:hover {
    color: rgba(248,141,37,1);
    text-decoration: underline;
}
.wa_srstyle_a8b69f17_6547_499b_bee4_f8f3229e9ec5.wa-last-par {
    color: rgba(248,141,37,1);
    font-family: 'Arial';
    font-weight: bolder;
    margin-bottom: 0px;
    width: 100%;
    word-break: break-word;
    &:not(:last-child) {margin-bottom: 16px !important;} ;
}
.wa_srstyle_a8b69f17_6547_499b_bee4_f8f3229e9ec5.wa-last-par a {
    color: rgba(248,141,37,1);
    font-weight: bolder;
    text-decoration: none;
}
.wa_srstyle_a8b69f17_6547_499b_bee4_f8f3229e9ec5.wa-last-par a:hover {
    color: rgba(248,141,37,1);
    text-decoration: underline;
}
.wa_srstyle_ca5ef7f5_9dcc_4fa8_b52e_280025ca5b6c {
    color: rgba(255,255,255,1);
    font-family: 'Arial';
    margin-bottom: 1em;
    width: 100%;
    word-break: break-word;
    &:not(:last-child) {margin-bottom: 16px !important;} ;
}
.wa_srstyle_ca5ef7f5_9dcc_4fa8_b52e_280025ca5b6c a {
    color: rgba(255,255,255,1);
    font-weight: bolder;
    text-decoration: none;
}
.wa_srstyle_ca5ef7f5_9dcc_4fa8_b52e_280025ca5b6c a:hover {
    color: rgba(248,141,37,1);
    text-decoration: underline;
}
.wa_srstyle_ca5ef7f5_9dcc_4fa8_b52e_280025ca5b6c.wa-last-par {
    color: rgba(255,255,255,1);
    font-family: 'Arial';
    margin-bottom: 0px;
    width: 100%;
    word-break: break-word;
    &:not(:last-child) {margin-bottom: 16px !important;} ;
}
.wa_srstyle_ca5ef7f5_9dcc_4fa8_b52e_280025ca5b6c.wa-last-par a {
    color: rgba(255,255,255,1);
    font-weight: bolder;
    text-decoration: none;
}
.wa_srstyle_ca5ef7f5_9dcc_4fa8_b52e_280025ca5b6c.wa-last-par a:hover {
    color: rgba(248,141,37,1);
    text-decoration: underline;
}
.waBlockSocialBar {
    display: none;
}
.waLayoutPreviewInfosLabel .walayoutFmt .waLayWaFusion_lg {
    display: none;
}
.waLayoutPreviewInfosLabel .walayoutFmt .waLayWaFusion_md {
    display: none;
}
.waLayoutPreviewInfosLabel .walayoutFmt .waLayWaFusion_sm {
    display: none;
}
.waLayoutPreviewInfosLabel .walayoutFmt .waLayWaFusion_xs {
    display: flex;
}
.wa_srstyle_125cec50_899f_420d_818c_8162606c3ff5 {
    font-size: 20px;
    line-height: 1.6;
    text-align: center;
}
.wa_srstyle_125cec50_899f_420d_818c_8162606c3ff5.wa-last-par {
    font-size: 20px;
    line-height: 1.6;
    text-align: center;
}
.wa_srstyle_1be33bab_616b_4e85_a80e_0cc06d3938d6 {
    font-size: 18px;
    line-height: 1.6;
    text-align: center;
}
.wa_srstyle_1be33bab_616b_4e85_a80e_0cc06d3938d6.wa-last-par {
    font-size: 18px;
    line-height: 1.6;
    text-align: center;
}
.wa_srstyle_343fcad2_3c74_467b_a538_208527a6aff7 {
    font-size: 18px;
    line-height: 1.6;
    text-align: center;
}
.wa_srstyle_343fcad2_3c74_467b_a538_208527a6aff7.wa-last-par {
    font-size: 18px;
    line-height: 1.6;
    text-align: center;
}
.wa_srstyle_38f2ae8a_5504_490e_bbfa_4dac9626e5ea {
    font-size: 20px;
    line-height: 1.6;
    text-align: left;
}
.wa_srstyle_38f2ae8a_5504_490e_bbfa_4dac9626e5ea.wa-last-par {
    font-size: 20px;
    line-height: 1.6;
    text-align: left;
}
.wa_srstyle_3abf401c_5ce3_4d76_ba44_80919a918b59 {
    font-size: 20px;
    line-height: 1.2;
    text-align: center;
}
.wa_srstyle_3abf401c_5ce3_4d76_ba44_80919a918b59.wa-last-par {
    font-size: 20px;
    line-height: 1.2;
    text-align: center;
}
.wa_srstyle_499dc260_2d70_47a1_ab53_5edc9b725574 {
    font-size: 18px;
    line-height: 1.6;
    text-align: left;
}
.wa_srstyle_499dc260_2d70_47a1_ab53_5edc9b725574.wa-last-par {
    font-size: 18px;
    line-height: 1.6;
    text-align: left;
}
.wa_srstyle_4b69b3ae_dfe6_4dff_b291_7ff05f30fee1 {
    font-size: 32px;
    line-height: 1.2;
    text-align: center;
}
.wa_srstyle_4b69b3ae_dfe6_4dff_b291_7ff05f30fee1.wa-last-par {
    font-size: 32px;
    line-height: 1.2;
    text-align: center;
}
.wa_srstyle_5e9896e3_a55c_4ad8_a18c_6d5cec7a51e1 {
    font-size: 16px;
    line-height: 1.2;
    text-align: center;
}
.wa_srstyle_5e9896e3_a55c_4ad8_a18c_6d5cec7a51e1.wa-last-par {
    font-size: 16px;
    line-height: 1.2;
    text-align: center;
}
.wa_srstyle_6567a276_36b3_49bc_b64a_e8142efeee17 {
    font-size: 16px;
    line-height: 1.6;
    text-align: justify;
}
.wa_srstyle_6567a276_36b3_49bc_b64a_e8142efeee17.wa-last-par {
    font-size: 16px;
    line-height: 1.6;
    text-align: justify;
}
.wa_srstyle_66147947_d1d2_4156_9de4_695948d56ef7 {
    font-size: 16px;
    line-height: 1.6;
    text-align: left;
}
.wa_srstyle_66147947_d1d2_4156_9de4_695948d56ef7.wa-last-par {
    font-size: 16px;
    line-height: 1.6;
    text-align: left;
}
.wa_srstyle_6e51e57b_e40b_4cab_a1fa_d832e17b62ed {
    font-size: 20px;
    line-height: 1.6;
    text-align: center;
}
.wa_srstyle_6e51e57b_e40b_4cab_a1fa_d832e17b62ed.wa-last-par {
    font-size: 20px;
    line-height: 1.6;
    text-align: center;
}
.wa_srstyle_6ea2ca21_9633_4b75_b31c_fd7b0199ea6c {
    font-size: 18px;
    line-height: 1.8;
    text-align: center;
}
.wa_srstyle_6ea2ca21_9633_4b75_b31c_fd7b0199ea6c.wa-last-par {
    font-size: 18px;
    line-height: 1.8;
    text-align: center;
}
.wa_srstyle_757d2af8_5a35_4383_9a6d_6146255a3cfa {
    font-size: 18px;
    line-height: 1.6;
    text-align: center;
}
.wa_srstyle_757d2af8_5a35_4383_9a6d_6146255a3cfa.wa-last-par {
    font-size: 18px;
    line-height: 1.6;
    text-align: center;
}
.wa_srstyle_9feb563d_3db4_49e1_a11f_d06486ac9739 {
    font-size: 40px;
    line-height: 1.6;
    text-align: center;
}
.wa_srstyle_9feb563d_3db4_49e1_a11f_d06486ac9739.wa-last-par {
    font-size: 40px;
    line-height: 1.6;
    text-align: center;
}
.wa_srstyle_a8899fcf_8b89_47e4_8b85_50fa8273ac6c {
    font-size: 20px;
    line-height: 1.6;
    text-align: center;
}
.wa_srstyle_a8899fcf_8b89_47e4_8b85_50fa8273ac6c.wa-last-par {
    font-size: 20px;
    line-height: 1.6;
    text-align: center;
}
.wa_srstyle_a8b69f17_6547_499b_bee4_f8f3229e9ec5 {
    font-size: 20px;
    line-height: 1.2;
    text-align: center;
}
.wa_srstyle_a8b69f17_6547_499b_bee4_f8f3229e9ec5.wa-last-par {
    font-size: 20px;
    line-height: 1.2;
    text-align: center;
}
.wa_srstyle_ca5ef7f5_9dcc_4fa8_b52e_280025ca5b6c {
    font-size: 16px;
    line-height: 1.6;
    text-align: justify;
}
.wa_srstyle_ca5ef7f5_9dcc_4fa8_b52e_280025ca5b6c.wa-last-par {
    font-size: 16px;
    line-height: 1.6;
    text-align: justify;
}
@media (min-width: 576px) {
    .waBlockSocialBar {
        align-items: unset;
        bottom: unset;
        display: block;
        justify-content: unset;
        position: unset;
        width: unset;
    }
    .waBlockSocialBar .fl-fl {
        bottom: auto;
        flex-direction: row-reverse;
        left: -160px;
        margin-left: unset;
        margin-right: unset;
        position: fixed;
        right: unset;
        width: 190px;
    }
    .waBlockSocialBar .fl-fl .waFa {
        margin-left: 8px;
        margin-right: unset;
        text-align: right;
    }
    .waBlockSocialBar .fl-fl .waText {
        display: block;
    }
    .waBlockSocialBar .fl-fl:hover {
        bottom: unset;
        left: 0;
        right: unset;
    }
    .waBlockSocialBar .float-fb_0 {
        bottom: unset;
        top: 160px;
    }
    .waBlockSocialBar .float-fb_1 {
        bottom: unset;
        top: 215px;
    }
    .waBlockSocialBar .float-fb_2 {
        bottom: unset;
        top: 270px;
    }
    .waBlockSocialBar .float-fb_3 {
        bottom: unset;
        top: 325px;
    }
    .waBlockSocialBar .float-fb_4 {
        bottom: unset;
        top: 380px;
    }
    .waBlockSocialBar .waPicto {
        justify-content: flex-end;
    }
    .waLayoutPreviewInfosLabel .walayoutFmt .waLayWaFusion_lg {
        display: none;
    }
    .waLayoutPreviewInfosLabel .walayoutFmt .waLayWaFusion_md {
        display: none;
    }
    .waLayoutPreviewInfosLabel .walayoutFmt .waLayWaFusion_sm {
        display: flex;
    }
    .waLayoutPreviewInfosLabel .walayoutFmt .waLayWaFusion_xs {
        display: none;
    }
    .wa_srstyle_125cec50_899f_420d_818c_8162606c3ff5 {
        font-size: 30px;
        line-height: 1.6;
        text-align: center;
    }
    .wa_srstyle_125cec50_899f_420d_818c_8162606c3ff5.wa-last-par {
        font-size: 30px;
        line-height: 1.6;
        text-align: center;
    }
    .wa_srstyle_1be33bab_616b_4e85_a80e_0cc06d3938d6 {
        font-size: 18px;
        line-height: 1.6;
        text-align: center;
    }
    .wa_srstyle_1be33bab_616b_4e85_a80e_0cc06d3938d6.wa-last-par {
        font-size: 18px;
        line-height: 1.6;
        text-align: center;
    }
    .wa_srstyle_343fcad2_3c74_467b_a538_208527a6aff7 {
        font-size: 18px;
        line-height: 1.6;
        text-align: center;
    }
    .wa_srstyle_343fcad2_3c74_467b_a538_208527a6aff7.wa-last-par {
        font-size: 18px;
        line-height: 1.6;
        text-align: center;
    }
    .wa_srstyle_38f2ae8a_5504_490e_bbfa_4dac9626e5ea {
        font-size: 20px;
        line-height: 1.6;
        text-align: left;
    }
    .wa_srstyle_38f2ae8a_5504_490e_bbfa_4dac9626e5ea.wa-last-par {
        font-size: 20px;
        line-height: 1.6;
        text-align: left;
    }
    .wa_srstyle_3abf401c_5ce3_4d76_ba44_80919a918b59 {
        font-size: 20px;
        line-height: 1.2;
        text-align: center;
    }
    .wa_srstyle_3abf401c_5ce3_4d76_ba44_80919a918b59.wa-last-par {
        font-size: 20px;
        line-height: 1.2;
        text-align: center;
    }
    .wa_srstyle_499dc260_2d70_47a1_ab53_5edc9b725574 {
        font-size: 18px;
        line-height: 1.6;
        text-align: left;
    }
    .wa_srstyle_499dc260_2d70_47a1_ab53_5edc9b725574.wa-last-par {
        font-size: 18px;
        line-height: 1.6;
        text-align: left;
    }
    .wa_srstyle_4b69b3ae_dfe6_4dff_b291_7ff05f30fee1 {
        font-size: 35px;
        line-height: 1.2;
        text-align: center;
    }
    .wa_srstyle_4b69b3ae_dfe6_4dff_b291_7ff05f30fee1.wa-last-par {
        font-size: 35px;
        line-height: 1.2;
        text-align: center;
    }
    .wa_srstyle_5e9896e3_a55c_4ad8_a18c_6d5cec7a51e1 {
        font-size: 16px;
        line-height: 1.2;
        text-align: center;
    }
    .wa_srstyle_5e9896e3_a55c_4ad8_a18c_6d5cec7a51e1.wa-last-par {
        font-size: 16px;
        line-height: 1.2;
        text-align: center;
    }
    .wa_srstyle_6567a276_36b3_49bc_b64a_e8142efeee17 {
        font-size: 16px;
        line-height: 1.6;
        text-align: justify;
    }
    .wa_srstyle_6567a276_36b3_49bc_b64a_e8142efeee17.wa-last-par {
        font-size: 16px;
        line-height: 1.6;
        text-align: justify;
    }
    .wa_srstyle_66147947_d1d2_4156_9de4_695948d56ef7 {
        font-size: 16px;
        line-height: 1.6;
        text-align: left;
    }
    .wa_srstyle_66147947_d1d2_4156_9de4_695948d56ef7.wa-last-par {
        font-size: 16px;
        line-height: 1.6;
        text-align: left;
    }
    .wa_srstyle_6e51e57b_e40b_4cab_a1fa_d832e17b62ed {
        font-size: 20px;
        line-height: 1.6;
        text-align: center;
    }
    .wa_srstyle_6e51e57b_e40b_4cab_a1fa_d832e17b62ed.wa-last-par {
        font-size: 20px;
        line-height: 1.6;
        text-align: center;
    }
    .wa_srstyle_6ea2ca21_9633_4b75_b31c_fd7b0199ea6c {
        font-size: 20px;
        line-height: 1.8;
        text-align: center;
    }
    .wa_srstyle_6ea2ca21_9633_4b75_b31c_fd7b0199ea6c.wa-last-par {
        font-size: 20px;
        line-height: 1.8;
        text-align: center;
    }
    .wa_srstyle_757d2af8_5a35_4383_9a6d_6146255a3cfa {
        font-size: 18px;
        line-height: 1.6;
        text-align: center;
    }
    .wa_srstyle_757d2af8_5a35_4383_9a6d_6146255a3cfa.wa-last-par {
        font-size: 18px;
        line-height: 1.6;
        text-align: center;
    }
    .wa_srstyle_9feb563d_3db4_49e1_a11f_d06486ac9739 {
        font-size: 40px;
        line-height: 1.6;
        text-align: center;
    }
    .wa_srstyle_9feb563d_3db4_49e1_a11f_d06486ac9739.wa-last-par {
        font-size: 40px;
        line-height: 1.6;
        text-align: center;
    }
    .wa_srstyle_a8899fcf_8b89_47e4_8b85_50fa8273ac6c {
        font-size: 25px;
        line-height: 1.6;
        text-align: center;
    }
    .wa_srstyle_a8899fcf_8b89_47e4_8b85_50fa8273ac6c.wa-last-par {
        font-size: 25px;
        line-height: 1.6;
        text-align: center;
    }
    .wa_srstyle_a8b69f17_6547_499b_bee4_f8f3229e9ec5 {
        font-size: 20px;
        line-height: 1.2;
        text-align: center;
    }
    .wa_srstyle_a8b69f17_6547_499b_bee4_f8f3229e9ec5.wa-last-par {
        font-size: 20px;
        line-height: 1.2;
        text-align: center;
    }
    .wa_srstyle_ca5ef7f5_9dcc_4fa8_b52e_280025ca5b6c {
        font-size: 16px;
        line-height: 1.6;
        text-align: justify;
    }
    .wa_srstyle_ca5ef7f5_9dcc_4fa8_b52e_280025ca5b6c.wa-last-par {
        font-size: 16px;
        line-height: 1.6;
        text-align: justify;
    }
}
@media (min-width: 768px) {
    .waBlockSocialBar {
        align-items: unset;
        bottom: unset;
        display: block;
        justify-content: unset;
        position: unset;
        width: unset;
    }
    .waBlockSocialBar .fl-fl {
        bottom: auto;
        flex-direction: row-reverse;
        left: -160px;
        margin-left: unset;
        margin-right: unset;
        position: fixed;
        right: unset;
        width: 190px;
    }
    .waBlockSocialBar .fl-fl .waFa {
        margin-left: 8px;
        margin-right: unset;
        text-align: right;
    }
    .waBlockSocialBar .fl-fl .waText {
        display: block;
    }
    .waBlockSocialBar .fl-fl:hover {
        bottom: unset;
        left: 0;
        right: unset;
    }
    .waBlockSocialBar .float-fb_0 {
        bottom: unset;
        top: 160px;
    }
    .waBlockSocialBar .float-fb_1 {
        bottom: unset;
        top: 215px;
    }
    .waBlockSocialBar .float-fb_2 {
        bottom: unset;
        top: 270px;
    }
    .waBlockSocialBar .float-fb_3 {
        bottom: unset;
        top: 325px;
    }
    .waBlockSocialBar .float-fb_4 {
        bottom: unset;
        top: 380px;
    }
    .waBlockSocialBar .waPicto {
        justify-content: flex-end;
    }
    .waLayoutPreviewInfosLabel .walayoutFmt .waLayWaFusion_lg {
        display: none;
    }
    .waLayoutPreviewInfosLabel .walayoutFmt .waLayWaFusion_md {
        display: flex;
    }
    .waLayoutPreviewInfosLabel .walayoutFmt .waLayWaFusion_sm {
        display: none;
    }
    .waLayoutPreviewInfosLabel .walayoutFmt .waLayWaFusion_xs {
        display: none;
    }
    .wa_srstyle_125cec50_899f_420d_818c_8162606c3ff5 {
        font-size: 35px;
        line-height: 1.6;
        text-align: center;
    }
    .wa_srstyle_125cec50_899f_420d_818c_8162606c3ff5.wa-last-par {
        font-size: 35px;
        line-height: 1.6;
        text-align: center;
    }
    .wa_srstyle_1be33bab_616b_4e85_a80e_0cc06d3938d6 {
        font-size: 18px;
        line-height: 1.6;
        text-align: center;
    }
    .wa_srstyle_1be33bab_616b_4e85_a80e_0cc06d3938d6.wa-last-par {
        font-size: 18px;
        line-height: 1.6;
        text-align: center;
    }
    .wa_srstyle_343fcad2_3c74_467b_a538_208527a6aff7 {
        font-size: 22px;
        line-height: 1.6;
        text-align: center;
    }
    .wa_srstyle_343fcad2_3c74_467b_a538_208527a6aff7.wa-last-par {
        font-size: 22px;
        line-height: 1.6;
        text-align: center;
    }
    .wa_srstyle_38f2ae8a_5504_490e_bbfa_4dac9626e5ea {
        font-size: 20px;
        line-height: 1.6;
        text-align: left;
    }
    .wa_srstyle_38f2ae8a_5504_490e_bbfa_4dac9626e5ea.wa-last-par {
        font-size: 20px;
        line-height: 1.6;
        text-align: left;
    }
    .wa_srstyle_3abf401c_5ce3_4d76_ba44_80919a918b59 {
        font-size: 20px;
        line-height: 1.2;
        text-align: center;
    }
    .wa_srstyle_3abf401c_5ce3_4d76_ba44_80919a918b59.wa-last-par {
        font-size: 20px;
        line-height: 1.2;
        text-align: center;
    }
    .wa_srstyle_499dc260_2d70_47a1_ab53_5edc9b725574 {
        font-size: 18px;
        line-height: 1.6;
        text-align: left;
    }
    .wa_srstyle_499dc260_2d70_47a1_ab53_5edc9b725574.wa-last-par {
        font-size: 18px;
        line-height: 1.6;
        text-align: left;
    }
    .wa_srstyle_4b69b3ae_dfe6_4dff_b291_7ff05f30fee1 {
        font-size: 35px;
        line-height: 1.2;
        text-align: center;
    }
    .wa_srstyle_4b69b3ae_dfe6_4dff_b291_7ff05f30fee1.wa-last-par {
        font-size: 35px;
        line-height: 1.2;
        text-align: center;
    }
    .wa_srstyle_5e9896e3_a55c_4ad8_a18c_6d5cec7a51e1 {
        font-size: 16px;
        line-height: 1.2;
        text-align: center;
    }
    .wa_srstyle_5e9896e3_a55c_4ad8_a18c_6d5cec7a51e1.wa-last-par {
        font-size: 16px;
        line-height: 1.2;
        text-align: center;
    }
    .wa_srstyle_6567a276_36b3_49bc_b64a_e8142efeee17 {
        font-size: 16px;
        line-height: 1.6;
        text-align: justify;
    }
    .wa_srstyle_6567a276_36b3_49bc_b64a_e8142efeee17.wa-last-par {
        font-size: 16px;
        line-height: 1.6;
        text-align: justify;
    }
    .wa_srstyle_66147947_d1d2_4156_9de4_695948d56ef7 {
        font-size: 16px;
        line-height: 1.6;
        text-align: left;
    }
    .wa_srstyle_66147947_d1d2_4156_9de4_695948d56ef7.wa-last-par {
        font-size: 16px;
        line-height: 1.6;
        text-align: left;
    }
    .wa_srstyle_6e51e57b_e40b_4cab_a1fa_d832e17b62ed {
        font-size: 25px;
        line-height: 1.6;
        text-align: center;
    }
    .wa_srstyle_6e51e57b_e40b_4cab_a1fa_d832e17b62ed.wa-last-par {
        font-size: 25px;
        line-height: 1.6;
        text-align: center;
    }
    .wa_srstyle_6ea2ca21_9633_4b75_b31c_fd7b0199ea6c {
        font-size: 20px;
        line-height: 1.8;
        text-align: center;
    }
    .wa_srstyle_6ea2ca21_9633_4b75_b31c_fd7b0199ea6c.wa-last-par {
        font-size: 20px;
        line-height: 1.8;
        text-align: center;
    }
    .wa_srstyle_757d2af8_5a35_4383_9a6d_6146255a3cfa {
        font-size: 18px;
        line-height: 1.6;
        text-align: center;
    }
    .wa_srstyle_757d2af8_5a35_4383_9a6d_6146255a3cfa.wa-last-par {
        font-size: 18px;
        line-height: 1.6;
        text-align: center;
    }
    .wa_srstyle_9feb563d_3db4_49e1_a11f_d06486ac9739 {
        font-size: 40px;
        line-height: 1.6;
        text-align: center;
    }
    .wa_srstyle_9feb563d_3db4_49e1_a11f_d06486ac9739.wa-last-par {
        font-size: 40px;
        line-height: 1.6;
        text-align: center;
    }
    .wa_srstyle_a8899fcf_8b89_47e4_8b85_50fa8273ac6c {
        font-size: 25px;
        line-height: 1.6;
        text-align: center;
    }
    .wa_srstyle_a8899fcf_8b89_47e4_8b85_50fa8273ac6c.wa-last-par {
        font-size: 25px;
        line-height: 1.6;
        text-align: center;
    }
    .wa_srstyle_a8b69f17_6547_499b_bee4_f8f3229e9ec5 {
        font-size: 20px;
        line-height: 1.2;
        text-align: center;
    }
    .wa_srstyle_a8b69f17_6547_499b_bee4_f8f3229e9ec5.wa-last-par {
        font-size: 20px;
        line-height: 1.2;
        text-align: center;
    }
    .wa_srstyle_ca5ef7f5_9dcc_4fa8_b52e_280025ca5b6c {
        font-size: 16px;
        line-height: 1.6;
        text-align: justify;
    }
    .wa_srstyle_ca5ef7f5_9dcc_4fa8_b52e_280025ca5b6c.wa-last-par {
        font-size: 16px;
        line-height: 1.6;
        text-align: justify;
    }
}
@media (min-width: 992px) {
    .waBlockSocialBar {
        align-items: unset;
        bottom: unset;
        display: block;
        justify-content: unset;
        position: unset;
        width: unset;
    }
    .waBlockSocialBar .fl-fl {
        bottom: auto;
        flex-direction: row-reverse;
        left: -160px;
        margin-left: unset;
        margin-right: unset;
        position: fixed;
        right: unset;
        width: 190px;
    }
    .waBlockSocialBar .fl-fl .waFa {
        margin-left: 8px;
        margin-right: unset;
        text-align: right;
    }
    .waBlockSocialBar .fl-fl .waText {
        display: block;
    }
    .waBlockSocialBar .fl-fl:hover {
        bottom: unset;
        left: 0;
        right: unset;
    }
    .waBlockSocialBar .float-fb_0 {
        bottom: unset;
        top: 160px;
    }
    .waBlockSocialBar .float-fb_1 {
        bottom: unset;
        top: 215px;
    }
    .waBlockSocialBar .float-fb_2 {
        bottom: unset;
        top: 270px;
    }
    .waBlockSocialBar .float-fb_3 {
        bottom: unset;
        top: 325px;
    }
    .waBlockSocialBar .float-fb_4 {
        bottom: unset;
        top: 380px;
    }
    .waBlockSocialBar .waPicto {
        justify-content: flex-end;
    }
    .waLayoutPreviewInfosLabel .walayoutFmt .waLayWaFusion_lg {
        display: flex;
    }
    .waLayoutPreviewInfosLabel .walayoutFmt .waLayWaFusion_md {
        display: none;
    }
    .waLayoutPreviewInfosLabel .walayoutFmt .waLayWaFusion_sm {
        display: none;
    }
    .waLayoutPreviewInfosLabel .walayoutFmt .waLayWaFusion_xs {
        display: none;
    }
    .wa_srstyle_125cec50_899f_420d_818c_8162606c3ff5 {
        font-size: 40px;
        line-height: 1.6;
        text-align: center;
    }
    .wa_srstyle_125cec50_899f_420d_818c_8162606c3ff5.wa-last-par {
        font-size: 40px;
        line-height: 1.6;
        text-align: center;
    }
    .wa_srstyle_1be33bab_616b_4e85_a80e_0cc06d3938d6 {
        font-size: 18px;
        line-height: 1.6;
        text-align: center;
    }
    .wa_srstyle_1be33bab_616b_4e85_a80e_0cc06d3938d6.wa-last-par {
        font-size: 18px;
        line-height: 1.6;
        text-align: center;
    }
    .wa_srstyle_343fcad2_3c74_467b_a538_208527a6aff7 {
        font-size: 25px;
        line-height: 1.6;
        text-align: center;
    }
    .wa_srstyle_343fcad2_3c74_467b_a538_208527a6aff7.wa-last-par {
        font-size: 25px;
        line-height: 1.6;
        text-align: center;
    }
    .wa_srstyle_38f2ae8a_5504_490e_bbfa_4dac9626e5ea {
        font-size: 20px;
        line-height: 1.6;
        text-align: left;
    }
    .wa_srstyle_38f2ae8a_5504_490e_bbfa_4dac9626e5ea.wa-last-par {
        font-size: 20px;
        line-height: 1.6;
        text-align: left;
    }
    .wa_srstyle_3abf401c_5ce3_4d76_ba44_80919a918b59 {
        font-size: 20px;
        line-height: 1.2;
        text-align: center;
    }
    .wa_srstyle_3abf401c_5ce3_4d76_ba44_80919a918b59.wa-last-par {
        font-size: 20px;
        line-height: 1.2;
        text-align: center;
    }
    .wa_srstyle_499dc260_2d70_47a1_ab53_5edc9b725574 {
        font-size: 18px;
        line-height: 1.6;
        text-align: left;
    }
    .wa_srstyle_499dc260_2d70_47a1_ab53_5edc9b725574.wa-last-par {
        font-size: 18px;
        line-height: 1.6;
        text-align: left;
    }
    .wa_srstyle_4b69b3ae_dfe6_4dff_b291_7ff05f30fee1 {
        font-size: 40px;
        line-height: 1.2;
        text-align: center;
    }
    .wa_srstyle_4b69b3ae_dfe6_4dff_b291_7ff05f30fee1.wa-last-par {
        font-size: 40px;
        line-height: 1.2;
        text-align: center;
    }
    .wa_srstyle_5e9896e3_a55c_4ad8_a18c_6d5cec7a51e1 {
        font-size: 16px;
        line-height: 1.2;
        text-align: center;
    }
    .wa_srstyle_5e9896e3_a55c_4ad8_a18c_6d5cec7a51e1.wa-last-par {
        font-size: 16px;
        line-height: 1.2;
        text-align: center;
    }
    .wa_srstyle_6567a276_36b3_49bc_b64a_e8142efeee17 {
        font-size: 16px;
        line-height: 1.6;
        text-align: justify;
    }
    .wa_srstyle_6567a276_36b3_49bc_b64a_e8142efeee17.wa-last-par {
        font-size: 16px;
        line-height: 1.6;
        text-align: justify;
    }
    .wa_srstyle_66147947_d1d2_4156_9de4_695948d56ef7 {
        font-size: 16px;
        line-height: 1.6;
        text-align: left;
    }
    .wa_srstyle_66147947_d1d2_4156_9de4_695948d56ef7.wa-last-par {
        font-size: 16px;
        line-height: 1.6;
        text-align: left;
    }
    .wa_srstyle_6e51e57b_e40b_4cab_a1fa_d832e17b62ed {
        font-size: 25px;
        line-height: 1.6;
        text-align: center;
    }
    .wa_srstyle_6e51e57b_e40b_4cab_a1fa_d832e17b62ed.wa-last-par {
        font-size: 25px;
        line-height: 1.6;
        text-align: center;
    }
    .wa_srstyle_6ea2ca21_9633_4b75_b31c_fd7b0199ea6c {
        font-size: 20px;
        line-height: 1.8;
        text-align: center;
    }
    .wa_srstyle_6ea2ca21_9633_4b75_b31c_fd7b0199ea6c.wa-last-par {
        font-size: 20px;
        line-height: 1.8;
        text-align: center;
    }
    .wa_srstyle_757d2af8_5a35_4383_9a6d_6146255a3cfa {
        font-size: 18px;
        line-height: 1.6;
        text-align: center;
    }
    .wa_srstyle_757d2af8_5a35_4383_9a6d_6146255a3cfa.wa-last-par {
        font-size: 18px;
        line-height: 1.6;
        text-align: center;
    }
    .wa_srstyle_9feb563d_3db4_49e1_a11f_d06486ac9739 {
        font-size: 40px;
        line-height: 1.6;
        text-align: center;
    }
    .wa_srstyle_9feb563d_3db4_49e1_a11f_d06486ac9739.wa-last-par {
        font-size: 40px;
        line-height: 1.6;
        text-align: center;
    }
    .wa_srstyle_a8899fcf_8b89_47e4_8b85_50fa8273ac6c {
        font-size: 25px;
        line-height: 1.6;
        text-align: center;
    }
    .wa_srstyle_a8899fcf_8b89_47e4_8b85_50fa8273ac6c.wa-last-par {
        font-size: 25px;
        line-height: 1.6;
        text-align: center;
    }
    .wa_srstyle_a8b69f17_6547_499b_bee4_f8f3229e9ec5 {
        font-size: 20px;
        line-height: 1.2;
        text-align: center;
    }
    .wa_srstyle_a8b69f17_6547_499b_bee4_f8f3229e9ec5.wa-last-par {
        font-size: 20px;
        line-height: 1.2;
        text-align: center;
    }
    .wa_srstyle_ca5ef7f5_9dcc_4fa8_b52e_280025ca5b6c {
        font-size: 16px;
        line-height: 1.6;
        text-align: justify;
    }
    .wa_srstyle_ca5ef7f5_9dcc_4fa8_b52e_280025ca5b6c.wa-last-par {
        font-size: 16px;
        line-height: 1.6;
        text-align: justify;
    }
}
