/* Righteous 400 latin-ext */
@font-face {
font-family:'Righteous';
font-style:normal;
font-weight:400;
src: local(''),
url('../webfonts/gg/Righteous/Righteous_400_6215968252d86053c5fec8e7d27fd766.woff2') format('woff2');
unicode-range:U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* Righteous 400 latin */
@font-face {
font-family:'Righteous';
font-style:normal;
font-weight:400;
src: local(''),
url('../webfonts/gg/Righteous/Righteous_400_adb775731a24f8f96ca55cde2bc4e745.woff2') format('woff2');
unicode-range:U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* Original Surfer 400 latin-ext */
@font-face {
font-family:'Original Surfer';
font-style:normal;
font-weight:400;
src: local(''),
url('../webfonts/gg/Original_Surfer/Original_Surfer_400_6215968252d86053c5fec8e7d27fd766.woff2') format('woff2');
unicode-range:U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* Original Surfer 400 latin */
@font-face {
font-family:'Original Surfer';
font-style:normal;
font-weight:400;
src: local(''),
url('../webfonts/gg/Original_Surfer/Original_Surfer_400_adb775731a24f8f96ca55cde2bc4e745.woff2') format('woff2');
unicode-range:U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}





@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: 'Righteous';
    font-weight: 400;
    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: 'Righteous';
    font-weight: 400;
    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: 'Righteous';
    font-weight: 400;
    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: 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;
    }
}
.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);
}
.waLayoutPreviewInfosLabel .walayoutFmt .waLayWaFusion_lg {
    display: none;
}
.waLayoutPreviewInfosLabel .walayoutFmt .waLayWaFusion_xs {
    display: flex;
}
@media (min-width: 992px) {
    .waLayoutPreviewInfosLabel .walayoutFmt .waLayWaFusion_lg {
        display: flex;
    }
    .waLayoutPreviewInfosLabel .walayoutFmt .waLayWaFusion_xs {
        display: none;
    }
}
