
    :root {
        --text: #565656;
--links: #000091;
--titles: #161616;
--page-background: #f6f8fb;
--highlight: #FF9575;
--boxes-background: #FFFFFF;
--boxes-border: #CBD2DB;
--section-titles: #000091;
--section-titles-background: #F6F8FB;
--header-background: #000091;
--header-links: #FFFFFF;
--footer-background: #FFFFFF;
--footer-links: #000091;
    }
    
:root { --react-body-font-family: "Marianne", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif; }

/* Style of your ODS Portal goes here */
@charset "UTF-8";
.ods-api-console a:after,
.ods-api-console ul > li:before,
.ods-filters a:after,
.ods-filters ul > li:before,
.ods-front-footer a:after,
.ods-front-footer ul > li:before,
.ods-front-header a:after,
.ods-front-header ul > li:before,
.ods-simple-tabs-container a:after,
.ods-simple-tabs-container ul > li:before,
.odswidget a:after,
.odswidget ul > li:before,
.odswidget-pagination a:after,
.odswidget-pagination ul > li:before,
.odswidget-select a:after,
.odswidget-select ul > li:before {
    display: none;
}
a {
    color: inherit;
    text-decoration: none;
}
:root {
    --underline-max-width: 100%;
    --underline-hover-width: 0;
    --underline-idle-width: var(--underline-max-width);
    --underline-x: calc(var(--underline-max-width) * 0);
    --underline-thickness: max(1px, 0.0625em);
    --underline-img: linear-gradient(0deg, currentColor, currentColor);
    --external-link-content: "";
}
[href] {
    background-image: var(--underline-img), var(--underline-img);
    background-position: var(--underline-x) 100%,
        var(--underline-x) calc(100% - var(--underline-thickness));
    background-repeat: no-repeat, no-repeat;
    background-size: var(--underline-hover-width)
        calc(var(--underline-thickness) * 2),
        var(--underline-idle-width) var(--underline-thickness);
    transition: background-size 0s;
}
[target="_blank"]:after {
    --icon-size: 1rem;
    content: var(--external-link-content);
    margin-left: 0.25rem;
    -webkit-mask-image: url('/assets/theme_image/external-link-line.svg');
    mask-image: url('/assets/theme_image/external-link-line.svg');
}
[target="_blank"]:after,
[target="_blank"][class*=" fr-fi-"]:after,
[target="_blank"][class*=" fr-icon-"]:after,
[target="_blank"][class^="fr-fi-"]:after,
[target="_blank"][class^="fr-icon-"]:after {
    background-color: currentColor;
    display: inline-block;
    flex: 0 0 auto;
    height: var(--icon-size);
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
    vertical-align: calc((0.75em - var(--icon-size)) * 0.5);
    width: var(--icon-size);
}
[target="_blank"][class*=" fr-fi-"]:after,
[target="_blank"][class*=" fr-icon-"]:after,
[target="_blank"][class^="fr-fi-"]:after,
[target="_blank"][class^="fr-icon-"]:after {
    --icon-size: 1rem;
    content: var(--external-link-content);
    margin-left: 0.25rem;
    -webkit-mask-image: url('/assets/theme_image/external-link-line.svg');
    mask-image: url('/assets/theme_image/external-link-line.svg');
}
form[target="_blank"]:after {
    content: none;
}
.fr-raw-link,
.fr-reset-link {
    --underline-img: none;
}
.fr-reset-link {
    text-decoration: underline;
    text-underline-offset: 2px;
}
button {
    border: none;
    color: inherit;
    font-family: inherit;
}
button,
input,
select,
textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: transparent;
    margin: 0;
}
input,
select,
textarea {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-text-size-adjust: 100%;
    border: 0;
    border-radius: 0;
    font-family: Marianne, arial, sans-serif;
    text-rendering: optimizeLegibility;
}
input[type="checkbox"],
input[type="radio"] {
    -webkit-appearance: auto;
    -moz-appearance: auto;
    appearance: auto;
}
[contenteditable]:not([contenteditable="false"]),
[tabindex],
a,
audio[controls],
button,
details,
details > summary:first-of-type,
input,
input[type="button"],
input[type="checkbox"] + label:before,
input[type="image"],
input[type="radio"] + label:before,
input[type="reset"],
input[type="submit"],
select,
textarea,
video[controls] {
    outline-color: #0a76f6;
    outline-offset: 2px;
    outline-width: 2px;
}
[contenteditable]:not([contenteditable="false"]):focus,
[tabindex]:focus,
a:focus,
audio:focus[controls],
button:focus,
details:focus,
details > summary:first-of-type:focus,
input:focus,
input[type="button"]:focus,
input[type="checkbox"]:focus + label:before,
input[type="image"]:focus,
input[type="radio"]:focus + label:before,
input[type="reset"]:focus,
input[type="submit"]:focus,
select:focus,
textarea:focus,
video:focus[controls] {
    outline-style: solid;
}
[contenteditable]:not([contenteditable="false"]):focus:not(:focus-visible),
[tabindex]:focus:not(:focus-visible),
a:focus:not(:focus-visible),
audio:focus:not(:focus-visible)[controls],
button:focus:not(:focus-visible),
details:focus:not(:focus-visible),
details > summary:first-of-type:focus:not(:focus-visible),
input:focus:not(:focus-visible),
input[type="button"]:focus:not(:focus-visible),
input[type="checkbox"]:focus:not(:focus-visible) + label:before,
input[type="image"]:focus:not(:focus-visible),
input[type="radio"]:focus:not(:focus-visible) + label:before,
input[type="reset"]:focus:not(:focus-visible),
input[type="submit"]:focus:not(:focus-visible),
select:focus:not(:focus-visible),
textarea:focus:not(:focus-visible),
video:focus:not(:focus-visible)[controls] {
    outline-style: none;
}
[contenteditable]:not([contenteditable="false"]):focus-visible,
[tabindex]:focus-visible,
a:focus-visible,
audio:focus-visible[controls],
button:focus-visible,
details:focus-visible,
details > summary:first-of-type:focus-visible,
input:focus-visible,
input[type="button"]:focus-visible,
input[type="checkbox"]:focus-visible + label:before,
input[type="image"]:focus-visible,
input[type="radio"]:focus-visible + label:before,
input[type="reset"]:focus-visible,
input[type="submit"]:focus-visible,
select:focus-visible,
textarea:focus-visible,
video:focus-visible[controls] {
    outline-style: solid;
}
@media (hover: hover) and (pointer: fine) {
    :root {
        --brighten: -1;
    }
    a[href]:hover,
    button:not(:disabled):hover,
    input[type="button"]:not(:disabled):hover,
    input[type="image"]:not(:disabled):hover,
    input[type="reset"]:not(:disabled):hover,
    input[type="submit"]:not(:disabled):hover {
        background-color: var(--hover-tint);
    }
    a[href]:active,
    button:not(:disabled):active,
    input[type="button"]:not(:disabled):active,
    input[type="image"]:not(:disabled):active,
    input[type="reset"]:not(:disabled):active,
    input[type="submit"]:not(:disabled):active {
        background-color: var(--active-tint);
    }
    a[href]:active,
    a[href]:hover {
        --underline-hover-width: var(--underline-max-width);
    }
}
button,
input[type="button"],
input[type="image"],
input[type="reset"],
input[type="submit"] {
    --hover-tint: var(--hover);
    --active-tint: var(--active);
}
a {
    --hover-tint: var(--idle);
    --active-tint: var(--active);
}
a,
audio[controls],
button,
details,
details > summary:first-of-type,
input[type="button"],
input[type="checkbox"],
input[type="checkbox"] + label,
input[type="file"],
input[type="image"],
input[type="radio"],
input[type="radio"] + label,
input[type="range"],
input[type="reset"],
input[type="submit"],
select,
video[controls] {
    cursor: pointer;
}
a:not([href]),
audio:not([href])[controls],
button:disabled,
input:disabled,
input[type="button"]:disabled,
input[type="checkbox"]:disabled,
input[type="checkbox"]:disabled + label,
input[type="file"]:disabled,
input[type="image"]:disabled,
input[type="radio"]:disabled,
input[type="radio"]:disabled + label,
input[type="range"]:disabled,
input[type="reset"]:disabled,
input[type="submit"]:disabled,
select:disabled,
textarea:disabled,
video:not([href])[controls] {
    cursor: not-allowed;
}
a:not([href]),
audio:not([href]),
button:disabled,
input:disabled,
input[type="checkbox"]:disabled,
input[type="checkbox"]:disabled + label,
input[type="radio"]:disabled,
input[type="radio"]:disabled + label,
textarea:disabled,
video:not([href]) {
    opacity: 1;
}
.fr-enlarge-link {
    position: relative;
}
.fr-enlarge-link a {
    background-image: none;
    outline-width: 0;
}
.fr-enlarge-link a:before {
    bottom: 0;
    content: "";
    display: block;
    height: 100%;
    left: 0;
    outline-color: inherit;
    outline-offset: 2px;
    outline-style: inherit;
    outline-width: 2px;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 1;
}
@media (hover: hover) and (pointer: fine) {
    .fr-enlarge-link a:active,
    .fr-enlarge-link a:hover {
        background: none;
    }
    .fr-enlarge-link:hover {
        background-color: var(--hover);
    }
    .fr-enlarge-link:active {
        background-color: var(--active);
    }
}
.fr-transition-none {
    transition: none !important;
}
@font-face {
    font-display: swap;
    font-family: Marianne;
    font-style: normal;
    font-weight: 300;
    src: url(../fonts/Marianne-Light.woff2) format("woff2"),
        url(../fonts/Marianne-Light.woff) format("woff");
}
@font-face {
    font-display: swap;
    font-family: Marianne;
    font-style: italic;
    font-weight: 300;
    src: url(../fonts/Marianne-Light_Italic.woff2) format("woff2"),
        url(../fonts/Marianne-Light_Italic.woff) format("woff");
}
@font-face {
    font-display: swap;
    font-family: Marianne;
    font-style: normal;
    font-weight: 400;
    src: url(../fonts/Marianne-Regular.woff2) format("woff2"),
        url(../fonts/Marianne-Regular.woff) format("woff");
}
@font-face {
    font-display: swap;
    font-family: Marianne;
    font-style: italic;
    font-weight: 400;
    src: url(../fonts/Marianne-Regular_Italic.woff2) format("woff2"),
        url(../fonts/Marianne-Regular_Italic.woff) format("woff");
}
@font-face {
    font-display: swap;
    font-family: Marianne;
    font-style: normal;
    font-weight: 500;
    src: url(../fonts/Marianne-Medium.woff2) format("woff2"),
        url(../fonts/Marianne-Medium.woff) format("woff");
}
@font-face {
    font-display: swap;
    font-family: Marianne;
    font-style: italic;
    font-weight: 500;
    src: url(../fonts/Marianne-Medium_Italic.woff2) format("woff2"),
        url(../fonts/Marianne-Medium_Italic.woff) format("woff");
}
@font-face {
    font-display: swap;
    font-family: Marianne;
    font-style: normal;
    font-weight: 700;
    src: url(../fonts/Marianne-Bold.woff2) format("woff2"),
        url(../fonts/Marianne-Bold.woff) format("woff");
}
@font-face {
    font-display: swap;
    font-family: Marianne;
    font-style: italic;
    font-weight: 700;
    src: url(../fonts/Marianne-Bold_Italic.woff2) format("woff2"),
        url(../fonts/Marianne-Bold_Italic.woff) format("woff");
}
@font-face {
    font-display: swap;
    font-family: Spectral;
    font-style: normal;
    font-weight: 400;
    src: url(../fonts/Spectral-Regular.woff2) format("woff2"),
        url(../fonts/Spectral-Regular.woff) format("woff");
}
@font-face {
    font-display: swap;
    font-family: Spectral;
    font-style: normal;
    font-weight: 900;
    src: url(../fonts/Spectral-ExtraBold.woff2) format("woff2"),
        url(../fonts/Spectral-ExtraBold.woff) format("woff");
}
h6 {
    font-size: 1.125rem;
    font-weight: 700;
    line-height: 1.5rem;
    margin: var(--title-spacing);
}
@media (min-width: 48em) {
    h6 {
        font-size: 1.25rem;
        line-height: 1.75rem;
    }
}
h5 {
    font-size: 1.25rem;
    font-weight: 700;
    line-height: 1.75rem;
    margin: var(--title-spacing);
}
@media (min-width: 48em) {
    h5 {
        font-size: 1.375rem;
        line-height: 1.75rem;
    }
}
h4 {
    font-size: 1.375rem;
    font-weight: 700;
    line-height: 1.75rem;
    margin: var(--title-spacing);
}
@media (min-width: 48em) {
    h4 {
        font-size: 1.5rem;
        line-height: 2rem;
    }
}
h3 {
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 2rem;
    margin: var(--title-spacing);
}
@media (min-width: 48em) {
    h3 {
        font-size: 1.75rem;
        line-height: 2.25rem;
    }
}
h2 {
    font-size: 1.75rem;
    font-weight: 700;
    line-height: 2.25rem;
    margin: var(--title-spacing);
}
@media (min-width: 48em) {
    h2 {
        font-size: 2rem;
        line-height: 2.5rem;
    }
}
h1 {
    font-size: 2rem;
    font-weight: 700;
    line-height: 2.5rem;
    margin: var(--title-spacing);
}
@media (min-width: 48em) {
    h1 {
        font-size: 2.5rem;
        line-height: 3rem;
    }
}
p {
    font-size: 1rem;
    line-height: 1.5rem;
    margin: var(--text-spacing);
}
:root {
    --ul-type: disc;
    --ol-type: decimal;
    --ul-start: 1rem;
    --ol-start: 1.5rem;
    --xl-block: 0.5rem;
    --li-bottom: 0.25rem;
    --xl-base: 1em;
    --ol-content: counters(li-counter, ".") ".  ";
}
ol,
ul {
    --xl-size: var(--xl-base);
    margin: 0;
    margin-block-end: var(--xl-block);
    margin-block-start: var(--xl-block);
    padding: 0;
}
ul {
    list-style-type: var(--ul-type);
    padding-inline-start: var(--ul-start);
}
ul > li::marker {
    font-size: calc(var(--xl-size) * 0.9);
}
ol {
    counter-reset: li-counter;
    list-style-type: var(--ol-type);
    padding-inline-start: var(--ol-start);
}
ol > li {
    counter-increment: li-counter;
}
ol > li::marker {
    content: var(--ol-content);
    font-size: var(--xl-size);
    font-weight: 700;
}
li {
    --xl-base: calc(var(--xl-size) * 0.9);
    padding-bottom: var(--li-bottom);
}
.fr-raw-list {
    --ul-type: none;
    --ol-type: none;
    --ul-start: 0;
    --ol-start: 0;
    --xl-block: 0;
    --li-bottom: 0;
    --ol-content: none;
}
.fr-list {
    --ul-type: disc;
    --ol-type: decimal;
    --ul-start: 1rem;
    --ol-start: 1.5rem;
    --xl-block: 0.5rem;
    --li-bottom: 0.25rem;
    --xl-base: 1em;
    --ol-content: counters(li-counter, ".") ".  ";
}
sub,
sup {
    line-height: 1;
}
.fr-text--light {
    font-weight: 300 !important;
}
.fr-text--regular {
    font-weight: 400 !important;
}
.fr-text--bold {
    font-weight: 700 !important;
}
.fr-text--heavy {
    font-weight: 900 !important;
}
:root {
    --text-spacing: 0 0 1.5rem;
    --title-spacing: 0 0 1.5rem;
    --display-spacing: 0 0 2rem;
}
.fr-h6 {
    font-size: 1.125rem !important;
    font-weight: 700 !important;
    line-height: 1.5rem !important;
    margin: var(--title-spacing);
}
@media (min-width: 48em) {
    .fr-h6 {
        font-size: 1.25rem !important;
        line-height: 1.75rem !important;
    }
}
.fr-h5 {
    font-size: 1.25rem !important;
    font-weight: 700 !important;
    line-height: 1.75rem !important;
    margin: var(--title-spacing);
}
@media (min-width: 48em) {
    .fr-h5 {
        font-size: 1.375rem !important;
        line-height: 1.75rem !important;
    }
}
.fr-h4 {
    font-size: 1.375rem !important;
    font-weight: 700 !important;
    line-height: 1.75rem !important;
    margin: var(--title-spacing);
}
@media (min-width: 48em) {
    .fr-h4 {
        font-size: 1.5rem !important;
        line-height: 2rem !important;
    }
}
.fr-h3 {
    font-size: 1.5rem !important;
    font-weight: 700 !important;
    line-height: 2rem !important;
    margin: var(--title-spacing);
}
@media (min-width: 48em) {
    .fr-h3 {
        font-size: 1.75rem !important;
        line-height: 2.25rem !important;
    }
}
.fr-h2 {
    font-size: 1.75rem !important;
    font-weight: 700 !important;
    line-height: 2.25rem !important;
    margin: var(--title-spacing);
}
@media (min-width: 48em) {
    .fr-h2 {
        font-size: 2rem !important;
        line-height: 2.5rem !important;
    }
}
.fr-h1 {
    font-size: 2rem !important;
    font-weight: 700 !important;
    line-height: 2.5rem !important;
    margin: var(--title-spacing);
}
@media (min-width: 48em) {
    .fr-h1 {
        font-size: 2.5rem !important;
        line-height: 3rem !important;
    }
}
.fr-display--xs {
    font-size: 2.5rem !important;
    font-weight: 700 !important;
    line-height: 3rem !important;
    margin: var(--display-spacing);
}
@media (min-width: 48em) {
    .fr-display--xs {
        font-size: 3rem !important;
        line-height: 3.5rem !important;
    }
}
.fr-display--sm {
    font-size: 3rem !important;
    font-weight: 700 !important;
    line-height: 3.5rem !important;
    margin: var(--display-spacing);
}
@media (min-width: 48em) {
    .fr-display--sm {
        font-size: 3.5rem !important;
        line-height: 4rem !important;
    }
}
.fr-display--md {
    font-size: 3.5rem !important;
    font-weight: 700 !important;
    line-height: 4rem !important;
    margin: var(--display-spacing);
}
@media (min-width: 48em) {
    .fr-display--md {
        font-size: 4rem !important;
        line-height: 4.5rem !important;
    }
}
.fr-display--lg {
    font-size: 4rem !important;
    font-weight: 700 !important;
    line-height: 4.5rem !important;
    margin: var(--display-spacing);
}
@media (min-width: 48em) {
    .fr-display--lg {
        font-size: 4.5rem !important;
        line-height: 5rem !important;
    }
}
.fr-display--xl {
    font-size: 4.5rem !important;
    font-weight: 700 !important;
    line-height: 5rem !important;
    margin: var(--display-spacing);
}
@media (min-width: 48em) {
    .fr-display--xl {
        font-size: 5rem !important;
        line-height: 5.5rem !important;
    }
}
.fr-text--alt {
    font-family: Spectral, georgia, serif !important;
}
.fr-text--xs {
    font-size: 0.75rem !important;
    line-height: 1.25rem !important;
    margin: var(--text-spacing);
}
.fr-text--sm {
    font-size: 0.875rem !important;
}
.fr-text--md,
.fr-text--sm {
    line-height: 1.5rem !important;
    margin: var(--text-spacing);
}
.fr-text--md {
    font-size: 1rem !important;
}
.fr-text--lg {
    font-size: 1.125rem !important;
    line-height: 1.75rem !important;
    margin: var(--text-spacing);
}
.fr-text--lead,
.fr-text--xl {
    font-size: 1.25rem !important;
    line-height: 2rem !important;
    margin: var(--text-spacing);
}
:root {
    --background-default-grey: var(--grey-1000-50);
    --background-default-grey-hover: var(--grey-1000-50-hover);
    --background-default-grey-active: var(--grey-1000-50-active);
    --background-alt-grey: var(--grey-975-75);
    --background-alt-grey-hover: var(--grey-975-75-hover);
    --background-alt-grey-active: var(--grey-975-75-active);
    --background-alt-blue-france: var(--blue-france-975-75);
    --background-alt-blue-france-hover: var(--blue-france-975-75-hover);
    --background-alt-blue-france-active: var(--blue-france-975-75-active);
    --background-alt-red-marianne: var(--red-marianne-975-75);
    --background-alt-red-marianne-hover: var(--red-marianne-975-75-hover);
    --background-alt-red-marianne-active: var(--red-marianne-975-75-active);
    --background-alt-green-tilleul-verveine: var(--green-tilleul-verveine-975-75);
    --background-alt-green-tilleul-verveine-hover: var(
        --green-tilleul-verveine-975-75-hover
    );
    --background-alt-green-tilleul-verveine-active: var(
        --green-tilleul-verveine-975-75-active
    );
    --background-alt-green-bourgeon: var(--green-bourgeon-975-75);
    --background-alt-green-bourgeon-hover: var(--green-bourgeon-975-75-hover);
    --background-alt-green-bourgeon-active: var(--green-bourgeon-975-75-active);
    --background-alt-green-emeraude: var(--green-emeraude-975-75);
    --background-alt-green-emeraude-hover: var(--green-emeraude-975-75-hover);
    --background-alt-green-emeraude-active: var(--green-emeraude-975-75-active);
    --background-alt-green-menthe: var(--green-menthe-975-75);
    --background-alt-green-menthe-hover: var(--green-menthe-975-75-hover);
    --background-alt-green-menthe-active: var(--green-menthe-975-75-active);
    --background-alt-green-archipel: var(--green-archipel-975-75);
    --background-alt-green-archipel-hover: var(--green-archipel-975-75-hover);
    --background-alt-green-archipel-active: var(--green-archipel-975-75-active);
    --background-alt-blue-ecume: var(--blue-ecume-975-75);
    --background-alt-blue-ecume-hover: var(--blue-ecume-975-75-hover);
    --background-alt-blue-ecume-active: var(--blue-ecume-975-75-active);
    --background-alt-blue-cumulus: var(--blue-cumulus-975-75);
    --background-alt-blue-cumulus-hover: var(--blue-cumulus-975-75-hover);
    --background-alt-blue-cumulus-active: var(--blue-cumulus-975-75-active);
    --background-alt-purple-glycine: var(--purple-glycine-975-75);
    --background-alt-purple-glycine-hover: var(--purple-glycine-975-75-hover);
    --background-alt-purple-glycine-active: var(--purple-glycine-975-75-active);
    --background-alt-pink-macaron: var(--pink-macaron-975-75);
    --background-alt-pink-macaron-hover: var(--pink-macaron-975-75-hover);
    --background-alt-pink-macaron-active: var(--pink-macaron-975-75-active);
    --background-alt-pink-tuile: var(--pink-tuile-975-75);
    --background-alt-pink-tuile-hover: var(--pink-tuile-975-75-hover);
    --background-alt-pink-tuile-active: var(--pink-tuile-975-75-active);
    --background-alt-yellow-tournesol: var(--yellow-tournesol-975-75);
    --background-alt-yellow-tournesol-hover: var(--yellow-tournesol-975-75-hover);
    --background-alt-yellow-tournesol-active: var(
        --yellow-tournesol-975-75-active
    );
    --background-alt-yellow-moutarde: var(--yellow-moutarde-975-75);
    --background-alt-yellow-moutarde-hover: var(--yellow-moutarde-975-75-hover);
    --background-alt-yellow-moutarde-active: var(--yellow-moutarde-975-75-active);
    --background-alt-orange-terre-battue: var(--orange-terre-battue-975-75);
    --background-alt-orange-terre-battue-hover: var(
        --orange-terre-battue-975-75-hover
    );
    --background-alt-orange-terre-battue-active: var(
        --orange-terre-battue-975-75-active
    );
    --background-alt-brown-cafe-creme: var(--brown-cafe-creme-975-75);
    --background-alt-brown-cafe-creme-hover: var(--brown-cafe-creme-975-75-hover);
    --background-alt-brown-cafe-creme-active: var(
        --brown-cafe-creme-975-75-active
    );
    --background-alt-brown-caramel: var(--brown-caramel-975-75);
    --background-alt-brown-caramel-hover: var(--brown-caramel-975-75-hover);
    --background-alt-brown-caramel-active: var(--brown-caramel-975-75-active);
    --background-alt-brown-opera: var(--brown-opera-975-75);
    --background-alt-brown-opera-hover: var(--brown-opera-975-75-hover);
    --background-alt-brown-opera-active: var(--brown-opera-975-75-active);
    --background-alt-beige-gris-galet: var(--beige-gris-galet-975-75);
    --background-alt-beige-gris-galet-hover: var(--beige-gris-galet-975-75-hover);
    --background-alt-beige-gris-galet-active: var(
        --beige-gris-galet-975-75-active
    );
    --background-contrast-grey: var(--grey-950-100);
    --background-contrast-grey-hover: var(--grey-950-100-hover);
    --background-contrast-grey-active: var(--grey-950-100-active);
    --background-contrast-blue-france: var(--blue-france-950-100);
    --background-contrast-blue-france-hover: var(--blue-france-950-100-hover);
    --background-contrast-blue-france-active: var(--blue-france-950-100-active);
    --background-contrast-red-marianne: var(--red-marianne-950-100);
    --background-contrast-red-marianne-hover: var(--red-marianne-950-100-hover);
    --background-contrast-red-marianne-active: var(--red-marianne-950-100-active);
    --background-contrast-green-tilleul-verveine: var(
        --green-tilleul-verveine-950-100
    );
    --background-contrast-green-tilleul-verveine-hover: var(
        --green-tilleul-verveine-950-100-hover
    );
    --background-contrast-green-tilleul-verveine-active: var(
        --green-tilleul-verveine-950-100-active
    );
    --background-contrast-green-bourgeon: var(--green-bourgeon-950-100);
    --background-contrast-green-bourgeon-hover: var(
        --green-bourgeon-950-100-hover
    );
    --background-contrast-green-bourgeon-active: var(
        --green-bourgeon-950-100-active
    );
    --background-contrast-green-emeraude: var(--green-emeraude-950-100);
    --background-contrast-green-emeraude-hover: var(
        --green-emeraude-950-100-hover
    );
    --background-contrast-green-emeraude-active: var(
        --green-emeraude-950-100-active
    );
    --background-contrast-green-menthe: var(--green-menthe-950-100);
    --background-contrast-green-menthe-hover: var(--green-menthe-950-100-hover);
    --background-contrast-green-menthe-active: var(--green-menthe-950-100-active);
    --background-contrast-green-archipel: var(--green-archipel-950-100);
    --background-contrast-green-archipel-hover: var(
        --green-archipel-950-100-hover
    );
    --background-contrast-green-archipel-active: var(
        --green-archipel-950-100-active
    );
    --background-contrast-blue-ecume: var(--blue-ecume-950-100);
    --background-contrast-blue-ecume-hover: var(--blue-ecume-950-100-hover);
    --background-contrast-blue-ecume-active: var(--blue-ecume-950-100-active);
    --background-contrast-blue-cumulus: var(--blue-cumulus-950-100);
    --background-contrast-blue-cumulus-hover: var(--blue-cumulus-950-100-hover);
    --background-contrast-blue-cumulus-active: var(--blue-cumulus-950-100-active);
    --background-contrast-purple-glycine: var(--purple-glycine-950-100);
    --background-contrast-purple-glycine-hover: var(
        --purple-glycine-950-100-hover
    );
    --background-contrast-purple-glycine-active: var(
        --purple-glycine-950-100-active
    );
    --background-contrast-pink-macaron: var(--pink-macaron-950-100);
    --background-contrast-pink-macaron-hover: var(--pink-macaron-950-100-hover);
    --background-contrast-pink-macaron-active: var(--pink-macaron-950-100-active);
    --background-contrast-pink-tuile: var(--pink-tuile-950-100);
    --background-contrast-pink-tuile-hover: var(--pink-tuile-950-100-hover);
    --background-contrast-pink-tuile-active: var(--pink-tuile-950-100-active);
    --background-contrast-yellow-tournesol: var(--yellow-tournesol-950-100);
    --background-contrast-yellow-tournesol-hover: var(
        --yellow-tournesol-950-100-hover
    );
    --background-contrast-yellow-tournesol-active: var(
        --yellow-tournesol-950-100-active
    );
    --background-contrast-yellow-moutarde: var(--yellow-moutarde-950-100);
    --background-contrast-yellow-moutarde-hover: var(
        --yellow-moutarde-950-100-hover
    );
    --background-contrast-yellow-moutarde-active: var(
        --yellow-moutarde-950-100-active
    );
    --background-contrast-orange-terre-battue: var(--orange-terre-battue-950-100);
    --background-contrast-orange-terre-battue-hover: var(
        --orange-terre-battue-950-100-hover
    );
    --background-contrast-orange-terre-battue-active: var(
        --orange-terre-battue-950-100-active
    );
    --background-contrast-brown-cafe-creme: var(--brown-cafe-creme-950-100);
    --background-contrast-brown-cafe-creme-hover: var(
        --brown-cafe-creme-950-100-hover
    );
    --background-contrast-brown-cafe-creme-active: var(
        --brown-cafe-creme-950-100-active
    );
    --background-contrast-brown-caramel: var(--brown-caramel-950-100);
    --background-contrast-brown-caramel-hover: var(--brown-caramel-950-100-hover);
    --background-contrast-brown-caramel-active: var(
        --brown-caramel-950-100-active
    );
    --background-contrast-brown-opera: var(--brown-opera-950-100);
    --background-contrast-brown-opera-hover: var(--brown-opera-950-100-hover);
    --background-contrast-brown-opera-active: var(--brown-opera-950-100-active);
    --background-contrast-beige-gris-galet: var(--beige-gris-galet-950-100);
    --background-contrast-beige-gris-galet-hover: var(
        --beige-gris-galet-950-100-hover
    );
    --background-contrast-beige-gris-galet-active: var(
        --beige-gris-galet-950-100-active
    );
    --background-contrast-info: var(--info-950-100);
    --background-contrast-info-hover: var(--info-950-100-hover);
    --background-contrast-info-active: var(--info-950-100-active);
    --background-contrast-success: var(--success-950-100);
    --background-contrast-success-hover: var(--success-950-100-hover);
    --background-contrast-success-active: var(--success-950-100-active);
    --background-contrast-warning: var(--warning-950-100);
    --background-contrast-warning-hover: var(--warning-950-100-hover);
    --background-contrast-warning-active: var(--warning-950-100-active);
    --background-contrast-error: var(--error-950-100);
    --background-contrast-error-hover: var(--error-950-100-hover);
    --background-contrast-error-active: var(--error-950-100-active);
    --background-flat-grey: var(--grey-200-850);
    --background-flat-info: var(--info-425-625);
    --background-flat-success: var(--success-425-625);
    --background-flat-warning: var(--warning-425-625);
    --background-flat-error: var(--error-425-625);
    --background-action-high-blue-france: var(--blue-france-sun-113-625);
    --background-action-high-blue-france-hover: var(
        --blue-france-sun-113-625-hover
    );
    --background-action-high-blue-france-active: var(
        --blue-france-sun-113-625-active
    );
    --background-action-high-red-marianne: var(--red-marianne-425-625);
    --background-action-high-red-marianne-hover: var(
        --red-marianne-425-625-hover
    );
    --background-action-high-red-marianne-active: var(
        --red-marianne-425-625-active
    );
    --background-action-high-green-tilleul-verveine: var(
        --green-tilleul-verveine-sun-418-moon-817
    );
    --background-action-high-green-tilleul-verveine-hover: var(
        --green-tilleul-verveine-sun-418-moon-817-hover
    );
    --background-action-high-green-tilleul-verveine-active: var(
        --green-tilleul-verveine-sun-418-moon-817-active
    );
    --background-action-high-green-bourgeon: var(
        --green-bourgeon-sun-425-moon-759
    );
    --background-action-high-green-bourgeon-hover: var(
        --green-bourgeon-sun-425-moon-759-hover
    );
    --background-action-high-green-bourgeon-active: var(
        --green-bourgeon-sun-425-moon-759-active
    );
    --background-action-high-green-emeraude: var(
        --green-emeraude-sun-425-moon-753
    );
    --background-action-high-green-emeraude-hover: var(
        --green-emeraude-sun-425-moon-753-hover
    );
    --background-action-high-green-emeraude-active: var(
        --green-emeraude-sun-425-moon-753-active
    );
    --background-action-high-green-menthe: var(--green-menthe-sun-373-moon-652);
    --background-action-high-green-menthe-hover: var(
        --green-menthe-sun-373-moon-652-hover
    );
    --background-action-high-green-menthe-active: var(
        --green-menthe-sun-373-moon-652-active
    );
    --background-action-high-green-archipel: var(
        --green-archipel-sun-391-moon-716
    );
    --background-action-high-green-archipel-hover: var(
        --green-archipel-sun-391-moon-716-hover
    );
    --background-action-high-green-archipel-active: var(
        --green-archipel-sun-391-moon-716-active
    );
    --background-action-high-blue-ecume: var(--blue-ecume-sun-247-moon-675);
    --background-action-high-blue-ecume-hover: var(
        --blue-ecume-sun-247-moon-675-hover
    );
    --background-action-high-blue-ecume-active: var(
        --blue-ecume-sun-247-moon-675-active
    );
    --background-action-high-blue-cumulus: var(--blue-cumulus-sun-368-moon-732);
    --background-action-high-blue-cumulus-hover: var(
        --blue-cumulus-sun-368-moon-732-hover
    );
    --background-action-high-blue-cumulus-active: var(
        --blue-cumulus-sun-368-moon-732-active
    );
    --background-action-high-purple-glycine: var(
        --purple-glycine-sun-319-moon-630
    );
    --background-action-high-purple-glycine-hover: var(
        --purple-glycine-sun-319-moon-630-hover
    );
    --background-action-high-purple-glycine-active: var(
        --purple-glycine-sun-319-moon-630-active
    );
    --background-action-high-pink-macaron: var(--pink-macaron-sun-406-moon-833);
    --background-action-high-pink-macaron-hover: var(
        --pink-macaron-sun-406-moon-833-hover
    );
    --background-action-high-pink-macaron-active: var(
        --pink-macaron-sun-406-moon-833-active
    );
    --background-action-high-pink-tuile: var(--pink-tuile-sun-425-moon-750);
    --background-action-high-pink-tuile-hover: var(
        --pink-tuile-sun-425-moon-750-hover
    );
    --background-action-high-pink-tuile-active: var(
        --pink-tuile-sun-425-moon-750-active
    );
    --background-action-high-yellow-tournesol: var(
        --yellow-tournesol-sun-407-moon-922
    );
    --background-action-high-yellow-tournesol-hover: var(
        --yellow-tournesol-sun-407-moon-922-hover
    );
    --background-action-high-yellow-tournesol-active: var(
        --yellow-tournesol-sun-407-moon-922-active
    );
    --background-action-high-yellow-moutarde: var(
        --yellow-moutarde-sun-348-moon-860
    );
    --background-action-high-yellow-moutarde-hover: var(
        --yellow-moutarde-sun-348-moon-860-hover
    );
    --background-action-high-yellow-moutarde-active: var(
        --yellow-moutarde-sun-348-moon-860-active
    );
    --background-action-high-orange-terre-battue: var(
        --orange-terre-battue-sun-370-moon-672
    );
    --background-action-high-orange-terre-battue-hover: var(
        --orange-terre-battue-sun-370-moon-672-hover
    );
    --background-action-high-orange-terre-battue-active: var(
        --orange-terre-battue-sun-370-moon-672-active
    );
    --background-action-high-brown-cafe-creme: var(
        --brown-cafe-creme-sun-383-moon-885
    );
    --background-action-high-brown-cafe-creme-hover: var(
        --brown-cafe-creme-sun-383-moon-885-hover
    );
    --background-action-high-brown-cafe-creme-active: var(
        --brown-cafe-creme-sun-383-moon-885-active
    );
    --background-action-high-brown-caramel: var(--brown-caramel-sun-425-moon-901);
    --background-action-high-brown-caramel-hover: var(
        --brown-caramel-sun-425-moon-901-hover
    );
    --background-action-high-brown-caramel-active: var(
        --brown-caramel-sun-425-moon-901-active
    );
    --background-action-high-brown-opera: var(--brown-opera-sun-395-moon-820);
    --background-action-high-brown-opera-hover: var(
        --brown-opera-sun-395-moon-820-hover
    );
    --background-action-high-brown-opera-active: var(
        --brown-opera-sun-395-moon-820-active
    );
    --background-action-high-beige-gris-galet: var(
        --beige-gris-galet-sun-407-moon-821
    );
    --background-action-high-beige-gris-galet-hover: var(
        --beige-gris-galet-sun-407-moon-821-hover
    );
    --background-action-high-beige-gris-galet-active: var(
        --beige-gris-galet-sun-407-moon-821-active
    );
    --background-action-high-info: var(--info-425-625);
    --background-action-high-info-hover: var(--info-425-625-hover);
    --background-action-high-info-active: var(--info-425-625-active);
    --background-action-high-success: var(--success-425-625);
    --background-action-high-success-hover: var(--success-425-625-hover);
    --background-action-high-success-active: var(--success-425-625-active);
    --background-action-high-warning: var(--warning-425-625);
    --background-action-high-warning-hover: var(--warning-425-625-hover);
    --background-action-high-warning-active: var(--warning-425-625-active);
    --background-action-high-error: var(--error-425-625);
    --background-action-high-error-hover: var(--error-425-625-hover);
    --background-action-high-error-active: var(--error-425-625-active);
    --background-action-low-blue-france: var(--blue-france-925-125);
    --background-action-low-blue-france-hover: var(--blue-france-925-125-hover);
    --background-action-low-blue-france-active: var(--blue-france-925-125-active);
    --background-action-low-red-marianne: var(--red-marianne-925-125);
    --background-action-low-red-marianne-hover: var(--red-marianne-925-125-hover);
    --background-action-low-red-marianne-active: var(
        --red-marianne-925-125-active
    );
    --background-action-low-green-tilleul-verveine: var(
        --green-tilleul-verveine-925-125
    );
    --background-action-low-green-tilleul-verveine-hover: var(
        --green-tilleul-verveine-925-125-hover
    );
    --background-action-low-green-tilleul-verveine-active: var(
        --green-tilleul-verveine-925-125-active
    );
    --background-action-low-green-bourgeon: var(--green-bourgeon-925-125);
    --background-action-low-green-bourgeon-hover: var(
        --green-bourgeon-925-125-hover
    );
    --background-action-low-green-bourgeon-active: var(
        --green-bourgeon-925-125-active
    );
    --background-action-low-green-emeraude: var(--green-emeraude-925-125);
    --background-action-low-green-emeraude-hover: var(
        --green-emeraude-925-125-hover
    );
    --background-action-low-green-emeraude-active: var(
        --green-emeraude-925-125-active
    );
    --background-action-low-green-menthe: var(--green-menthe-925-125);
    --background-action-low-green-menthe-hover: var(--green-menthe-925-125-hover);
    --background-action-low-green-menthe-active: var(
        --green-menthe-925-125-active
    );
    --background-action-low-green-archipel: var(--green-archipel-925-125);
    --background-action-low-green-archipel-hover: var(
        --green-archipel-925-125-hover
    );
    --background-action-low-green-archipel-active: var(
        --green-archipel-925-125-active
    );
    --background-action-low-blue-ecume: var(--blue-ecume-925-125);
    --background-action-low-blue-ecume-hover: var(--blue-ecume-925-125-hover);
    --background-action-low-blue-ecume-active: var(--blue-ecume-925-125-active);
    --background-action-low-blue-cumulus: var(--blue-cumulus-925-125);
    --background-action-low-blue-cumulus-hover: var(--blue-cumulus-925-125-hover);
    --background-action-low-blue-cumulus-active: var(
        --blue-cumulus-925-125-active
    );
    --background-action-low-purple-glycine: var(--purple-glycine-925-125);
    --background-action-low-purple-glycine-hover: var(
        --purple-glycine-925-125-hover
    );
    --background-action-low-purple-glycine-active: var(
        --purple-glycine-925-125-active
    );
    --background-action-low-pink-macaron: var(--pink-macaron-925-125);
    --background-action-low-pink-macaron-hover: var(--pink-macaron-925-125-hover);
    --background-action-low-pink-macaron-active: var(
        --pink-macaron-925-125-active
    );
    --background-action-low-pink-tuile: var(--pink-tuile-925-125);
    --background-action-low-pink-tuile-hover: var(--pink-tuile-925-125-hover);
    --background-action-low-pink-tuile-active: var(--pink-tuile-925-125-active);
    --background-action-low-yellow-tournesol: var(--yellow-tournesol-925-125);
    --background-action-low-yellow-tournesol-hover: var(
        --yellow-tournesol-925-125-hover
    );
    --background-action-low-yellow-tournesol-active: var(
        --yellow-tournesol-925-125-active
    );
    --background-action-low-yellow-moutarde: var(--yellow-moutarde-925-125);
    --background-action-low-yellow-moutarde-hover: var(
        --yellow-moutarde-925-125-hover
    );
    --background-action-low-yellow-moutarde-active: var(
        --yellow-moutarde-925-125-active
    );
    --background-action-low-orange-terre-battue: var(
        --orange-terre-battue-925-125
    );
    --background-action-low-orange-terre-battue-hover: var(
        --orange-terre-battue-925-125-hover
    );
    --background-action-low-orange-terre-battue-active: var(
        --orange-terre-battue-925-125-active
    );
    --background-action-low-brown-cafe-creme: var(--brown-cafe-creme-925-125);
    --background-action-low-brown-cafe-creme-hover: var(
        --brown-cafe-creme-925-125-hover
    );
    --background-action-low-brown-cafe-creme-active: var(
        --brown-cafe-creme-925-125-active
    );
    --background-action-low-brown-caramel: var(--brown-caramel-925-125);
    --background-action-low-brown-caramel-hover: var(
        --brown-caramel-925-125-hover
    );
    --background-action-low-brown-caramel-active: var(
        --brown-caramel-925-125-active
    );
    --background-action-low-brown-opera: var(--brown-opera-925-125);
    --background-action-low-brown-opera-hover: var(--brown-opera-925-125-hover);
    --background-action-low-brown-opera-active: var(--brown-opera-925-125-active);
    --background-action-low-beige-gris-galet: var(--beige-gris-galet-925-125);
    --background-action-low-beige-gris-galet-hover: var(
        --beige-gris-galet-925-125-hover
    );
    --background-action-low-beige-gris-galet-active: var(
        --beige-gris-galet-925-125-active
    );
    --background-active-blue-france: var(--blue-france-sun-113-625);
    --background-active-blue-france-hover: var(--blue-france-sun-113-625-hover);
    --background-active-blue-france-active: var(--blue-france-sun-113-625-active);
    --background-active-red-marianne: var(--red-marianne-425-625);
    --background-active-red-marianne-hover: var(--red-marianne-425-625-hover);
    --background-active-red-marianne-active: var(--red-marianne-425-625-active);
    --background-open-blue-france: var(--blue-france-925-125);
    --background-open-blue-france-hover: var(--blue-france-925-125-hover);
    --background-open-blue-france-active: var(--blue-france-925-125-active);
    --background-open-red-marianne: var(--red-marianne-925-125);
    --background-open-red-marianne-hover: var(--red-marianne-925-125-hover);
    --background-open-red-marianne-active: var(--red-marianne-925-125-active);
    --background-disabled-grey: var(--grey-925-125);
    --background-raised-grey: var(--grey-1000-75);
    --background-raised-grey-hover: var(--grey-1000-75-hover);
    --background-raised-grey-active: var(--grey-1000-75-active);
    --background-overlap-grey: var(--grey-1000-100);
    --background-overlap-grey-hover: var(--grey-1000-100-hover);
    --background-overlap-grey-active: var(--grey-1000-100-active);
    --background-lifted-grey: var(--grey-1000-75);
    --background-lifted-grey-hover: var(--grey-1000-75-hover);
    --background-lifted-grey-active: var(--grey-1000-75-active);
    --background-alt-raised-grey: var(--grey-975-100);
    --background-alt-raised-grey-hover: var(--grey-975-100-hover);
    --background-alt-raised-grey-active: var(--grey-975-100-active);
    --background-alt-overlap-grey: var(--grey-975-125);
    --background-alt-overlap-grey-hover: var(--grey-975-125-hover);
    --background-alt-overlap-grey-active: var(--grey-975-125-active);
    --background-contrast-raised-grey: var(--grey-950-125);
    --background-contrast-raised-grey-hover: var(--grey-950-125-hover);
    --background-contrast-raised-grey-active: var(--grey-950-125-active);
    --background-contrast-overlap-grey: var(--grey-950-150);
    --background-contrast-overlap-grey-hover: var(--grey-950-150-hover);
    --background-contrast-overlap-grey-active: var(--grey-950-150-active);
    --text-default-grey: var(--grey-200-850);
    --text-default-info: var(--info-425-625);
    --text-default-success: var(--success-425-625);
    --text-default-warning: var(--warning-425-625);
    --text-default-error: var(--error-425-625);
    --text-action-high-grey: var(--grey-50-1000);
    --text-action-high-blue-france: var(--blue-france-sun-113-625);
    --text-action-high-red-marianne: var(--red-marianne-425-625);
    --text-action-high-green-tilleul-verveine: var(
        --green-tilleul-verveine-sun-418-moon-817
    );
    --text-action-high-green-bourgeon: var(--green-bourgeon-sun-425-moon-759);
    --text-action-high-green-emeraude: var(--green-emeraude-sun-425-moon-753);
    --text-action-high-green-menthe: var(--green-menthe-sun-373-moon-652);
    --text-action-high-green-archipel: var(--green-archipel-sun-391-moon-716);
    --text-action-high-blue-ecume: var(--blue-ecume-sun-247-moon-675);
    --text-action-high-blue-cumulus: var(--blue-cumulus-sun-368-moon-732);
    --text-action-high-purple-glycine: var(--purple-glycine-sun-319-moon-630);
    --text-action-high-pink-macaron: var(--pink-macaron-sun-406-moon-833);
    --text-action-high-pink-tuile: var(--pink-tuile-sun-425-moon-750);
    --text-action-high-yellow-tournesol: var(--yellow-tournesol-sun-407-moon-922);
    --text-action-high-yellow-moutarde: var(--yellow-moutarde-sun-348-moon-860);
    --text-action-high-orange-terre-battue: var(
        --orange-terre-battue-sun-370-moon-672
    );
    --text-action-high-brown-cafe-creme: var(--brown-cafe-creme-sun-383-moon-885);
    --text-action-high-brown-caramel: var(--brown-caramel-sun-425-moon-901);
    --text-action-high-brown-opera: var(--brown-opera-sun-395-moon-820);
    --text-action-high-beige-gris-galet: var(--beige-gris-galet-sun-407-moon-821);
    --text-title-grey: var(--grey-50-1000);
    --text-title-blue-france: var(--blue-france-sun-113-625);
    --text-title-red-marianne: var(--red-marianne-425-625);
    --text-label-grey: var(--grey-50-1000);
    --text-label-blue-france: var(--blue-france-sun-113-625);
    --text-label-red-marianne: var(--red-marianne-425-625);
    --text-label-green-tilleul-verveine: var(
        --green-tilleul-verveine-sun-418-moon-817
    );
    --text-label-green-bourgeon: var(--green-bourgeon-sun-425-moon-759);
    --text-label-green-emeraude: var(--green-emeraude-sun-425-moon-753);
    --text-label-green-menthe: var(--green-menthe-sun-373-moon-652);
    --text-label-green-archipel: var(--green-archipel-sun-391-moon-716);
    --text-label-blue-ecume: var(--blue-ecume-sun-247-moon-675);
    --text-label-blue-cumulus: var(--blue-cumulus-sun-368-moon-732);
    --text-label-purple-glycine: var(--purple-glycine-sun-319-moon-630);
    --text-label-pink-macaron: var(--pink-macaron-sun-406-moon-833);
    --text-label-pink-tuile: var(--pink-tuile-sun-425-moon-750);
    --text-label-yellow-tournesol: var(--yellow-tournesol-sun-407-moon-922);
    --text-label-yellow-moutarde: var(--yellow-moutarde-sun-348-moon-860);
    --text-label-orange-terre-battue: var(--orange-terre-battue-sun-370-moon-672);
    --text-label-brown-cafe-creme: var(--brown-cafe-creme-sun-383-moon-885);
    --text-label-brown-caramel: var(--brown-caramel-sun-425-moon-901);
    --text-label-brown-opera: var(--brown-opera-sun-395-moon-820);
    --text-label-beige-gris-galet: var(--beige-gris-galet-sun-407-moon-821);
    --text-active-grey: var(--grey-50-1000);
    --text-active-blue-france: var(--blue-france-sun-113-625);
    --text-active-red-marianne: var(--red-marianne-425-625);
    --text-mention-grey: var(--grey-425-625);
    --text-inverted-grey: var(--grey-1000-50);
    --text-inverted-blue-france: var(--blue-france-975-sun-113);
    --text-inverted-red-marianne: var(--red-marianne-975-75);
    --text-inverted-info: var(--info-975-75);
    --text-inverted-success: var(--success-975-75);
    --text-inverted-warning: var(--warning-975-75);
    --text-inverted-error: var(--error-975-75);
    --text-inverted-green-tilleul-verveine: var(--green-tilleul-verveine-975-75);
    --text-inverted-green-bourgeon: var(--green-bourgeon-975-75);
    --text-inverted-green-emeraude: var(--green-emeraude-975-75);
    --text-inverted-green-menthe: var(--green-menthe-975-75);
    --text-inverted-green-archipel: var(--green-archipel-975-75);
    --text-inverted-blue-ecume: var(--blue-ecume-975-75);
    --text-inverted-blue-cumulus: var(--blue-cumulus-975-75);
    --text-inverted-purple-glycine: var(--purple-glycine-975-75);
    --text-inverted-pink-macaron: var(--pink-macaron-975-75);
    --text-inverted-pink-tuile: var(--pink-tuile-975-75);
    --text-inverted-yellow-tournesol: var(--yellow-tournesol-975-75);
    --text-inverted-yellow-moutarde: var(--yellow-moutarde-975-75);
    --text-inverted-orange-terre-battue: var(--orange-terre-battue-975-75);
    --text-inverted-brown-cafe-creme: var(--brown-cafe-creme-975-75);
    --text-inverted-brown-caramel: var(--brown-caramel-975-75);
    --text-inverted-brown-opera: var(--brown-opera-975-75);
    --text-inverted-beige-gris-galet: var(--beige-gris-galet-975-75);
    --text-disabled-grey: var(--grey-625-425);
    --border-default-grey: var(--grey-900-175);
    --border-default-blue-france: var(--blue-france-main-525);
    --border-default-red-marianne: var(--red-marianne-main-472);
    --border-default-green-tilleul-verveine: var(
        --green-tilleul-verveine-main-707
    );
    --border-default-green-bourgeon: var(--green-bourgeon-main-640);
    --border-default-green-emeraude: var(--green-emeraude-main-632);
    --border-default-green-menthe: var(--green-menthe-main-548);
    --border-default-green-archipel: var(--green-archipel-main-557);
    --border-default-blue-ecume: var(--blue-ecume-main-400);
    --border-default-blue-cumulus: var(--blue-cumulus-main-526);
    --border-default-purple-glycine: var(--purple-glycine-main-494);
    --border-default-pink-macaron: var(--pink-macaron-main-689);
    --border-default-pink-tuile: var(--pink-tuile-main-556);
    --border-default-yellow-tournesol: var(--yellow-tournesol-main-731);
    --border-default-yellow-moutarde: var(--yellow-moutarde-main-679);
    --border-default-orange-terre-battue: var(--orange-terre-battue-main-645);
    --border-default-brown-cafe-creme: var(--brown-cafe-creme-main-782);
    --border-default-brown-caramel: var(--brown-caramel-main-648);
    --border-default-brown-opera: var(--brown-opera-main-680);
    --border-default-beige-gris-galet: var(--beige-gris-galet-main-702);
    --border-active-blue-france: var(--blue-france-sun-113-625);
    --border-active-red-marianne: var(--red-marianne-425-625);
    --border-action-high-grey: var(--grey-50-1000);
    --border-action-high-blue-france: var(--blue-france-sun-113-625);
    --border-action-high-red-marianne: var(--red-marianne-425-625);
    --border-action-high-info: var(--info-425-625);
    --border-action-high-success: var(--success-425-625);
    --border-action-high-warning: var(--warning-425-625);
    --border-action-high-error: var(--error-425-625);
    --border-action-low-blue-france: var(--blue-france-850-200);
    --border-action-low-red-marianne: var(--red-marianne-850-200);
    --border-action-low-green-tilleul-verveine: var(
        --green-tilleul-verveine-850-200
    );
    --border-action-low-green-bourgeon: var(--green-bourgeon-850-200);
    --border-action-low-green-emeraude: var(--green-emeraude-850-200);
    --border-action-low-green-menthe: var(--green-menthe-850-200);
    --border-action-low-green-archipel: var(--green-archipel-850-200);
    --border-action-low-blue-ecume: var(--blue-ecume-850-200);
    --border-action-low-blue-cumulus: var(--blue-cumulus-850-200);
    --border-action-low-purple-glycine: var(--purple-glycine-850-200);
    --border-action-low-pink-macaron: var(--pink-macaron-850-200);
    --border-action-low-pink-tuile: var(--pink-tuile-850-200);
    --border-action-low-yellow-tournesol: var(--yellow-tournesol-850-200);
    --border-action-low-yellow-moutarde: var(--yellow-moutarde-850-200);
    --border-action-low-orange-terre-battue: var(--orange-terre-battue-850-200);
    --border-action-low-brown-cafe-creme: var(--brown-cafe-creme-850-200);
    --border-action-low-brown-caramel: var(--brown-caramel-850-200);
    --border-action-low-brown-opera: var(--brown-opera-850-200);
    --border-action-low-beige-gris-galet: var(--beige-gris-galet-850-200);
    --border-open-blue-france: var(--blue-france-925-125);
    --border-open-red-marianne: var(--red-marianne-925-125);
    --border-plain-grey: var(--grey-200-850);
    --border-plain-blue-france: var(--blue-france-sun-113-625);
    --border-plain-red-marianne: var(--red-marianne-425-625);
    --border-plain-info: var(--info-425-625);
    --border-plain-success: var(--success-425-625);
    --border-plain-warning: var(--warning-425-625);
    --border-plain-error: var(--error-425-625);
    --border-plain-green-tilleul-verveine: var(
        --green-tilleul-verveine-sun-418-moon-817
    );
    --border-plain-green-bourgeon: var(--green-bourgeon-sun-425-moon-759);
    --border-plain-green-emeraude: var(--green-emeraude-sun-425-moon-753);
    --border-plain-green-menthe: var(--green-menthe-sun-373-moon-652);
    --border-plain-green-archipel: var(--green-archipel-sun-391-moon-716);
    --border-plain-blue-ecume: var(--blue-ecume-sun-247-moon-675);
    --border-plain-blue-cumulus: var(--blue-cumulus-sun-368-moon-732);
    --border-plain-purple-glycine: var(--purple-glycine-sun-319-moon-630);
    --border-plain-pink-macaron: var(--pink-macaron-sun-406-moon-833);
    --border-plain-pink-tuile: var(--pink-tuile-sun-425-moon-750);
    --border-plain-yellow-tournesol: var(--yellow-tournesol-sun-407-moon-922);
    --border-plain-yellow-moutarde: var(--yellow-moutarde-sun-348-moon-860);
    --border-plain-orange-terre-battue: var(
        --orange-terre-battue-sun-370-moon-672
    );
    --border-plain-brown-cafe-creme: var(--brown-cafe-creme-sun-383-moon-885);
    --border-plain-brown-caramel: var(--brown-caramel-sun-425-moon-901);
    --border-plain-brown-opera: var(--brown-opera-sun-395-moon-820);
    --border-plain-beige-gris-galet: var(--beige-gris-galet-sun-407-moon-821);
    --border-disabled-grey: var(--grey-925-125);
    --artwork-major-blue-france: var(--blue-france-sun-113-625);
    --artwork-major-blue-france-hover: var(--blue-france-sun-113-625-hover);
    --artwork-major-blue-france-active: var(--blue-france-sun-113-625-active);
    --artwork-major-red-marianne: var(--red-marianne-425-625);
    --artwork-major-red-marianne-hover: var(--red-marianne-425-625-hover);
    --artwork-major-red-marianne-active: var(--red-marianne-425-625-active);
    --artwork-major-green-tilleul-verveine: var(
        --green-tilleul-verveine-sun-418-moon-817
    );
    --artwork-major-green-tilleul-verveine-hover: var(
        --green-tilleul-verveine-sun-418-moon-817-hover
    );
    --artwork-major-green-tilleul-verveine-active: var(
        --green-tilleul-verveine-sun-418-moon-817-active
    );
    --artwork-major-green-bourgeon: var(--green-bourgeon-sun-425-moon-759);
    --artwork-major-green-bourgeon-hover: var(
        --green-bourgeon-sun-425-moon-759-hover
    );
    --artwork-major-green-bourgeon-active: var(
        --green-bourgeon-sun-425-moon-759-active
    );
    --artwork-major-green-emeraude: var(--green-emeraude-sun-425-moon-753);
    --artwork-major-green-emeraude-hover: var(
        --green-emeraude-sun-425-moon-753-hover
    );
    --artwork-major-green-emeraude-active: var(
        --green-emeraude-sun-425-moon-753-active
    );
    --artwork-major-green-menthe: var(--green-menthe-sun-373-moon-652);
    --artwork-major-green-menthe-hover: var(
        --green-menthe-sun-373-moon-652-hover
    );
    --artwork-major-green-menthe-active: var(
        --green-menthe-sun-373-moon-652-active
    );
    --artwork-major-green-archipel: var(--green-archipel-sun-391-moon-716);
    --artwork-major-green-archipel-hover: var(
        --green-archipel-sun-391-moon-716-hover
    );
    --artwork-major-green-archipel-active: var(
        --green-archipel-sun-391-moon-716-active
    );
    --artwork-major-blue-ecume: var(--blue-ecume-sun-247-moon-675);
    --artwork-major-blue-ecume-hover: var(--blue-ecume-sun-247-moon-675-hover);
    --artwork-major-blue-ecume-active: var(--blue-ecume-sun-247-moon-675-active);
    --artwork-major-blue-cumulus: var(--blue-cumulus-sun-368-moon-732);
    --artwork-major-blue-cumulus-hover: var(
        --blue-cumulus-sun-368-moon-732-hover
    );
    --artwork-major-blue-cumulus-active: var(
        --blue-cumulus-sun-368-moon-732-active
    );
    --artwork-major-purple-glycine: var(--purple-glycine-sun-319-moon-630);
    --artwork-major-purple-glycine-hover: var(
        --purple-glycine-sun-319-moon-630-hover
    );
    --artwork-major-purple-glycine-active: var(
        --purple-glycine-sun-319-moon-630-active
    );
    --artwork-major-pink-macaron: var(--pink-macaron-sun-406-moon-833);
    --artwork-major-pink-macaron-hover: var(
        --pink-macaron-sun-406-moon-833-hover
    );
    --artwork-major-pink-macaron-active: var(
        --pink-macaron-sun-406-moon-833-active
    );
    --artwork-major-pink-tuile: var(--pink-tuile-sun-425-moon-750);
    --artwork-major-pink-tuile-hover: var(--pink-tuile-sun-425-moon-750-hover);
    --artwork-major-pink-tuile-active: var(--pink-tuile-sun-425-moon-750-active);
    --artwork-major-yellow-tournesol: var(--yellow-tournesol-sun-407-moon-922);
    --artwork-major-yellow-tournesol-hover: var(
        --yellow-tournesol-sun-407-moon-922-hover
    );
    --artwork-major-yellow-tournesol-active: var(
        --yellow-tournesol-sun-407-moon-922-active
    );
    --artwork-major-yellow-moutarde: var(--yellow-moutarde-sun-348-moon-860);
    --artwork-major-yellow-moutarde-hover: var(
        --yellow-moutarde-sun-348-moon-860-hover
    );
    --artwork-major-yellow-moutarde-active: var(
        --yellow-moutarde-sun-348-moon-860-active
    );
    --artwork-major-orange-terre-battue: var(
        --orange-terre-battue-sun-370-moon-672
    );
    --artwork-major-orange-terre-battue-hover: var(
        --orange-terre-battue-sun-370-moon-672-hover
    );
    --artwork-major-orange-terre-battue-active: var(
        --orange-terre-battue-sun-370-moon-672-active
    );
    --artwork-major-brown-cafe-creme: var(--brown-cafe-creme-sun-383-moon-885);
    --artwork-major-brown-cafe-creme-hover: var(
        --brown-cafe-creme-sun-383-moon-885-hover
    );
    --artwork-major-brown-cafe-creme-active: var(
        --brown-cafe-creme-sun-383-moon-885-active
    );
    --artwork-major-brown-caramel: var(--brown-caramel-sun-425-moon-901);
    --artwork-major-brown-caramel-hover: var(
        --brown-caramel-sun-425-moon-901-hover
    );
    --artwork-major-brown-caramel-active: var(
        --brown-caramel-sun-425-moon-901-active
    );
    --artwork-major-brown-opera: var(--brown-opera-sun-395-moon-820);
    --artwork-major-brown-opera-hover: var(--brown-opera-sun-395-moon-820-hover);
    --artwork-major-brown-opera-active: var(
        --brown-opera-sun-395-moon-820-active
    );
    --artwork-major-beige-gris-galet: var(--beige-gris-galet-sun-407-moon-821);
    --artwork-major-beige-gris-galet-hover: var(
        --beige-gris-galet-sun-407-moon-821-hover
    );
    --artwork-major-beige-gris-galet-active: var(
        --beige-gris-galet-sun-407-moon-821-active
    );
    --artwork-minor-blue-france: var(--blue-france-main-525);
    --artwork-minor-red-marianne: var(--red-marianne-main-472);
    --artwork-minor-green-tilleul-verveine: var(
        --green-tilleul-verveine-main-707
    );
    --artwork-minor-green-bourgeon: var(--green-bourgeon-main-640);
    --artwork-minor-green-emeraude: var(--green-emeraude-main-632);
    --artwork-minor-green-menthe: var(--green-menthe-main-548);
    --artwork-minor-green-archipel: var(--green-archipel-main-557);
    --artwork-minor-blue-ecume: var(--blue-ecume-main-400);
    --artwork-minor-blue-cumulus: var(--blue-cumulus-main-526);
    --artwork-minor-purple-glycine: var(--purple-glycine-main-494);
    --artwork-minor-pink-macaron: var(--pink-macaron-main-689);
    --artwork-minor-pink-tuile: var(--pink-tuile-main-556);
    --artwork-minor-yellow-tournesol: var(--yellow-tournesol-main-731);
    --artwork-minor-yellow-moutarde: var(--yellow-moutarde-main-679);
    --artwork-minor-orange-terre-battue: var(--orange-terre-battue-main-645);
    --artwork-minor-brown-cafe-creme: var(--brown-cafe-creme-main-782);
    --artwork-minor-brown-caramel: var(--brown-caramel-main-648);
    --artwork-minor-brown-opera: var(--brown-opera-main-680);
    --artwork-minor-beige-gris-galet: var(--beige-gris-galet-main-702);
    --artwork-decorative-grey: var(--grey-950-100);
    --artwork-decorative-blue-france: var(--blue-france-950-100);
    --artwork-decorative-red-marianne: var(--red-marianne-950-100);
    --artwork-decorative-green-tilleul-verveine: var(
        --green-tilleul-verveine-950-100
    );
    --artwork-decorative-green-bourgeon: var(--green-bourgeon-950-100);
    --artwork-decorative-green-emeraude: var(--green-emeraude-950-100);
    --artwork-decorative-green-menthe: var(--green-menthe-950-100);
    --artwork-decorative-green-archipel: var(--green-archipel-950-100);
    --artwork-decorative-blue-ecume: var(--blue-ecume-950-100);
    --artwork-decorative-blue-cumulus: var(--blue-cumulus-950-100);
    --artwork-decorative-purple-glycine: var(--purple-glycine-950-100);
    --artwork-decorative-pink-macaron: var(--pink-macaron-950-100);
    --artwork-decorative-pink-tuile: var(--pink-tuile-950-100);
    --artwork-decorative-yellow-tournesol: var(--yellow-tournesol-950-100);
    --artwork-decorative-yellow-moutarde: var(--yellow-moutarde-950-100);
    --artwork-decorative-orange-terre-battue: var(--orange-terre-battue-950-100);
    --artwork-decorative-brown-cafe-creme: var(--brown-cafe-creme-950-100);
    --artwork-decorative-brown-caramel: var(--brown-caramel-950-100);
    --artwork-decorative-brown-opera: var(--brown-opera-950-100);
    --artwork-decorative-beige-gris-galet: var(--beige-gris-galet-950-100);
    --artwork-background-grey: var(--grey-975-75);
    --artwork-background-blue-france: var(--blue-france-975-75);
    --artwork-background-red-marianne: var(--red-marianne-975-75);
    --artwork-background-green-tilleul-verveine: var(
        --green-tilleul-verveine-975-75
    );
    --artwork-background-green-bourgeon: var(--green-bourgeon-975-75);
    --artwork-background-green-emeraude: var(--green-emeraude-975-75);
    --artwork-background-green-menthe: var(--green-menthe-975-75);
    --artwork-background-green-archipel: var(--green-archipel-975-75);
    --artwork-background-blue-ecume: var(--blue-ecume-975-75);
    --artwork-background-blue-cumulus: var(--blue-cumulus-975-75);
    --artwork-background-purple-glycine: var(--purple-glycine-975-75);
    --artwork-background-pink-macaron: var(--pink-macaron-975-75);
    --artwork-background-pink-tuile: var(--pink-tuile-975-75);
    --artwork-background-yellow-tournesol: var(--yellow-tournesol-975-75);
    --artwork-background-yellow-moutarde: var(--yellow-moutarde-975-75);
    --artwork-background-orange-terre-battue: var(--orange-terre-battue-975-75);
    --artwork-background-brown-cafe-creme: var(--brown-cafe-creme-975-75);
    --artwork-background-brown-caramel: var(--brown-caramel-975-75);
    --artwork-background-brown-opera: var(--brown-opera-975-75);
    --artwork-background-beige-gris-galet: var(--beige-gris-galet-975-75);
    --artwork-motif-grey: var(--grey-925-125);
    --artwork-motif-blue-france: var(--blue-france-925-125);
    --artwork-motif-red-marianne: var(--red-marianne-925-125);
    --artwork-motif-green-tilleul-verveine: var(--green-tilleul-verveine-925-125);
    --artwork-motif-green-bourgeon: var(--green-bourgeon-925-125);
    --artwork-motif-green-emeraude: var(--green-emeraude-925-125);
    --artwork-motif-green-menthe: var(--green-menthe-925-125);
    --artwork-motif-green-archipel: var(--green-archipel-925-125);
    --artwork-motif-blue-ecume: var(--blue-ecume-925-125);
    --artwork-motif-blue-cumulus: var(--blue-cumulus-925-125);
    --artwork-motif-purple-glycine: var(--purple-glycine-925-125);
    --artwork-motif-pink-macaron: var(--pink-macaron-925-125);
    --artwork-motif-pink-tuile: var(--pink-tuile-925-125);
    --artwork-motif-yellow-tournesol: var(--yellow-tournesol-925-125);
    --artwork-motif-yellow-moutarde: var(--yellow-moutarde-925-125);
    --artwork-motif-orange-terre-battue: var(--orange-terre-battue-925-125);
    --artwork-motif-brown-cafe-creme: var(--brown-cafe-creme-925-125);
    --artwork-motif-brown-caramel: var(--brown-caramel-925-125);
    --artwork-motif-brown-opera: var(--brown-opera-925-125);
    --artwork-motif-beige-gris-galet: var(--beige-gris-galet-925-125);
    --grey-1000-50: #fff;
    --grey-1000-50-hover: #f6f6f6;
    --grey-1000-50-active: #ededed;
    --grey-975-75: #f6f6f6;
    --grey-975-75-hover: #dfdfdf;
    --grey-975-75-active: #cfcfcf;
    --grey-950-100: #eee;
    --grey-950-100-hover: #d2d2d2;
    --grey-950-100-active: #c1c1c1;
    --grey-200-850: #3a3a3a;
    --grey-925-125: #e5e5e5;
    --grey-1000-75: #fff;
    --grey-1000-75-hover: #f6f6f6;
    --grey-1000-75-active: #ededed;
    --grey-1000-100: #fff;
    --grey-1000-100-hover: #f6f6f6;
    --grey-1000-100-active: #ededed;
    --grey-975-100: #f6f6f6;
    --grey-975-100-hover: #dfdfdf;
    --grey-975-100-active: #cfcfcf;
    --grey-975-125: #f6f6f6;
    --grey-975-125-hover: #dfdfdf;
    --grey-975-125-active: #cfcfcf;
    --grey-950-125: #eee;
    --grey-950-125-hover: #d2d2d2;
    --grey-950-125-active: #c1c1c1;
    --grey-950-150: #eee;
    --grey-950-150-hover: #d2d2d2;
    --grey-950-150-active: #c1c1c1;
    --grey-50-1000: #161616;
    --grey-425-625: #666;
    --grey-625-425: #929292;
    --grey-900-175: #ddd;
    --blue-france-975-75: #f5f5fe;
    --blue-france-975-75-hover: #dcdcfc;
    --blue-france-975-75-active: #cbcbfa;
    --blue-france-950-100: #ececfe;
    --blue-france-950-100-hover: #cecefc;
    --blue-france-950-100-active: #bbbbfc;
    --blue-france-sun-113-625: #000091;
    --blue-france-sun-113-625-hover: #1212ff;
    --blue-france-sun-113-625-active: #2323ff;
    --blue-france-925-125: #e3e3fd;
    --blue-france-925-125-hover: #c1c1fb;
    --blue-france-925-125-active: #adadf9;
    --blue-france-975-sun-113: #f5f5fe;
    --blue-france-main-525: #6a6af4;
    --blue-france-850-200: #cacafb;
    --red-marianne-975-75: #fef4f4;
    --red-marianne-975-75-hover: #fcd7d7;
    --red-marianne-975-75-active: #fac4c4;
    --red-marianne-950-100: #fee9e9;
    --red-marianne-950-100-hover: #fdc5c5;
    --red-marianne-950-100-active: #fcafaf;
    --red-marianne-425-625: #c9191e;
    --red-marianne-425-625-hover: #f93f42;
    --red-marianne-425-625-active: #f95a5c;
    --red-marianne-925-125: #fddede;
    --red-marianne-925-125-hover: #fbb6b6;
    --red-marianne-925-125-active: #fa9e9e;
    --red-marianne-main-472: #e1000f;
    --red-marianne-850-200: #fcbfbf;
    --info-950-100: #e8edff;
    --info-950-100-hover: #c2d1ff;
    --info-950-100-active: #a9bfff;
    --info-425-625: #0063cb;
    --info-425-625-hover: #3b87ff;
    --info-425-625-active: #6798ff;
    --info-975-75: #f4f6ff;
    --success-950-100: #b8fec9;
    --success-950-100-hover: #46fd89;
    --success-950-100-active: #34eb7b;
    --success-425-625: #18753c;
    --success-425-625-hover: #27a959;
    --success-425-625-active: #2fc368;
    --success-975-75: #dffee6;
    --warning-950-100: #ffe9e6;
    --warning-950-100-hover: #ffc6bd;
    --warning-950-100-active: #ffb0a2;
    --warning-425-625: #b34000;
    --warning-425-625-hover: #ff6218;
    --warning-425-625-active: #ff7a55;
    --warning-975-75: #fff4f3;
    --error-950-100: #ffe9e9;
    --error-950-100-hover: #ffc5c5;
    --error-950-100-active: #ffafaf;
    --error-425-625: #ce0500;
    --error-425-625-hover: #ff2725;
    --error-425-625-active: #ff4140;
    --error-975-75: #fff4f4;
    --green-tilleul-verveine-975-75: #fef7da;
    --green-tilleul-verveine-975-75-hover: #fce552;
    --green-tilleul-verveine-975-75-active: #ebd54c;
    --green-tilleul-verveine-950-100: #fceeac;
    --green-tilleul-verveine-950-100-hover: #e8d45c;
    --green-tilleul-verveine-950-100-active: #d4c254;
    --green-tilleul-verveine-sun-418-moon-817: #66673d;
    --green-tilleul-verveine-sun-418-moon-817-hover: #929359;
    --green-tilleul-verveine-sun-418-moon-817-active: #a7a967;
    --green-tilleul-verveine-925-125: #fbe769;
    --green-tilleul-verveine-925-125-hover: #d7c655;
    --green-tilleul-verveine-925-125-active: #c2b24c;
    --green-tilleul-verveine-main-707: #b7a73f;
    --green-tilleul-verveine-850-200: #e2cf58;
    --green-bourgeon-975-75: #e6feda;
    --green-bourgeon-975-75-hover: #a7fc62;
    --green-bourgeon-975-75-active: #98ed4d;
    --green-bourgeon-950-100: #c9fcac;
    --green-bourgeon-950-100-hover: #9ae95d;
    --green-bourgeon-950-100-active: #8dd555;
    --green-bourgeon-sun-425-moon-759: #447049;
    --green-bourgeon-sun-425-moon-759-hover: #639f6a;
    --green-bourgeon-sun-425-moon-759-active: #72b77a;
    --green-bourgeon-925-125: #a9fb68;
    --green-bourgeon-925-125-hover: #8ed654;
    --green-bourgeon-925-125-active: #7fc04b;
    --green-bourgeon-main-640: #68a532;
    --green-bourgeon-850-200: #95e257;
    --green-emeraude-975-75: #e3fdeb;
    --green-emeraude-975-75-hover: #94f9b9;
    --green-emeraude-975-75-active: #6df1a3;
    --green-emeraude-950-100: #c3fad5;
    --green-emeraude-950-100-hover: #77eda5;
    --green-emeraude-950-100-active: #6dd897;
    --green-emeraude-sun-425-moon-753: #297254;
    --green-emeraude-sun-425-moon-753-hover: #3ea47a;
    --green-emeraude-sun-425-moon-753-active: #49bc8d;
    --green-emeraude-925-125: #9ef9be;
    --green-emeraude-925-125-hover: #69df97;
    --green-emeraude-925-125-active: #5ec988;
    --green-emeraude-main-632: #00a95f;
    --green-emeraude-850-200: #6fe49d;
    --green-menthe-975-75: #dffdf7;
    --green-menthe-975-75-hover: #84f9e7;
    --green-menthe-975-75-active: #70ebd8;
    --green-menthe-950-100: #bafaee;
    --green-menthe-950-100-hover: #79e7d5;
    --green-menthe-950-100-active: #6fd3c3;
    --green-menthe-sun-373-moon-652: #37635f;
    --green-menthe-sun-373-moon-652-hover: #53918c;
    --green-menthe-sun-373-moon-652-active: #62a9a2;
    --green-menthe-925-125: #8bf8e7;
    --green-menthe-925-125-hover: #6ed5c5;
    --green-menthe-925-125-active: #62bfb1;
    --green-menthe-main-548: #009081;
    --green-menthe-850-200: #73e0cf;
    --green-archipel-975-75: #e5fbfd;
    --green-archipel-975-75-hover: #99f2f8;
    --green-archipel-975-75-active: #73e9f0;
    --green-archipel-950-100: #c7f6fc;
    --green-archipel-950-100-hover: #64ecf8;
    --green-archipel-950-100-active: #5bd8e3;
    --green-archipel-sun-391-moon-716: #006a6f;
    --green-archipel-sun-391-moon-716-hover: #009fa7;
    --green-archipel-sun-391-moon-716-active: #00bbc3;
    --green-archipel-925-125: #a6f2fa;
    --green-archipel-925-125-hover: #62dbe5;
    --green-archipel-925-125-active: #58c5cf;
    --green-archipel-main-557: #009099;
    --green-archipel-850-200: #60e0eb;
    --blue-ecume-975-75: #f4f6fe;
    --blue-ecume-975-75-hover: #d7dffb;
    --blue-ecume-975-75-active: #c3cffa;
    --blue-ecume-950-100: #e9edfe;
    --blue-ecume-950-100-hover: #c5d0fc;
    --blue-ecume-950-100-active: #adbffc;
    --blue-ecume-sun-247-moon-675: #2f4077;
    --blue-ecume-sun-247-moon-675-hover: #4e68bb;
    --blue-ecume-sun-247-moon-675-active: #667dcf;
    --blue-ecume-925-125: #dee5fd;
    --blue-ecume-925-125-hover: #b4c5fb;
    --blue-ecume-925-125-active: #99b3f9;
    --blue-ecume-main-400: #465f9d;
    --blue-ecume-850-200: #bfccfb;
    --blue-cumulus-975-75: #f3f6fe;
    --blue-cumulus-975-75-hover: #d3dffc;
    --blue-cumulus-975-75-active: #bed0fa;
    --blue-cumulus-950-100: #e6eefe;
    --blue-cumulus-950-100-hover: #bcd3fc;
    --blue-cumulus-950-100-active: #9fc3fc;
    --blue-cumulus-sun-368-moon-732: #3558a2;
    --blue-cumulus-sun-368-moon-732-hover: #5982e0;
    --blue-cumulus-sun-368-moon-732-active: #7996e6;
    --blue-cumulus-925-125: #dae6fd;
    --blue-cumulus-925-125-hover: #a9c8fb;
    --blue-cumulus-925-125-active: #8ab8f9;
    --blue-cumulus-main-526: #417dc4;
    --blue-cumulus-850-200: #b6cffb;
    --purple-glycine-975-75: #fef3fd;
    --purple-glycine-975-75-hover: #fcd4f8;
    --purple-glycine-975-75-active: #fabff5;
    --purple-glycine-950-100: #fee7fc;
    --purple-glycine-950-100-hover: #fdc0f8;
    --purple-glycine-950-100-active: #fca8f6;
    --purple-glycine-sun-319-moon-630: #6e445a;
    --purple-glycine-sun-319-moon-630-hover: #a66989;
    --purple-glycine-sun-319-moon-630-active: #bb7f9e;
    --purple-glycine-925-125: #fddbfa;
    --purple-glycine-925-125-hover: #fbaff5;
    --purple-glycine-925-125-active: #fa96f2;
    --purple-glycine-main-494: #a558a0;
    --purple-glycine-850-200: #fbb8f6;
    --pink-macaron-975-75: #fef4f2;
    --pink-macaron-975-75-hover: #fcd8d0;
    --pink-macaron-975-75-active: #fac5b8;
    --pink-macaron-950-100: #fee9e6;
    --pink-macaron-950-100-hover: #fdc6bd;
    --pink-macaron-950-100-active: #fcb0a2;
    --pink-macaron-sun-406-moon-833: #8d533e;
    --pink-macaron-sun-406-moon-833-hover: #ca795c;
    --pink-macaron-sun-406-moon-833-active: #e08e73;
    --pink-macaron-925-125: #fddfda;
    --pink-macaron-925-125-hover: #fbb8ab;
    --pink-macaron-925-125-active: #faa18d;
    --pink-macaron-main-689: #e18b76;
    --pink-macaron-850-200: #fcc0b4;
    --pink-tuile-975-75: #fef4f3;
    --pink-tuile-975-75-hover: #fcd7d3;
    --pink-tuile-975-75-active: #fac4be;
    --pink-tuile-950-100: #fee9e7;
    --pink-tuile-950-100-hover: #fdc6c0;
    --pink-tuile-950-100-active: #fcb0a7;
    --pink-tuile-sun-425-moon-750: #a94645;
    --pink-tuile-sun-425-moon-750-hover: #d5706f;
    --pink-tuile-sun-425-moon-750-active: #da8a89;
    --pink-tuile-925-125: #fddfdb;
    --pink-tuile-925-125-hover: #fbb8ad;
    --pink-tuile-925-125-active: #faa191;
    --pink-tuile-main-556: #ce614a;
    --pink-tuile-850-200: #fcbfb7;
    --yellow-tournesol-975-75: #fef6e3;
    --yellow-tournesol-975-75-hover: #fce086;
    --yellow-tournesol-975-75-active: #f5d24b;
    --yellow-tournesol-950-100: #feecc2;
    --yellow-tournesol-950-100-hover: #fbd335;
    --yellow-tournesol-950-100-active: #e6c130;
    --yellow-tournesol-sun-407-moon-922: #716043;
    --yellow-tournesol-sun-407-moon-922-hover: #a28a62;
    --yellow-tournesol-sun-407-moon-922-active: #ba9f72;
    --yellow-tournesol-925-125: #fde39c;
    --yellow-tournesol-925-125-hover: #e9c53b;
    --yellow-tournesol-925-125-active: #d3b235;
    --yellow-tournesol-main-731: #c8aa39;
    --yellow-tournesol-850-200: #efcb3a;
    --yellow-moutarde-975-75: #fef5e8;
    --yellow-moutarde-975-75-hover: #fcdca3;
    --yellow-moutarde-975-75-active: #fbcd64;
    --yellow-moutarde-950-100: #feebd0;
    --yellow-moutarde-950-100-hover: #fdcd6d;
    --yellow-moutarde-950-100-active: #f4be30;
    --yellow-moutarde-sun-348-moon-860: #695240;
    --yellow-moutarde-sun-348-moon-860-hover: #9b7b61;
    --yellow-moutarde-sun-348-moon-860-active: #b58f72;
    --yellow-moutarde-925-125: #fde2b5;
    --yellow-moutarde-925-125-hover: #f6c43c;
    --yellow-moutarde-925-125-active: #dfb135;
    --yellow-moutarde-main-679: #c3992a;
    --yellow-moutarde-850-200: #fcc63a;
    --orange-terre-battue-975-75: #fef4f2;
    --orange-terre-battue-975-75-hover: #fcd8d0;
    --orange-terre-battue-975-75-active: #fac5b8;
    --orange-terre-battue-950-100: #fee9e5;
    --orange-terre-battue-950-100-hover: #fdc6ba;
    --orange-terre-battue-950-100-active: #fcb09e;
    --orange-terre-battue-sun-370-moon-672: #755348;
    --orange-terre-battue-sun-370-moon-672-hover: #ab7b6b;
    --orange-terre-battue-sun-370-moon-672-active: #c68f7d;
    --orange-terre-battue-925-125: #fddfd8;
    --orange-terre-battue-925-125-hover: #fbb8a5;
    --orange-terre-battue-925-125-active: #faa184;
    --orange-terre-battue-main-645: #e4794a;
    --orange-terre-battue-850-200: #fcc0b0;
    --brown-cafe-creme-975-75: #fbf6ed;
    --brown-cafe-creme-975-75-hover: #f2deb6;
    --brown-cafe-creme-975-75-active: #eacf91;
    --brown-cafe-creme-950-100: #f7ecdb;
    --brown-cafe-creme-950-100-hover: #edce94;
    --brown-cafe-creme-950-100-active: #dabd84;
    --brown-cafe-creme-sun-383-moon-885: #685c48;
    --brown-cafe-creme-sun-383-moon-885-hover: #97866a;
    --brown-cafe-creme-sun-383-moon-885-active: #ae9b7b;
    --brown-cafe-creme-925-125: #f4e3c7;
    --brown-cafe-creme-925-125-hover: #e1c386;
    --brown-cafe-creme-925-125-active: #ccb078;
    --brown-cafe-creme-main-782: #d1b781;
    --brown-cafe-creme-850-200: #e7ca8e;
    --brown-caramel-975-75: #fbf5f2;
    --brown-caramel-975-75-hover: #f1dbcf;
    --brown-caramel-975-75-active: #ecc9b5;
    --brown-caramel-950-100: #f7ebe5;
    --brown-caramel-950-100-hover: #eccbb9;
    --brown-caramel-950-100-active: #e6b79a;
    --brown-caramel-sun-425-moon-901: #845d48;
    --brown-caramel-sun-425-moon-901-hover: #bb8568;
    --brown-caramel-sun-425-moon-901-active: #d69978;
    --brown-caramel-925-125: #f3e2d9;
    --brown-caramel-925-125-hover: #e7bea6;
    --brown-caramel-925-125-active: #e1a982;
    --brown-caramel-main-648: #c08c65;
    --brown-caramel-850-200: #eac7b2;
    --brown-opera-975-75: #fbf5f2;
    --brown-opera-975-75-hover: #f1dbcf;
    --brown-opera-975-75-active: #ecc9b5;
    --brown-opera-950-100: #f7ece4;
    --brown-opera-950-100-hover: #eccdb3;
    --brown-opera-950-100-active: #e6ba90;
    --brown-opera-sun-395-moon-820: #745b47;
    --brown-opera-sun-395-moon-820-hover: #a78468;
    --brown-opera-sun-395-moon-820-active: #c09979;
    --brown-opera-925-125: #f3e2d7;
    --brown-opera-925-125-hover: #e7bfa0;
    --brown-opera-925-125-active: #deaa7e;
    --brown-opera-main-680: #bd987a;
    --brown-opera-850-200: #eac7ad;
    --beige-gris-galet-975-75: #f9f6f2;
    --beige-gris-galet-975-75-hover: #eadecd;
    --beige-gris-galet-975-75-active: #e1ceb1;
    --beige-gris-galet-950-100: #f3ede5;
    --beige-gris-galet-950-100-hover: #e1d0b5;
    --beige-gris-galet-950-100-active: #d1bea2;
    --beige-gris-galet-sun-407-moon-821: #6a6156;
    --beige-gris-galet-sun-407-moon-821-hover: #988b7c;
    --beige-gris-galet-sun-407-moon-821-active: #afa08f;
    --beige-gris-galet-925-125: #eee4d9;
    --beige-gris-galet-925-125-hover: #dbc3a4;
    --beige-gris-galet-925-125-active: #c6b094;
    --beige-gris-galet-main-702: #aea397;
    --beige-gris-galet-850-200: #e0cab0;
}
*,
:after,
:before {
    box-sizing: inherit;
}
:root {
    box-sizing: border-box;
}
body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-text-size-adjust: 100%;
    font-family: Marianne, arial, sans-serif;
    font-size: 1rem;
    line-height: 1.5rem;
    margin: 0;
    padding: 0;
    text-rendering: optimizeLegibility;
}
[class*=" fr-fi-"]:after,
[class*=" fr-fi-"]:before,
[class*=" fr-icon-"]:after,
[class*=" fr-icon-"]:before,
[class^="fr-fi-"]:after,
[class^="fr-fi-"]:before,
[class^="fr-icon-"]:after,
[class^="fr-icon-"]:before {
    --icon-size: 1.5rem;
    background-color: currentColor;
    display: inline-block;
    flex: 0 0 auto;
    height: var(--icon-size);
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
    vertical-align: calc((0.75em - var(--icon-size)) * 0.5);
    width: var(--icon-size);
}
[class*=" fr-fi-"]:before,
[class*=" fr-icon-"]:before,
[class^="fr-fi-"]:before,
[class^="fr-icon-"]:before {
    content: "";
}
.fr-icon--xs:after,
.fr-icon--xs:before {
    --icon-size: 0.75rem;
}
.fr-icon--sm:after,
.fr-icon--sm:before {
    --icon-size: 1rem;
}
.fr-icon--md:after,
.fr-icon--md:before {
    --icon-size: 1.5rem;
}
.fr-icon--lg:after,
.fr-icon--lg:before {
    --icon-size: 2rem;
}

.fr-icon--xl:after,
.fr-icon--xl:before {
    --icon-size: 3rem;
}

.fr-hidden {
    display: none !important;
}
@media (min-width: 36em) {
    .fr-hidden-sm {
        display: none !important;
    }
}
@media (min-width: 48em) {
    .fr-hidden-md {
        display: none !important;
    }
}
@media (min-width: 62em) {
    .fr-hidden-lg {
        display: none !important;
    }
}
@media (min-width: 78em) {
    .fr-hidden-xl {
        display: none !important;
    }
}
.fr-unhidden {
    display: inherit !important;
}
@media (min-width: 36em) {
    .fr-unhidden-sm {
        display: inherit !important;
    }
}
@media (min-width: 48em) {
    .fr-unhidden-md {
        display: inherit !important;
    }
}
@media (min-width: 62em) {
    .fr-unhidden-lg {
        display: inherit !important;
    }
}
@media (min-width: 78em) {
    .fr-unhidden-xl {
        display: inherit !important;
    }
}
:root[data-fr-scrolling] body {
    --scroll-top: 0;
    bottom: 0;
    left: 0;
    overflow: hidden;
    position: fixed;
    right: 0;
    top: 0;
    top: var(--scroll-top);
}
.fr-sr-only {
    clip: rect(0, 0, 0, 0);
    border: 0;
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    white-space: nowrap;
    width: 1px;
}
@media (min-width: 36em) {
    .fr-sr-only-sm {
        clip: rect(0, 0, 0, 0);
        border: 0;
        height: 1px;
        margin: -1px;
        overflow: hidden;
        padding: 0;
        position: absolute;
        white-space: nowrap;
        width: 1px;
    }
}
@media (min-width: 48em) {
    .fr-sr-only-md {
        clip: rect(0, 0, 0, 0);
        border: 0;
        height: 1px;
        margin: -1px;
        overflow: hidden;
        padding: 0;
        position: absolute;
        white-space: nowrap;
        width: 1px;
    }
}
@media (min-width: 62em) {
    .fr-sr-only-lg {
        clip: rect(0, 0, 0, 0);
        border: 0;
        height: 1px;
        margin: -1px;
        overflow: hidden;
        padding: 0;
        position: absolute;
        white-space: nowrap;
        width: 1px;
    }
}
@media (min-width: 78em) {
    .fr-sr-only-xl {
        clip: rect(0, 0, 0, 0);
        border: 0;
        height: 1px;
        margin: -1px;
        overflow: hidden;
        padding: 0;
        position: absolute;
        white-space: nowrap;
        width: 1px;
    }
}
.fr-hr,
hr {
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: 100% 1px;
    border: 0;
    display: block;
    margin: 0;
    padding: var(--text-spacing);
}
.fr-hr--sm {
    margin-left: auto;
    margin-right: auto;
    width: 10rem;
}
.fr-hr-or {
    align-items: center;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    font-size: 0.875rem;
    font-weight: 700;
    justify-content: center;
    line-height: 1.5rem;
    text-transform: uppercase;
}
.fr-hr-or:after,
.fr-hr-or:before {
    content: "";
    display: inline-flex;
    height: 1px;
    width: 100%;
}
.fr-hr-or:before {
    margin-right: 0.75rem;
}
.fr-hr-or:after {
    margin-left: 0.75rem;
}
.fr-ellipsis {
    display: inline !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    white-space: nowrap !important;
}
iframe {
    border: 0;
}
.fr-fluid-img {
    height: auto;
    max-width: 100%;
}
@supports (aspect-ratio: 16/9) {
    .fr-ratio-32x9 {
        aspect-ratio: 3.5555555556 !important;
    }
    .fr-ratio-16x9 {
        aspect-ratio: 1.7777777778 !important;
    }
    .fr-ratio-3x2 {
        aspect-ratio: 1.5 !important;
    }
    .fr-ratio-4x3 {
        aspect-ratio: 1.3333333333 !important;
    }
    .fr-ratio-1x1 {
        aspect-ratio: 1 !important;
    }
    .fr-ratio-3x4 {
        aspect-ratio: 0.75 !important;
    }
    .fr-ratio-2x3 {
        aspect-ratio: 0.6666666667 !important;
    }
}
[class*=" fr-ratio"],
[class^="fr-ratio"] {
    object-fit: cover;
    object-position: 50% 50%;
    width: 100%;
}
iframe[class*=" fr-ratio"],
iframe[class^="fr-ratio"] {
    object-fit: fill;
}
.fr-responsive-img {
    height: auto;
    width: 100%;
}
.fr-responsive-vid {
    aspect-ratio: 1.7777777778;
    display: block;
    position: relative;
    width: 100%;
}
.fr-responsive-vid__player {
    border: 0;
    display: block;
    height: 100%;
    width: 100%;
}
.fr-responsive-vid > .fr-consent-placeholder {
    bottom: 0;
    height: 100%;
    left: 0;
    object-fit: cover;
    object-position: 50% 50%;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
}
.fr-grid-row {
    display: flex;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
}
.fr-grid-row--top {
    align-items: flex-start;
}
.fr-grid-row--bottom {
    align-items: flex-end;
}
.fr-grid-row--middle {
    align-items: center;
}
.fr-grid-row--left {
    justify-content: flex-start;
}
.fr-grid-row--right {
    justify-content: flex-end;
}
.fr-grid-row--center {
    justify-content: center;
}
.fr-col--top {
    align-self: flex-start;
}
.fr-col--bottom {
    align-self: flex-end;
}
.fr-col--middle {
    align-self: center;
}
.fr-container {
    margin-left: auto;
    margin-right: auto;
    padding-left: 1rem;
    padding-right: 1rem;
    width: 100%;
}
.fr-container--fluid {
    max-width: none;
    overflow: hidden;
    padding-left: 0;
    padding-right: 0;
}
.fr-grid-row--gutters {
    margin: -0.5rem;
}
.fr-grid-row--gutters > .fr-col,
.fr-grid-row--gutters > [class*=" fr-col-"],
.fr-grid-row--gutters > [class^="fr-col-"] {
    padding: 0.5rem;
}
.fr-grid-row--no-gutters {
    margin: 0;
}
.fr-grid-row--no-gutters > .fr-col,
.fr-grid-row--no-gutters > [class*=" fr-col-"],
.fr-grid-row--no-gutters > [class^="fr-col-"] {
    padding: 0;
}
.fr-col {
    flex: 1;
}
.fr-col-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
    width: 8.33333%;
}
.fr-col-offset-1:not(.fr-col-offset-1--right) {
    margin-left: 8.33333%;
}
.fr-col-offset-1--right {
    margin-right: 8.33333%;
}
.fr-col-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
    width: 16.66667%;
}
.fr-col-offset-2:not(.fr-col-offset-2--right) {
    margin-left: 16.66667%;
}
.fr-col-offset-2--right {
    margin-right: 16.66667%;
}
.fr-col-3 {
    flex: 0 0 25%;
    max-width: 25%;
    width: 25%;
}
.fr-col-offset-3:not(.fr-col-offset-3--right) {
    margin-left: 25%;
}
.fr-col-offset-3--right {
    margin-right: 25%;
}
.fr-col-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
    width: 33.33333%;
}
.fr-col-offset-4:not(.fr-col-offset-4--right) {
    margin-left: 33.33333%;
}
.fr-col-offset-4--right {
    margin-right: 33.33333%;
}
.fr-col-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
    width: 41.66667%;
}
.fr-col-offset-5:not(.fr-col-offset-5--right) {
    margin-left: 41.66667%;
}
.fr-col-offset-5--right {
    margin-right: 41.66667%;
}
.fr-col-6 {
    flex: 0 0 50%;
    max-width: 50%;
    width: 50%;
}
.fr-col-offset-6:not(.fr-col-offset-6--right) {
    margin-left: 50%;
}
.fr-col-offset-6--right {
    margin-right: 50%;
}
.fr-col-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
    width: 58.33333%;
}
.fr-col-offset-7:not(.fr-col-offset-7--right) {
    margin-left: 58.33333%;
}
.fr-col-offset-7--right {
    margin-right: 58.33333%;
}
.fr-col-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
    width: 66.66667%;
}
.fr-col-offset-8:not(.fr-col-offset-8--right) {
    margin-left: 66.66667%;
}
.fr-col-offset-8--right {
    margin-right: 66.66667%;
}
.fr-col-9 {
    flex: 0 0 75%;
    max-width: 75%;
    width: 75%;
}
.fr-col-offset-9:not(.fr-col-offset-9--right) {
    margin-left: 75%;
}
.fr-col-offset-9--right {
    margin-right: 75%;
}
.fr-col-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
    width: 83.33333%;
}
.fr-col-offset-10:not(.fr-col-offset-10--right) {
    margin-left: 83.33333%;
}
.fr-col-offset-10--right {
    margin-right: 83.33333%;
}
.fr-col-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
    width: 91.66667%;
}
.fr-col-offset-11:not(.fr-col-offset-11--right) {
    margin-left: 91.66667%;
}
.fr-col-offset-11--right {
    margin-right: 91.66667%;
}
.fr-col-12 {
    flex: 0 0 100%;
    max-width: 100%;
    width: 100%;
}
.fr-col-offset-12:not(.fr-col-offset-12--right) {
    margin-left: 100%;
}
.fr-col-offset-12--right {
    margin-right: 100%;
}
@media (min-width: 36em) {
    .fr-container-sm {
        padding-left: 1rem;
        padding-right: 1rem;
    }
    .fr-container-sm--fluid {
        max-width: none;
        overflow: hidden;
        padding-left: 0;
        padding-right: 0;
    }
    .fr-grid-row-sm--gutters {
        margin: -0.5rem;
    }
    .fr-grid-row-sm--gutters > .fr-col,
    .fr-grid-row-sm--gutters > [class*=" fr-col-"],
    .fr-grid-row-sm--gutters > [class^="fr-col-"] {
        padding: 0.5rem;
    }
    .fr-grid-row-sm--no-gutters {
        margin: 0;
    }
    .fr-grid-row-sm--no-gutters > .fr-col,
    .fr-grid-row-sm--no-gutters > [class*=" fr-col-"],
    .fr-grid-row-sm--no-gutters > [class^="fr-col-"] {
        padding: 0;
    }
    .fr-col-sm {
        flex: 1;
    }
    .fr-col-sm-1 {
        flex: 0 0 8.33333%;
        max-width: 8.33333%;
        width: 8.33333%;
    }
    .fr-col-offset-sm-1:not(.fr-col-offset-sm-1--right) {
        margin-left: 8.33333%;
    }
    .fr-col-offset-sm-1--right {
        margin-right: 8.33333%;
    }
    .fr-col-sm-2 {
        flex: 0 0 16.66667%;
        max-width: 16.66667%;
        width: 16.66667%;
    }
    .fr-col-offset-sm-2:not(.fr-col-offset-sm-2--right) {
        margin-left: 16.66667%;
    }
    .fr-col-offset-sm-2--right {
        margin-right: 16.66667%;
    }
    .fr-col-sm-3 {
        flex: 0 0 25%;
        max-width: 25%;
        width: 25%;
    }
    .fr-col-offset-sm-3:not(.fr-col-offset-sm-3--right) {
        margin-left: 25%;
    }
    .fr-col-offset-sm-3--right {
        margin-right: 25%;
    }
    .fr-col-sm-4 {
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
        width: 33.33333%;
    }
    .fr-col-offset-sm-4:not(.fr-col-offset-sm-4--right) {
        margin-left: 33.33333%;
    }
    .fr-col-offset-sm-4--right {
        margin-right: 33.33333%;
    }
    .fr-col-sm-5 {
        flex: 0 0 41.66667%;
        max-width: 41.66667%;
        width: 41.66667%;
    }
    .fr-col-offset-sm-5:not(.fr-col-offset-sm-5--right) {
        margin-left: 41.66667%;
    }
    .fr-col-offset-sm-5--right {
        margin-right: 41.66667%;
    }
    .fr-col-sm-6 {
        flex: 0 0 50%;
        max-width: 50%;
        width: 50%;
    }
    .fr-col-offset-sm-6:not(.fr-col-offset-sm-6--right) {
        margin-left: 50%;
    }
    .fr-col-offset-sm-6--right {
        margin-right: 50%;
    }
    .fr-col-sm-7 {
        flex: 0 0 58.33333%;
        max-width: 58.33333%;
        width: 58.33333%;
    }
    .fr-col-offset-sm-7:not(.fr-col-offset-sm-7--right) {
        margin-left: 58.33333%;
    }
    .fr-col-offset-sm-7--right {
        margin-right: 58.33333%;
    }
    .fr-col-sm-8 {
        flex: 0 0 66.66667%;
        max-width: 66.66667%;
        width: 66.66667%;
    }
    .fr-col-offset-sm-8:not(.fr-col-offset-sm-8--right) {
        margin-left: 66.66667%;
    }
    .fr-col-offset-sm-8--right {
        margin-right: 66.66667%;
    }
    .fr-col-sm-9 {
        flex: 0 0 75%;
        max-width: 75%;
        width: 75%;
    }
    .fr-col-offset-sm-9:not(.fr-col-offset-sm-9--right) {
        margin-left: 75%;
    }
    .fr-col-offset-sm-9--right {
        margin-right: 75%;
    }
    .fr-col-sm-10 {
        flex: 0 0 83.33333%;
        max-width: 83.33333%;
        width: 83.33333%;
    }
    .fr-col-offset-sm-10:not(.fr-col-offset-sm-10--right) {
        margin-left: 83.33333%;
    }
    .fr-col-offset-sm-10--right {
        margin-right: 83.33333%;
    }
    .fr-col-sm-11 {
        flex: 0 0 91.66667%;
        max-width: 91.66667%;
        width: 91.66667%;
    }
    .fr-col-offset-sm-11:not(.fr-col-offset-sm-11--right) {
        margin-left: 91.66667%;
    }
    .fr-col-offset-sm-11--right {
        margin-right: 91.66667%;
    }
    .fr-col-sm-12 {
        flex: 0 0 100%;
        max-width: 100%;
        width: 100%;
    }
    .fr-col-offset-sm-12:not(.fr-col-offset-sm-12--right) {
        margin-left: 100%;
    }
    .fr-col-offset-sm-12--right {
        margin-right: 100%;
    }
}
@media (min-width: 48em) {
    .fr-container-md {
        padding-left: 1rem;
        padding-right: 1rem;
    }
    .fr-container-md--fluid {
        max-width: none;
        overflow: hidden;
        padding-left: 0;
        padding-right: 0;
    }
    .fr-grid-row-md--gutters {
        margin: -0.5rem;
    }
    .fr-grid-row-md--gutters > .fr-col,
    .fr-grid-row-md--gutters > [class*=" fr-col-"],
    .fr-grid-row-md--gutters > [class^="fr-col-"] {
        padding: 0.5rem;
    }
    .fr-grid-row-md--no-gutters {
        margin: 0;
    }
    .fr-grid-row-md--no-gutters > .fr-col,
    .fr-grid-row-md--no-gutters > [class*=" fr-col-"],
    .fr-grid-row-md--no-gutters > [class^="fr-col-"] {
        padding: 0;
    }
    .fr-col-md {
        flex: 1;
    }
    .fr-col-md-1 {
        flex: 0 0 8.33333%;
        max-width: 8.33333%;
        width: 8.33333%;
    }
    .fr-col-offset-md-1:not(.fr-col-offset-md-1--right) {
        margin-left: 8.33333%;
    }
    .fr-col-offset-md-1--right {
        margin-right: 8.33333%;
    }
    .fr-col-md-2 {
        flex: 0 0 16.66667%;
        max-width: 16.66667%;
        width: 16.66667%;
    }
    .fr-col-offset-md-2:not(.fr-col-offset-md-2--right) {
        margin-left: 16.66667%;
    }
    .fr-col-offset-md-2--right {
        margin-right: 16.66667%;
    }
    .fr-col-md-3 {
        flex: 0 0 25%;
        max-width: 25%;
        width: 25%;
    }
    .fr-col-offset-md-3:not(.fr-col-offset-md-3--right) {
        margin-left: 25%;
    }
    .fr-col-offset-md-3--right {
        margin-right: 25%;
    }
    .fr-col-md-4 {
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
        width: 33.33333%;
    }
    .fr-col-offset-md-4:not(.fr-col-offset-md-4--right) {
        margin-left: 33.33333%;
    }
    .fr-col-offset-md-4--right {
        margin-right: 33.33333%;
    }
    .fr-col-md-5 {
        flex: 0 0 41.66667%;
        max-width: 41.66667%;
        width: 41.66667%;
    }
    .fr-col-offset-md-5:not(.fr-col-offset-md-5--right) {
        margin-left: 41.66667%;
    }
    .fr-col-offset-md-5--right {
        margin-right: 41.66667%;
    }
    .fr-col-md-6 {
        flex: 0 0 50%;
        max-width: 50%;
        width: 50%;
    }
    .fr-col-offset-md-6:not(.fr-col-offset-md-6--right) {
        margin-left: 50%;
    }
    .fr-col-offset-md-6--right {
        margin-right: 50%;
    }
    .fr-col-md-7 {
        flex: 0 0 58.33333%;
        max-width: 58.33333%;
        width: 58.33333%;
    }
    .fr-col-offset-md-7:not(.fr-col-offset-md-7--right) {
        margin-left: 58.33333%;
    }
    .fr-col-offset-md-7--right {
        margin-right: 58.33333%;
    }
    .fr-col-md-8 {
        flex: 0 0 66.66667%;
        max-width: 66.66667%;
        width: 66.66667%;
    }
    .fr-col-offset-md-8:not(.fr-col-offset-md-8--right) {
        margin-left: 66.66667%;
    }
    .fr-col-offset-md-8--right {
        margin-right: 66.66667%;
    }
    .fr-col-md-9 {
        flex: 0 0 75%;
        max-width: 75%;
        width: 75%;
    }
    .fr-col-offset-md-9:not(.fr-col-offset-md-9--right) {
        margin-left: 75%;
    }
    .fr-col-offset-md-9--right {
        margin-right: 75%;
    }
    .fr-col-md-10 {
        flex: 0 0 83.33333%;
        max-width: 83.33333%;
        width: 83.33333%;
    }
    .fr-col-offset-md-10:not(.fr-col-offset-md-10--right) {
        margin-left: 83.33333%;
    }
    .fr-col-offset-md-10--right {
        margin-right: 83.33333%;
    }
    .fr-col-md-11 {
        flex: 0 0 91.66667%;
        max-width: 91.66667%;
        width: 91.66667%;
    }
    .fr-col-offset-md-11:not(.fr-col-offset-md-11--right) {
        margin-left: 91.66667%;
    }
    .fr-col-offset-md-11--right {
        margin-right: 91.66667%;
    }
    .fr-col-md-12 {
        flex: 0 0 100%;
        max-width: 100%;
        width: 100%;
    }
    .fr-col-offset-md-12:not(.fr-col-offset-md-12--right) {
        margin-left: 100%;
    }
    .fr-col-offset-md-12--right {
        margin-right: 100%;
    }
}
@media (min-width: 62em) {
    .fr-container,
    .fr-container-lg,
    .fr-container-md,
    .fr-container-sm {
        padding-left: 1.5rem;
        padding-right: 1.5rem;
    }
    .fr-container-lg--fluid {
        max-width: none;
        overflow: hidden;
        padding-left: 0;
        padding-right: 0;
    }
    .fr-grid-row--gutters,
    .fr-grid-row-md--gutters,
    .fr-grid-row-sm--gutters {
        margin: -0.75rem;
    }
    .fr-grid-row--gutters > .fr-col,
    .fr-grid-row--gutters > [class*=" fr-col-"],
    .fr-grid-row--gutters > [class^="fr-col-"],
    .fr-grid-row-md--gutters > .fr-col,
    .fr-grid-row-md--gutters > [class*=" fr-col-"],
    .fr-grid-row-md--gutters > [class^="fr-col-"],
    .fr-grid-row-sm--gutters > .fr-col,
    .fr-grid-row-sm--gutters > [class*=" fr-col-"],
    .fr-grid-row-sm--gutters > [class^="fr-col-"] {
        padding: 0.75rem;
    }
    .fr-grid-row-lg--gutters {
        margin: -0.75rem;
    }
    .fr-grid-row-lg--gutters > .fr-col,
    .fr-grid-row-lg--gutters > [class*=" fr-col-"],
    .fr-grid-row-lg--gutters > [class^="fr-col-"] {
        padding: 0.75rem;
    }
    .fr-grid-row-lg--no-gutters {
        margin: 0;
    }
    .fr-grid-row-lg--no-gutters > .fr-col,
    .fr-grid-row-lg--no-gutters > [class*=" fr-col-"],
    .fr-grid-row-lg--no-gutters > [class^="fr-col-"] {
        padding: 0;
    }
    .fr-col-lg {
        flex: 1;
    }
    .fr-col-lg-1 {
        flex: 0 0 8.33333%;
        max-width: 8.33333%;
        width: 8.33333%;
    }
    .fr-col-offset-lg-1:not(.fr-col-offset-lg-1--right) {
        margin-left: 8.33333%;
    }
    .fr-col-offset-lg-1--right {
        margin-right: 8.33333%;
    }
    .fr-col-lg-2 {
        flex: 0 0 16.66667%;
        max-width: 16.66667%;
        width: 16.66667%;
    }
    .fr-col-offset-lg-2:not(.fr-col-offset-lg-2--right) {
        margin-left: 16.66667%;
    }
    .fr-col-offset-lg-2--right {
        margin-right: 16.66667%;
    }
    .fr-col-lg-3 {
        flex: 0 0 25%;
        max-width: 25%;
        width: 25%;
    }
    .fr-col-offset-lg-3:not(.fr-col-offset-lg-3--right) {
        margin-left: 25%;
    }
    .fr-col-offset-lg-3--right {
        margin-right: 25%;
    }
    .fr-col-lg-4 {
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
        width: 33.33333%;
    }
    .fr-col-offset-lg-4:not(.fr-col-offset-lg-4--right) {
        margin-left: 33.33333%;
    }
    .fr-col-offset-lg-4--right {
        margin-right: 33.33333%;
    }
    .fr-col-lg-5 {
        flex: 0 0 41.66667%;
        max-width: 41.66667%;
        width: 41.66667%;
    }
    .fr-col-offset-lg-5:not(.fr-col-offset-lg-5--right) {
        margin-left: 41.66667%;
    }
    .fr-col-offset-lg-5--right {
        margin-right: 41.66667%;
    }
    .fr-col-lg-6 {
        flex: 0 0 50%;
        max-width: 50%;
        width: 50%;
    }
    .fr-col-offset-lg-6:not(.fr-col-offset-lg-6--right) {
        margin-left: 50%;
    }
    .fr-col-offset-lg-6--right {
        margin-right: 50%;
    }
    .fr-col-lg-7 {
        flex: 0 0 58.33333%;
        max-width: 58.33333%;
        width: 58.33333%;
    }
    .fr-col-offset-lg-7:not(.fr-col-offset-lg-7--right) {
        margin-left: 58.33333%;
    }
    .fr-col-offset-lg-7--right {
        margin-right: 58.33333%;
    }
    .fr-col-lg-8 {
        flex: 0 0 66.66667%;
        max-width: 66.66667%;
        width: 66.66667%;
    }
    .fr-col-offset-lg-8:not(.fr-col-offset-lg-8--right) {
        margin-left: 66.66667%;
    }
    .fr-col-offset-lg-8--right {
        margin-right: 66.66667%;
    }
    .fr-col-lg-9 {
        flex: 0 0 75%;
        max-width: 75%;
        width: 75%;
    }
    .fr-col-offset-lg-9:not(.fr-col-offset-lg-9--right) {
        margin-left: 75%;
    }
    .fr-col-offset-lg-9--right {
        margin-right: 75%;
    }
    .fr-col-lg-10 {
        flex: 0 0 83.33333%;
        max-width: 83.33333%;
        width: 83.33333%;
    }
    .fr-col-offset-lg-10:not(.fr-col-offset-lg-10--right) {
        margin-left: 83.33333%;
    }
    .fr-col-offset-lg-10--right {
        margin-right: 83.33333%;
    }
    .fr-col-lg-11 {
        flex: 0 0 91.66667%;
        max-width: 91.66667%;
        width: 91.66667%;
    }
    .fr-col-offset-lg-11:not(.fr-col-offset-lg-11--right) {
        margin-left: 91.66667%;
    }
    .fr-col-offset-lg-11--right {
        margin-right: 91.66667%;
    }
    .fr-col-lg-12 {
        flex: 0 0 100%;
        max-width: 100%;
        width: 100%;
    }
    .fr-col-offset-lg-12:not(.fr-col-offset-lg-12--right) {
        margin-left: 100%;
    }
    .fr-col-offset-lg-12--right {
        margin-right: 100%;
    }
}
@media (min-width: 78em) {
    .fr-container,
    .fr-container-lg,
    .fr-container-md,
    .fr-container-sm {
        max-width: 78rem;
    }
    .fr-container-xl {
        max-width: 78rem;
        padding-left: 1.5rem;
        padding-right: 1.5rem;
    }
    .fr-container-xl--fluid {
        max-width: none;
        overflow: hidden;
        padding-left: 0;
        padding-right: 0;
    }
    .fr-grid-row-xl--gutters {
        margin: -0.75rem;
    }
    .fr-grid-row-xl--gutters > .fr-col,
    .fr-grid-row-xl--gutters > [class*=" fr-col-"],
    .fr-grid-row-xl--gutters > [class^="fr-col-"] {
        padding: 0.75rem;
    }
    .fr-grid-row-xl--no-gutters {
        margin: 0;
    }
    .fr-grid-row-xl--no-gutters > .fr-col,
    .fr-grid-row-xl--no-gutters > [class*=" fr-col-"],
    .fr-grid-row-xl--no-gutters > [class^="fr-col-"] {
        padding: 0;
    }
    .fr-col-xl {
        flex: 1;
    }
    .fr-col-xl-1 {
        flex: 0 0 8.33333%;
        max-width: 8.33333%;
        width: 8.33333%;
    }
    .fr-col-offset-xl-1:not(.fr-col-offset-xl-1--right) {
        margin-left: 8.33333%;
    }
    .fr-col-offset-xl-1--right {
        margin-right: 8.33333%;
    }
    .fr-col-xl-2 {
        flex: 0 0 16.66667%;
        max-width: 16.66667%;
        width: 16.66667%;
    }
    .fr-col-offset-xl-2:not(.fr-col-offset-xl-2--right) {
        margin-left: 16.66667%;
    }
    .fr-col-offset-xl-2--right {
        margin-right: 16.66667%;
    }
    .fr-col-xl-3 {
        flex: 0 0 25%;
        max-width: 25%;
        width: 25%;
    }
    .fr-col-offset-xl-3:not(.fr-col-offset-xl-3--right) {
        margin-left: 25%;
    }
    .fr-col-offset-xl-3--right {
        margin-right: 25%;
    }
    .fr-col-xl-4 {
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
        width: 33.33333%;
    }
    .fr-col-offset-xl-4:not(.fr-col-offset-xl-4--right) {
        margin-left: 33.33333%;
    }
    .fr-col-offset-xl-4--right {
        margin-right: 33.33333%;
    }
    .fr-col-xl-5 {
        flex: 0 0 41.66667%;
        max-width: 41.66667%;
        width: 41.66667%;
    }
    .fr-col-offset-xl-5:not(.fr-col-offset-xl-5--right) {
        margin-left: 41.66667%;
    }
    .fr-col-offset-xl-5--right {
        margin-right: 41.66667%;
    }
    .fr-col-xl-6 {
        flex: 0 0 50%;
        max-width: 50%;
        width: 50%;
    }
    .fr-col-offset-xl-6:not(.fr-col-offset-xl-6--right) {
        margin-left: 50%;
    }
    .fr-col-offset-xl-6--right {
        margin-right: 50%;
    }
    .fr-col-xl-7 {
        flex: 0 0 58.33333%;
        max-width: 58.33333%;
        width: 58.33333%;
    }
    .fr-col-offset-xl-7:not(.fr-col-offset-xl-7--right) {
        margin-left: 58.33333%;
    }
    .fr-col-offset-xl-7--right {
        margin-right: 58.33333%;
    }
    .fr-col-xl-8 {
        flex: 0 0 66.66667%;
        max-width: 66.66667%;
        width: 66.66667%;
    }
    .fr-col-offset-xl-8:not(.fr-col-offset-xl-8--right) {
        margin-left: 66.66667%;
    }
    .fr-col-offset-xl-8--right {
        margin-right: 66.66667%;
    }
    .fr-col-xl-9 {
        flex: 0 0 75%;
        max-width: 75%;
        width: 75%;
    }
    .fr-col-offset-xl-9:not(.fr-col-offset-xl-9--right) {
        margin-left: 75%;
    }
    .fr-col-offset-xl-9--right {
        margin-right: 75%;
    }
    .fr-col-xl-10 {
        flex: 0 0 83.33333%;
        max-width: 83.33333%;
        width: 83.33333%;
    }
    .fr-col-offset-xl-10:not(.fr-col-offset-xl-10--right) {
        margin-left: 83.33333%;
    }
    .fr-col-offset-xl-10--right {
        margin-right: 83.33333%;
    }
    .fr-col-xl-11 {
        flex: 0 0 91.66667%;
        max-width: 91.66667%;
        width: 91.66667%;
    }
    .fr-col-offset-xl-11:not(.fr-col-offset-xl-11--right) {
        margin-left: 91.66667%;
    }
    .fr-col-offset-xl-11--right {
        margin-right: 91.66667%;
    }
    .fr-col-xl-12 {
        flex: 0 0 100%;
        max-width: 100%;
        width: 100%;
    }
    .fr-col-offset-xl-12:not(.fr-col-offset-xl-12--right) {
        margin-left: 100%;
    }
    .fr-col-offset-xl-12--right {
        margin-right: 100%;
    }
}
.fr-no-after:after,
.fr-no-before:before {
    content: none;
}
.fr-collapse {
    --collapse-max-height: 0;
    --collapse: -99999px;
    --collapser: "";
    max-height: 0;
    max-height: var(--collapse-max-height);
    overflow: hidden;
    transition: visibility 0.3s;
}
.fr-collapse:before {
    content: "";
    content: var(--collapser);
    display: block;
    margin-top: 0;
    transition: margin-top 0.3s;
}
.fr-collapse:not(.fr-collapse--expanded) {
    visibility: hidden;
}
.fr-collapse:not(.fr-collapse--expanded):before {
    margin-top: -99999px;
    margin-top: var(--collapse);
}
.fr-m-n4w,
.fr-m-n8v {
    margin: -2rem !important;
}
.fr-ml-n4w,
.fr-ml-n8v,
.fr-mx-n4w,
.fr-mx-n8v {
    margin-left: -2rem !important;
}
.fr-mr-n4w,
.fr-mr-n8v,
.fr-mx-n4w,
.fr-mx-n8v {
    margin-right: -2rem !important;
}
.fr-mt-n4w,
.fr-mt-n8v,
.fr-my-n4w,
.fr-my-n8v {
    margin-top: -2rem !important;
}
.fr-mb-n4w,
.fr-mb-n8v,
.fr-my-n4w,
.fr-my-n8v {
    margin-bottom: -2rem !important;
}
.fr-m-n7v {
    margin: -1.75rem !important;
}
.fr-ml-n7v,
.fr-mx-n7v {
    margin-left: -1.75rem !important;
}
.fr-mr-n7v,
.fr-mx-n7v {
    margin-right: -1.75rem !important;
}
.fr-mt-n7v,
.fr-my-n7v {
    margin-top: -1.75rem !important;
}
.fr-mb-n7v,
.fr-my-n7v {
    margin-bottom: -1.75rem !important;
}
.fr-m-n3w,
.fr-m-n6v {
    margin: -1.5rem !important;
}
.fr-ml-n3w,
.fr-ml-n6v,
.fr-mx-n3w,
.fr-mx-n6v {
    margin-left: -1.5rem !important;
}
.fr-mr-n3w,
.fr-mr-n6v,
.fr-mx-n3w,
.fr-mx-n6v {
    margin-right: -1.5rem !important;
}
.fr-mt-n3w,
.fr-mt-n6v,
.fr-my-n3w,
.fr-my-n6v {
    margin-top: -1.5rem !important;
}
.fr-mb-n3w,
.fr-mb-n6v,
.fr-my-n3w,
.fr-my-n6v {
    margin-bottom: -1.5rem !important;
}
.fr-m-n5v {
    margin: -1.25rem !important;
}
.fr-ml-n5v,
.fr-mx-n5v {
    margin-left: -1.25rem !important;
}
.fr-mr-n5v,
.fr-mx-n5v {
    margin-right: -1.25rem !important;
}
.fr-mt-n5v,
.fr-my-n5v {
    margin-top: -1.25rem !important;
}
.fr-mb-n5v,
.fr-my-n5v {
    margin-bottom: -1.25rem !important;
}
.fr-m-n2w,
.fr-m-n4v {
    margin: -1rem !important;
}
.fr-ml-n2w,
.fr-ml-n4v,
.fr-mx-n2w,
.fr-mx-n4v {
    margin-left: -1rem !important;
}
.fr-mr-n2w,
.fr-mr-n4v,
.fr-mx-n2w,
.fr-mx-n4v {
    margin-right: -1rem !important;
}
.fr-mt-n2w,
.fr-mt-n4v,
.fr-my-n2w,
.fr-my-n4v {
    margin-top: -1rem !important;
}
.fr-mb-n2w,
.fr-mb-n4v,
.fr-my-n2w,
.fr-my-n4v {
    margin-bottom: -1rem !important;
}
.fr-m-n3v {
    margin: -0.75rem !important;
}
.fr-ml-n3v,
.fr-mx-n3v {
    margin-left: -0.75rem !important;
}
.fr-mr-n3v,
.fr-mx-n3v {
    margin-right: -0.75rem !important;
}
.fr-mt-n3v,
.fr-my-n3v {
    margin-top: -0.75rem !important;
}
.fr-mb-n3v,
.fr-my-n3v {
    margin-bottom: -0.75rem !important;
}
.fr-m-n1w,
.fr-m-n2v {
    margin: -0.5rem !important;
}
.fr-ml-n1w,
.fr-ml-n2v,
.fr-mx-n1w,
.fr-mx-n2v {
    margin-left: -0.5rem !important;
}
.fr-mr-n1w,
.fr-mr-n2v,
.fr-mx-n1w,
.fr-mx-n2v {
    margin-right: -0.5rem !important;
}
.fr-mt-n1w,
.fr-mt-n2v,
.fr-my-n1w,
.fr-my-n2v {
    margin-top: -0.5rem !important;
}
.fr-mb-n1w,
.fr-mb-n2v,
.fr-my-n1w,
.fr-my-n2v {
    margin-bottom: -0.5rem !important;
}
.fr-m-n1v {
    margin: -0.25rem !important;
}
.fr-ml-n1v,
.fr-mx-n1v {
    margin-left: -0.25rem !important;
}
.fr-mr-n1v,
.fr-mx-n1v {
    margin-right: -0.25rem !important;
}
.fr-mt-n1v,
.fr-my-n1v {
    margin-top: -0.25rem !important;
}
.fr-mb-n1v,
.fr-my-n1v {
    margin-bottom: -0.25rem !important;
}
.fr-m-n1-5v {
    margin: -0.375rem !important;
}
.fr-ml-n1-5v,
.fr-mx-n1-5v {
    margin-left: -0.375rem !important;
}
.fr-mr-n1-5v,
.fr-mx-n1-5v {
    margin-right: -0.375rem !important;
}
.fr-mt-n1-5v,
.fr-my-n1-5v {
    margin-top: -0.375rem !important;
}
.fr-mb-n1-5v,
.fr-my-n1-5v {
    margin-bottom: -0.375rem !important;
}
.fr-m-0 {
    margin: 0 !important;
}
.fr-ml-0,
.fr-mx-0 {
    margin-left: 0 !important;
}
.fr-mr-0,
.fr-mx-0 {
    margin-right: 0 !important;
}
.fr-mt-0,
.fr-my-0 {
    margin-top: 0 !important;
}
.fr-mb-0,
.fr-my-0 {
    margin-bottom: 0 !important;
}
.fr-m-n0-5v {
    margin: -0.125rem !important;
}
.fr-ml-n0-5v,
.fr-mx-n0-5v {
    margin-left: -0.125rem !important;
}
.fr-mr-n0-5v,
.fr-mx-n0-5v {
    margin-right: -0.125rem !important;
}
.fr-mt-n0-5v,
.fr-my-n0-5v {
    margin-top: -0.125rem !important;
}
.fr-mb-n0-5v,
.fr-my-n0-5v {
    margin-bottom: -0.125rem !important;
}
.fr-m-0-5v {
    margin: 0.125rem !important;
}
.fr-ml-0-5v,
.fr-mx-0-5v {
    margin-left: 0.125rem !important;
}
.fr-mr-0-5v,
.fr-mx-0-5v {
    margin-right: 0.125rem !important;
}
.fr-mt-0-5v,
.fr-my-0-5v {
    margin-top: 0.125rem !important;
}
.fr-mb-0-5v,
.fr-my-0-5v {
    margin-bottom: 0.125rem !important;
}
.fr-m-1v {
    margin: 0.25rem !important;
}
.fr-ml-1v,
.fr-mx-1v {
    margin-left: 0.25rem !important;
}
.fr-mr-1v,
.fr-mx-1v {
    margin-right: 0.25rem !important;
}
.fr-mt-1v,
.fr-my-1v {
    margin-top: 0.25rem !important;
}
.fr-mb-1v,
.fr-my-1v {
    margin-bottom: 0.25rem !important;
}
.fr-m-1-5v {
    margin: 0.375rem !important;
}
.fr-ml-1-5v,
.fr-mx-1-5v {
    margin-left: 0.375rem !important;
}
.fr-mr-1-5v,
.fr-mx-1-5v {
    margin-right: 0.375rem !important;
}
.fr-mt-1-5v,
.fr-my-1-5v {
    margin-top: 0.375rem !important;
}
.fr-mb-1-5v,
.fr-my-1-5v {
    margin-bottom: 0.375rem !important;
}
.fr-m-1w,
.fr-m-2v {
    margin: 0.5rem !important;
}
.fr-ml-1w,
.fr-ml-2v,
.fr-mx-1w,
.fr-mx-2v {
    margin-left: 0.5rem !important;
}
.fr-mr-1w,
.fr-mr-2v,
.fr-mx-1w,
.fr-mx-2v {
    margin-right: 0.5rem !important;
}
.fr-mt-1w,
.fr-mt-2v,
.fr-my-1w,
.fr-my-2v {
    margin-top: 0.5rem !important;
}
.fr-mb-1w,
.fr-mb-2v,
.fr-my-1w,
.fr-my-2v {
    margin-bottom: 0.5rem !important;
}
.fr-m-3v {
    margin: 0.75rem !important;
}
.fr-ml-3v,
.fr-mx-3v {
    margin-left: 0.75rem !important;
}
.fr-mr-3v,
.fr-mx-3v {
    margin-right: 0.75rem !important;
}
.fr-mt-3v,
.fr-my-3v {
    margin-top: 0.75rem !important;
}
.fr-mb-3v,
.fr-my-3v {
    margin-bottom: 0.75rem !important;
}
.fr-m-2w,
.fr-m-4v {
    margin: 1rem !important;
}
.fr-ml-2w,
.fr-ml-4v,
.fr-mx-2w,
.fr-mx-4v {
    margin-left: 1rem !important;
}
.fr-mr-2w,
.fr-mr-4v,
.fr-mx-2w,
.fr-mx-4v {
    margin-right: 1rem !important;
}
.fr-mt-2w,
.fr-mt-4v,
.fr-my-2w,
.fr-my-4v {
    margin-top: 1rem !important;
}
.fr-mb-2w,
.fr-mb-4v,
.fr-my-2w,
.fr-my-4v {
    margin-bottom: 1rem !important;
}
.fr-m-5v {
    margin: 1.25rem !important;
}
.fr-ml-5v,
.fr-mx-5v {
    margin-left: 1.25rem !important;
}
.fr-mr-5v,
.fr-mx-5v {
    margin-right: 1.25rem !important;
}
.fr-mt-5v,
.fr-my-5v {
    margin-top: 1.25rem !important;
}
.fr-mb-5v,
.fr-my-5v {
    margin-bottom: 1.25rem !important;
}
.fr-m-3w,
.fr-m-6v {
    margin: 1.5rem !important;
}
.fr-ml-3w,
.fr-ml-6v,
.fr-mx-3w,
.fr-mx-6v {
    margin-left: 1.5rem !important;
}
.fr-mr-3w,
.fr-mr-6v,
.fr-mx-3w,
.fr-mx-6v {
    margin-right: 1.5rem !important;
}
.fr-mt-3w,
.fr-mt-6v,
.fr-my-3w,
.fr-my-6v {
    margin-top: 1.5rem !important;
}
.fr-mb-3w,
.fr-mb-6v,
.fr-my-3w,
.fr-my-6v {
    margin-bottom: 1.5rem !important;
}
.fr-m-7v {
    margin: 1.75rem !important;
}
.fr-ml-7v,
.fr-mx-7v {
    margin-left: 1.75rem !important;
}
.fr-mr-7v,
.fr-mx-7v {
    margin-right: 1.75rem !important;
}
.fr-mt-7v,
.fr-my-7v {
    margin-top: 1.75rem !important;
}
.fr-mb-7v,
.fr-my-7v {
    margin-bottom: 1.75rem !important;
}
.fr-m-4w,
.fr-m-8v {
    margin: 2rem !important;
}
.fr-ml-4w,
.fr-ml-8v,
.fr-mx-4w,
.fr-mx-8v {
    margin-left: 2rem !important;
}
.fr-mr-4w,
.fr-mr-8v,
.fr-mx-4w,
.fr-mx-8v {
    margin-right: 2rem !important;
}
.fr-mt-4w,
.fr-mt-8v,
.fr-my-4w,
.fr-my-8v {
    margin-top: 2rem !important;
}
.fr-mb-4w,
.fr-mb-8v,
.fr-my-4w,
.fr-my-8v {
    margin-bottom: 2rem !important;
}
.fr-m-9v {
    margin: 2.25rem !important;
}
.fr-ml-9v,
.fr-mx-9v {
    margin-left: 2.25rem !important;
}
.fr-mr-9v,
.fr-mx-9v {
    margin-right: 2.25rem !important;
}
.fr-mt-9v,
.fr-my-9v {
    margin-top: 2.25rem !important;
}
.fr-mb-9v,
.fr-my-9v {
    margin-bottom: 2.25rem !important;
}
.fr-m-10v,
.fr-m-5w {
    margin: 2.5rem !important;
}
.fr-ml-10v,
.fr-ml-5w,
.fr-mx-10v,
.fr-mx-5w {
    margin-left: 2.5rem !important;
}
.fr-mr-10v,
.fr-mr-5w,
.fr-mx-10v,
.fr-mx-5w {
    margin-right: 2.5rem !important;
}
.fr-mt-10v,
.fr-mt-5w,
.fr-my-10v,
.fr-my-5w {
    margin-top: 2.5rem !important;
}
.fr-mb-10v,
.fr-mb-5w,
.fr-my-10v,
.fr-my-5w {
    margin-bottom: 2.5rem !important;
}
.fr-m-11v {
    margin: 2.75rem !important;
}
.fr-ml-11v,
.fr-mx-11v {
    margin-left: 2.75rem !important;
}
.fr-mr-11v,
.fr-mx-11v {
    margin-right: 2.75rem !important;
}
.fr-mt-11v,
.fr-my-11v {
    margin-top: 2.75rem !important;
}
.fr-mb-11v,
.fr-my-11v {
    margin-bottom: 2.75rem !important;
}
.fr-m-12v,
.fr-m-6w {
    margin: 3rem !important;
}
.fr-ml-12v,
.fr-ml-6w,
.fr-mx-12v,
.fr-mx-6w {
    margin-left: 3rem !important;
}
.fr-mr-12v,
.fr-mr-6w,
.fr-mx-12v,
.fr-mx-6w {
    margin-right: 3rem !important;
}
.fr-mt-12v,
.fr-mt-6w,
.fr-my-12v,
.fr-my-6w {
    margin-top: 3rem !important;
}
.fr-mb-12v,
.fr-mb-6w,
.fr-my-12v,
.fr-my-6w {
    margin-bottom: 3rem !important;
}
.fr-m-13v {
    margin: 3.25rem !important;
}
.fr-ml-13v,
.fr-mx-13v {
    margin-left: 3.25rem !important;
}
.fr-mr-13v,
.fr-mx-13v {
    margin-right: 3.25rem !important;
}
.fr-mt-13v,
.fr-my-13v {
    margin-top: 3.25rem !important;
}
.fr-mb-13v,
.fr-my-13v {
    margin-bottom: 3.25rem !important;
}
.fr-m-14v,
.fr-m-7w {
    margin: 3.5rem !important;
}
.fr-ml-14v,
.fr-ml-7w,
.fr-mx-14v,
.fr-mx-7w {
    margin-left: 3.5rem !important;
}
.fr-mr-14v,
.fr-mr-7w,
.fr-mx-14v,
.fr-mx-7w {
    margin-right: 3.5rem !important;
}
.fr-mt-14v,
.fr-mt-7w,
.fr-my-14v,
.fr-my-7w {
    margin-top: 3.5rem !important;
}
.fr-mb-14v,
.fr-mb-7w,
.fr-my-14v,
.fr-my-7w {
    margin-bottom: 3.5rem !important;
}
.fr-m-15v {
    margin: 3.75rem !important;
}
.fr-ml-15v,
.fr-mx-15v {
    margin-left: 3.75rem !important;
}
.fr-mr-15v,
.fr-mx-15v {
    margin-right: 3.75rem !important;
}
.fr-mt-15v,
.fr-my-15v {
    margin-top: 3.75rem !important;
}
.fr-mb-15v,
.fr-my-15v {
    margin-bottom: 3.75rem !important;
}
.fr-m-16v,
.fr-m-8w {
    margin: 4rem !important;
}
.fr-ml-16v,
.fr-ml-8w,
.fr-mx-16v,
.fr-mx-8w {
    margin-left: 4rem !important;
}
.fr-mr-16v,
.fr-mr-8w,
.fr-mx-16v,
.fr-mx-8w {
    margin-right: 4rem !important;
}
.fr-mt-16v,
.fr-mt-8w,
.fr-my-16v,
.fr-my-8w {
    margin-top: 4rem !important;
}
.fr-mb-16v,
.fr-mb-8w,
.fr-my-16v,
.fr-my-8w {
    margin-bottom: 4rem !important;
}
.fr-m-17v {
    margin: 4.25rem !important;
}
.fr-ml-17v,
.fr-mx-17v {
    margin-left: 4.25rem !important;
}
.fr-mr-17v,
.fr-mx-17v {
    margin-right: 4.25rem !important;
}
.fr-mt-17v,
.fr-my-17v {
    margin-top: 4.25rem !important;
}
.fr-mb-17v,
.fr-my-17v {
    margin-bottom: 4.25rem !important;
}
.fr-m-18v,
.fr-m-9w {
    margin: 4.5rem !important;
}
.fr-ml-18v,
.fr-ml-9w,
.fr-mx-18v,
.fr-mx-9w {
    margin-left: 4.5rem !important;
}
.fr-mr-18v,
.fr-mr-9w,
.fr-mx-18v,
.fr-mx-9w {
    margin-right: 4.5rem !important;
}
.fr-mt-18v,
.fr-mt-9w,
.fr-my-18v,
.fr-my-9w {
    margin-top: 4.5rem !important;
}
.fr-mb-18v,
.fr-mb-9w,
.fr-my-18v,
.fr-my-9w {
    margin-bottom: 4.5rem !important;
}
.fr-m-19v {
    margin: 4.75rem !important;
}
.fr-ml-19v,
.fr-mx-19v {
    margin-left: 4.75rem !important;
}
.fr-mr-19v,
.fr-mx-19v {
    margin-right: 4.75rem !important;
}
.fr-mt-19v,
.fr-my-19v {
    margin-top: 4.75rem !important;
}
.fr-mb-19v,
.fr-my-19v {
    margin-bottom: 4.75rem !important;
}
.fr-m-10w,
.fr-m-20v {
    margin: 5rem !important;
}
.fr-ml-10w,
.fr-ml-20v,
.fr-mx-10w,
.fr-mx-20v {
    margin-left: 5rem !important;
}
.fr-mr-10w,
.fr-mr-20v,
.fr-mx-10w,
.fr-mx-20v {
    margin-right: 5rem !important;
}
.fr-mt-10w,
.fr-mt-20v,
.fr-my-10w,
.fr-my-20v {
    margin-top: 5rem !important;
}
.fr-mb-10w,
.fr-mb-20v,
.fr-my-10w,
.fr-my-20v {
    margin-bottom: 5rem !important;
}
.fr-m-21v {
    margin: 5.25rem !important;
}
.fr-ml-21v,
.fr-mx-21v {
    margin-left: 5.25rem !important;
}
.fr-mr-21v,
.fr-mx-21v {
    margin-right: 5.25rem !important;
}
.fr-mt-21v,
.fr-my-21v {
    margin-top: 5.25rem !important;
}
.fr-mb-21v,
.fr-my-21v {
    margin-bottom: 5.25rem !important;
}
.fr-m-11w,
.fr-m-22v {
    margin: 5.5rem !important;
}
.fr-ml-11w,
.fr-ml-22v,
.fr-mx-11w,
.fr-mx-22v {
    margin-left: 5.5rem !important;
}
.fr-mr-11w,
.fr-mr-22v,
.fr-mx-11w,
.fr-mx-22v {
    margin-right: 5.5rem !important;
}
.fr-mt-11w,
.fr-mt-22v,
.fr-my-11w,
.fr-my-22v {
    margin-top: 5.5rem !important;
}
.fr-mb-11w,
.fr-mb-22v,
.fr-my-11w,
.fr-my-22v {
    margin-bottom: 5.5rem !important;
}
.fr-m-23v {
    margin: 5.75rem !important;
}
.fr-ml-23v,
.fr-mx-23v {
    margin-left: 5.75rem !important;
}
.fr-mr-23v,
.fr-mx-23v {
    margin-right: 5.75rem !important;
}
.fr-mt-23v,
.fr-my-23v {
    margin-top: 5.75rem !important;
}
.fr-mb-23v,
.fr-my-23v {
    margin-bottom: 5.75rem !important;
}
.fr-m-12w,
.fr-m-24v {
    margin: 6rem !important;
}
.fr-ml-12w,
.fr-ml-24v,
.fr-mx-12w,
.fr-mx-24v {
    margin-left: 6rem !important;
}
.fr-mr-12w,
.fr-mr-24v,
.fr-mx-12w,
.fr-mx-24v {
    margin-right: 6rem !important;
}
.fr-mt-12w,
.fr-mt-24v,
.fr-my-12w,
.fr-my-24v {
    margin-top: 6rem !important;
}
.fr-mb-12w,
.fr-mb-24v,
.fr-my-12w,
.fr-my-24v {
    margin-bottom: 6rem !important;
}
.fr-m-25v {
    margin: 6.25rem !important;
}
.fr-ml-25v,
.fr-mx-25v {
    margin-left: 6.25rem !important;
}
.fr-mr-25v,
.fr-mx-25v {
    margin-right: 6.25rem !important;
}
.fr-mt-25v,
.fr-my-25v {
    margin-top: 6.25rem !important;
}
.fr-mb-25v,
.fr-my-25v {
    margin-bottom: 6.25rem !important;
}
.fr-m-13w,
.fr-m-26v {
    margin: 6.5rem !important;
}
.fr-ml-13w,
.fr-ml-26v,
.fr-mx-13w,
.fr-mx-26v {
    margin-left: 6.5rem !important;
}
.fr-mr-13w,
.fr-mr-26v,
.fr-mx-13w,
.fr-mx-26v {
    margin-right: 6.5rem !important;
}
.fr-mt-13w,
.fr-mt-26v,
.fr-my-13w,
.fr-my-26v {
    margin-top: 6.5rem !important;
}
.fr-mb-13w,
.fr-mb-26v,
.fr-my-13w,
.fr-my-26v {
    margin-bottom: 6.5rem !important;
}
.fr-m-27v {
    margin: 6.75rem !important;
}
.fr-ml-27v,
.fr-mx-27v {
    margin-left: 6.75rem !important;
}
.fr-mr-27v,
.fr-mx-27v {
    margin-right: 6.75rem !important;
}
.fr-mt-27v,
.fr-my-27v {
    margin-top: 6.75rem !important;
}
.fr-mb-27v,
.fr-my-27v {
    margin-bottom: 6.75rem !important;
}
.fr-m-14w,
.fr-m-28v {
    margin: 7rem !important;
}
.fr-ml-14w,
.fr-ml-28v,
.fr-mx-14w,
.fr-mx-28v {
    margin-left: 7rem !important;
}
.fr-mr-14w,
.fr-mr-28v,
.fr-mx-14w,
.fr-mx-28v {
    margin-right: 7rem !important;
}
.fr-mt-14w,
.fr-mt-28v,
.fr-my-14w,
.fr-my-28v {
    margin-top: 7rem !important;
}
.fr-mb-14w,
.fr-mb-28v,
.fr-my-14w,
.fr-my-28v {
    margin-bottom: 7rem !important;
}
.fr-m-29v {
    margin: 7.25rem !important;
}
.fr-ml-29v,
.fr-mx-29v {
    margin-left: 7.25rem !important;
}
.fr-mr-29v,
.fr-mx-29v {
    margin-right: 7.25rem !important;
}
.fr-mt-29v,
.fr-my-29v {
    margin-top: 7.25rem !important;
}
.fr-mb-29v,
.fr-my-29v {
    margin-bottom: 7.25rem !important;
}
.fr-m-15w,
.fr-m-30v {
    margin: 7.5rem !important;
}
.fr-ml-15w,
.fr-ml-30v,
.fr-mx-15w,
.fr-mx-30v {
    margin-left: 7.5rem !important;
}
.fr-mr-15w,
.fr-mr-30v,
.fr-mx-15w,
.fr-mx-30v {
    margin-right: 7.5rem !important;
}
.fr-mt-15w,
.fr-mt-30v,
.fr-my-15w,
.fr-my-30v {
    margin-top: 7.5rem !important;
}
.fr-mb-15w,
.fr-mb-30v,
.fr-my-15w,
.fr-my-30v {
    margin-bottom: 7.5rem !important;
}
.fr-m-31v {
    margin: 7.75rem !important;
}
.fr-ml-31v,
.fr-mx-31v {
    margin-left: 7.75rem !important;
}
.fr-mr-31v,
.fr-mx-31v {
    margin-right: 7.75rem !important;
}
.fr-mt-31v,
.fr-my-31v {
    margin-top: 7.75rem !important;
}
.fr-mb-31v,
.fr-my-31v {
    margin-bottom: 7.75rem !important;
}
.fr-m-16w,
.fr-m-32v {
    margin: 8rem !important;
}
.fr-ml-16w,
.fr-ml-32v,
.fr-mx-16w,
.fr-mx-32v {
    margin-left: 8rem !important;
}
.fr-mr-16w,
.fr-mr-32v,
.fr-mx-16w,
.fr-mx-32v {
    margin-right: 8rem !important;
}
.fr-mt-16w,
.fr-mt-32v,
.fr-my-16w,
.fr-my-32v {
    margin-top: 8rem !important;
}
.fr-mb-16w,
.fr-mb-32v,
.fr-my-16w,
.fr-my-32v {
    margin-bottom: 8rem !important;
}
.fr-m-auto {
    margin: auto;
}
.fr-ml-auto,
.fr-mx-auto {
    margin-left: auto;
}
.fr-mr-auto,
.fr-mx-auto {
    margin-right: auto;
}
.fr-mt-auto,
.fr-my-auto {
    margin-top: auto;
}
.fr-mb-auto,
.fr-my-auto {
    margin-bottom: auto;
}
.fr-m-first-n4w,
.fr-m-first-n8v {
    margin: -2rem !important;
}
.fr-ml-first-n4w,
.fr-ml-first-n8v,
.fr-mx-first-n4w,
.fr-mx-first-n8v {
    margin-left: -2rem !important;
}
.fr-mr-first-n4w,
.fr-mr-first-n8v,
.fr-mx-first-n4w,
.fr-mx-first-n8v {
    margin-right: -2rem !important;
}
.fr-mt-first-n4w,
.fr-mt-first-n8v,
.fr-my-first-n4w,
.fr-my-first-n8v {
    margin-top: -2rem !important;
}
.fr-mb-first-n4w,
.fr-mb-first-n8v,
.fr-my-first-n4w,
.fr-my-first-n8v {
    margin-bottom: -2rem !important;
}
.fr-m-first-n7v {
    margin: -1.75rem !important;
}
.fr-ml-first-n7v,
.fr-mx-first-n7v {
    margin-left: -1.75rem !important;
}
.fr-mr-first-n7v,
.fr-mx-first-n7v {
    margin-right: -1.75rem !important;
}
.fr-mt-first-n7v,
.fr-my-first-n7v {
    margin-top: -1.75rem !important;
}
.fr-mb-first-n7v,
.fr-my-first-n7v {
    margin-bottom: -1.75rem !important;
}
.fr-m-first-n3w,
.fr-m-first-n6v {
    margin: -1.5rem !important;
}
.fr-ml-first-n3w,
.fr-ml-first-n6v,
.fr-mx-first-n3w,
.fr-mx-first-n6v {
    margin-left: -1.5rem !important;
}
.fr-mr-first-n3w,
.fr-mr-first-n6v,
.fr-mx-first-n3w,
.fr-mx-first-n6v {
    margin-right: -1.5rem !important;
}
.fr-mt-first-n3w,
.fr-mt-first-n6v,
.fr-my-first-n3w,
.fr-my-first-n6v {
    margin-top: -1.5rem !important;
}
.fr-mb-first-n3w,
.fr-mb-first-n6v,
.fr-my-first-n3w,
.fr-my-first-n6v {
    margin-bottom: -1.5rem !important;
}
.fr-m-first-n5v {
    margin: -1.25rem !important;
}
.fr-ml-first-n5v,
.fr-mx-first-n5v {
    margin-left: -1.25rem !important;
}
.fr-mr-first-n5v,
.fr-mx-first-n5v {
    margin-right: -1.25rem !important;
}
.fr-mt-first-n5v,
.fr-my-first-n5v {
    margin-top: -1.25rem !important;
}
.fr-mb-first-n5v,
.fr-my-first-n5v {
    margin-bottom: -1.25rem !important;
}
.fr-m-first-n2w,
.fr-m-first-n4v {
    margin: -1rem !important;
}
.fr-ml-first-n2w,
.fr-ml-first-n4v,
.fr-mx-first-n2w,
.fr-mx-first-n4v {
    margin-left: -1rem !important;
}
.fr-mr-first-n2w,
.fr-mr-first-n4v,
.fr-mx-first-n2w,
.fr-mx-first-n4v {
    margin-right: -1rem !important;
}
.fr-mt-first-n2w,
.fr-mt-first-n4v,
.fr-my-first-n2w,
.fr-my-first-n4v {
    margin-top: -1rem !important;
}
.fr-mb-first-n2w,
.fr-mb-first-n4v,
.fr-my-first-n2w,
.fr-my-first-n4v {
    margin-bottom: -1rem !important;
}
.fr-m-first-n3v {
    margin: -0.75rem !important;
}
.fr-ml-first-n3v,
.fr-mx-first-n3v {
    margin-left: -0.75rem !important;
}
.fr-mr-first-n3v,
.fr-mx-first-n3v {
    margin-right: -0.75rem !important;
}
.fr-mt-first-n3v,
.fr-my-first-n3v {
    margin-top: -0.75rem !important;
}
.fr-mb-first-n3v,
.fr-my-first-n3v {
    margin-bottom: -0.75rem !important;
}
.fr-m-first-n1w,
.fr-m-first-n2v {
    margin: -0.5rem !important;
}
.fr-ml-first-n1w,
.fr-ml-first-n2v,
.fr-mx-first-n1w,
.fr-mx-first-n2v {
    margin-left: -0.5rem !important;
}
.fr-mr-first-n1w,
.fr-mr-first-n2v,
.fr-mx-first-n1w,
.fr-mx-first-n2v {
    margin-right: -0.5rem !important;
}
.fr-mt-first-n1w,
.fr-mt-first-n2v,
.fr-my-first-n1w,
.fr-my-first-n2v {
    margin-top: -0.5rem !important;
}
.fr-mb-first-n1w,
.fr-mb-first-n2v,
.fr-my-first-n1w,
.fr-my-first-n2v {
    margin-bottom: -0.5rem !important;
}
.fr-m-first-n1v {
    margin: -0.25rem !important;
}
.fr-ml-first-n1v,
.fr-mx-first-n1v {
    margin-left: -0.25rem !important;
}
.fr-mr-first-n1v,
.fr-mx-first-n1v {
    margin-right: -0.25rem !important;
}
.fr-mt-first-n1v,
.fr-my-first-n1v {
    margin-top: -0.25rem !important;
}
.fr-mb-first-n1v,
.fr-my-first-n1v {
    margin-bottom: -0.25rem !important;
}
.fr-m-first-n1-5v {
    margin: -0.375rem !important;
}
.fr-ml-first-n1-5v,
.fr-mx-first-n1-5v {
    margin-left: -0.375rem !important;
}
.fr-mr-first-n1-5v,
.fr-mx-first-n1-5v {
    margin-right: -0.375rem !important;
}
.fr-mt-first-n1-5v,
.fr-my-first-n1-5v {
    margin-top: -0.375rem !important;
}
.fr-mb-first-n1-5v,
.fr-my-first-n1-5v {
    margin-bottom: -0.375rem !important;
}
.fr-m-first-0 {
    margin: 0 !important;
}
.fr-ml-first-0,
.fr-mx-first-0 {
    margin-left: 0 !important;
}
.fr-mr-first-0,
.fr-mx-first-0 {
    margin-right: 0 !important;
}
.fr-mt-first-0,
.fr-my-first-0 {
    margin-top: 0 !important;
}
.fr-mb-first-0,
.fr-my-first-0 {
    margin-bottom: 0 !important;
}
.fr-m-first-n0-5v {
    margin: -0.125rem !important;
}
.fr-ml-first-n0-5v,
.fr-mx-first-n0-5v {
    margin-left: -0.125rem !important;
}
.fr-mr-first-n0-5v,
.fr-mx-first-n0-5v {
    margin-right: -0.125rem !important;
}
.fr-mt-first-n0-5v,
.fr-my-first-n0-5v {
    margin-top: -0.125rem !important;
}
.fr-mb-first-n0-5v,
.fr-my-first-n0-5v {
    margin-bottom: -0.125rem !important;
}
.fr-m-first-0-5v {
    margin: 0.125rem !important;
}
.fr-ml-first-0-5v,
.fr-mx-first-0-5v {
    margin-left: 0.125rem !important;
}
.fr-mr-first-0-5v,
.fr-mx-first-0-5v {
    margin-right: 0.125rem !important;
}
.fr-mt-first-0-5v,
.fr-my-first-0-5v {
    margin-top: 0.125rem !important;
}
.fr-mb-first-0-5v,
.fr-my-first-0-5v {
    margin-bottom: 0.125rem !important;
}
.fr-m-first-1v {
    margin: 0.25rem !important;
}
.fr-ml-first-1v,
.fr-mx-first-1v {
    margin-left: 0.25rem !important;
}
.fr-mr-first-1v,
.fr-mx-first-1v {
    margin-right: 0.25rem !important;
}
.fr-mt-first-1v,
.fr-my-first-1v {
    margin-top: 0.25rem !important;
}
.fr-mb-first-1v,
.fr-my-first-1v {
    margin-bottom: 0.25rem !important;
}
.fr-m-first-1-5v {
    margin: 0.375rem !important;
}
.fr-ml-first-1-5v,
.fr-mx-first-1-5v {
    margin-left: 0.375rem !important;
}
.fr-mr-first-1-5v,
.fr-mx-first-1-5v {
    margin-right: 0.375rem !important;
}
.fr-mt-first-1-5v,
.fr-my-first-1-5v {
    margin-top: 0.375rem !important;
}
.fr-mb-first-1-5v,
.fr-my-first-1-5v {
    margin-bottom: 0.375rem !important;
}
.fr-m-first-1w,
.fr-m-first-2v {
    margin: 0.5rem !important;
}
.fr-ml-first-1w,
.fr-ml-first-2v,
.fr-mx-first-1w,
.fr-mx-first-2v {
    margin-left: 0.5rem !important;
}
.fr-mr-first-1w,
.fr-mr-first-2v,
.fr-mx-first-1w,
.fr-mx-first-2v {
    margin-right: 0.5rem !important;
}
.fr-mt-first-1w,
.fr-mt-first-2v,
.fr-my-first-1w,
.fr-my-first-2v {
    margin-top: 0.5rem !important;
}
.fr-mb-first-1w,
.fr-mb-first-2v,
.fr-my-first-1w,
.fr-my-first-2v {
    margin-bottom: 0.5rem !important;
}
.fr-m-first-3v {
    margin: 0.75rem !important;
}
.fr-ml-first-3v,
.fr-mx-first-3v {
    margin-left: 0.75rem !important;
}
.fr-mr-first-3v,
.fr-mx-first-3v {
    margin-right: 0.75rem !important;
}
.fr-mt-first-3v,
.fr-my-first-3v {
    margin-top: 0.75rem !important;
}
.fr-mb-first-3v,
.fr-my-first-3v {
    margin-bottom: 0.75rem !important;
}
.fr-m-first-2w,
.fr-m-first-4v {
    margin: 1rem !important;
}
.fr-ml-first-2w,
.fr-ml-first-4v,
.fr-mx-first-2w,
.fr-mx-first-4v {
    margin-left: 1rem !important;
}
.fr-mr-first-2w,
.fr-mr-first-4v,
.fr-mx-first-2w,
.fr-mx-first-4v {
    margin-right: 1rem !important;
}
.fr-mt-first-2w,
.fr-mt-first-4v,
.fr-my-first-2w,
.fr-my-first-4v {
    margin-top: 1rem !important;
}
.fr-mb-first-2w,
.fr-mb-first-4v,
.fr-my-first-2w,
.fr-my-first-4v {
    margin-bottom: 1rem !important;
}
.fr-m-first-5v {
    margin: 1.25rem !important;
}
.fr-ml-first-5v,
.fr-mx-first-5v {
    margin-left: 1.25rem !important;
}
.fr-mr-first-5v,
.fr-mx-first-5v {
    margin-right: 1.25rem !important;
}
.fr-mt-first-5v,
.fr-my-first-5v {
    margin-top: 1.25rem !important;
}
.fr-mb-first-5v,
.fr-my-first-5v {
    margin-bottom: 1.25rem !important;
}
.fr-m-first-3w,
.fr-m-first-6v {
    margin: 1.5rem !important;
}
.fr-ml-first-3w,
.fr-ml-first-6v,
.fr-mx-first-3w,
.fr-mx-first-6v {
    margin-left: 1.5rem !important;
}
.fr-mr-first-3w,
.fr-mr-first-6v,
.fr-mx-first-3w,
.fr-mx-first-6v {
    margin-right: 1.5rem !important;
}
.fr-mt-first-3w,
.fr-mt-first-6v,
.fr-my-first-3w,
.fr-my-first-6v {
    margin-top: 1.5rem !important;
}
.fr-mb-first-3w,
.fr-mb-first-6v,
.fr-my-first-3w,
.fr-my-first-6v {
    margin-bottom: 1.5rem !important;
}
.fr-m-first-7v {
    margin: 1.75rem !important;
}
.fr-ml-first-7v,
.fr-mx-first-7v {
    margin-left: 1.75rem !important;
}
.fr-mr-first-7v,
.fr-mx-first-7v {
    margin-right: 1.75rem !important;
}
.fr-mt-first-7v,
.fr-my-first-7v {
    margin-top: 1.75rem !important;
}
.fr-mb-first-7v,
.fr-my-first-7v {
    margin-bottom: 1.75rem !important;
}
.fr-m-first-4w,
.fr-m-first-8v {
    margin: 2rem !important;
}
.fr-ml-first-4w,
.fr-ml-first-8v,
.fr-mx-first-4w,
.fr-mx-first-8v {
    margin-left: 2rem !important;
}
.fr-mr-first-4w,
.fr-mr-first-8v,
.fr-mx-first-4w,
.fr-mx-first-8v {
    margin-right: 2rem !important;
}
.fr-mt-first-4w,
.fr-mt-first-8v,
.fr-my-first-4w,
.fr-my-first-8v {
    margin-top: 2rem !important;
}
.fr-mb-first-4w,
.fr-mb-first-8v,
.fr-my-first-4w,
.fr-my-first-8v {
    margin-bottom: 2rem !important;
}
.fr-m-first-9v {
    margin: 2.25rem !important;
}
.fr-ml-first-9v,
.fr-mx-first-9v {
    margin-left: 2.25rem !important;
}
.fr-mr-first-9v,
.fr-mx-first-9v {
    margin-right: 2.25rem !important;
}
.fr-mt-first-9v,
.fr-my-first-9v {
    margin-top: 2.25rem !important;
}
.fr-mb-first-9v,
.fr-my-first-9v {
    margin-bottom: 2.25rem !important;
}
.fr-m-first-10v,
.fr-m-first-5w {
    margin: 2.5rem !important;
}
.fr-ml-first-10v,
.fr-ml-first-5w,
.fr-mx-first-10v,
.fr-mx-first-5w {
    margin-left: 2.5rem !important;
}
.fr-mr-first-10v,
.fr-mr-first-5w,
.fr-mx-first-10v,
.fr-mx-first-5w {
    margin-right: 2.5rem !important;
}
.fr-mt-first-10v,
.fr-mt-first-5w,
.fr-my-first-10v,
.fr-my-first-5w {
    margin-top: 2.5rem !important;
}
.fr-mb-first-10v,
.fr-mb-first-5w,
.fr-my-first-10v,
.fr-my-first-5w {
    margin-bottom: 2.5rem !important;
}
.fr-m-first-11v {
    margin: 2.75rem !important;
}
.fr-ml-first-11v,
.fr-mx-first-11v {
    margin-left: 2.75rem !important;
}
.fr-mr-first-11v,
.fr-mx-first-11v {
    margin-right: 2.75rem !important;
}
.fr-mt-first-11v,
.fr-my-first-11v {
    margin-top: 2.75rem !important;
}
.fr-mb-first-11v,
.fr-my-first-11v {
    margin-bottom: 2.75rem !important;
}
.fr-m-first-12v,
.fr-m-first-6w {
    margin: 3rem !important;
}
.fr-ml-first-12v,
.fr-ml-first-6w,
.fr-mx-first-12v,
.fr-mx-first-6w {
    margin-left: 3rem !important;
}
.fr-mr-first-12v,
.fr-mr-first-6w,
.fr-mx-first-12v,
.fr-mx-first-6w {
    margin-right: 3rem !important;
}
.fr-mt-first-12v,
.fr-mt-first-6w,
.fr-my-first-12v,
.fr-my-first-6w {
    margin-top: 3rem !important;
}
.fr-mb-first-12v,
.fr-mb-first-6w,
.fr-my-first-12v,
.fr-my-first-6w {
    margin-bottom: 3rem !important;
}
.fr-m-first-13v {
    margin: 3.25rem !important;
}
.fr-ml-first-13v,
.fr-mx-first-13v {
    margin-left: 3.25rem !important;
}
.fr-mr-first-13v,
.fr-mx-first-13v {
    margin-right: 3.25rem !important;
}
.fr-mt-first-13v,
.fr-my-first-13v {
    margin-top: 3.25rem !important;
}
.fr-mb-first-13v,
.fr-my-first-13v {
    margin-bottom: 3.25rem !important;
}
.fr-m-first-14v,
.fr-m-first-7w {
    margin: 3.5rem !important;
}
.fr-ml-first-14v,
.fr-ml-first-7w,
.fr-mx-first-14v,
.fr-mx-first-7w {
    margin-left: 3.5rem !important;
}
.fr-mr-first-14v,
.fr-mr-first-7w,
.fr-mx-first-14v,
.fr-mx-first-7w {
    margin-right: 3.5rem !important;
}
.fr-mt-first-14v,
.fr-mt-first-7w,
.fr-my-first-14v,
.fr-my-first-7w {
    margin-top: 3.5rem !important;
}
.fr-mb-first-14v,
.fr-mb-first-7w,
.fr-my-first-14v,
.fr-my-first-7w {
    margin-bottom: 3.5rem !important;
}
.fr-m-first-15v {
    margin: 3.75rem !important;
}
.fr-ml-first-15v,
.fr-mx-first-15v {
    margin-left: 3.75rem !important;
}
.fr-mr-first-15v,
.fr-mx-first-15v {
    margin-right: 3.75rem !important;
}
.fr-mt-first-15v,
.fr-my-first-15v {
    margin-top: 3.75rem !important;
}
.fr-mb-first-15v,
.fr-my-first-15v {
    margin-bottom: 3.75rem !important;
}
.fr-m-first-16v,
.fr-m-first-8w {
    margin: 4rem !important;
}
.fr-ml-first-16v,
.fr-ml-first-8w,
.fr-mx-first-16v,
.fr-mx-first-8w {
    margin-left: 4rem !important;
}
.fr-mr-first-16v,
.fr-mr-first-8w,
.fr-mx-first-16v,
.fr-mx-first-8w {
    margin-right: 4rem !important;
}
.fr-mt-first-16v,
.fr-mt-first-8w,
.fr-my-first-16v,
.fr-my-first-8w {
    margin-top: 4rem !important;
}
.fr-mb-first-16v,
.fr-mb-first-8w,
.fr-my-first-16v,
.fr-my-first-8w {
    margin-bottom: 4rem !important;
}
.fr-m-first-17v {
    margin: 4.25rem !important;
}
.fr-ml-first-17v,
.fr-mx-first-17v {
    margin-left: 4.25rem !important;
}
.fr-mr-first-17v,
.fr-mx-first-17v {
    margin-right: 4.25rem !important;
}
.fr-mt-first-17v,
.fr-my-first-17v {
    margin-top: 4.25rem !important;
}
.fr-mb-first-17v,
.fr-my-first-17v {
    margin-bottom: 4.25rem !important;
}
.fr-m-first-18v,
.fr-m-first-9w {
    margin: 4.5rem !important;
}
.fr-ml-first-18v,
.fr-ml-first-9w,
.fr-mx-first-18v,
.fr-mx-first-9w {
    margin-left: 4.5rem !important;
}
.fr-mr-first-18v,
.fr-mr-first-9w,
.fr-mx-first-18v,
.fr-mx-first-9w {
    margin-right: 4.5rem !important;
}
.fr-mt-first-18v,
.fr-mt-first-9w,
.fr-my-first-18v,
.fr-my-first-9w {
    margin-top: 4.5rem !important;
}
.fr-mb-first-18v,
.fr-mb-first-9w,
.fr-my-first-18v,
.fr-my-first-9w {
    margin-bottom: 4.5rem !important;
}
.fr-m-first-19v {
    margin: 4.75rem !important;
}
.fr-ml-first-19v,
.fr-mx-first-19v {
    margin-left: 4.75rem !important;
}
.fr-mr-first-19v,
.fr-mx-first-19v {
    margin-right: 4.75rem !important;
}
.fr-mt-first-19v,
.fr-my-first-19v {
    margin-top: 4.75rem !important;
}
.fr-mb-first-19v,
.fr-my-first-19v {
    margin-bottom: 4.75rem !important;
}
.fr-m-first-10w,
.fr-m-first-20v {
    margin: 5rem !important;
}
.fr-ml-first-10w,
.fr-ml-first-20v,
.fr-mx-first-10w,
.fr-mx-first-20v {
    margin-left: 5rem !important;
}
.fr-mr-first-10w,
.fr-mr-first-20v,
.fr-mx-first-10w,
.fr-mx-first-20v {
    margin-right: 5rem !important;
}
.fr-mt-first-10w,
.fr-mt-first-20v,
.fr-my-first-10w,
.fr-my-first-20v {
    margin-top: 5rem !important;
}
.fr-mb-first-10w,
.fr-mb-first-20v,
.fr-my-first-10w,
.fr-my-first-20v {
    margin-bottom: 5rem !important;
}
.fr-m-first-21v {
    margin: 5.25rem !important;
}
.fr-ml-first-21v,
.fr-mx-first-21v {
    margin-left: 5.25rem !important;
}
.fr-mr-first-21v,
.fr-mx-first-21v {
    margin-right: 5.25rem !important;
}
.fr-mt-first-21v,
.fr-my-first-21v {
    margin-top: 5.25rem !important;
}
.fr-mb-first-21v,
.fr-my-first-21v {
    margin-bottom: 5.25rem !important;
}
.fr-m-first-11w,
.fr-m-first-22v {
    margin: 5.5rem !important;
}
.fr-ml-first-11w,
.fr-ml-first-22v,
.fr-mx-first-11w,
.fr-mx-first-22v {
    margin-left: 5.5rem !important;
}
.fr-mr-first-11w,
.fr-mr-first-22v,
.fr-mx-first-11w,
.fr-mx-first-22v {
    margin-right: 5.5rem !important;
}
.fr-mt-first-11w,
.fr-mt-first-22v,
.fr-my-first-11w,
.fr-my-first-22v {
    margin-top: 5.5rem !important;
}
.fr-mb-first-11w,
.fr-mb-first-22v,
.fr-my-first-11w,
.fr-my-first-22v {
    margin-bottom: 5.5rem !important;
}
.fr-m-first-23v {
    margin: 5.75rem !important;
}
.fr-ml-first-23v,
.fr-mx-first-23v {
    margin-left: 5.75rem !important;
}
.fr-mr-first-23v,
.fr-mx-first-23v {
    margin-right: 5.75rem !important;
}
.fr-mt-first-23v,
.fr-my-first-23v {
    margin-top: 5.75rem !important;
}
.fr-mb-first-23v,
.fr-my-first-23v {
    margin-bottom: 5.75rem !important;
}
.fr-m-first-12w,
.fr-m-first-24v {
    margin: 6rem !important;
}
.fr-ml-first-12w,
.fr-ml-first-24v,
.fr-mx-first-12w,
.fr-mx-first-24v {
    margin-left: 6rem !important;
}
.fr-mr-first-12w,
.fr-mr-first-24v,
.fr-mx-first-12w,
.fr-mx-first-24v {
    margin-right: 6rem !important;
}
.fr-mt-first-12w,
.fr-mt-first-24v,
.fr-my-first-12w,
.fr-my-first-24v {
    margin-top: 6rem !important;
}
.fr-mb-first-12w,
.fr-mb-first-24v,
.fr-my-first-12w,
.fr-my-first-24v {
    margin-bottom: 6rem !important;
}
.fr-m-first-25v {
    margin: 6.25rem !important;
}
.fr-ml-first-25v,
.fr-mx-first-25v {
    margin-left: 6.25rem !important;
}
.fr-mr-first-25v,
.fr-mx-first-25v {
    margin-right: 6.25rem !important;
}
.fr-mt-first-25v,
.fr-my-first-25v {
    margin-top: 6.25rem !important;
}
.fr-mb-first-25v,
.fr-my-first-25v {
    margin-bottom: 6.25rem !important;
}
.fr-m-first-13w,
.fr-m-first-26v {
    margin: 6.5rem !important;
}
.fr-ml-first-13w,
.fr-ml-first-26v,
.fr-mx-first-13w,
.fr-mx-first-26v {
    margin-left: 6.5rem !important;
}
.fr-mr-first-13w,
.fr-mr-first-26v,
.fr-mx-first-13w,
.fr-mx-first-26v {
    margin-right: 6.5rem !important;
}
.fr-mt-first-13w,
.fr-mt-first-26v,
.fr-my-first-13w,
.fr-my-first-26v {
    margin-top: 6.5rem !important;
}
.fr-mb-first-13w,
.fr-mb-first-26v,
.fr-my-first-13w,
.fr-my-first-26v {
    margin-bottom: 6.5rem !important;
}
.fr-m-first-27v {
    margin: 6.75rem !important;
}
.fr-ml-first-27v,
.fr-mx-first-27v {
    margin-left: 6.75rem !important;
}
.fr-mr-first-27v,
.fr-mx-first-27v {
    margin-right: 6.75rem !important;
}
.fr-mt-first-27v,
.fr-my-first-27v {
    margin-top: 6.75rem !important;
}
.fr-mb-first-27v,
.fr-my-first-27v {
    margin-bottom: 6.75rem !important;
}
.fr-m-first-14w,
.fr-m-first-28v {
    margin: 7rem !important;
}
.fr-ml-first-14w,
.fr-ml-first-28v,
.fr-mx-first-14w,
.fr-mx-first-28v {
    margin-left: 7rem !important;
}
.fr-mr-first-14w,
.fr-mr-first-28v,
.fr-mx-first-14w,
.fr-mx-first-28v {
    margin-right: 7rem !important;
}
.fr-mt-first-14w,
.fr-mt-first-28v,
.fr-my-first-14w,
.fr-my-first-28v {
    margin-top: 7rem !important;
}
.fr-mb-first-14w,
.fr-mb-first-28v,
.fr-my-first-14w,
.fr-my-first-28v {
    margin-bottom: 7rem !important;
}
.fr-m-first-29v {
    margin: 7.25rem !important;
}
.fr-ml-first-29v,
.fr-mx-first-29v {
    margin-left: 7.25rem !important;
}
.fr-mr-first-29v,
.fr-mx-first-29v {
    margin-right: 7.25rem !important;
}
.fr-mt-first-29v,
.fr-my-first-29v {
    margin-top: 7.25rem !important;
}
.fr-mb-first-29v,
.fr-my-first-29v {
    margin-bottom: 7.25rem !important;
}
.fr-m-first-15w,
.fr-m-first-30v {
    margin: 7.5rem !important;
}
.fr-ml-first-15w,
.fr-ml-first-30v,
.fr-mx-first-15w,
.fr-mx-first-30v {
    margin-left: 7.5rem !important;
}
.fr-mr-first-15w,
.fr-mr-first-30v,
.fr-mx-first-15w,
.fr-mx-first-30v {
    margin-right: 7.5rem !important;
}
.fr-mt-first-15w,
.fr-mt-first-30v,
.fr-my-first-15w,
.fr-my-first-30v {
    margin-top: 7.5rem !important;
}
.fr-mb-first-15w,
.fr-mb-first-30v,
.fr-my-first-15w,
.fr-my-first-30v {
    margin-bottom: 7.5rem !important;
}
.fr-m-first-31v {
    margin: 7.75rem !important;
}
.fr-ml-first-31v,
.fr-mx-first-31v {
    margin-left: 7.75rem !important;
}
.fr-mr-first-31v,
.fr-mx-first-31v {
    margin-right: 7.75rem !important;
}
.fr-mt-first-31v,
.fr-my-first-31v {
    margin-top: 7.75rem !important;
}
.fr-mb-first-31v,
.fr-my-first-31v {
    margin-bottom: 7.75rem !important;
}
.fr-m-first-16w,
.fr-m-first-32v {
    margin: 8rem !important;
}
.fr-ml-first-16w,
.fr-ml-first-32v,
.fr-mx-first-16w,
.fr-mx-first-32v {
    margin-left: 8rem !important;
}
.fr-mr-first-16w,
.fr-mr-first-32v,
.fr-mx-first-16w,
.fr-mx-first-32v {
    margin-right: 8rem !important;
}
.fr-mt-first-16w,
.fr-mt-first-32v,
.fr-my-first-16w,
.fr-my-first-32v {
    margin-top: 8rem !important;
}
.fr-mb-first-16w,
.fr-mb-first-32v,
.fr-my-first-16w,
.fr-my-first-32v {
    margin-bottom: 8rem !important;
}
.fr-m-first-auto {
    margin: auto;
}
.fr-ml-first-auto,
.fr-mx-first-auto {
    margin-left: auto;
}
.fr-mr-first-auto,
.fr-mx-first-auto {
    margin-right: auto;
}
.fr-mt-first-auto,
.fr-my-first-auto {
    margin-top: auto;
}
.fr-mb-first-auto,
.fr-my-first-auto {
    margin-bottom: auto;
}
@media (min-width: 48em) {
    .fr-m-md-n4w,
    .fr-m-md-n8v {
        margin: -2rem !important;
    }
    .fr-ml-md-n4w,
    .fr-ml-md-n8v,
    .fr-mx-md-n4w,
    .fr-mx-md-n8v {
        margin-left: -2rem !important;
    }
    .fr-mr-md-n4w,
    .fr-mr-md-n8v,
    .fr-mx-md-n4w,
    .fr-mx-md-n8v {
        margin-right: -2rem !important;
    }
    .fr-mt-md-n4w,
    .fr-mt-md-n8v,
    .fr-my-md-n4w,
    .fr-my-md-n8v {
        margin-top: -2rem !important;
    }
    .fr-mb-md-n4w,
    .fr-mb-md-n8v,
    .fr-my-md-n4w,
    .fr-my-md-n8v {
        margin-bottom: -2rem !important;
    }
    .fr-m-md-n7v {
        margin: -1.75rem !important;
    }
    .fr-ml-md-n7v,
    .fr-mx-md-n7v {
        margin-left: -1.75rem !important;
    }
    .fr-mr-md-n7v,
    .fr-mx-md-n7v {
        margin-right: -1.75rem !important;
    }
    .fr-mt-md-n7v,
    .fr-my-md-n7v {
        margin-top: -1.75rem !important;
    }
    .fr-mb-md-n7v,
    .fr-my-md-n7v {
        margin-bottom: -1.75rem !important;
    }
    .fr-m-md-n3w,
    .fr-m-md-n6v {
        margin: -1.5rem !important;
    }
    .fr-ml-md-n3w,
    .fr-ml-md-n6v,
    .fr-mx-md-n3w,
    .fr-mx-md-n6v {
        margin-left: -1.5rem !important;
    }
    .fr-mr-md-n3w,
    .fr-mr-md-n6v,
    .fr-mx-md-n3w,
    .fr-mx-md-n6v {
        margin-right: -1.5rem !important;
    }
    .fr-mt-md-n3w,
    .fr-mt-md-n6v,
    .fr-my-md-n3w,
    .fr-my-md-n6v {
        margin-top: -1.5rem !important;
    }
    .fr-mb-md-n3w,
    .fr-mb-md-n6v,
    .fr-my-md-n3w,
    .fr-my-md-n6v {
        margin-bottom: -1.5rem !important;
    }
    .fr-m-md-n5v {
        margin: -1.25rem !important;
    }
    .fr-ml-md-n5v,
    .fr-mx-md-n5v {
        margin-left: -1.25rem !important;
    }
    .fr-mr-md-n5v,
    .fr-mx-md-n5v {
        margin-right: -1.25rem !important;
    }
    .fr-mt-md-n5v,
    .fr-my-md-n5v {
        margin-top: -1.25rem !important;
    }
    .fr-mb-md-n5v,
    .fr-my-md-n5v {
        margin-bottom: -1.25rem !important;
    }
    .fr-m-md-n2w,
    .fr-m-md-n4v {
        margin: -1rem !important;
    }
    .fr-ml-md-n2w,
    .fr-ml-md-n4v,
    .fr-mx-md-n2w,
    .fr-mx-md-n4v {
        margin-left: -1rem !important;
    }
    .fr-mr-md-n2w,
    .fr-mr-md-n4v,
    .fr-mx-md-n2w,
    .fr-mx-md-n4v {
        margin-right: -1rem !important;
    }
    .fr-mt-md-n2w,
    .fr-mt-md-n4v,
    .fr-my-md-n2w,
    .fr-my-md-n4v {
        margin-top: -1rem !important;
    }
    .fr-mb-md-n2w,
    .fr-mb-md-n4v,
    .fr-my-md-n2w,
    .fr-my-md-n4v {
        margin-bottom: -1rem !important;
    }
    .fr-m-md-n3v {
        margin: -0.75rem !important;
    }
    .fr-ml-md-n3v,
    .fr-mx-md-n3v {
        margin-left: -0.75rem !important;
    }
    .fr-mr-md-n3v,
    .fr-mx-md-n3v {
        margin-right: -0.75rem !important;
    }
    .fr-mt-md-n3v,
    .fr-my-md-n3v {
        margin-top: -0.75rem !important;
    }
    .fr-mb-md-n3v,
    .fr-my-md-n3v {
        margin-bottom: -0.75rem !important;
    }
    .fr-m-md-n1w,
    .fr-m-md-n2v {
        margin: -0.5rem !important;
    }
    .fr-ml-md-n1w,
    .fr-ml-md-n2v,
    .fr-mx-md-n1w,
    .fr-mx-md-n2v {
        margin-left: -0.5rem !important;
    }
    .fr-mr-md-n1w,
    .fr-mr-md-n2v,
    .fr-mx-md-n1w,
    .fr-mx-md-n2v {
        margin-right: -0.5rem !important;
    }
    .fr-mt-md-n1w,
    .fr-mt-md-n2v,
    .fr-my-md-n1w,
    .fr-my-md-n2v {
        margin-top: -0.5rem !important;
    }
    .fr-mb-md-n1w,
    .fr-mb-md-n2v,
    .fr-my-md-n1w,
    .fr-my-md-n2v {
        margin-bottom: -0.5rem !important;
    }
    .fr-m-md-n1v {
        margin: -0.25rem !important;
    }
    .fr-ml-md-n1v,
    .fr-mx-md-n1v {
        margin-left: -0.25rem !important;
    }
    .fr-mr-md-n1v,
    .fr-mx-md-n1v {
        margin-right: -0.25rem !important;
    }
    .fr-mt-md-n1v,
    .fr-my-md-n1v {
        margin-top: -0.25rem !important;
    }
    .fr-mb-md-n1v,
    .fr-my-md-n1v {
        margin-bottom: -0.25rem !important;
    }
    .fr-m-md-n1-5v {
        margin: -0.375rem !important;
    }
    .fr-ml-md-n1-5v,
    .fr-mx-md-n1-5v {
        margin-left: -0.375rem !important;
    }
    .fr-mr-md-n1-5v,
    .fr-mx-md-n1-5v {
        margin-right: -0.375rem !important;
    }
    .fr-mt-md-n1-5v,
    .fr-my-md-n1-5v {
        margin-top: -0.375rem !important;
    }
    .fr-mb-md-n1-5v,
    .fr-my-md-n1-5v {
        margin-bottom: -0.375rem !important;
    }
    .fr-m-md-0 {
        margin: 0 !important;
    }
    .fr-ml-md-0,
    .fr-mx-md-0 {
        margin-left: 0 !important;
    }
    .fr-mr-md-0,
    .fr-mx-md-0 {
        margin-right: 0 !important;
    }
    .fr-mt-md-0,
    .fr-my-md-0 {
        margin-top: 0 !important;
    }
    .fr-mb-md-0,
    .fr-my-md-0 {
        margin-bottom: 0 !important;
    }
    .fr-m-md-n0-5v {
        margin: -0.125rem !important;
    }
    .fr-ml-md-n0-5v,
    .fr-mx-md-n0-5v {
        margin-left: -0.125rem !important;
    }
    .fr-mr-md-n0-5v,
    .fr-mx-md-n0-5v {
        margin-right: -0.125rem !important;
    }
    .fr-mt-md-n0-5v,
    .fr-my-md-n0-5v {
        margin-top: -0.125rem !important;
    }
    .fr-mb-md-n0-5v,
    .fr-my-md-n0-5v {
        margin-bottom: -0.125rem !important;
    }
    .fr-m-md-0-5v {
        margin: 0.125rem !important;
    }
    .fr-ml-md-0-5v,
    .fr-mx-md-0-5v {
        margin-left: 0.125rem !important;
    }
    .fr-mr-md-0-5v,
    .fr-mx-md-0-5v {
        margin-right: 0.125rem !important;
    }
    .fr-mt-md-0-5v,
    .fr-my-md-0-5v {
        margin-top: 0.125rem !important;
    }
    .fr-mb-md-0-5v,
    .fr-my-md-0-5v {
        margin-bottom: 0.125rem !important;
    }
    .fr-m-md-1v {
        margin: 0.25rem !important;
    }
    .fr-ml-md-1v,
    .fr-mx-md-1v {
        margin-left: 0.25rem !important;
    }
    .fr-mr-md-1v,
    .fr-mx-md-1v {
        margin-right: 0.25rem !important;
    }
    .fr-mt-md-1v,
    .fr-my-md-1v {
        margin-top: 0.25rem !important;
    }
    .fr-mb-md-1v,
    .fr-my-md-1v {
        margin-bottom: 0.25rem !important;
    }
    .fr-m-md-1-5v {
        margin: 0.375rem !important;
    }
    .fr-ml-md-1-5v,
    .fr-mx-md-1-5v {
        margin-left: 0.375rem !important;
    }
    .fr-mr-md-1-5v,
    .fr-mx-md-1-5v {
        margin-right: 0.375rem !important;
    }
    .fr-mt-md-1-5v,
    .fr-my-md-1-5v {
        margin-top: 0.375rem !important;
    }
    .fr-mb-md-1-5v,
    .fr-my-md-1-5v {
        margin-bottom: 0.375rem !important;
    }
    .fr-m-md-1w,
    .fr-m-md-2v {
        margin: 0.5rem !important;
    }
    .fr-ml-md-1w,
    .fr-ml-md-2v,
    .fr-mx-md-1w,
    .fr-mx-md-2v {
        margin-left: 0.5rem !important;
    }
    .fr-mr-md-1w,
    .fr-mr-md-2v,
    .fr-mx-md-1w,
    .fr-mx-md-2v {
        margin-right: 0.5rem !important;
    }
    .fr-mt-md-1w,
    .fr-mt-md-2v,
    .fr-my-md-1w,
    .fr-my-md-2v {
        margin-top: 0.5rem !important;
    }
    .fr-mb-md-1w,
    .fr-mb-md-2v,
    .fr-my-md-1w,
    .fr-my-md-2v {
        margin-bottom: 0.5rem !important;
    }
    .fr-m-md-3v {
        margin: 0.75rem !important;
    }
    .fr-ml-md-3v,
    .fr-mx-md-3v {
        margin-left: 0.75rem !important;
    }
    .fr-mr-md-3v,
    .fr-mx-md-3v {
        margin-right: 0.75rem !important;
    }
    .fr-mt-md-3v,
    .fr-my-md-3v {
        margin-top: 0.75rem !important;
    }
    .fr-mb-md-3v,
    .fr-my-md-3v {
        margin-bottom: 0.75rem !important;
    }
    .fr-m-md-2w,
    .fr-m-md-4v {
        margin: 1rem !important;
    }
    .fr-ml-md-2w,
    .fr-ml-md-4v,
    .fr-mx-md-2w,
    .fr-mx-md-4v {
        margin-left: 1rem !important;
    }
    .fr-mr-md-2w,
    .fr-mr-md-4v,
    .fr-mx-md-2w,
    .fr-mx-md-4v {
        margin-right: 1rem !important;
    }
    .fr-mt-md-2w,
    .fr-mt-md-4v,
    .fr-my-md-2w,
    .fr-my-md-4v {
        margin-top: 1rem !important;
    }
    .fr-mb-md-2w,
    .fr-mb-md-4v,
    .fr-my-md-2w,
    .fr-my-md-4v {
        margin-bottom: 1rem !important;
    }
    .fr-m-md-5v {
        margin: 1.25rem !important;
    }
    .fr-ml-md-5v,
    .fr-mx-md-5v {
        margin-left: 1.25rem !important;
    }
    .fr-mr-md-5v,
    .fr-mx-md-5v {
        margin-right: 1.25rem !important;
    }
    .fr-mt-md-5v,
    .fr-my-md-5v {
        margin-top: 1.25rem !important;
    }
    .fr-mb-md-5v,
    .fr-my-md-5v {
        margin-bottom: 1.25rem !important;
    }
    .fr-m-md-3w,
    .fr-m-md-6v {
        margin: 1.5rem !important;
    }
    .fr-ml-md-3w,
    .fr-ml-md-6v,
    .fr-mx-md-3w,
    .fr-mx-md-6v {
        margin-left: 1.5rem !important;
    }
    .fr-mr-md-3w,
    .fr-mr-md-6v,
    .fr-mx-md-3w,
    .fr-mx-md-6v {
        margin-right: 1.5rem !important;
    }
    .fr-mt-md-3w,
    .fr-mt-md-6v,
    .fr-my-md-3w,
    .fr-my-md-6v {
        margin-top: 1.5rem !important;
    }
    .fr-mb-md-3w,
    .fr-mb-md-6v,
    .fr-my-md-3w,
    .fr-my-md-6v {
        margin-bottom: 1.5rem !important;
    }
    .fr-m-md-7v {
        margin: 1.75rem !important;
    }
    .fr-ml-md-7v,
    .fr-mx-md-7v {
        margin-left: 1.75rem !important;
    }
    .fr-mr-md-7v,
    .fr-mx-md-7v {
        margin-right: 1.75rem !important;
    }
    .fr-mt-md-7v,
    .fr-my-md-7v {
        margin-top: 1.75rem !important;
    }
    .fr-mb-md-7v,
    .fr-my-md-7v {
        margin-bottom: 1.75rem !important;
    }
    .fr-m-md-4w,
    .fr-m-md-8v {
        margin: 2rem !important;
    }
    .fr-ml-md-4w,
    .fr-ml-md-8v,
    .fr-mx-md-4w,
    .fr-mx-md-8v {
        margin-left: 2rem !important;
    }
    .fr-mr-md-4w,
    .fr-mr-md-8v,
    .fr-mx-md-4w,
    .fr-mx-md-8v {
        margin-right: 2rem !important;
    }
    .fr-mt-md-4w,
    .fr-mt-md-8v,
    .fr-my-md-4w,
    .fr-my-md-8v {
        margin-top: 2rem !important;
    }
    .fr-mb-md-4w,
    .fr-mb-md-8v,
    .fr-my-md-4w,
    .fr-my-md-8v {
        margin-bottom: 2rem !important;
    }
    .fr-m-md-9v {
        margin: 2.25rem !important;
    }
    .fr-ml-md-9v,
    .fr-mx-md-9v {
        margin-left: 2.25rem !important;
    }
    .fr-mr-md-9v,
    .fr-mx-md-9v {
        margin-right: 2.25rem !important;
    }
    .fr-mt-md-9v,
    .fr-my-md-9v {
        margin-top: 2.25rem !important;
    }
    .fr-mb-md-9v,
    .fr-my-md-9v {
        margin-bottom: 2.25rem !important;
    }
    .fr-m-md-10v,
    .fr-m-md-5w {
        margin: 2.5rem !important;
    }
    .fr-ml-md-10v,
    .fr-ml-md-5w,
    .fr-mx-md-10v,
    .fr-mx-md-5w {
        margin-left: 2.5rem !important;
    }
    .fr-mr-md-10v,
    .fr-mr-md-5w,
    .fr-mx-md-10v,
    .fr-mx-md-5w {
        margin-right: 2.5rem !important;
    }
    .fr-mt-md-10v,
    .fr-mt-md-5w,
    .fr-my-md-10v,
    .fr-my-md-5w {
        margin-top: 2.5rem !important;
    }
    .fr-mb-md-10v,
    .fr-mb-md-5w,
    .fr-my-md-10v,
    .fr-my-md-5w {
        margin-bottom: 2.5rem !important;
    }
    .fr-m-md-11v {
        margin: 2.75rem !important;
    }
    .fr-ml-md-11v,
    .fr-mx-md-11v {
        margin-left: 2.75rem !important;
    }
    .fr-mr-md-11v,
    .fr-mx-md-11v {
        margin-right: 2.75rem !important;
    }
    .fr-mt-md-11v,
    .fr-my-md-11v {
        margin-top: 2.75rem !important;
    }
    .fr-mb-md-11v,
    .fr-my-md-11v {
        margin-bottom: 2.75rem !important;
    }
    .fr-m-md-12v,
    .fr-m-md-6w {
        margin: 3rem !important;
    }
    .fr-ml-md-12v,
    .fr-ml-md-6w,
    .fr-mx-md-12v,
    .fr-mx-md-6w {
        margin-left: 3rem !important;
    }
    .fr-mr-md-12v,
    .fr-mr-md-6w,
    .fr-mx-md-12v,
    .fr-mx-md-6w {
        margin-right: 3rem !important;
    }
    .fr-mt-md-12v,
    .fr-mt-md-6w,
    .fr-my-md-12v,
    .fr-my-md-6w {
        margin-top: 3rem !important;
    }
    .fr-mb-md-12v,
    .fr-mb-md-6w,
    .fr-my-md-12v,
    .fr-my-md-6w {
        margin-bottom: 3rem !important;
    }
    .fr-m-md-13v {
        margin: 3.25rem !important;
    }
    .fr-ml-md-13v,
    .fr-mx-md-13v {
        margin-left: 3.25rem !important;
    }
    .fr-mr-md-13v,
    .fr-mx-md-13v {
        margin-right: 3.25rem !important;
    }
    .fr-mt-md-13v,
    .fr-my-md-13v {
        margin-top: 3.25rem !important;
    }
    .fr-mb-md-13v,
    .fr-my-md-13v {
        margin-bottom: 3.25rem !important;
    }
    .fr-m-md-14v,
    .fr-m-md-7w {
        margin: 3.5rem !important;
    }
    .fr-ml-md-14v,
    .fr-ml-md-7w,
    .fr-mx-md-14v,
    .fr-mx-md-7w {
        margin-left: 3.5rem !important;
    }
    .fr-mr-md-14v,
    .fr-mr-md-7w,
    .fr-mx-md-14v,
    .fr-mx-md-7w {
        margin-right: 3.5rem !important;
    }
    .fr-mt-md-14v,
    .fr-mt-md-7w,
    .fr-my-md-14v,
    .fr-my-md-7w {
        margin-top: 3.5rem !important;
    }
    .fr-mb-md-14v,
    .fr-mb-md-7w,
    .fr-my-md-14v,
    .fr-my-md-7w {
        margin-bottom: 3.5rem !important;
    }
    .fr-m-md-15v {
        margin: 3.75rem !important;
    }
    .fr-ml-md-15v,
    .fr-mx-md-15v {
        margin-left: 3.75rem !important;
    }
    .fr-mr-md-15v,
    .fr-mx-md-15v {
        margin-right: 3.75rem !important;
    }
    .fr-mt-md-15v,
    .fr-my-md-15v {
        margin-top: 3.75rem !important;
    }
    .fr-mb-md-15v,
    .fr-my-md-15v {
        margin-bottom: 3.75rem !important;
    }
    .fr-m-md-16v,
    .fr-m-md-8w {
        margin: 4rem !important;
    }
    .fr-ml-md-16v,
    .fr-ml-md-8w,
    .fr-mx-md-16v,
    .fr-mx-md-8w {
        margin-left: 4rem !important;
    }
    .fr-mr-md-16v,
    .fr-mr-md-8w,
    .fr-mx-md-16v,
    .fr-mx-md-8w {
        margin-right: 4rem !important;
    }
    .fr-mt-md-16v,
    .fr-mt-md-8w,
    .fr-my-md-16v,
    .fr-my-md-8w {
        margin-top: 4rem !important;
    }
    .fr-mb-md-16v,
    .fr-mb-md-8w,
    .fr-my-md-16v,
    .fr-my-md-8w {
        margin-bottom: 4rem !important;
    }
    .fr-m-md-17v {
        margin: 4.25rem !important;
    }
    .fr-ml-md-17v,
    .fr-mx-md-17v {
        margin-left: 4.25rem !important;
    }
    .fr-mr-md-17v,
    .fr-mx-md-17v {
        margin-right: 4.25rem !important;
    }
    .fr-mt-md-17v,
    .fr-my-md-17v {
        margin-top: 4.25rem !important;
    }
    .fr-mb-md-17v,
    .fr-my-md-17v {
        margin-bottom: 4.25rem !important;
    }
    .fr-m-md-18v,
    .fr-m-md-9w {
        margin: 4.5rem !important;
    }
    .fr-ml-md-18v,
    .fr-ml-md-9w,
    .fr-mx-md-18v,
    .fr-mx-md-9w {
        margin-left: 4.5rem !important;
    }
    .fr-mr-md-18v,
    .fr-mr-md-9w,
    .fr-mx-md-18v,
    .fr-mx-md-9w {
        margin-right: 4.5rem !important;
    }
    .fr-mt-md-18v,
    .fr-mt-md-9w,
    .fr-my-md-18v,
    .fr-my-md-9w {
        margin-top: 4.5rem !important;
    }
    .fr-mb-md-18v,
    .fr-mb-md-9w,
    .fr-my-md-18v,
    .fr-my-md-9w {
        margin-bottom: 4.5rem !important;
    }
    .fr-m-md-19v {
        margin: 4.75rem !important;
    }
    .fr-ml-md-19v,
    .fr-mx-md-19v {
        margin-left: 4.75rem !important;
    }
    .fr-mr-md-19v,
    .fr-mx-md-19v {
        margin-right: 4.75rem !important;
    }
    .fr-mt-md-19v,
    .fr-my-md-19v {
        margin-top: 4.75rem !important;
    }
    .fr-mb-md-19v,
    .fr-my-md-19v {
        margin-bottom: 4.75rem !important;
    }
    .fr-m-md-10w,
    .fr-m-md-20v {
        margin: 5rem !important;
    }
    .fr-ml-md-10w,
    .fr-ml-md-20v,
    .fr-mx-md-10w,
    .fr-mx-md-20v {
        margin-left: 5rem !important;
    }
    .fr-mr-md-10w,
    .fr-mr-md-20v,
    .fr-mx-md-10w,
    .fr-mx-md-20v {
        margin-right: 5rem !important;
    }
    .fr-mt-md-10w,
    .fr-mt-md-20v,
    .fr-my-md-10w,
    .fr-my-md-20v {
        margin-top: 5rem !important;
    }
    .fr-mb-md-10w,
    .fr-mb-md-20v,
    .fr-my-md-10w,
    .fr-my-md-20v {
        margin-bottom: 5rem !important;
    }
    .fr-m-md-21v {
        margin: 5.25rem !important;
    }
    .fr-ml-md-21v,
    .fr-mx-md-21v {
        margin-left: 5.25rem !important;
    }
    .fr-mr-md-21v,
    .fr-mx-md-21v {
        margin-right: 5.25rem !important;
    }
    .fr-mt-md-21v,
    .fr-my-md-21v {
        margin-top: 5.25rem !important;
    }
    .fr-mb-md-21v,
    .fr-my-md-21v {
        margin-bottom: 5.25rem !important;
    }
    .fr-m-md-11w,
    .fr-m-md-22v {
        margin: 5.5rem !important;
    }
    .fr-ml-md-11w,
    .fr-ml-md-22v,
    .fr-mx-md-11w,
    .fr-mx-md-22v {
        margin-left: 5.5rem !important;
    }
    .fr-mr-md-11w,
    .fr-mr-md-22v,
    .fr-mx-md-11w,
    .fr-mx-md-22v {
        margin-right: 5.5rem !important;
    }
    .fr-mt-md-11w,
    .fr-mt-md-22v,
    .fr-my-md-11w,
    .fr-my-md-22v {
        margin-top: 5.5rem !important;
    }
    .fr-mb-md-11w,
    .fr-mb-md-22v,
    .fr-my-md-11w,
    .fr-my-md-22v {
        margin-bottom: 5.5rem !important;
    }
    .fr-m-md-23v {
        margin: 5.75rem !important;
    }
    .fr-ml-md-23v,
    .fr-mx-md-23v {
        margin-left: 5.75rem !important;
    }
    .fr-mr-md-23v,
    .fr-mx-md-23v {
        margin-right: 5.75rem !important;
    }
    .fr-mt-md-23v,
    .fr-my-md-23v {
        margin-top: 5.75rem !important;
    }
    .fr-mb-md-23v,
    .fr-my-md-23v {
        margin-bottom: 5.75rem !important;
    }
    .fr-m-md-12w,
    .fr-m-md-24v {
        margin: 6rem !important;
    }
    .fr-ml-md-12w,
    .fr-ml-md-24v,
    .fr-mx-md-12w,
    .fr-mx-md-24v {
        margin-left: 6rem !important;
    }
    .fr-mr-md-12w,
    .fr-mr-md-24v,
    .fr-mx-md-12w,
    .fr-mx-md-24v {
        margin-right: 6rem !important;
    }
    .fr-mt-md-12w,
    .fr-mt-md-24v,
    .fr-my-md-12w,
    .fr-my-md-24v {
        margin-top: 6rem !important;
    }
    .fr-mb-md-12w,
    .fr-mb-md-24v,
    .fr-my-md-12w,
    .fr-my-md-24v {
        margin-bottom: 6rem !important;
    }
    .fr-m-md-25v {
        margin: 6.25rem !important;
    }
    .fr-ml-md-25v,
    .fr-mx-md-25v {
        margin-left: 6.25rem !important;
    }
    .fr-mr-md-25v,
    .fr-mx-md-25v {
        margin-right: 6.25rem !important;
    }
    .fr-mt-md-25v,
    .fr-my-md-25v {
        margin-top: 6.25rem !important;
    }
    .fr-mb-md-25v,
    .fr-my-md-25v {
        margin-bottom: 6.25rem !important;
    }
    .fr-m-md-13w,
    .fr-m-md-26v {
        margin: 6.5rem !important;
    }
    .fr-ml-md-13w,
    .fr-ml-md-26v,
    .fr-mx-md-13w,
    .fr-mx-md-26v {
        margin-left: 6.5rem !important;
    }
    .fr-mr-md-13w,
    .fr-mr-md-26v,
    .fr-mx-md-13w,
    .fr-mx-md-26v {
        margin-right: 6.5rem !important;
    }
    .fr-mt-md-13w,
    .fr-mt-md-26v,
    .fr-my-md-13w,
    .fr-my-md-26v {
        margin-top: 6.5rem !important;
    }
    .fr-mb-md-13w,
    .fr-mb-md-26v,
    .fr-my-md-13w,
    .fr-my-md-26v {
        margin-bottom: 6.5rem !important;
    }
    .fr-m-md-27v {
        margin: 6.75rem !important;
    }
    .fr-ml-md-27v,
    .fr-mx-md-27v {
        margin-left: 6.75rem !important;
    }
    .fr-mr-md-27v,
    .fr-mx-md-27v {
        margin-right: 6.75rem !important;
    }
    .fr-mt-md-27v,
    .fr-my-md-27v {
        margin-top: 6.75rem !important;
    }
    .fr-mb-md-27v,
    .fr-my-md-27v {
        margin-bottom: 6.75rem !important;
    }
    .fr-m-md-14w,
    .fr-m-md-28v {
        margin: 7rem !important;
    }
    .fr-ml-md-14w,
    .fr-ml-md-28v,
    .fr-mx-md-14w,
    .fr-mx-md-28v {
        margin-left: 7rem !important;
    }
    .fr-mr-md-14w,
    .fr-mr-md-28v,
    .fr-mx-md-14w,
    .fr-mx-md-28v {
        margin-right: 7rem !important;
    }
    .fr-mt-md-14w,
    .fr-mt-md-28v,
    .fr-my-md-14w,
    .fr-my-md-28v {
        margin-top: 7rem !important;
    }
    .fr-mb-md-14w,
    .fr-mb-md-28v,
    .fr-my-md-14w,
    .fr-my-md-28v {
        margin-bottom: 7rem !important;
    }
    .fr-m-md-29v {
        margin: 7.25rem !important;
    }
    .fr-ml-md-29v,
    .fr-mx-md-29v {
        margin-left: 7.25rem !important;
    }
    .fr-mr-md-29v,
    .fr-mx-md-29v {
        margin-right: 7.25rem !important;
    }
    .fr-mt-md-29v,
    .fr-my-md-29v {
        margin-top: 7.25rem !important;
    }
    .fr-mb-md-29v,
    .fr-my-md-29v {
        margin-bottom: 7.25rem !important;
    }
    .fr-m-md-15w,
    .fr-m-md-30v {
        margin: 7.5rem !important;
    }
    .fr-ml-md-15w,
    .fr-ml-md-30v,
    .fr-mx-md-15w,
    .fr-mx-md-30v {
        margin-left: 7.5rem !important;
    }
    .fr-mr-md-15w,
    .fr-mr-md-30v,
    .fr-mx-md-15w,
    .fr-mx-md-30v {
        margin-right: 7.5rem !important;
    }
    .fr-mt-md-15w,
    .fr-mt-md-30v,
    .fr-my-md-15w,
    .fr-my-md-30v {
        margin-top: 7.5rem !important;
    }
    .fr-mb-md-15w,
    .fr-mb-md-30v,
    .fr-my-md-15w,
    .fr-my-md-30v {
        margin-bottom: 7.5rem !important;
    }
    .fr-m-md-31v {
        margin: 7.75rem !important;
    }
    .fr-ml-md-31v,
    .fr-mx-md-31v {
        margin-left: 7.75rem !important;
    }
    .fr-mr-md-31v,
    .fr-mx-md-31v {
        margin-right: 7.75rem !important;
    }
    .fr-mt-md-31v,
    .fr-my-md-31v {
        margin-top: 7.75rem !important;
    }
    .fr-mb-md-31v,
    .fr-my-md-31v {
        margin-bottom: 7.75rem !important;
    }
    .fr-m-md-16w,
    .fr-m-md-32v {
        margin: 8rem !important;
    }
    .fr-ml-md-16w,
    .fr-ml-md-32v,
    .fr-mx-md-16w,
    .fr-mx-md-32v {
        margin-left: 8rem !important;
    }
    .fr-mr-md-16w,
    .fr-mr-md-32v,
    .fr-mx-md-16w,
    .fr-mx-md-32v {
        margin-right: 8rem !important;
    }
    .fr-mt-md-16w,
    .fr-mt-md-32v,
    .fr-my-md-16w,
    .fr-my-md-32v {
        margin-top: 8rem !important;
    }
    .fr-mb-md-16w,
    .fr-mb-md-32v,
    .fr-my-md-16w,
    .fr-my-md-32v {
        margin-bottom: 8rem !important;
    }
    .fr-m-md-auto {
        margin: auto;
    }
    .fr-ml-md-auto,
    .fr-mx-md-auto {
        margin-left: auto;
    }
    .fr-mr-md-auto,
    .fr-mx-md-auto {
        margin-right: auto;
    }
    .fr-mt-md-auto,
    .fr-my-md-auto {
        margin-top: auto;
    }
    .fr-mb-md-auto,
    .fr-my-md-auto {
        margin-bottom: auto;
    }
}
.fr-p-0 {
    padding: 0 !important;
}
.fr-pl-0,
.fr-px-0 {
    padding-left: 0 !important;
}
.fr-pr-0,
.fr-px-0 {
    padding-right: 0 !important;
}
.fr-pt-0,
.fr-py-0 {
    padding-top: 0 !important;
}
.fr-pb-0,
.fr-py-0 {
    padding-bottom: 0 !important;
}
.fr-p-n0-5v {
    padding: -0.125rem !important;
}
.fr-pl-n0-5v,
.fr-px-n0-5v {
    padding-left: -0.125rem !important;
}
.fr-pr-n0-5v,
.fr-px-n0-5v {
    padding-right: -0.125rem !important;
}
.fr-pt-n0-5v,
.fr-py-n0-5v {
    padding-top: -0.125rem !important;
}
.fr-pb-n0-5v,
.fr-py-n0-5v {
    padding-bottom: -0.125rem !important;
}
.fr-p-0-5v {
    padding: 0.125rem !important;
}
.fr-pl-0-5v,
.fr-px-0-5v {
    padding-left: 0.125rem !important;
}
.fr-pr-0-5v,
.fr-px-0-5v {
    padding-right: 0.125rem !important;
}
.fr-pt-0-5v,
.fr-py-0-5v {
    padding-top: 0.125rem !important;
}
.fr-pb-0-5v,
.fr-py-0-5v {
    padding-bottom: 0.125rem !important;
}
.fr-p-1v {
    padding: 0.25rem !important;
}
.fr-pl-1v,
.fr-px-1v {
    padding-left: 0.25rem !important;
}
.fr-pr-1v,
.fr-px-1v {
    padding-right: 0.25rem !important;
}
.fr-pt-1v,
.fr-py-1v {
    padding-top: 0.25rem !important;
}
.fr-pb-1v,
.fr-py-1v {
    padding-bottom: 0.25rem !important;
}
.fr-p-1-5v {
    padding: 0.375rem !important;
}
.fr-pl-1-5v,
.fr-px-1-5v {
    padding-left: 0.375rem !important;
}
.fr-pr-1-5v,
.fr-px-1-5v {
    padding-right: 0.375rem !important;
}
.fr-pt-1-5v,
.fr-py-1-5v {
    padding-top: 0.375rem !important;
}
.fr-pb-1-5v,
.fr-py-1-5v {
    padding-bottom: 0.375rem !important;
}
.fr-p-1w,
.fr-p-2v {
    padding: 0.5rem !important;
}
.fr-pl-1w,
.fr-pl-2v,
.fr-px-1w,
.fr-px-2v {
    padding-left: 0.5rem !important;
}
.fr-pr-1w,
.fr-pr-2v,
.fr-px-1w,
.fr-px-2v {
    padding-right: 0.5rem !important;
}
.fr-pt-1w,
.fr-pt-2v,
.fr-py-1w,
.fr-py-2v {
    padding-top: 0.5rem !important;
}
.fr-pb-1w,
.fr-pb-2v,
.fr-py-1w,
.fr-py-2v {
    padding-bottom: 0.5rem !important;
}
.fr-p-3v {
    padding: 0.75rem !important;
}
.fr-pl-3v,
.fr-px-3v {
    padding-left: 0.75rem !important;
}
.fr-pr-3v,
.fr-px-3v {
    padding-right: 0.75rem !important;
}
.fr-pt-3v,
.fr-py-3v {
    padding-top: 0.75rem !important;
}
.fr-pb-3v,
.fr-py-3v {
    padding-bottom: 0.75rem !important;
}
.fr-p-2w,
.fr-p-4v {
    padding: 1rem !important;
}
.fr-pl-2w,
.fr-pl-4v,
.fr-px-2w,
.fr-px-4v {
    padding-left: 1rem !important;
}
.fr-pr-2w,
.fr-pr-4v,
.fr-px-2w,
.fr-px-4v {
    padding-right: 1rem !important;
}
.fr-pt-2w,
.fr-pt-4v,
.fr-py-2w,
.fr-py-4v {
    padding-top: 1rem !important;
}
.fr-pb-2w,
.fr-pb-4v,
.fr-py-2w,
.fr-py-4v {
    padding-bottom: 1rem !important;
}
.fr-p-5v {
    padding: 1.25rem !important;
}
.fr-pl-5v,
.fr-px-5v {
    padding-left: 1.25rem !important;
}
.fr-pr-5v,
.fr-px-5v {
    padding-right: 1.25rem !important;
}
.fr-pt-5v,
.fr-py-5v {
    padding-top: 1.25rem !important;
}
.fr-pb-5v,
.fr-py-5v {
    padding-bottom: 1.25rem !important;
}
.fr-p-3w,
.fr-p-6v {
    padding: 1.5rem !important;
}
.fr-pl-3w,
.fr-pl-6v,
.fr-px-3w,
.fr-px-6v {
    padding-left: 1.5rem !important;
}
.fr-pr-3w,
.fr-pr-6v,
.fr-px-3w,
.fr-px-6v {
    padding-right: 1.5rem !important;
}
.fr-pt-3w,
.fr-pt-6v,
.fr-py-3w,
.fr-py-6v {
    padding-top: 1.5rem !important;
}
.fr-pb-3w,
.fr-pb-6v,
.fr-py-3w,
.fr-py-6v {
    padding-bottom: 1.5rem !important;
}
.fr-p-7v {
    padding: 1.75rem !important;
}
.fr-pl-7v,
.fr-px-7v {
    padding-left: 1.75rem !important;
}
.fr-pr-7v,
.fr-px-7v {
    padding-right: 1.75rem !important;
}
.fr-pt-7v,
.fr-py-7v {
    padding-top: 1.75rem !important;
}
.fr-pb-7v,
.fr-py-7v {
    padding-bottom: 1.75rem !important;
}
.fr-p-4w,
.fr-p-8v {
    padding: 2rem !important;
}
.fr-pl-4w,
.fr-pl-8v,
.fr-px-4w,
.fr-px-8v {
    padding-left: 2rem !important;
}
.fr-pr-4w,
.fr-pr-8v,
.fr-px-4w,
.fr-px-8v {
    padding-right: 2rem !important;
}
.fr-pt-4w,
.fr-pt-8v,
.fr-py-4w,
.fr-py-8v {
    padding-top: 2rem !important;
}
.fr-pb-4w,
.fr-pb-8v,
.fr-py-4w,
.fr-py-8v {
    padding-bottom: 2rem !important;
}
.fr-p-9v {
    padding: 2.25rem !important;
}
.fr-pl-9v,
.fr-px-9v {
    padding-left: 2.25rem !important;
}
.fr-pr-9v,
.fr-px-9v {
    padding-right: 2.25rem !important;
}
.fr-pt-9v,
.fr-py-9v {
    padding-top: 2.25rem !important;
}
.fr-pb-9v,
.fr-py-9v {
    padding-bottom: 2.25rem !important;
}
.fr-p-10v,
.fr-p-5w {
    padding: 2.5rem !important;
}
.fr-pl-10v,
.fr-pl-5w,
.fr-px-10v,
.fr-px-5w {
    padding-left: 2.5rem !important;
}
.fr-pr-10v,
.fr-pr-5w,
.fr-px-10v,
.fr-px-5w {
    padding-right: 2.5rem !important;
}
.fr-pt-10v,
.fr-pt-5w,
.fr-py-10v,
.fr-py-5w {
    padding-top: 2.5rem !important;
}
.fr-pb-10v,
.fr-pb-5w,
.fr-py-10v,
.fr-py-5w {
    padding-bottom: 2.5rem !important;
}
.fr-p-11v {
    padding: 2.75rem !important;
}
.fr-pl-11v,
.fr-px-11v {
    padding-left: 2.75rem !important;
}
.fr-pr-11v,
.fr-px-11v {
    padding-right: 2.75rem !important;
}
.fr-pt-11v,
.fr-py-11v {
    padding-top: 2.75rem !important;
}
.fr-pb-11v,
.fr-py-11v {
    padding-bottom: 2.75rem !important;
}
.fr-p-12v,
.fr-p-6w {
    padding: 3rem !important;
}
.fr-pl-12v,
.fr-pl-6w,
.fr-px-12v,
.fr-px-6w {
    padding-left: 3rem !important;
}
.fr-pr-12v,
.fr-pr-6w,
.fr-px-12v,
.fr-px-6w {
    padding-right: 3rem !important;
}
.fr-pt-12v,
.fr-pt-6w,
.fr-py-12v,
.fr-py-6w {
    padding-top: 3rem !important;
}
.fr-pb-12v,
.fr-pb-6w,
.fr-py-12v,
.fr-py-6w {
    padding-bottom: 3rem !important;
}
.fr-p-13v {
    padding: 3.25rem !important;
}
.fr-pl-13v,
.fr-px-13v {
    padding-left: 3.25rem !important;
}
.fr-pr-13v,
.fr-px-13v {
    padding-right: 3.25rem !important;
}
.fr-pt-13v,
.fr-py-13v {
    padding-top: 3.25rem !important;
}
.fr-pb-13v,
.fr-py-13v {
    padding-bottom: 3.25rem !important;
}
.fr-p-14v,
.fr-p-7w {
    padding: 3.5rem !important;
}
.fr-pl-14v,
.fr-pl-7w,
.fr-px-14v,
.fr-px-7w {
    padding-left: 3.5rem !important;
}
.fr-pr-14v,
.fr-pr-7w,
.fr-px-14v,
.fr-px-7w {
    padding-right: 3.5rem !important;
}
.fr-pt-14v,
.fr-pt-7w,
.fr-py-14v,
.fr-py-7w {
    padding-top: 3.5rem !important;
}
.fr-pb-14v,
.fr-pb-7w,
.fr-py-14v,
.fr-py-7w {
    padding-bottom: 3.5rem !important;
}
.fr-p-15v {
    padding: 3.75rem !important;
}
.fr-pl-15v,
.fr-px-15v {
    padding-left: 3.75rem !important;
}
.fr-pr-15v,
.fr-px-15v {
    padding-right: 3.75rem !important;
}
.fr-pt-15v,
.fr-py-15v {
    padding-top: 3.75rem !important;
}
.fr-pb-15v,
.fr-py-15v {
    padding-bottom: 3.75rem !important;
}
.fr-p-16v,
.fr-p-8w {
    padding: 4rem !important;
}
.fr-pl-16v,
.fr-pl-8w,
.fr-px-16v,
.fr-px-8w {
    padding-left: 4rem !important;
}
.fr-pr-16v,
.fr-pr-8w,
.fr-px-16v,
.fr-px-8w {
    padding-right: 4rem !important;
}
.fr-pt-16v,
.fr-pt-8w,
.fr-py-16v,
.fr-py-8w {
    padding-top: 4rem !important;
}
.fr-pb-16v,
.fr-pb-8w,
.fr-py-16v,
.fr-py-8w {
    padding-bottom: 4rem !important;
}
.fr-p-17v {
    padding: 4.25rem !important;
}
.fr-pl-17v,
.fr-px-17v {
    padding-left: 4.25rem !important;
}
.fr-pr-17v,
.fr-px-17v {
    padding-right: 4.25rem !important;
}
.fr-pt-17v,
.fr-py-17v {
    padding-top: 4.25rem !important;
}
.fr-pb-17v,
.fr-py-17v {
    padding-bottom: 4.25rem !important;
}
.fr-p-18v,
.fr-p-9w {
    padding: 4.5rem !important;
}
.fr-pl-18v,
.fr-pl-9w,
.fr-px-18v,
.fr-px-9w {
    padding-left: 4.5rem !important;
}
.fr-pr-18v,
.fr-pr-9w,
.fr-px-18v,
.fr-px-9w {
    padding-right: 4.5rem !important;
}
.fr-pt-18v,
.fr-pt-9w,
.fr-py-18v,
.fr-py-9w {
    padding-top: 4.5rem !important;
}
.fr-pb-18v,
.fr-pb-9w,
.fr-py-18v,
.fr-py-9w {
    padding-bottom: 4.5rem !important;
}
.fr-p-19v {
    padding: 4.75rem !important;
}
.fr-pl-19v,
.fr-px-19v {
    padding-left: 4.75rem !important;
}
.fr-pr-19v,
.fr-px-19v {
    padding-right: 4.75rem !important;
}
.fr-pt-19v,
.fr-py-19v {
    padding-top: 4.75rem !important;
}
.fr-pb-19v,
.fr-py-19v {
    padding-bottom: 4.75rem !important;
}
.fr-p-10w,
.fr-p-20v {
    padding: 5rem !important;
}
.fr-pl-10w,
.fr-pl-20v,
.fr-px-10w,
.fr-px-20v {
    padding-left: 5rem !important;
}
.fr-pr-10w,
.fr-pr-20v,
.fr-px-10w,
.fr-px-20v {
    padding-right: 5rem !important;
}
.fr-pt-10w,
.fr-pt-20v,
.fr-py-10w,
.fr-py-20v {
    padding-top: 5rem !important;
}
.fr-pb-10w,
.fr-pb-20v,
.fr-py-10w,
.fr-py-20v {
    padding-bottom: 5rem !important;
}
.fr-p-21v {
    padding: 5.25rem !important;
}
.fr-pl-21v,
.fr-px-21v {
    padding-left: 5.25rem !important;
}
.fr-pr-21v,
.fr-px-21v {
    padding-right: 5.25rem !important;
}
.fr-pt-21v,
.fr-py-21v {
    padding-top: 5.25rem !important;
}
.fr-pb-21v,
.fr-py-21v {
    padding-bottom: 5.25rem !important;
}
.fr-p-11w,
.fr-p-22v {
    padding: 5.5rem !important;
}
.fr-pl-11w,
.fr-pl-22v,
.fr-px-11w,
.fr-px-22v {
    padding-left: 5.5rem !important;
}
.fr-pr-11w,
.fr-pr-22v,
.fr-px-11w,
.fr-px-22v {
    padding-right: 5.5rem !important;
}
.fr-pt-11w,
.fr-pt-22v,
.fr-py-11w,
.fr-py-22v {
    padding-top: 5.5rem !important;
}
.fr-pb-11w,
.fr-pb-22v,
.fr-py-11w,
.fr-py-22v {
    padding-bottom: 5.5rem !important;
}
.fr-p-23v {
    padding: 5.75rem !important;
}
.fr-pl-23v,
.fr-px-23v {
    padding-left: 5.75rem !important;
}
.fr-pr-23v,
.fr-px-23v {
    padding-right: 5.75rem !important;
}
.fr-pt-23v,
.fr-py-23v {
    padding-top: 5.75rem !important;
}
.fr-pb-23v,
.fr-py-23v {
    padding-bottom: 5.75rem !important;
}
.fr-p-12w,
.fr-p-24v {
    padding: 6rem !important;
}
.fr-pl-12w,
.fr-pl-24v,
.fr-px-12w,
.fr-px-24v {
    padding-left: 6rem !important;
}
.fr-pr-12w,
.fr-pr-24v,
.fr-px-12w,
.fr-px-24v {
    padding-right: 6rem !important;
}
.fr-pt-12w,
.fr-pt-24v,
.fr-py-12w,
.fr-py-24v {
    padding-top: 6rem !important;
}
.fr-pb-12w,
.fr-pb-24v,
.fr-py-12w,
.fr-py-24v {
    padding-bottom: 6rem !important;
}
.fr-p-25v {
    padding: 6.25rem !important;
}
.fr-pl-25v,
.fr-px-25v {
    padding-left: 6.25rem !important;
}
.fr-pr-25v,
.fr-px-25v {
    padding-right: 6.25rem !important;
}
.fr-pt-25v,
.fr-py-25v {
    padding-top: 6.25rem !important;
}
.fr-pb-25v,
.fr-py-25v {
    padding-bottom: 6.25rem !important;
}
.fr-p-13w,
.fr-p-26v {
    padding: 6.5rem !important;
}
.fr-pl-13w,
.fr-pl-26v,
.fr-px-13w,
.fr-px-26v {
    padding-left: 6.5rem !important;
}
.fr-pr-13w,
.fr-pr-26v,
.fr-px-13w,
.fr-px-26v {
    padding-right: 6.5rem !important;
}
.fr-pt-13w,
.fr-pt-26v,
.fr-py-13w,
.fr-py-26v {
    padding-top: 6.5rem !important;
}
.fr-pb-13w,
.fr-pb-26v,
.fr-py-13w,
.fr-py-26v {
    padding-bottom: 6.5rem !important;
}
.fr-p-27v {
    padding: 6.75rem !important;
}
.fr-pl-27v,
.fr-px-27v {
    padding-left: 6.75rem !important;
}
.fr-pr-27v,
.fr-px-27v {
    padding-right: 6.75rem !important;
}
.fr-pt-27v,
.fr-py-27v {
    padding-top: 6.75rem !important;
}
.fr-pb-27v,
.fr-py-27v {
    padding-bottom: 6.75rem !important;
}
.fr-p-14w,
.fr-p-28v {
    padding: 7rem !important;
}
.fr-pl-14w,
.fr-pl-28v,
.fr-px-14w,
.fr-px-28v {
    padding-left: 7rem !important;
}
.fr-pr-14w,
.fr-pr-28v,
.fr-px-14w,
.fr-px-28v {
    padding-right: 7rem !important;
}
.fr-pt-14w,
.fr-pt-28v,
.fr-py-14w,
.fr-py-28v {
    padding-top: 7rem !important;
}
.fr-pb-14w,
.fr-pb-28v,
.fr-py-14w,
.fr-py-28v {
    padding-bottom: 7rem !important;
}
.fr-p-29v {
    padding: 7.25rem !important;
}
.fr-pl-29v,
.fr-px-29v {
    padding-left: 7.25rem !important;
}
.fr-pr-29v,
.fr-px-29v {
    padding-right: 7.25rem !important;
}
.fr-pt-29v,
.fr-py-29v {
    padding-top: 7.25rem !important;
}
.fr-pb-29v,
.fr-py-29v {
    padding-bottom: 7.25rem !important;
}
.fr-p-15w,
.fr-p-30v {
    padding: 7.5rem !important;
}
.fr-pl-15w,
.fr-pl-30v,
.fr-px-15w,
.fr-px-30v {
    padding-left: 7.5rem !important;
}
.fr-pr-15w,
.fr-pr-30v,
.fr-px-15w,
.fr-px-30v {
    padding-right: 7.5rem !important;
}
.fr-pt-15w,
.fr-pt-30v,
.fr-py-15w,
.fr-py-30v {
    padding-top: 7.5rem !important;
}
.fr-pb-15w,
.fr-pb-30v,
.fr-py-15w,
.fr-py-30v {
    padding-bottom: 7.5rem !important;
}
.fr-p-31v {
    padding: 7.75rem !important;
}
.fr-pl-31v,
.fr-px-31v {
    padding-left: 7.75rem !important;
}
.fr-pr-31v,
.fr-px-31v {
    padding-right: 7.75rem !important;
}
.fr-pt-31v,
.fr-py-31v {
    padding-top: 7.75rem !important;
}
.fr-pb-31v,
.fr-py-31v {
    padding-bottom: 7.75rem !important;
}
.fr-p-16w,
.fr-p-32v {
    padding: 8rem !important;
}
.fr-pl-16w,
.fr-pl-32v,
.fr-px-16w,
.fr-px-32v {
    padding-left: 8rem !important;
}
.fr-pr-16w,
.fr-pr-32v,
.fr-px-16w,
.fr-px-32v {
    padding-right: 8rem !important;
}
.fr-pt-16w,
.fr-pt-32v,
.fr-py-16w,
.fr-py-32v {
    padding-top: 8rem !important;
}
.fr-pb-16w,
.fr-pb-32v,
.fr-py-16w,
.fr-py-32v {
    padding-bottom: 8rem !important;
}
.fr-p-first-0 {
    padding: 0 !important;
}
.fr-pl-first-0,
.fr-px-first-0 {
    padding-left: 0 !important;
}
.fr-pr-first-0,
.fr-px-first-0 {
    padding-right: 0 !important;
}
.fr-pt-first-0,
.fr-py-first-0 {
    padding-top: 0 !important;
}
.fr-pb-first-0,
.fr-py-first-0 {
    padding-bottom: 0 !important;
}
.fr-p-first-n0-5v {
    padding: -0.125rem !important;
}
.fr-pl-first-n0-5v,
.fr-px-first-n0-5v {
    padding-left: -0.125rem !important;
}
.fr-pr-first-n0-5v,
.fr-px-first-n0-5v {
    padding-right: -0.125rem !important;
}
.fr-pt-first-n0-5v,
.fr-py-first-n0-5v {
    padding-top: -0.125rem !important;
}
.fr-pb-first-n0-5v,
.fr-py-first-n0-5v {
    padding-bottom: -0.125rem !important;
}
.fr-p-first-0-5v {
    padding: 0.125rem !important;
}
.fr-pl-first-0-5v,
.fr-px-first-0-5v {
    padding-left: 0.125rem !important;
}
.fr-pr-first-0-5v,
.fr-px-first-0-5v {
    padding-right: 0.125rem !important;
}
.fr-pt-first-0-5v,
.fr-py-first-0-5v {
    padding-top: 0.125rem !important;
}
.fr-pb-first-0-5v,
.fr-py-first-0-5v {
    padding-bottom: 0.125rem !important;
}
.fr-p-first-1v {
    padding: 0.25rem !important;
}
.fr-pl-first-1v,
.fr-px-first-1v {
    padding-left: 0.25rem !important;
}
.fr-pr-first-1v,
.fr-px-first-1v {
    padding-right: 0.25rem !important;
}
.fr-pt-first-1v,
.fr-py-first-1v {
    padding-top: 0.25rem !important;
}
.fr-pb-first-1v,
.fr-py-first-1v {
    padding-bottom: 0.25rem !important;
}
.fr-p-first-1-5v {
    padding: 0.375rem !important;
}
.fr-pl-first-1-5v,
.fr-px-first-1-5v {
    padding-left: 0.375rem !important;
}
.fr-pr-first-1-5v,
.fr-px-first-1-5v {
    padding-right: 0.375rem !important;
}
.fr-pt-first-1-5v,
.fr-py-first-1-5v {
    padding-top: 0.375rem !important;
}
.fr-pb-first-1-5v,
.fr-py-first-1-5v {
    padding-bottom: 0.375rem !important;
}
.fr-p-first-1w,
.fr-p-first-2v {
    padding: 0.5rem !important;
}
.fr-pl-first-1w,
.fr-pl-first-2v,
.fr-px-first-1w,
.fr-px-first-2v {
    padding-left: 0.5rem !important;
}
.fr-pr-first-1w,
.fr-pr-first-2v,
.fr-px-first-1w,
.fr-px-first-2v {
    padding-right: 0.5rem !important;
}
.fr-pt-first-1w,
.fr-pt-first-2v,
.fr-py-first-1w,
.fr-py-first-2v {
    padding-top: 0.5rem !important;
}
.fr-pb-first-1w,
.fr-pb-first-2v,
.fr-py-first-1w,
.fr-py-first-2v {
    padding-bottom: 0.5rem !important;
}
.fr-p-first-3v {
    padding: 0.75rem !important;
}
.fr-pl-first-3v,
.fr-px-first-3v {
    padding-left: 0.75rem !important;
}
.fr-pr-first-3v,
.fr-px-first-3v {
    padding-right: 0.75rem !important;
}
.fr-pt-first-3v,
.fr-py-first-3v {
    padding-top: 0.75rem !important;
}
.fr-pb-first-3v,
.fr-py-first-3v {
    padding-bottom: 0.75rem !important;
}
.fr-p-first-2w,
.fr-p-first-4v {
    padding: 1rem !important;
}
.fr-pl-first-2w,
.fr-pl-first-4v,
.fr-px-first-2w,
.fr-px-first-4v {
    padding-left: 1rem !important;
}
.fr-pr-first-2w,
.fr-pr-first-4v,
.fr-px-first-2w,
.fr-px-first-4v {
    padding-right: 1rem !important;
}
.fr-pt-first-2w,
.fr-pt-first-4v,
.fr-py-first-2w,
.fr-py-first-4v {
    padding-top: 1rem !important;
}
.fr-pb-first-2w,
.fr-pb-first-4v,
.fr-py-first-2w,
.fr-py-first-4v {
    padding-bottom: 1rem !important;
}
.fr-p-first-5v {
    padding: 1.25rem !important;
}
.fr-pl-first-5v,
.fr-px-first-5v {
    padding-left: 1.25rem !important;
}
.fr-pr-first-5v,
.fr-px-first-5v {
    padding-right: 1.25rem !important;
}
.fr-pt-first-5v,
.fr-py-first-5v {
    padding-top: 1.25rem !important;
}
.fr-pb-first-5v,
.fr-py-first-5v {
    padding-bottom: 1.25rem !important;
}
.fr-p-first-3w,
.fr-p-first-6v {
    padding: 1.5rem !important;
}
.fr-pl-first-3w,
.fr-pl-first-6v,
.fr-px-first-3w,
.fr-px-first-6v {
    padding-left: 1.5rem !important;
}
.fr-pr-first-3w,
.fr-pr-first-6v,
.fr-px-first-3w,
.fr-px-first-6v {
    padding-right: 1.5rem !important;
}
.fr-pt-first-3w,
.fr-pt-first-6v,
.fr-py-first-3w,
.fr-py-first-6v {
    padding-top: 1.5rem !important;
}
.fr-pb-first-3w,
.fr-pb-first-6v,
.fr-py-first-3w,
.fr-py-first-6v {
    padding-bottom: 1.5rem !important;
}
.fr-p-first-7v {
    padding: 1.75rem !important;
}
.fr-pl-first-7v,
.fr-px-first-7v {
    padding-left: 1.75rem !important;
}
.fr-pr-first-7v,
.fr-px-first-7v {
    padding-right: 1.75rem !important;
}
.fr-pt-first-7v,
.fr-py-first-7v {
    padding-top: 1.75rem !important;
}
.fr-pb-first-7v,
.fr-py-first-7v {
    padding-bottom: 1.75rem !important;
}
.fr-p-first-4w,
.fr-p-first-8v {
    padding: 2rem !important;
}
.fr-pl-first-4w,
.fr-pl-first-8v,
.fr-px-first-4w,
.fr-px-first-8v {
    padding-left: 2rem !important;
}
.fr-pr-first-4w,
.fr-pr-first-8v,
.fr-px-first-4w,
.fr-px-first-8v {
    padding-right: 2rem !important;
}
.fr-pt-first-4w,
.fr-pt-first-8v,
.fr-py-first-4w,
.fr-py-first-8v {
    padding-top: 2rem !important;
}
.fr-pb-first-4w,
.fr-pb-first-8v,
.fr-py-first-4w,
.fr-py-first-8v {
    padding-bottom: 2rem !important;
}
.fr-p-first-9v {
    padding: 2.25rem !important;
}
.fr-pl-first-9v,
.fr-px-first-9v {
    padding-left: 2.25rem !important;
}
.fr-pr-first-9v,
.fr-px-first-9v {
    padding-right: 2.25rem !important;
}
.fr-pt-first-9v,
.fr-py-first-9v {
    padding-top: 2.25rem !important;
}
.fr-pb-first-9v,
.fr-py-first-9v {
    padding-bottom: 2.25rem !important;
}
.fr-p-first-10v,
.fr-p-first-5w {
    padding: 2.5rem !important;
}
.fr-pl-first-10v,
.fr-pl-first-5w,
.fr-px-first-10v,
.fr-px-first-5w {
    padding-left: 2.5rem !important;
}
.fr-pr-first-10v,
.fr-pr-first-5w,
.fr-px-first-10v,
.fr-px-first-5w {
    padding-right: 2.5rem !important;
}
.fr-pt-first-10v,
.fr-pt-first-5w,
.fr-py-first-10v,
.fr-py-first-5w {
    padding-top: 2.5rem !important;
}
.fr-pb-first-10v,
.fr-pb-first-5w,
.fr-py-first-10v,
.fr-py-first-5w {
    padding-bottom: 2.5rem !important;
}
.fr-p-first-11v {
    padding: 2.75rem !important;
}
.fr-pl-first-11v,
.fr-px-first-11v {
    padding-left: 2.75rem !important;
}
.fr-pr-first-11v,
.fr-px-first-11v {
    padding-right: 2.75rem !important;
}
.fr-pt-first-11v,
.fr-py-first-11v {
    padding-top: 2.75rem !important;
}
.fr-pb-first-11v,
.fr-py-first-11v {
    padding-bottom: 2.75rem !important;
}
.fr-p-first-12v,
.fr-p-first-6w {
    padding: 3rem !important;
}
.fr-pl-first-12v,
.fr-pl-first-6w,
.fr-px-first-12v,
.fr-px-first-6w {
    padding-left: 3rem !important;
}
.fr-pr-first-12v,
.fr-pr-first-6w,
.fr-px-first-12v,
.fr-px-first-6w {
    padding-right: 3rem !important;
}
.fr-pt-first-12v,
.fr-pt-first-6w,
.fr-py-first-12v,
.fr-py-first-6w {
    padding-top: 3rem !important;
}
.fr-pb-first-12v,
.fr-pb-first-6w,
.fr-py-first-12v,
.fr-py-first-6w {
    padding-bottom: 3rem !important;
}
.fr-p-first-13v {
    padding: 3.25rem !important;
}
.fr-pl-first-13v,
.fr-px-first-13v {
    padding-left: 3.25rem !important;
}
.fr-pr-first-13v,
.fr-px-first-13v {
    padding-right: 3.25rem !important;
}
.fr-pt-first-13v,
.fr-py-first-13v {
    padding-top: 3.25rem !important;
}
.fr-pb-first-13v,
.fr-py-first-13v {
    padding-bottom: 3.25rem !important;
}
.fr-p-first-14v,
.fr-p-first-7w {
    padding: 3.5rem !important;
}
.fr-pl-first-14v,
.fr-pl-first-7w,
.fr-px-first-14v,
.fr-px-first-7w {
    padding-left: 3.5rem !important;
}
.fr-pr-first-14v,
.fr-pr-first-7w,
.fr-px-first-14v,
.fr-px-first-7w {
    padding-right: 3.5rem !important;
}
.fr-pt-first-14v,
.fr-pt-first-7w,
.fr-py-first-14v,
.fr-py-first-7w {
    padding-top: 3.5rem !important;
}
.fr-pb-first-14v,
.fr-pb-first-7w,
.fr-py-first-14v,
.fr-py-first-7w {
    padding-bottom: 3.5rem !important;
}
.fr-p-first-15v {
    padding: 3.75rem !important;
}
.fr-pl-first-15v,
.fr-px-first-15v {
    padding-left: 3.75rem !important;
}
.fr-pr-first-15v,
.fr-px-first-15v {
    padding-right: 3.75rem !important;
}
.fr-pt-first-15v,
.fr-py-first-15v {
    padding-top: 3.75rem !important;
}
.fr-pb-first-15v,
.fr-py-first-15v {
    padding-bottom: 3.75rem !important;
}
.fr-p-first-16v,
.fr-p-first-8w {
    padding: 4rem !important;
}
.fr-pl-first-16v,
.fr-pl-first-8w,
.fr-px-first-16v,
.fr-px-first-8w {
    padding-left: 4rem !important;
}
.fr-pr-first-16v,
.fr-pr-first-8w,
.fr-px-first-16v,
.fr-px-first-8w {
    padding-right: 4rem !important;
}
.fr-pt-first-16v,
.fr-pt-first-8w,
.fr-py-first-16v,
.fr-py-first-8w {
    padding-top: 4rem !important;
}
.fr-pb-first-16v,
.fr-pb-first-8w,
.fr-py-first-16v,
.fr-py-first-8w {
    padding-bottom: 4rem !important;
}
.fr-p-first-17v {
    padding: 4.25rem !important;
}
.fr-pl-first-17v,
.fr-px-first-17v {
    padding-left: 4.25rem !important;
}
.fr-pr-first-17v,
.fr-px-first-17v {
    padding-right: 4.25rem !important;
}
.fr-pt-first-17v,
.fr-py-first-17v {
    padding-top: 4.25rem !important;
}
.fr-pb-first-17v,
.fr-py-first-17v {
    padding-bottom: 4.25rem !important;
}
.fr-p-first-18v,
.fr-p-first-9w {
    padding: 4.5rem !important;
}
.fr-pl-first-18v,
.fr-pl-first-9w,
.fr-px-first-18v,
.fr-px-first-9w {
    padding-left: 4.5rem !important;
}
.fr-pr-first-18v,
.fr-pr-first-9w,
.fr-px-first-18v,
.fr-px-first-9w {
    padding-right: 4.5rem !important;
}
.fr-pt-first-18v,
.fr-pt-first-9w,
.fr-py-first-18v,
.fr-py-first-9w {
    padding-top: 4.5rem !important;
}
.fr-pb-first-18v,
.fr-pb-first-9w,
.fr-py-first-18v,
.fr-py-first-9w {
    padding-bottom: 4.5rem !important;
}
.fr-p-first-19v {
    padding: 4.75rem !important;
}
.fr-pl-first-19v,
.fr-px-first-19v {
    padding-left: 4.75rem !important;
}
.fr-pr-first-19v,
.fr-px-first-19v {
    padding-right: 4.75rem !important;
}
.fr-pt-first-19v,
.fr-py-first-19v {
    padding-top: 4.75rem !important;
}
.fr-pb-first-19v,
.fr-py-first-19v {
    padding-bottom: 4.75rem !important;
}
.fr-p-first-10w,
.fr-p-first-20v {
    padding: 5rem !important;
}
.fr-pl-first-10w,
.fr-pl-first-20v,
.fr-px-first-10w,
.fr-px-first-20v {
    padding-left: 5rem !important;
}
.fr-pr-first-10w,
.fr-pr-first-20v,
.fr-px-first-10w,
.fr-px-first-20v {
    padding-right: 5rem !important;
}
.fr-pt-first-10w,
.fr-pt-first-20v,
.fr-py-first-10w,
.fr-py-first-20v {
    padding-top: 5rem !important;
}
.fr-pb-first-10w,
.fr-pb-first-20v,
.fr-py-first-10w,
.fr-py-first-20v {
    padding-bottom: 5rem !important;
}
.fr-p-first-21v {
    padding: 5.25rem !important;
}
.fr-pl-first-21v,
.fr-px-first-21v {
    padding-left: 5.25rem !important;
}
.fr-pr-first-21v,
.fr-px-first-21v {
    padding-right: 5.25rem !important;
}
.fr-pt-first-21v,
.fr-py-first-21v {
    padding-top: 5.25rem !important;
}
.fr-pb-first-21v,
.fr-py-first-21v {
    padding-bottom: 5.25rem !important;
}
.fr-p-first-11w,
.fr-p-first-22v {
    padding: 5.5rem !important;
}
.fr-pl-first-11w,
.fr-pl-first-22v,
.fr-px-first-11w,
.fr-px-first-22v {
    padding-left: 5.5rem !important;
}
.fr-pr-first-11w,
.fr-pr-first-22v,
.fr-px-first-11w,
.fr-px-first-22v {
    padding-right: 5.5rem !important;
}
.fr-pt-first-11w,
.fr-pt-first-22v,
.fr-py-first-11w,
.fr-py-first-22v {
    padding-top: 5.5rem !important;
}
.fr-pb-first-11w,
.fr-pb-first-22v,
.fr-py-first-11w,
.fr-py-first-22v {
    padding-bottom: 5.5rem !important;
}
.fr-p-first-23v {
    padding: 5.75rem !important;
}
.fr-pl-first-23v,
.fr-px-first-23v {
    padding-left: 5.75rem !important;
}
.fr-pr-first-23v,
.fr-px-first-23v {
    padding-right: 5.75rem !important;
}
.fr-pt-first-23v,
.fr-py-first-23v {
    padding-top: 5.75rem !important;
}
.fr-pb-first-23v,
.fr-py-first-23v {
    padding-bottom: 5.75rem !important;
}
.fr-p-first-12w,
.fr-p-first-24v {
    padding: 6rem !important;
}
.fr-pl-first-12w,
.fr-pl-first-24v,
.fr-px-first-12w,
.fr-px-first-24v {
    padding-left: 6rem !important;
}
.fr-pr-first-12w,
.fr-pr-first-24v,
.fr-px-first-12w,
.fr-px-first-24v {
    padding-right: 6rem !important;
}
.fr-pt-first-12w,
.fr-pt-first-24v,
.fr-py-first-12w,
.fr-py-first-24v {
    padding-top: 6rem !important;
}
.fr-pb-first-12w,
.fr-pb-first-24v,
.fr-py-first-12w,
.fr-py-first-24v {
    padding-bottom: 6rem !important;
}
.fr-p-first-25v {
    padding: 6.25rem !important;
}
.fr-pl-first-25v,
.fr-px-first-25v {
    padding-left: 6.25rem !important;
}
.fr-pr-first-25v,
.fr-px-first-25v {
    padding-right: 6.25rem !important;
}
.fr-pt-first-25v,
.fr-py-first-25v {
    padding-top: 6.25rem !important;
}
.fr-pb-first-25v,
.fr-py-first-25v {
    padding-bottom: 6.25rem !important;
}
.fr-p-first-13w,
.fr-p-first-26v {
    padding: 6.5rem !important;
}
.fr-pl-first-13w,
.fr-pl-first-26v,
.fr-px-first-13w,
.fr-px-first-26v {
    padding-left: 6.5rem !important;
}
.fr-pr-first-13w,
.fr-pr-first-26v,
.fr-px-first-13w,
.fr-px-first-26v {
    padding-right: 6.5rem !important;
}
.fr-pt-first-13w,
.fr-pt-first-26v,
.fr-py-first-13w,
.fr-py-first-26v {
    padding-top: 6.5rem !important;
}
.fr-pb-first-13w,
.fr-pb-first-26v,
.fr-py-first-13w,
.fr-py-first-26v {
    padding-bottom: 6.5rem !important;
}
.fr-p-first-27v {
    padding: 6.75rem !important;
}
.fr-pl-first-27v,
.fr-px-first-27v {
    padding-left: 6.75rem !important;
}
.fr-pr-first-27v,
.fr-px-first-27v {
    padding-right: 6.75rem !important;
}
.fr-pt-first-27v,
.fr-py-first-27v {
    padding-top: 6.75rem !important;
}
.fr-pb-first-27v,
.fr-py-first-27v {
    padding-bottom: 6.75rem !important;
}
.fr-p-first-14w,
.fr-p-first-28v {
    padding: 7rem !important;
}
.fr-pl-first-14w,
.fr-pl-first-28v,
.fr-px-first-14w,
.fr-px-first-28v {
    padding-left: 7rem !important;
}
.fr-pr-first-14w,
.fr-pr-first-28v,
.fr-px-first-14w,
.fr-px-first-28v {
    padding-right: 7rem !important;
}
.fr-pt-first-14w,
.fr-pt-first-28v,
.fr-py-first-14w,
.fr-py-first-28v {
    padding-top: 7rem !important;
}
.fr-pb-first-14w,
.fr-pb-first-28v,
.fr-py-first-14w,
.fr-py-first-28v {
    padding-bottom: 7rem !important;
}
.fr-p-first-29v {
    padding: 7.25rem !important;
}
.fr-pl-first-29v,
.fr-px-first-29v {
    padding-left: 7.25rem !important;
}
.fr-pr-first-29v,
.fr-px-first-29v {
    padding-right: 7.25rem !important;
}
.fr-pt-first-29v,
.fr-py-first-29v {
    padding-top: 7.25rem !important;
}
.fr-pb-first-29v,
.fr-py-first-29v {
    padding-bottom: 7.25rem !important;
}
.fr-p-first-15w,
.fr-p-first-30v {
    padding: 7.5rem !important;
}
.fr-pl-first-15w,
.fr-pl-first-30v,
.fr-px-first-15w,
.fr-px-first-30v {
    padding-left: 7.5rem !important;
}
.fr-pr-first-15w,
.fr-pr-first-30v,
.fr-px-first-15w,
.fr-px-first-30v {
    padding-right: 7.5rem !important;
}
.fr-pt-first-15w,
.fr-pt-first-30v,
.fr-py-first-15w,
.fr-py-first-30v {
    padding-top: 7.5rem !important;
}
.fr-pb-first-15w,
.fr-pb-first-30v,
.fr-py-first-15w,
.fr-py-first-30v {
    padding-bottom: 7.5rem !important;
}
.fr-p-first-31v {
    padding: 7.75rem !important;
}
.fr-pl-first-31v,
.fr-px-first-31v {
    padding-left: 7.75rem !important;
}
.fr-pr-first-31v,
.fr-px-first-31v {
    padding-right: 7.75rem !important;
}
.fr-pt-first-31v,
.fr-py-first-31v {
    padding-top: 7.75rem !important;
}
.fr-pb-first-31v,
.fr-py-first-31v {
    padding-bottom: 7.75rem !important;
}
.fr-p-first-16w,
.fr-p-first-32v {
    padding: 8rem !important;
}
.fr-pl-first-16w,
.fr-pl-first-32v,
.fr-px-first-16w,
.fr-px-first-32v {
    padding-left: 8rem !important;
}
.fr-pr-first-16w,
.fr-pr-first-32v,
.fr-px-first-16w,
.fr-px-first-32v {
    padding-right: 8rem !important;
}
.fr-pt-first-16w,
.fr-pt-first-32v,
.fr-py-first-16w,
.fr-py-first-32v {
    padding-top: 8rem !important;
}
.fr-pb-first-16w,
.fr-pb-first-32v,
.fr-py-first-16w,
.fr-py-first-32v {
    padding-bottom: 8rem !important;
}
@media (min-width: 48em) {
    .fr-p-md-0 {
        padding: 0 !important;
    }
    .fr-pl-md-0,
    .fr-px-md-0 {
        padding-left: 0 !important;
    }
    .fr-pr-md-0,
    .fr-px-md-0 {
        padding-right: 0 !important;
    }
    .fr-pt-md-0,
    .fr-py-md-0 {
        padding-top: 0 !important;
    }
    .fr-pb-md-0,
    .fr-py-md-0 {
        padding-bottom: 0 !important;
    }
    .fr-p-md-n0-5v {
        padding: -0.125rem !important;
    }
    .fr-pl-md-n0-5v,
    .fr-px-md-n0-5v {
        padding-left: -0.125rem !important;
    }
    .fr-pr-md-n0-5v,
    .fr-px-md-n0-5v {
        padding-right: -0.125rem !important;
    }
    .fr-pt-md-n0-5v,
    .fr-py-md-n0-5v {
        padding-top: -0.125rem !important;
    }
    .fr-pb-md-n0-5v,
    .fr-py-md-n0-5v {
        padding-bottom: -0.125rem !important;
    }
    .fr-p-md-0-5v {
        padding: 0.125rem !important;
    }
    .fr-pl-md-0-5v,
    .fr-px-md-0-5v {
        padding-left: 0.125rem !important;
    }
    .fr-pr-md-0-5v,
    .fr-px-md-0-5v {
        padding-right: 0.125rem !important;
    }
    .fr-pt-md-0-5v,
    .fr-py-md-0-5v {
        padding-top: 0.125rem !important;
    }
    .fr-pb-md-0-5v,
    .fr-py-md-0-5v {
        padding-bottom: 0.125rem !important;
    }
    .fr-p-md-1v {
        padding: 0.25rem !important;
    }
    .fr-pl-md-1v,
    .fr-px-md-1v {
        padding-left: 0.25rem !important;
    }
    .fr-pr-md-1v,
    .fr-px-md-1v {
        padding-right: 0.25rem !important;
    }
    .fr-pt-md-1v,
    .fr-py-md-1v {
        padding-top: 0.25rem !important;
    }
    .fr-pb-md-1v,
    .fr-py-md-1v {
        padding-bottom: 0.25rem !important;
    }
    .fr-p-md-1-5v {
        padding: 0.375rem !important;
    }
    .fr-pl-md-1-5v,
    .fr-px-md-1-5v {
        padding-left: 0.375rem !important;
    }
    .fr-pr-md-1-5v,
    .fr-px-md-1-5v {
        padding-right: 0.375rem !important;
    }
    .fr-pt-md-1-5v,
    .fr-py-md-1-5v {
        padding-top: 0.375rem !important;
    }
    .fr-pb-md-1-5v,
    .fr-py-md-1-5v {
        padding-bottom: 0.375rem !important;
    }
    .fr-p-md-1w,
    .fr-p-md-2v {
        padding: 0.5rem !important;
    }
    .fr-pl-md-1w,
    .fr-pl-md-2v,
    .fr-px-md-1w,
    .fr-px-md-2v {
        padding-left: 0.5rem !important;
    }
    .fr-pr-md-1w,
    .fr-pr-md-2v,
    .fr-px-md-1w,
    .fr-px-md-2v {
        padding-right: 0.5rem !important;
    }
    .fr-pt-md-1w,
    .fr-pt-md-2v,
    .fr-py-md-1w,
    .fr-py-md-2v {
        padding-top: 0.5rem !important;
    }
    .fr-pb-md-1w,
    .fr-pb-md-2v,
    .fr-py-md-1w,
    .fr-py-md-2v {
        padding-bottom: 0.5rem !important;
    }
    .fr-p-md-3v {
        padding: 0.75rem !important;
    }
    .fr-pl-md-3v,
    .fr-px-md-3v {
        padding-left: 0.75rem !important;
    }
    .fr-pr-md-3v,
    .fr-px-md-3v {
        padding-right: 0.75rem !important;
    }
    .fr-pt-md-3v,
    .fr-py-md-3v {
        padding-top: 0.75rem !important;
    }
    .fr-pb-md-3v,
    .fr-py-md-3v {
        padding-bottom: 0.75rem !important;
    }
    .fr-p-md-2w,
    .fr-p-md-4v {
        padding: 1rem !important;
    }
    .fr-pl-md-2w,
    .fr-pl-md-4v,
    .fr-px-md-2w,
    .fr-px-md-4v {
        padding-left: 1rem !important;
    }
    .fr-pr-md-2w,
    .fr-pr-md-4v,
    .fr-px-md-2w,
    .fr-px-md-4v {
        padding-right: 1rem !important;
    }
    .fr-pt-md-2w,
    .fr-pt-md-4v,
    .fr-py-md-2w,
    .fr-py-md-4v {
        padding-top: 1rem !important;
    }
    .fr-pb-md-2w,
    .fr-pb-md-4v,
    .fr-py-md-2w,
    .fr-py-md-4v {
        padding-bottom: 1rem !important;
    }
    .fr-p-md-5v {
        padding: 1.25rem !important;
    }
    .fr-pl-md-5v,
    .fr-px-md-5v {
        padding-left: 1.25rem !important;
    }
    .fr-pr-md-5v,
    .fr-px-md-5v {
        padding-right: 1.25rem !important;
    }
    .fr-pt-md-5v,
    .fr-py-md-5v {
        padding-top: 1.25rem !important;
    }
    .fr-pb-md-5v,
    .fr-py-md-5v {
        padding-bottom: 1.25rem !important;
    }
    .fr-p-md-3w,
    .fr-p-md-6v {
        padding: 1.5rem !important;
    }
    .fr-pl-md-3w,
    .fr-pl-md-6v,
    .fr-px-md-3w,
    .fr-px-md-6v {
        padding-left: 1.5rem !important;
    }
    .fr-pr-md-3w,
    .fr-pr-md-6v,
    .fr-px-md-3w,
    .fr-px-md-6v {
        padding-right: 1.5rem !important;
    }
    .fr-pt-md-3w,
    .fr-pt-md-6v,
    .fr-py-md-3w,
    .fr-py-md-6v {
        padding-top: 1.5rem !important;
    }
    .fr-pb-md-3w,
    .fr-pb-md-6v,
    .fr-py-md-3w,
    .fr-py-md-6v {
        padding-bottom: 1.5rem !important;
    }
    .fr-p-md-7v {
        padding: 1.75rem !important;
    }
    .fr-pl-md-7v,
    .fr-px-md-7v {
        padding-left: 1.75rem !important;
    }
    .fr-pr-md-7v,
    .fr-px-md-7v {
        padding-right: 1.75rem !important;
    }
    .fr-pt-md-7v,
    .fr-py-md-7v {
        padding-top: 1.75rem !important;
    }
    .fr-pb-md-7v,
    .fr-py-md-7v {
        padding-bottom: 1.75rem !important;
    }
    .fr-p-md-4w,
    .fr-p-md-8v {
        padding: 2rem !important;
    }
    .fr-pl-md-4w,
    .fr-pl-md-8v,
    .fr-px-md-4w,
    .fr-px-md-8v {
        padding-left: 2rem !important;
    }
    .fr-pr-md-4w,
    .fr-pr-md-8v,
    .fr-px-md-4w,
    .fr-px-md-8v {
        padding-right: 2rem !important;
    }
    .fr-pt-md-4w,
    .fr-pt-md-8v,
    .fr-py-md-4w,
    .fr-py-md-8v {
        padding-top: 2rem !important;
    }
    .fr-pb-md-4w,
    .fr-pb-md-8v,
    .fr-py-md-4w,
    .fr-py-md-8v {
        padding-bottom: 2rem !important;
    }
    .fr-p-md-9v {
        padding: 2.25rem !important;
    }
    .fr-pl-md-9v,
    .fr-px-md-9v {
        padding-left: 2.25rem !important;
    }
    .fr-pr-md-9v,
    .fr-px-md-9v {
        padding-right: 2.25rem !important;
    }
    .fr-pt-md-9v,
    .fr-py-md-9v {
        padding-top: 2.25rem !important;
    }
    .fr-pb-md-9v,
    .fr-py-md-9v {
        padding-bottom: 2.25rem !important;
    }
    .fr-p-md-10v,
    .fr-p-md-5w {
        padding: 2.5rem !important;
    }
    .fr-pl-md-10v,
    .fr-pl-md-5w,
    .fr-px-md-10v,
    .fr-px-md-5w {
        padding-left: 2.5rem !important;
    }
    .fr-pr-md-10v,
    .fr-pr-md-5w,
    .fr-px-md-10v,
    .fr-px-md-5w {
        padding-right: 2.5rem !important;
    }
    .fr-pt-md-10v,
    .fr-pt-md-5w,
    .fr-py-md-10v,
    .fr-py-md-5w {
        padding-top: 2.5rem !important;
    }
    .fr-pb-md-10v,
    .fr-pb-md-5w,
    .fr-py-md-10v,
    .fr-py-md-5w {
        padding-bottom: 2.5rem !important;
    }
    .fr-p-md-11v {
        padding: 2.75rem !important;
    }
    .fr-pl-md-11v,
    .fr-px-md-11v {
        padding-left: 2.75rem !important;
    }
    .fr-pr-md-11v,
    .fr-px-md-11v {
        padding-right: 2.75rem !important;
    }
    .fr-pt-md-11v,
    .fr-py-md-11v {
        padding-top: 2.75rem !important;
    }
    .fr-pb-md-11v,
    .fr-py-md-11v {
        padding-bottom: 2.75rem !important;
    }
    .fr-p-md-12v,
    .fr-p-md-6w {
        padding: 3rem !important;
    }
    .fr-pl-md-12v,
    .fr-pl-md-6w,
    .fr-px-md-12v,
    .fr-px-md-6w {
        padding-left: 3rem !important;
    }
    .fr-pr-md-12v,
    .fr-pr-md-6w,
    .fr-px-md-12v,
    .fr-px-md-6w {
        padding-right: 3rem !important;
    }
    .fr-pt-md-12v,
    .fr-pt-md-6w,
    .fr-py-md-12v,
    .fr-py-md-6w {
        padding-top: 3rem !important;
    }
    .fr-pb-md-12v,
    .fr-pb-md-6w,
    .fr-py-md-12v,
    .fr-py-md-6w {
        padding-bottom: 3rem !important;
    }
    .fr-p-md-13v {
        padding: 3.25rem !important;
    }
    .fr-pl-md-13v,
    .fr-px-md-13v {
        padding-left: 3.25rem !important;
    }
    .fr-pr-md-13v,
    .fr-px-md-13v {
        padding-right: 3.25rem !important;
    }
    .fr-pt-md-13v,
    .fr-py-md-13v {
        padding-top: 3.25rem !important;
    }
    .fr-pb-md-13v,
    .fr-py-md-13v {
        padding-bottom: 3.25rem !important;
    }
    .fr-p-md-14v,
    .fr-p-md-7w {
        padding: 3.5rem !important;
    }
    .fr-pl-md-14v,
    .fr-pl-md-7w,
    .fr-px-md-14v,
    .fr-px-md-7w {
        padding-left: 3.5rem !important;
    }
    .fr-pr-md-14v,
    .fr-pr-md-7w,
    .fr-px-md-14v,
    .fr-px-md-7w {
        padding-right: 3.5rem !important;
    }
    .fr-pt-md-14v,
    .fr-pt-md-7w,
    .fr-py-md-14v,
    .fr-py-md-7w {
        padding-top: 3.5rem !important;
    }
    .fr-pb-md-14v,
    .fr-pb-md-7w,
    .fr-py-md-14v,
    .fr-py-md-7w {
        padding-bottom: 3.5rem !important;
    }
    .fr-p-md-15v {
        padding: 3.75rem !important;
    }
    .fr-pl-md-15v,
    .fr-px-md-15v {
        padding-left: 3.75rem !important;
    }
    .fr-pr-md-15v,
    .fr-px-md-15v {
        padding-right: 3.75rem !important;
    }
    .fr-pt-md-15v,
    .fr-py-md-15v {
        padding-top: 3.75rem !important;
    }
    .fr-pb-md-15v,
    .fr-py-md-15v {
        padding-bottom: 3.75rem !important;
    }
    .fr-p-md-16v,
    .fr-p-md-8w {
        padding: 4rem !important;
    }
    .fr-pl-md-16v,
    .fr-pl-md-8w,
    .fr-px-md-16v,
    .fr-px-md-8w {
        padding-left: 4rem !important;
    }
    .fr-pr-md-16v,
    .fr-pr-md-8w,
    .fr-px-md-16v,
    .fr-px-md-8w {
        padding-right: 4rem !important;
    }
    .fr-pt-md-16v,
    .fr-pt-md-8w,
    .fr-py-md-16v,
    .fr-py-md-8w {
        padding-top: 4rem !important;
    }
    .fr-pb-md-16v,
    .fr-pb-md-8w,
    .fr-py-md-16v,
    .fr-py-md-8w {
        padding-bottom: 4rem !important;
    }
    .fr-p-md-17v {
        padding: 4.25rem !important;
    }
    .fr-pl-md-17v,
    .fr-px-md-17v {
        padding-left: 4.25rem !important;
    }
    .fr-pr-md-17v,
    .fr-px-md-17v {
        padding-right: 4.25rem !important;
    }
    .fr-pt-md-17v,
    .fr-py-md-17v {
        padding-top: 4.25rem !important;
    }
    .fr-pb-md-17v,
    .fr-py-md-17v {
        padding-bottom: 4.25rem !important;
    }
    .fr-p-md-18v,
    .fr-p-md-9w {
        padding: 4.5rem !important;
    }
    .fr-pl-md-18v,
    .fr-pl-md-9w,
    .fr-px-md-18v,
    .fr-px-md-9w {
        padding-left: 4.5rem !important;
    }
    .fr-pr-md-18v,
    .fr-pr-md-9w,
    .fr-px-md-18v,
    .fr-px-md-9w {
        padding-right: 4.5rem !important;
    }
    .fr-pt-md-18v,
    .fr-pt-md-9w,
    .fr-py-md-18v,
    .fr-py-md-9w {
        padding-top: 4.5rem !important;
    }
    .fr-pb-md-18v,
    .fr-pb-md-9w,
    .fr-py-md-18v,
    .fr-py-md-9w {
        padding-bottom: 4.5rem !important;
    }
    .fr-p-md-19v {
        padding: 4.75rem !important;
    }
    .fr-pl-md-19v,
    .fr-px-md-19v {
        padding-left: 4.75rem !important;
    }
    .fr-pr-md-19v,
    .fr-px-md-19v {
        padding-right: 4.75rem !important;
    }
    .fr-pt-md-19v,
    .fr-py-md-19v {
        padding-top: 4.75rem !important;
    }
    .fr-pb-md-19v,
    .fr-py-md-19v {
        padding-bottom: 4.75rem !important;
    }
    .fr-p-md-10w,
    .fr-p-md-20v {
        padding: 5rem !important;
    }
    .fr-pl-md-10w,
    .fr-pl-md-20v,
    .fr-px-md-10w,
    .fr-px-md-20v {
        padding-left: 5rem !important;
    }
    .fr-pr-md-10w,
    .fr-pr-md-20v,
    .fr-px-md-10w,
    .fr-px-md-20v {
        padding-right: 5rem !important;
    }
    .fr-pt-md-10w,
    .fr-pt-md-20v,
    .fr-py-md-10w,
    .fr-py-md-20v {
        padding-top: 5rem !important;
    }
    .fr-pb-md-10w,
    .fr-pb-md-20v,
    .fr-py-md-10w,
    .fr-py-md-20v {
        padding-bottom: 5rem !important;
    }
    .fr-p-md-21v {
        padding: 5.25rem !important;
    }
    .fr-pl-md-21v,
    .fr-px-md-21v {
        padding-left: 5.25rem !important;
    }
    .fr-pr-md-21v,
    .fr-px-md-21v {
        padding-right: 5.25rem !important;
    }
    .fr-pt-md-21v,
    .fr-py-md-21v {
        padding-top: 5.25rem !important;
    }
    .fr-pb-md-21v,
    .fr-py-md-21v {
        padding-bottom: 5.25rem !important;
    }
    .fr-p-md-11w,
    .fr-p-md-22v {
        padding: 5.5rem !important;
    }
    .fr-pl-md-11w,
    .fr-pl-md-22v,
    .fr-px-md-11w,
    .fr-px-md-22v {
        padding-left: 5.5rem !important;
    }
    .fr-pr-md-11w,
    .fr-pr-md-22v,
    .fr-px-md-11w,
    .fr-px-md-22v {
        padding-right: 5.5rem !important;
    }
    .fr-pt-md-11w,
    .fr-pt-md-22v,
    .fr-py-md-11w,
    .fr-py-md-22v {
        padding-top: 5.5rem !important;
    }
    .fr-pb-md-11w,
    .fr-pb-md-22v,
    .fr-py-md-11w,
    .fr-py-md-22v {
        padding-bottom: 5.5rem !important;
    }
    .fr-p-md-23v {
        padding: 5.75rem !important;
    }
    .fr-pl-md-23v,
    .fr-px-md-23v {
        padding-left: 5.75rem !important;
    }
    .fr-pr-md-23v,
    .fr-px-md-23v {
        padding-right: 5.75rem !important;
    }
    .fr-pt-md-23v,
    .fr-py-md-23v {
        padding-top: 5.75rem !important;
    }
    .fr-pb-md-23v,
    .fr-py-md-23v {
        padding-bottom: 5.75rem !important;
    }
    .fr-p-md-12w,
    .fr-p-md-24v {
        padding: 6rem !important;
    }
    .fr-pl-md-12w,
    .fr-pl-md-24v,
    .fr-px-md-12w,
    .fr-px-md-24v {
        padding-left: 6rem !important;
    }
    .fr-pr-md-12w,
    .fr-pr-md-24v,
    .fr-px-md-12w,
    .fr-px-md-24v {
        padding-right: 6rem !important;
    }
    .fr-pt-md-12w,
    .fr-pt-md-24v,
    .fr-py-md-12w,
    .fr-py-md-24v {
        padding-top: 6rem !important;
    }
    .fr-pb-md-12w,
    .fr-pb-md-24v,
    .fr-py-md-12w,
    .fr-py-md-24v {
        padding-bottom: 6rem !important;
    }
    .fr-p-md-25v {
        padding: 6.25rem !important;
    }
    .fr-pl-md-25v,
    .fr-px-md-25v {
        padding-left: 6.25rem !important;
    }
    .fr-pr-md-25v,
    .fr-px-md-25v {
        padding-right: 6.25rem !important;
    }
    .fr-pt-md-25v,
    .fr-py-md-25v {
        padding-top: 6.25rem !important;
    }
    .fr-pb-md-25v,
    .fr-py-md-25v {
        padding-bottom: 6.25rem !important;
    }
    .fr-p-md-13w,
    .fr-p-md-26v {
        padding: 6.5rem !important;
    }
    .fr-pl-md-13w,
    .fr-pl-md-26v,
    .fr-px-md-13w,
    .fr-px-md-26v {
        padding-left: 6.5rem !important;
    }
    .fr-pr-md-13w,
    .fr-pr-md-26v,
    .fr-px-md-13w,
    .fr-px-md-26v {
        padding-right: 6.5rem !important;
    }
    .fr-pt-md-13w,
    .fr-pt-md-26v,
    .fr-py-md-13w,
    .fr-py-md-26v {
        padding-top: 6.5rem !important;
    }
    .fr-pb-md-13w,
    .fr-pb-md-26v,
    .fr-py-md-13w,
    .fr-py-md-26v {
        padding-bottom: 6.5rem !important;
    }
    .fr-p-md-27v {
        padding: 6.75rem !important;
    }
    .fr-pl-md-27v,
    .fr-px-md-27v {
        padding-left: 6.75rem !important;
    }
    .fr-pr-md-27v,
    .fr-px-md-27v {
        padding-right: 6.75rem !important;
    }
    .fr-pt-md-27v,
    .fr-py-md-27v {
        padding-top: 6.75rem !important;
    }
    .fr-pb-md-27v,
    .fr-py-md-27v {
        padding-bottom: 6.75rem !important;
    }
    .fr-p-md-14w,
    .fr-p-md-28v {
        padding: 7rem !important;
    }
    .fr-pl-md-14w,
    .fr-pl-md-28v,
    .fr-px-md-14w,
    .fr-px-md-28v {
        padding-left: 7rem !important;
    }
    .fr-pr-md-14w,
    .fr-pr-md-28v,
    .fr-px-md-14w,
    .fr-px-md-28v {
        padding-right: 7rem !important;
    }
    .fr-pt-md-14w,
    .fr-pt-md-28v,
    .fr-py-md-14w,
    .fr-py-md-28v {
        padding-top: 7rem !important;
    }
    .fr-pb-md-14w,
    .fr-pb-md-28v,
    .fr-py-md-14w,
    .fr-py-md-28v {
        padding-bottom: 7rem !important;
    }
    .fr-p-md-29v {
        padding: 7.25rem !important;
    }
    .fr-pl-md-29v,
    .fr-px-md-29v {
        padding-left: 7.25rem !important;
    }
    .fr-pr-md-29v,
    .fr-px-md-29v {
        padding-right: 7.25rem !important;
    }
    .fr-pt-md-29v,
    .fr-py-md-29v {
        padding-top: 7.25rem !important;
    }
    .fr-pb-md-29v,
    .fr-py-md-29v {
        padding-bottom: 7.25rem !important;
    }
    .fr-p-md-15w,
    .fr-p-md-30v {
        padding: 7.5rem !important;
    }
    .fr-pl-md-15w,
    .fr-pl-md-30v,
    .fr-px-md-15w,
    .fr-px-md-30v {
        padding-left: 7.5rem !important;
    }
    .fr-pr-md-15w,
    .fr-pr-md-30v,
    .fr-px-md-15w,
    .fr-px-md-30v {
        padding-right: 7.5rem !important;
    }
    .fr-pt-md-15w,
    .fr-pt-md-30v,
    .fr-py-md-15w,
    .fr-py-md-30v {
        padding-top: 7.5rem !important;
    }
    .fr-pb-md-15w,
    .fr-pb-md-30v,
    .fr-py-md-15w,
    .fr-py-md-30v {
        padding-bottom: 7.5rem !important;
    }
    .fr-p-md-31v {
        padding: 7.75rem !important;
    }
    .fr-pl-md-31v,
    .fr-px-md-31v {
        padding-left: 7.75rem !important;
    }
    .fr-pr-md-31v,
    .fr-px-md-31v {
        padding-right: 7.75rem !important;
    }
    .fr-pt-md-31v,
    .fr-py-md-31v {
        padding-top: 7.75rem !important;
    }
    .fr-pb-md-31v,
    .fr-py-md-31v {
        padding-bottom: 7.75rem !important;
    }
    .fr-p-md-16w,
    .fr-p-md-32v {
        padding: 8rem !important;
    }
    .fr-pl-md-16w,
    .fr-pl-md-32v,
    .fr-px-md-16w,
    .fr-px-md-32v {
        padding-left: 8rem !important;
    }
    .fr-pr-md-16w,
    .fr-pr-md-32v,
    .fr-px-md-16w,
    .fr-px-md-32v {
        padding-right: 8rem !important;
    }
    .fr-pt-md-16w,
    .fr-pt-md-32v,
    .fr-py-md-16w,
    .fr-py-md-32v {
        padding-top: 8rem !important;
    }
    .fr-pb-md-16w,
    .fr-pb-md-32v,
    .fr-py-md-16w,
    .fr-py-md-32v {
        padding-bottom: 8rem !important;
    }
}
:root {
    --ground: 0;
    --shadow-color: rgba(0, 0, 18, 0.16);
    --raised-shadow: 0 1px 3px var(--shadow-color);
    --overlap-shadow: 0 2px 6px var(--shadow-color);
    --lifted-shadow: 0 3px 9px var(--shadow-color);
}
:root[data-fr-theme="dark"] {
    --shadow-color: rgba(0, 0, 18, 0.32);
}
@-moz-document url-prefix() {
    :root[data-fr-scrolling] body {
        position: sticky;
    }
}
.fr-displayed-lg {
    display: none !important;
}
@media (min-width: 62em) {
    .fr-displayed-lg {
        display: inherit !important;
    }
}
.fr-responsive-img--32x9 {
    aspect-ratio: 3.5555555556 !important;
    object-fit: cover;
    object-position: 50% 50%;
}
.fr-responsive-img--16x9 {
    aspect-ratio: 1.7777777778 !important;
    object-fit: cover;
    object-position: 50% 50%;
}
.fr-responsive-img--3x2 {
    aspect-ratio: 1.5 !important;
    object-fit: cover;
    object-position: 50% 50%;
}
.fr-responsive-img--4x3 {
    aspect-ratio: 1.3333333333 !important;
    object-fit: cover;
    object-position: 50% 50%;
}
.fr-responsive-img--1x1 {
    aspect-ratio: 1 !important;
    object-fit: cover;
    object-position: 50% 50%;
}
.fr-responsive-img--3x4 {
    aspect-ratio: 0.75 !important;
    object-fit: cover;
    object-position: 50% 50%;
}
.fr-responsive-img--2x3 {
    aspect-ratio: 0.6666666667 !important;
    object-fit: cover;
    object-position: 50% 50%;
}
.fr-responsive-vid--16x9 {
    aspect-ratio: 1.7777777778 !important;
}
.fr-responsive-vid--4x3 {
    aspect-ratio: 1.3333333333 !important;
}
.fr-responsive-vid--1x1 {
    aspect-ratio: 1 !important;
}
.fr-fi--xs:after,
.fr-fi--xs:before {
    --icon-size: 0.75rem;
}
.fr-fi--sm:after,
.fr-fi--sm:before {
    --icon-size: 1rem;
}
.fr-fi--md:after,
.fr-fi--md:before {
    --icon-size: 1.5rem;
}
.fr-fi--lg:after,
.fr-fi--lg:before {
    --icon-size: 2rem;
}
body {
    --idle: transparent;
    --hover: var(--background-default-grey-hover);
    --active: var(--background-default-grey-active);
    background-color: var(--background-default-grey);
    color: var(--text-default-grey);
}
a:not([href]),
audio:not([href]),
button:disabled,
input:disabled,
input[type="checkbox"]:disabled,
input[type="checkbox"]:disabled + label,
input[type="radio"]:disabled,
input[type="radio"]:disabled + label,
textarea:disabled,
video:not([href]) {
    color: var(--text-disabled-grey);
}
.fr-artwork-decorative {
    fill: var(--artwork-decorative-blue-france);
}
.fr-artwork-minor {
    fill: var(--artwork-minor-red-marianne);
}
.fr-artwork-major {
    fill: var(--artwork-major-blue-france);
}
.fr-artwork-background {
    fill: var(--artwork-background-grey);
}
.fr-artwork-motif {
    fill: var(--artwork-motif-grey);
}
.fr-artwork--green-tilleul-verveine .fr-artwork-minor {
    fill: var(--artwork-minor-green-tilleul-verveine);
}
.fr-artwork--green-bourgeon .fr-artwork-minor {
    fill: var(--artwork-minor-green-bourgeon);
}
.fr-artwork--green-emeraude .fr-artwork-minor {
    fill: var(--artwork-minor-green-emeraude);
}
.fr-artwork--green-menthe .fr-artwork-minor {
    fill: var(--artwork-minor-green-menthe);
}
.fr-artwork--green-archipel .fr-artwork-minor {
    fill: var(--artwork-minor-green-archipel);
}
.fr-artwork--blue-ecume .fr-artwork-minor {
    fill: var(--artwork-minor-blue-ecume);
}
.fr-artwork--blue-cumulus .fr-artwork-minor {
    fill: var(--artwork-minor-blue-cumulus);
}
.fr-artwork--purple-glycine .fr-artwork-minor {
    fill: var(--artwork-minor-purple-glycine);
}
.fr-artwork--pink-macaron .fr-artwork-minor {
    fill: var(--artwork-minor-pink-macaron);
}
.fr-artwork--pink-tuile .fr-artwork-minor {
    fill: var(--artwork-minor-pink-tuile);
}
.fr-artwork--yellow-tournesol .fr-artwork-minor {
    fill: var(--artwork-minor-yellow-tournesol);
}
.fr-artwork--yellow-moutarde .fr-artwork-minor {
    fill: var(--artwork-minor-yellow-moutarde);
}
.fr-artwork--orange-terre-battue .fr-artwork-minor {
    fill: var(--artwork-minor-orange-terre-battue);
}
.fr-artwork--brown-cafe-creme .fr-artwork-minor {
    fill: var(--artwork-minor-brown-cafe-creme);
}
.fr-artwork--brown-caramel .fr-artwork-minor {
    fill: var(--artwork-minor-brown-caramel);
}
.fr-artwork--brown-opera .fr-artwork-minor {
    fill: var(--artwork-minor-brown-opera);
}
.fr-artwork--beige-gris-galet .fr-artwork-minor {
    fill: var(--artwork-minor-beige-gris-galet);
}
.fr-display-lg,
.fr-display-md,
.fr-display-sm,
.fr-display-xl,
.fr-display-xs,
.fr-h1,
.fr-h2,
.fr-h3,
.fr-h4,
.fr-h5,
.fr-h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    color: var(--text-title-grey);
}
hr {
    background-image: linear-gradient(
        0deg,
        var(--border-default-grey),
        var(--border-default-grey)
    );
}
.fr-hr-or:after,
.fr-hr-or:before {
    --idle: transparent;
    --hover: var(--border-default-grey-hover);
    --active: var(--border-default-grey-active);
    background-color: var(--border-default-grey);
}
.fr-hr {
    background-image: linear-gradient(
        0deg,
        var(--border-default-grey),
        var(--border-default-grey)
    );
}
:root[data-fr-theme="dark"] {
    --grey-1000-50: #161616;
    --grey-1000-50-hover: #343434;
    --grey-1000-50-active: #474747;
    --grey-975-75: #1e1e1e;
    --grey-975-75-hover: #3f3f3f;
    --grey-975-75-active: #525252;
    --grey-950-100: #242424;
    --grey-950-100-hover: #474747;
    --grey-950-100-active: #5b5b5b;
    --grey-200-850: #cecece;
    --grey-925-125: #2a2a2a;
    --grey-1000-75: #1e1e1e;
    --grey-1000-75-hover: #3f3f3f;
    --grey-1000-75-active: #525252;
    --grey-1000-100: #242424;
    --grey-1000-100-hover: #474747;
    --grey-1000-100-active: #5b5b5b;
    --grey-975-100: #242424;
    --grey-975-100-hover: #474747;
    --grey-975-100-active: #5b5b5b;
    --grey-975-125: #2a2a2a;
    --grey-975-125-hover: #4e4e4e;
    --grey-975-125-active: #636363;
    --grey-950-125: #2a2a2a;
    --grey-950-125-hover: #4e4e4e;
    --grey-950-125-active: #636363;
    --grey-950-150: #2f2f2f;
    --grey-950-150-hover: #545454;
    --grey-950-150-active: #696969;
    --grey-50-1000: #fff;
    --grey-425-625: #929292;
    --grey-625-425: #666;
    --grey-900-175: #353535;
    --blue-france-975-75: #1b1b35;
    --blue-france-975-75-hover: #3a3a68;
    --blue-france-975-75-active: #4d4d83;
    --blue-france-950-100: #21213f;
    --blue-france-950-100-hover: #424275;
    --blue-france-950-100-active: #56568c;
    --blue-france-sun-113-625: #8585f6;
    --blue-france-sun-113-625-hover: #b1b1f9;
    --blue-france-sun-113-625-active: #c6c6fb;
    --blue-france-925-125: #272747;
    --blue-france-925-125-hover: #4a4a7d;
    --blue-france-925-125-active: #5e5e90;
    --blue-france-975-sun-113: #000091;
    --blue-france-main-525: #6a6af4;
    --blue-france-850-200: #313178;
    --red-marianne-975-75: #2b1919;
    --red-marianne-975-75-hover: #573737;
    --red-marianne-975-75-active: #704848;
    --red-marianne-950-100: #331f1f;
    --red-marianne-950-100-hover: #613f3f;
    --red-marianne-950-100-active: #7b5151;
    --red-marianne-425-625: #f95c5e;
    --red-marianne-425-625-hover: #fa9293;
    --red-marianne-425-625-active: #fbabac;
    --red-marianne-925-125: #3b2424;
    --red-marianne-925-125-hover: #6b4545;
    --red-marianne-925-125-active: #865757;
    --red-marianne-main-472: #e1000f;
    --red-marianne-850-200: #5e2a2b;
    --info-950-100: #1d2437;
    --info-950-100-hover: #3b4767;
    --info-950-100-active: #4c5b83;
    --info-425-625: #518fff;
    --info-425-625-hover: #98b4ff;
    --info-425-625-active: #b4c7ff;
    --info-975-75: #171d2e;
    --success-950-100: #19271d;
    --success-950-100-hover: #344c3b;
    --success-950-100-active: #44624d;
    --success-425-625: #27a658;
    --success-425-625-hover: #36d975;
    --success-425-625-active: #3df183;
    --success-975-75: #142117;
    --warning-950-100: #361e19;
    --warning-950-100-hover: #663d35;
    --warning-950-100-active: #824f44;
    --warning-425-625: #fc5d00;
    --warning-425-625-hover: #ff8c73;
    --warning-425-625-active: #ffa595;
    --warning-975-75: #2d1814;
    --error-950-100: #391c1c;
    --error-950-100-hover: #6c3a3a;
    --error-950-100-active: #894b4b;
    --error-425-625: #ff5655;
    --error-425-625-hover: #ff8c8c;
    --error-425-625-active: #ffa6a6;
    --error-975-75: #301717;
    --green-tilleul-verveine-975-75: #201e14;
    --green-tilleul-verveine-975-75-hover: #433f2e;
    --green-tilleul-verveine-975-75-active: #57533d;
    --green-tilleul-verveine-950-100: #272419;
    --green-tilleul-verveine-950-100-hover: #4c4734;
    --green-tilleul-verveine-950-100-active: #615b44;
    --green-tilleul-verveine-sun-418-moon-817: #d8c634;
    --green-tilleul-verveine-sun-418-moon-817-hover: #fee943;
    --green-tilleul-verveine-sun-418-moon-817-active: #fef1ab;
    --green-tilleul-verveine-925-125: #2d2a1d;
    --green-tilleul-verveine-925-125-hover: #534f39;
    --green-tilleul-verveine-925-125-active: #696349;
    --green-tilleul-verveine-main-707: #b7a73f;
    --green-tilleul-verveine-850-200: #3f3a20;
    --green-bourgeon-975-75: #182014;
    --green-bourgeon-975-75-hover: #35432e;
    --green-bourgeon-975-75-active: #46573d;
    --green-bourgeon-950-100: #1e2719;
    --green-bourgeon-950-100-hover: #3d4c34;
    --green-bourgeon-950-100-active: #4e6144;
    --green-bourgeon-sun-425-moon-759: #99c221;
    --green-bourgeon-sun-425-moon-759-hover: #baec2a;
    --green-bourgeon-sun-425-moon-759-active: #c9fd2e;
    --green-bourgeon-925-125: #232d1d;
    --green-bourgeon-925-125-hover: #435339;
    --green-bourgeon-925-125-active: #556949;
    --green-bourgeon-main-640: #68a532;
    --green-bourgeon-850-200: #2a401a;
    --green-emeraude-975-75: #142018;
    --green-emeraude-975-75-hover: #2e4335;
    --green-emeraude-975-75-active: #3d5846;
    --green-emeraude-950-100: #19271e;
    --green-emeraude-950-100-hover: #344c3d;
    --green-emeraude-950-100-active: #44624f;
    --green-emeraude-sun-425-moon-753: #34cb6a;
    --green-emeraude-sun-425-moon-753-hover: #42fb84;
    --green-emeraude-sun-425-moon-753-active: #80fda3;
    --green-emeraude-925-125: #1e2e23;
    --green-emeraude-925-125-hover: #3b5543;
    --green-emeraude-925-125-active: #4b6b55;
    --green-emeraude-main-632: #00a95f;
    --green-emeraude-850-200: #21402c;
    --green-menthe-975-75: #15201e;
    --green-menthe-975-75-hover: #30433f;
    --green-menthe-975-75-active: #3f5753;
    --green-menthe-950-100: #1a2624;
    --green-menthe-950-100-hover: #364b47;
    --green-menthe-950-100-active: #46605b;
    --green-menthe-sun-373-moon-652: #21ab8e;
    --green-menthe-sun-373-moon-652-hover: #2eddb8;
    --green-menthe-sun-373-moon-652-active: #34f4cc;
    --green-menthe-925-125: #1f2d2a;
    --green-menthe-925-125-hover: #3c534e;
    --green-menthe-925-125-active: #4d6963;
    --green-menthe-main-548: #009081;
    --green-menthe-850-200: #223f3a;
    --green-archipel-975-75: #152021;
    --green-archipel-975-75-hover: #2f4345;
    --green-archipel-975-75-active: #3f5759;
    --green-archipel-950-100: #1a2628;
    --green-archipel-950-100-hover: #364a4e;
    --green-archipel-950-100-active: #465f63;
    --green-archipel-sun-391-moon-716: #34bab5;
    --green-archipel-sun-391-moon-716-hover: #43e9e2;
    --green-archipel-sun-391-moon-716-active: #4cfdf6;
    --green-archipel-925-125: #1f2c2e;
    --green-archipel-925-125-hover: #3c5255;
    --green-archipel-925-125-active: #4d676b;
    --green-archipel-main-557: #009099;
    --green-archipel-850-200: #233e41;
    --blue-ecume-975-75: #171d2f;
    --blue-ecume-975-75-hover: #333e5e;
    --blue-ecume-975-75-active: #445179;
    --blue-ecume-950-100: #1d2437;
    --blue-ecume-950-100-hover: #3b4767;
    --blue-ecume-950-100-active: #4c5b83;
    --blue-ecume-sun-247-moon-675: #869ece;
    --blue-ecume-sun-247-moon-675-hover: #b8c5e2;
    --blue-ecume-sun-247-moon-675-active: #ced6ea;
    --blue-ecume-925-125: #222940;
    --blue-ecume-925-125-hover: #424d73;
    --blue-ecume-925-125-active: #536190;
    --blue-ecume-main-400: #465f9d;
    --blue-ecume-850-200: #273962;
    --blue-cumulus-975-75: #171e2b;
    --blue-cumulus-975-75-hover: #333f56;
    --blue-cumulus-975-75-active: #43536f;
    --blue-cumulus-950-100: #1c2433;
    --blue-cumulus-950-100-hover: #3a4761;
    --blue-cumulus-950-100-active: #4a5b7b;
    --blue-cumulus-sun-368-moon-732: #7ab1e8;
    --blue-cumulus-sun-368-moon-732-hover: #bad2f2;
    --blue-cumulus-sun-368-moon-732-active: #d2e2f6;
    --blue-cumulus-925-125: #212a3a;
    --blue-cumulus-925-125-hover: #404f69;
    --blue-cumulus-925-125-active: #516384;
    --blue-cumulus-main-526: #417dc4;
    --blue-cumulus-850-200: #263b58;
    --purple-glycine-975-75: #251a24;
    --purple-glycine-975-75-hover: #4c394a;
    --purple-glycine-975-75-active: #634a60;
    --purple-glycine-950-100: #2c202b;
    --purple-glycine-950-100-hover: #554053;
    --purple-glycine-950-100-active: #6c536a;
    --purple-glycine-sun-319-moon-630: #ce70cc;
    --purple-glycine-sun-319-moon-630-hover: #dfa4dd;
    --purple-glycine-sun-319-moon-630-active: #e7bbe6;
    --purple-glycine-925-125: #332632;
    --purple-glycine-925-125-hover: #5d485c;
    --purple-glycine-925-125-active: #755b73;
    --purple-glycine-main-494: #a558a0;
    --purple-glycine-850-200: #502e4d;
    --pink-macaron-975-75: #261b19;
    --pink-macaron-975-75-hover: #4e3a37;
    --pink-macaron-975-75-active: #654c48;
    --pink-macaron-950-100: #2e211f;
    --pink-macaron-950-100-hover: #58423f;
    --pink-macaron-950-100-active: #705551;
    --pink-macaron-sun-406-moon-833: #ffb7ae;
    --pink-macaron-sun-406-moon-833-hover: #ffe0dc;
    --pink-macaron-sun-406-moon-833-active: #fff0ee;
    --pink-macaron-925-125: #352724;
    --pink-macaron-925-125-hover: #614a45;
    --pink-macaron-925-125-active: #795d57;
    --pink-macaron-main-689: #e18b76;
    --pink-macaron-850-200: #52312a;
    --pink-tuile-975-75: #281b19;
    --pink-tuile-975-75-hover: #513a37;
    --pink-tuile-975-75-active: #694c48;
    --pink-tuile-950-100: #2f211f;
    --pink-tuile-950-100-hover: #5a423e;
    --pink-tuile-950-100-active: #725550;
    --pink-tuile-sun-425-moon-750: #ff9575;
    --pink-tuile-sun-425-moon-750-hover: #ffc4b7;
    --pink-tuile-sun-425-moon-750-active: #ffd8d0;
    --pink-tuile-925-125: #372624;
    --pink-tuile-925-125-hover: #644845;
    --pink-tuile-925-125-active: #7d5b57;
    --pink-tuile-main-556: #ce614a;
    --pink-tuile-850-200: #55302a;
    --yellow-tournesol-975-75: #221d11;
    --yellow-tournesol-975-75-hover: #473e29;
    --yellow-tournesol-975-75-active: #5c5136;
    --yellow-tournesol-950-100: #292416;
    --yellow-tournesol-950-100-hover: #4f472f;
    --yellow-tournesol-950-100-active: #655b3d;
    --yellow-tournesol-sun-407-moon-922: #ffe552;
    --yellow-tournesol-sun-407-moon-922-hover: #e1c700;
    --yellow-tournesol-sun-407-moon-922-active: #cab300;
    --yellow-tournesol-925-125: #302a1a;
    --yellow-tournesol-925-125-hover: #584e34;
    --yellow-tournesol-925-125-active: #6f6342;
    --yellow-tournesol-main-731: #c8aa39;
    --yellow-tournesol-850-200: #43391a;
    --yellow-moutarde-975-75: #231d14;
    --yellow-moutarde-975-75-hover: #483e2e;
    --yellow-moutarde-975-75-active: #5e513d;
    --yellow-moutarde-950-100: #2a2319;
    --yellow-moutarde-950-100-hover: #514534;
    --yellow-moutarde-950-100-active: #685944;
    --yellow-moutarde-sun-348-moon-860: #ffca00;
    --yellow-moutarde-sun-348-moon-860-hover: #cda200;
    --yellow-moutarde-sun-348-moon-860-active: #b28c00;
    --yellow-moutarde-925-125: #30291d;
    --yellow-moutarde-925-125-hover: #584d39;
    --yellow-moutarde-925-125-active: #6f6149;
    --yellow-moutarde-main-679: #c3992a;
    --yellow-moutarde-850-200: #453820;
    --orange-terre-battue-975-75: #281a16;
    --orange-terre-battue-975-75-hover: #513932;
    --orange-terre-battue-975-75-active: #6a4b42;
    --orange-terre-battue-950-100: #31201c;
    --orange-terre-battue-950-100-hover: #5d403a;
    --orange-terre-battue-950-100-active: #77534a;
    --orange-terre-battue-sun-370-moon-672: #ff732c;
    --orange-terre-battue-sun-370-moon-672-hover: #ffa48b;
    --orange-terre-battue-sun-370-moon-672-active: #ffbbab;
    --orange-terre-battue-925-125: #382621;
    --orange-terre-battue-925-125-hover: #664840;
    --orange-terre-battue-925-125-active: #7f5b51;
    --orange-terre-battue-main-645: #e4794a;
    --orange-terre-battue-850-200: #543125;
    --brown-cafe-creme-975-75: #211d16;
    --brown-cafe-creme-975-75-hover: #453e31;
    --brown-cafe-creme-975-75-active: #5a5141;
    --brown-cafe-creme-950-100: #28241c;
    --brown-cafe-creme-950-100-hover: #4e4739;
    --brown-cafe-creme-950-100-active: #635b4a;
    --brown-cafe-creme-sun-383-moon-885: #ecd7a2;
    --brown-cafe-creme-sun-383-moon-885-hover: #c5b386;
    --brown-cafe-creme-sun-383-moon-885-active: #af9f77;
    --brown-cafe-creme-925-125: #2e2a21;
    --brown-cafe-creme-925-125-hover: #554e3f;
    --brown-cafe-creme-925-125-active: #6b6351;
    --brown-cafe-creme-main-782: #d1b781;
    --brown-cafe-creme-850-200: #423925;
    --brown-caramel-975-75: #251c16;
    --brown-caramel-975-75-hover: #4c3c31;
    --brown-caramel-975-75-active: #624e41;
    --brown-caramel-950-100: #2c221c;
    --brown-caramel-950-100-hover: #554439;
    --brown-caramel-950-100-active: #6c574a;
    --brown-caramel-sun-425-moon-901: #fbd8ab;
    --brown-caramel-sun-425-moon-901-hover: #efb547;
    --brown-caramel-sun-425-moon-901-active: #d6a23e;
    --brown-caramel-925-125: #332821;
    --brown-caramel-925-125-hover: #5d4b40;
    --brown-caramel-925-125-active: #755f51;
    --brown-caramel-main-648: #c08c65;
    --brown-caramel-850-200: #4b3525;
    --brown-opera-975-75: #241c17;
    --brown-opera-975-75-hover: #4a3c33;
    --brown-opera-975-75-active: #604f44;
    --brown-opera-950-100: #2b221c;
    --brown-opera-950-100-hover: #53443a;
    --brown-opera-950-100-active: #6a574a;
    --brown-opera-sun-395-moon-820: #e6be92;
    --brown-opera-sun-395-moon-820-hover: #f2e2d3;
    --brown-opera-sun-395-moon-820-active: #f8f0e9;
    --brown-opera-925-125: #322821;
    --brown-opera-925-125-hover: #5c4b40;
    --brown-opera-925-125-active: #735f51;
    --brown-opera-main-680: #bd987a;
    --brown-opera-850-200: #493625;
    --beige-gris-galet-975-75: #211d19;
    --beige-gris-galet-975-75-hover: #453e37;
    --beige-gris-galet-975-75-active: #595148;
    --beige-gris-galet-950-100: #28231f;
    --beige-gris-galet-950-100-hover: #4e453f;
    --beige-gris-galet-950-100-active: #635950;
    --beige-gris-galet-sun-407-moon-821: #d0c3b7;
    --beige-gris-galet-sun-407-moon-821-hover: #eae5e1;
    --beige-gris-galet-sun-407-moon-821-active: #f4f2f0;
    --beige-gris-galet-925-125: #2e2924;
    --beige-gris-galet-925-125-hover: #554d45;
    --beige-gris-galet-925-125-active: #6b6157;
    --beige-gris-galet-main-702: #aea397;
    --beige-gris-galet-850-200: #433829;
}
@media (hover: hover) and (pointer: fine) {
    :root[data-fr-theme="dark"] {
        --brighten: 1;
    }
}
.fr-icon-ancient-gate-fill:after,
.fr-icon-ancient-gate-fill:before {
    -webkit-mask-image: url('/assets/theme_image/ancient-gate-fill.svg');
    mask-image: url('/assets/theme_image/ancient-gate-fill.svg');
}
.fr-icon-ancient-gate-line:after,
.fr-icon-ancient-gate-line:before {
    -webkit-mask-image: url('/assets/theme_image/ancient-gate-line.svg');
    mask-image: url('/assets/theme_image/ancient-gate-line.svg');
}
.fr-icon-ancient-pavilion-fill:after,
.fr-icon-ancient-pavilion-fill:before {
    -webkit-mask-image: url('/assets/theme_image/ancient-pavilion-fill.svg');
    mask-image: url('/assets/theme_image/ancient-pavilion-fill.svg');
}
.fr-icon-ancient-pavilion-line:after,
.fr-icon-ancient-pavilion-line:before {
    -webkit-mask-image: url('/assets/theme_image/ancient-pavilion-line.svg');
    mask-image: url('/assets/theme_image/ancient-pavilion-line.svg');
}
.fr-icon-bank-fill:after,
.fr-icon-bank-fill:before {
    -webkit-mask-image: url('/assets/theme_image/bank-fill.svg');
    mask-image: url('/assets/theme_image/bank-fill.svg');
}
.fr-icon-bank-line:after,
.fr-icon-bank-line:before {
    -webkit-mask-image: url('/assets/theme_image/bank-line.svg');
    mask-image: url('/assets/theme_image/bank-line.svg');
}
.fr-icon-building-fill:after,
.fr-icon-building-fill:before {
    -webkit-mask-image: url('/assets/theme_image/building-fill.svg');
    mask-image: url('/assets/theme_image/building-fill.svg');
}
.fr-icon-building-line:after,
.fr-icon-building-line:before {
    -webkit-mask-image: url('/assets/theme_image/building-line.svg');
    mask-image: url('/assets/theme_image/building-line.svg');
}
.fr-icon-community-fill:after,
.fr-icon-community-fill:before {
    -webkit-mask-image: url('/assets/theme_image/community-fill.svg');
    mask-image: url('/assets/theme_image/community-fill.svg');
}
.fr-icon-community-line:after,
.fr-icon-community-line:before {
    -webkit-mask-image: url('/assets/theme_image/community-line.svg');
    mask-image: url('/assets/theme_image/community-line.svg');
}
.fr-icon-government-fill:after,
.fr-icon-government-fill:before {
    -webkit-mask-image: url('/assets/theme_image/government-fill.svg');
    mask-image: url('/assets/theme_image/government-fill.svg');
}
.fr-icon-government-line:after,
.fr-icon-government-line:before {
    -webkit-mask-image: url('/assets/theme_image/government-line.svg');
    mask-image: url('/assets/theme_image/government-line.svg');
}
.fr-icon-home-4-fill:after,
.fr-icon-home-4-fill:before {
    -webkit-mask-image: url('/assets/theme_image/home-4-fill.svg');
    mask-image: url('/assets/theme_image/home-4-fill.svg');
}
.fr-icon-home-4-line:after,
.fr-icon-home-4-line:before {
    -webkit-mask-image: url('/assets/theme_image/home-4-line.svg');
    mask-image: url('/assets/theme_image/home-4-line.svg');
}
.fr-icon-hospital-fill:after,
.fr-icon-hospital-fill:before {
    -webkit-mask-image: url('/assets/theme_image/hospital-fill.svg');
    mask-image: url('/assets/theme_image/hospital-fill.svg');
}
.fr-icon-hospital-line:after,
.fr-icon-hospital-line:before {
    -webkit-mask-image: url('/assets/theme_image/hospital-line.svg');
    mask-image: url('/assets/theme_image/hospital-line.svg');
}
.fr-icon-hotel-fill:after,
.fr-icon-hotel-fill:before {
    -webkit-mask-image: url('/assets/theme_image/hotel-fill.svg');
    mask-image: url('/assets/theme_image/hotel-fill.svg');
}
.fr-icon-hotel-line:after,
.fr-icon-hotel-line:before {
    -webkit-mask-image: url('/assets/theme_image/hotel-line.svg');
    mask-image: url('/assets/theme_image/hotel-line.svg');
}
.fr-icon-store-fill:after,
.fr-icon-store-fill:before {
    -webkit-mask-image: url('/assets/theme_image/store-fill.svg');
    mask-image: url('/assets/theme_image/store-fill.svg');
}
.fr-icon-store-line:after,
.fr-icon-store-line:before {
    -webkit-mask-image: url('/assets/theme_image/store-line.svg');
    mask-image: url('/assets/theme_image/store-line.svg');
}
.fr-fi-home-4-fill:after,
.fr-fi-home-4-fill:before {
    -webkit-mask-image: url('/assets/theme_image/home-4-fill.svg');
    mask-image: url('/assets/theme_image/home-4-fill.svg');
}
.fr-fi-home-4-line:after,
.fr-fi-home-4-line:before {
    -webkit-mask-image: url('/assets/theme_image/home-4-line.svg');
    mask-image: url('/assets/theme_image/home-4-line.svg');
}
.fr-icon-archive-fill:after,
.fr-icon-archive-fill:before {
    -webkit-mask-image: url('/assets/theme_image/archive-fill.svg');
    mask-image: url('/assets/theme_image/archive-fill.svg');
}
.fr-icon-archive-line:after,
.fr-icon-archive-line:before {
    -webkit-mask-image: url('/assets/theme_image/archive-line.svg');
    mask-image: url('/assets/theme_image/archive-line.svg');
}
.fr-icon-attachment-fill:after,
.fr-icon-attachment-fill:before {
    -webkit-mask-image: url('/assets/theme_image/attachment-fill.svg');
    mask-image: url('/assets/theme_image/attachment-fill.svg');
}
.fr-icon-attachment-line:after,
.fr-icon-attachment-line:before {
    -webkit-mask-image: url('/assets/theme_image/attachment-line.svg');
    mask-image: url('/assets/theme_image/attachment-line.svg');
}
.fr-icon-award-fill:after,
.fr-icon-award-fill:before {
    -webkit-mask-image: url('/assets/theme_image/award-fill.svg');
    mask-image: url('/assets/theme_image/award-fill.svg');
}
.fr-icon-award-line:after,
.fr-icon-award-line:before {
    -webkit-mask-image: url('/assets/theme_image/award-line.svg');
    mask-image: url('/assets/theme_image/award-line.svg');
}
.fr-icon-bar-chart-box-fill:after,
.fr-icon-bar-chart-box-fill:before {
    -webkit-mask-image: url('/assets/theme_image/bar-chart-box-fill.svg');
    mask-image: url('/assets/theme_image/bar-chart-box-fill.svg');
}
.fr-icon-bar-chart-box-line:after,
.fr-icon-bar-chart-box-line:before {
    -webkit-mask-image: url('/assets/theme_image/bar-chart-box-line.svg');
    mask-image: url('/assets/theme_image/bar-chart-box-line.svg');
}
.fr-icon-bookmark-fill:after,
.fr-icon-bookmark-fill:before {
    -webkit-mask-image: url('/assets/theme_image/bookmark-fill.svg');
    mask-image: url('/assets/theme_image/bookmark-fill.svg');
}
.fr-icon-bookmark-line:after,
.fr-icon-bookmark-line:before {
    -webkit-mask-image: url('/assets/theme_image/bookmark-line.svg');
    mask-image: url('/assets/theme_image/bookmark-line.svg');
}
.fr-icon-briefcase-fill:after,
.fr-icon-briefcase-fill:before {
    -webkit-mask-image: url('/assets/theme_image/briefcase-fill.svg');
    mask-image: url('/assets/theme_image/briefcase-fill.svg');
}
.fr-icon-briefcase-line:after,
.fr-icon-briefcase-line:before {
    -webkit-mask-image: url('/assets/theme_image/briefcase-line.svg');
    mask-image: url('/assets/theme_image/briefcase-line.svg');
}
.fr-icon-calendar-2-fill:after,
.fr-icon-calendar-2-fill:before {
    -webkit-mask-image: url('/assets/theme_image/calendar-2-fill.svg');
    mask-image: url('/assets/theme_image/calendar-2-fill.svg');
}
.fr-icon-calendar-2-line:after,
.fr-icon-calendar-2-line:before {
    -webkit-mask-image: url('/assets/theme_image/calendar-2-line.svg');
    mask-image: url('/assets/theme_image/calendar-2-line.svg');
}
.fr-icon-calendar-event-fill:after,
.fr-icon-calendar-event-fill:before {
    -webkit-mask-image: url('/assets/theme_image/calendar-event-fill.svg');
    mask-image: url('/assets/theme_image/calendar-event-fill.svg');
}
.fr-icon-calendar-event-line:after,
.fr-icon-calendar-event-line:before {
    -webkit-mask-image: url('/assets/theme_image/calendar-event-line.svg');
    mask-image: url('/assets/theme_image/calendar-event-line.svg');
}
.fr-icon-calendar-fill:after,
.fr-icon-calendar-fill:before {
    -webkit-mask-image: url('/assets/theme_image/calendar-fill.svg');
    mask-image: url('/assets/theme_image/calendar-fill.svg');
}
.fr-icon-calendar-line:after,
.fr-icon-calendar-line:before {
    -webkit-mask-image: url('/assets/theme_image/calendar-line.svg');
    mask-image: url('/assets/theme_image/calendar-line.svg');
}
.fr-icon-cloud-fill:after,
.fr-icon-cloud-fill:before {
    -webkit-mask-image: url('/assets/theme_image/cloud-fill.svg');
    mask-image: url('/assets/theme_image/cloud-fill.svg');
}
.fr-icon-cloud-line:after,
.fr-icon-cloud-line:before {
    -webkit-mask-image: url('/assets/theme_image/cloud-line.svg');
    mask-image: url('/assets/theme_image/cloud-line.svg');
}
.fr-icon-copyright-fill:after,
.fr-icon-copyright-fill:before {
    -webkit-mask-image: url('/assets/theme_image/copyright-fill.svg');
    mask-image: url('/assets/theme_image/copyright-fill.svg');
}
.fr-icon-copyright-line:after,
.fr-icon-copyright-line:before {
    -webkit-mask-image: url('/assets/theme_image/copyright-line.svg');
    mask-image: url('/assets/theme_image/copyright-line.svg');
}
.fr-icon-customer-service-fill:after,
.fr-icon-customer-service-fill:before {
    -webkit-mask-image: url('/assets/theme_image/customer-service-fill.svg');
    mask-image: url('/assets/theme_image/customer-service-fill.svg');
}
.fr-icon-customer-service-line:after,
.fr-icon-customer-service-line:before {
    -webkit-mask-image: url('/assets/theme_image/customer-service-line.svg');
    mask-image: url('/assets/theme_image/customer-service-line.svg');
}
.fr-icon-flag-fill:after,
.fr-icon-flag-fill:before {
    -webkit-mask-image: url('/assets/theme_image/flag-fill.svg');
    mask-image: url('/assets/theme_image/flag-fill.svg');
}
.fr-icon-flag-line:after,
.fr-icon-flag-line:before {
    -webkit-mask-image: url('/assets/theme_image/flag-line.svg');
    mask-image: url('/assets/theme_image/flag-line.svg');
}
.fr-icon-global-fill:after,
.fr-icon-global-fill:before {
    -webkit-mask-image: url('/assets/theme_image/global-fill.svg');
    mask-image: url('/assets/theme_image/global-fill.svg');
}
.fr-icon-global-line:after,
.fr-icon-global-line:before {
    -webkit-mask-image: url('/assets/theme_image/global-line.svg');
    mask-image: url('/assets/theme_image/global-line.svg');
}
.fr-icon-line-chart-fill:after,
.fr-icon-line-chart-fill:before {
    -webkit-mask-image: url('/assets/theme_image/line-chart-fill.svg');
    mask-image: url('/assets/theme_image/line-chart-fill.svg');
}
.fr-icon-line-chart-line:after,
.fr-icon-line-chart-line:before {
    -webkit-mask-image: url('/assets/theme_image/line-chart-line.svg');
    mask-image: url('/assets/theme_image/line-chart-line.svg');
}
.fr-icon-links-fill:after,
.fr-icon-links-fill:before {
    -webkit-mask-image: url('/assets/theme_image/links-fill.svg');
    mask-image: url('/assets/theme_image/links-fill.svg');
}
.fr-icon-links-line:after,
.fr-icon-links-line:before {
    -webkit-mask-image: url('/assets/theme_image/links-line.svg');
    mask-image: url('/assets/theme_image/links-line.svg');
}
.fr-icon-mail-fill:after,
.fr-icon-mail-fill:before {
    -webkit-mask-image: url('/assets/theme_image/mail-fill.svg');
    mask-image: url('/assets/theme_image/mail-fill.svg');
}
.fr-icon-mail-line:after,
.fr-icon-mail-line:before {
    -webkit-mask-image: url('/assets/theme_image/mail-line.svg');
    mask-image: url('/assets/theme_image/mail-line.svg');
}
.fr-icon-mail-open-fill:after,
.fr-icon-mail-open-fill:before {
    -webkit-mask-image: url('/assets/theme_image/mail-open-fill.svg');
    mask-image: url('/assets/theme_image/mail-open-fill.svg');
}
.fr-icon-mail-open-line:after,
.fr-icon-mail-open-line:before {
    -webkit-mask-image: url('/assets/theme_image/mail-open-line.svg');
    mask-image: url('/assets/theme_image/mail-open-line.svg');
}
.fr-icon-medal-fill:after,
.fr-icon-medal-fill:before {
    -webkit-mask-image: url('/assets/theme_image/medal-fill.svg');
    mask-image: url('/assets/theme_image/medal-fill.svg');
}
.fr-icon-medal-line:after,
.fr-icon-medal-line:before {
    -webkit-mask-image: url('/assets/theme_image/medal-line.svg');
    mask-image: url('/assets/theme_image/medal-line.svg');
}
.fr-icon-pie-chart-2-fill:after,
.fr-icon-pie-chart-2-fill:before {
    -webkit-mask-image: url('/assets/theme_image/pie-chart-2-fill.svg');
    mask-image: url('/assets/theme_image/pie-chart-2-fill.svg');
}
.fr-icon-pie-chart-2-line:after,
.fr-icon-pie-chart-2-line:before {
    -webkit-mask-image: url('/assets/theme_image/pie-chart-2-line.svg');
    mask-image: url('/assets/theme_image/pie-chart-2-line.svg');
}
.fr-icon-pie-chart-box-fill:after,
.fr-icon-pie-chart-box-fill:before {
    -webkit-mask-image: url('/assets/theme_image/pie-chart-box-fill.svg');
    mask-image: url('/assets/theme_image/pie-chart-box-fill.svg');
}
.fr-icon-pie-chart-box-line:after,
.fr-icon-pie-chart-box-line:before {
    -webkit-mask-image: url('/assets/theme_image/pie-chart-box-line.svg');
    mask-image: url('/assets/theme_image/pie-chart-box-line.svg');
}
.fr-icon-printer-fill:after,
.fr-icon-printer-fill:before {
    -webkit-mask-image: url('/assets/theme_image/printer-fill.svg');
    mask-image: url('/assets/theme_image/printer-fill.svg');
}
.fr-icon-printer-line:after,
.fr-icon-printer-line:before {
    -webkit-mask-image: url('/assets/theme_image/printer-line.svg');
    mask-image: url('/assets/theme_image/printer-line.svg');
}
.fr-icon-profil-fill:after,
.fr-icon-profil-fill:before {
    -webkit-mask-image: url('/assets/theme_image/profil-fill.svg');
    mask-image: url('/assets/theme_image/profil-fill.svg');
}
.fr-icon-profil-line:after,
.fr-icon-profil-line:before {
    -webkit-mask-image: url('/assets/theme_image/profil-line.svg');
    mask-image: url('/assets/theme_image/profil-line.svg');
}
.fr-icon-projector-2-fill:after,
.fr-icon-projector-2-fill:before {
    -webkit-mask-image: url('/assets/theme_image/projector-2-fill.svg');
    mask-image: url('/assets/theme_image/projector-2-fill.svg');
}
.fr-icon-projector-2-line:after,
.fr-icon-projector-2-line:before {
    -webkit-mask-image: url('/assets/theme_image/projector-2-line.svg');
    mask-image: url('/assets/theme_image/projector-2-line.svg');
}
.fr-icon-send-plane-fill:after,
.fr-icon-send-plane-fill:before {
    -webkit-mask-image: url('/assets/theme_image/send-plane-fill.svg');
    mask-image: url('/assets/theme_image/send-plane-fill.svg');
}
.fr-icon-send-plane-line:after,
.fr-icon-send-plane-line:before {
    -webkit-mask-image: url('/assets/theme_image/send-plane-line.svg');
    mask-image: url('/assets/theme_image/send-plane-line.svg');
}
.fr-icon-slideshow-fill:after,
.fr-icon-slideshow-fill:before {
    -webkit-mask-image: url('/assets/theme_image/slideshow-fill.svg');
    mask-image: url('/assets/theme_image/slideshow-fill.svg');
}
.fr-icon-slideshow-line:after,
.fr-icon-slideshow-line:before {
    -webkit-mask-image: url('/assets/theme_image/slideshow-line.svg');
    mask-image: url('/assets/theme_image/slideshow-line.svg');
}
.fr-icon-window-fill:after,
.fr-icon-window-fill:before {
    -webkit-mask-image: url('/assets/theme_image/window-fill.svg');
    mask-image: url('/assets/theme_image/window-fill.svg');
}
.fr-icon-window-line:after,
.fr-icon-window-line:before {
    -webkit-mask-image: url('/assets/theme_image/window-line.svg');
    mask-image: url('/assets/theme_image/window-line.svg');
}
.fr-fi-attachment-fill:after,
.fr-fi-attachment-fill:before {
    -webkit-mask-image: url('/assets/theme_image/attachment-fill.svg');
    mask-image: url('/assets/theme_image/attachment-fill.svg');
}
.fr-fi-attachment-line:after,
.fr-fi-attachment-line:before {
    -webkit-mask-image: url('/assets/theme_image/attachment-line.svg');
    mask-image: url('/assets/theme_image/attachment-line.svg');
}
.fr-fi-calendar-fill:after,
.fr-fi-calendar-fill:before {
    -webkit-mask-image: url('/assets/theme_image/calendar-fill.svg');
    mask-image: url('/assets/theme_image/calendar-fill.svg');
}
.fr-fi-calendar-line:after,
.fr-fi-calendar-line:before {
    -webkit-mask-image: url('/assets/theme_image/calendar-line.svg');
    mask-image: url('/assets/theme_image/calendar-line.svg');
}
.fr-fi-line-chart-fill:after,
.fr-fi-line-chart-fill:before {
    -webkit-mask-image: url('/assets/theme_image/line-chart-fill.svg');
    mask-image: url('/assets/theme_image/line-chart-fill.svg');
}
.fr-fi-line-chart-line:after,
.fr-fi-line-chart-line:before {
    -webkit-mask-image: url('/assets/theme_image/line-chart-line.svg');
    mask-image: url('/assets/theme_image/line-chart-line.svg');
}
.fr-fi-links-fill:after,
.fr-fi-links-fill:before {
    -webkit-mask-image: url('/assets/theme_image/links-fill.svg');
    mask-image: url('/assets/theme_image/links-fill.svg');
}
.fr-fi-mail-fill:after,
.fr-fi-mail-fill:before {
    -webkit-mask-image: url('/assets/theme_image/mail-fill.svg');
    mask-image: url('/assets/theme_image/mail-fill.svg');
}
.fr-fi-mail-line:after,
.fr-fi-mail-line:before {
    -webkit-mask-image: url('/assets/theme_image/mail-line.svg');
    mask-image: url('/assets/theme_image/mail-line.svg');
}
.fr-fi-printer-fill:after,
.fr-fi-printer-fill:before {
    -webkit-mask-image: url('/assets/theme_image/printer-fill.svg');
    mask-image: url('/assets/theme_image/printer-fill.svg');
}
.fr-fi-printer-line:after,
.fr-fi-printer-line:before {
    -webkit-mask-image: url('/assets/theme_image/printer-line.svg');
    mask-image: url('/assets/theme_image/printer-line.svg');
}
.fr-icon-chat-2-fill:after,
.fr-icon-chat-2-fill:before {
    -webkit-mask-image: url('/assets/theme_image/chat-2-fill.svg');
    mask-image: url('/assets/theme_image/chat-2-fill.svg');
}
.fr-icon-chat-2-line:after,
.fr-icon-chat-2-line:before {
    -webkit-mask-image: url('/assets/theme_image/chat-2-line.svg');
    mask-image: url('/assets/theme_image/chat-2-line.svg');
}
.fr-icon-chat-3-fill:after,
.fr-icon-chat-3-fill:before {
    -webkit-mask-image: url('/assets/theme_image/chat-3-fill.svg');
    mask-image: url('/assets/theme_image/chat-3-fill.svg');
}
.fr-icon-chat-3-line:after,
.fr-icon-chat-3-line:before {
    -webkit-mask-image: url('/assets/theme_image/chat-3-line.svg');
    mask-image: url('/assets/theme_image/chat-3-line.svg');
}
.fr-icon-chat-check-fill:after,
.fr-icon-chat-check-fill:before {
    -webkit-mask-image: url('/assets/theme_image/chat-check-fill.svg');
    mask-image: url('/assets/theme_image/chat-check-fill.svg');
}
.fr-icon-chat-check-line:after,
.fr-icon-chat-check-line:before {
    -webkit-mask-image: url('/assets/theme_image/chat-check-line.svg');
    mask-image: url('/assets/theme_image/chat-check-line.svg');
}
.fr-icon-chat-delete-fill:after,
.fr-icon-chat-delete-fill:before {
    -webkit-mask-image: url('/assets/theme_image/chat-delete-fill.svg');
    mask-image: url('/assets/theme_image/chat-delete-fill.svg');
}
.fr-icon-chat-delete-line:after,
.fr-icon-chat-delete-line:before {
    -webkit-mask-image: url('/assets/theme_image/chat-delete-line.svg');
    mask-image: url('/assets/theme_image/chat-delete-line.svg');
}
.fr-icon-chat-poll-fill:after,
.fr-icon-chat-poll-fill:before {
    -webkit-mask-image: url('/assets/theme_image/chat-poll-fill.svg');
    mask-image: url('/assets/theme_image/chat-poll-fill.svg');
}
.fr-icon-chat-poll-line:after,
.fr-icon-chat-poll-line:before {
    -webkit-mask-image: url('/assets/theme_image/chat-poll-line.svg');
    mask-image: url('/assets/theme_image/chat-poll-line.svg');
}
.fr-icon-discuss-fill:after,
.fr-icon-discuss-fill:before {
    -webkit-mask-image: url('/assets/theme_image/discuss-fill.svg');
    mask-image: url('/assets/theme_image/discuss-fill.svg');
}
.fr-icon-discuss-line:after,
.fr-icon-discuss-line:before {
    -webkit-mask-image: url('/assets/theme_image/discuss-line.svg');
    mask-image: url('/assets/theme_image/discuss-line.svg');
}
.fr-icon-feedback-fill:after,
.fr-icon-feedback-fill:before {
    -webkit-mask-image: url('/assets/theme_image/feedback-fill.svg');
    mask-image: url('/assets/theme_image/feedback-fill.svg');
}
.fr-icon-feedback-line:after,
.fr-icon-feedback-line:before {
    -webkit-mask-image: url('/assets/theme_image/feedback-line.svg');
    mask-image: url('/assets/theme_image/feedback-line.svg');
}
.fr-icon-message-2-fill:after,
.fr-icon-message-2-fill:before {
    -webkit-mask-image: url('/assets/theme_image/message-2-fill.svg');
    mask-image: url('/assets/theme_image/message-2-fill.svg');
}
.fr-icon-message-2-line:after,
.fr-icon-message-2-line:before {
    -webkit-mask-image: url('/assets/theme_image/message-2-line.svg');
    mask-image: url('/assets/theme_image/message-2-line.svg');
}
.fr-icon-question-answer-fill:after,
.fr-icon-question-answer-fill:before {
    -webkit-mask-image: url('/assets/theme_image/question-answer-fill.svg');
    mask-image: url('/assets/theme_image/question-answer-fill.svg');
}
.fr-icon-question-answer-line:after,
.fr-icon-question-answer-line:before {
    -webkit-mask-image: url('/assets/theme_image/question-answer-line.svg');
    mask-image: url('/assets/theme_image/question-answer-line.svg');
}
.fr-icon-questionnaire-fill:after,
.fr-icon-questionnaire-fill:before {
    -webkit-mask-image: url('/assets/theme_image/questionnaire-fill.svg');
    mask-image: url('/assets/theme_image/questionnaire-fill.svg');
}
.fr-icon-questionnaire-line:after,
.fr-icon-questionnaire-line:before {
    -webkit-mask-image: url('/assets/theme_image/questionnaire-line.svg');
    mask-image: url('/assets/theme_image/questionnaire-line.svg');
}
.fr-icon-video-chat-fill:after,
.fr-icon-video-chat-fill:before {
    -webkit-mask-image: url('/assets/theme_image/video-chat-fill.svg');
    mask-image: url('/assets/theme_image/video-chat-fill.svg');
}
.fr-icon-video-chat-line:after,
.fr-icon-video-chat-line:before {
    -webkit-mask-image: url('/assets/theme_image/video-chat-line.svg');
    mask-image: url('/assets/theme_image/video-chat-line.svg');
}
.fr-icon-ball-pen-fill:after,
.fr-icon-ball-pen-fill:before {
    -webkit-mask-image: url('/assets/theme_image/ball-pen-fill.svg');
    mask-image: url('/assets/theme_image/ball-pen-fill.svg');
}
.fr-icon-ball-pen-line:after,
.fr-icon-ball-pen-line:before {
    -webkit-mask-image: url('/assets/theme_image/ball-pen-line.svg');
    mask-image: url('/assets/theme_image/ball-pen-line.svg');
}
.fr-icon-brush-3-fill:after,
.fr-icon-brush-3-fill:before {
    -webkit-mask-image: url('/assets/theme_image/brush-3-fill.svg');
    mask-image: url('/assets/theme_image/brush-3-fill.svg');
}
.fr-icon-brush-3-line:after,
.fr-icon-brush-3-line:before {
    -webkit-mask-image: url('/assets/theme_image/brush-3-line.svg');
    mask-image: url('/assets/theme_image/brush-3-line.svg');
}
.fr-icon-brush-fill:after,
.fr-icon-brush-fill:before {
    -webkit-mask-image: url('/assets/theme_image/brush-fill.svg');
    mask-image: url('/assets/theme_image/brush-fill.svg');
}
.fr-icon-brush-line:after,
.fr-icon-brush-line:before {
    -webkit-mask-image: url('/assets/theme_image/brush-line.svg');
    mask-image: url('/assets/theme_image/brush-line.svg');
}
.fr-icon-contrast-fill:after,
.fr-icon-contrast-fill:before {
    -webkit-mask-image: url('/assets/theme_image/contrast-fill.svg');
    mask-image: url('/assets/theme_image/contrast-fill.svg');
}
.fr-icon-contrast-line:after,
.fr-icon-contrast-line:before {
    -webkit-mask-image: url('/assets/theme_image/contrast-line.svg');
    mask-image: url('/assets/theme_image/contrast-line.svg');
}
.fr-icon-crop-fill:after,
.fr-icon-crop-fill:before {
    -webkit-mask-image: url('/assets/theme_image/crop-fill.svg');
    mask-image: url('/assets/theme_image/crop-fill.svg');
}
.fr-icon-crop-line:after,
.fr-icon-crop-line:before {
    -webkit-mask-image: url('/assets/theme_image/crop-line.svg');
    mask-image: url('/assets/theme_image/crop-line.svg');
}
.fr-icon-drag-move-2-fill:after,
.fr-icon-drag-move-2-fill:before {
    -webkit-mask-image: url('/assets/theme_image/drag-move-2-fill.svg');
    mask-image: url('/assets/theme_image/drag-move-2-fill.svg');
}
.fr-icon-drag-move-2-line:after,
.fr-icon-drag-move-2-line:before {
    -webkit-mask-image: url('/assets/theme_image/drag-move-2-line.svg');
    mask-image: url('/assets/theme_image/drag-move-2-line.svg');
}
.fr-icon-drop-fill:after,
.fr-icon-drop-fill:before {
    -webkit-mask-image: url('/assets/theme_image/drop-fill.svg');
    mask-image: url('/assets/theme_image/drop-fill.svg');
}
.fr-icon-drop-line:after,
.fr-icon-drop-line:before {
    -webkit-mask-image: url('/assets/theme_image/drop-line.svg');
    mask-image: url('/assets/theme_image/drop-line.svg');
}
.fr-icon-edit-box-fill:after,
.fr-icon-edit-box-fill:before {
    -webkit-mask-image: url('/assets/theme_image/edit-box-fill.svg');
    mask-image: url('/assets/theme_image/edit-box-fill.svg');
}
.fr-icon-edit-box-line:after,
.fr-icon-edit-box-line:before {
    -webkit-mask-image: url('/assets/theme_image/edit-box-line.svg');
    mask-image: url('/assets/theme_image/edit-box-line.svg');
}
.fr-icon-edit-fill:after,
.fr-icon-edit-fill:before {
    -webkit-mask-image: url('/assets/theme_image/edit-fill.svg');
    mask-image: url('/assets/theme_image/edit-fill.svg');
}
.fr-icon-edit-line:after,
.fr-icon-edit-line:before {
    -webkit-mask-image: url('/assets/theme_image/edit-line.svg');
    mask-image: url('/assets/theme_image/edit-line.svg');
}
.fr-icon-ink-bottle-fill:after,
.fr-icon-ink-bottle-fill:before {
    -webkit-mask-image: url('/assets/theme_image/ink-bottle-fill.svg');
    mask-image: url('/assets/theme_image/ink-bottle-fill.svg');
}
.fr-icon-ink-bottle-line:after,
.fr-icon-ink-bottle-line:before {
    -webkit-mask-image: url('/assets/theme_image/ink-bottle-line.svg');
    mask-image: url('/assets/theme_image/ink-bottle-line.svg');
}
.fr-icon-layout-grid-fill:after,
.fr-icon-layout-grid-fill:before {
    -webkit-mask-image: url('/assets/theme_image/layout-grid-fill.svg');
    mask-image: url('/assets/theme_image/layout-grid-fill.svg');
}
.fr-icon-layout-grid-line:after,
.fr-icon-layout-grid-line:before {
    -webkit-mask-image: url('/assets/theme_image/layout-grid-line.svg');
    mask-image: url('/assets/theme_image/layout-grid-line.svg');
}
.fr-icon-mark-pen-fill:after,
.fr-icon-mark-pen-fill:before {
    -webkit-mask-image: url('/assets/theme_image/mark-pen-fill.svg');
    mask-image: url('/assets/theme_image/mark-pen-fill.svg');
}
.fr-icon-mark-pen-line:after,
.fr-icon-mark-pen-line:before {
    -webkit-mask-image: url('/assets/theme_image/mark-pen-line.svg');
    mask-image: url('/assets/theme_image/mark-pen-line.svg');
}
.fr-icon-paint-brush-fill:after,
.fr-icon-paint-brush-fill:before {
    -webkit-mask-image: url('/assets/theme_image/paint-brush-fill.svg');
    mask-image: url('/assets/theme_image/paint-brush-fill.svg');
}
.fr-icon-paint-brush-line:after,
.fr-icon-paint-brush-line:before {
    -webkit-mask-image: url('/assets/theme_image/paint-brush-line.svg');
    mask-image: url('/assets/theme_image/paint-brush-line.svg');
}
.fr-icon-paint-fill:after,
.fr-icon-paint-fill:before {
    -webkit-mask-image: url('/assets/theme_image/paint-fill.svg');
    mask-image: url('/assets/theme_image/paint-fill.svg');
}
.fr-icon-paint-line:after,
.fr-icon-paint-line:before {
    -webkit-mask-image: url('/assets/theme_image/paint-line.svg');
    mask-image: url('/assets/theme_image/paint-line.svg');
}
.fr-icon-palette-fill:after,
.fr-icon-palette-fill:before {
    -webkit-mask-image: url('/assets/theme_image/palette-fill.svg');
    mask-image: url('/assets/theme_image/palette-fill.svg');
}
.fr-icon-palette-line:after,
.fr-icon-palette-line:before {
    -webkit-mask-image: url('/assets/theme_image/palette-line.svg');
    mask-image: url('/assets/theme_image/palette-line.svg');
}
.fr-icon-pantone-fill:after,
.fr-icon-pantone-fill:before {
    -webkit-mask-image: url('/assets/theme_image/pantone-fill.svg');
    mask-image: url('/assets/theme_image/pantone-fill.svg');
}
.fr-icon-pantone-line:after,
.fr-icon-pantone-line:before {
    -webkit-mask-image: url('/assets/theme_image/pantone-line.svg');
    mask-image: url('/assets/theme_image/pantone-line.svg');
}
.fr-icon-pen-nib-fill:after,
.fr-icon-pen-nib-fill:before {
    -webkit-mask-image: url('/assets/theme_image/pen-nib-fill.svg');
    mask-image: url('/assets/theme_image/pen-nib-fill.svg');
}
.fr-icon-pen-nib-line:after,
.fr-icon-pen-nib-line:before {
    -webkit-mask-image: url('/assets/theme_image/pen-nib-line.svg');
    mask-image: url('/assets/theme_image/pen-nib-line.svg');
}
.fr-icon-pencil-fill:after,
.fr-icon-pencil-fill:before {
    -webkit-mask-image: url('/assets/theme_image/pencil-fill.svg');
    mask-image: url('/assets/theme_image/pencil-fill.svg');
}
.fr-icon-pencil-line:after,
.fr-icon-pencil-line:before {
    -webkit-mask-image: url('/assets/theme_image/pencil-line.svg');
    mask-image: url('/assets/theme_image/pencil-line.svg');
}
.fr-icon-pencil-ruler-fill:after,
.fr-icon-pencil-ruler-fill:before {
    -webkit-mask-image: url('/assets/theme_image/pencil-ruler-fill.svg');
    mask-image: url('/assets/theme_image/pencil-ruler-fill.svg');
}
.fr-icon-pencil-ruler-line:after,
.fr-icon-pencil-ruler-line:before {
    -webkit-mask-image: url('/assets/theme_image/pencil-ruler-line.svg');
    mask-image: url('/assets/theme_image/pencil-ruler-line.svg');
}
.fr-icon-sip-fill:after,
.fr-icon-sip-fill:before {
    -webkit-mask-image: url('/assets/theme_image/sip-fill.svg');
    mask-image: url('/assets/theme_image/sip-fill.svg');
}
.fr-icon-sip-line:after,
.fr-icon-sip-line:before {
    -webkit-mask-image: url('/assets/theme_image/sip-line.svg');
    mask-image: url('/assets/theme_image/sip-line.svg');
}
.fr-icon-table-fill:after,
.fr-icon-table-fill:before {
    -webkit-mask-image: url('/assets/theme_image/table-fill.svg');
    mask-image: url('/assets/theme_image/table-fill.svg');
}
.fr-icon-table-line:after,
.fr-icon-table-line:before {
    -webkit-mask-image: url('/assets/theme_image/table-line.svg');
    mask-image: url('/assets/theme_image/table-line.svg');
}
.fr-fi-edit-fill:after,
.fr-fi-edit-fill:before {
    -webkit-mask-image: url('/assets/theme_image/edit-fill.svg');
    mask-image: url('/assets/theme_image/edit-fill.svg');
}
.fr-fi-edit-line:after,
.fr-fi-edit-line:before {
    -webkit-mask-image: url('/assets/theme_image/edit-line.svg');
    mask-image: url('/assets/theme_image/edit-line.svg');
}
.fr-icon-bug-fill:after,
.fr-icon-bug-fill:before {
    -webkit-mask-image: url('/assets/theme_image/bug-fill.svg');
    mask-image: url('/assets/theme_image/bug-fill.svg');
}
.fr-icon-bug-line:after,
.fr-icon-bug-line:before {
    -webkit-mask-image: url('/assets/theme_image/bug-line.svg');
    mask-image: url('/assets/theme_image/bug-line.svg');
}
.fr-icon-code-box-fill:after,
.fr-icon-code-box-fill:before {
    -webkit-mask-image: url('/assets/theme_image/code-box-fill.svg');
    mask-image: url('/assets/theme_image/code-box-fill.svg');
}
.fr-icon-code-box-line:after,
.fr-icon-code-box-line:before {
    -webkit-mask-image: url('/assets/theme_image/code-box-line.svg');
    mask-image: url('/assets/theme_image/code-box-line.svg');
}
.fr-icon-code-s-slash-line:after,
.fr-icon-code-s-slash-line:before {
    -webkit-mask-image: url('/assets/theme_image/code-s-slash-line.svg');
    mask-image: url('/assets/theme_image/code-s-slash-line.svg');
}
.fr-icon-cursor-fill:after,
.fr-icon-cursor-fill:before {
    -webkit-mask-image: url('/assets/theme_image/cursor-fill.svg');
    mask-image: url('/assets/theme_image/cursor-fill.svg');
}
.fr-icon-cursor-line:after,
.fr-icon-cursor-line:before {
    -webkit-mask-image: url('/assets/theme_image/cursor-line.svg');
    mask-image: url('/assets/theme_image/cursor-line.svg');
}
.fr-icon-git-branch-fill:after,
.fr-icon-git-branch-fill:before {
    -webkit-mask-image: url('/assets/theme_image/git-branch-fill.svg');
    mask-image: url('/assets/theme_image/git-branch-fill.svg');
}
.fr-icon-git-branch-line:after,
.fr-icon-git-branch-line:before {
    -webkit-mask-image: url('/assets/theme_image/git-branch-line.svg');
    mask-image: url('/assets/theme_image/git-branch-line.svg');
}
.fr-icon-git-commit-fill:after,
.fr-icon-git-commit-fill:before {
    -webkit-mask-image: url('/assets/theme_image/git-commit-fill.svg');
    mask-image: url('/assets/theme_image/git-commit-fill.svg');
}
.fr-icon-git-commit-line:after,
.fr-icon-git-commit-line:before {
    -webkit-mask-image: url('/assets/theme_image/git-commit-line.svg');
    mask-image: url('/assets/theme_image/git-commit-line.svg');
}
.fr-icon-git-merge-fill:after,
.fr-icon-git-merge-fill:before {
    -webkit-mask-image: url('/assets/theme_image/git-merge-fill.svg');
    mask-image: url('/assets/theme_image/git-merge-fill.svg');
}
.fr-icon-git-merge-line:after,
.fr-icon-git-merge-line:before {
    -webkit-mask-image: url('/assets/theme_image/git-merge-line.svg');
    mask-image: url('/assets/theme_image/git-merge-line.svg');
}
.fr-icon-git-pull-request-fill:after,
.fr-icon-git-pull-request-fill:before {
    -webkit-mask-image: url('/assets/theme_image/git-pull-request-fill.svg');
    mask-image: url('/assets/theme_image/git-pull-request-fill.svg');
}
.fr-icon-git-pull-request-line:after,
.fr-icon-git-pull-request-line:before {
    -webkit-mask-image: url('/assets/theme_image/git-pull-request-line.svg');
    mask-image: url('/assets/theme_image/git-pull-request-line.svg');
}
.fr-icon-git-repository-commits-fill:after,
.fr-icon-git-repository-commits-fill:before {
    -webkit-mask-image: url('/assets/theme_image/git-repository-commits-fill.svg');
    mask-image: url('/assets/theme_image/git-repository-commits-fill.svg');
}
.fr-icon-git-repository-commits-line:after,
.fr-icon-git-repository-commits-line:before {
    -webkit-mask-image: url('/assets/theme_image/git-repository-commits-line.svg');
    mask-image: url('/assets/theme_image/git-repository-commits-line.svg');
}
.fr-icon-git-repository-fill:after,
.fr-icon-git-repository-fill:before {
    -webkit-mask-image: url('/assets/theme_image/git-repository-fill.svg');
    mask-image: url('/assets/theme_image/git-repository-fill.svg');
}
.fr-icon-git-repository-line:after,
.fr-icon-git-repository-line:before {
    -webkit-mask-image: url('/assets/theme_image/git-repository-line.svg');
    mask-image: url('/assets/theme_image/git-repository-line.svg');
}
.fr-icon-git-repository-private-fill:after,
.fr-icon-git-repository-private-fill:before {
    -webkit-mask-image: url('/assets/theme_image/git-repository-private-fill.svg');
    mask-image: url('/assets/theme_image/git-repository-private-fill.svg');
}
.fr-icon-git-repository-private-line:after,
.fr-icon-git-repository-private-line:before {
    -webkit-mask-image: url('/assets/theme_image/git-repository-private-line.svg');
    mask-image: url('/assets/theme_image/git-repository-private-line.svg');
}
.fr-icon-terminal-box-fill:after,
.fr-icon-terminal-box-fill:before {
    -webkit-mask-image: url('/assets/theme_image/terminal-box-fill.svg');
    mask-image: url('/assets/theme_image/terminal-box-fill.svg');
}
.fr-icon-terminal-box-line:after,
.fr-icon-terminal-box-line:before {
    -webkit-mask-image: url('/assets/theme_image/terminal-box-line.svg');
    mask-image: url('/assets/theme_image/terminal-box-line.svg');
}
.fr-icon-terminal-line:after,
.fr-icon-terminal-line:before {
    -webkit-mask-image: url('/assets/theme_image/terminal-line.svg');
    mask-image: url('/assets/theme_image/terminal-line.svg');
}
.fr-icon-terminal-window-fill:after,
.fr-icon-terminal-window-fill:before {
    -webkit-mask-image: url('/assets/theme_image/terminal-window-fill.svg');
    mask-image: url('/assets/theme_image/terminal-window-fill.svg');
}
.fr-icon-terminal-window-line:after,
.fr-icon-terminal-window-line:before {
    -webkit-mask-image: url('/assets/theme_image/terminal-window-line.svg');
    mask-image: url('/assets/theme_image/terminal-window-line.svg');
}
.fr-icon-bluetooth-fill:after,
.fr-icon-bluetooth-fill:before {
    -webkit-mask-image: url('/assets/theme_image/bluetooth-fill.svg');
    mask-image: url('/assets/theme_image/bluetooth-fill.svg');
}
.fr-icon-bluetooth-line:after,
.fr-icon-bluetooth-line:before {
    -webkit-mask-image: url('/assets/theme_image/bluetooth-line.svg');
    mask-image: url('/assets/theme_image/bluetooth-line.svg');
}
.fr-icon-computer-fill:after,
.fr-icon-computer-fill:before {
    -webkit-mask-image: url('/assets/theme_image/computer-fill.svg');
    mask-image: url('/assets/theme_image/computer-fill.svg');
}
.fr-icon-computer-line:after,
.fr-icon-computer-line:before {
    -webkit-mask-image: url('/assets/theme_image/computer-line.svg');
    mask-image: url('/assets/theme_image/computer-line.svg');
}
.fr-icon-dashboard-3-fill:after,
.fr-icon-dashboard-3-fill:before {
    -webkit-mask-image: url('/assets/theme_image/dashboard-3-fill.svg');
    mask-image: url('/assets/theme_image/dashboard-3-fill.svg');
}
.fr-icon-dashboard-3-line:after,
.fr-icon-dashboard-3-line:before {
    -webkit-mask-image: url('/assets/theme_image/dashboard-3-line.svg');
    mask-image: url('/assets/theme_image/dashboard-3-line.svg');
}
.fr-icon-database-fill:after,
.fr-icon-database-fill:before {
    -webkit-mask-image: url('/assets/theme_image/database-fill.svg');
    mask-image: url('/assets/theme_image/database-fill.svg');
}
.fr-icon-database-line:after,
.fr-icon-database-line:before {
    -webkit-mask-image: url('/assets/theme_image/database-line.svg');
    mask-image: url('/assets/theme_image/database-line.svg');
}
.fr-icon-device-fill:after,
.fr-icon-device-fill:before {
    -webkit-mask-image: url('/assets/theme_image/device-fill.svg');
    mask-image: url('/assets/theme_image/device-fill.svg');
}
.fr-icon-device-line:after,
.fr-icon-device-line:before {
    -webkit-mask-image: url('/assets/theme_image/device-line.svg');
    mask-image: url('/assets/theme_image/device-line.svg');
}
.fr-icon-hard-drive-2-fill:after,
.fr-icon-hard-drive-2-fill:before {
    -webkit-mask-image: url('/assets/theme_image/hard-drive-2-fill.svg');
    mask-image: url('/assets/theme_image/hard-drive-2-fill.svg');
}
.fr-icon-hard-drive-2-line:after,
.fr-icon-hard-drive-2-line:before {
    -webkit-mask-image: url('/assets/theme_image/hard-drive-2-line.svg');
    mask-image: url('/assets/theme_image/hard-drive-2-line.svg');
}
.fr-icon-mac-fill:after,
.fr-icon-mac-fill:before {
    -webkit-mask-image: url('/assets/theme_image/mac-fill.svg');
    mask-image: url('/assets/theme_image/mac-fill.svg');
}
.fr-icon-mac-line:after,
.fr-icon-mac-line:before {
    -webkit-mask-image: url('/assets/theme_image/mac-line.svg');
    mask-image: url('/assets/theme_image/mac-line.svg');
}
.fr-icon-phone-fill:after,
.fr-icon-phone-fill:before {
    -webkit-mask-image: url('/assets/theme_image/phone-fill.svg');
    mask-image: url('/assets/theme_image/phone-fill.svg');
}
.fr-icon-phone-line:after,
.fr-icon-phone-line:before {
    -webkit-mask-image: url('/assets/theme_image/phone-line.svg');
    mask-image: url('/assets/theme_image/phone-line.svg');
}
.fr-icon-qr-code-fill:after,
.fr-icon-qr-code-fill:before {
    -webkit-mask-image: url('/assets/theme_image/qr-code-fill.svg');
    mask-image: url('/assets/theme_image/qr-code-fill.svg');
}
.fr-icon-qr-code-line:after,
.fr-icon-qr-code-line:before {
    -webkit-mask-image: url('/assets/theme_image/qr-code-line.svg');
    mask-image: url('/assets/theme_image/qr-code-line.svg');
}
.fr-icon-rss-fill:after,
.fr-icon-rss-fill:before {
    -webkit-mask-image: url('/assets/theme_image/rss-fill.svg');
    mask-image: url('/assets/theme_image/rss-fill.svg');
}
.fr-icon-rss-line:after,
.fr-icon-rss-line:before {
    -webkit-mask-image: url('/assets/theme_image/rss-line.svg');
    mask-image: url('/assets/theme_image/rss-line.svg');
}
.fr-icon-save-3-fill:after,
.fr-icon-save-3-fill:before {
    -webkit-mask-image: url('/assets/theme_image/save-3-fill.svg');
    mask-image: url('/assets/theme_image/save-3-fill.svg');
}
.fr-icon-save-3-line:after,
.fr-icon-save-3-line:before {
    -webkit-mask-image: url('/assets/theme_image/save-3-line.svg');
    mask-image: url('/assets/theme_image/save-3-line.svg');
}
.fr-icon-save-fill:after,
.fr-icon-save-fill:before {
    -webkit-mask-image: url('/assets/theme_image/save-fill.svg');
    mask-image: url('/assets/theme_image/save-fill.svg');
}
.fr-icon-save-line:after,
.fr-icon-save-line:before {
    -webkit-mask-image: url('/assets/theme_image/save-line.svg');
    mask-image: url('/assets/theme_image/save-line.svg');
}
.fr-icon-server-fill:after,
.fr-icon-server-fill:before {
    -webkit-mask-image: url('/assets/theme_image/server-fill.svg');
    mask-image: url('/assets/theme_image/server-fill.svg');
}
.fr-icon-server-line:after,
.fr-icon-server-line:before {
    -webkit-mask-image: url('/assets/theme_image/server-line.svg');
    mask-image: url('/assets/theme_image/server-line.svg');
}
.fr-icon-smartphone-fill:after,
.fr-icon-smartphone-fill:before {
    -webkit-mask-image: url('/assets/theme_image/smartphone-fill.svg');
    mask-image: url('/assets/theme_image/smartphone-fill.svg');
}
.fr-icon-smartphone-line:after,
.fr-icon-smartphone-line:before {
    -webkit-mask-image: url('/assets/theme_image/smartphone-line.svg');
    mask-image: url('/assets/theme_image/smartphone-line.svg');
}
.fr-icon-tablet-fill:after,
.fr-icon-tablet-fill:before {
    -webkit-mask-image: url('/assets/theme_image/tablet-fill.svg');
    mask-image: url('/assets/theme_image/tablet-fill.svg');
}
.fr-icon-tablet-line:after,
.fr-icon-tablet-line:before {
    -webkit-mask-image: url('/assets/theme_image/tablet-line.svg');
    mask-image: url('/assets/theme_image/tablet-line.svg');
}
.fr-icon-tv-fill:after,
.fr-icon-tv-fill:before {
    -webkit-mask-image: url('/assets/theme_image/tv-fill.svg');
    mask-image: url('/assets/theme_image/tv-fill.svg');
}
.fr-icon-tv-line:after,
.fr-icon-tv-line:before {
    -webkit-mask-image: url('/assets/theme_image/tv-line.svg');
    mask-image: url('/assets/theme_image/tv-line.svg');
}
.fr-icon-wifi-fill:after,
.fr-icon-wifi-fill:before {
    -webkit-mask-image: url('/assets/theme_image/wifi-fill.svg');
    mask-image: url('/assets/theme_image/wifi-fill.svg');
}
.fr-icon-wifi-line:after,
.fr-icon-wifi-line:before {
    -webkit-mask-image: url('/assets/theme_image/wifi-line.svg');
    mask-image: url('/assets/theme_image/wifi-line.svg');
}
.fr-fi-phone-fill:after,
.fr-fi-phone-fill:before {
    -webkit-mask-image: url('/assets/theme_image/phone-fill.svg');
    mask-image: url('/assets/theme_image/phone-fill.svg');
}
.fr-fi-phone-line:after,
.fr-fi-phone-line:before {
    -webkit-mask-image: url('/assets/theme_image/phone-line.svg');
    mask-image: url('/assets/theme_image/phone-line.svg');
}
.fr-fi-rss-fill:after,
.fr-fi-rss-fill:before {
    -webkit-mask-image: url('/assets/theme_image/rss-fill.svg');
    mask-image: url('/assets/theme_image/rss-fill.svg');
}
.fr-fi-rss-line:after,
.fr-fi-rss-line:before {
    -webkit-mask-image: url('/assets/theme_image/rss-line.svg');
    mask-image: url('/assets/theme_image/rss-line.svg');
}
.fr-fi-save-fill:after,
.fr-fi-save-fill:before {
    -webkit-mask-image: url('/assets/theme_image/save-fill.svg');
    mask-image: url('/assets/theme_image/save-fill.svg');
}
.fr-fi-save-line:after,
.fr-fi-save-line:before {
    -webkit-mask-image: url('/assets/theme_image/save-line.svg');
    mask-image: url('/assets/theme_image/save-line.svg');
}
.fr-icon-article-fill:after,
.fr-icon-article-fill:before {
    -webkit-mask-image: url('/assets/theme_image/article-fill.svg');
    mask-image: url('/assets/theme_image/article-fill.svg');
}
.fr-icon-article-line:after,
.fr-icon-article-line:before {
    -webkit-mask-image: url('/assets/theme_image/article-line.svg');
    mask-image: url('/assets/theme_image/article-line.svg');
}
.fr-icon-book-2-fill:after,
.fr-icon-book-2-fill:before {
    -webkit-mask-image: url('/assets/theme_image/book-2-fill.svg');
    mask-image: url('/assets/theme_image/book-2-fill.svg');
}
.fr-icon-book-2-line:after,
.fr-icon-book-2-line:before {
    -webkit-mask-image: url('/assets/theme_image/book-2-line.svg');
    mask-image: url('/assets/theme_image/book-2-line.svg');
}
.fr-icon-booklet-fill:after,
.fr-icon-booklet-fill:before {
    -webkit-mask-image: url('/assets/theme_image/booklet-fill.svg');
    mask-image: url('/assets/theme_image/booklet-fill.svg');
}
.fr-icon-booklet-line:after,
.fr-icon-booklet-line:before {
    -webkit-mask-image: url('/assets/theme_image/booklet-line.svg');
    mask-image: url('/assets/theme_image/booklet-line.svg');
}
.fr-icon-clipboard-fill:after,
.fr-icon-clipboard-fill:before {
    -webkit-mask-image: url('/assets/theme_image/clipboard-fill.svg');
    mask-image: url('/assets/theme_image/clipboard-fill.svg');
}
.fr-icon-clipboard-line:after,
.fr-icon-clipboard-line:before {
    -webkit-mask-image: url('/assets/theme_image/clipboard-line.svg');
    mask-image: url('/assets/theme_image/clipboard-line.svg');
}
.fr-icon-draft-fill:after,
.fr-icon-draft-fill:before {
    -webkit-mask-image: url('/assets/theme_image/draft-fill.svg');
    mask-image: url('/assets/theme_image/draft-fill.svg');
}
.fr-icon-draft-line:after,
.fr-icon-draft-line:before {
    -webkit-mask-image: url('/assets/theme_image/draft-line.svg');
    mask-image: url('/assets/theme_image/draft-line.svg');
}
.fr-icon-file-add-fill:after,
.fr-icon-file-add-fill:before {
    -webkit-mask-image: url('/assets/theme_image/file-add-fill.svg');
    mask-image: url('/assets/theme_image/file-add-fill.svg');
}
.fr-icon-file-add-line:after,
.fr-icon-file-add-line:before {
    -webkit-mask-image: url('/assets/theme_image/file-add-line.svg');
    mask-image: url('/assets/theme_image/file-add-line.svg');
}
.fr-icon-file-download-fill:after,
.fr-icon-file-download-fill:before {
    -webkit-mask-image: url('/assets/theme_image/file-download-fill.svg');
    mask-image: url('/assets/theme_image/file-download-fill.svg');
}
.fr-icon-file-download-line:after,
.fr-icon-file-download-line:before {
    -webkit-mask-image: url('/assets/theme_image/file-download-line.svg');
    mask-image: url('/assets/theme_image/file-download-line.svg');
}
.fr-icon-file-fill:after,
.fr-icon-file-fill:before {
    -webkit-mask-image: url('/assets/theme_image/file-fill.svg');
    mask-image: url('/assets/theme_image/file-fill.svg');
}
.fr-icon-file-line:after,
.fr-icon-file-line:before {
    -webkit-mask-image: url('/assets/theme_image/file-line.svg');
    mask-image: url('/assets/theme_image/file-line.svg');
}
.fr-icon-file-pdf-fill:after,
.fr-icon-file-pdf-fill:before {
    -webkit-mask-image: url('/assets/theme_image/file-pdf-fill.svg');
    mask-image: url('/assets/theme_image/file-pdf-fill.svg');
}
.fr-icon-file-pdf-line:after,
.fr-icon-file-pdf-line:before {
    -webkit-mask-image: url('/assets/theme_image/file-pdf-line.svg');
    mask-image: url('/assets/theme_image/file-pdf-line.svg');
}
.fr-icon-file-text-fill:after,
.fr-icon-file-text-fill:before {
    -webkit-mask-image: url('/assets/theme_image/file-text-fill.svg');
    mask-image: url('/assets/theme_image/file-text-fill.svg');
}
.fr-icon-file-text-line:after,
.fr-icon-file-text-line:before {
    -webkit-mask-image: url('/assets/theme_image/file-text-line.svg');
    mask-image: url('/assets/theme_image/file-text-line.svg');
}
.fr-icon-folder-2-fill:after,
.fr-icon-folder-2-fill:before {
    -webkit-mask-image: url('/assets/theme_image/folder-2-fill.svg');
    mask-image: url('/assets/theme_image/folder-2-fill.svg');
}
.fr-icon-folder-2-line:after,
.fr-icon-folder-2-line:before {
    -webkit-mask-image: url('/assets/theme_image/folder-2-line.svg');
    mask-image: url('/assets/theme_image/folder-2-line.svg');
}
.fr-icon-newspaper-fill:after,
.fr-icon-newspaper-fill:before {
    -webkit-mask-image: url('/assets/theme_image/newspaper-fill.svg');
    mask-image: url('/assets/theme_image/newspaper-fill.svg');
}
.fr-icon-newspaper-line:after,
.fr-icon-newspaper-line:before {
    -webkit-mask-image: url('/assets/theme_image/newspaper-line.svg');
    mask-image: url('/assets/theme_image/newspaper-line.svg');
}
.fr-icon-survey-fill:after,
.fr-icon-survey-fill:before {
    -webkit-mask-image: url('/assets/theme_image/survey-fill.svg');
    mask-image: url('/assets/theme_image/survey-fill.svg');
}
.fr-icon-survey-line:after,
.fr-icon-survey-line:before {
    -webkit-mask-image: url('/assets/theme_image/survey-line.svg');
    mask-image: url('/assets/theme_image/survey-line.svg');
}
.fr-icon-todo-fill:after,
.fr-icon-todo-fill:before {
    -webkit-mask-image: url('/assets/theme_image/todo-fill.svg');
    mask-image: url('/assets/theme_image/todo-fill.svg');
}
.fr-icon-todo-line:after,
.fr-icon-todo-line:before {
    -webkit-mask-image: url('/assets/theme_image/todo-line.svg');
    mask-image: url('/assets/theme_image/todo-line.svg');
}
.fr-fi-file-download-fill:after,
.fr-fi-file-download-fill:before {
    -webkit-mask-image: url('/assets/theme_image/file-download-fill.svg');
    mask-image: url('/assets/theme_image/file-download-fill.svg');
}
.fr-fi-file-download-line:after,
.fr-fi-file-download-line:before {
    -webkit-mask-image: url('/assets/theme_image/file-download-line.svg');
    mask-image: url('/assets/theme_image/file-download-line.svg');
}
.fr-fi-file-fill:after,
.fr-fi-file-fill:before {
    -webkit-mask-image: url('/assets/theme_image/file-fill.svg');
    mask-image: url('/assets/theme_image/file-fill.svg');
}
.fr-fi-file-line:after,
.fr-fi-file-line:before {
    -webkit-mask-image: url('/assets/theme_image/file-line.svg');
    mask-image: url('/assets/theme_image/file-line.svg');
}
.fr-fi-file-pdf-fill:after,
.fr-fi-file-pdf-fill:before {
    -webkit-mask-image: url('/assets/theme_image/file-pdf-fill.svg');
    mask-image: url('/assets/theme_image/file-pdf-fill.svg');
}
.fr-fi-file-pdf-line:after,
.fr-fi-file-pdf-line:before {
    -webkit-mask-image: url('/assets/theme_image/file-pdf-line.svg');
    mask-image: url('/assets/theme_image/file-pdf-line.svg');
}
.fr-icon-code-view:after,
.fr-icon-code-view:before {
    -webkit-mask-image: url('/assets/theme_image/code-view.svg');
    mask-image: url('/assets/theme_image/code-view.svg');
}
.fr-icon-font-size:after,
.fr-icon-font-size:before {
    -webkit-mask-image: url('/assets/theme_image/font-size.svg');
    mask-image: url('/assets/theme_image/font-size.svg');
}
.fr-icon-bold:after,
.fr-icon-bold:before {
    -webkit-mask-image: url('/assets/theme_image/fr--bold.svg');
    mask-image: url('/assets/theme_image/fr--bold.svg');
}
.fr-icon-highlight:after,
.fr-icon-highlight:before {
    -webkit-mask-image: url('/assets/theme_image/fr--highlight.svg');
    mask-image: url('/assets/theme_image/fr--highlight.svg');
}
.fr-icon-quote-fill:after,
.fr-icon-quote-fill:before {
    -webkit-mask-image: url('/assets/theme_image/fr--quote-fill.svg');
    mask-image: url('/assets/theme_image/fr--quote-fill.svg');
}
.fr-icon-quote-line:after,
.fr-icon-quote-line:before {
    -webkit-mask-image: url('/assets/theme_image/fr--quote-line.svg');
    mask-image: url('/assets/theme_image/fr--quote-line.svg');
}
.fr-icon-h-1:after,
.fr-icon-h-1:before {
    -webkit-mask-image: url('/assets/theme_image/h-1.svg');
    mask-image: url('/assets/theme_image/h-1.svg');
}
.fr-icon-h-2:after,
.fr-icon-h-2:before {
    -webkit-mask-image: url('/assets/theme_image/h-2.svg');
    mask-image: url('/assets/theme_image/h-2.svg');
}
.fr-icon-h-3:after,
.fr-icon-h-3:before {
    -webkit-mask-image: url('/assets/theme_image/h-3.svg');
    mask-image: url('/assets/theme_image/h-3.svg');
}
.fr-icon-h-4:after,
.fr-icon-h-4:before {
    -webkit-mask-image: url('/assets/theme_image/h-4.svg');
    mask-image: url('/assets/theme_image/h-4.svg');
}
.fr-icon-h-5:after,
.fr-icon-h-5:before {
    -webkit-mask-image: url('/assets/theme_image/h-5.svg');
    mask-image: url('/assets/theme_image/h-5.svg');
}
.fr-icon-h-6:after,
.fr-icon-h-6:before {
    -webkit-mask-image: url('/assets/theme_image/h-6.svg');
    mask-image: url('/assets/theme_image/h-6.svg');
}
.fr-icon-hashtag:after,
.fr-icon-hashtag:before {
    -webkit-mask-image: url('/assets/theme_image/hashtag.svg');
    mask-image: url('/assets/theme_image/hashtag.svg');
}
.fr-icon-italic:after,
.fr-icon-italic:before {
    -webkit-mask-image: url('/assets/theme_image/italic.svg');
    mask-image: url('/assets/theme_image/italic.svg');
}
.fr-icon-link-unlink:after,
.fr-icon-link-unlink:before {
    -webkit-mask-image: url('/assets/theme_image/link-unlink.svg');
    mask-image: url('/assets/theme_image/link-unlink.svg');
}
.fr-icon-link:after,
.fr-icon-link:before {
    -webkit-mask-image: url('/assets/theme_image/link.svg');
    mask-image: url('/assets/theme_image/link.svg');
}
.fr-icon-list-ordered:after,
.fr-icon-list-ordered:before {
    -webkit-mask-image: url('/assets/theme_image/list-ordered.svg');
    mask-image: url('/assets/theme_image/list-ordered.svg');
}
.fr-icon-list-unordered:after,
.fr-icon-list-unordered:before {
    -webkit-mask-image: url('/assets/theme_image/list-unordered.svg');
    mask-image: url('/assets/theme_image/list-unordered.svg');
}
.fr-icon-question-mark:after,
.fr-icon-question-mark:before {
    -webkit-mask-image: url('/assets/theme_image/question-mark.svg');
    mask-image: url('/assets/theme_image/question-mark.svg');
}
.fr-icon-separator:after,
.fr-icon-separator:before {
    -webkit-mask-image: url('/assets/theme_image/separator.svg');
    mask-image: url('/assets/theme_image/separator.svg');
}
.fr-icon-space:after,
.fr-icon-space:before {
    -webkit-mask-image: url('/assets/theme_image/space.svg');
    mask-image: url('/assets/theme_image/space.svg');
}
.fr-icon-subscript:after,
.fr-icon-subscript:before {
    -webkit-mask-image: url('/assets/theme_image/subscript.svg');
    mask-image: url('/assets/theme_image/subscript.svg');
}
.fr-icon-superscript:after,
.fr-icon-superscript:before {
    -webkit-mask-image: url('/assets/theme_image/superscript.svg');
    mask-image: url('/assets/theme_image/superscript.svg');
}
.fr-icon-table-2:after,
.fr-icon-table-2:before {
    -webkit-mask-image: url('/assets/theme_image/table-2.svg');
    mask-image: url('/assets/theme_image/table-2.svg');
}
.fr-icon-translate-2:after,
.fr-icon-translate-2:before {
    -webkit-mask-image: url('/assets/theme_image/translate-2.svg');
    mask-image: url('/assets/theme_image/translate-2.svg');
}
.fr-fi-font-size:after,
.fr-fi-font-size:before {
    -webkit-mask-image: url('/assets/theme_image/font-size.svg');
    mask-image: url('/assets/theme_image/font-size.svg');
}
.fr-fi-bold:after,
.fr-fi-bold:before {
    -webkit-mask-image: url('/assets/theme_image/fr--bold.svg');
    mask-image: url('/assets/theme_image/fr--bold.svg');
}
.fr-fi-highlight:after,
.fr-fi-highlight:before {
    -webkit-mask-image: url('/assets/theme_image/fr--highlight.svg');
    mask-image: url('/assets/theme_image/fr--highlight.svg');
}
.fr-fi-italic:after,
.fr-fi-italic:before {
    -webkit-mask-image: url('/assets/theme_image/italic.svg');
    mask-image: url('/assets/theme_image/italic.svg');
}
.fr-fi-link-unlink:after,
.fr-fi-link-unlink:before {
    -webkit-mask-image: url('/assets/theme_image/link-unlink.svg');
    mask-image: url('/assets/theme_image/link-unlink.svg');
}
.fr-fi-list-ordered:after,
.fr-fi-list-ordered:before {
    -webkit-mask-image: url('/assets/theme_image/list-ordered.svg');
    mask-image: url('/assets/theme_image/list-ordered.svg');
}
.fr-fi-list-unordered:after,
.fr-fi-list-unordered:before {
    -webkit-mask-image: url('/assets/theme_image/list-unordered.svg');
    mask-image: url('/assets/theme_image/list-unordered.svg');
}
.fr-icon-bank-card-fill:after,
.fr-icon-bank-card-fill:before {
    -webkit-mask-image: url('/assets/theme_image/bank-card-fill.svg');
    mask-image: url('/assets/theme_image/bank-card-fill.svg');
}
.fr-icon-bank-card-line:after,
.fr-icon-bank-card-line:before {
    -webkit-mask-image: url('/assets/theme_image/bank-card-line.svg');
    mask-image: url('/assets/theme_image/bank-card-line.svg');
}
.fr-icon-coin-fill:after,
.fr-icon-coin-fill:before {
    -webkit-mask-image: url('/assets/theme_image/coin-fill.svg');
    mask-image: url('/assets/theme_image/coin-fill.svg');
}
.fr-icon-gift-fill:after,
.fr-icon-gift-fill:before {
    -webkit-mask-image: url('/assets/theme_image/gift-fill.svg');
    mask-image: url('/assets/theme_image/gift-fill.svg');
}
.fr-icon-gift-line:after,
.fr-icon-gift-line:before {
    -webkit-mask-image: url('/assets/theme_image/gift-line.svg');
    mask-image: url('/assets/theme_image/gift-line.svg');
}
.fr-icon-money-euro-box-fill:after,
.fr-icon-money-euro-box-fill:before {
    -webkit-mask-image: url('/assets/theme_image/money-euro-box-fill.svg');
    mask-image: url('/assets/theme_image/money-euro-box-fill.svg');
}
.fr-icon-money-euro-box-line:after,
.fr-icon-money-euro-box-line:before {
    -webkit-mask-image: url('/assets/theme_image/money-euro-box-line.svg');
    mask-image: url('/assets/theme_image/money-euro-box-line.svg');
}
.fr-icon-money-euro-circle-fill:after,
.fr-icon-money-euro-circle-fill:before {
    -webkit-mask-image: url('/assets/theme_image/money-euro-circle-fill.svg');
    mask-image: url('/assets/theme_image/money-euro-circle-fill.svg');
}
.fr-icon-money-euro-circle-line:after,
.fr-icon-money-euro-circle-line:before {
    -webkit-mask-image: url('/assets/theme_image/money-euro-circle-line.svg');
    mask-image: url('/assets/theme_image/money-euro-circle-line.svg');
}
.fr-icon-secure-payment-fill:after,
.fr-icon-secure-payment-fill:before {
    -webkit-mask-image: url('/assets/theme_image/secure-payment-fill.svg');
    mask-image: url('/assets/theme_image/secure-payment-fill.svg');
}
.fr-icon-secure-payment-line:after,
.fr-icon-secure-payment-line:before {
    -webkit-mask-image: url('/assets/theme_image/secure-payment-line.svg');
    mask-image: url('/assets/theme_image/secure-payment-line.svg');
}
.fr-icon-shopping-bag-fill:after,
.fr-icon-shopping-bag-fill:before {
    -webkit-mask-image: url('/assets/theme_image/shopping-bag-fill.svg');
    mask-image: url('/assets/theme_image/shopping-bag-fill.svg');
}
.fr-icon-shopping-bag-line:after,
.fr-icon-shopping-bag-line:before {
    -webkit-mask-image: url('/assets/theme_image/shopping-bag-line.svg');
    mask-image: url('/assets/theme_image/shopping-bag-line.svg');
}
.fr-icon-shopping-cart-2-fill:after,
.fr-icon-shopping-cart-2-fill:before {
    -webkit-mask-image: url('/assets/theme_image/shopping-cart-2-fill.svg');
    mask-image: url('/assets/theme_image/shopping-cart-2-fill.svg');
}
.fr-icon-shopping-cart-2-line:after,
.fr-icon-shopping-cart-2-line:before {
    -webkit-mask-image: url('/assets/theme_image/shopping-cart-2-line.svg');
    mask-image: url('/assets/theme_image/shopping-cart-2-line.svg');
}
.fr-icon-trophy-fill:after,
.fr-icon-trophy-fill:before {
    -webkit-mask-image: url('/assets/theme_image/trophy-fill.svg');
    mask-image: url('/assets/theme_image/trophy-fill.svg');
}
.fr-icon-trophy-line:after,
.fr-icon-trophy-line:before {
    -webkit-mask-image: url('/assets/theme_image/trophy-line.svg');
    mask-image: url('/assets/theme_image/trophy-line.svg');
}
.fr-icon-capsule-fill:after,
.fr-icon-capsule-fill:before {
    -webkit-mask-image: url('/assets/theme_image/capsule-fill.svg');
    mask-image: url('/assets/theme_image/capsule-fill.svg');
}
.fr-icon-capsule-line:after,
.fr-icon-capsule-line:before {
    -webkit-mask-image: url('/assets/theme_image/capsule-line.svg');
    mask-image: url('/assets/theme_image/capsule-line.svg');
}
.fr-icon-dislike-fill:after,
.fr-icon-dislike-fill:before {
    -webkit-mask-image: url('/assets/theme_image/dislike-fill.svg');
    mask-image: url('/assets/theme_image/dislike-fill.svg');
}
.fr-icon-dislike-line:after,
.fr-icon-dislike-line:before {
    -webkit-mask-image: url('/assets/theme_image/dislike-line.svg');
    mask-image: url('/assets/theme_image/dislike-line.svg');
}
.fr-icon-dossier-fill:after,
.fr-icon-dossier-fill:before {
    -webkit-mask-image: url('/assets/theme_image/dossier-fill.svg');
    mask-image: url('/assets/theme_image/dossier-fill.svg');
}
.fr-icon-dossier-line:after,
.fr-icon-dossier-line:before {
    -webkit-mask-image: url('/assets/theme_image/dossier-line.svg');
    mask-image: url('/assets/theme_image/dossier-line.svg');
}
.fr-icon-first-aid-kit-fill:after,
.fr-icon-first-aid-kit-fill:before {
    -webkit-mask-image: url('/assets/theme_image/first-aid-kit-fill.svg');
    mask-image: url('/assets/theme_image/first-aid-kit-fill.svg');
}
.fr-icon-first-aid-kit-line:after,
.fr-icon-first-aid-kit-line:before {
    -webkit-mask-image: url('/assets/theme_image/first-aid-kit-line.svg');
    mask-image: url('/assets/theme_image/first-aid-kit-line.svg');
}
.fr-icon-hand-sanitizer-fill:after,
.fr-icon-hand-sanitizer-fill:before {
    -webkit-mask-image: url('/assets/theme_image/hand-sanitizer-fill.svg');
    mask-image: url('/assets/theme_image/hand-sanitizer-fill.svg');
}
.fr-icon-hand-sanitizer-line:after,
.fr-icon-hand-sanitizer-line:before {
    -webkit-mask-image: url('/assets/theme_image/hand-sanitizer-line.svg');
    mask-image: url('/assets/theme_image/hand-sanitizer-line.svg');
}
.fr-icon-health-book-fill:after,
.fr-icon-health-book-fill:before {
    -webkit-mask-image: url('/assets/theme_image/health-book-fill.svg');
    mask-image: url('/assets/theme_image/health-book-fill.svg');
}
.fr-icon-health-book-line:after,
.fr-icon-health-book-line:before {
    -webkit-mask-image: url('/assets/theme_image/health-book-line.svg');
    mask-image: url('/assets/theme_image/health-book-line.svg');
}
.fr-icon-heart-fill:after,
.fr-icon-heart-fill:before {
    -webkit-mask-image: url('/assets/theme_image/heart-fill.svg');
    mask-image: url('/assets/theme_image/heart-fill.svg');
}
.fr-icon-heart-line:after,
.fr-icon-heart-line:before {
    -webkit-mask-image: url('/assets/theme_image/heart-line.svg');
    mask-image: url('/assets/theme_image/heart-line.svg');
}
.fr-icon-heart-pulse-fill:after,
.fr-icon-heart-pulse-fill:before {
    -webkit-mask-image: url('/assets/theme_image/heart-pulse-fill.svg');
    mask-image: url('/assets/theme_image/heart-pulse-fill.svg');
}
.fr-icon-heart-pulse-line:after,
.fr-icon-heart-pulse-line:before {
    -webkit-mask-image: url('/assets/theme_image/heart-pulse-line.svg');
    mask-image: url('/assets/theme_image/heart-pulse-line.svg');
}
.fr-icon-lungs-fill:after,
.fr-icon-lungs-fill:before {
    -webkit-mask-image: url('/assets/theme_image/lungs-fill.svg');
    mask-image: url('/assets/theme_image/lungs-fill.svg');
}
.fr-icon-lungs-line:after,
.fr-icon-lungs-line:before {
    -webkit-mask-image: url('/assets/theme_image/lungs-line.svg');
    mask-image: url('/assets/theme_image/lungs-line.svg');
}
.fr-icon-medicine-bottle-fill:after,
.fr-icon-medicine-bottle-fill:before {
    -webkit-mask-image: url('/assets/theme_image/medicine-bottle-fill.svg');
    mask-image: url('/assets/theme_image/medicine-bottle-fill.svg');
}
.fr-icon-medicine-bottle-line:after,
.fr-icon-medicine-bottle-line:before {
    -webkit-mask-image: url('/assets/theme_image/medicine-bottle-line.svg');
    mask-image: url('/assets/theme_image/medicine-bottle-line.svg');
}
.fr-icon-mental-health-fill:after,
.fr-icon-mental-health-fill:before {
    -webkit-mask-image: url('/assets/theme_image/mental-health-fill.svg');
    mask-image: url('/assets/theme_image/mental-health-fill.svg');
}
.fr-icon-mental-health-line:after,
.fr-icon-mental-health-line:before {
    -webkit-mask-image: url('/assets/theme_image/mental-health-line.svg');
    mask-image: url('/assets/theme_image/mental-health-line.svg');
}
.fr-icon-microscope-fill:after,
.fr-icon-microscope-fill:before {
    -webkit-mask-image: url('/assets/theme_image/microscope-fill.svg');
    mask-image: url('/assets/theme_image/microscope-fill.svg');
}
.fr-icon-microscope-line:after,
.fr-icon-microscope-line:before {
    -webkit-mask-image: url('/assets/theme_image/microscope-line.svg');
    mask-image: url('/assets/theme_image/microscope-line.svg');
}
.fr-icon-psychotherapy-fill:after,
.fr-icon-psychotherapy-fill:before {
    -webkit-mask-image: url('/assets/theme_image/psychotherapy-fill.svg');
    mask-image: url('/assets/theme_image/psychotherapy-fill.svg');
}
.fr-icon-psychotherapy-line:after,
.fr-icon-psychotherapy-line:before {
    -webkit-mask-image: url('/assets/theme_image/psychotherapy-line.svg');
    mask-image: url('/assets/theme_image/psychotherapy-line.svg');
}
.fr-icon-pulse-line:after,
.fr-icon-pulse-line:before {
    -webkit-mask-image: url('/assets/theme_image/pulse-line.svg');
    mask-image: url('/assets/theme_image/pulse-line.svg');
}
.fr-icon-stethoscope-fill:after,
.fr-icon-stethoscope-fill:before {
    -webkit-mask-image: url('/assets/theme_image/stethoscope-fill.svg');
    mask-image: url('/assets/theme_image/stethoscope-fill.svg');
}
.fr-icon-stethoscope-line:after,
.fr-icon-stethoscope-line:before {
    -webkit-mask-image: url('/assets/theme_image/stethoscope-line.svg');
    mask-image: url('/assets/theme_image/stethoscope-line.svg');
}
.fr-icon-surgical-mask-fill:after,
.fr-icon-surgical-mask-fill:before {
    -webkit-mask-image: url('/assets/theme_image/surgical-mask-fill.svg');
    mask-image: url('/assets/theme_image/surgical-mask-fill.svg');
}
.fr-icon-surgical-mask-line:after,
.fr-icon-surgical-mask-line:before {
    -webkit-mask-image: url('/assets/theme_image/surgical-mask-line.svg');
    mask-image: url('/assets/theme_image/surgical-mask-line.svg');
}
.fr-icon-syringe-fill:after,
.fr-icon-syringe-fill:before {
    -webkit-mask-image: url('/assets/theme_image/syringe-fill.svg');
    mask-image: url('/assets/theme_image/syringe-fill.svg');
}
.fr-icon-syringe-line:after,
.fr-icon-syringe-line:before {
    -webkit-mask-image: url('/assets/theme_image/syringe-line.svg');
    mask-image: url('/assets/theme_image/syringe-line.svg');
}
.fr-icon-test-tube-fill:after,
.fr-icon-test-tube-fill:before {
    -webkit-mask-image: url('/assets/theme_image/test-tube-fill.svg');
    mask-image: url('/assets/theme_image/test-tube-fill.svg');
}
.fr-icon-test-tube-line:after,
.fr-icon-test-tube-line:before {
    -webkit-mask-image: url('/assets/theme_image/test-tube-line.svg');
    mask-image: url('/assets/theme_image/test-tube-line.svg');
}
.fr-icon-thermometer-fill:after,
.fr-icon-thermometer-fill:before {
    -webkit-mask-image: url('/assets/theme_image/thermometer-fill.svg');
    mask-image: url('/assets/theme_image/thermometer-fill.svg');
}
.fr-icon-thermometer-line:after,
.fr-icon-thermometer-line:before {
    -webkit-mask-image: url('/assets/theme_image/thermometer-line.svg');
    mask-image: url('/assets/theme_image/thermometer-line.svg');
}
.fr-icon-virus-fill:after,
.fr-icon-virus-fill:before {
    -webkit-mask-image: url('/assets/theme_image/virus-fill.svg');
    mask-image: url('/assets/theme_image/virus-fill.svg');
}
.fr-icon-virus-line:after,
.fr-icon-virus-line:before {
    -webkit-mask-image: url('/assets/theme_image/virus-line.svg');
    mask-image: url('/assets/theme_image/virus-line.svg');
}
.fr-icon-chrome-fill:after,
.fr-icon-chrome-fill:before {
    -webkit-mask-image: url('/assets/theme_image/chrome-fill.svg');
    mask-image: url('/assets/theme_image/chrome-fill.svg');
}
.fr-icon-chrome-line:after,
.fr-icon-chrome-line:before {
    -webkit-mask-image: url('/assets/theme_image/chrome-line.svg');
    mask-image: url('/assets/theme_image/chrome-line.svg');
}
.fr-icon-edge-fill:after,
.fr-icon-edge-fill:before {
    -webkit-mask-image: url('/assets/theme_image/edge-fill.svg');
    mask-image: url('/assets/theme_image/edge-fill.svg');
}
.fr-icon-edge-line:after,
.fr-icon-edge-line:before {
    -webkit-mask-image: url('/assets/theme_image/edge-line.svg');
    mask-image: url('/assets/theme_image/edge-line.svg');
}
.fr-icon-facebook-circle-fill:after,
.fr-icon-facebook-circle-fill:before {
    -webkit-mask-image: url('/assets/theme_image/facebook-circle-fill.svg');
    mask-image: url('/assets/theme_image/facebook-circle-fill.svg');
}
.fr-icon-facebook-circle-line:after,
.fr-icon-facebook-circle-line:before {
    -webkit-mask-image: url('/assets/theme_image/facebook-circle-line.svg');
    mask-image: url('/assets/theme_image/facebook-circle-line.svg');
}
.fr-icon-firefox-fill:after,
.fr-icon-firefox-fill:before {
    -webkit-mask-image: url('/assets/theme_image/firefox-fill.svg');
    mask-image: url('/assets/theme_image/firefox-fill.svg');
}
.fr-icon-firefox-line:after,
.fr-icon-firefox-line:before {
    -webkit-mask-image: url('/assets/theme_image/firefox-line.svg');
    mask-image: url('/assets/theme_image/firefox-line.svg');
}
.fr-icon-dailymotion-fill:after,
.fr-icon-dailymotion-fill:before {
    -webkit-mask-image: url('/assets/theme_image/fr--dailymotion-fill.svg');
    mask-image: url('/assets/theme_image/fr--dailymotion-fill.svg');
}
.fr-icon-dailymotion-line:after,
.fr-icon-dailymotion-line:before {
    -webkit-mask-image: url('/assets/theme_image/fr--dailymotion-line.svg');
    mask-image: url('/assets/theme_image/fr--dailymotion-line.svg');
}
.fr-icon-tiktok-fill:after,
.fr-icon-tiktok-fill:before {
    -webkit-mask-image: url('/assets/theme_image/fr--tiktok-fill.svg');
    mask-image: url('/assets/theme_image/fr--tiktok-fill.svg');
}
.fr-icon-tiktok-line:after,
.fr-icon-tiktok-line:before {
    -webkit-mask-image: url('/assets/theme_image/fr--tiktok-line.svg');
    mask-image: url('/assets/theme_image/fr--tiktok-line.svg');
}
.fr-icon-github-fill:after,
.fr-icon-github-fill:before {
    -webkit-mask-image: url('/assets/theme_image/github-fill.svg');
    mask-image: url('/assets/theme_image/github-fill.svg');
}
.fr-icon-github-line:after,
.fr-icon-github-line:before {
    -webkit-mask-image: url('/assets/theme_image/github-line.svg');
    mask-image: url('/assets/theme_image/github-line.svg');
}
.fr-icon-google-fill:after,
.fr-icon-google-fill:before {
    -webkit-mask-image: url('/assets/theme_image/google-fill.svg');
    mask-image: url('/assets/theme_image/google-fill.svg');
}
.fr-icon-google-line:after,
.fr-icon-google-line:before {
    -webkit-mask-image: url('/assets/theme_image/google-line.svg');
    mask-image: url('/assets/theme_image/google-line.svg');
}
.fr-icon-ie-fill:after,
.fr-icon-ie-fill:before {
    -webkit-mask-image: url('/assets/theme_image/ie-fill.svg');
    mask-image: url('/assets/theme_image/ie-fill.svg');
}
.fr-icon-ie-line:after,
.fr-icon-ie-line:before {
    -webkit-mask-image: url('/assets/theme_image/ie-line.svg');
    mask-image: url('/assets/theme_image/ie-line.svg');
}
.fr-icon-instagram-fill:after,
.fr-icon-instagram-fill:before {
    -webkit-mask-image: url('/assets/theme_image/instagram-fill.svg');
    mask-image: url('/assets/theme_image/instagram-fill.svg');
}
.fr-icon-instagram-line:after,
.fr-icon-instagram-line:before {
    -webkit-mask-image: url('/assets/theme_image/instagram-line.svg');
    mask-image: url('/assets/theme_image/instagram-line.svg');
}
.fr-icon-linkedin-box-fill:after,
.fr-icon-linkedin-box-fill:before {
    -webkit-mask-image: url('/assets/theme_image/linkedin-box-fill.svg');
    mask-image: url('/assets/theme_image/linkedin-box-fill.svg');
}
.fr-icon-linkedin-box-line:after,
.fr-icon-linkedin-box-line:before {
    -webkit-mask-image: url('/assets/theme_image/linkedin-box-line.svg');
    mask-image: url('/assets/theme_image/linkedin-box-line.svg');
}
.fr-icon-mastodon-fill:after,
.fr-icon-mastodon-fill:before {
    -webkit-mask-image: url('/assets/theme_image/mastodon-fill.svg');
    mask-image: url('/assets/theme_image/mastodon-fill.svg');
}
.fr-icon-mastodon-line:after,
.fr-icon-mastodon-line:before {
    -webkit-mask-image: url('/assets/theme_image/mastodon-line.svg');
    mask-image: url('/assets/theme_image/mastodon-line.svg');
}
.fr-icon-npmjs-fill:after,
.fr-icon-npmjs-fill:before {
    -webkit-mask-image: url('/assets/theme_image/npmjs-fill.svg');
    mask-image: url('/assets/theme_image/npmjs-fill.svg');
}
.fr-icon-npmjs-line:after,
.fr-icon-npmjs-line:before {
    -webkit-mask-image: url('/assets/theme_image/npmjs-line.svg');
    mask-image: url('/assets/theme_image/npmjs-line.svg');
}
.fr-icon-remixicon-fill:after,
.fr-icon-remixicon-fill:before {
    -webkit-mask-image: url('/assets/theme_image/remixicon-fill.svg');
    mask-image: url('/assets/theme_image/remixicon-fill.svg');
}
.fr-icon-remixicon-line:after,
.fr-icon-remixicon-line:before {
    -webkit-mask-image: url('/assets/theme_image/remixicon-line.svg');
    mask-image: url('/assets/theme_image/remixicon-line.svg');
}
.fr-icon-safari-fill:after,
.fr-icon-safari-fill:before {
    -webkit-mask-image: url('/assets/theme_image/safari-fill.svg');
    mask-image: url('/assets/theme_image/safari-fill.svg');
}
.fr-icon-safari-line:after,
.fr-icon-safari-line:before {
    -webkit-mask-image: url('/assets/theme_image/safari-line.svg');
    mask-image: url('/assets/theme_image/safari-line.svg');
}
.fr-icon-slack-fill:after,
.fr-icon-slack-fill:before {
    -webkit-mask-image: url('/assets/theme_image/slack-fill.svg');
    mask-image: url('/assets/theme_image/slack-fill.svg');
}
.fr-icon-slack-line:after,
.fr-icon-slack-line:before {
    -webkit-mask-image: url('/assets/theme_image/slack-line.svg');
    mask-image: url('/assets/theme_image/slack-line.svg');
}
.fr-icon-snapchat-fill:after,
.fr-icon-snapchat-fill:before {
    -webkit-mask-image: url('/assets/theme_image/snapchat-fill.svg');
    mask-image: url('/assets/theme_image/snapchat-fill.svg');
}
.fr-icon-snapchat-line:after,
.fr-icon-snapchat-line:before {
    -webkit-mask-image: url('/assets/theme_image/snapchat-line.svg');
    mask-image: url('/assets/theme_image/snapchat-line.svg');
}
.fr-icon-telegram-fill:after,
.fr-icon-telegram-fill:before {
    -webkit-mask-image: url('/assets/theme_image/telegram-fill.svg');
    mask-image: url('/assets/theme_image/telegram-fill.svg');
}
.fr-icon-telegram-line:after,
.fr-icon-telegram-line:before {
    -webkit-mask-image: url('/assets/theme_image/telegram-line.svg');
    mask-image: url('/assets/theme_image/telegram-line.svg');
}
.fr-icon-twitch-fill:after,
.fr-icon-twitch-fill:before {
    -webkit-mask-image: url('/assets/theme_image/twitch-fill.svg');
    mask-image: url('/assets/theme_image/twitch-fill.svg');
}
.fr-icon-twitch-line:after,
.fr-icon-twitch-line:before {
    -webkit-mask-image: url('/assets/theme_image/twitch-line.svg');
    mask-image: url('/assets/theme_image/twitch-line.svg');
}
.fr-icon-twitter-fill:after,
.fr-icon-twitter-fill:before {
    -webkit-mask-image: url('/assets/theme_image/twitter-fill.svg');
    mask-image: url('/assets/theme_image/twitter-fill.svg');
}
.fr-icon-twitter-line:after,
.fr-icon-twitter-line:before {
    -webkit-mask-image: url('/assets/theme_image/twitter-line.svg');
    mask-image: url('/assets/theme_image/twitter-line.svg');
}
.fr-icon-vimeo-fill:after,
.fr-icon-vimeo-fill:before {
    -webkit-mask-image: url('/assets/theme_image/vimeo-fill.svg');
    mask-image: url('/assets/theme_image/vimeo-fill.svg');
}
.fr-icon-vimeo-line:after,
.fr-icon-vimeo-line:before {
    -webkit-mask-image: url('/assets/theme_image/vimeo-line.svg');
    mask-image: url('/assets/theme_image/vimeo-line.svg');
}
.fr-icon-vuejs-fill:after,
.fr-icon-vuejs-fill:before {
    -webkit-mask-image: url('/assets/theme_image/vuejs-fill.svg');
    mask-image: url('/assets/theme_image/vuejs-fill.svg');
}
.fr-icon-vuejs-line:after,
.fr-icon-vuejs-line:before {
    -webkit-mask-image: url('/assets/theme_image/vuejs-line.svg');
    mask-image: url('/assets/theme_image/vuejs-line.svg');
}
.fr-icon-youtube-fill:after,
.fr-icon-youtube-fill:before {
    -webkit-mask-image: url('/assets/theme_image/youtube-fill.svg');
    mask-image: url('/assets/theme_image/youtube-fill.svg');
}
.fr-icon-youtube-line:after,
.fr-icon-youtube-line:before {
    -webkit-mask-image: url('/assets/theme_image/youtube-line.svg');
    mask-image: url('/assets/theme_image/youtube-line.svg');
}
.fr-fi-facebook-circle-fill:after,
.fr-fi-facebook-circle-fill:before {
    -webkit-mask-image: url('/assets/theme_image/facebook-circle-fill.svg');
    mask-image: url('/assets/theme_image/facebook-circle-fill.svg');
}
.fr-fi-facebook-circle-line:after,
.fr-fi-facebook-circle-line:before {
    -webkit-mask-image: url('/assets/theme_image/facebook-circle-line.svg');
    mask-image: url('/assets/theme_image/facebook-circle-line.svg');
}
.fr-fi-dailymotion-fill:after,
.fr-fi-dailymotion-fill:before {
    -webkit-mask-image: url('/assets/theme_image/fr--dailymotion-fill.svg');
    mask-image: url('/assets/theme_image/fr--dailymotion-fill.svg');
}
.fr-fi-dailymotion-line:after,
.fr-fi-dailymotion-line:before {
    -webkit-mask-image: url('/assets/theme_image/fr--dailymotion-line.svg');
    mask-image: url('/assets/theme_image/fr--dailymotion-line.svg');
}
.fr-fi-github-fill:after,
.fr-fi-github-fill:before {
    -webkit-mask-image: url('/assets/theme_image/github-fill.svg');
    mask-image: url('/assets/theme_image/github-fill.svg');
}
.fr-fi-github-line:after,
.fr-fi-github-line:before {
    -webkit-mask-image: url('/assets/theme_image/github-line.svg');
    mask-image: url('/assets/theme_image/github-line.svg');
}
.fr-fi-instagram-fill:after,
.fr-fi-instagram-fill:before {
    -webkit-mask-image: url('/assets/theme_image/instagram-fill.svg');
    mask-image: url('/assets/theme_image/instagram-fill.svg');
}
.fr-fi-instagram-line:after,
.fr-fi-instagram-line:before {
    -webkit-mask-image: url('/assets/theme_image/instagram-line.svg');
    mask-image: url('/assets/theme_image/instagram-line.svg');
}
.fr-fi-linkedin-box-fill:after,
.fr-fi-linkedin-box-fill:before {
    -webkit-mask-image: url('/assets/theme_image/linkedin-box-fill.svg');
    mask-image: url('/assets/theme_image/linkedin-box-fill.svg');
}
.fr-fi-linkedin-box-line:after,
.fr-fi-linkedin-box-line:before {
    -webkit-mask-image: url('/assets/theme_image/linkedin-box-line.svg');
    mask-image: url('/assets/theme_image/linkedin-box-line.svg');
}
.fr-fi-npmjs-fill:after,
.fr-fi-npmjs-fill:before {
    -webkit-mask-image: url('/assets/theme_image/npmjs-fill.svg');
    mask-image: url('/assets/theme_image/npmjs-fill.svg');
}
.fr-fi-npmjs-line:after,
.fr-fi-npmjs-line:before {
    -webkit-mask-image: url('/assets/theme_image/npmjs-line.svg');
    mask-image: url('/assets/theme_image/npmjs-line.svg');
}
.fr-fi-remixicon-fill:after,
.fr-fi-remixicon-fill:before {
    -webkit-mask-image: url('/assets/theme_image/remixicon-fill.svg');
    mask-image: url('/assets/theme_image/remixicon-fill.svg');
}
.fr-fi-remixicon-line:after,
.fr-fi-remixicon-line:before {
    -webkit-mask-image: url('/assets/theme_image/remixicon-line.svg');
    mask-image: url('/assets/theme_image/remixicon-line.svg');
}
.fr-fi-slack-fill:after,
.fr-fi-slack-fill:before {
    -webkit-mask-image: url('/assets/theme_image/slack-fill.svg');
    mask-image: url('/assets/theme_image/slack-fill.svg');
}
.fr-fi-slack-line:after,
.fr-fi-slack-line:before {
    -webkit-mask-image: url('/assets/theme_image/slack-line.svg');
    mask-image: url('/assets/theme_image/slack-line.svg');
}
.fr-fi-snapchat-fill:after,
.fr-fi-snapchat-fill:before {
    -webkit-mask-image: url('/assets/theme_image/snapchat-fill.svg');
    mask-image: url('/assets/theme_image/snapchat-fill.svg');
}
.fr-fi-snapchat-line:after,
.fr-fi-snapchat-line:before {
    -webkit-mask-image: url('/assets/theme_image/snapchat-line.svg');
    mask-image: url('/assets/theme_image/snapchat-line.svg');
}
.fr-fi-telegram-fill:after,
.fr-fi-telegram-fill:before {
    -webkit-mask-image: url('/assets/theme_image/telegram-fill.svg');
    mask-image: url('/assets/theme_image/telegram-fill.svg');
}
.fr-fi-telegram-line:after,
.fr-fi-telegram-line:before {
    -webkit-mask-image: url('/assets/theme_image/telegram-line.svg');
    mask-image: url('/assets/theme_image/telegram-line.svg');
}
.fr-fi-twitch-fill:after,
.fr-fi-twitch-fill:before {
    -webkit-mask-image: url('/assets/theme_image/twitch-fill.svg');
    mask-image: url('/assets/theme_image/twitch-fill.svg');
}
.fr-fi-twitch-line:after,
.fr-fi-twitch-line:before {
    -webkit-mask-image: url('/assets/theme_image/twitch-line.svg');
    mask-image: url('/assets/theme_image/twitch-line.svg');
}
.fr-fi-twitter-fill:after,
.fr-fi-twitter-fill:before {
    -webkit-mask-image: url('/assets/theme_image/twitter-fill.svg');
    mask-image: url('/assets/theme_image/twitter-fill.svg');
}
.fr-fi-twitter-line:after,
.fr-fi-twitter-line:before {
    -webkit-mask-image: url('/assets/theme_image/twitter-line.svg');
    mask-image: url('/assets/theme_image/twitter-line.svg');
}
.fr-fi-vimeo-fill:after,
.fr-fi-vimeo-fill:before {
    -webkit-mask-image: url('/assets/theme_image/vimeo-fill.svg');
    mask-image: url('/assets/theme_image/vimeo-fill.svg');
}
.fr-fi-vimeo-line:after,
.fr-fi-vimeo-line:before {
    -webkit-mask-image: url('/assets/theme_image/vimeo-line.svg');
    mask-image: url('/assets/theme_image/vimeo-line.svg');
}
.fr-fi-youtube-fill:after,
.fr-fi-youtube-fill:before {
    -webkit-mask-image: url('/assets/theme_image/youtube-fill.svg');
    mask-image: url('/assets/theme_image/youtube-fill.svg');
}
.fr-fi-youtube-line:after,
.fr-fi-youtube-line:before {
    -webkit-mask-image: url('/assets/theme_image/youtube-line.svg');
    mask-image: url('/assets/theme_image/youtube-line.svg');
}
.fr-icon-anchor-fill:after,
.fr-icon-anchor-fill:before {
    -webkit-mask-image: url('/assets/theme_image/anchor-fill.svg');
    mask-image: url('/assets/theme_image/anchor-fill.svg');
}
.fr-icon-anchor-line:after,
.fr-icon-anchor-line:before {
    -webkit-mask-image: url('/assets/theme_image/anchor-line.svg');
    mask-image: url('/assets/theme_image/anchor-line.svg');
}
.fr-icon-bike-fill:after,
.fr-icon-bike-fill:before {
    -webkit-mask-image: url('/assets/theme_image/bike-fill.svg');
    mask-image: url('/assets/theme_image/bike-fill.svg');
}
.fr-icon-bike-line:after,
.fr-icon-bike-line:before {
    -webkit-mask-image: url('/assets/theme_image/bike-line.svg');
    mask-image: url('/assets/theme_image/bike-line.svg');
}
.fr-icon-bus-fill:after,
.fr-icon-bus-fill:before {
    -webkit-mask-image: url('/assets/theme_image/bus-fill.svg');
    mask-image: url('/assets/theme_image/bus-fill.svg');
}
.fr-icon-bus-line:after,
.fr-icon-bus-line:before {
    -webkit-mask-image: url('/assets/theme_image/bus-line.svg');
    mask-image: url('/assets/theme_image/bus-line.svg');
}
.fr-icon-car-fill:after,
.fr-icon-car-fill:before {
    -webkit-mask-image: url('/assets/theme_image/car-fill.svg');
    mask-image: url('/assets/theme_image/car-fill.svg');
}
.fr-icon-car-line:after,
.fr-icon-car-line:before {
    -webkit-mask-image: url('/assets/theme_image/car-line.svg');
    mask-image: url('/assets/theme_image/car-line.svg');
}
.fr-icon-caravan-fill:after,
.fr-icon-caravan-fill:before {
    -webkit-mask-image: url('/assets/theme_image/caravan-fill.svg');
    mask-image: url('/assets/theme_image/caravan-fill.svg');
}
.fr-icon-caravan-line:after,
.fr-icon-caravan-line:before {
    -webkit-mask-image: url('/assets/theme_image/caravan-line.svg');
    mask-image: url('/assets/theme_image/caravan-line.svg');
}
.fr-icon-charging-pile-2-fill:after,
.fr-icon-charging-pile-2-fill:before {
    -webkit-mask-image: url('/assets/theme_image/charging-pile-2-fill.svg');
    mask-image: url('/assets/theme_image/charging-pile-2-fill.svg');
}
.fr-icon-charging-pile-2-line:after,
.fr-icon-charging-pile-2-line:before {
    -webkit-mask-image: url('/assets/theme_image/charging-pile-2-line.svg');
    mask-image: url('/assets/theme_image/charging-pile-2-line.svg');
}
.fr-icon-compass-3-fill:after,
.fr-icon-compass-3-fill:before {
    -webkit-mask-image: url('/assets/theme_image/compass-3-fill.svg');
    mask-image: url('/assets/theme_image/compass-3-fill.svg');
}
.fr-icon-compass-3-line:after,
.fr-icon-compass-3-line:before {
    -webkit-mask-image: url('/assets/theme_image/compass-3-line.svg');
    mask-image: url('/assets/theme_image/compass-3-line.svg');
}
.fr-icon-cup-fill:after,
.fr-icon-cup-fill:before {
    -webkit-mask-image: url('/assets/theme_image/cup-fill.svg');
    mask-image: url('/assets/theme_image/cup-fill.svg');
}
.fr-icon-cup-line:after,
.fr-icon-cup-line:before {
    -webkit-mask-image: url('/assets/theme_image/cup-line.svg');
    mask-image: url('/assets/theme_image/cup-line.svg');
}
.fr-icon-earth-fill:after,
.fr-icon-earth-fill:before {
    -webkit-mask-image: url('/assets/theme_image/earth-fill.svg');
    mask-image: url('/assets/theme_image/earth-fill.svg');
}
.fr-icon-earth-line:after,
.fr-icon-earth-line:before {
    -webkit-mask-image: url('/assets/theme_image/earth-line.svg');
    mask-image: url('/assets/theme_image/earth-line.svg');
}
.fr-icon-france-fill:after,
.fr-icon-france-fill:before {
    -webkit-mask-image: url('/assets/theme_image/france-fill.svg');
    mask-image: url('/assets/theme_image/france-fill.svg');
}
.fr-icon-france-line:after,
.fr-icon-france-line:before {
    -webkit-mask-image: url('/assets/theme_image/france-line.svg');
    mask-image: url('/assets/theme_image/france-line.svg');
}
.fr-icon-gas-station-fill:after,
.fr-icon-gas-station-fill:before {
    -webkit-mask-image: url('/assets/theme_image/gas-station-fill.svg');
    mask-image: url('/assets/theme_image/gas-station-fill.svg');
}
.fr-icon-gas-station-line:after,
.fr-icon-gas-station-line:before {
    -webkit-mask-image: url('/assets/theme_image/gas-station-line.svg');
    mask-image: url('/assets/theme_image/gas-station-line.svg');
}
.fr-icon-goblet-fill:after,
.fr-icon-goblet-fill:before {
    -webkit-mask-image: url('/assets/theme_image/goblet-fill.svg');
    mask-image: url('/assets/theme_image/goblet-fill.svg');
}
.fr-icon-goblet-line:after,
.fr-icon-goblet-line:before {
    -webkit-mask-image: url('/assets/theme_image/goblet-line.svg');
    mask-image: url('/assets/theme_image/goblet-line.svg');
}
.fr-icon-map-pin-2-fill:after,
.fr-icon-map-pin-2-fill:before {
    -webkit-mask-image: url('/assets/theme_image/map-pin-2-fill.svg');
    mask-image: url('/assets/theme_image/map-pin-2-fill.svg');
}
.fr-icon-map-pin-2-line:after,
.fr-icon-map-pin-2-line:before {
    -webkit-mask-image: url('/assets/theme_image/map-pin-2-line.svg');
    mask-image: url('/assets/theme_image/map-pin-2-line.svg');
}
.fr-icon-map-pin-user-fill:after,
.fr-icon-map-pin-user-fill:before {
    -webkit-mask-image: url('/assets/theme_image/map-pin-user-fill.svg');
    mask-image: url('/assets/theme_image/map-pin-user-fill.svg');
}
.fr-icon-map-pin-user-line:after,
.fr-icon-map-pin-user-line:before {
    -webkit-mask-image: url('/assets/theme_image/map-pin-user-line.svg');
    mask-image: url('/assets/theme_image/map-pin-user-line.svg');
}
.fr-icon-motorbike-fill:after,
.fr-icon-motorbike-fill:before {
    -webkit-mask-image: url('/assets/theme_image/motorbike-fill.svg');
    mask-image: url('/assets/theme_image/motorbike-fill.svg');
}
.fr-icon-motorbike-line:after,
.fr-icon-motorbike-line:before {
    -webkit-mask-image: url('/assets/theme_image/motorbike-line.svg');
    mask-image: url('/assets/theme_image/motorbike-line.svg');
}
.fr-icon-passport-fill:after,
.fr-icon-passport-fill:before {
    -webkit-mask-image: url('/assets/theme_image/passport-fill.svg');
    mask-image: url('/assets/theme_image/passport-fill.svg');
}
.fr-icon-passport-line:after,
.fr-icon-passport-line:before {
    -webkit-mask-image: url('/assets/theme_image/passport-line.svg');
    mask-image: url('/assets/theme_image/passport-line.svg');
}
.fr-icon-restaurant-fill:after,
.fr-icon-restaurant-fill:before {
    -webkit-mask-image: url('/assets/theme_image/restaurant-fill.svg');
    mask-image: url('/assets/theme_image/restaurant-fill.svg');
}
.fr-icon-restaurant-line:after,
.fr-icon-restaurant-line:before {
    -webkit-mask-image: url('/assets/theme_image/restaurant-line.svg');
    mask-image: url('/assets/theme_image/restaurant-line.svg');
}
.fr-icon-road-map-fill:after,
.fr-icon-road-map-fill:before {
    -webkit-mask-image: url('/assets/theme_image/road-map-fill.svg');
    mask-image: url('/assets/theme_image/road-map-fill.svg');
}
.fr-icon-road-map-line:after,
.fr-icon-road-map-line:before {
    -webkit-mask-image: url('/assets/theme_image/road-map-line.svg');
    mask-image: url('/assets/theme_image/road-map-line.svg');
}
.fr-icon-sailboat-fill:after,
.fr-icon-sailboat-fill:before {
    -webkit-mask-image: url('/assets/theme_image/sailboat-fill.svg');
    mask-image: url('/assets/theme_image/sailboat-fill.svg');
}
.fr-icon-sailboat-line:after,
.fr-icon-sailboat-line:before {
    -webkit-mask-image: url('/assets/theme_image/sailboat-line.svg');
    mask-image: url('/assets/theme_image/sailboat-line.svg');
}
.fr-icon-ship-2-fill:after,
.fr-icon-ship-2-fill:before {
    -webkit-mask-image: url('/assets/theme_image/ship-2-fill.svg');
    mask-image: url('/assets/theme_image/ship-2-fill.svg');
}
.fr-icon-ship-2-line:after,
.fr-icon-ship-2-line:before {
    -webkit-mask-image: url('/assets/theme_image/ship-2-line.svg');
    mask-image: url('/assets/theme_image/ship-2-line.svg');
}
.fr-icon-signal-tower-fill:after,
.fr-icon-signal-tower-fill:before {
    -webkit-mask-image: url('/assets/theme_image/signal-tower-fill.svg');
    mask-image: url('/assets/theme_image/signal-tower-fill.svg');
}
.fr-icon-signal-tower-line:after,
.fr-icon-signal-tower-line:before {
    -webkit-mask-image: url('/assets/theme_image/signal-tower-line.svg');
    mask-image: url('/assets/theme_image/signal-tower-line.svg');
}
.fr-icon-suitcase-2-fill:after,
.fr-icon-suitcase-2-fill:before {
    -webkit-mask-image: url('/assets/theme_image/suitcase-2-fill.svg');
    mask-image: url('/assets/theme_image/suitcase-2-fill.svg');
}
.fr-icon-suitcase-2-line:after,
.fr-icon-suitcase-2-line:before {
    -webkit-mask-image: url('/assets/theme_image/suitcase-2-line.svg');
    mask-image: url('/assets/theme_image/suitcase-2-line.svg');
}
.fr-icon-taxi-fill:after,
.fr-icon-taxi-fill:before {
    -webkit-mask-image: url('/assets/theme_image/taxi-fill.svg');
    mask-image: url('/assets/theme_image/taxi-fill.svg');
}
.fr-icon-taxi-line:after,
.fr-icon-taxi-line:before {
    -webkit-mask-image: url('/assets/theme_image/taxi-line.svg');
    mask-image: url('/assets/theme_image/taxi-line.svg');
}
.fr-icon-train-fill:after,
.fr-icon-train-fill:before {
    -webkit-mask-image: url('/assets/theme_image/train-fill.svg');
    mask-image: url('/assets/theme_image/train-fill.svg');
}
.fr-icon-train-line:after,
.fr-icon-train-line:before {
    -webkit-mask-image: url('/assets/theme_image/train-line.svg');
    mask-image: url('/assets/theme_image/train-line.svg');
}
.fr-fi-map-pin-2-fill:after,
.fr-fi-map-pin-2-fill:before {
    -webkit-mask-image: url('/assets/theme_image/map-pin-2-fill.svg');
    mask-image: url('/assets/theme_image/map-pin-2-fill.svg');
}
.fr-fi-map-pin-2-line:after,
.fr-fi-map-pin-2-line:before {
    -webkit-mask-image: url('/assets/theme_image/map-pin-2-line.svg');
    mask-image: url('/assets/theme_image/map-pin-2-line.svg');
}
.fr-fi-road-map-fill:after,
.fr-fi-road-map-fill:before {
    -webkit-mask-image: url('/assets/theme_image/road-map-fill.svg');
    mask-image: url('/assets/theme_image/road-map-fill.svg');
}
.fr-fi-road-map-line:after,
.fr-fi-road-map-line:before {
    -webkit-mask-image: url('/assets/theme_image/road-map-line.svg');
    mask-image: url('/assets/theme_image/road-map-line.svg');
}
.fr-icon-align-left:after,
.fr-icon-align-left:before {
    -webkit-mask-image: url('/assets/theme_image/align-left.svg');
    mask-image: url('/assets/theme_image/align-left.svg');
}
.fr-icon-camera-fill:after,
.fr-icon-camera-fill:before {
    -webkit-mask-image: url('/assets/theme_image/camera-fill.svg');
    mask-image: url('/assets/theme_image/camera-fill.svg');
}
.fr-icon-camera-line:after,
.fr-icon-camera-line:before {
    -webkit-mask-image: url('/assets/theme_image/camera-line.svg');
    mask-image: url('/assets/theme_image/camera-line.svg');
}
.fr-icon-clapperboard-fill:after,
.fr-icon-clapperboard-fill:before {
    -webkit-mask-image: url('/assets/theme_image/clapperboard-fill.svg');
    mask-image: url('/assets/theme_image/clapperboard-fill.svg');
}
.fr-icon-clapperboard-line:after,
.fr-icon-clapperboard-line:before {
    -webkit-mask-image: url('/assets/theme_image/clapperboard-line.svg');
    mask-image: url('/assets/theme_image/clapperboard-line.svg');
}
.fr-icon-equalizer-fill:after,
.fr-icon-equalizer-fill:before {
    -webkit-mask-image: url('/assets/theme_image/equalizer-fill.svg');
    mask-image: url('/assets/theme_image/equalizer-fill.svg');
}
.fr-icon-equalizer-line:after,
.fr-icon-equalizer-line:before {
    -webkit-mask-image: url('/assets/theme_image/equalizer-line.svg');
    mask-image: url('/assets/theme_image/equalizer-line.svg');
}
.fr-icon-film-fill:after,
.fr-icon-film-fill:before {
    -webkit-mask-image: url('/assets/theme_image/film-fill.svg');
    mask-image: url('/assets/theme_image/film-fill.svg');
}
.fr-icon-film-line:after,
.fr-icon-film-line:before {
    -webkit-mask-image: url('/assets/theme_image/film-line.svg');
    mask-image: url('/assets/theme_image/film-line.svg');
}
.fr-icon-fullscreen-line:after,
.fr-icon-fullscreen-line:before {
    -webkit-mask-image: url('/assets/theme_image/fullscreen-line.svg');
    mask-image: url('/assets/theme_image/fullscreen-line.svg');
}
.fr-icon-gallery-fill:after,
.fr-icon-gallery-fill:before {
    -webkit-mask-image: url('/assets/theme_image/gallery-fill.svg');
    mask-image: url('/assets/theme_image/gallery-fill.svg');
}
.fr-icon-gallery-line:after,
.fr-icon-gallery-line:before {
    -webkit-mask-image: url('/assets/theme_image/gallery-line.svg');
    mask-image: url('/assets/theme_image/gallery-line.svg');
}
.fr-icon-headphone-fill:after,
.fr-icon-headphone-fill:before {
    -webkit-mask-image: url('/assets/theme_image/headphone-fill.svg');
    mask-image: url('/assets/theme_image/headphone-fill.svg');
}
.fr-icon-headphone-line:after,
.fr-icon-headphone-line:before {
    -webkit-mask-image: url('/assets/theme_image/headphone-line.svg');
    mask-image: url('/assets/theme_image/headphone-line.svg');
}
.fr-icon-image-add-fill:after,
.fr-icon-image-add-fill:before {
    -webkit-mask-image: url('/assets/theme_image/image-add-fill.svg');
    mask-image: url('/assets/theme_image/image-add-fill.svg');
}
.fr-icon-image-add-line:after,
.fr-icon-image-add-line:before {
    -webkit-mask-image: url('/assets/theme_image/image-add-line.svg');
    mask-image: url('/assets/theme_image/image-add-line.svg');
}
.fr-icon-image-edit-fill:after,
.fr-icon-image-edit-fill:before {
    -webkit-mask-image: url('/assets/theme_image/image-edit-fill.svg');
    mask-image: url('/assets/theme_image/image-edit-fill.svg');
}
.fr-icon-image-edit-line:after,
.fr-icon-image-edit-line:before {
    -webkit-mask-image: url('/assets/theme_image/image-edit-line.svg');
    mask-image: url('/assets/theme_image/image-edit-line.svg');
}
.fr-icon-image-fill:after,
.fr-icon-image-fill:before {
    -webkit-mask-image: url('/assets/theme_image/image-fill.svg');
    mask-image: url('/assets/theme_image/image-fill.svg');
}
.fr-icon-image-line:after,
.fr-icon-image-line:before {
    -webkit-mask-image: url('/assets/theme_image/image-line.svg');
    mask-image: url('/assets/theme_image/image-line.svg');
}
.fr-icon-live-fill:after,
.fr-icon-live-fill:before {
    -webkit-mask-image: url('/assets/theme_image/live-fill.svg');
    mask-image: url('/assets/theme_image/live-fill.svg');
}
.fr-icon-live-line:after,
.fr-icon-live-line:before {
    -webkit-mask-image: url('/assets/theme_image/live-line.svg');
    mask-image: url('/assets/theme_image/live-line.svg');
}
.fr-icon-mic-fill:after,
.fr-icon-mic-fill:before {
    -webkit-mask-image: url('/assets/theme_image/mic-fill.svg');
    mask-image: url('/assets/theme_image/mic-fill.svg');
}
.fr-icon-mic-line:after,
.fr-icon-mic-line:before {
    -webkit-mask-image: url('/assets/theme_image/mic-line.svg');
    mask-image: url('/assets/theme_image/mic-line.svg');
}
.fr-icon-music-2-fill:after,
.fr-icon-music-2-fill:before {
    -webkit-mask-image: url('/assets/theme_image/music-2-fill.svg');
    mask-image: url('/assets/theme_image/music-2-fill.svg');
}
.fr-icon-music-2-line:after,
.fr-icon-music-2-line:before {
    -webkit-mask-image: url('/assets/theme_image/music-2-line.svg');
    mask-image: url('/assets/theme_image/music-2-line.svg');
}
.fr-icon-notification-3-fill:after,
.fr-icon-notification-3-fill:before {
    -webkit-mask-image: url('/assets/theme_image/notification-3-fill.svg');
    mask-image: url('/assets/theme_image/notification-3-fill.svg');
}
.fr-icon-notification-3-line:after,
.fr-icon-notification-3-line:before {
    -webkit-mask-image: url('/assets/theme_image/notification-3-line.svg');
    mask-image: url('/assets/theme_image/notification-3-line.svg');
}
.fr-icon-pause-circle-fill:after,
.fr-icon-pause-circle-fill:before {
    -webkit-mask-image: url('/assets/theme_image/pause-circle-fill.svg');
    mask-image: url('/assets/theme_image/pause-circle-fill.svg');
}
.fr-icon-pause-circle-line:after,
.fr-icon-pause-circle-line:before {
    -webkit-mask-image: url('/assets/theme_image/pause-circle-line.svg');
    mask-image: url('/assets/theme_image/pause-circle-line.svg');
}
.fr-icon-play-circle-fill:after,
.fr-icon-play-circle-fill:before {
    -webkit-mask-image: url('/assets/theme_image/play-circle-fill.svg');
    mask-image: url('/assets/theme_image/play-circle-fill.svg');
}
.fr-icon-play-circle-line:after,
.fr-icon-play-circle-line:before {
    -webkit-mask-image: url('/assets/theme_image/play-circle-line.svg');
    mask-image: url('/assets/theme_image/play-circle-line.svg');
}
.fr-icon-stop-circle-fill:after,
.fr-icon-stop-circle-fill:before {
    -webkit-mask-image: url('/assets/theme_image/stop-circle-fill.svg');
    mask-image: url('/assets/theme_image/stop-circle-fill.svg');
}
.fr-icon-stop-circle-line:after,
.fr-icon-stop-circle-line:before {
    -webkit-mask-image: url('/assets/theme_image/stop-circle-line.svg');
    mask-image: url('/assets/theme_image/stop-circle-line.svg');
}
.fr-icon-volume-down-fill:after,
.fr-icon-volume-down-fill:before {
    -webkit-mask-image: url('/assets/theme_image/volume-down-fill.svg');
    mask-image: url('/assets/theme_image/volume-down-fill.svg');
}
.fr-icon-volume-down-line:after,
.fr-icon-volume-down-line:before {
    -webkit-mask-image: url('/assets/theme_image/volume-down-line.svg');
    mask-image: url('/assets/theme_image/volume-down-line.svg');
}
.fr-icon-volume-mute-fill:after,
.fr-icon-volume-mute-fill:before {
    -webkit-mask-image: url('/assets/theme_image/volume-mute-fill.svg');
    mask-image: url('/assets/theme_image/volume-mute-fill.svg');
}
.fr-icon-volume-mute-line:after,
.fr-icon-volume-mute-line:before {
    -webkit-mask-image: url('/assets/theme_image/volume-mute-line.svg');
    mask-image: url('/assets/theme_image/volume-mute-line.svg');
}
.fr-icon-volume-up-fill:after,
.fr-icon-volume-up-fill:before {
    -webkit-mask-image: url('/assets/theme_image/volume-up-fill.svg');
    mask-image: url('/assets/theme_image/volume-up-fill.svg');
}
.fr-icon-volume-up-line:after,
.fr-icon-volume-up-line:before {
    -webkit-mask-image: url('/assets/theme_image/volume-up-line.svg');
    mask-image: url('/assets/theme_image/volume-up-line.svg');
}
.fr-fi-equalizer-fill:after,
.fr-fi-equalizer-fill:before {
    -webkit-mask-image: url('/assets/theme_image/equalizer-fill.svg');
    mask-image: url('/assets/theme_image/equalizer-fill.svg');
}
.fr-fi-equalizer-line:after,
.fr-fi-equalizer-line:before {
    -webkit-mask-image: url('/assets/theme_image/equalizer-line.svg');
    mask-image: url('/assets/theme_image/equalizer-line.svg');
}
.fr-fi-image-fill:after,
.fr-fi-image-fill:before {
    -webkit-mask-image: url('/assets/theme_image/image-fill.svg');
    mask-image: url('/assets/theme_image/image-fill.svg');
}
.fr-fi-image-line:after,
.fr-fi-image-line:before {
    -webkit-mask-image: url('/assets/theme_image/image-line.svg');
    mask-image: url('/assets/theme_image/image-line.svg');
}
.fr-fi-pause-circle-fill:after,
.fr-fi-pause-circle-fill:before {
    -webkit-mask-image: url('/assets/theme_image/pause-circle-fill.svg');
    mask-image: url('/assets/theme_image/pause-circle-fill.svg');
}
.fr-fi-pause-circle-line:after,
.fr-fi-pause-circle-line:before {
    -webkit-mask-image: url('/assets/theme_image/pause-circle-line.svg');
    mask-image: url('/assets/theme_image/pause-circle-line.svg');
}
.fr-fi-volume-down-fill:after,
.fr-fi-volume-down-fill:before {
    -webkit-mask-image: url('/assets/theme_image/volume-down-fill.svg');
    mask-image: url('/assets/theme_image/volume-down-fill.svg');
}
.fr-fi-volume-down-line:after,
.fr-fi-volume-down-line:before {
    -webkit-mask-image: url('/assets/theme_image/volume-down-line.svg');
    mask-image: url('/assets/theme_image/volume-down-line.svg');
}
.fr-fi-volume-mute-fill:after,
.fr-fi-volume-mute-fill:before {
    -webkit-mask-image: url('/assets/theme_image/volume-mute-fill.svg');
    mask-image: url('/assets/theme_image/volume-mute-fill.svg');
}
.fr-fi-volume-mute-line:after,
.fr-fi-volume-mute-line:before {
    -webkit-mask-image: url('/assets/theme_image/volume-mute-line.svg');
    mask-image: url('/assets/theme_image/volume-mute-line.svg');
}
.fr-fi-volume-up-fill:after,
.fr-fi-volume-up-fill:before {
    -webkit-mask-image: url('/assets/theme_image/volume-up-fill.svg');
    mask-image: url('/assets/theme_image/volume-up-fill.svg');
}
.fr-fi-volume-up-line:after,
.fr-fi-volume-up-line:before {
    -webkit-mask-image: url('/assets/theme_image/volume-up-line.svg');
    mask-image: url('/assets/theme_image/volume-up-line.svg');
}
.fr-fi-play-line:after,
.fr-fi-play-line:before {
    -webkit-mask-image: url('/assets/theme_image/play-circle-line.svg');
    mask-image: url('/assets/theme_image/play-circle-line.svg');
}
.fr-fi-play-fill:after,
.fr-fi-play-fill:before {
    -webkit-mask-image: url('/assets/theme_image/play-circle-fill.svg');
    mask-image: url('/assets/theme_image/play-circle-fill.svg');
}
.fr-icon-play-line:after,
.fr-icon-play-line:before {
    -webkit-mask-image: url('/assets/theme_image/play-circle-line.svg');
    mask-image: url('/assets/theme_image/play-circle-line.svg');
}
.fr-icon-play-fill:after,
.fr-icon-play-fill:before {
    -webkit-mask-image: url('/assets/theme_image/play-circle-fill.svg');
    mask-image: url('/assets/theme_image/play-circle-fill.svg');
}
.fr-icon-leaf-fill:after,
.fr-icon-leaf-fill:before {
    -webkit-mask-image: url('/assets/theme_image/leaf-fill.svg');
    mask-image: url('/assets/theme_image/leaf-fill.svg');
}
.fr-icon-leaf-line:after,
.fr-icon-leaf-line:before {
    -webkit-mask-image: url('/assets/theme_image/leaf-line.svg');
    mask-image: url('/assets/theme_image/leaf-line.svg');
}
.fr-icon-lightbulb-fill:after,
.fr-icon-lightbulb-fill:before {
    -webkit-mask-image: url('/assets/theme_image/lightbulb-fill.svg');
    mask-image: url('/assets/theme_image/lightbulb-fill.svg');
}
.fr-icon-lightbulb-line:after,
.fr-icon-lightbulb-line:before {
    -webkit-mask-image: url('/assets/theme_image/lightbulb-line.svg');
    mask-image: url('/assets/theme_image/lightbulb-line.svg');
}
.fr-icon-plant-fill:after,
.fr-icon-plant-fill:before {
    -webkit-mask-image: url('/assets/theme_image/plant-fill.svg');
    mask-image: url('/assets/theme_image/plant-fill.svg');
}
.fr-icon-plant-line:after,
.fr-icon-plant-line:before {
    -webkit-mask-image: url('/assets/theme_image/plant-line.svg');
    mask-image: url('/assets/theme_image/plant-line.svg');
}
.fr-icon-recycle-fill:after,
.fr-icon-recycle-fill:before {
    -webkit-mask-image: url('/assets/theme_image/recycle-fill.svg');
    mask-image: url('/assets/theme_image/recycle-fill.svg');
}
.fr-icon-recycle-line:after,
.fr-icon-recycle-line:before {
    -webkit-mask-image: url('/assets/theme_image/recycle-line.svg');
    mask-image: url('/assets/theme_image/recycle-line.svg');
}
.fr-icon-scales-3-fill:after,
.fr-icon-scales-3-fill:before {
    -webkit-mask-image: url('/assets/theme_image/scales-3-fill.svg');
    mask-image: url('/assets/theme_image/scales-3-fill.svg');
}
.fr-icon-scales-3-line:after,
.fr-icon-scales-3-line:before {
    -webkit-mask-image: url('/assets/theme_image/scales-3-line.svg');
    mask-image: url('/assets/theme_image/scales-3-line.svg');
}
.fr-icon-seedling-fill:after,
.fr-icon-seedling-fill:before {
    -webkit-mask-image: url('/assets/theme_image/seedling-fill.svg');
    mask-image: url('/assets/theme_image/seedling-fill.svg');
}
.fr-icon-seedling-line:after,
.fr-icon-seedling-line:before {
    -webkit-mask-image: url('/assets/theme_image/seedling-line.svg');
    mask-image: url('/assets/theme_image/seedling-line.svg');
}
.fr-icon-umbrella-fill:after,
.fr-icon-umbrella-fill:before {
    -webkit-mask-image: url('/assets/theme_image/umbrella-fill.svg');
    mask-image: url('/assets/theme_image/umbrella-fill.svg');
}
.fr-icon-umbrella-line:after,
.fr-icon-umbrella-line:before {
    -webkit-mask-image: url('/assets/theme_image/umbrella-line.svg');
    mask-image: url('/assets/theme_image/umbrella-line.svg');
}
.fr-icon-add-circle-fill:after,
.fr-icon-add-circle-fill:before {
    -webkit-mask-image: url('/assets/theme_image/add-circle-fill.svg');
    mask-image: url('/assets/theme_image/add-circle-fill.svg');
}
.fr-icon-add-circle-line:after,
.fr-icon-add-circle-line:before {
    -webkit-mask-image: url('/assets/theme_image/add-circle-line.svg');
    mask-image: url('/assets/theme_image/add-circle-line.svg');
}
.fr-icon-add-line:after,
.fr-icon-add-line:before {
    -webkit-mask-image: url('/assets/theme_image/add-line.svg');
    mask-image: url('/assets/theme_image/add-line.svg');
}
.fr-icon-alarm-warning-fill:after,
.fr-icon-alarm-warning-fill:before {
    -webkit-mask-image: url('/assets/theme_image/alarm-warning-fill.svg');
    mask-image: url('/assets/theme_image/alarm-warning-fill.svg');
}
.fr-icon-alarm-warning-line:after,
.fr-icon-alarm-warning-line:before {
    -webkit-mask-image: url('/assets/theme_image/alarm-warning-line.svg');
    mask-image: url('/assets/theme_image/alarm-warning-line.svg');
}
.fr-icon-alert-fill:after,
.fr-icon-alert-fill:before {
    -webkit-mask-image: url('/assets/theme_image/alert-fill.svg');
    mask-image: url('/assets/theme_image/alert-fill.svg');
}
.fr-icon-alert-line:after,
.fr-icon-alert-line:before {
    -webkit-mask-image: url('/assets/theme_image/alert-line.svg');
    mask-image: url('/assets/theme_image/alert-line.svg');
}
.fr-icon-arrow-down-fill:after,
.fr-icon-arrow-down-fill:before {
    -webkit-mask-image: url('/assets/theme_image/arrow-down-fill.svg');
    mask-image: url('/assets/theme_image/arrow-down-fill.svg');
}
.fr-icon-arrow-down-line:after,
.fr-icon-arrow-down-line:before {
    -webkit-mask-image: url('/assets/theme_image/arrow-down-line.svg');
    mask-image: url('/assets/theme_image/arrow-down-line.svg');
}
.fr-icon-arrow-down-s-fill:after,
.fr-icon-arrow-down-s-fill:before {
    -webkit-mask-image: url('/assets/theme_image/arrow-down-s-fill.svg');
    mask-image: url('/assets/theme_image/arrow-down-s-fill.svg');
}
.fr-icon-arrow-down-s-line:after,
.fr-icon-arrow-down-s-line:before {
    -webkit-mask-image: url('/assets/theme_image/arrow-down-s-line.svg');
    mask-image: url('/assets/theme_image/arrow-down-s-line.svg');
}
.fr-icon-arrow-go-back-fill:after,
.fr-icon-arrow-go-back-fill:before {
    -webkit-mask-image: url('/assets/theme_image/arrow-go-back-fill.svg');
    mask-image: url('/assets/theme_image/arrow-go-back-fill.svg');
}
.fr-icon-arrow-go-back-line:after,
.fr-icon-arrow-go-back-line:before {
    -webkit-mask-image: url('/assets/theme_image/arrow-go-back-line.svg');
    mask-image: url('/assets/theme_image/arrow-go-back-line.svg');
}
.fr-icon-arrow-go-forward-fill:after,
.fr-icon-arrow-go-forward-fill:before {
    -webkit-mask-image: url('/assets/theme_image/arrow-go-forward-fill.svg');
    mask-image: url('/assets/theme_image/arrow-go-forward-fill.svg');
}
.fr-icon-arrow-go-forward-line:after,
.fr-icon-arrow-go-forward-line:before {
    -webkit-mask-image: url('/assets/theme_image/arrow-go-forward-line.svg');
    mask-image: url('/assets/theme_image/arrow-go-forward-line.svg');
}
.fr-icon-arrow-left-fill:after,
.fr-icon-arrow-left-fill:before {
    -webkit-mask-image: url('/assets/theme_image/arrow-left-fill.svg');
    mask-image: url('/assets/theme_image/arrow-left-fill.svg');
}
.fr-icon-arrow-left-line:after,
.fr-icon-arrow-left-line:before {
    -webkit-mask-image: url('/assets/theme_image/arrow-left-line.svg');
    mask-image: url('/assets/theme_image/arrow-left-line.svg');
}
.fr-icon-arrow-left-s-fill:after,
.fr-icon-arrow-left-s-fill:before {
    -webkit-mask-image: url('/assets/theme_image/arrow-left-s-fill.svg');
    mask-image: url('/assets/theme_image/arrow-left-s-fill.svg');
}
.fr-icon-arrow-left-s-line:after,
.fr-icon-arrow-left-s-line:before {
    -webkit-mask-image: url('/assets/theme_image/arrow-left-s-line.svg');
    mask-image: url('/assets/theme_image/arrow-left-s-line.svg');
}
.fr-icon-arrow-right-fill:after,
.fr-icon-arrow-right-fill:before {
    -webkit-mask-image: url('/assets/theme_image/arrow-right-fill.svg');
    mask-image: url('/assets/theme_image/arrow-right-fill.svg');
}
.fr-icon-arrow-right-line:after,
.fr-icon-arrow-right-line:before {
    -webkit-mask-image: url('/assets/theme_image/arrow-right-line.svg');
    mask-image: url('/assets/theme_image/arrow-right-line.svg');
}
.fr-icon-arrow-right-s-fill:after,
.fr-icon-arrow-right-s-fill:before {
    -webkit-mask-image: url('/assets/theme_image/arrow-right-s-fill.svg');
    mask-image: url('/assets/theme_image/arrow-right-s-fill.svg');
}
.fr-icon-arrow-right-s-line:after,
.fr-icon-arrow-right-s-line:before {
    -webkit-mask-image: url('/assets/theme_image/arrow-right-s-line.svg');
    mask-image: url('/assets/theme_image/arrow-right-s-line.svg');
}
.fr-icon-arrow-right-up-line:after,
.fr-icon-arrow-right-up-line:before {
    -webkit-mask-image: url('/assets/theme_image/arrow-right-up-line.svg');
    mask-image: url('/assets/theme_image/arrow-right-up-line.svg');
}
.fr-icon-arrow-up-fill:after,
.fr-icon-arrow-up-fill:before {
    -webkit-mask-image: url('/assets/theme_image/arrow-up-fill.svg');
    mask-image: url('/assets/theme_image/arrow-up-fill.svg');
}
.fr-icon-arrow-up-line:after,
.fr-icon-arrow-up-line:before {
    -webkit-mask-image: url('/assets/theme_image/arrow-up-line.svg');
    mask-image: url('/assets/theme_image/arrow-up-line.svg');
}
.fr-icon-arrow-up-s-fill:after,
.fr-icon-arrow-up-s-fill:before {
    -webkit-mask-image: url('/assets/theme_image/arrow-up-s-fill.svg');
    mask-image: url('/assets/theme_image/arrow-up-s-fill.svg');
}
.fr-icon-arrow-up-s-line:after,
.fr-icon-arrow-up-s-line:before {
    -webkit-mask-image: url('/assets/theme_image/arrow-up-s-line.svg');
    mask-image: url('/assets/theme_image/arrow-up-s-line.svg');
}
.fr-icon-check-line:after,
.fr-icon-check-line:before {
    -webkit-mask-image: url('/assets/theme_image/check-line.svg');
    mask-image: url('/assets/theme_image/check-line.svg');
}
.fr-icon-checkbox-circle-fill:after,
.fr-icon-checkbox-circle-fill:before {
    -webkit-mask-image: url('/assets/theme_image/checkbox-circle-fill.svg');
    mask-image: url('/assets/theme_image/checkbox-circle-fill.svg');
}
.fr-icon-checkbox-circle-line:after,
.fr-icon-checkbox-circle-line:before {
    -webkit-mask-image: url('/assets/theme_image/checkbox-circle-line.svg');
    mask-image: url('/assets/theme_image/checkbox-circle-line.svg');
}
.fr-icon-checkbox-fill:after,
.fr-icon-checkbox-fill:before {
    -webkit-mask-image: url('/assets/theme_image/checkbox-fill.svg');
    mask-image: url('/assets/theme_image/checkbox-fill.svg');
}
.fr-icon-checkbox-line:after,
.fr-icon-checkbox-line:before {
    -webkit-mask-image: url('/assets/theme_image/checkbox-line.svg');
    mask-image: url('/assets/theme_image/checkbox-line.svg');
}
.fr-icon-close-circle-fill:after,
.fr-icon-close-circle-fill:before {
    -webkit-mask-image: url('/assets/theme_image/close-circle-fill.svg');
    mask-image: url('/assets/theme_image/close-circle-fill.svg');
}
.fr-icon-close-circle-line:after,
.fr-icon-close-circle-line:before {
    -webkit-mask-image: url('/assets/theme_image/close-circle-line.svg');
    mask-image: url('/assets/theme_image/close-circle-line.svg');
}
.fr-icon-close-line:after,
.fr-icon-close-line:before {
    -webkit-mask-image: url('/assets/theme_image/close-line.svg');
    mask-image: url('/assets/theme_image/close-line.svg');
}
.fr-icon-delete-bin-fill:after,
.fr-icon-delete-bin-fill:before {
    -webkit-mask-image: url('/assets/theme_image/delete-bin-fill.svg');
    mask-image: url('/assets/theme_image/delete-bin-fill.svg');
}
.fr-icon-delete-bin-line:after,
.fr-icon-delete-bin-line:before {
    -webkit-mask-image: url('/assets/theme_image/delete-bin-line.svg');
    mask-image: url('/assets/theme_image/delete-bin-line.svg');
}
.fr-icon-download-fill:after,
.fr-icon-download-fill:before {
    -webkit-mask-image: url('/assets/theme_image/download-fill.svg');
    mask-image: url('/assets/theme_image/download-fill.svg');
}
.fr-icon-download-line:after,
.fr-icon-download-line:before {
    -webkit-mask-image: url('/assets/theme_image/download-line.svg');
    mask-image: url('/assets/theme_image/download-line.svg');
}
.fr-icon-error-warning-fill:after,
.fr-icon-error-warning-fill:before {
    -webkit-mask-image: url('/assets/theme_image/error-warning-fill.svg');
    mask-image: url('/assets/theme_image/error-warning-fill.svg');
}
.fr-icon-error-warning-line:after,
.fr-icon-error-warning-line:before {
    -webkit-mask-image: url('/assets/theme_image/error-warning-line.svg');
    mask-image: url('/assets/theme_image/error-warning-line.svg');
}
.fr-icon-external-link-fill:after,
.fr-icon-external-link-fill:before {
    -webkit-mask-image: url('/assets/theme_image/external-link-fill.svg');
    mask-image: url('/assets/theme_image/external-link-fill.svg');
}
.fr-icon-external-link-line:after,
.fr-icon-external-link-line:before {
    -webkit-mask-image: url('/assets/theme_image/external-link-line.svg');
    mask-image: url('/assets/theme_image/external-link-line.svg');
}
.fr-icon-eye-fill:after,
.fr-icon-eye-fill:before {
    -webkit-mask-image: url('/assets/theme_image/eye-fill.svg');
    mask-image: url('/assets/theme_image/eye-fill.svg');
}
.fr-icon-eye-line:after,
.fr-icon-eye-line:before {
    -webkit-mask-image: url('/assets/theme_image/eye-line.svg');
    mask-image: url('/assets/theme_image/eye-line.svg');
}
.fr-icon-eye-off-fill:after,
.fr-icon-eye-off-fill:before {
    -webkit-mask-image: url('/assets/theme_image/eye-off-fill.svg');
    mask-image: url('/assets/theme_image/eye-off-fill.svg');
}
.fr-icon-eye-off-line:after,
.fr-icon-eye-off-line:before {
    -webkit-mask-image: url('/assets/theme_image/eye-off-line.svg');
    mask-image: url('/assets/theme_image/eye-off-line.svg');
}
.fr-icon-filter-fill:after,
.fr-icon-filter-fill:before {
    -webkit-mask-image: url('/assets/theme_image/filter-fill.svg');
    mask-image: url('/assets/theme_image/filter-fill.svg');
}
.fr-icon-filter-line:after,
.fr-icon-filter-line:before {
    -webkit-mask-image: url('/assets/theme_image/filter-line.svg');
    mask-image: url('/assets/theme_image/filter-line.svg');
}
.fr-icon-arrow-left-s-first-line:after,
.fr-icon-arrow-left-s-first-line:before {
    -webkit-mask-image: url('/assets/theme_image/fr--arrow-left-s-first-line.svg');
    mask-image: url('/assets/theme_image/fr--arrow-left-s-first-line.svg');
}
.fr-icon-arrow-left-s-line-double:after,
.fr-icon-arrow-left-s-line-double:before {
    -webkit-mask-image: url('/assets/theme_image/fr--arrow-left-s-line-double.svg');
    mask-image: url('/assets/theme_image/fr--arrow-left-s-line-double.svg');
}
.fr-icon-arrow-right-down-circle-fill:after,
.fr-icon-arrow-right-down-circle-fill:before {
    -webkit-mask-image: url('/assets/theme_image/fr--arrow-right-down-circle-fill.svg');
    mask-image: url('/assets/theme_image/fr--arrow-right-down-circle-fill.svg');
}
.fr-icon-arrow-right-s-last-line:after,
.fr-icon-arrow-right-s-last-line:before {
    -webkit-mask-image: url('/assets/theme_image/fr--arrow-right-s-last-line.svg');
    mask-image: url('/assets/theme_image/fr--arrow-right-s-last-line.svg');
}
.fr-icon-arrow-right-s-line-double:after,
.fr-icon-arrow-right-s-line-double:before {
    -webkit-mask-image: url('/assets/theme_image/fr--arrow-right-s-line-double.svg');
    mask-image: url('/assets/theme_image/fr--arrow-right-s-line-double.svg');
}
.fr-icon-arrow-right-up-circle-fill:after,
.fr-icon-arrow-right-up-circle-fill:before {
    -webkit-mask-image: url('/assets/theme_image/fr--arrow-right-up-circle-fill.svg');
    mask-image: url('/assets/theme_image/fr--arrow-right-up-circle-fill.svg');
}
.fr-icon-capslock-line:after,
.fr-icon-capslock-line:before {
    -webkit-mask-image: url('/assets/theme_image/fr--capslock-line.svg');
    mask-image: url('/assets/theme_image/fr--capslock-line.svg');
}
.fr-icon-equal-circle-fill:after,
.fr-icon-equal-circle-fill:before {
    -webkit-mask-image: url('/assets/theme_image/fr--equal-circle-fill.svg');
    mask-image: url('/assets/theme_image/fr--equal-circle-fill.svg');
}
.fr-icon-error-fill:after,
.fr-icon-error-fill:before {
    -webkit-mask-image: url('/assets/theme_image/fr--error-fill.svg');
    mask-image: url('/assets/theme_image/fr--error-fill.svg');
}
.fr-icon-error-line:after,
.fr-icon-error-line:before {
    -webkit-mask-image: url('/assets/theme_image/fr--error-line.svg');
    mask-image: url('/assets/theme_image/fr--error-line.svg');
}
.fr-icon-info-fill:after,
.fr-icon-info-fill:before {
    -webkit-mask-image: url('/assets/theme_image/fr--info-fill.svg');
    mask-image: url('/assets/theme_image/fr--info-fill.svg');
}
.fr-icon-info-line:after,
.fr-icon-info-line:before {
    -webkit-mask-image: url('/assets/theme_image/fr--info-line.svg');
    mask-image: url('/assets/theme_image/fr--info-line.svg');
}
.fr-icon-success-fill:after,
.fr-icon-success-fill:before {
    -webkit-mask-image: url('/assets/theme_image/fr--success-fill.svg');
    mask-image: url('/assets/theme_image/fr--success-fill.svg');
}
.fr-icon-success-line:after,
.fr-icon-success-line:before {
    -webkit-mask-image: url('/assets/theme_image/fr--success-line.svg');
    mask-image: url('/assets/theme_image/fr--success-line.svg');
}
.fr-icon-theme-fill:after,
.fr-icon-theme-fill:before {
    -webkit-mask-image: url('/assets/theme_image/fr--theme-fill.svg');
    mask-image: url('/assets/theme_image/fr--theme-fill.svg');
}
.fr-icon-warning-fill:after,
.fr-icon-warning-fill:before {
    -webkit-mask-image: url('/assets/theme_image/fr--warning-fill.svg');
    mask-image: url('/assets/theme_image/fr--warning-fill.svg');
}
.fr-icon-warning-line:after,
.fr-icon-warning-line:before {
    -webkit-mask-image: url('/assets/theme_image/fr--warning-line.svg');
    mask-image: url('/assets/theme_image/fr--warning-line.svg');
}
.fr-icon-information-fill:after,
.fr-icon-information-fill:before {
    -webkit-mask-image: url('/assets/theme_image/information-fill.svg');
    mask-image: url('/assets/theme_image/information-fill.svg');
}
.fr-icon-information-line:after,
.fr-icon-information-line:before {
    -webkit-mask-image: url('/assets/theme_image/information-line.svg');
    mask-image: url('/assets/theme_image/information-line.svg');
}
.fr-icon-lock-fill:after,
.fr-icon-lock-fill:before {
    -webkit-mask-image: url('/assets/theme_image/lock-fill.svg');
    mask-image: url('/assets/theme_image/lock-fill.svg');
}
.fr-icon-lock-line:after,
.fr-icon-lock-line:before {
    -webkit-mask-image: url('/assets/theme_image/lock-line.svg');
    mask-image: url('/assets/theme_image/lock-line.svg');
}
.fr-icon-lock-unlock-fill:after,
.fr-icon-lock-unlock-fill:before {
    -webkit-mask-image: url('/assets/theme_image/lock-unlock-fill.svg');
    mask-image: url('/assets/theme_image/lock-unlock-fill.svg');
}
.fr-icon-lock-unlock-line:after,
.fr-icon-lock-unlock-line:before {
    -webkit-mask-image: url('/assets/theme_image/lock-unlock-line.svg');
    mask-image: url('/assets/theme_image/lock-unlock-line.svg');
}
.fr-icon-logout-box-r-fill:after,
.fr-icon-logout-box-r-fill:before {
    -webkit-mask-image: url('/assets/theme_image/logout-box-r-fill.svg');
    mask-image: url('/assets/theme_image/logout-box-r-fill.svg');
}
.fr-icon-logout-box-r-line:after,
.fr-icon-logout-box-r-line:before {
    -webkit-mask-image: url('/assets/theme_image/logout-box-r-line.svg');
    mask-image: url('/assets/theme_image/logout-box-r-line.svg');
}
.fr-icon-menu-2-fill:after,
.fr-icon-menu-2-fill:before {
    -webkit-mask-image: url('/assets/theme_image/menu-2-fill.svg');
    mask-image: url('/assets/theme_image/menu-2-fill.svg');
}
.fr-icon-menu-fill:after,
.fr-icon-menu-fill:before {
    -webkit-mask-image: url('/assets/theme_image/menu-fill.svg');
    mask-image: url('/assets/theme_image/menu-fill.svg');
}
.fr-icon-more-fill:after,
.fr-icon-more-fill:before {
    -webkit-mask-image: url('/assets/theme_image/more-fill.svg');
    mask-image: url('/assets/theme_image/more-fill.svg');
}
.fr-icon-more-line:after,
.fr-icon-more-line:before {
    -webkit-mask-image: url('/assets/theme_image/more-line.svg');
    mask-image: url('/assets/theme_image/more-line.svg');
}
.fr-icon-notification-badge-fill:after,
.fr-icon-notification-badge-fill:before {
    -webkit-mask-image: url('/assets/theme_image/notification-badge-fill.svg');
    mask-image: url('/assets/theme_image/notification-badge-fill.svg');
}
.fr-icon-notification-badge-line:after,
.fr-icon-notification-badge-line:before {
    -webkit-mask-image: url('/assets/theme_image/notification-badge-line.svg');
    mask-image: url('/assets/theme_image/notification-badge-line.svg');
}
.fr-icon-question-fill:after,
.fr-icon-question-fill:before {
    -webkit-mask-image: url('/assets/theme_image/question-fill.svg');
    mask-image: url('/assets/theme_image/question-fill.svg');
}
.fr-icon-question-line:after,
.fr-icon-question-line:before {
    -webkit-mask-image: url('/assets/theme_image/question-line.svg');
    mask-image: url('/assets/theme_image/question-line.svg');
}
.fr-icon-refresh-fill:after,
.fr-icon-refresh-fill:before {
    -webkit-mask-image: url('/assets/theme_image/refresh-fill.svg');
    mask-image: url('/assets/theme_image/refresh-fill.svg');
}
.fr-icon-refresh-line:after,
.fr-icon-refresh-line:before {
    -webkit-mask-image: url('/assets/theme_image/refresh-line.svg');
    mask-image: url('/assets/theme_image/refresh-line.svg');
}
.fr-icon-search-fill:after,
.fr-icon-search-fill:before {
    -webkit-mask-image: url('/assets/theme_image/search-fill.svg');
    mask-image: url('/assets/theme_image/search-fill.svg');
}
.fr-icon-search-line:after,
.fr-icon-search-line:before {
    -webkit-mask-image: url('/assets/theme_image/search-line.svg');
    mask-image: url('/assets/theme_image/search-line.svg');
}
.fr-icon-settings-5-fill:after,
.fr-icon-settings-5-fill:before {
    -webkit-mask-image: url('/assets/theme_image/settings-5-fill.svg');
    mask-image: url('/assets/theme_image/settings-5-fill.svg');
}
.fr-icon-settings-5-line:after,
.fr-icon-settings-5-line:before {
    -webkit-mask-image: url('/assets/theme_image/settings-5-line.svg');
    mask-image: url('/assets/theme_image/settings-5-line.svg');
}
.fr-icon-shield-fill:after,
.fr-icon-shield-fill:before {
    -webkit-mask-image: url('/assets/theme_image/shield-fill.svg');
    mask-image: url('/assets/theme_image/shield-fill.svg');
}
.fr-icon-shield-line:after,
.fr-icon-shield-line:before {
    -webkit-mask-image: url('/assets/theme_image/shield-line.svg');
    mask-image: url('/assets/theme_image/shield-line.svg');
}
.fr-icon-star-fill:after,
.fr-icon-star-fill:before {
    -webkit-mask-image: url('/assets/theme_image/star-fill.svg');
    mask-image: url('/assets/theme_image/star-fill.svg');
}
.fr-icon-star-line:after,
.fr-icon-star-line:before {
    -webkit-mask-image: url('/assets/theme_image/star-line.svg');
    mask-image: url('/assets/theme_image/star-line.svg');
}
.fr-icon-star-s-fill:after,
.fr-icon-star-s-fill:before {
    -webkit-mask-image: url('/assets/theme_image/star-s-fill.svg');
    mask-image: url('/assets/theme_image/star-s-fill.svg');
}
.fr-icon-star-s-line:after,
.fr-icon-star-s-line:before {
    -webkit-mask-image: url('/assets/theme_image/star-s-line.svg');
    mask-image: url('/assets/theme_image/star-s-line.svg');
}
.fr-icon-subtract-line:after,
.fr-icon-subtract-line:before {
    -webkit-mask-image: url('/assets/theme_image/subtract-line.svg');
    mask-image: url('/assets/theme_image/subtract-line.svg');
}
.fr-icon-thumb-down-fill:after,
.fr-icon-thumb-down-fill:before {
    -webkit-mask-image: url('/assets/theme_image/thumb-down-fill.svg');
    mask-image: url('/assets/theme_image/thumb-down-fill.svg');
}
.fr-icon-thumb-down-line:after,
.fr-icon-thumb-down-line:before {
    -webkit-mask-image: url('/assets/theme_image/thumb-down-line.svg');
    mask-image: url('/assets/theme_image/thumb-down-line.svg');
}
.fr-icon-thumb-up-fill:after,
.fr-icon-thumb-up-fill:before {
    -webkit-mask-image: url('/assets/theme_image/thumb-up-fill.svg');
    mask-image: url('/assets/theme_image/thumb-up-fill.svg');
}
.fr-icon-thumb-up-line:after,
.fr-icon-thumb-up-line:before {
    -webkit-mask-image: url('/assets/theme_image/thumb-up-line.svg');
    mask-image: url('/assets/theme_image/thumb-up-line.svg');
}
.fr-icon-time-fill:after,
.fr-icon-time-fill:before {
    -webkit-mask-image: url('/assets/theme_image/time-fill.svg');
    mask-image: url('/assets/theme_image/time-fill.svg');
}
.fr-icon-time-line:after,
.fr-icon-time-line:before {
    -webkit-mask-image: url('/assets/theme_image/time-line.svg');
    mask-image: url('/assets/theme_image/time-line.svg');
}
.fr-icon-timer-fill:after,
.fr-icon-timer-fill:before {
    -webkit-mask-image: url('/assets/theme_image/timer-fill.svg');
    mask-image: url('/assets/theme_image/timer-fill.svg');
}
.fr-icon-timer-line:after,
.fr-icon-timer-line:before {
    -webkit-mask-image: url('/assets/theme_image/timer-line.svg');
    mask-image: url('/assets/theme_image/timer-line.svg');
}
.fr-icon-upload-2-fill:after,
.fr-icon-upload-2-fill:before {
    -webkit-mask-image: url('/assets/theme_image/upload-2-fill.svg');
    mask-image: url('/assets/theme_image/upload-2-fill.svg');
}
.fr-icon-upload-2-line:after,
.fr-icon-upload-2-line:before {
    -webkit-mask-image: url('/assets/theme_image/upload-2-line.svg');
    mask-image: url('/assets/theme_image/upload-2-line.svg');
}
.fr-icon-upload-fill:after,
.fr-icon-upload-fill:before {
    -webkit-mask-image: url('/assets/theme_image/upload-fill.svg');
    mask-image: url('/assets/theme_image/upload-fill.svg');
}
.fr-icon-upload-line:after,
.fr-icon-upload-line:before {
    -webkit-mask-image: url('/assets/theme_image/upload-line.svg');
    mask-image: url('/assets/theme_image/upload-line.svg');
}
.fr-icon-zoom-in-fill:after,
.fr-icon-zoom-in-fill:before {
    -webkit-mask-image: url('/assets/theme_image/zoom-in-fill.svg');
    mask-image: url('/assets/theme_image/zoom-in-fill.svg');
}
.fr-icon-zoom-in-line:after,
.fr-icon-zoom-in-line:before {
    -webkit-mask-image: url('/assets/theme_image/zoom-in-line.svg');
    mask-image: url('/assets/theme_image/zoom-in-line.svg');
}
.fr-icon-zoom-out-fill:after,
.fr-icon-zoom-out-fill:before {
    -webkit-mask-image: url('/assets/theme_image/zoom-out-fill.svg');
    mask-image: url('/assets/theme_image/zoom-out-fill.svg');
}
.fr-icon-zoom-out-line:after,
.fr-icon-zoom-out-line:before {
    -webkit-mask-image: url('/assets/theme_image/zoom-out-line.svg');
    mask-image: url('/assets/theme_image/zoom-out-line.svg');
}
.fr-fi-add-circle-fill:after,
.fr-fi-add-circle-fill:before {
    -webkit-mask-image: url('/assets/theme_image/add-circle-fill.svg');
    mask-image: url('/assets/theme_image/add-circle-fill.svg');
}
.fr-fi-add-circle-line:after,
.fr-fi-add-circle-line:before {
    -webkit-mask-image: url('/assets/theme_image/add-circle-line.svg');
    mask-image: url('/assets/theme_image/add-circle-line.svg');
}
.fr-fi-add-line:after,
.fr-fi-add-line:before {
    -webkit-mask-image: url('/assets/theme_image/add-line.svg');
    mask-image: url('/assets/theme_image/add-line.svg');
}
.fr-fi-arrow-down-line:after,
.fr-fi-arrow-down-line:before {
    -webkit-mask-image: url('/assets/theme_image/arrow-down-line.svg');
    mask-image: url('/assets/theme_image/arrow-down-line.svg');
}
.fr-fi-arrow-down-s-line:after,
.fr-fi-arrow-down-s-line:before {
    -webkit-mask-image: url('/assets/theme_image/arrow-down-s-line.svg');
    mask-image: url('/assets/theme_image/arrow-down-s-line.svg');
}
.fr-fi-arrow-go-back-fill:after,
.fr-fi-arrow-go-back-fill:before {
    -webkit-mask-image: url('/assets/theme_image/arrow-go-back-fill.svg');
    mask-image: url('/assets/theme_image/arrow-go-back-fill.svg');
}
.fr-fi-arrow-go-back-line:after,
.fr-fi-arrow-go-back-line:before {
    -webkit-mask-image: url('/assets/theme_image/arrow-go-back-line.svg');
    mask-image: url('/assets/theme_image/arrow-go-back-line.svg');
}
.fr-fi-arrow-left-line:after,
.fr-fi-arrow-left-line:before {
    -webkit-mask-image: url('/assets/theme_image/arrow-left-line.svg');
    mask-image: url('/assets/theme_image/arrow-left-line.svg');
}
.fr-fi-arrow-left-s-line:after,
.fr-fi-arrow-left-s-line:before {
    -webkit-mask-image: url('/assets/theme_image/arrow-left-s-line.svg');
    mask-image: url('/assets/theme_image/arrow-left-s-line.svg');
}
.fr-fi-arrow-right-line:after,
.fr-fi-arrow-right-line:before {
    -webkit-mask-image: url('/assets/theme_image/arrow-right-line.svg');
    mask-image: url('/assets/theme_image/arrow-right-line.svg');
}
.fr-fi-arrow-right-s-line:after,
.fr-fi-arrow-right-s-line:before {
    -webkit-mask-image: url('/assets/theme_image/arrow-right-s-line.svg');
    mask-image: url('/assets/theme_image/arrow-right-s-line.svg');
}
.fr-fi-arrow-right-up-line:after,
.fr-fi-arrow-right-up-line:before {
    -webkit-mask-image: url('/assets/theme_image/arrow-right-up-line.svg');
    mask-image: url('/assets/theme_image/arrow-right-up-line.svg');
}
.fr-fi-arrow-up-fill:after,
.fr-fi-arrow-up-fill:before {
    -webkit-mask-image: url('/assets/theme_image/arrow-up-fill.svg');
    mask-image: url('/assets/theme_image/arrow-up-fill.svg');
}
.fr-fi-arrow-up-line:after,
.fr-fi-arrow-up-line:before {
    -webkit-mask-image: url('/assets/theme_image/arrow-up-line.svg');
    mask-image: url('/assets/theme_image/arrow-up-line.svg');
}
.fr-fi-arrow-up-s-line:after,
.fr-fi-arrow-up-s-line:before {
    -webkit-mask-image: url('/assets/theme_image/arrow-up-s-line.svg');
    mask-image: url('/assets/theme_image/arrow-up-s-line.svg');
}
.fr-fi-check-line:after,
.fr-fi-check-line:before {
    -webkit-mask-image: url('/assets/theme_image/check-line.svg');
    mask-image: url('/assets/theme_image/check-line.svg');
}
.fr-fi-checkbox-circle-line:after,
.fr-fi-checkbox-circle-line:before {
    -webkit-mask-image: url('/assets/theme_image/checkbox-circle-line.svg');
    mask-image: url('/assets/theme_image/checkbox-circle-line.svg');
}
.fr-fi-close-line:after,
.fr-fi-close-line:before {
    -webkit-mask-image: url('/assets/theme_image/close-line.svg');
    mask-image: url('/assets/theme_image/close-line.svg');
}
.fr-fi-download-line:after,
.fr-fi-download-line:before {
    -webkit-mask-image: url('/assets/theme_image/download-line.svg');
    mask-image: url('/assets/theme_image/download-line.svg');
}
.fr-fi-error-warning-fill:after,
.fr-fi-error-warning-fill:before {
    -webkit-mask-image: url('/assets/theme_image/error-warning-fill.svg');
    mask-image: url('/assets/theme_image/error-warning-fill.svg');
}
.fr-fi-error-warning-line:after,
.fr-fi-error-warning-line:before {
    -webkit-mask-image: url('/assets/theme_image/error-warning-line.svg');
    mask-image: url('/assets/theme_image/error-warning-line.svg');
}
.fr-fi-external-link-line:after,
.fr-fi-external-link-line:before {
    -webkit-mask-image: url('/assets/theme_image/external-link-line.svg');
    mask-image: url('/assets/theme_image/external-link-line.svg');
}
.fr-fi-eye-fill:after,
.fr-fi-eye-fill:before {
    -webkit-mask-image: url('/assets/theme_image/eye-fill.svg');
    mask-image: url('/assets/theme_image/eye-fill.svg');
}
.fr-fi-eye-line:after,
.fr-fi-eye-line:before {
    -webkit-mask-image: url('/assets/theme_image/eye-line.svg');
    mask-image: url('/assets/theme_image/eye-line.svg');
}
.fr-fi-eye-off-fill:after,
.fr-fi-eye-off-fill:before {
    -webkit-mask-image: url('/assets/theme_image/eye-off-fill.svg');
    mask-image: url('/assets/theme_image/eye-off-fill.svg');
}
.fr-fi-eye-off-line:after,
.fr-fi-eye-off-line:before {
    -webkit-mask-image: url('/assets/theme_image/eye-off-line.svg');
    mask-image: url('/assets/theme_image/eye-off-line.svg');
}
.fr-fi-filter-fill:after,
.fr-fi-filter-fill:before {
    -webkit-mask-image: url('/assets/theme_image/filter-fill.svg');
    mask-image: url('/assets/theme_image/filter-fill.svg');
}
.fr-fi-filter-line:after,
.fr-fi-filter-line:before {
    -webkit-mask-image: url('/assets/theme_image/filter-line.svg');
    mask-image: url('/assets/theme_image/filter-line.svg');
}
.fr-fi-arrow-left-s-first-line:after,
.fr-fi-arrow-left-s-first-line:before {
    -webkit-mask-image: url('/assets/theme_image/fr--arrow-left-s-first-line.svg');
    mask-image: url('/assets/theme_image/fr--arrow-left-s-first-line.svg');
}
.fr-fi-arrow-left-s-line-double:after,
.fr-fi-arrow-left-s-line-double:before {
    -webkit-mask-image: url('/assets/theme_image/fr--arrow-left-s-line-double.svg');
    mask-image: url('/assets/theme_image/fr--arrow-left-s-line-double.svg');
}
.fr-fi-arrow-right-s-last-line:after,
.fr-fi-arrow-right-s-last-line:before {
    -webkit-mask-image: url('/assets/theme_image/fr--arrow-right-s-last-line.svg');
    mask-image: url('/assets/theme_image/fr--arrow-right-s-last-line.svg');
}
.fr-fi-arrow-right-s-line-double:after,
.fr-fi-arrow-right-s-line-double:before {
    -webkit-mask-image: url('/assets/theme_image/fr--arrow-right-s-line-double.svg');
    mask-image: url('/assets/theme_image/fr--arrow-right-s-line-double.svg');
}
.fr-fi-error-fill:after,
.fr-fi-error-fill:before {
    -webkit-mask-image: url('/assets/theme_image/fr--error-fill.svg');
    mask-image: url('/assets/theme_image/fr--error-fill.svg');
}
.fr-fi-error-line:after,
.fr-fi-error-line:before {
    -webkit-mask-image: url('/assets/theme_image/fr--error-line.svg');
    mask-image: url('/assets/theme_image/fr--error-line.svg');
}
.fr-fi-info-fill:after,
.fr-fi-info-fill:before {
    -webkit-mask-image: url('/assets/theme_image/fr--info-fill.svg');
    mask-image: url('/assets/theme_image/fr--info-fill.svg');
}
.fr-fi-info-line:after,
.fr-fi-info-line:before {
    -webkit-mask-image: url('/assets/theme_image/fr--info-line.svg');
    mask-image: url('/assets/theme_image/fr--info-line.svg');
}
.fr-fi-success-fill:after,
.fr-fi-success-fill:before {
    -webkit-mask-image: url('/assets/theme_image/fr--success-fill.svg');
    mask-image: url('/assets/theme_image/fr--success-fill.svg');
}
.fr-fi-success-line:after,
.fr-fi-success-line:before {
    -webkit-mask-image: url('/assets/theme_image/fr--success-line.svg');
    mask-image: url('/assets/theme_image/fr--success-line.svg');
}
.fr-fi-theme-fill:after,
.fr-fi-theme-fill:before {
    -webkit-mask-image: url('/assets/theme_image/fr--theme-fill.svg');
    mask-image: url('/assets/theme_image/fr--theme-fill.svg');
}
.fr-fi-warning-fill:after,
.fr-fi-warning-fill:before {
    -webkit-mask-image: url('/assets/theme_image/fr--warning-fill.svg');
    mask-image: url('/assets/theme_image/fr--warning-fill.svg');
}
.fr-fi-warning-line:after,
.fr-fi-warning-line:before {
    -webkit-mask-image: url('/assets/theme_image/fr--warning-line.svg');
    mask-image: url('/assets/theme_image/fr--warning-line.svg');
}
.fr-fi-information-fill:after,
.fr-fi-information-fill:before {
    -webkit-mask-image: url('/assets/theme_image/information-fill.svg');
    mask-image: url('/assets/theme_image/information-fill.svg');
}
.fr-fi-information-line:after,
.fr-fi-information-line:before {
    -webkit-mask-image: url('/assets/theme_image/information-line.svg');
    mask-image: url('/assets/theme_image/information-line.svg');
}
.fr-fi-lock-fill:after,
.fr-fi-lock-fill:before {
    -webkit-mask-image: url('/assets/theme_image/lock-fill.svg');
    mask-image: url('/assets/theme_image/lock-fill.svg');
}
.fr-fi-lock-line:after,
.fr-fi-lock-line:before {
    -webkit-mask-image: url('/assets/theme_image/lock-line.svg');
    mask-image: url('/assets/theme_image/lock-line.svg');
}
.fr-fi-logout-box-r-fill:after,
.fr-fi-logout-box-r-fill:before {
    -webkit-mask-image: url('/assets/theme_image/logout-box-r-fill.svg');
    mask-image: url('/assets/theme_image/logout-box-r-fill.svg');
}
.fr-fi-logout-box-r-line:after,
.fr-fi-logout-box-r-line:before {
    -webkit-mask-image: url('/assets/theme_image/logout-box-r-line.svg');
    mask-image: url('/assets/theme_image/logout-box-r-line.svg');
}
.fr-fi-menu-2-fill:after,
.fr-fi-menu-2-fill:before {
    -webkit-mask-image: url('/assets/theme_image/menu-2-fill.svg');
    mask-image: url('/assets/theme_image/menu-2-fill.svg');
}
.fr-fi-menu-fill:after,
.fr-fi-menu-fill:before {
    -webkit-mask-image: url('/assets/theme_image/menu-fill.svg');
    mask-image: url('/assets/theme_image/menu-fill.svg');
}
.fr-fi-question-fill:after,
.fr-fi-question-fill:before {
    -webkit-mask-image: url('/assets/theme_image/question-fill.svg');
    mask-image: url('/assets/theme_image/question-fill.svg');
}
.fr-fi-question-line:after,
.fr-fi-question-line:before {
    -webkit-mask-image: url('/assets/theme_image/question-line.svg');
    mask-image: url('/assets/theme_image/question-line.svg');
}
.fr-fi-refresh-fill:after,
.fr-fi-refresh-fill:before {
    -webkit-mask-image: url('/assets/theme_image/refresh-fill.svg');
    mask-image: url('/assets/theme_image/refresh-fill.svg');
}
.fr-fi-refresh-line:after,
.fr-fi-refresh-line:before {
    -webkit-mask-image: url('/assets/theme_image/refresh-line.svg');
    mask-image: url('/assets/theme_image/refresh-line.svg');
}
.fr-fi-search-fill:after,
.fr-fi-search-fill:before {
    -webkit-mask-image: url('/assets/theme_image/search-fill.svg');
    mask-image: url('/assets/theme_image/search-fill.svg');
}
.fr-fi-search-line:after,
.fr-fi-search-line:before {
    -webkit-mask-image: url('/assets/theme_image/search-line.svg');
    mask-image: url('/assets/theme_image/search-line.svg');
}
.fr-fi-subtract-line:after,
.fr-fi-subtract-line:before {
    -webkit-mask-image: url('/assets/theme_image/subtract-line.svg');
    mask-image: url('/assets/theme_image/subtract-line.svg');
}
.fr-fi-timer-fill:after,
.fr-fi-timer-fill:before {
    -webkit-mask-image: url('/assets/theme_image/timer-fill.svg');
    mask-image: url('/assets/theme_image/timer-fill.svg');
}
.fr-fi-timer-line:after,
.fr-fi-timer-line:before {
    -webkit-mask-image: url('/assets/theme_image/timer-line.svg');
    mask-image: url('/assets/theme_image/timer-line.svg');
}
.fr-fi-upload-2-fill:after,
.fr-fi-upload-2-fill:before {
    -webkit-mask-image: url('/assets/theme_image/upload-2-fill.svg');
    mask-image: url('/assets/theme_image/upload-2-fill.svg');
}
.fr-fi-upload-2-line:after,
.fr-fi-upload-2-line:before {
    -webkit-mask-image: url('/assets/theme_image/upload-2-line.svg');
    mask-image: url('/assets/theme_image/upload-2-line.svg');
}
.fr-fi-zoom-in-fill:after,
.fr-fi-zoom-in-fill:before {
    -webkit-mask-image: url('/assets/theme_image/zoom-in-fill.svg');
    mask-image: url('/assets/theme_image/zoom-in-fill.svg');
}
.fr-fi-zoom-in-line:after,
.fr-fi-zoom-in-line:before {
    -webkit-mask-image: url('/assets/theme_image/zoom-in-line.svg');
    mask-image: url('/assets/theme_image/zoom-in-line.svg');
}
.fr-fi-zoom-out-fill:after,
.fr-fi-zoom-out-fill:before {
    -webkit-mask-image: url('/assets/theme_image/zoom-out-fill.svg');
    mask-image: url('/assets/theme_image/zoom-out-fill.svg');
}
.fr-fi-zoom-out-line:after,
.fr-fi-zoom-out-line:before {
    -webkit-mask-image: url('/assets/theme_image/zoom-out-line.svg');
    mask-image: url('/assets/theme_image/zoom-out-line.svg');
}
.fr-fi-delete-line:after,
.fr-fi-delete-line:before {
    -webkit-mask-image: url('/assets/theme_image/delete-bin-line.svg');
    mask-image: url('/assets/theme_image/delete-bin-line.svg');
}
.fr-fi-delete-fill:after,
.fr-fi-delete-fill:before {
    -webkit-mask-image: url('/assets/theme_image/delete-bin-fill.svg');
    mask-image: url('/assets/theme_image/delete-bin-fill.svg');
}
.fr-icon-delete-line:after,
.fr-icon-delete-line:before {
    -webkit-mask-image: url('/assets/theme_image/delete-bin-line.svg');
    mask-image: url('/assets/theme_image/delete-bin-line.svg');
}
.fr-icon-delete-fill:after,
.fr-icon-delete-fill:before {
    -webkit-mask-image: url('/assets/theme_image/delete-bin-fill.svg');
    mask-image: url('/assets/theme_image/delete-bin-fill.svg');
}
.fr-icon-account-circle-fill:after,
.fr-icon-account-circle-fill:before {
    -webkit-mask-image: url('/assets/theme_image/account-circle-fill.svg');
    mask-image: url('/assets/theme_image/account-circle-fill.svg');
}
.fr-icon-account-circle-line:after,
.fr-icon-account-circle-line:before {
    -webkit-mask-image: url('/assets/theme_image/account-circle-line.svg');
    mask-image: url('/assets/theme_image/account-circle-line.svg');
}
.fr-icon-account-pin-circle-fill:after,
.fr-icon-account-pin-circle-fill:before {
    -webkit-mask-image: url('/assets/theme_image/account-pin-circle-fill.svg');
    mask-image: url('/assets/theme_image/account-pin-circle-fill.svg');
}
.fr-icon-account-pin-circle-line:after,
.fr-icon-account-pin-circle-line:before {
    -webkit-mask-image: url('/assets/theme_image/account-pin-circle-line.svg');
    mask-image: url('/assets/theme_image/account-pin-circle-line.svg');
}
.fr-icon-admin-fill:after,
.fr-icon-admin-fill:before {
    -webkit-mask-image: url('/assets/theme_image/admin-fill.svg');
    mask-image: url('/assets/theme_image/admin-fill.svg');
}
.fr-icon-admin-line:after,
.fr-icon-admin-line:before {
    -webkit-mask-image: url('/assets/theme_image/admin-line.svg');
    mask-image: url('/assets/theme_image/admin-line.svg');
}
.fr-icon-group-fill:after,
.fr-icon-group-fill:before {
    -webkit-mask-image: url('/assets/theme_image/group-fill.svg');
    mask-image: url('/assets/theme_image/group-fill.svg');
}
.fr-icon-group-line:after,
.fr-icon-group-line:before {
    -webkit-mask-image: url('/assets/theme_image/group-line.svg');
    mask-image: url('/assets/theme_image/group-line.svg');
}
.fr-icon-parent-fill:after,
.fr-icon-parent-fill:before {
    -webkit-mask-image: url('/assets/theme_image/parent-fill.svg');
    mask-image: url('/assets/theme_image/parent-fill.svg');
}
.fr-icon-parent-line:after,
.fr-icon-parent-line:before {
    -webkit-mask-image: url('/assets/theme_image/parent-line.svg');
    mask-image: url('/assets/theme_image/parent-line.svg');
}
.fr-icon-team-fill:after,
.fr-icon-team-fill:before {
    -webkit-mask-image: url('/assets/theme_image/team-fill.svg');
    mask-image: url('/assets/theme_image/team-fill.svg');
}
.fr-icon-team-line:after,
.fr-icon-team-line:before {
    -webkit-mask-image: url('/assets/theme_image/team-line.svg');
    mask-image: url('/assets/theme_image/team-line.svg');
}
.fr-icon-user-add-fill:after,
.fr-icon-user-add-fill:before {
    -webkit-mask-image: url('/assets/theme_image/user-add-fill.svg');
    mask-image: url('/assets/theme_image/user-add-fill.svg');
}
.fr-icon-user-add-line:after,
.fr-icon-user-add-line:before {
    -webkit-mask-image: url('/assets/theme_image/user-add-line.svg');
    mask-image: url('/assets/theme_image/user-add-line.svg');
}
.fr-icon-user-fill:after,
.fr-icon-user-fill:before {
    -webkit-mask-image: url('/assets/theme_image/user-fill.svg');
    mask-image: url('/assets/theme_image/user-fill.svg');
}
.fr-icon-user-heart-fill:after,
.fr-icon-user-heart-fill:before {
    -webkit-mask-image: url('/assets/theme_image/user-heart-fill.svg');
    mask-image: url('/assets/theme_image/user-heart-fill.svg');
}
.fr-icon-user-heart-line:after,
.fr-icon-user-heart-line:before {
    -webkit-mask-image: url('/assets/theme_image/user-heart-line.svg');
    mask-image: url('/assets/theme_image/user-heart-line.svg');
}
.fr-icon-user-line:after,
.fr-icon-user-line:before {
    -webkit-mask-image: url('/assets/theme_image/user-line.svg');
    mask-image: url('/assets/theme_image/user-line.svg');
}
.fr-icon-user-search-fill:after,
.fr-icon-user-search-fill:before {
    -webkit-mask-image: url('/assets/theme_image/user-search-fill.svg');
    mask-image: url('/assets/theme_image/user-search-fill.svg');
}
.fr-icon-user-search-line:after,
.fr-icon-user-search-line:before {
    -webkit-mask-image: url('/assets/theme_image/user-search-line.svg');
    mask-image: url('/assets/theme_image/user-search-line.svg');
}
.fr-icon-user-setting-fill:after,
.fr-icon-user-setting-fill:before {
    -webkit-mask-image: url('/assets/theme_image/user-setting-fill.svg');
    mask-image: url('/assets/theme_image/user-setting-fill.svg');
}
.fr-icon-user-setting-line:after,
.fr-icon-user-setting-line:before {
    -webkit-mask-image: url('/assets/theme_image/user-setting-line.svg');
    mask-image: url('/assets/theme_image/user-setting-line.svg');
}
.fr-icon-user-star-fill:after,
.fr-icon-user-star-fill:before {
    -webkit-mask-image: url('/assets/theme_image/user-star-fill.svg');
    mask-image: url('/assets/theme_image/user-star-fill.svg');
}
.fr-icon-user-star-line:after,
.fr-icon-user-star-line:before {
    -webkit-mask-image: url('/assets/theme_image/user-star-line.svg');
    mask-image: url('/assets/theme_image/user-star-line.svg');
}
.fr-fi-user-fill:after,
.fr-fi-user-fill:before {
    -webkit-mask-image: url('/assets/theme_image/user-fill.svg');
    mask-image: url('/assets/theme_image/user-fill.svg');
}
.fr-fi-user-line:after,
.fr-fi-user-line:before {
    -webkit-mask-image: url('/assets/theme_image/user-line.svg');
    mask-image: url('/assets/theme_image/user-line.svg');
}
.fr-fi-account-line:after,
.fr-fi-account-line:before {
    -webkit-mask-image: url('/assets/theme_image/account-circle-line.svg');
    mask-image: url('/assets/theme_image/account-circle-line.svg');
}
.fr-fi-account-fill:after,
.fr-fi-account-fill:before {
    -webkit-mask-image: url('/assets/theme_image/account-circle-fill.svg');
    mask-image: url('/assets/theme_image/account-circle-fill.svg');
}
.fr-icon-account-line:after,
.fr-icon-account-line:before {
    -webkit-mask-image: url('/assets/theme_image/account-circle-line.svg');
    mask-image: url('/assets/theme_image/account-circle-line.svg');
}
.fr-icon-account-fill:after,
.fr-icon-account-fill:before {
    -webkit-mask-image: url('/assets/theme_image/account-circle-fill.svg');
    mask-image: url('/assets/theme_image/account-circle-fill.svg');
}
.fr-icon-cloudy-2-fill:after,
.fr-icon-cloudy-2-fill:before {
    -webkit-mask-image: url('/assets/theme_image/cloudy-2-fill.svg');
    mask-image: url('/assets/theme_image/cloudy-2-fill.svg');
}
.fr-icon-cloudy-2-line:after,
.fr-icon-cloudy-2-line:before {
    -webkit-mask-image: url('/assets/theme_image/cloudy-2-line.svg');
    mask-image: url('/assets/theme_image/cloudy-2-line.svg');
}
.fr-icon-flashlight-fill:after,
.fr-icon-flashlight-fill:before {
    -webkit-mask-image: url('/assets/theme_image/flashlight-fill.svg');
    mask-image: url('/assets/theme_image/flashlight-fill.svg');
}
.fr-icon-flashlight-line:after,
.fr-icon-flashlight-line:before {
    -webkit-mask-image: url('/assets/theme_image/flashlight-line.svg');
    mask-image: url('/assets/theme_image/flashlight-line.svg');
}
.fr-icon-moon-fill:after,
.fr-icon-moon-fill:before {
    -webkit-mask-image: url('/assets/theme_image/moon-fill.svg');
    mask-image: url('/assets/theme_image/moon-fill.svg');
}
.fr-icon-moon-line:after,
.fr-icon-moon-line:before {
    -webkit-mask-image: url('/assets/theme_image/moon-line.svg');
    mask-image: url('/assets/theme_image/moon-line.svg');
}
.fr-icon-sun-fill:after,
.fr-icon-sun-fill:before {
    -webkit-mask-image: url('/assets/theme_image/sun-fill.svg');
    mask-image: url('/assets/theme_image/sun-fill.svg');
}
.fr-icon-sun-line:after,
.fr-icon-sun-line:before {
    -webkit-mask-image: url('/assets/theme_image/sun-line.svg');
    mask-image: url('/assets/theme_image/sun-line.svg');
}
.fr-fi-flashlight-fill:after,
.fr-fi-flashlight-fill:before {
    -webkit-mask-image: url('/assets/theme_image/flashlight-fill.svg');
    mask-image: url('/assets/theme_image/flashlight-fill.svg');
}
.fr-fi-flashlight-line:after,
.fr-fi-flashlight-line:before {
    -webkit-mask-image: url('/assets/theme_image/flashlight-line.svg');
    mask-image: url('/assets/theme_image/flashlight-line.svg');
}
@media (min-width: 36em) {
    /*! media sm */
    /*! media sm */
    /*! media sm */
    /*! media sm */
    /*! media sm */
    /*! media sm */
    /*! media sm */
    /*! media sm */
    /*! media sm */
    /*! media sm */
    /*! media sm */
    /*! media sm */
    /*! media sm */
    /*! media sm */
    /*! media sm */
    /*! media sm */
    /*! media sm */
    /*! media sm */
    /*! media sm */
    /*! media sm */
    /*! media sm */
    /*! media sm */
    /*! media sm */
    /*! media sm */
    /*! media sm */
    /*! media sm */
    /*! media sm */
    /*! media sm */
    /*! media sm */
    /*! media sm */
    /*! media sm */
    /*! media sm */
    /*! media sm */
    /*! media sm */
    /*! media sm */
    /*! media sm */
}
@media (min-width: 48em) {
    /*! media md */
    /*! media md */
    /*! media md */
    /*! media md */
    /*! media md */
    /*! media md */
    /*! media md */
    /*! media md */
    /*! media md */
    /*! media md */
    /*! media md */
    /*! media md */
    /*! media md */
    /*! media md */
    /*! media md */
    /*! media md */
    /*! media md */
    /*! media md */
    /*! media md */
    /*! media md */
    /*! media md */
    /*! media md */
    /*! media md */
    /*! media md */
    /*! media md */
    /*! media md */
    /*! media md */
    /*! media md */
    /*! media md */
    /*! media md */
    /*! media md */
    /*! media md */
    /*! media md */
    /*! media md */
    /*! media md */
    /*! media md */
}
@media (min-width: 62em) {
    /*! media lg */
    /*! media lg */
    /*! media lg */
    /*! media lg */
    /*! media lg */
    /*! media lg */
    /*! media lg */
    /*! media lg */
    /*! media lg */
    /*! media lg */
    /*! media lg */
    /*! media lg */
    /*! media lg */
    /*! media lg */
    /*! media lg */
    /*! media lg */
    /*! media lg */
    /*! media lg */
    /*! media lg */
    /*! media lg */
    /*! media lg */
    /*! media lg */
    /*! media lg */
    /*! media lg */
    /*! media lg */
    /*! media lg */
    /*! media lg */
    /*! media lg */
    /*! media lg */
    /*! media lg */
    /*! media lg */
    /*! media lg */
    /*! media lg */
    /*! media lg */
    /*! media lg */
    /*! media lg */
}
@media (min-width: 78em) {
    /*! media xl */
    /*! media xl */
    /*! media xl */
    /*! media xl */
    /*! media xl */
    /*! media xl */
    /*! media xl */
    /*! media xl */
    /*! media xl */
    /*! media xl */
    /*! media xl */
    /*! media xl */
    /*! media xl */
    /*! media xl */
    /*! media xl */
    /*! media xl */
    /*! media xl */
    /*! media xl */
    /*! media xl */
    /*! media xl */
    /*! media xl */
    /*! media xl */
    /*! media xl */
    /*! media xl */
    /*! media xl */
    /*! media xl */
    /*! media xl */
    /*! media xl */
    /*! media xl */
    /*! media xl */
    /*! media xl */
    /*! media xl */
    /*! media xl */
    /*! media xl */
    /*! media xl */
    /*! media xl */
}
@media (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .fr-icon-ancient-gate-fill:after,
    .fr-icon-ancient-gate-fill:before {
        background-image: url('/assets/theme_image/ancient-gate-fill.svg');
    }
    .fr-icon-ancient-gate-line:after,
    .fr-icon-ancient-gate-line:before {
        background-image: url('/assets/theme_image/ancient-gate-line.svg');
    }
    .fr-icon-ancient-pavilion-fill:after,
    .fr-icon-ancient-pavilion-fill:before {
        background-image: url('/assets/theme_image/ancient-pavilion-fill.svg');
    }
    .fr-icon-ancient-pavilion-line:after,
    .fr-icon-ancient-pavilion-line:before {
        background-image: url('/assets/theme_image/ancient-pavilion-line.svg');
    }
    .fr-icon-bank-fill:after,
    .fr-icon-bank-fill:before {
        background-image: url('/assets/theme_image/bank-fill.svg');
    }
    .fr-icon-bank-line:after,
    .fr-icon-bank-line:before {
        background-image: url('/assets/theme_image/bank-line.svg');
    }
    .fr-icon-building-fill:after,
    .fr-icon-building-fill:before {
        background-image: url('/assets/theme_image/building-fill.svg');
    }
    .fr-icon-building-line:after,
    .fr-icon-building-line:before {
        background-image: url('/assets/theme_image/building-line.svg');
    }
    .fr-icon-community-fill:after,
    .fr-icon-community-fill:before {
        background-image: url('/assets/theme_image/community-fill.svg');
    }
    .fr-icon-community-line:after,
    .fr-icon-community-line:before {
        background-image: url('/assets/theme_image/community-line.svg');
    }
    .fr-icon-government-fill:after,
    .fr-icon-government-fill:before {
        background-image: url('/assets/theme_image/government-fill.svg');
    }
    .fr-icon-government-line:after,
    .fr-icon-government-line:before {
        background-image: url('/assets/theme_image/government-line.svg');
    }
    .fr-icon-home-4-fill:after,
    .fr-icon-home-4-fill:before {
        background-image: url('/assets/theme_image/home-4-fill.svg');
    }
    .fr-icon-home-4-line:after,
    .fr-icon-home-4-line:before {
        background-image: url('/assets/theme_image/home-4-line.svg');
    }
    .fr-icon-hospital-fill:after,
    .fr-icon-hospital-fill:before {
        background-image: url('/assets/theme_image/hospital-fill.svg');
    }
    .fr-icon-hospital-line:after,
    .fr-icon-hospital-line:before {
        background-image: url('/assets/theme_image/hospital-line.svg');
    }
    .fr-icon-hotel-fill:after,
    .fr-icon-hotel-fill:before {
        background-image: url('/assets/theme_image/hotel-fill.svg');
    }
    .fr-icon-hotel-line:after,
    .fr-icon-hotel-line:before {
        background-image: url('/assets/theme_image/hotel-line.svg');
    }
    .fr-icon-store-fill:after,
    .fr-icon-store-fill:before {
        background-image: url('/assets/theme_image/store-fill.svg');
    }
    .fr-icon-store-line:after,
    .fr-icon-store-line:before {
        background-image: url('/assets/theme_image/store-line.svg');
    }
    .fr-fi-home-4-fill:before {
        background-image: url('/assets/theme_image/home-4-fill.svg');
    }
    .fr-fi-home-4-line:before {
        background-image: url('/assets/theme_image/home-4-line.svg');
    }
    .fr-icon-archive-fill:after,
    .fr-icon-archive-fill:before {
        background-image: url('/assets/theme_image/archive-fill.svg');
    }
    .fr-icon-archive-line:after,
    .fr-icon-archive-line:before {
        background-image: url('/assets/theme_image/archive-line.svg');
    }
    .fr-icon-attachment-fill:after,
    .fr-icon-attachment-fill:before {
        background-image: url('/assets/theme_image/attachment-fill.svg');
    }
    .fr-icon-attachment-line:after,
    .fr-icon-attachment-line:before {
        background-image: url('/assets/theme_image/attachment-line.svg');
    }
    .fr-icon-award-fill:after,
    .fr-icon-award-fill:before {
        background-image: url('/assets/theme_image/award-fill.svg');
    }
    .fr-icon-award-line:after,
    .fr-icon-award-line:before {
        background-image: url('/assets/theme_image/award-line.svg');
    }
    .fr-icon-bar-chart-box-fill:after,
    .fr-icon-bar-chart-box-fill:before {
        background-image: url('/assets/theme_image/bar-chart-box-fill.svg');
    }
    .fr-icon-bar-chart-box-line:after,
    .fr-icon-bar-chart-box-line:before {
        background-image: url('/assets/theme_image/bar-chart-box-line.svg');
    }
    .fr-icon-bookmark-fill:after,
    .fr-icon-bookmark-fill:before {
        background-image: url('/assets/theme_image/bookmark-fill.svg');
    }
    .fr-icon-bookmark-line:after,
    .fr-icon-bookmark-line:before {
        background-image: url('/assets/theme_image/bookmark-line.svg');
    }
    .fr-icon-briefcase-fill:after,
    .fr-icon-briefcase-fill:before {
        background-image: url('/assets/theme_image/briefcase-fill.svg');
    }
    .fr-icon-briefcase-line:after,
    .fr-icon-briefcase-line:before {
        background-image: url('/assets/theme_image/briefcase-line.svg');
    }
    .fr-icon-calendar-2-fill:after,
    .fr-icon-calendar-2-fill:before {
        background-image: url('/assets/theme_image/calendar-2-fill.svg');
    }
    .fr-icon-calendar-2-line:after,
    .fr-icon-calendar-2-line:before {
        background-image: url('/assets/theme_image/calendar-2-line.svg');
    }
    .fr-icon-calendar-event-fill:after,
    .fr-icon-calendar-event-fill:before {
        background-image: url('/assets/theme_image/calendar-event-fill.svg');
    }
    .fr-icon-calendar-event-line:after,
    .fr-icon-calendar-event-line:before {
        background-image: url('/assets/theme_image/calendar-event-line.svg');
    }
    .fr-icon-calendar-fill:after,
    .fr-icon-calendar-fill:before {
        background-image: url('/assets/theme_image/calendar-fill.svg');
    }
    .fr-icon-calendar-line:after,
    .fr-icon-calendar-line:before {
        background-image: url('/assets/theme_image/calendar-line.svg');
    }
    .fr-icon-cloud-fill:after,
    .fr-icon-cloud-fill:before {
        background-image: url('/assets/theme_image/cloud-fill.svg');
    }
    .fr-icon-cloud-line:after,
    .fr-icon-cloud-line:before {
        background-image: url('/assets/theme_image/cloud-line.svg');
    }
    .fr-icon-copyright-fill:after,
    .fr-icon-copyright-fill:before {
        background-image: url('/assets/theme_image/copyright-fill.svg');
    }
    .fr-icon-copyright-line:after,
    .fr-icon-copyright-line:before {
        background-image: url('/assets/theme_image/copyright-line.svg');
    }
    .fr-icon-customer-service-fill:after,
    .fr-icon-customer-service-fill:before {
        background-image: url('/assets/theme_image/customer-service-fill.svg');
    }
    .fr-icon-customer-service-line:after,
    .fr-icon-customer-service-line:before {
        background-image: url('/assets/theme_image/customer-service-line.svg');
    }
    .fr-icon-flag-fill:after,
    .fr-icon-flag-fill:before {
        background-image: url('/assets/theme_image/flag-fill.svg');
    }
    .fr-icon-flag-line:after,
    .fr-icon-flag-line:before {
        background-image: url('/assets/theme_image/flag-line.svg');
    }
    .fr-icon-global-fill:after,
    .fr-icon-global-fill:before {
        background-image: url('/assets/theme_image/global-fill.svg');
    }
    .fr-icon-global-line:after,
    .fr-icon-global-line:before {
        background-image: url('/assets/theme_image/global-line.svg');
    }
    .fr-icon-line-chart-fill:after,
    .fr-icon-line-chart-fill:before {
        background-image: url('/assets/theme_image/line-chart-fill.svg');
    }
    .fr-icon-line-chart-line:after,
    .fr-icon-line-chart-line:before {
        background-image: url('/assets/theme_image/line-chart-line.svg');
    }
    .fr-icon-links-fill:after,
    .fr-icon-links-fill:before {
        background-image: url('/assets/theme_image/links-fill.svg');
    }
    .fr-icon-links-line:after,
    .fr-icon-links-line:before {
        background-image: url('/assets/theme_image/links-line.svg');
    }
    .fr-icon-mail-fill:after,
    .fr-icon-mail-fill:before {
        background-image: url('/assets/theme_image/mail-fill.svg');
    }
    .fr-icon-mail-line:after,
    .fr-icon-mail-line:before {
        background-image: url('/assets/theme_image/mail-line.svg');
    }
    .fr-icon-mail-open-fill:after,
    .fr-icon-mail-open-fill:before {
        background-image: url('/assets/theme_image/mail-open-fill.svg');
    }
    .fr-icon-mail-open-line:after,
    .fr-icon-mail-open-line:before {
        background-image: url('/assets/theme_image/mail-open-line.svg');
    }
    .fr-icon-medal-fill:after,
    .fr-icon-medal-fill:before {
        background-image: url('/assets/theme_image/medal-fill.svg');
    }
    .fr-icon-medal-line:after,
    .fr-icon-medal-line:before {
        background-image: url('/assets/theme_image/medal-line.svg');
    }
    .fr-icon-pie-chart-2-fill:after,
    .fr-icon-pie-chart-2-fill:before {
        background-image: url('/assets/theme_image/pie-chart-2-fill.svg');
    }
    .fr-icon-pie-chart-2-line:after,
    .fr-icon-pie-chart-2-line:before {
        background-image: url('/assets/theme_image/pie-chart-2-line.svg');
    }
    .fr-icon-pie-chart-box-fill:after,
    .fr-icon-pie-chart-box-fill:before {
        background-image: url('/assets/theme_image/pie-chart-box-fill.svg');
    }
    .fr-icon-pie-chart-box-line:after,
    .fr-icon-pie-chart-box-line:before {
        background-image: url('/assets/theme_image/pie-chart-box-line.svg');
    }
    .fr-icon-printer-fill:after,
    .fr-icon-printer-fill:before {
        background-image: url('/assets/theme_image/printer-fill.svg');
    }
    .fr-icon-printer-line:after,
    .fr-icon-printer-line:before {
        background-image: url('/assets/theme_image/printer-line.svg');
    }
    .fr-icon-profil-fill:after,
    .fr-icon-profil-fill:before {
        background-image: url('/assets/theme_image/profil-fill.svg');
    }
    .fr-icon-profil-line:after,
    .fr-icon-profil-line:before {
        background-image: url('/assets/theme_image/profil-line.svg');
    }
    .fr-icon-projector-2-fill:after,
    .fr-icon-projector-2-fill:before {
        background-image: url('/assets/theme_image/projector-2-fill.svg');
    }
    .fr-icon-projector-2-line:after,
    .fr-icon-projector-2-line:before {
        background-image: url('/assets/theme_image/projector-2-line.svg');
    }
    .fr-icon-send-plane-fill:after,
    .fr-icon-send-plane-fill:before {
        background-image: url('/assets/theme_image/send-plane-fill.svg');
    }
    .fr-icon-send-plane-line:after,
    .fr-icon-send-plane-line:before {
        background-image: url('/assets/theme_image/send-plane-line.svg');
    }
    .fr-icon-slideshow-fill:after,
    .fr-icon-slideshow-fill:before {
        background-image: url('/assets/theme_image/slideshow-fill.svg');
    }
    .fr-icon-slideshow-line:after,
    .fr-icon-slideshow-line:before {
        background-image: url('/assets/theme_image/slideshow-line.svg');
    }
    .fr-icon-window-fill:after,
    .fr-icon-window-fill:before {
        background-image: url('/assets/theme_image/window-fill.svg');
    }
    .fr-icon-window-line:after,
    .fr-icon-window-line:before {
        background-image: url('/assets/theme_image/window-line.svg');
    }
    .fr-fi-attachment-fill:before {
        background-image: url('/assets/theme_image/attachment-fill.svg');
    }
    .fr-fi-attachment-line:before {
        background-image: url('/assets/theme_image/attachment-line.svg');
    }
    .fr-fi-calendar-fill:before {
        background-image: url('/assets/theme_image/calendar-fill.svg');
    }
    .fr-fi-calendar-line:before {
        background-image: url('/assets/theme_image/calendar-line.svg');
    }
    .fr-fi-line-chart-fill:before {
        background-image: url('/assets/theme_image/line-chart-fill.svg');
    }
    .fr-fi-line-chart-line:before {
        background-image: url('/assets/theme_image/line-chart-line.svg');
    }
    .fr-fi-links-fill:before {
        background-image: url('/assets/theme_image/links-fill.svg');
    }
    .fr-fi-mail-fill:before {
        background-image: url('/assets/theme_image/mail-fill.svg');
    }
    .fr-fi-mail-line:before {
        background-image: url('/assets/theme_image/mail-line.svg');
    }
    .fr-fi-printer-fill:before {
        background-image: url('/assets/theme_image/printer-fill.svg');
    }
    .fr-fi-printer-line:before {
        background-image: url('/assets/theme_image/printer-line.svg');
    }
    .fr-icon-chat-2-fill:after,
    .fr-icon-chat-2-fill:before {
        background-image: url('/assets/theme_image/chat-2-fill.svg');
    }
    .fr-icon-chat-2-line:after,
    .fr-icon-chat-2-line:before {
        background-image: url('/assets/theme_image/chat-2-line.svg');
    }
    .fr-icon-chat-3-fill:after,
    .fr-icon-chat-3-fill:before {
        background-image: url('/assets/theme_image/chat-3-fill.svg');
    }
    .fr-icon-chat-3-line:after,
    .fr-icon-chat-3-line:before {
        background-image: url('/assets/theme_image/chat-3-line.svg');
    }
    .fr-icon-chat-check-fill:after,
    .fr-icon-chat-check-fill:before {
        background-image: url('/assets/theme_image/chat-check-fill.svg');
    }
    .fr-icon-chat-check-line:after,
    .fr-icon-chat-check-line:before {
        background-image: url('/assets/theme_image/chat-check-line.svg');
    }
    .fr-icon-chat-delete-fill:after,
    .fr-icon-chat-delete-fill:before {
        background-image: url('/assets/theme_image/chat-delete-fill.svg');
    }
    .fr-icon-chat-delete-line:after,
    .fr-icon-chat-delete-line:before {
        background-image: url('/assets/theme_image/chat-delete-line.svg');
    }
    .fr-icon-chat-poll-fill:after,
    .fr-icon-chat-poll-fill:before {
        background-image: url('/assets/theme_image/chat-poll-fill.svg');
    }
    .fr-icon-chat-poll-line:after,
    .fr-icon-chat-poll-line:before {
        background-image: url('/assets/theme_image/chat-poll-line.svg');
    }
    .fr-icon-discuss-fill:after,
    .fr-icon-discuss-fill:before {
        background-image: url('/assets/theme_image/discuss-fill.svg');
    }
    .fr-icon-discuss-line:after,
    .fr-icon-discuss-line:before {
        background-image: url('/assets/theme_image/discuss-line.svg');
    }
    .fr-icon-feedback-fill:after,
    .fr-icon-feedback-fill:before {
        background-image: url('/assets/theme_image/feedback-fill.svg');
    }
    .fr-icon-feedback-line:after,
    .fr-icon-feedback-line:before {
        background-image: url('/assets/theme_image/feedback-line.svg');
    }
    .fr-icon-message-2-fill:after,
    .fr-icon-message-2-fill:before {
        background-image: url('/assets/theme_image/message-2-fill.svg');
    }
    .fr-icon-message-2-line:after,
    .fr-icon-message-2-line:before {
        background-image: url('/assets/theme_image/message-2-line.svg');
    }
    .fr-icon-question-answer-fill:after,
    .fr-icon-question-answer-fill:before {
        background-image: url('/assets/theme_image/question-answer-fill.svg');
    }
    .fr-icon-question-answer-line:after,
    .fr-icon-question-answer-line:before {
        background-image: url('/assets/theme_image/question-answer-line.svg');
    }
    .fr-icon-questionnaire-fill:after,
    .fr-icon-questionnaire-fill:before {
        background-image: url('/assets/theme_image/questionnaire-fill.svg');
    }
    .fr-icon-questionnaire-line:after,
    .fr-icon-questionnaire-line:before {
        background-image: url('/assets/theme_image/questionnaire-line.svg');
    }
    .fr-icon-video-chat-fill:after,
    .fr-icon-video-chat-fill:before {
        background-image: url('/assets/theme_image/video-chat-fill.svg');
    }
    .fr-icon-video-chat-line:after,
    .fr-icon-video-chat-line:before {
        background-image: url('/assets/theme_image/video-chat-line.svg');
    }
    .fr-icon-ball-pen-fill:after,
    .fr-icon-ball-pen-fill:before {
        background-image: url('/assets/theme_image/ball-pen-fill.svg');
    }
    .fr-icon-ball-pen-line:after,
    .fr-icon-ball-pen-line:before {
        background-image: url('/assets/theme_image/ball-pen-line.svg');
    }
    .fr-icon-brush-3-fill:after,
    .fr-icon-brush-3-fill:before {
        background-image: url('/assets/theme_image/brush-3-fill.svg');
    }
    .fr-icon-brush-3-line:after,
    .fr-icon-brush-3-line:before {
        background-image: url('/assets/theme_image/brush-3-line.svg');
    }
    .fr-icon-brush-fill:after,
    .fr-icon-brush-fill:before {
        background-image: url('/assets/theme_image/brush-fill.svg');
    }
    .fr-icon-brush-line:after,
    .fr-icon-brush-line:before {
        background-image: url('/assets/theme_image/brush-line.svg');
    }
    .fr-icon-contrast-fill:after,
    .fr-icon-contrast-fill:before {
        background-image: url('/assets/theme_image/contrast-fill.svg');
    }
    .fr-icon-contrast-line:after,
    .fr-icon-contrast-line:before {
        background-image: url('/assets/theme_image/contrast-line.svg');
    }
    .fr-icon-crop-fill:after,
    .fr-icon-crop-fill:before {
        background-image: url('/assets/theme_image/crop-fill.svg');
    }
    .fr-icon-crop-line:after,
    .fr-icon-crop-line:before {
        background-image: url('/assets/theme_image/crop-line.svg');
    }
    .fr-icon-drag-move-2-fill:after,
    .fr-icon-drag-move-2-fill:before {
        background-image: url('/assets/theme_image/drag-move-2-fill.svg');
    }
    .fr-icon-drag-move-2-line:after,
    .fr-icon-drag-move-2-line:before {
        background-image: url('/assets/theme_image/drag-move-2-line.svg');
    }
    .fr-icon-drop-fill:after,
    .fr-icon-drop-fill:before {
        background-image: url('/assets/theme_image/drop-fill.svg');
    }
    .fr-icon-drop-line:after,
    .fr-icon-drop-line:before {
        background-image: url('/assets/theme_image/drop-line.svg');
    }
    .fr-icon-edit-box-fill:after,
    .fr-icon-edit-box-fill:before {
        background-image: url('/assets/theme_image/edit-box-fill.svg');
    }
    .fr-icon-edit-box-line:after,
    .fr-icon-edit-box-line:before {
        background-image: url('/assets/theme_image/edit-box-line.svg');
    }
    .fr-icon-edit-fill:after,
    .fr-icon-edit-fill:before {
        background-image: url('/assets/theme_image/edit-fill.svg');
    }
    .fr-icon-edit-line:after,
    .fr-icon-edit-line:before {
        background-image: url('/assets/theme_image/edit-line.svg');
    }
    .fr-icon-ink-bottle-fill:after,
    .fr-icon-ink-bottle-fill:before {
        background-image: url('/assets/theme_image/ink-bottle-fill.svg');
    }
    .fr-icon-ink-bottle-line:after,
    .fr-icon-ink-bottle-line:before {
        background-image: url('/assets/theme_image/ink-bottle-line.svg');
    }
    .fr-icon-layout-grid-fill:after,
    .fr-icon-layout-grid-fill:before {
        background-image: url('/assets/theme_image/layout-grid-fill.svg');
    }
    .fr-icon-layout-grid-line:after,
    .fr-icon-layout-grid-line:before {
        background-image: url('/assets/theme_image/layout-grid-line.svg');
    }
    .fr-icon-mark-pen-fill:after,
    .fr-icon-mark-pen-fill:before {
        background-image: url('/assets/theme_image/mark-pen-fill.svg');
    }
    .fr-icon-mark-pen-line:after,
    .fr-icon-mark-pen-line:before {
        background-image: url('/assets/theme_image/mark-pen-line.svg');
    }
    .fr-icon-paint-brush-fill:after,
    .fr-icon-paint-brush-fill:before {
        background-image: url('/assets/theme_image/paint-brush-fill.svg');
    }
    .fr-icon-paint-brush-line:after,
    .fr-icon-paint-brush-line:before {
        background-image: url('/assets/theme_image/paint-brush-line.svg');
    }
    .fr-icon-paint-fill:after,
    .fr-icon-paint-fill:before {
        background-image: url('/assets/theme_image/paint-fill.svg');
    }
    .fr-icon-paint-line:after,
    .fr-icon-paint-line:before {
        background-image: url('/assets/theme_image/paint-line.svg');
    }
    .fr-icon-palette-fill:after,
    .fr-icon-palette-fill:before {
        background-image: url('/assets/theme_image/palette-fill.svg');
    }
    .fr-icon-palette-line:after,
    .fr-icon-palette-line:before {
        background-image: url('/assets/theme_image/palette-line.svg');
    }
    .fr-icon-pantone-fill:after,
    .fr-icon-pantone-fill:before {
        background-image: url('/assets/theme_image/pantone-fill.svg');
    }
    .fr-icon-pantone-line:after,
    .fr-icon-pantone-line:before {
        background-image: url('/assets/theme_image/pantone-line.svg');
    }
    .fr-icon-pen-nib-fill:after,
    .fr-icon-pen-nib-fill:before {
        background-image: url('/assets/theme_image/pen-nib-fill.svg');
    }
    .fr-icon-pen-nib-line:after,
    .fr-icon-pen-nib-line:before {
        background-image: url('/assets/theme_image/pen-nib-line.svg');
    }
    .fr-icon-pencil-fill:after,
    .fr-icon-pencil-fill:before {
        background-image: url('/assets/theme_image/pencil-fill.svg');
    }
    .fr-icon-pencil-line:after,
    .fr-icon-pencil-line:before {
        background-image: url('/assets/theme_image/pencil-line.svg');
    }
    .fr-icon-pencil-ruler-fill:after,
    .fr-icon-pencil-ruler-fill:before {
        background-image: url('/assets/theme_image/pencil-ruler-fill.svg');
    }
    .fr-icon-pencil-ruler-line:after,
    .fr-icon-pencil-ruler-line:before {
        background-image: url('/assets/theme_image/pencil-ruler-line.svg');
    }
    .fr-icon-sip-fill:after,
    .fr-icon-sip-fill:before {
        background-image: url('/assets/theme_image/sip-fill.svg');
    }
    .fr-icon-sip-line:after,
    .fr-icon-sip-line:before {
        background-image: url('/assets/theme_image/sip-line.svg');
    }
    .fr-icon-table-fill:after,
    .fr-icon-table-fill:before {
        background-image: url('/assets/theme_image/table-fill.svg');
    }
    .fr-icon-table-line:after,
    .fr-icon-table-line:before {
        background-image: url('/assets/theme_image/table-line.svg');
    }
    .fr-fi-edit-fill:before {
        background-image: url('/assets/theme_image/edit-fill.svg');
    }
    .fr-fi-edit-line:before {
        background-image: url('/assets/theme_image/edit-line.svg');
    }
    .fr-icon-bug-fill:after,
    .fr-icon-bug-fill:before {
        background-image: url('/assets/theme_image/bug-fill.svg');
    }
    .fr-icon-bug-line:after,
    .fr-icon-bug-line:before {
        background-image: url('/assets/theme_image/bug-line.svg');
    }
    .fr-icon-code-box-fill:after,
    .fr-icon-code-box-fill:before {
        background-image: url('/assets/theme_image/code-box-fill.svg');
    }
    .fr-icon-code-box-line:after,
    .fr-icon-code-box-line:before {
        background-image: url('/assets/theme_image/code-box-line.svg');
    }
    .fr-icon-code-s-slash-line:after,
    .fr-icon-code-s-slash-line:before {
        background-image: url('/assets/theme_image/code-s-slash-line.svg');
    }
    .fr-icon-cursor-fill:after,
    .fr-icon-cursor-fill:before {
        background-image: url('/assets/theme_image/cursor-fill.svg');
    }
    .fr-icon-cursor-line:after,
    .fr-icon-cursor-line:before {
        background-image: url('/assets/theme_image/cursor-line.svg');
    }
    .fr-icon-git-branch-fill:after,
    .fr-icon-git-branch-fill:before {
        background-image: url('/assets/theme_image/git-branch-fill.svg');
    }
    .fr-icon-git-branch-line:after,
    .fr-icon-git-branch-line:before {
        background-image: url('/assets/theme_image/git-branch-line.svg');
    }
    .fr-icon-git-commit-fill:after,
    .fr-icon-git-commit-fill:before {
        background-image: url('/assets/theme_image/git-commit-fill.svg');
    }
    .fr-icon-git-commit-line:after,
    .fr-icon-git-commit-line:before {
        background-image: url('/assets/theme_image/git-commit-line.svg');
    }
    .fr-icon-git-merge-fill:after,
    .fr-icon-git-merge-fill:before {
        background-image: url('/assets/theme_image/git-merge-fill.svg');
    }
    .fr-icon-git-merge-line:after,
    .fr-icon-git-merge-line:before {
        background-image: url('/assets/theme_image/git-merge-line.svg');
    }
    .fr-icon-git-pull-request-fill:after,
    .fr-icon-git-pull-request-fill:before {
        background-image: url('/assets/theme_image/git-pull-request-fill.svg');
    }
    .fr-icon-git-pull-request-line:after,
    .fr-icon-git-pull-request-line:before {
        background-image: url('/assets/theme_image/git-pull-request-line.svg');
    }
    .fr-icon-git-repository-commits-fill:after,
    .fr-icon-git-repository-commits-fill:before {
        background-image: url('/assets/theme_image/git-repository-commits-fill.svg');
    }
    .fr-icon-git-repository-commits-line:after,
    .fr-icon-git-repository-commits-line:before {
        background-image: url('/assets/theme_image/git-repository-commits-line.svg');
    }
    .fr-icon-git-repository-fill:after,
    .fr-icon-git-repository-fill:before {
        background-image: url('/assets/theme_image/git-repository-fill.svg');
    }
    .fr-icon-git-repository-line:after,
    .fr-icon-git-repository-line:before {
        background-image: url('/assets/theme_image/git-repository-line.svg');
    }
    .fr-icon-git-repository-private-fill:after,
    .fr-icon-git-repository-private-fill:before {
        background-image: url('/assets/theme_image/git-repository-private-fill.svg');
    }
    .fr-icon-git-repository-private-line:after,
    .fr-icon-git-repository-private-line:before {
        background-image: url('/assets/theme_image/git-repository-private-line.svg');
    }
    .fr-icon-terminal-box-fill:after,
    .fr-icon-terminal-box-fill:before {
        background-image: url('/assets/theme_image/terminal-box-fill.svg');
    }
    .fr-icon-terminal-box-line:after,
    .fr-icon-terminal-box-line:before {
        background-image: url('/assets/theme_image/terminal-box-line.svg');
    }
    .fr-icon-terminal-line:after,
    .fr-icon-terminal-line:before {
        background-image: url('/assets/theme_image/terminal-line.svg');
    }
    .fr-icon-terminal-window-fill:after,
    .fr-icon-terminal-window-fill:before {
        background-image: url('/assets/theme_image/terminal-window-fill.svg');
    }
    .fr-icon-terminal-window-line:after,
    .fr-icon-terminal-window-line:before {
        background-image: url('/assets/theme_image/terminal-window-line.svg');
    }
    .fr-icon-bluetooth-fill:after,
    .fr-icon-bluetooth-fill:before {
        background-image: url('/assets/theme_image/bluetooth-fill.svg');
    }
    .fr-icon-bluetooth-line:after,
    .fr-icon-bluetooth-line:before {
        background-image: url('/assets/theme_image/bluetooth-line.svg');
    }
    .fr-icon-computer-fill:after,
    .fr-icon-computer-fill:before {
        background-image: url('/assets/theme_image/computer-fill.svg');
    }
    .fr-icon-computer-line:after,
    .fr-icon-computer-line:before {
        background-image: url('/assets/theme_image/computer-line.svg');
    }
    .fr-icon-dashboard-3-fill:after,
    .fr-icon-dashboard-3-fill:before {
        background-image: url('/assets/theme_image/dashboard-3-fill.svg');
    }
    .fr-icon-dashboard-3-line:after,
    .fr-icon-dashboard-3-line:before {
        background-image: url('/assets/theme_image/dashboard-3-line.svg');
    }
    .fr-icon-database-fill:after,
    .fr-icon-database-fill:before {
        background-image: url('/assets/theme_image/database-fill.svg');
    }
    .fr-icon-database-line:after,
    .fr-icon-database-line:before {
        background-image: url('/assets/theme_image/database-line.svg');
    }
    .fr-icon-device-fill:after,
    .fr-icon-device-fill:before {
        background-image: url('/assets/theme_image/device-fill.svg');
    }
    .fr-icon-device-line:after,
    .fr-icon-device-line:before {
        background-image: url('/assets/theme_image/device-line.svg');
    }
    .fr-icon-hard-drive-2-fill:after,
    .fr-icon-hard-drive-2-fill:before {
        background-image: url('/assets/theme_image/hard-drive-2-fill.svg');
    }
    .fr-icon-hard-drive-2-line:after,
    .fr-icon-hard-drive-2-line:before {
        background-image: url('/assets/theme_image/hard-drive-2-line.svg');
    }
    .fr-icon-mac-fill:after,
    .fr-icon-mac-fill:before {
        background-image: url('/assets/theme_image/mac-fill.svg');
    }
    .fr-icon-mac-line:after,
    .fr-icon-mac-line:before {
        background-image: url('/assets/theme_image/mac-line.svg');
    }
    .fr-icon-phone-fill:after,
    .fr-icon-phone-fill:before {
        background-image: url('/assets/theme_image/phone-fill.svg');
    }
    .fr-icon-phone-line:after,
    .fr-icon-phone-line:before {
        background-image: url('/assets/theme_image/phone-line.svg');
    }
    .fr-icon-qr-code-fill:after,
    .fr-icon-qr-code-fill:before {
        background-image: url('/assets/theme_image/qr-code-fill.svg');
    }
    .fr-icon-qr-code-line:after,
    .fr-icon-qr-code-line:before {
        background-image: url('/assets/theme_image/qr-code-line.svg');
    }
    .fr-icon-rss-fill:after,
    .fr-icon-rss-fill:before {
        background-image: url('/assets/theme_image/rss-fill.svg');
    }
    .fr-icon-rss-line:after,
    .fr-icon-rss-line:before {
        background-image: url('/assets/theme_image/rss-line.svg');
    }
    .fr-icon-save-3-fill:after,
    .fr-icon-save-3-fill:before {
        background-image: url('/assets/theme_image/save-3-fill.svg');
    }
    .fr-icon-save-3-line:after,
    .fr-icon-save-3-line:before {
        background-image: url('/assets/theme_image/save-3-line.svg');
    }
    .fr-icon-save-fill:after,
    .fr-icon-save-fill:before {
        background-image: url('/assets/theme_image/save-fill.svg');
    }
    .fr-icon-save-line:after,
    .fr-icon-save-line:before {
        background-image: url('/assets/theme_image/save-line.svg');
    }
    .fr-icon-server-fill:after,
    .fr-icon-server-fill:before {
        background-image: url('/assets/theme_image/server-fill.svg');
    }
    .fr-icon-server-line:after,
    .fr-icon-server-line:before {
        background-image: url('/assets/theme_image/server-line.svg');
    }
    .fr-icon-smartphone-fill:after,
    .fr-icon-smartphone-fill:before {
        background-image: url('/assets/theme_image/smartphone-fill.svg');
    }
    .fr-icon-smartphone-line:after,
    .fr-icon-smartphone-line:before {
        background-image: url('/assets/theme_image/smartphone-line.svg');
    }
    .fr-icon-tablet-fill:after,
    .fr-icon-tablet-fill:before {
        background-image: url('/assets/theme_image/tablet-fill.svg');
    }
    .fr-icon-tablet-line:after,
    .fr-icon-tablet-line:before {
        background-image: url('/assets/theme_image/tablet-line.svg');
    }
    .fr-icon-tv-fill:after,
    .fr-icon-tv-fill:before {
        background-image: url('/assets/theme_image/tv-fill.svg');
    }
    .fr-icon-tv-line:after,
    .fr-icon-tv-line:before {
        background-image: url('/assets/theme_image/tv-line.svg');
    }
    .fr-icon-wifi-fill:after,
    .fr-icon-wifi-fill:before {
        background-image: url('/assets/theme_image/wifi-fill.svg');
    }
    .fr-icon-wifi-line:after,
    .fr-icon-wifi-line:before {
        background-image: url('/assets/theme_image/wifi-line.svg');
    }
    .fr-fi-phone-fill:before {
        background-image: url('/assets/theme_image/phone-fill.svg');
    }
    .fr-fi-phone-line:before {
        background-image: url('/assets/theme_image/phone-line.svg');
    }
    .fr-fi-rss-fill:before {
        background-image: url('/assets/theme_image/rss-fill.svg');
    }
    .fr-fi-rss-line:before {
        background-image: url('/assets/theme_image/rss-line.svg');
    }
    .fr-fi-save-fill:before {
        background-image: url('/assets/theme_image/save-fill.svg');
    }
    .fr-fi-save-line:before {
        background-image: url('/assets/theme_image/save-line.svg');
    }
    .fr-icon-article-fill:after,
    .fr-icon-article-fill:before {
        background-image: url('/assets/theme_image/article-fill.svg');
    }
    .fr-icon-article-line:after,
    .fr-icon-article-line:before {
        background-image: url('/assets/theme_image/article-line.svg');
    }
    .fr-icon-book-2-fill:after,
    .fr-icon-book-2-fill:before {
        background-image: url('/assets/theme_image/book-2-fill.svg');
    }
    .fr-icon-book-2-line:after,
    .fr-icon-book-2-line:before {
        background-image: url('/assets/theme_image/book-2-line.svg');
    }
    .fr-icon-booklet-fill:after,
    .fr-icon-booklet-fill:before {
        background-image: url('/assets/theme_image/booklet-fill.svg');
    }
    .fr-icon-booklet-line:after,
    .fr-icon-booklet-line:before {
        background-image: url('/assets/theme_image/booklet-line.svg');
    }
    .fr-icon-clipboard-fill:after,
    .fr-icon-clipboard-fill:before {
        background-image: url('/assets/theme_image/clipboard-fill.svg');
    }
    .fr-icon-clipboard-line:after,
    .fr-icon-clipboard-line:before {
        background-image: url('/assets/theme_image/clipboard-line.svg');
    }
    .fr-icon-draft-fill:after,
    .fr-icon-draft-fill:before {
        background-image: url('/assets/theme_image/draft-fill.svg');
    }
    .fr-icon-draft-line:after,
    .fr-icon-draft-line:before {
        background-image: url('/assets/theme_image/draft-line.svg');
    }
    .fr-icon-file-add-fill:after,
    .fr-icon-file-add-fill:before {
        background-image: url('/assets/theme_image/file-add-fill.svg');
    }
    .fr-icon-file-add-line:after,
    .fr-icon-file-add-line:before {
        background-image: url('/assets/theme_image/file-add-line.svg');
    }
    .fr-icon-file-download-fill:after,
    .fr-icon-file-download-fill:before {
        background-image: url('/assets/theme_image/file-download-fill.svg');
    }
    .fr-icon-file-download-line:after,
    .fr-icon-file-download-line:before {
        background-image: url('/assets/theme_image/file-download-line.svg');
    }
    .fr-icon-file-fill:after,
    .fr-icon-file-fill:before {
        background-image: url('/assets/theme_image/file-fill.svg');
    }
    .fr-icon-file-line:after,
    .fr-icon-file-line:before {
        background-image: url('/assets/theme_image/file-line.svg');
    }
    .fr-icon-file-pdf-fill:after,
    .fr-icon-file-pdf-fill:before {
        background-image: url('/assets/theme_image/file-pdf-fill.svg');
    }
    .fr-icon-file-pdf-line:after,
    .fr-icon-file-pdf-line:before {
        background-image: url('/assets/theme_image/file-pdf-line.svg');
    }
    .fr-icon-file-text-fill:after,
    .fr-icon-file-text-fill:before {
        background-image: url('/assets/theme_image/file-text-fill.svg');
    }
    .fr-icon-file-text-line:after,
    .fr-icon-file-text-line:before {
        background-image: url('/assets/theme_image/file-text-line.svg');
    }
    .fr-icon-folder-2-fill:after,
    .fr-icon-folder-2-fill:before {
        background-image: url('/assets/theme_image/folder-2-fill.svg');
    }
    .fr-icon-folder-2-line:after,
    .fr-icon-folder-2-line:before {
        background-image: url('/assets/theme_image/folder-2-line.svg');
    }
    .fr-icon-newspaper-fill:after,
    .fr-icon-newspaper-fill:before {
        background-image: url('/assets/theme_image/newspaper-fill.svg');
    }
    .fr-icon-newspaper-line:after,
    .fr-icon-newspaper-line:before {
        background-image: url('/assets/theme_image/newspaper-line.svg');
    }
    .fr-icon-survey-fill:after,
    .fr-icon-survey-fill:before {
        background-image: url('/assets/theme_image/survey-fill.svg');
    }
    .fr-icon-survey-line:after,
    .fr-icon-survey-line:before {
        background-image: url('/assets/theme_image/survey-line.svg');
    }
    .fr-icon-todo-fill:after,
    .fr-icon-todo-fill:before {
        background-image: url('/assets/theme_image/todo-fill.svg');
    }
    .fr-icon-todo-line:after,
    .fr-icon-todo-line:before {
        background-image: url('/assets/theme_image/todo-line.svg');
    }
    .fr-fi-file-download-fill:before {
        background-image: url('/assets/theme_image/file-download-fill.svg');
    }
    .fr-fi-file-download-line:before {
        background-image: url('/assets/theme_image/file-download-line.svg');
    }
    .fr-fi-file-fill:before {
        background-image: url('/assets/theme_image/file-fill.svg');
    }
    .fr-fi-file-line:before {
        background-image: url('/assets/theme_image/file-line.svg');
    }
    .fr-fi-file-pdf-fill:before {
        background-image: url('/assets/theme_image/file-pdf-fill.svg');
    }
    .fr-fi-file-pdf-line:before {
        background-image: url('/assets/theme_image/file-pdf-line.svg');
    }
    .fr-icon-code-view:after,
    .fr-icon-code-view:before {
        background-image: url('/assets/theme_image/code-view.svg');
    }
    .fr-icon-font-size:after,
    .fr-icon-font-size:before {
        background-image: url('/assets/theme_image/font-size.svg');
    }
    .fr-icon-bold:after,
    .fr-icon-bold:before {
        background-image: url('/assets/theme_image/fr--bold.svg');
    }
    .fr-icon-highlight:after,
    .fr-icon-highlight:before {
        background-image: url('/assets/theme_image/fr--highlight.svg');
    }
    .fr-icon-quote-fill:after,
    .fr-icon-quote-fill:before {
        background-image: url('/assets/theme_image/fr--quote-fill.svg');
    }
    .fr-icon-quote-line:after,
    .fr-icon-quote-line:before {
        background-image: url('/assets/theme_image/fr--quote-line.svg');
    }
    .fr-icon-h-1:after,
    .fr-icon-h-1:before {
        background-image: url('/assets/theme_image/h-1.svg');
    }
    .fr-icon-h-2:after,
    .fr-icon-h-2:before {
        background-image: url('/assets/theme_image/h-2.svg');
    }
    .fr-icon-h-3:after,
    .fr-icon-h-3:before {
        background-image: url('/assets/theme_image/h-3.svg');
    }
    .fr-icon-h-4:after,
    .fr-icon-h-4:before {
        background-image: url('/assets/theme_image/h-4.svg');
    }
    .fr-icon-h-5:after,
    .fr-icon-h-5:before {
        background-image: url('/assets/theme_image/h-5.svg');
    }
    .fr-icon-h-6:after,
    .fr-icon-h-6:before {
        background-image: url('/assets/theme_image/h-6.svg');
    }
    .fr-icon-hashtag:after,
    .fr-icon-hashtag:before {
        background-image: url('/assets/theme_image/hashtag.svg');
    }
    .fr-icon-italic:after,
    .fr-icon-italic:before {
        background-image: url('/assets/theme_image/italic.svg');
    }
    .fr-icon-link-unlink:after,
    .fr-icon-link-unlink:before {
        background-image: url('/assets/theme_image/link-unlink.svg');
    }
    .fr-icon-link:after,
    .fr-icon-link:before {
        background-image: url('/assets/theme_image/link.svg');
    }
    .fr-icon-list-ordered:after,
    .fr-icon-list-ordered:before {
        background-image: url('/assets/theme_image/list-ordered.svg');
    }
    .fr-icon-list-unordered:after,
    .fr-icon-list-unordered:before {
        background-image: url('/assets/theme_image/list-unordered.svg');
    }
    .fr-icon-question-mark:after,
    .fr-icon-question-mark:before {
        background-image: url('/assets/theme_image/question-mark.svg');
    }
    .fr-icon-separator:after,
    .fr-icon-separator:before {
        background-image: url('/assets/theme_image/separator.svg');
    }
    .fr-icon-space:after,
    .fr-icon-space:before {
        background-image: url('/assets/theme_image/space.svg');
    }
    .fr-icon-subscript:after,
    .fr-icon-subscript:before {
        background-image: url('/assets/theme_image/subscript.svg');
    }
    .fr-icon-superscript:after,
    .fr-icon-superscript:before {
        background-image: url('/assets/theme_image/superscript.svg');
    }
    .fr-icon-table-2:after,
    .fr-icon-table-2:before {
        background-image: url('/assets/theme_image/table-2.svg');
    }
    .fr-icon-translate-2:after,
    .fr-icon-translate-2:before {
        background-image: url('/assets/theme_image/translate-2.svg');
    }
    .fr-fi-font-size:before {
        background-image: url('/assets/theme_image/font-size.svg');
    }
    .fr-fi-bold:before {
        background-image: url('/assets/theme_image/fr--bold.svg');
    }
    .fr-fi-highlight:before {
        background-image: url('/assets/theme_image/fr--highlight.svg');
    }
    .fr-fi-italic:before {
        background-image: url('/assets/theme_image/italic.svg');
    }
    .fr-fi-link-unlink:before {
        background-image: url('/assets/theme_image/link-unlink.svg');
    }
    .fr-fi-list-ordered:before {
        background-image: url('/assets/theme_image/list-ordered.svg');
    }
    .fr-fi-list-unordered:before {
        background-image: url('/assets/theme_image/list-unordered.svg');
    }
    .fr-icon-bank-card-fill:after,
    .fr-icon-bank-card-fill:before {
        background-image: url('/assets/theme_image/bank-card-fill.svg');
    }
    .fr-icon-bank-card-line:after,
    .fr-icon-bank-card-line:before {
        background-image: url('/assets/theme_image/bank-card-line.svg');
    }
    .fr-icon-coin-fill:after,
    .fr-icon-coin-fill:before {
        background-image: url('/assets/theme_image/coin-fill.svg');
    }
    .fr-icon-gift-fill:after,
    .fr-icon-gift-fill:before {
        background-image: url('/assets/theme_image/gift-fill.svg');
    }
    .fr-icon-gift-line:after,
    .fr-icon-gift-line:before {
        background-image: url('/assets/theme_image/gift-line.svg');
    }
    .fr-icon-money-euro-box-fill:after,
    .fr-icon-money-euro-box-fill:before {
        background-image: url('/assets/theme_image/money-euro-box-fill.svg');
    }
    .fr-icon-money-euro-box-line:after,
    .fr-icon-money-euro-box-line:before {
        background-image: url('/assets/theme_image/money-euro-box-line.svg');
    }
    .fr-icon-money-euro-circle-fill:after,
    .fr-icon-money-euro-circle-fill:before {
        background-image: url('/assets/theme_image/money-euro-circle-fill.svg');
    }
    .fr-icon-money-euro-circle-line:after,
    .fr-icon-money-euro-circle-line:before {
        background-image: url('/assets/theme_image/money-euro-circle-line.svg');
    }
    .fr-icon-secure-payment-fill:after,
    .fr-icon-secure-payment-fill:before {
        background-image: url('/assets/theme_image/secure-payment-fill.svg');
    }
    .fr-icon-secure-payment-line:after,
    .fr-icon-secure-payment-line:before {
        background-image: url('/assets/theme_image/secure-payment-line.svg');
    }
    .fr-icon-shopping-bag-fill:after,
    .fr-icon-shopping-bag-fill:before {
        background-image: url('/assets/theme_image/shopping-bag-fill.svg');
    }
    .fr-icon-shopping-bag-line:after,
    .fr-icon-shopping-bag-line:before {
        background-image: url('/assets/theme_image/shopping-bag-line.svg');
    }
    .fr-icon-shopping-cart-2-fill:after,
    .fr-icon-shopping-cart-2-fill:before {
        background-image: url('/assets/theme_image/shopping-cart-2-fill.svg');
    }
    .fr-icon-shopping-cart-2-line:after,
    .fr-icon-shopping-cart-2-line:before {
        background-image: url('/assets/theme_image/shopping-cart-2-line.svg');
    }
    .fr-icon-trophy-fill:after,
    .fr-icon-trophy-fill:before {
        background-image: url('/assets/theme_image/trophy-fill.svg');
    }
    .fr-icon-trophy-line:after,
    .fr-icon-trophy-line:before {
        background-image: url('/assets/theme_image/trophy-line.svg');
    }
    .fr-icon-capsule-fill:after,
    .fr-icon-capsule-fill:before {
        background-image: url('/assets/theme_image/capsule-fill.svg');
    }
    .fr-icon-capsule-line:after,
    .fr-icon-capsule-line:before {
        background-image: url('/assets/theme_image/capsule-line.svg');
    }
    .fr-icon-dislike-fill:after,
    .fr-icon-dislike-fill:before {
        background-image: url('/assets/theme_image/dislike-fill.svg');
    }
    .fr-icon-dislike-line:after,
    .fr-icon-dislike-line:before {
        background-image: url('/assets/theme_image/dislike-line.svg');
    }
    .fr-icon-dossier-fill:after,
    .fr-icon-dossier-fill:before {
        background-image: url('/assets/theme_image/dossier-fill.svg');
    }
    .fr-icon-dossier-line:after,
    .fr-icon-dossier-line:before {
        background-image: url('/assets/theme_image/dossier-line.svg');
    }
    .fr-icon-first-aid-kit-fill:after,
    .fr-icon-first-aid-kit-fill:before {
        background-image: url('/assets/theme_image/first-aid-kit-fill.svg');
    }
    .fr-icon-first-aid-kit-line:after,
    .fr-icon-first-aid-kit-line:before {
        background-image: url('/assets/theme_image/first-aid-kit-line.svg');
    }
    .fr-icon-hand-sanitizer-fill:after,
    .fr-icon-hand-sanitizer-fill:before {
        background-image: url('/assets/theme_image/hand-sanitizer-fill.svg');
    }
    .fr-icon-hand-sanitizer-line:after,
    .fr-icon-hand-sanitizer-line:before {
        background-image: url('/assets/theme_image/hand-sanitizer-line.svg');
    }
    .fr-icon-health-book-fill:after,
    .fr-icon-health-book-fill:before {
        background-image: url('/assets/theme_image/health-book-fill.svg');
    }
    .fr-icon-health-book-line:after,
    .fr-icon-health-book-line:before {
        background-image: url('/assets/theme_image/health-book-line.svg');
    }
    .fr-icon-heart-fill:after,
    .fr-icon-heart-fill:before {
        background-image: url('/assets/theme_image/heart-fill.svg');
    }
    .fr-icon-heart-line:after,
    .fr-icon-heart-line:before {
        background-image: url('/assets/theme_image/heart-line.svg');
    }
    .fr-icon-heart-pulse-fill:after,
    .fr-icon-heart-pulse-fill:before {
        background-image: url('/assets/theme_image/heart-pulse-fill.svg');
    }
    .fr-icon-heart-pulse-line:after,
    .fr-icon-heart-pulse-line:before {
        background-image: url('/assets/theme_image/heart-pulse-line.svg');
    }
    .fr-icon-lungs-fill:after,
    .fr-icon-lungs-fill:before {
        background-image: url('/assets/theme_image/lungs-fill.svg');
    }
    .fr-icon-lungs-line:after,
    .fr-icon-lungs-line:before {
        background-image: url('/assets/theme_image/lungs-line.svg');
    }
    .fr-icon-medicine-bottle-fill:after,
    .fr-icon-medicine-bottle-fill:before {
        background-image: url('/assets/theme_image/medicine-bottle-fill.svg');
    }
    .fr-icon-medicine-bottle-line:after,
    .fr-icon-medicine-bottle-line:before {
        background-image: url('/assets/theme_image/medicine-bottle-line.svg');
    }
    .fr-icon-mental-health-fill:after,
    .fr-icon-mental-health-fill:before {
        background-image: url('/assets/theme_image/mental-health-fill.svg');
    }
    .fr-icon-mental-health-line:after,
    .fr-icon-mental-health-line:before {
        background-image: url('/assets/theme_image/mental-health-line.svg');
    }
    .fr-icon-microscope-fill:after,
    .fr-icon-microscope-fill:before {
        background-image: url('/assets/theme_image/microscope-fill.svg');
    }
    .fr-icon-microscope-line:after,
    .fr-icon-microscope-line:before {
        background-image: url('/assets/theme_image/microscope-line.svg');
    }
    .fr-icon-psychotherapy-fill:after,
    .fr-icon-psychotherapy-fill:before {
        background-image: url('/assets/theme_image/psychotherapy-fill.svg');
    }
    .fr-icon-psychotherapy-line:after,
    .fr-icon-psychotherapy-line:before {
        background-image: url('/assets/theme_image/psychotherapy-line.svg');
    }
    .fr-icon-pulse-line:after,
    .fr-icon-pulse-line:before {
        background-image: url('/assets/theme_image/pulse-line.svg');
    }
    .fr-icon-stethoscope-fill:after,
    .fr-icon-stethoscope-fill:before {
        background-image: url('/assets/theme_image/stethoscope-fill.svg');
    }
    .fr-icon-stethoscope-line:after,
    .fr-icon-stethoscope-line:before {
        background-image: url('/assets/theme_image/stethoscope-line.svg');
    }
    .fr-icon-surgical-mask-fill:after,
    .fr-icon-surgical-mask-fill:before {
        background-image: url('/assets/theme_image/surgical-mask-fill.svg');
    }
    .fr-icon-surgical-mask-line:after,
    .fr-icon-surgical-mask-line:before {
        background-image: url('/assets/theme_image/surgical-mask-line.svg');
    }
    .fr-icon-syringe-fill:after,
    .fr-icon-syringe-fill:before {
        background-image: url('/assets/theme_image/syringe-fill.svg');
    }
    .fr-icon-syringe-line:after,
    .fr-icon-syringe-line:before {
        background-image: url('/assets/theme_image/syringe-line.svg');
    }
    .fr-icon-test-tube-fill:after,
    .fr-icon-test-tube-fill:before {
        background-image: url('/assets/theme_image/test-tube-fill.svg');
    }
    .fr-icon-test-tube-line:after,
    .fr-icon-test-tube-line:before {
        background-image: url('/assets/theme_image/test-tube-line.svg');
    }
    .fr-icon-thermometer-fill:after,
    .fr-icon-thermometer-fill:before {
        background-image: url('/assets/theme_image/thermometer-fill.svg');
    }
    .fr-icon-thermometer-line:after,
    .fr-icon-thermometer-line:before {
        background-image: url('/assets/theme_image/thermometer-line.svg');
    }
    .fr-icon-virus-fill:after,
    .fr-icon-virus-fill:before {
        background-image: url('/assets/theme_image/virus-fill.svg');
    }
    .fr-icon-virus-line:after,
    .fr-icon-virus-line:before {
        background-image: url('/assets/theme_image/virus-line.svg');
    }
    .fr-icon-chrome-fill:after,
    .fr-icon-chrome-fill:before {
        background-image: url('/assets/theme_image/chrome-fill.svg');
    }
    .fr-icon-chrome-line:after,
    .fr-icon-chrome-line:before {
        background-image: url('/assets/theme_image/chrome-line.svg');
    }
    .fr-icon-edge-fill:after,
    .fr-icon-edge-fill:before {
        background-image: url('/assets/theme_image/edge-fill.svg');
    }
    .fr-icon-edge-line:after,
    .fr-icon-edge-line:before {
        background-image: url('/assets/theme_image/edge-line.svg');
    }
    .fr-icon-facebook-circle-fill:after,
    .fr-icon-facebook-circle-fill:before {
        background-image: url('/assets/theme_image/facebook-circle-fill.svg');
    }
    .fr-icon-facebook-circle-line:after,
    .fr-icon-facebook-circle-line:before {
        background-image: url('/assets/theme_image/facebook-circle-line.svg');
    }
    .fr-icon-firefox-fill:after,
    .fr-icon-firefox-fill:before {
        background-image: url('/assets/theme_image/firefox-fill.svg');
    }
    .fr-icon-firefox-line:after,
    .fr-icon-firefox-line:before {
        background-image: url('/assets/theme_image/firefox-line.svg');
    }
    .fr-icon-dailymotion-fill:after,
    .fr-icon-dailymotion-fill:before {
        background-image: url('/assets/theme_image/fr--dailymotion-fill.svg');
    }
    .fr-icon-dailymotion-line:after,
    .fr-icon-dailymotion-line:before {
        background-image: url('/assets/theme_image/fr--dailymotion-line.svg');
    }
    .fr-icon-tiktok-fill:after,
    .fr-icon-tiktok-fill:before {
        background-image: url('/assets/theme_image/fr--tiktok-fill.svg');
    }
    .fr-icon-tiktok-line:after,
    .fr-icon-tiktok-line:before {
        background-image: url('/assets/theme_image/fr--tiktok-line.svg');
    }
    .fr-icon-github-fill:after,
    .fr-icon-github-fill:before {
        background-image: url('/assets/theme_image/github-fill.svg');
    }
    .fr-icon-github-line:after,
    .fr-icon-github-line:before {
        background-image: url('/assets/theme_image/github-line.svg');
    }
    .fr-icon-google-fill:after,
    .fr-icon-google-fill:before {
        background-image: url('/assets/theme_image/google-fill.svg');
    }
    .fr-icon-google-line:after,
    .fr-icon-google-line:before {
        background-image: url('/assets/theme_image/google-line.svg');
    }
    .fr-icon-ie-fill:after,
    .fr-icon-ie-fill:before {
        background-image: url('/assets/theme_image/ie-fill.svg');
    }
    .fr-icon-ie-line:after,
    .fr-icon-ie-line:before {
        background-image: url('/assets/theme_image/ie-line.svg');
    }
    .fr-icon-instagram-fill:after,
    .fr-icon-instagram-fill:before {
        background-image: url('/assets/theme_image/instagram-fill.svg');
    }
    .fr-icon-instagram-line:after,
    .fr-icon-instagram-line:before {
        background-image: url('/assets/theme_image/instagram-line.svg');
    }
    .fr-icon-linkedin-box-fill:after,
    .fr-icon-linkedin-box-fill:before {
        background-image: url('/assets/theme_image/linkedin-box-fill.svg');
    }
    .fr-icon-linkedin-box-line:after,
    .fr-icon-linkedin-box-line:before {
        background-image: url('/assets/theme_image/linkedin-box-line.svg');
    }
    .fr-icon-mastodon-fill:after,
    .fr-icon-mastodon-fill:before {
        background-image: url('/assets/theme_image/mastodon-fill.svg');
    }
    .fr-icon-mastodon-line:after,
    .fr-icon-mastodon-line:before {
        background-image: url('/assets/theme_image/mastodon-line.svg');
    }
    .fr-icon-npmjs-fill:after,
    .fr-icon-npmjs-fill:before {
        background-image: url('/assets/theme_image/npmjs-fill.svg');
    }
    .fr-icon-npmjs-line:after,
    .fr-icon-npmjs-line:before {
        background-image: url('/assets/theme_image/npmjs-line.svg');
    }
    .fr-icon-remixicon-fill:after,
    .fr-icon-remixicon-fill:before {
        background-image: url('/assets/theme_image/remixicon-fill.svg');
    }
    .fr-icon-remixicon-line:after,
    .fr-icon-remixicon-line:before {
        background-image: url('/assets/theme_image/remixicon-line.svg');
    }
    .fr-icon-safari-fill:after,
    .fr-icon-safari-fill:before {
        background-image: url('/assets/theme_image/safari-fill.svg');
    }
    .fr-icon-safari-line:after,
    .fr-icon-safari-line:before {
        background-image: url('/assets/theme_image/safari-line.svg');
    }
    .fr-icon-slack-fill:after,
    .fr-icon-slack-fill:before {
        background-image: url('/assets/theme_image/slack-fill.svg');
    }
    .fr-icon-slack-line:after,
    .fr-icon-slack-line:before {
        background-image: url('/assets/theme_image/slack-line.svg');
    }
    .fr-icon-snapchat-fill:after,
    .fr-icon-snapchat-fill:before {
        background-image: url('/assets/theme_image/snapchat-fill.svg');
    }
    .fr-icon-snapchat-line:after,
    .fr-icon-snapchat-line:before {
        background-image: url('/assets/theme_image/snapchat-line.svg');
    }
    .fr-icon-telegram-fill:after,
    .fr-icon-telegram-fill:before {
        background-image: url('/assets/theme_image/telegram-fill.svg');
    }
    .fr-icon-telegram-line:after,
    .fr-icon-telegram-line:before {
        background-image: url('/assets/theme_image/telegram-line.svg');
    }
    .fr-icon-twitch-fill:after,
    .fr-icon-twitch-fill:before {
        background-image: url('/assets/theme_image/twitch-fill.svg');
    }
    .fr-icon-twitch-line:after,
    .fr-icon-twitch-line:before {
        background-image: url('/assets/theme_image/twitch-line.svg');
    }
    .fr-icon-twitter-fill:after,
    .fr-icon-twitter-fill:before {
        background-image: url('/assets/theme_image/twitter-fill.svg');
    }
    .fr-icon-twitter-line:after,
    .fr-icon-twitter-line:before {
        background-image: url('/assets/theme_image/twitter-line.svg');
    }
    .fr-icon-vimeo-fill:after,
    .fr-icon-vimeo-fill:before {
        background-image: url('/assets/theme_image/vimeo-fill.svg');
    }
    .fr-icon-vimeo-line:after,
    .fr-icon-vimeo-line:before {
        background-image: url('/assets/theme_image/vimeo-line.svg');
    }
    .fr-icon-vuejs-fill:after,
    .fr-icon-vuejs-fill:before {
        background-image: url('/assets/theme_image/vuejs-fill.svg');
    }
    .fr-icon-vuejs-line:after,
    .fr-icon-vuejs-line:before {
        background-image: url('/assets/theme_image/vuejs-line.svg');
    }
    .fr-icon-youtube-fill:after,
    .fr-icon-youtube-fill:before {
        background-image: url('/assets/theme_image/youtube-fill.svg');
    }
    .fr-icon-youtube-line:after,
    .fr-icon-youtube-line:before {
        background-image: url('/assets/theme_image/youtube-line.svg');
    }
    .fr-fi-facebook-circle-fill:before {
        background-image: url('/assets/theme_image/facebook-circle-fill.svg');
    }
    .fr-fi-facebook-circle-line:before {
        background-image: url('/assets/theme_image/facebook-circle-line.svg');
    }
    .fr-fi-dailymotion-fill:before {
        background-image: url('/assets/theme_image/fr--dailymotion-fill.svg');
    }
    .fr-fi-dailymotion-line:before {
        background-image: url('/assets/theme_image/fr--dailymotion-line.svg');
    }
    .fr-fi-github-fill:before {
        background-image: url('/assets/theme_image/github-fill.svg');
    }
    .fr-fi-github-line:before {
        background-image: url('/assets/theme_image/github-line.svg');
    }
    .fr-fi-instagram-fill:before {
        background-image: url('/assets/theme_image/instagram-fill.svg');
    }
    .fr-fi-instagram-line:before {
        background-image: url('/assets/theme_image/instagram-line.svg');
    }
    .fr-fi-linkedin-box-fill:before {
        background-image: url('/assets/theme_image/linkedin-box-fill.svg');
    }
    .fr-fi-linkedin-box-line:before {
        background-image: url('/assets/theme_image/linkedin-box-line.svg');
    }
    .fr-fi-npmjs-fill:before {
        background-image: url('/assets/theme_image/npmjs-fill.svg');
    }
    .fr-fi-npmjs-line:before {
        background-image: url('/assets/theme_image/npmjs-line.svg');
    }
    .fr-fi-remixicon-fill:before {
        background-image: url('/assets/theme_image/remixicon-fill.svg');
    }
    .fr-fi-remixicon-line:before {
        background-image: url('/assets/theme_image/remixicon-line.svg');
    }
    .fr-fi-slack-fill:before {
        background-image: url('/assets/theme_image/slack-fill.svg');
    }
    .fr-fi-slack-line:before {
        background-image: url('/assets/theme_image/slack-line.svg');
    }
    .fr-fi-snapchat-fill:before {
        background-image: url('/assets/theme_image/snapchat-fill.svg');
    }
    .fr-fi-snapchat-line:before {
        background-image: url('/assets/theme_image/snapchat-line.svg');
    }
    .fr-fi-telegram-fill:before {
        background-image: url('/assets/theme_image/telegram-fill.svg');
    }
    .fr-fi-telegram-line:before {
        background-image: url('/assets/theme_image/telegram-line.svg');
    }
    .fr-fi-twitch-fill:before {
        background-image: url('/assets/theme_image/twitch-fill.svg');
    }
    .fr-fi-twitch-line:before {
        background-image: url('/assets/theme_image/twitch-line.svg');
    }
    .fr-fi-twitter-fill:before {
        background-image: url('/assets/theme_image/twitter-fill.svg');
    }
    .fr-fi-twitter-line:before {
        background-image: url('/assets/theme_image/twitter-line.svg');
    }
    .fr-fi-vimeo-fill:before {
        background-image: url('/assets/theme_image/vimeo-fill.svg');
    }
    .fr-fi-vimeo-line:before {
        background-image: url('/assets/theme_image/vimeo-line.svg');
    }
    .fr-fi-youtube-fill:before {
        background-image: url('/assets/theme_image/youtube-fill.svg');
    }
    .fr-fi-youtube-line:before {
        background-image: url('/assets/theme_image/youtube-line.svg');
    }
    .fr-icon-anchor-fill:after,
    .fr-icon-anchor-fill:before {
        background-image: url('/assets/theme_image/anchor-fill.svg');
    }
    .fr-icon-anchor-line:after,
    .fr-icon-anchor-line:before {
        background-image: url('/assets/theme_image/anchor-line.svg');
    }
    .fr-icon-bike-fill:after,
    .fr-icon-bike-fill:before {
        background-image: url('/assets/theme_image/bike-fill.svg');
    }
    .fr-icon-bike-line:after,
    .fr-icon-bike-line:before {
        background-image: url('/assets/theme_image/bike-line.svg');
    }
    .fr-icon-bus-fill:after,
    .fr-icon-bus-fill:before {
        background-image: url('/assets/theme_image/bus-fill.svg');
    }
    .fr-icon-bus-line:after,
    .fr-icon-bus-line:before {
        background-image: url('/assets/theme_image/bus-line.svg');
    }
    .fr-icon-car-fill:after,
    .fr-icon-car-fill:before {
        background-image: url('/assets/theme_image/car-fill.svg');
    }
    .fr-icon-car-line:after,
    .fr-icon-car-line:before {
        background-image: url('/assets/theme_image/car-line.svg');
    }
    .fr-icon-caravan-fill:after,
    .fr-icon-caravan-fill:before {
        background-image: url('/assets/theme_image/caravan-fill.svg');
    }
    .fr-icon-caravan-line:after,
    .fr-icon-caravan-line:before {
        background-image: url('/assets/theme_image/caravan-line.svg');
    }
    .fr-icon-charging-pile-2-fill:after,
    .fr-icon-charging-pile-2-fill:before {
        background-image: url('/assets/theme_image/charging-pile-2-fill.svg');
    }
    .fr-icon-charging-pile-2-line:after,
    .fr-icon-charging-pile-2-line:before {
        background-image: url('/assets/theme_image/charging-pile-2-line.svg');
    }
    .fr-icon-compass-3-fill:after,
    .fr-icon-compass-3-fill:before {
        background-image: url('/assets/theme_image/compass-3-fill.svg');
    }
    .fr-icon-compass-3-line:after,
    .fr-icon-compass-3-line:before {
        background-image: url('/assets/theme_image/compass-3-line.svg');
    }
    .fr-icon-cup-fill:after,
    .fr-icon-cup-fill:before {
        background-image: url('/assets/theme_image/cup-fill.svg');
    }
    .fr-icon-cup-line:after,
    .fr-icon-cup-line:before {
        background-image: url('/assets/theme_image/cup-line.svg');
    }
    .fr-icon-earth-fill:after,
    .fr-icon-earth-fill:before {
        background-image: url('/assets/theme_image/earth-fill.svg');
    }
    .fr-icon-earth-line:after,
    .fr-icon-earth-line:before {
        background-image: url('/assets/theme_image/earth-line.svg');
    }
    .fr-icon-france-fill:after,
    .fr-icon-france-fill:before {
        background-image: url('/assets/theme_image/france-fill.svg');
    }
    .fr-icon-france-line:after,
    .fr-icon-france-line:before {
        background-image: url('/assets/theme_image/france-line.svg');
    }
    .fr-icon-gas-station-fill:after,
    .fr-icon-gas-station-fill:before {
        background-image: url('/assets/theme_image/gas-station-fill.svg');
    }
    .fr-icon-gas-station-line:after,
    .fr-icon-gas-station-line:before {
        background-image: url('/assets/theme_image/gas-station-line.svg');
    }
    .fr-icon-goblet-fill:after,
    .fr-icon-goblet-fill:before {
        background-image: url('/assets/theme_image/goblet-fill.svg');
    }
    .fr-icon-goblet-line:after,
    .fr-icon-goblet-line:before {
        background-image: url('/assets/theme_image/goblet-line.svg');
    }
    .fr-icon-map-pin-2-fill:after,
    .fr-icon-map-pin-2-fill:before {
        background-image: url('/assets/theme_image/map-pin-2-fill.svg');
    }
    .fr-icon-map-pin-2-line:after,
    .fr-icon-map-pin-2-line:before {
        background-image: url('/assets/theme_image/map-pin-2-line.svg');
    }
    .fr-icon-map-pin-user-fill:after,
    .fr-icon-map-pin-user-fill:before {
        background-image: url('/assets/theme_image/map-pin-user-fill.svg');
    }
    .fr-icon-map-pin-user-line:after,
    .fr-icon-map-pin-user-line:before {
        background-image: url('/assets/theme_image/map-pin-user-line.svg');
    }
    .fr-icon-motorbike-fill:after,
    .fr-icon-motorbike-fill:before {
        background-image: url('/assets/theme_image/motorbike-fill.svg');
    }
    .fr-icon-motorbike-line:after,
    .fr-icon-motorbike-line:before {
        background-image: url('/assets/theme_image/motorbike-line.svg');
    }
    .fr-icon-passport-fill:after,
    .fr-icon-passport-fill:before {
        background-image: url('/assets/theme_image/passport-fill.svg');
    }
    .fr-icon-passport-line:after,
    .fr-icon-passport-line:before {
        background-image: url('/assets/theme_image/passport-line.svg');
    }
    .fr-icon-restaurant-fill:after,
    .fr-icon-restaurant-fill:before {
        background-image: url('/assets/theme_image/restaurant-fill.svg');
    }
    .fr-icon-restaurant-line:after,
    .fr-icon-restaurant-line:before {
        background-image: url('/assets/theme_image/restaurant-line.svg');
    }
    .fr-icon-road-map-fill:after,
    .fr-icon-road-map-fill:before {
        background-image: url('/assets/theme_image/road-map-fill.svg');
    }
    .fr-icon-road-map-line:after,
    .fr-icon-road-map-line:before {
        background-image: url('/assets/theme_image/road-map-line.svg');
    }
    .fr-icon-sailboat-fill:after,
    .fr-icon-sailboat-fill:before {
        background-image: url('/assets/theme_image/sailboat-fill.svg');
    }
    .fr-icon-sailboat-line:after,
    .fr-icon-sailboat-line:before {
        background-image: url('/assets/theme_image/sailboat-line.svg');
    }
    .fr-icon-ship-2-fill:after,
    .fr-icon-ship-2-fill:before {
        background-image: url('/assets/theme_image/ship-2-fill.svg');
    }
    .fr-icon-ship-2-line:after,
    .fr-icon-ship-2-line:before {
        background-image: url('/assets/theme_image/ship-2-line.svg');
    }
    .fr-icon-signal-tower-fill:after,
    .fr-icon-signal-tower-fill:before {
        background-image: url('/assets/theme_image/signal-tower-fill.svg');
    }
    .fr-icon-signal-tower-line:after,
    .fr-icon-signal-tower-line:before {
        background-image: url('/assets/theme_image/signal-tower-line.svg');
    }
    .fr-icon-suitcase-2-fill:after,
    .fr-icon-suitcase-2-fill:before {
        background-image: url('/assets/theme_image/suitcase-2-fill.svg');
    }
    .fr-icon-suitcase-2-line:after,
    .fr-icon-suitcase-2-line:before {
        background-image: url('/assets/theme_image/suitcase-2-line.svg');
    }
    .fr-icon-taxi-fill:after,
    .fr-icon-taxi-fill:before {
        background-image: url('/assets/theme_image/taxi-fill.svg');
    }
    .fr-icon-taxi-line:after,
    .fr-icon-taxi-line:before {
        background-image: url('/assets/theme_image/taxi-line.svg');
    }
    .fr-icon-train-fill:after,
    .fr-icon-train-fill:before {
        background-image: url('/assets/theme_image/train-fill.svg');
    }
    .fr-icon-train-line:after,
    .fr-icon-train-line:before {
        background-image: url('/assets/theme_image/train-line.svg');
    }
    .fr-fi-map-pin-2-fill:before {
        background-image: url('/assets/theme_image/map-pin-2-fill.svg');
    }
    .fr-fi-map-pin-2-line:before {
        background-image: url('/assets/theme_image/map-pin-2-line.svg');
    }
    .fr-fi-road-map-fill:before {
        background-image: url('/assets/theme_image/road-map-fill.svg');
    }
    .fr-fi-road-map-line:before {
        background-image: url('/assets/theme_image/road-map-line.svg');
    }
    .fr-icon-align-left:after,
    .fr-icon-align-left:before {
        background-image: url('/assets/theme_image/align-left.svg');
    }
    .fr-icon-camera-fill:after,
    .fr-icon-camera-fill:before {
        background-image: url('/assets/theme_image/camera-fill.svg');
    }
    .fr-icon-camera-line:after,
    .fr-icon-camera-line:before {
        background-image: url('/assets/theme_image/camera-line.svg');
    }
    .fr-icon-clapperboard-fill:after,
    .fr-icon-clapperboard-fill:before {
        background-image: url('/assets/theme_image/clapperboard-fill.svg');
    }
    .fr-icon-clapperboard-line:after,
    .fr-icon-clapperboard-line:before {
        background-image: url('/assets/theme_image/clapperboard-line.svg');
    }
    .fr-icon-equalizer-fill:after,
    .fr-icon-equalizer-fill:before {
        background-image: url('/assets/theme_image/equalizer-fill.svg');
    }
    .fr-icon-equalizer-line:after,
    .fr-icon-equalizer-line:before {
        background-image: url('/assets/theme_image/equalizer-line.svg');
    }
    .fr-icon-film-fill:after,
    .fr-icon-film-fill:before {
        background-image: url('/assets/theme_image/film-fill.svg');
    }
    .fr-icon-film-line:after,
    .fr-icon-film-line:before {
        background-image: url('/assets/theme_image/film-line.svg');
    }
    .fr-icon-fullscreen-line:after,
    .fr-icon-fullscreen-line:before {
        background-image: url('/assets/theme_image/fullscreen-line.svg');
    }
    .fr-icon-gallery-fill:after,
    .fr-icon-gallery-fill:before {
        background-image: url('/assets/theme_image/gallery-fill.svg');
    }
    .fr-icon-gallery-line:after,
    .fr-icon-gallery-line:before {
        background-image: url('/assets/theme_image/gallery-line.svg');
    }
    .fr-icon-headphone-fill:after,
    .fr-icon-headphone-fill:before {
        background-image: url('/assets/theme_image/headphone-fill.svg');
    }
    .fr-icon-headphone-line:after,
    .fr-icon-headphone-line:before {
        background-image: url('/assets/theme_image/headphone-line.svg');
    }
    .fr-icon-image-add-fill:after,
    .fr-icon-image-add-fill:before {
        background-image: url('/assets/theme_image/image-add-fill.svg');
    }
    .fr-icon-image-add-line:after,
    .fr-icon-image-add-line:before {
        background-image: url('/assets/theme_image/image-add-line.svg');
    }
    .fr-icon-image-edit-fill:after,
    .fr-icon-image-edit-fill:before {
        background-image: url('/assets/theme_image/image-edit-fill.svg');
    }
    .fr-icon-image-edit-line:after,
    .fr-icon-image-edit-line:before {
        background-image: url('/assets/theme_image/image-edit-line.svg');
    }
    .fr-icon-image-fill:after,
    .fr-icon-image-fill:before {
        background-image: url('/assets/theme_image/image-fill.svg');
    }
    .fr-icon-image-line:after,
    .fr-icon-image-line:before {
        background-image: url('/assets/theme_image/image-line.svg');
    }
    .fr-icon-live-fill:after,
    .fr-icon-live-fill:before {
        background-image: url('/assets/theme_image/live-fill.svg');
    }
    .fr-icon-live-line:after,
    .fr-icon-live-line:before {
        background-image: url('/assets/theme_image/live-line.svg');
    }
    .fr-icon-mic-fill:after,
    .fr-icon-mic-fill:before {
        background-image: url('/assets/theme_image/mic-fill.svg');
    }
    .fr-icon-mic-line:after,
    .fr-icon-mic-line:before {
        background-image: url('/assets/theme_image/mic-line.svg');
    }
    .fr-icon-music-2-fill:after,
    .fr-icon-music-2-fill:before {
        background-image: url('/assets/theme_image/music-2-fill.svg');
    }
    .fr-icon-music-2-line:after,
    .fr-icon-music-2-line:before {
        background-image: url('/assets/theme_image/music-2-line.svg');
    }
    .fr-icon-notification-3-fill:after,
    .fr-icon-notification-3-fill:before {
        background-image: url('/assets/theme_image/notification-3-fill.svg');
    }
    .fr-icon-notification-3-line:after,
    .fr-icon-notification-3-line:before {
        background-image: url('/assets/theme_image/notification-3-line.svg');
    }
    .fr-icon-pause-circle-fill:after,
    .fr-icon-pause-circle-fill:before {
        background-image: url('/assets/theme_image/pause-circle-fill.svg');
    }
    .fr-icon-pause-circle-line:after,
    .fr-icon-pause-circle-line:before {
        background-image: url('/assets/theme_image/pause-circle-line.svg');
    }
    .fr-icon-play-circle-fill:after,
    .fr-icon-play-circle-fill:before {
        background-image: url('/assets/theme_image/play-circle-fill.svg');
    }
    .fr-icon-play-circle-line:after,
    .fr-icon-play-circle-line:before {
        background-image: url('/assets/theme_image/play-circle-line.svg');
    }
    .fr-icon-stop-circle-fill:after,
    .fr-icon-stop-circle-fill:before {
        background-image: url('/assets/theme_image/stop-circle-fill.svg');
    }
    .fr-icon-stop-circle-line:after,
    .fr-icon-stop-circle-line:before {
        background-image: url('/assets/theme_image/stop-circle-line.svg');
    }
    .fr-icon-volume-down-fill:after,
    .fr-icon-volume-down-fill:before {
        background-image: url('/assets/theme_image/volume-down-fill.svg');
    }
    .fr-icon-volume-down-line:after,
    .fr-icon-volume-down-line:before {
        background-image: url('/assets/theme_image/volume-down-line.svg');
    }
    .fr-icon-volume-mute-fill:after,
    .fr-icon-volume-mute-fill:before {
        background-image: url('/assets/theme_image/volume-mute-fill.svg');
    }
    .fr-icon-volume-mute-line:after,
    .fr-icon-volume-mute-line:before {
        background-image: url('/assets/theme_image/volume-mute-line.svg');
    }
    .fr-icon-volume-up-fill:after,
    .fr-icon-volume-up-fill:before {
        background-image: url('/assets/theme_image/volume-up-fill.svg');
    }
    .fr-icon-volume-up-line:after,
    .fr-icon-volume-up-line:before {
        background-image: url('/assets/theme_image/volume-up-line.svg');
    }
    .fr-fi-equalizer-fill:before {
        background-image: url('/assets/theme_image/equalizer-fill.svg');
    }
    .fr-fi-equalizer-line:before {
        background-image: url('/assets/theme_image/equalizer-line.svg');
    }
    .fr-fi-image-fill:before {
        background-image: url('/assets/theme_image/image-fill.svg');
    }
    .fr-fi-image-line:before {
        background-image: url('/assets/theme_image/image-line.svg');
    }
    .fr-fi-pause-circle-fill:before {
        background-image: url('/assets/theme_image/pause-circle-fill.svg');
    }
    .fr-fi-pause-circle-line:before {
        background-image: url('/assets/theme_image/pause-circle-line.svg');
    }
    .fr-fi-volume-down-fill:before {
        background-image: url('/assets/theme_image/volume-down-fill.svg');
    }
    .fr-fi-volume-down-line:before {
        background-image: url('/assets/theme_image/volume-down-line.svg');
    }
    .fr-fi-volume-mute-fill:before {
        background-image: url('/assets/theme_image/volume-mute-fill.svg');
    }
    .fr-fi-volume-mute-line:before {
        background-image: url('/assets/theme_image/volume-mute-line.svg');
    }
    .fr-fi-volume-up-fill:before {
        background-image: url('/assets/theme_image/volume-up-fill.svg');
    }
    .fr-fi-volume-up-line:before {
        background-image: url('/assets/theme_image/volume-up-line.svg');
    }
    .fr-fi-play-line:after,
    .fr-fi-play-line:before {
        background-image: url('/assets/theme_image/play-circle-line.svg');
    }
    .fr-fi-play-fill:after,
    .fr-fi-play-fill:before {
        background-image: url('/assets/theme_image/play-circle-fill.svg');
    }
    .fr-icon-play-line:after,
    .fr-icon-play-line:before {
        background-image: url('/assets/theme_image/play-circle-line.svg');
    }
    .fr-icon-play-fill:after,
    .fr-icon-play-fill:before {
        background-image: url('/assets/theme_image/play-circle-fill.svg');
    }
    .fr-icon-leaf-fill:after,
    .fr-icon-leaf-fill:before {
        background-image: url('/assets/theme_image/leaf-fill.svg');
    }
    .fr-icon-leaf-line:after,
    .fr-icon-leaf-line:before {
        background-image: url('/assets/theme_image/leaf-line.svg');
    }
    .fr-icon-lightbulb-fill:after,
    .fr-icon-lightbulb-fill:before {
        background-image: url('/assets/theme_image/lightbulb-fill.svg');
    }
    .fr-icon-lightbulb-line:after,
    .fr-icon-lightbulb-line:before {
        background-image: url('/assets/theme_image/lightbulb-line.svg');
    }
    .fr-icon-plant-fill:after,
    .fr-icon-plant-fill:before {
        background-image: url('/assets/theme_image/plant-fill.svg');
    }
    .fr-icon-plant-line:after,
    .fr-icon-plant-line:before {
        background-image: url('/assets/theme_image/plant-line.svg');
    }
    .fr-icon-recycle-fill:after,
    .fr-icon-recycle-fill:before {
        background-image: url('/assets/theme_image/recycle-fill.svg');
    }
    .fr-icon-recycle-line:after,
    .fr-icon-recycle-line:before {
        background-image: url('/assets/theme_image/recycle-line.svg');
    }
    .fr-icon-scales-3-fill:after,
    .fr-icon-scales-3-fill:before {
        background-image: url('/assets/theme_image/scales-3-fill.svg');
    }
    .fr-icon-scales-3-line:after,
    .fr-icon-scales-3-line:before {
        background-image: url('/assets/theme_image/scales-3-line.svg');
    }
    .fr-icon-seedling-fill:after,
    .fr-icon-seedling-fill:before {
        background-image: url('/assets/theme_image/seedling-fill.svg');
    }
    .fr-icon-seedling-line:after,
    .fr-icon-seedling-line:before {
        background-image: url('/assets/theme_image/seedling-line.svg');
    }
    .fr-icon-umbrella-fill:after,
    .fr-icon-umbrella-fill:before {
        background-image: url('/assets/theme_image/umbrella-fill.svg');
    }
    .fr-icon-umbrella-line:after,
    .fr-icon-umbrella-line:before {
        background-image: url('/assets/theme_image/umbrella-line.svg');
    }
    .fr-icon-add-circle-fill:after,
    .fr-icon-add-circle-fill:before {
        background-image: url('/assets/theme_image/add-circle-fill.svg');
    }
    .fr-icon-add-circle-line:after,
    .fr-icon-add-circle-line:before {
        background-image: url('/assets/theme_image/add-circle-line.svg');
    }
    .fr-icon-add-line:after,
    .fr-icon-add-line:before {
        background-image: url('/assets/theme_image/add-line.svg');
    }
    .fr-icon-alarm-warning-fill:after,
    .fr-icon-alarm-warning-fill:before {
        background-image: url('/assets/theme_image/alarm-warning-fill.svg');
    }
    .fr-icon-alarm-warning-line:after,
    .fr-icon-alarm-warning-line:before {
        background-image: url('/assets/theme_image/alarm-warning-line.svg');
    }
    .fr-icon-alert-fill:after,
    .fr-icon-alert-fill:before {
        background-image: url('/assets/theme_image/alert-fill.svg');
    }
    .fr-icon-alert-line:after,
    .fr-icon-alert-line:before {
        background-image: url('/assets/theme_image/alert-line.svg');
    }
    .fr-icon-arrow-down-fill:after,
    .fr-icon-arrow-down-fill:before {
        background-image: url('/assets/theme_image/arrow-down-fill.svg');
    }
    .fr-icon-arrow-down-line:after,
    .fr-icon-arrow-down-line:before {
        background-image: url('/assets/theme_image/arrow-down-line.svg');
    }
    .fr-icon-arrow-down-s-fill:after,
    .fr-icon-arrow-down-s-fill:before {
        background-image: url('/assets/theme_image/arrow-down-s-fill.svg');
    }
    .fr-icon-arrow-down-s-line:after,
    .fr-icon-arrow-down-s-line:before {
        background-image: url('/assets/theme_image/arrow-down-s-line.svg');
    }
    .fr-icon-arrow-go-back-fill:after,
    .fr-icon-arrow-go-back-fill:before {
        background-image: url('/assets/theme_image/arrow-go-back-fill.svg');
    }
    .fr-icon-arrow-go-back-line:after,
    .fr-icon-arrow-go-back-line:before {
        background-image: url('/assets/theme_image/arrow-go-back-line.svg');
    }
    .fr-icon-arrow-go-forward-fill:after,
    .fr-icon-arrow-go-forward-fill:before {
        background-image: url('/assets/theme_image/arrow-go-forward-fill.svg');
    }
    .fr-icon-arrow-go-forward-line:after,
    .fr-icon-arrow-go-forward-line:before {
        background-image: url('/assets/theme_image/arrow-go-forward-line.svg');
    }
    .fr-icon-arrow-left-fill:after,
    .fr-icon-arrow-left-fill:before {
        background-image: url('/assets/theme_image/arrow-left-fill.svg');
    }
    .fr-icon-arrow-left-line:after,
    .fr-icon-arrow-left-line:before {
        background-image: url('/assets/theme_image/arrow-left-line.svg');
    }
    .fr-icon-arrow-left-s-fill:after,
    .fr-icon-arrow-left-s-fill:before {
        background-image: url('/assets/theme_image/arrow-left-s-fill.svg');
    }
    .fr-icon-arrow-left-s-line:after,
    .fr-icon-arrow-left-s-line:before {
        background-image: url('/assets/theme_image/arrow-left-s-line.svg');
    }
    .fr-icon-arrow-right-fill:after,
    .fr-icon-arrow-right-fill:before {
        background-image: url('/assets/theme_image/arrow-right-fill.svg');
    }
    .fr-icon-arrow-right-line:after,
    .fr-icon-arrow-right-line:before {
        background-image: url('/assets/theme_image/arrow-right-line.svg');
    }
    .fr-icon-arrow-right-s-fill:after,
    .fr-icon-arrow-right-s-fill:before {
        background-image: url('/assets/theme_image/arrow-right-s-fill.svg');
    }
    .fr-icon-arrow-right-s-line:after,
    .fr-icon-arrow-right-s-line:before {
        background-image: url('/assets/theme_image/arrow-right-s-line.svg');
    }
    .fr-icon-arrow-right-up-line:after,
    .fr-icon-arrow-right-up-line:before {
        background-image: url('/assets/theme_image/arrow-right-up-line.svg');
    }
    .fr-icon-arrow-up-fill:after,
    .fr-icon-arrow-up-fill:before {
        background-image: url('/assets/theme_image/arrow-up-fill.svg');
    }
    .fr-icon-arrow-up-line:after,
    .fr-icon-arrow-up-line:before {
        background-image: url('/assets/theme_image/arrow-up-line.svg');
    }
    .fr-icon-arrow-up-s-fill:after,
    .fr-icon-arrow-up-s-fill:before {
        background-image: url('/assets/theme_image/arrow-up-s-fill.svg');
    }
    .fr-icon-arrow-up-s-line:after,
    .fr-icon-arrow-up-s-line:before {
        background-image: url('/assets/theme_image/arrow-up-s-line.svg');
    }
    .fr-icon-check-line:after,
    .fr-icon-check-line:before {
        background-image: url('/assets/theme_image/check-line.svg');
    }
    .fr-icon-checkbox-circle-fill:after,
    .fr-icon-checkbox-circle-fill:before {
        background-image: url('/assets/theme_image/checkbox-circle-fill.svg');
    }
    .fr-icon-checkbox-circle-line:after,
    .fr-icon-checkbox-circle-line:before {
        background-image: url('/assets/theme_image/checkbox-circle-line.svg');
    }
    .fr-icon-checkbox-fill:after,
    .fr-icon-checkbox-fill:before {
        background-image: url('/assets/theme_image/checkbox-fill.svg');
    }
    .fr-icon-checkbox-line:after,
    .fr-icon-checkbox-line:before {
        background-image: url('/assets/theme_image/checkbox-line.svg');
    }
    .fr-icon-close-circle-fill:after,
    .fr-icon-close-circle-fill:before {
        background-image: url('/assets/theme_image/close-circle-fill.svg');
    }
    .fr-icon-close-circle-line:after,
    .fr-icon-close-circle-line:before {
        background-image: url('/assets/theme_image/close-circle-line.svg');
    }
    .fr-icon-close-line:after,
    .fr-icon-close-line:before {
        background-image: url('/assets/theme_image/close-line.svg');
    }
    .fr-icon-delete-bin-fill:after,
    .fr-icon-delete-bin-fill:before {
        background-image: url('/assets/theme_image/delete-bin-fill.svg');
    }
    .fr-icon-delete-bin-line:after,
    .fr-icon-delete-bin-line:before {
        background-image: url('/assets/theme_image/delete-bin-line.svg');
    }
    .fr-icon-download-fill:after,
    .fr-icon-download-fill:before {
        background-image: url('/assets/theme_image/download-fill.svg');
    }
    .fr-icon-download-line:after,
    .fr-icon-download-line:before {
        background-image: url('/assets/theme_image/download-line.svg');
    }
    .fr-icon-error-warning-fill:after,
    .fr-icon-error-warning-fill:before {
        background-image: url('/assets/theme_image/error-warning-fill.svg');
    }
    .fr-icon-error-warning-line:after,
    .fr-icon-error-warning-line:before {
        background-image: url('/assets/theme_image/error-warning-line.svg');
    }
    .fr-icon-external-link-fill:after,
    .fr-icon-external-link-fill:before {
        background-image: url('/assets/theme_image/external-link-fill.svg');
    }
    .fr-icon-external-link-line:after,
    .fr-icon-external-link-line:before {
        background-image: url('/assets/theme_image/external-link-line.svg');
    }
    .fr-icon-eye-fill:after,
    .fr-icon-eye-fill:before {
        background-image: url('/assets/theme_image/eye-fill.svg');
    }
    .fr-icon-eye-line:after,
    .fr-icon-eye-line:before {
        background-image: url('/assets/theme_image/eye-line.svg');
    }
    .fr-icon-eye-off-fill:after,
    .fr-icon-eye-off-fill:before {
        background-image: url('/assets/theme_image/eye-off-fill.svg');
    }
    .fr-icon-eye-off-line:after,
    .fr-icon-eye-off-line:before {
        background-image: url('/assets/theme_image/eye-off-line.svg');
    }
    .fr-icon-filter-fill:after,
    .fr-icon-filter-fill:before {
        background-image: url('/assets/theme_image/filter-fill.svg');
    }
    .fr-icon-filter-line:after,
    .fr-icon-filter-line:before {
        background-image: url('/assets/theme_image/filter-line.svg');
    }
    .fr-icon-arrow-left-s-first-line:after,
    .fr-icon-arrow-left-s-first-line:before {
        background-image: url('/assets/theme_image/fr--arrow-left-s-first-line.svg');
    }
    .fr-icon-arrow-left-s-line-double:after,
    .fr-icon-arrow-left-s-line-double:before {
        background-image: url('/assets/theme_image/fr--arrow-left-s-line-double.svg');
    }
    .fr-icon-arrow-right-down-circle-fill:after,
    .fr-icon-arrow-right-down-circle-fill:before {
        background-image: url('/assets/theme_image/fr--arrow-right-down-circle-fill.svg');
    }
    .fr-icon-arrow-right-s-last-line:after,
    .fr-icon-arrow-right-s-last-line:before {
        background-image: url('/assets/theme_image/fr--arrow-right-s-last-line.svg');
    }
    .fr-icon-arrow-right-s-line-double:after,
    .fr-icon-arrow-right-s-line-double:before {
        background-image: url('/assets/theme_image/fr--arrow-right-s-line-double.svg');
    }
    .fr-icon-arrow-right-up-circle-fill:after,
    .fr-icon-arrow-right-up-circle-fill:before {
        background-image: url('/assets/theme_image/fr--arrow-right-up-circle-fill.svg');
    }
    .fr-icon-capslock-line:after,
    .fr-icon-capslock-line:before {
        background-image: url('/assets/theme_image/fr--capslock-line.svg');
    }
    .fr-icon-equal-circle-fill:after,
    .fr-icon-equal-circle-fill:before {
        background-image: url('/assets/theme_image/fr--equal-circle-fill.svg');
    }
    .fr-icon-error-fill:after,
    .fr-icon-error-fill:before {
        background-image: url('/assets/theme_image/fr--error-fill.svg');
    }
    .fr-icon-error-line:after,
    .fr-icon-error-line:before {
        background-image: url('/assets/theme_image/fr--error-line.svg');
    }
    .fr-icon-info-fill:after,
    .fr-icon-info-fill:before {
        background-image: url('/assets/theme_image/fr--info-fill.svg');
    }
    .fr-icon-info-line:after,
    .fr-icon-info-line:before {
        background-image: url('/assets/theme_image/fr--info-line.svg');
    }
    .fr-icon-success-fill:after,
    .fr-icon-success-fill:before {
        background-image: url('/assets/theme_image/fr--success-fill.svg');
    }
    .fr-icon-success-line:after,
    .fr-icon-success-line:before {
        background-image: url('/assets/theme_image/fr--success-line.svg');
    }
    .fr-icon-theme-fill:after,
    .fr-icon-theme-fill:before {
        background-image: url('/assets/theme_image/fr--theme-fill.svg');
    }
    .fr-icon-warning-fill:after,
    .fr-icon-warning-fill:before {
        background-image: url('/assets/theme_image/fr--warning-fill.svg');
    }
    .fr-icon-warning-line:after,
    .fr-icon-warning-line:before {
        background-image: url('/assets/theme_image/fr--warning-line.svg');
    }
    .fr-icon-information-fill:after,
    .fr-icon-information-fill:before {
        background-image: url('/assets/theme_image/information-fill.svg');
    }
    .fr-icon-information-line:after,
    .fr-icon-information-line:before {
        background-image: url('/assets/theme_image/information-line.svg');
    }
    .fr-icon-lock-fill:after,
    .fr-icon-lock-fill:before {
        background-image: url('/assets/theme_image/lock-fill.svg');
    }
    .fr-icon-lock-line:after,
    .fr-icon-lock-line:before {
        background-image: url('/assets/theme_image/lock-line.svg');
    }
    .fr-icon-lock-unlock-fill:after,
    .fr-icon-lock-unlock-fill:before {
        background-image: url('/assets/theme_image/lock-unlock-fill.svg');
    }
    .fr-icon-lock-unlock-line:after,
    .fr-icon-lock-unlock-line:before {
        background-image: url('/assets/theme_image/lock-unlock-line.svg');
    }
    .fr-icon-logout-box-r-fill:after,
    .fr-icon-logout-box-r-fill:before {
        background-image: url('/assets/theme_image/logout-box-r-fill.svg');
    }
    .fr-icon-logout-box-r-line:after,
    .fr-icon-logout-box-r-line:before {
        background-image: url('/assets/theme_image/logout-box-r-line.svg');
    }
    .fr-icon-menu-2-fill:after,
    .fr-icon-menu-2-fill:before {
        background-image: url('/assets/theme_image/menu-2-fill.svg');
    }
    .fr-icon-menu-fill:after,
    .fr-icon-menu-fill:before {
        background-image: url('/assets/theme_image/menu-fill.svg');
    }
    .fr-icon-more-fill:after,
    .fr-icon-more-fill:before {
        background-image: url('/assets/theme_image/more-fill.svg');
    }
    .fr-icon-more-line:after,
    .fr-icon-more-line:before {
        background-image: url('/assets/theme_image/more-line.svg');
    }
    .fr-icon-notification-badge-fill:after,
    .fr-icon-notification-badge-fill:before {
        background-image: url('/assets/theme_image/notification-badge-fill.svg');
    }
    .fr-icon-notification-badge-line:after,
    .fr-icon-notification-badge-line:before {
        background-image: url('/assets/theme_image/notification-badge-line.svg');
    }
    .fr-icon-question-fill:after,
    .fr-icon-question-fill:before {
        background-image: url('/assets/theme_image/question-fill.svg');
    }
    .fr-icon-question-line:after,
    .fr-icon-question-line:before {
        background-image: url('/assets/theme_image/question-line.svg');
    }
    .fr-icon-refresh-fill:after,
    .fr-icon-refresh-fill:before {
        background-image: url('/assets/theme_image/refresh-fill.svg');
    }
    .fr-icon-refresh-line:after,
    .fr-icon-refresh-line:before {
        background-image: url('/assets/theme_image/refresh-line.svg');
    }
    .fr-icon-search-fill:after,
    .fr-icon-search-fill:before {
        background-image: url('/assets/theme_image/search-fill.svg');
    }
    .fr-icon-search-line:after,
    .fr-icon-search-line:before {
        background-image: url('/assets/theme_image/search-line.svg');
    }
    .fr-icon-settings-5-fill:after,
    .fr-icon-settings-5-fill:before {
        background-image: url('/assets/theme_image/settings-5-fill.svg');
    }
    .fr-icon-settings-5-line:after,
    .fr-icon-settings-5-line:before {
        background-image: url('/assets/theme_image/settings-5-line.svg');
    }
    .fr-icon-shield-fill:after,
    .fr-icon-shield-fill:before {
        background-image: url('/assets/theme_image/shield-fill.svg');
    }
    .fr-icon-shield-line:after,
    .fr-icon-shield-line:before {
        background-image: url('/assets/theme_image/shield-line.svg');
    }
    .fr-icon-star-fill:after,
    .fr-icon-star-fill:before {
        background-image: url('/assets/theme_image/star-fill.svg');
    }
    .fr-icon-star-line:after,
    .fr-icon-star-line:before {
        background-image: url('/assets/theme_image/star-line.svg');
    }
    .fr-icon-star-s-fill:after,
    .fr-icon-star-s-fill:before {
        background-image: url('/assets/theme_image/star-s-fill.svg');
    }
    .fr-icon-star-s-line:after,
    .fr-icon-star-s-line:before {
        background-image: url('/assets/theme_image/star-s-line.svg');
    }
    .fr-icon-subtract-line:after,
    .fr-icon-subtract-line:before {
        background-image: url('/assets/theme_image/subtract-line.svg');
    }
    .fr-icon-thumb-down-fill:after,
    .fr-icon-thumb-down-fill:before {
        background-image: url('/assets/theme_image/thumb-down-fill.svg');
    }
    .fr-icon-thumb-down-line:after,
    .fr-icon-thumb-down-line:before {
        background-image: url('/assets/theme_image/thumb-down-line.svg');
    }
    .fr-icon-thumb-up-fill:after,
    .fr-icon-thumb-up-fill:before {
        background-image: url('/assets/theme_image/thumb-up-fill.svg');
    }
    .fr-icon-thumb-up-line:after,
    .fr-icon-thumb-up-line:before {
        background-image: url('/assets/theme_image/thumb-up-line.svg');
    }
    .fr-icon-time-fill:after,
    .fr-icon-time-fill:before {
        background-image: url('/assets/theme_image/time-fill.svg');
    }
    .fr-icon-time-line:after,
    .fr-icon-time-line:before {
        background-image: url('/assets/theme_image/time-line.svg');
    }
    .fr-icon-timer-fill:after,
    .fr-icon-timer-fill:before {
        background-image: url('/assets/theme_image/timer-fill.svg');
    }
    .fr-icon-timer-line:after,
    .fr-icon-timer-line:before {
        background-image: url('/assets/theme_image/timer-line.svg');
    }
    .fr-icon-upload-2-fill:after,
    .fr-icon-upload-2-fill:before {
        background-image: url('/assets/theme_image/upload-2-fill.svg');
    }
    .fr-icon-upload-2-line:after,
    .fr-icon-upload-2-line:before {
        background-image: url('/assets/theme_image/upload-2-line.svg');
    }
    .fr-icon-upload-fill:after,
    .fr-icon-upload-fill:before {
        background-image: url('/assets/theme_image/upload-fill.svg');
    }
    .fr-icon-upload-line:after,
    .fr-icon-upload-line:before {
        background-image: url('/assets/theme_image/upload-line.svg');
    }
    .fr-icon-zoom-in-fill:after,
    .fr-icon-zoom-in-fill:before {
        background-image: url('/assets/theme_image/zoom-in-fill.svg');
    }
    .fr-icon-zoom-in-line:after,
    .fr-icon-zoom-in-line:before {
        background-image: url('/assets/theme_image/zoom-in-line.svg');
    }
    .fr-icon-zoom-out-fill:after,
    .fr-icon-zoom-out-fill:before {
        background-image: url('/assets/theme_image/zoom-out-fill.svg');
    }
    .fr-icon-zoom-out-line:after,
    .fr-icon-zoom-out-line:before {
        background-image: url('/assets/theme_image/zoom-out-line.svg');
    }
    .fr-fi-add-circle-fill:before {
        background-image: url('/assets/theme_image/add-circle-fill.svg');
    }
    .fr-fi-add-circle-line:before {
        background-image: url('/assets/theme_image/add-circle-line.svg');
    }
    .fr-fi-add-line:before {
        background-image: url('/assets/theme_image/add-line.svg');
    }
    .fr-fi-arrow-down-line:before {
        background-image: url('/assets/theme_image/arrow-down-line.svg');
    }
    .fr-fi-arrow-down-s-line:before {
        background-image: url('/assets/theme_image/arrow-down-s-line.svg');
    }
    .fr-fi-arrow-go-back-fill:before {
        background-image: url('/assets/theme_image/arrow-go-back-fill.svg');
    }
    .fr-fi-arrow-go-back-line:before {
        background-image: url('/assets/theme_image/arrow-go-back-line.svg');
    }
    .fr-fi-arrow-left-line:before {
        background-image: url('/assets/theme_image/arrow-left-line.svg');
    }
    .fr-fi-arrow-left-s-line:before {
        background-image: url('/assets/theme_image/arrow-left-s-line.svg');
    }
    .fr-fi-arrow-right-line:before {
        background-image: url('/assets/theme_image/arrow-right-line.svg');
    }
    .fr-fi-arrow-right-s-line:before {
        background-image: url('/assets/theme_image/arrow-right-s-line.svg');
    }
    .fr-fi-arrow-right-up-line:before {
        background-image: url('/assets/theme_image/arrow-right-up-line.svg');
    }
    .fr-fi-arrow-up-fill:before {
        background-image: url('/assets/theme_image/arrow-up-fill.svg');
    }
    .fr-fi-arrow-up-line:before {
        background-image: url('/assets/theme_image/arrow-up-line.svg');
    }
    .fr-fi-arrow-up-s-line:before {
        background-image: url('/assets/theme_image/arrow-up-s-line.svg');
    }
    .fr-fi-check-line:before {
        background-image: url('/assets/theme_image/check-line.svg');
    }
    .fr-fi-checkbox-circle-line:before {
        background-image: url('/assets/theme_image/checkbox-circle-line.svg');
    }
    .fr-fi-close-line:before {
        background-image: url('/assets/theme_image/close-line.svg');
    }
    .fr-fi-download-line:before {
        background-image: url('/assets/theme_image/download-line.svg');
    }
    .fr-fi-error-warning-fill:before {
        background-image: url('/assets/theme_image/error-warning-fill.svg');
    }
    .fr-fi-error-warning-line:before {
        background-image: url('/assets/theme_image/error-warning-line.svg');
    }
    .fr-fi-external-link-line:before {
        background-image: url('/assets/theme_image/external-link-line.svg');
    }
    .fr-fi-eye-fill:before {
        background-image: url('/assets/theme_image/eye-fill.svg');
    }
    .fr-fi-eye-line:before {
        background-image: url('/assets/theme_image/eye-line.svg');
    }
    .fr-fi-eye-off-fill:before {
        background-image: url('/assets/theme_image/eye-off-fill.svg');
    }
    .fr-fi-eye-off-line:before {
        background-image: url('/assets/theme_image/eye-off-line.svg');
    }
    .fr-fi-filter-fill:before {
        background-image: url('/assets/theme_image/filter-fill.svg');
    }
    .fr-fi-filter-line:before {
        background-image: url('/assets/theme_image/filter-line.svg');
    }
    .fr-fi-arrow-left-s-first-line:before {
        background-image: url('/assets/theme_image/fr--arrow-left-s-first-line.svg');
    }
    .fr-fi-arrow-left-s-line-double:before {
        background-image: url('/assets/theme_image/fr--arrow-left-s-line-double.svg');
    }
    .fr-fi-arrow-right-s-last-line:before {
        background-image: url('/assets/theme_image/fr--arrow-right-s-last-line.svg');
    }
    .fr-fi-arrow-right-s-line-double:before {
        background-image: url('/assets/theme_image/fr--arrow-right-s-line-double.svg');
    }
    .fr-fi-error-fill:before {
        background-image: url('/assets/theme_image/fr--error-fill.svg');
    }
    .fr-fi-error-line:before {
        background-image: url('/assets/theme_image/fr--error-line.svg');
    }
    .fr-fi-info-fill:before {
        background-image: url('/assets/theme_image/fr--info-fill.svg');
    }
    .fr-fi-info-line:before {
        background-image: url('/assets/theme_image/fr--info-line.svg');
    }
    .fr-fi-success-fill:before {
        background-image: url('/assets/theme_image/fr--success-fill.svg');
    }
    .fr-fi-success-line:before {
        background-image: url('/assets/theme_image/fr--success-line.svg');
    }
    .fr-fi-theme-fill:before {
        background-image: url('/assets/theme_image/fr--theme-fill.svg');
    }
    .fr-fi-warning-fill:before {
        background-image: url('/assets/theme_image/fr--warning-fill.svg');
    }
    .fr-fi-warning-line:before {
        background-image: url('/assets/theme_image/fr--warning-line.svg');
    }
    .fr-fi-information-fill:before {
        background-image: url('/assets/theme_image/information-fill.svg');
    }
    .fr-fi-information-line:before {
        background-image: url('/assets/theme_image/information-line.svg');
    }
    .fr-fi-lock-fill:before {
        background-image: url('/assets/theme_image/lock-fill.svg');
    }
    .fr-fi-lock-line:before {
        background-image: url('/assets/theme_image/lock-line.svg');
    }
    .fr-fi-logout-box-r-fill:before {
        background-image: url('/assets/theme_image/logout-box-r-fill.svg');
    }
    .fr-fi-logout-box-r-line:before {
        background-image: url('/assets/theme_image/logout-box-r-line.svg');
    }
    .fr-fi-menu-2-fill:before {
        background-image: url('/assets/theme_image/menu-2-fill.svg');
    }
    .fr-fi-menu-fill:before {
        background-image: url('/assets/theme_image/menu-fill.svg');
    }
    .fr-fi-question-fill:before {
        background-image: url('/assets/theme_image/question-fill.svg');
    }
    .fr-fi-question-line:before {
        background-image: url('/assets/theme_image/question-line.svg');
    }
    .fr-fi-refresh-fill:before {
        background-image: url('/assets/theme_image/refresh-fill.svg');
    }
    .fr-fi-refresh-line:before {
        background-image: url('/assets/theme_image/refresh-line.svg');
    }
    .fr-fi-search-fill:before {
        background-image: url('/assets/theme_image/search-fill.svg');
    }
    .fr-fi-search-line:before {
        background-image: url('/assets/theme_image/search-line.svg');
    }
    .fr-fi-subtract-line:before {
        background-image: url('/assets/theme_image/subtract-line.svg');
    }
    .fr-fi-timer-fill:before {
        background-image: url('/assets/theme_image/timer-fill.svg');
    }
    .fr-fi-timer-line:before {
        background-image: url('/assets/theme_image/timer-line.svg');
    }
    .fr-fi-upload-2-fill:before {
        background-image: url('/assets/theme_image/upload-2-fill.svg');
    }
    .fr-fi-upload-2-line:before {
        background-image: url('/assets/theme_image/upload-2-line.svg');
    }
    .fr-fi-zoom-in-fill:before {
        background-image: url('/assets/theme_image/zoom-in-fill.svg');
    }
    .fr-fi-zoom-in-line:before {
        background-image: url('/assets/theme_image/zoom-in-line.svg');
    }
    .fr-fi-zoom-out-fill:before {
        background-image: url('/assets/theme_image/zoom-out-fill.svg');
    }
    .fr-fi-zoom-out-line:before {
        background-image: url('/assets/theme_image/zoom-out-line.svg');
    }
    .fr-fi-delete-line:after,
    .fr-fi-delete-line:before {
        background-image: url('/assets/theme_image/delete-bin-line.svg');
    }
    .fr-fi-delete-fill:after,
    .fr-fi-delete-fill:before {
        background-image: url('/assets/theme_image/delete-bin-fill.svg');
    }
    .fr-icon-delete-line:after,
    .fr-icon-delete-line:before {
        background-image: url('/assets/theme_image/delete-bin-line.svg');
    }
    .fr-icon-delete-fill:after,
    .fr-icon-delete-fill:before {
        background-image: url('/assets/theme_image/delete-bin-fill.svg');
    }
    .fr-icon-account-circle-fill:after,
    .fr-icon-account-circle-fill:before {
        background-image: url('/assets/theme_image/account-circle-fill.svg');
    }
    .fr-icon-account-circle-line:after,
    .fr-icon-account-circle-line:before {
        background-image: url('/assets/theme_image/account-circle-line.svg');
    }
    .fr-icon-account-pin-circle-fill:after,
    .fr-icon-account-pin-circle-fill:before {
        background-image: url('/assets/theme_image/account-pin-circle-fill.svg');
    }
    .fr-icon-account-pin-circle-line:after,
    .fr-icon-account-pin-circle-line:before {
        background-image: url('/assets/theme_image/account-pin-circle-line.svg');
    }
    .fr-icon-admin-fill:after,
    .fr-icon-admin-fill:before {
        background-image: url('/assets/theme_image/admin-fill.svg');
    }
    .fr-icon-admin-line:after,
    .fr-icon-admin-line:before {
        background-image: url('/assets/theme_image/admin-line.svg');
    }
    .fr-icon-group-fill:after,
    .fr-icon-group-fill:before {
        background-image: url('/assets/theme_image/group-fill.svg');
    }
    .fr-icon-group-line:after,
    .fr-icon-group-line:before {
        background-image: url('/assets/theme_image/group-line.svg');
    }
    .fr-icon-parent-fill:after,
    .fr-icon-parent-fill:before {
        background-image: url('/assets/theme_image/parent-fill.svg');
    }
    .fr-icon-parent-line:after,
    .fr-icon-parent-line:before {
        background-image: url('/assets/theme_image/parent-line.svg');
    }
    .fr-icon-team-fill:after,
    .fr-icon-team-fill:before {
        background-image: url('/assets/theme_image/team-fill.svg');
    }
    .fr-icon-team-line:after,
    .fr-icon-team-line:before {
        background-image: url('/assets/theme_image/team-line.svg');
    }
    .fr-icon-user-add-fill:after,
    .fr-icon-user-add-fill:before {
        background-image: url('/assets/theme_image/user-add-fill.svg');
    }
    .fr-icon-user-add-line:after,
    .fr-icon-user-add-line:before {
        background-image: url('/assets/theme_image/user-add-line.svg');
    }
    .fr-icon-user-fill:after,
    .fr-icon-user-fill:before {
        background-image: url('/assets/theme_image/user-fill.svg');
    }
    .fr-icon-user-heart-fill:after,
    .fr-icon-user-heart-fill:before {
        background-image: url('/assets/theme_image/user-heart-fill.svg');
    }
    .fr-icon-user-heart-line:after,
    .fr-icon-user-heart-line:before {
        background-image: url('/assets/theme_image/user-heart-line.svg');
    }
    .fr-icon-user-line:after,
    .fr-icon-user-line:before {
        background-image: url('/assets/theme_image/user-line.svg');
    }
    .fr-icon-user-search-fill:after,
    .fr-icon-user-search-fill:before {
        background-image: url('/assets/theme_image/user-search-fill.svg');
    }
    .fr-icon-user-search-line:after,
    .fr-icon-user-search-line:before {
        background-image: url('/assets/theme_image/user-search-line.svg');
    }
    .fr-icon-user-setting-fill:after,
    .fr-icon-user-setting-fill:before {
        background-image: url('/assets/theme_image/user-setting-fill.svg');
    }
    .fr-icon-user-setting-line:after,
    .fr-icon-user-setting-line:before {
        background-image: url('/assets/theme_image/user-setting-line.svg');
    }
    .fr-icon-user-star-fill:after,
    .fr-icon-user-star-fill:before {
        background-image: url('/assets/theme_image/user-star-fill.svg');
    }
    .fr-icon-user-star-line:after,
    .fr-icon-user-star-line:before {
        background-image: url('/assets/theme_image/user-star-line.svg');
    }
    .fr-fi-user-fill:before {
        background-image: url('/assets/theme_image/user-fill.svg');
    }
    .fr-fi-user-line:before {
        background-image: url('/assets/theme_image/user-line.svg');
    }
    .fr-fi-account-line:after,
    .fr-fi-account-line:before {
        background-image: url('/assets/theme_image/account-circle-line.svg');
    }
    .fr-fi-account-fill:after,
    .fr-fi-account-fill:before {
        background-image: url('/assets/theme_image/account-circle-fill.svg');
    }
    .fr-icon-account-line:after,
    .fr-icon-account-line:before {
        background-image: url('/assets/theme_image/account-circle-line.svg');
    }
    .fr-icon-account-fill:after,
    .fr-icon-account-fill:before {
        background-image: url('/assets/theme_image/account-circle-fill.svg');
    }
    .fr-icon-cloudy-2-fill:after,
    .fr-icon-cloudy-2-fill:before {
        background-image: url('/assets/theme_image/cloudy-2-fill.svg');
    }
    .fr-icon-cloudy-2-line:after,
    .fr-icon-cloudy-2-line:before {
        background-image: url('/assets/theme_image/cloudy-2-line.svg');
    }
    .fr-icon-flashlight-fill:after,
    .fr-icon-flashlight-fill:before {
        background-image: url('/assets/theme_image/flashlight-fill.svg');
    }
    .fr-icon-flashlight-line:after,
    .fr-icon-flashlight-line:before {
        background-image: url('/assets/theme_image/flashlight-line.svg');
    }
    .fr-icon-moon-fill:after,
    .fr-icon-moon-fill:before {
        background-image: url('/assets/theme_image/moon-fill.svg');
    }
    .fr-icon-moon-line:after,
    .fr-icon-moon-line:before {
        background-image: url('/assets/theme_image/moon-line.svg');
    }
    .fr-icon-sun-fill:after,
    .fr-icon-sun-fill:before {
        background-image: url('/assets/theme_image/sun-fill.svg');
    }
    .fr-icon-sun-line:after,
    .fr-icon-sun-line:before {
        background-image: url('/assets/theme_image/sun-line.svg');
    }
    .fr-fi-flashlight-fill:before {
        background-image: url('/assets/theme_image/flashlight-fill.svg');
    }
    .fr-fi-flashlight-line:before {
        background-image: url('/assets/theme_image/flashlight-line.svg');
    }
}
.fr-btn {
    --text-spacing: 0;
    --title-spacing: 0;
    --underline-img: none;
    --hover-tint: var(--hover);
    align-items: center;
    display: inline-flex;
    flex-direction: row;
    font-weight: 500;
    width: -moz-fit-content;
    width: fit-content;
    z-index: 1;
}
.fr-btn:after,
.fr-btn:before {
    display: block;
}
.fr-btn {
    font-size: 1rem;
    line-height: 1.5rem;
    min-height: 2.5rem;
    padding: 0.5rem 1rem;
}
.fr-btn[target="_blank"] {
    max-height: none;
    max-width: 100%;
    overflow: initial;
}
.fr-btn[target="_blank"]:after {
    --icon-size: 1rem;
    content: "";
    margin-left: 0.5rem;
    margin-right: -0.125rem;
}
.fr-btn[target="_blank"]:before {
    content: none;
}
.fr-btn--align-on-content {
    margin-left: -1rem;
    margin-right: -1rem;
}
.fr-btn[class*=" fr-fi-"]:not([class*="fr-btn--icon-"]),
.fr-btn[class*=" fr-icon-"]:not([class*="fr-btn--icon-"]),
.fr-btn[class^="fr-fi-"]:not([class*="fr-btn--icon-"]),
.fr-btn[class^="fr-icon-"]:not([class*="fr-btn--icon-"]) {
    max-height: 2.5rem;
    max-width: 2.5rem;
    overflow: hidden;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    white-space: nowrap;
}
.fr-btn[class*=" fr-fi-"]:not([class*="fr-btn--icon-"]):before,
.fr-btn[class*=" fr-icon-"]:not([class*="fr-btn--icon-"]):before,
.fr-btn[class^="fr-fi-"]:not([class*="fr-btn--icon-"]):before,
.fr-btn[class^="fr-icon-"]:not([class*="fr-btn--icon-"]):before {
    --icon-size: 1.5rem;
    margin-left: 0;
    margin-right: 0.5rem;
}
.fr-btn--align-on-content[class*=" fr-fi-"]:not([class*="fr-btn--icon-"]),
.fr-btn--align-on-content[class*=" fr-icon-"]:not([class*="fr-btn--icon-"]),
.fr-btn--align-on-content[class^="fr-fi-"]:not([class*="fr-btn--icon-"]),
.fr-btn--align-on-content[class^="fr-icon-"]:not([class*="fr-btn--icon-"]) {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
}
.fr-btn--icon-left[class*=" fr-fi-"],
.fr-btn--icon-left[class*=" fr-icon-"],
.fr-btn--icon-left[class^="fr-fi-"],
.fr-btn--icon-left[class^="fr-icon-"] {
    max-height: none;
    max-width: 100%;
    overflow: initial;
}
.fr-btn--icon-left[class*=" fr-fi-"]:before,
.fr-btn--icon-left[class*=" fr-icon-"]:before,
.fr-btn--icon-left[class^="fr-fi-"]:before,
.fr-btn--icon-left[class^="fr-icon-"]:before {
    --icon-size: 1rem;
    margin-left: -0.125rem;
    margin-right: 0.5rem;
}
.fr-btn--align-on-content.fr-btn--icon-left[class*=" fr-fi-"],
.fr-btn--align-on-content.fr-btn--icon-left[class*=" fr-icon-"],
.fr-btn--align-on-content.fr-btn--icon-left[class^="fr-fi-"],
.fr-btn--align-on-content.fr-btn--icon-left[class^="fr-icon-"] {
    margin-left: -0.875rem;
    margin-right: -1rem;
}
.fr-btn--icon-right[class*=" fr-fi-"],
.fr-btn--icon-right[class*=" fr-icon-"],
.fr-btn--icon-right[class^="fr-fi-"],
.fr-btn--icon-right[class^="fr-icon-"] {
    max-height: none;
    max-width: 100%;
    overflow: initial;
}
.fr-btn--icon-right[class*=" fr-fi-"]:after,
.fr-btn--icon-right[class*=" fr-icon-"]:after,
.fr-btn--icon-right[class^="fr-fi-"]:after,
.fr-btn--icon-right[class^="fr-icon-"]:after {
    --icon-size: 1rem;
    content: "";
    margin-left: 0.5rem;
    margin-right: -0.125rem;
}
.fr-btn--icon-right[class*=" fr-fi-"]:before,
.fr-btn--icon-right[class*=" fr-icon-"]:before,
.fr-btn--icon-right[class^="fr-fi-"]:before,
.fr-btn--icon-right[class^="fr-icon-"]:before {
    content: none;
}
.fr-btn--align-on-content.fr-btn--icon-right[class*=" fr-fi-"],
.fr-btn--align-on-content.fr-btn--icon-right[class*=" fr-icon-"],
.fr-btn--align-on-content.fr-btn--icon-right[class^="fr-fi-"],
.fr-btn--align-on-content.fr-btn--icon-right[class^="fr-icon-"] {
    margin-left: -1rem;
    margin-right: -0.875rem;
}
.fr-btn--sm {
    font-size: 0.875rem;
    line-height: 1.5rem;
    min-height: 2rem;
    padding: 0.25rem 0.75rem;
}
.fr-btn--sm[target="_blank"] {
    max-height: none;
    max-width: 100%;
    overflow: initial;
}
.fr-btn--sm[target="_blank"]:after {
    --icon-size: 1rem;
    content: "";
    margin-left: 0.5rem;
    margin-right: -0.125rem;
}
.fr-btn--sm[target="_blank"]:before {
    content: none;
}
.fr-btn--sm.fr-btn--align-on-content {
    margin-left: -0.75rem;
    margin-right: -0.75rem;
}
.fr-btn--sm[class*=" fr-fi-"]:not([class*="fr-btn--icon-"]),
.fr-btn--sm[class*=" fr-icon-"]:not([class*="fr-btn--icon-"]),
.fr-btn--sm[class^="fr-fi-"]:not([class*="fr-btn--icon-"]),
.fr-btn--sm[class^="fr-icon-"]:not([class*="fr-btn--icon-"]) {
    max-height: 2rem;
    max-width: 2rem;
    overflow: hidden;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    white-space: nowrap;
}
.fr-btn--sm[class*=" fr-fi-"]:not([class*="fr-btn--icon-"]):before,
.fr-btn--sm[class*=" fr-icon-"]:not([class*="fr-btn--icon-"]):before,
.fr-btn--sm[class^="fr-fi-"]:not([class*="fr-btn--icon-"]):before,
.fr-btn--sm[class^="fr-icon-"]:not([class*="fr-btn--icon-"]):before {
    --icon-size: 1rem;
    margin-left: 0;
    margin-right: 0.5rem;
}
.fr-btn--sm.fr-btn--align-on-content[class*=" fr-fi-"]:not([class*="fr-btn--icon-"]),
.fr-btn--sm.fr-btn--align-on-content[class*=" fr-icon-"]:not([class*="fr-btn--icon-"]),
.fr-btn--sm.fr-btn--align-on-content[class^="fr-fi-"]:not([class*="fr-btn--icon-"]),
.fr-btn--sm.fr-btn--align-on-content[class^="fr-icon-"]:not([class*="fr-btn--icon-"]) {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
}
.fr-btn--sm.fr-btn--icon-left[class*=" fr-fi-"],
.fr-btn--sm.fr-btn--icon-left[class*=" fr-icon-"],
.fr-btn--sm.fr-btn--icon-left[class^="fr-fi-"],
.fr-btn--sm.fr-btn--icon-left[class^="fr-icon-"] {
    max-height: none;
    max-width: 100%;
    overflow: initial;
}
.fr-btn--sm.fr-btn--icon-left[class*=" fr-fi-"]:before,
.fr-btn--sm.fr-btn--icon-left[class*=" fr-icon-"]:before,
.fr-btn--sm.fr-btn--icon-left[class^="fr-fi-"]:before,
.fr-btn--sm.fr-btn--icon-left[class^="fr-icon-"]:before {
    --icon-size: 1rem;
    margin-left: -0.125rem;
    margin-right: 0.5rem;
}
.fr-btn--sm.fr-btn--align-on-content.fr-btn--icon-left[class*=" fr-fi-"],
.fr-btn--sm.fr-btn--align-on-content.fr-btn--icon-left[class*=" fr-icon-"],
.fr-btn--sm.fr-btn--align-on-content.fr-btn--icon-left[class^="fr-fi-"],
.fr-btn--sm.fr-btn--align-on-content.fr-btn--icon-left[class^="fr-icon-"] {
    margin-left: -0.625rem;
    margin-right: -0.75rem;
}
.fr-btn--sm.fr-btn--icon-right[class*=" fr-fi-"],
.fr-btn--sm.fr-btn--icon-right[class*=" fr-icon-"],
.fr-btn--sm.fr-btn--icon-right[class^="fr-fi-"],
.fr-btn--sm.fr-btn--icon-right[class^="fr-icon-"] {
    max-height: none;
    max-width: 100%;
    overflow: initial;
}
.fr-btn--sm.fr-btn--icon-right[class*=" fr-fi-"]:after,
.fr-btn--sm.fr-btn--icon-right[class*=" fr-icon-"]:after,
.fr-btn--sm.fr-btn--icon-right[class^="fr-fi-"]:after,
.fr-btn--sm.fr-btn--icon-right[class^="fr-icon-"]:after {
    --icon-size: 1rem;
    content: "";
    margin-left: 0.5rem;
    margin-right: -0.125rem;
}
.fr-btn--sm.fr-btn--icon-right[class*=" fr-fi-"]:before,
.fr-btn--sm.fr-btn--icon-right[class*=" fr-icon-"]:before,
.fr-btn--sm.fr-btn--icon-right[class^="fr-fi-"]:before,
.fr-btn--sm.fr-btn--icon-right[class^="fr-icon-"]:before {
    content: none;
}
.fr-btn--sm.fr-btn--align-on-content.fr-btn--icon-right[class*=" fr-fi-"],
.fr-btn--sm.fr-btn--align-on-content.fr-btn--icon-right[class*=" fr-icon-"],
.fr-btn--sm.fr-btn--align-on-content.fr-btn--icon-right[class^="fr-fi-"],
.fr-btn--sm.fr-btn--align-on-content.fr-btn--icon-right[class^="fr-icon-"] {
    margin-left: -0.75rem;
    margin-right: -0.625rem;
}
.fr-btn--lg {
    font-size: 1.125rem;
    line-height: 1.75rem;
    min-height: 3rem;
    padding: 0.5rem 1.5rem;
}
.fr-btn--lg[target="_blank"] {
    max-height: none;
    max-width: 100%;
    overflow: initial;
}
.fr-btn--lg[target="_blank"]:after {
    --icon-size: 1.5rem;
    content: "";
    margin-left: 0.5rem;
    margin-right: -0.1875rem;
}
.fr-btn--lg[target="_blank"]:before {
    content: none;
}
.fr-btn--lg.fr-btn--align-on-content {
    margin-left: -1.5rem;
    margin-right: -1.5rem;
}
.fr-btn--lg[class*=" fr-fi-"]:not([class*="fr-btn--icon-"]),
.fr-btn--lg[class*=" fr-icon-"]:not([class*="fr-btn--icon-"]),
.fr-btn--lg[class^="fr-fi-"]:not([class*="fr-btn--icon-"]),
.fr-btn--lg[class^="fr-icon-"]:not([class*="fr-btn--icon-"]) {
    max-height: 3rem;
    max-width: 3rem;
    overflow: hidden;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    white-space: nowrap;
}
.fr-btn--lg[class*=" fr-fi-"]:not([class*="fr-btn--icon-"]):before,
.fr-btn--lg[class*=" fr-icon-"]:not([class*="fr-btn--icon-"]):before,
.fr-btn--lg[class^="fr-fi-"]:not([class*="fr-btn--icon-"]):before,
.fr-btn--lg[class^="fr-icon-"]:not([class*="fr-btn--icon-"]):before {
    --icon-size: 2rem;
    margin-left: 0;
    margin-right: 0.5rem;
}
.fr-btn--lg.fr-btn--align-on-content[class*=" fr-fi-"]:not([class*="fr-btn--icon-"]),
.fr-btn--lg.fr-btn--align-on-content[class*=" fr-icon-"]:not([class*="fr-btn--icon-"]),
.fr-btn--lg.fr-btn--align-on-content[class^="fr-fi-"]:not([class*="fr-btn--icon-"]),
.fr-btn--lg.fr-btn--align-on-content[class^="fr-icon-"]:not([class*="fr-btn--icon-"]) {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
}
.fr-btn--lg.fr-btn--icon-left[class*=" fr-fi-"],
.fr-btn--lg.fr-btn--icon-left[class*=" fr-icon-"],
.fr-btn--lg.fr-btn--icon-left[class^="fr-fi-"],
.fr-btn--lg.fr-btn--icon-left[class^="fr-icon-"] {
    max-height: none;
    max-width: 100%;
    overflow: initial;
}
.fr-btn--lg.fr-btn--icon-left[class*=" fr-fi-"]:before,
.fr-btn--lg.fr-btn--icon-left[class*=" fr-icon-"]:before,
.fr-btn--lg.fr-btn--icon-left[class^="fr-fi-"]:before,
.fr-btn--lg.fr-btn--icon-left[class^="fr-icon-"]:before {
    --icon-size: 1.5rem;
    margin-left: -0.1875rem;
    margin-right: 0.5rem;
}
.fr-btn--lg.fr-btn--align-on-content.fr-btn--icon-left[class*=" fr-fi-"],
.fr-btn--lg.fr-btn--align-on-content.fr-btn--icon-left[class*=" fr-icon-"],
.fr-btn--lg.fr-btn--align-on-content.fr-btn--icon-left[class^="fr-fi-"],
.fr-btn--lg.fr-btn--align-on-content.fr-btn--icon-left[class^="fr-icon-"] {
    margin-left: -1.3125rem;
    margin-right: -1.5rem;
}
.fr-btn--lg.fr-btn--icon-right[class*=" fr-fi-"],
.fr-btn--lg.fr-btn--icon-right[class*=" fr-icon-"],
.fr-btn--lg.fr-btn--icon-right[class^="fr-fi-"],
.fr-btn--lg.fr-btn--icon-right[class^="fr-icon-"] {
    max-height: none;
    max-width: 100%;
    overflow: initial;
}
.fr-btn--lg.fr-btn--icon-right[class*=" fr-fi-"]:after,
.fr-btn--lg.fr-btn--icon-right[class*=" fr-icon-"]:after,
.fr-btn--lg.fr-btn--icon-right[class^="fr-fi-"]:after,
.fr-btn--lg.fr-btn--icon-right[class^="fr-icon-"]:after {
    --icon-size: 1.5rem;
    content: "";
    margin-left: 0.5rem;
    margin-right: -0.1875rem;
}
.fr-btn--lg.fr-btn--icon-right[class*=" fr-fi-"]:before,
.fr-btn--lg.fr-btn--icon-right[class*=" fr-icon-"]:before,
.fr-btn--lg.fr-btn--icon-right[class^="fr-fi-"]:before,
.fr-btn--lg.fr-btn--icon-right[class^="fr-icon-"]:before {
    content: none;
}
.fr-btn--lg.fr-btn--align-on-content.fr-btn--icon-right[class*=" fr-fi-"],
.fr-btn--lg.fr-btn--align-on-content.fr-btn--icon-right[class*=" fr-icon-"],
.fr-btn--lg.fr-btn--align-on-content.fr-btn--icon-right[class^="fr-fi-"],
.fr-btn--lg.fr-btn--align-on-content.fr-btn--icon-right[class^="fr-icon-"] {
    margin-left: -1.5rem;
    margin-right: -1.3125rem;
}
.fr-btns-group {
    --ul-type: none;
    --ol-type: none;
    --ul-start: 0;
    --ol-start: 0;
    --xl-block: 0;
    --li-bottom: 0;
    --ol-content: none;
    align-items: stretch;
    display: flex;
    flex-wrap: wrap;
    margin-left: -0.5rem;
    margin-right: -0.5rem;
}
.fr-btns-group > li {
    max-width: 100%;
    width: 100%;
}
.fr-btns-group .fr-btn {
    justify-content: center;
    margin: 0 0.5rem 1rem;
    width: calc(100% - 1rem);
}
.fr-btns-group--inline .fr-btn {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
    max-width: 100%;
    width: auto;
}
.fr-btns-group--inline > li {
    display: inline-flex;
    max-width: 100%;
    width: auto;
}
.fr-btns-group--inline.fr-btns-group--right.fr-btns-group--inline-reverse {
    flex-direction: row-reverse;
    justify-content: flex-start;
}
@media (min-width: 36em) {
    .fr-btns-group--inline-sm .fr-btn {
        margin-left: 0.5rem;
        margin-right: 0.5rem;
        max-width: 100%;
        width: auto;
    }
    .fr-btns-group--inline-sm > li {
        display: inline-flex;
        max-width: 100%;
        width: auto;
    }
    .fr-btns-group--inline-sm.fr-btns-group--right.fr-btns-group--inline-reverse {
        flex-direction: row-reverse;
        justify-content: flex-start;
    }
}
@media (min-width: 48em) {
    .fr-btns-group--inline-md .fr-btn {
        margin-left: 0.5rem;
        margin-right: 0.5rem;
        max-width: 100%;
        width: auto;
    }
    .fr-btns-group--inline-md > li {
        display: inline-flex;
        max-width: 100%;
        width: auto;
    }
    .fr-btns-group--inline-md.fr-btns-group--right.fr-btns-group--inline-reverse {
        flex-direction: row-reverse;
        justify-content: flex-start;
    }
}
@media (min-width: 62em) {
    .fr-btns-group--inline-lg .fr-btn {
        margin-left: 0.5rem;
        margin-right: 0.5rem;
        max-width: 100%;
        width: auto;
    }
    .fr-btns-group--inline-lg > li {
        display: inline-flex;
        max-width: 100%;
        width: auto;
    }
    .fr-btns-group--inline-lg.fr-btns-group--right.fr-btns-group--inline-reverse {
        flex-direction: row-reverse;
        justify-content: flex-start;
    }
}
.fr-btns-group--left,
.fr-btns-group--left li {
    justify-content: flex-start;
    text-align: left;
}
.fr-btns-group--right,
.fr-btns-group--right li {
    justify-content: flex-end;
    text-align: right;
}
.fr-btns-group--center,
.fr-btns-group--center li {
    justify-content: center;
    text-align: center;
}
.fr-btns-group--between,
.fr-btns-group--between li {
    justify-content: space-between;
    text-align: center;
}
.fr-btns-group--equisized {
    --equisized-width: auto;
}
.fr-btns-group--equisized .fr-btn {
    justify-content: center;
    width: var(--equisized-width);
}
.fr-btns-group--sm
.fr-btn:not([class^="fr-icon-"]):not([class*=" fr-icon-"]):not([class^="fr-fi-"]):not([class*=" fr-fi-"]) {
    font-size: 0.875rem;
    line-height: 1.5rem;
    min-height: 2rem;
    padding: 0.25rem 0.75rem;
}
.fr-btns-group--sm:not([class^="fr-btns-group--icon-"]):not([class*=" fr-btns-group--icon-"])
.fr-btn[class*=" fr-fi-"],
.fr-btns-group--sm:not([class^="fr-btns-group--icon-"]):not([class*=" fr-btns-group--icon-"])
.fr-btn[class*=" fr-icon-"],
.fr-btns-group--sm:not([class^="fr-btns-group--icon-"]):not([class*=" fr-btns-group--icon-"])
.fr-btn[class^="fr-fi-"],
.fr-btns-group--sm:not([class^="fr-btns-group--icon-"]):not([class*=" fr-btns-group--icon-"])
.fr-btn[class^="fr-icon-"] {
    font-size: 0.875rem;
    justify-content: flex-start;
    line-height: 1.5rem;
    max-height: 2rem;
    max-width: 2rem;
    min-height: 2rem;
    overflow: hidden;
    padding: 0.25rem 0.5rem;
    white-space: nowrap;
}
.fr-btns-group--sm:not([class^="fr-btns-group--icon-"]):not([class*=" fr-btns-group--icon-"])
.fr-btn[class*=" fr-fi-"]:before,
.fr-btns-group--sm:not([class^="fr-btns-group--icon-"]):not([class*=" fr-btns-group--icon-"])
.fr-btn[class*=" fr-icon-"]:before,
.fr-btns-group--sm:not([class^="fr-btns-group--icon-"]):not([class*=" fr-btns-group--icon-"])
.fr-btn[class^="fr-fi-"]:before,
.fr-btns-group--sm:not([class^="fr-btns-group--icon-"]):not([class*=" fr-btns-group--icon-"])
.fr-btn[class^="fr-icon-"]:before {
    --icon-size: 1rem;
    margin-left: 0;
    margin-right: 0.5rem;
}
.fr-btns-group--sm.fr-btns-group--icon-left .fr-btn[class*=" fr-fi-"],
.fr-btns-group--sm.fr-btns-group--icon-left .fr-btn[class*=" fr-icon-"],
.fr-btns-group--sm.fr-btns-group--icon-left .fr-btn[class^="fr-fi-"],
.fr-btns-group--sm.fr-btns-group--icon-left .fr-btn[class^="fr-icon-"] {
    font-size: 0.875rem;
    line-height: 1.5rem;
    max-height: none;
    max-width: 100%;
    min-height: 2rem;
    overflow: initial;
    padding: 0.25rem 0.75rem;
}
.fr-btns-group--sm.fr-btns-group--icon-left .fr-btn[class*=" fr-fi-"]:before,
.fr-btns-group--sm.fr-btns-group--icon-left .fr-btn[class*=" fr-icon-"]:before,
.fr-btns-group--sm.fr-btns-group--icon-left .fr-btn[class^="fr-fi-"]:before,
.fr-btns-group--sm.fr-btns-group--icon-left .fr-btn[class^="fr-icon-"]:before {
    --icon-size: 1rem;
    margin-left: -0.125rem;
    margin-right: 0.5rem;
}
.fr-btns-group--sm.fr-btns-group--icon-right .fr-btn[class*=" fr-fi-"],
.fr-btns-group--sm.fr-btns-group--icon-right .fr-btn[class*=" fr-icon-"],
.fr-btns-group--sm.fr-btns-group--icon-right .fr-btn[class^="fr-fi-"],
.fr-btns-group--sm.fr-btns-group--icon-right .fr-btn[class^="fr-icon-"] {
    font-size: 0.875rem;
    line-height: 1.5rem;
    max-height: none;
    max-width: 100%;
    min-height: 2rem;
    overflow: initial;
    padding: 0.25rem 0.75rem;
}
.fr-btns-group--sm.fr-btns-group--icon-right .fr-btn[class*=" fr-fi-"]:after,
.fr-btns-group--sm.fr-btns-group--icon-right .fr-btn[class*=" fr-icon-"]:after,
.fr-btns-group--sm.fr-btns-group--icon-right .fr-btn[class^="fr-fi-"]:after,
.fr-btns-group--sm.fr-btns-group--icon-right .fr-btn[class^="fr-icon-"]:after {
    --icon-size: 1rem;
    content: "";
    margin-left: 0.5rem;
    margin-right: -0.125rem;
}
.fr-btns-group--sm.fr-btns-group--icon-right .fr-btn[class*=" fr-fi-"]:before,
.fr-btns-group--sm.fr-btns-group--icon-right .fr-btn[class*=" fr-icon-"]:before,
.fr-btns-group--sm.fr-btns-group--icon-right .fr-btn[class^="fr-fi-"]:before,
.fr-btns-group--sm.fr-btns-group--icon-right .fr-btn[class^="fr-icon-"]:before {
    content: none;
}
.fr-btns-group:not(.fr-btns-group--sm):not(.fr-btns-group--lg)
.fr-btn:not([class^="fr-icon-"]):not([class*=" fr-icon-"]):not([class^="fr-fi-"]):not([class*=" fr-fi-"]) {
    font-size: 1rem;
    line-height: 1.5rem;
    min-height: 2.5rem;
    padding: 0.5rem 1rem;
}
.fr-btns-group:not(.fr-btns-group--sm):not(.fr-btns-group--lg):not([class^="fr-btns-group--icon-"]):not([class*=" fr-btns-group--icon-"])
.fr-btn[class*=" fr-fi-"],
.fr-btns-group:not(.fr-btns-group--sm):not(.fr-btns-group--lg):not([class^="fr-btns-group--icon-"]):not([class*=" fr-btns-group--icon-"])
.fr-btn[class*=" fr-icon-"],
.fr-btns-group:not(.fr-btns-group--sm):not(.fr-btns-group--lg):not([class^="fr-btns-group--icon-"]):not([class*=" fr-btns-group--icon-"])
.fr-btn[class^="fr-fi-"],
.fr-btns-group:not(.fr-btns-group--sm):not(.fr-btns-group--lg):not([class^="fr-btns-group--icon-"]):not([class*=" fr-btns-group--icon-"])
.fr-btn[class^="fr-icon-"] {
    font-size: 1rem;
    justify-content: flex-start;
    line-height: 1.5rem;
    max-height: 2.5rem;
    max-width: 2.5rem;
    min-height: 2.5rem;
    overflow: hidden;
    padding: 0.5rem;
    white-space: nowrap;
}
.fr-btns-group:not(.fr-btns-group--sm):not(.fr-btns-group--lg):not([class^="fr-btns-group--icon-"]):not([class*=" fr-btns-group--icon-"])
.fr-btn[class*=" fr-fi-"]:before,
.fr-btns-group:not(.fr-btns-group--sm):not(.fr-btns-group--lg):not([class^="fr-btns-group--icon-"]):not([class*=" fr-btns-group--icon-"])
.fr-btn[class*=" fr-icon-"]:before,
.fr-btns-group:not(.fr-btns-group--sm):not(.fr-btns-group--lg):not([class^="fr-btns-group--icon-"]):not([class*=" fr-btns-group--icon-"])
.fr-btn[class^="fr-fi-"]:before,
.fr-btns-group:not(.fr-btns-group--sm):not(.fr-btns-group--lg):not([class^="fr-btns-group--icon-"]):not([class*=" fr-btns-group--icon-"])
.fr-btn[class^="fr-icon-"]:before {
    --icon-size: 1.5rem;
    margin-left: 0;
    margin-right: 0.5rem;
}
.fr-btns-group:not(.fr-btns-group--sm):not(.fr-btns-group--lg).fr-btns-group--icon-left
.fr-btn[class*=" fr-fi-"],
.fr-btns-group:not(.fr-btns-group--sm):not(.fr-btns-group--lg).fr-btns-group--icon-left
.fr-btn[class*=" fr-icon-"],
.fr-btns-group:not(.fr-btns-group--sm):not(.fr-btns-group--lg).fr-btns-group--icon-left
.fr-btn[class^="fr-fi-"],
.fr-btns-group:not(.fr-btns-group--sm):not(.fr-btns-group--lg).fr-btns-group--icon-left
.fr-btn[class^="fr-icon-"] {
    font-size: 1rem;
    line-height: 1.5rem;
    max-height: none;
    max-width: 100%;
    min-height: 2.5rem;
    overflow: initial;
    padding: 0.5rem 1rem;
}
.fr-btns-group:not(.fr-btns-group--sm):not(.fr-btns-group--lg).fr-btns-group--icon-left
.fr-btn[class*=" fr-fi-"]:before,
.fr-btns-group:not(.fr-btns-group--sm):not(.fr-btns-group--lg).fr-btns-group--icon-left
.fr-btn[class*=" fr-icon-"]:before,
.fr-btns-group:not(.fr-btns-group--sm):not(.fr-btns-group--lg).fr-btns-group--icon-left
.fr-btn[class^="fr-fi-"]:before,
.fr-btns-group:not(.fr-btns-group--sm):not(.fr-btns-group--lg).fr-btns-group--icon-left
.fr-btn[class^="fr-icon-"]:before {
    --icon-size: 1rem;
    margin-left: -0.125rem;
    margin-right: 0.5rem;
}
.fr-btns-group:not(.fr-btns-group--sm):not(.fr-btns-group--lg).fr-btns-group--icon-right
.fr-btn[class*=" fr-fi-"],
.fr-btns-group:not(.fr-btns-group--sm):not(.fr-btns-group--lg).fr-btns-group--icon-right
.fr-btn[class*=" fr-icon-"],
.fr-btns-group:not(.fr-btns-group--sm):not(.fr-btns-group--lg).fr-btns-group--icon-right
.fr-btn[class^="fr-fi-"],
.fr-btns-group:not(.fr-btns-group--sm):not(.fr-btns-group--lg).fr-btns-group--icon-right
.fr-btn[class^="fr-icon-"] {
    font-size: 1rem;
    line-height: 1.5rem;
    max-height: none;
    max-width: 100%;
    min-height: 2.5rem;
    overflow: initial;
    padding: 0.5rem 1rem;
}
.fr-btns-group:not(.fr-btns-group--sm):not(.fr-btns-group--lg).fr-btns-group--icon-right
.fr-btn[class*=" fr-fi-"]:after,
.fr-btns-group:not(.fr-btns-group--sm):not(.fr-btns-group--lg).fr-btns-group--icon-right
.fr-btn[class*=" fr-icon-"]:after,
.fr-btns-group:not(.fr-btns-group--sm):not(.fr-btns-group--lg).fr-btns-group--icon-right
.fr-btn[class^="fr-fi-"]:after,
.fr-btns-group:not(.fr-btns-group--sm):not(.fr-btns-group--lg).fr-btns-group--icon-right
.fr-btn[class^="fr-icon-"]:after {
    --icon-size: 1rem;
    content: "";
    margin-left: 0.5rem;
    margin-right: -0.125rem;
}
.fr-btns-group:not(.fr-btns-group--sm):not(.fr-btns-group--lg).fr-btns-group--icon-right
.fr-btn[class*=" fr-fi-"]:before,
.fr-btns-group:not(.fr-btns-group--sm):not(.fr-btns-group--lg).fr-btns-group--icon-right
.fr-btn[class*=" fr-icon-"]:before,
.fr-btns-group:not(.fr-btns-group--sm):not(.fr-btns-group--lg).fr-btns-group--icon-right
.fr-btn[class^="fr-fi-"]:before,
.fr-btns-group:not(.fr-btns-group--sm):not(.fr-btns-group--lg).fr-btns-group--icon-right
.fr-btn[class^="fr-icon-"]:before {
    content: none;
}
.fr-btns-group--lg
.fr-btn:not([class^="fr-icon-"]):not([class*=" fr-icon-"]):not([class^="fr-fi-"]):not([class*=" fr-fi-"]) {
    font-size: 1.125rem;
    line-height: 1.75rem;
    min-height: 3rem;
    padding: 0.5rem 1.5rem;
}
.fr-btns-group--lg:not([class^="fr-btns-group--icon-"]):not([class*=" fr-btns-group--icon-"])
.fr-btn[class*=" fr-fi-"],
.fr-btns-group--lg:not([class^="fr-btns-group--icon-"]):not([class*=" fr-btns-group--icon-"])
.fr-btn[class*=" fr-icon-"],
.fr-btns-group--lg:not([class^="fr-btns-group--icon-"]):not([class*=" fr-btns-group--icon-"])
.fr-btn[class^="fr-fi-"],
.fr-btns-group--lg:not([class^="fr-btns-group--icon-"]):not([class*=" fr-btns-group--icon-"])
.fr-btn[class^="fr-icon-"] {
    font-size: 1.125rem;
    justify-content: flex-start;
    line-height: 1.75rem;
    max-height: 3rem;
    max-width: 3rem;
    min-height: 3rem;
    overflow: hidden;
    padding: 0.5rem;
    white-space: nowrap;
}
.fr-btns-group--lg:not([class^="fr-btns-group--icon-"]):not([class*=" fr-btns-group--icon-"])
.fr-btn[class*=" fr-fi-"]:before,
.fr-btns-group--lg:not([class^="fr-btns-group--icon-"]):not([class*=" fr-btns-group--icon-"])
.fr-btn[class*=" fr-icon-"]:before,
.fr-btns-group--lg:not([class^="fr-btns-group--icon-"]):not([class*=" fr-btns-group--icon-"])
.fr-btn[class^="fr-fi-"]:before,
.fr-btns-group--lg:not([class^="fr-btns-group--icon-"]):not([class*=" fr-btns-group--icon-"])
.fr-btn[class^="fr-icon-"]:before {
    --icon-size: 2rem;
    margin-left: 0;
    margin-right: 0.5rem;
}
.fr-btns-group--lg.fr-btns-group--icon-left .fr-btn[class*=" fr-fi-"],
.fr-btns-group--lg.fr-btns-group--icon-left .fr-btn[class*=" fr-icon-"],
.fr-btns-group--lg.fr-btns-group--icon-left .fr-btn[class^="fr-fi-"],
.fr-btns-group--lg.fr-btns-group--icon-left .fr-btn[class^="fr-icon-"] {
    font-size: 1.125rem;
    line-height: 1.75rem;
    max-height: none;
    max-width: 100%;
    min-height: 3rem;
    overflow: initial;
    padding: 0.5rem 1.5rem;
}
.fr-btns-group--lg.fr-btns-group--icon-left .fr-btn[class*=" fr-fi-"]:before,
.fr-btns-group--lg.fr-btns-group--icon-left .fr-btn[class*=" fr-icon-"]:before,
.fr-btns-group--lg.fr-btns-group--icon-left .fr-btn[class^="fr-fi-"]:before,
.fr-btns-group--lg.fr-btns-group--icon-left .fr-btn[class^="fr-icon-"]:before {
    --icon-size: 1.5rem;
    margin-left: -0.1875rem;
    margin-right: 0.5rem;
}
.fr-btns-group--lg.fr-btns-group--icon-right .fr-btn[class*=" fr-fi-"],
.fr-btns-group--lg.fr-btns-group--icon-right .fr-btn[class*=" fr-icon-"],
.fr-btns-group--lg.fr-btns-group--icon-right .fr-btn[class^="fr-fi-"],
.fr-btns-group--lg.fr-btns-group--icon-right .fr-btn[class^="fr-icon-"] {
    font-size: 1.125rem;
    line-height: 1.75rem;
    max-height: none;
    max-width: 100%;
    min-height: 3rem;
    overflow: initial;
    padding: 0.5rem 1.5rem;
}
.fr-btns-group--lg.fr-btns-group--icon-right .fr-btn[class*=" fr-fi-"]:after,
.fr-btns-group--lg.fr-btns-group--icon-right .fr-btn[class*=" fr-icon-"]:after,
.fr-btns-group--lg.fr-btns-group--icon-right .fr-btn[class^="fr-fi-"]:after,
.fr-btns-group--lg.fr-btns-group--icon-right .fr-btn[class^="fr-icon-"]:after {
    --icon-size: 1.5rem;
    content: "";
    margin-left: 0.5rem;
    margin-right: -0.1875rem;
}
.fr-btns-group--lg.fr-btns-group--icon-right .fr-btn[class*=" fr-fi-"]:before,
.fr-btns-group--lg.fr-btns-group--icon-right .fr-btn[class*=" fr-icon-"]:before,
.fr-btns-group--lg.fr-btns-group--icon-right .fr-btn[class^="fr-fi-"]:before,
.fr-btns-group--lg.fr-btns-group--icon-right .fr-btn[class^="fr-icon-"]:before {
    content: none;
}
.fr-fieldset__element > .fr-btns-group {
    margin-bottom: -1rem;
}
.fr-btn--close {
    display: flex;
    font-size: 0.875rem;
    line-height: 1.5rem;
    margin-left: auto;
    margin-right: -1rem;
    max-height: none;
    max-width: 100%;
    min-height: 2rem;
    overflow: initial;
    padding: 0.25rem 0.75rem;
}
.fr-btn--close:after {
    --icon-size: 1rem;
    background-color: currentColor;
    content: "";
    display: inline-block;
    flex: 0 0 auto;
    height: var(--icon-size);
    margin-left: 0.5rem;
    margin-right: -0.125rem;
    -webkit-mask-image: url('/assets/theme_image/close-line.svg');
    mask-image: url('/assets/theme_image/close-line.svg');
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
    vertical-align: calc((0.75em - var(--icon-size)) * 0.5);
    width: var(--icon-size);
}
.fr-btn--close:before {
    content: none;
}
.fr-btn--fullscreen {
    font-size: 0.875rem;
    line-height: 1.5rem;
    max-height: none;
    max-width: 100%;
    min-height: 2rem;
    overflow: initial;
    padding: 0.25rem 0.75rem;
}
.fr-btn--fullscreen:after {
    --icon-size: 1rem;
    background-color: currentColor;
    content: "";
    display: inline-block;
    flex: 0 0 auto;
    height: var(--icon-size);
    margin-left: 0.5rem;
    margin-right: -0.125rem;
    -webkit-mask-image: url('/assets/theme_image/fullscreen-line.svg');
    mask-image: url('/assets/theme_image/fullscreen-line.svg');
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
    vertical-align: calc((0.75em - var(--icon-size)) * 0.5);
    width: var(--icon-size);
}
.fr-btn--fullscreen:before {
    content: none;
}
.fr-btn--display {
    font-size: 1rem;
    line-height: 1.5rem;
    max-height: none;
    max-width: 100%;
    min-height: 2.5rem;
    overflow: initial;
    padding: 0.5rem 1rem;
}
.fr-btn--display:before {
    --icon-size: 1rem;
    background-color: currentColor;
    content: "";
    display: inline-block;
    flex: 0 0 auto;
    height: var(--icon-size);
    margin-left: -0.125rem;
    margin-right: 0.5rem;
    -webkit-mask-image: url('/assets/theme_image/fr--theme-fill.svg');
    mask-image: url('/assets/theme_image/fr--theme-fill.svg');
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
    vertical-align: calc((0.75em - var(--icon-size)) * 0.5);
    width: var(--icon-size);
}
.fr-btn {
    --idle: transparent;
    --hover: var(--background-action-high-blue-france-hover);
    --active: var(--background-action-high-blue-france-active);
    background-color: var(--background-action-high-blue-france);
    color: var(--text-inverted-blue-france);
}
.fr-btn:disabled,
a.fr-btn:not([href]) {
    --idle: transparent;
    --hover: var(--background-disabled-grey-hover);
    --active: var(--background-disabled-grey-active);
    background-color: var(--background-disabled-grey);
    color: var(--text-disabled-grey);
}
.fr-btn--secondary {
    --hover: inherit;
    --active: inherit;
    background-color: transparent;
    box-shadow: inset 0 0 0 1px var(--border-action-high-blue-france);
    color: var(--text-action-high-blue-france);
}
.fr-btn--secondary:disabled,
a.fr-btn--secondary:not([href]) {
    --hover: inherit;
    --active: inherit;
    background-color: transparent;
    box-shadow: inset 0 0 0 1px var(--border-disabled-grey);
    color: var(--text-disabled-grey);
}
.fr-btn--tertiary {
    --hover: inherit;
    --active: inherit;
    background-color: transparent;
    box-shadow: inset 0 0 0 1px var(--border-default-grey);
    color: var(--text-action-high-blue-france);
}
.fr-btn--tertiary:disabled,
a.fr-btn--tertiary:not([href]) {
    --hover: inherit;
    --active: inherit;
    background-color: transparent;
    box-shadow: inset 0 0 0 1px var(--border-disabled-grey);
    color: var(--text-disabled-grey);
}
.fr-btn--close,
.fr-btn--display,
.fr-btn--fullscreen,
.fr-btn--tertiary-no-outline {
    --hover: inherit;
    --active: inherit;
    background-color: transparent;
    color: var(--text-action-high-blue-france);
}
.fr-btn--close:disabled,
.fr-btn--display:disabled,
.fr-btn--fullscreen:disabled,
.fr-btn--tertiary-no-outline:disabled,
a.fr-btn--close:not([href]),
a.fr-btn--display:not([href]),
a.fr-btn--fullscreen:not([href]),
a.fr-btn--tertiary-no-outline:not([href]) {
    --hover: inherit;
    --active: inherit;
    background-color: transparent;
    color: var(--text-disabled-grey);
}
.fr-search-bar {
    display: flex;
    flex-direction: row;
}
.fr-search-bar .fr-label {
    clip: rect(0, 0, 0, 0);
    border: 0;
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    white-space: nowrap;
    width: 1px;
}
.fr-search-bar .fr-input {
    border-radius: 0.25rem 0 0;
    margin: 0;
    max-height: none;
}
.fr-search-bar .fr-input::placeholder {
    font-style: italic;
}
.fr-search-bar .fr-btn {
    border-radius: 0 0.25rem 0 0;
    flex: 1 0 auto;
    font-size: 1rem;
    line-height: 1.5rem;
    max-height: 2.5rem;
    max-width: 2.5rem;
    min-height: 2.5rem;
    overflow: hidden;
    padding: 0.5rem;
    white-space: nowrap;
}
.fr-search-bar .fr-btn:before {
    --icon-size: 1.5rem;
    background-color: currentColor;
    content: "";
    display: inline-block;
    flex: 0 0 auto;
    height: var(--icon-size);
    margin-left: 0;
    margin-right: 0.5rem;
    -webkit-mask-image: url('/assets/theme_image/search-line.svg');
    mask-image: url('/assets/theme_image/search-line.svg');
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
    vertical-align: calc((0.75em - var(--icon-size)) * 0.5);
    width: var(--icon-size);
}
@media (min-width: 48em) {
    .fr-search-bar--lg .fr-btn {
        font-size: 1.125rem;
        line-height: 1.75rem;
        max-height: none;
        max-width: 100%;
        min-height: 3rem;
        overflow: initial;
        padding: 0.5rem 1.5rem;
    }
    .fr-search-bar--lg .fr-btn:before {
        --icon-size: 1.5rem;
        margin-left: -0.1875rem;
        margin-right: 0.5rem;
    }
}
.fr-search-bar .fr-input {
    box-shadow: inset 0 -2px 0 0 var(--border-action-high-blue-france);
}
.fr-search-bar .fr-input--valid {
    box-shadow: inset 0 -2px 0 0 var(--border-plain-success);
}
.fr-search-bar .fr-input--error {
    box-shadow: inset 0 -2px 0 0 var(--border-plain-error);
}
.fr-link {
    --text-spacing: 0;
    --title-spacing: 0;
    display: inline;
    font-size: 1rem;
    line-height: 1.5rem;
    padding: 0;
    z-index: 1;
}
.fr-link[target="_blank"] {
    max-height: none;
    max-width: 100%;
    overflow: initial;
}
.fr-link[target="_blank"]:after {
    --icon-size: 1rem;
    content: "";
    margin-left: 0.5rem;
    margin-right: -0.125rem;
}
.fr-link[target="_blank"]:before {
    content: none;
}
.fr-link--icon-left[class*=" fr-fi-"],
.fr-link--icon-left[class*=" fr-icon-"],
.fr-link--icon-left[class^="fr-fi-"],
.fr-link--icon-left[class^="fr-icon-"] {
    max-height: none;
    max-width: 100%;
    overflow: initial;
}
.fr-link--icon-left[class*=" fr-fi-"]:before,
.fr-link--icon-left[class*=" fr-icon-"]:before,
.fr-link--icon-left[class^="fr-fi-"]:before,
.fr-link--icon-left[class^="fr-icon-"]:before {
    --icon-size: 1rem;
    margin-left: -0.125rem;
    margin-right: 0.5rem;
}
.fr-link--icon-right[class*=" fr-fi-"],
.fr-link--icon-right[class*=" fr-icon-"],
.fr-link--icon-right[class^="fr-fi-"],
.fr-link--icon-right[class^="fr-icon-"] {
    max-height: none;
    max-width: 100%;
    overflow: initial;
}
.fr-link--icon-right[class*=" fr-fi-"]:after,
.fr-link--icon-right[class*=" fr-icon-"]:after,
.fr-link--icon-right[class^="fr-fi-"]:after,
.fr-link--icon-right[class^="fr-icon-"]:after {
    --icon-size: 1rem;
    content: "";
    margin-left: 0.5rem;
    margin-right: -0.125rem;
}
.fr-link--icon-right[class*=" fr-fi-"]:before,
.fr-link--icon-right[class*=" fr-icon-"]:before,
.fr-link--icon-right[class^="fr-fi-"]:before,
.fr-link--icon-right[class^="fr-icon-"]:before,
.fr-link[class*=" fr-fi-"]:not([class*="fr-link--icon-"]):before,
.fr-link[class*=" fr-icon-"]:not([class*="fr-link--icon-"]):before,
.fr-link[class^="fr-fi-"]:not([class*="fr-link--icon-"]):before,
.fr-link[class^="fr-icon-"]:not([class*="fr-link--icon-"]):before {
    content: none;
}
.fr-link--xs {
    font-size: 0.75rem;
    line-height: 1.25rem;
    padding: 0;
}
.fr-link--xs[target="_blank"] {
    max-height: none;
    max-width: 100%;
    overflow: initial;
}
.fr-link--xs[target="_blank"]:after {
    --icon-size: 0.75rem;
    content: "";
    margin-left: 0.5rem;
    margin-right: -0.09375rem;
}
.fr-link--xs[target="_blank"]:before {
    content: none;
}
.fr-link--xs.fr-link--icon-left[class*=" fr-fi-"],
.fr-link--xs.fr-link--icon-left[class*=" fr-icon-"],
.fr-link--xs.fr-link--icon-left[class^="fr-fi-"],
.fr-link--xs.fr-link--icon-left[class^="fr-icon-"] {
    max-height: none;
    max-width: 100%;
    overflow: initial;
}
.fr-link--xs.fr-link--icon-left[class*=" fr-fi-"]:before,
.fr-link--xs.fr-link--icon-left[class*=" fr-icon-"]:before,
.fr-link--xs.fr-link--icon-left[class^="fr-fi-"]:before,
.fr-link--xs.fr-link--icon-left[class^="fr-icon-"]:before {
    --icon-size: 0.75rem;
    margin-left: -0.09375rem;
    margin-right: 0.5rem;
}
.fr-link--xs.fr-link--icon-right[class*=" fr-fi-"],
.fr-link--xs.fr-link--icon-right[class*=" fr-icon-"],
.fr-link--xs.fr-link--icon-right[class^="fr-fi-"],
.fr-link--xs.fr-link--icon-right[class^="fr-icon-"] {
    max-height: none;
    max-width: 100%;
    overflow: initial;
}
.fr-link--xs.fr-link--icon-right[class*=" fr-fi-"]:after,
.fr-link--xs.fr-link--icon-right[class*=" fr-icon-"]:after,
.fr-link--xs.fr-link--icon-right[class^="fr-fi-"]:after,
.fr-link--xs.fr-link--icon-right[class^="fr-icon-"]:after {
    --icon-size: 0.75rem;
    content: "";
    margin-left: 0.5rem;
    margin-right: -0.09375rem;
}
.fr-link--xs.fr-link--icon-right[class*=" fr-fi-"]:before,
.fr-link--xs.fr-link--icon-right[class*=" fr-icon-"]:before,
.fr-link--xs.fr-link--icon-right[class^="fr-fi-"]:before,
.fr-link--xs.fr-link--icon-right[class^="fr-icon-"]:before,
.fr-link--xs[class*=" fr-fi-"]:not([class*="fr-link--icon-"]):before,
.fr-link--xs[class*=" fr-icon-"]:not([class*="fr-link--icon-"]):before,
.fr-link--xs[class^="fr-fi-"]:not([class*="fr-link--icon-"]):before,
.fr-link--xs[class^="fr-icon-"]:not([class*="fr-link--icon-"]):before {
    content: none;
}
.fr-link--sm {
    font-size: 0.875rem;
    line-height: 1.5rem;
    padding: 0;
}
.fr-link--sm[target="_blank"] {
    max-height: none;
    max-width: 100%;
    overflow: initial;
}
.fr-link--sm[target="_blank"]:after {
    --icon-size: 1rem;
    content: "";
    margin-left: 0.5rem;
    margin-right: -0.125rem;
}
.fr-link--sm[target="_blank"]:before {
    content: none;
}
.fr-link--sm.fr-link--icon-left[class*=" fr-fi-"],
.fr-link--sm.fr-link--icon-left[class*=" fr-icon-"],
.fr-link--sm.fr-link--icon-left[class^="fr-fi-"],
.fr-link--sm.fr-link--icon-left[class^="fr-icon-"] {
    max-height: none;
    max-width: 100%;
    overflow: initial;
}
.fr-link--sm.fr-link--icon-left[class*=" fr-fi-"]:before,
.fr-link--sm.fr-link--icon-left[class*=" fr-icon-"]:before,
.fr-link--sm.fr-link--icon-left[class^="fr-fi-"]:before,
.fr-link--sm.fr-link--icon-left[class^="fr-icon-"]:before {
    --icon-size: 1rem;
    margin-left: -0.125rem;
    margin-right: 0.5rem;
}
.fr-link--sm.fr-link--icon-right[class*=" fr-fi-"],
.fr-link--sm.fr-link--icon-right[class*=" fr-icon-"],
.fr-link--sm.fr-link--icon-right[class^="fr-fi-"],
.fr-link--sm.fr-link--icon-right[class^="fr-icon-"] {
    max-height: none;
    max-width: 100%;
    overflow: initial;
}
.fr-link--sm.fr-link--icon-right[class*=" fr-fi-"]:after,
.fr-link--sm.fr-link--icon-right[class*=" fr-icon-"]:after,
.fr-link--sm.fr-link--icon-right[class^="fr-fi-"]:after,
.fr-link--sm.fr-link--icon-right[class^="fr-icon-"]:after {
    --icon-size: 1rem;
    content: "";
    margin-left: 0.5rem;
    margin-right: -0.125rem;
}
.fr-link--sm.fr-link--icon-right[class*=" fr-fi-"]:before,
.fr-link--sm.fr-link--icon-right[class*=" fr-icon-"]:before,
.fr-link--sm.fr-link--icon-right[class^="fr-fi-"]:before,
.fr-link--sm.fr-link--icon-right[class^="fr-icon-"]:before,
.fr-link--sm[class*=" fr-fi-"]:not([class*="fr-link--icon-"]):before,
.fr-link--sm[class*=" fr-icon-"]:not([class*="fr-link--icon-"]):before,
.fr-link--sm[class^="fr-fi-"]:not([class*="fr-link--icon-"]):before,
.fr-link--sm[class^="fr-icon-"]:not([class*="fr-link--icon-"]):before {
    content: none;
}
.fr-link--lg {
    font-size: 1.125rem;
    line-height: 1.75rem;
    padding: 0;
}
.fr-link--lg[target="_blank"] {
    max-height: none;
    max-width: 100%;
    overflow: initial;
}
.fr-link--lg[target="_blank"]:after {
    --icon-size: 1.5rem;
    content: "";
    margin-left: 0.5rem;
    margin-right: -0.1875rem;
}
.fr-link--lg[target="_blank"]:before {
    content: none;
}
.fr-link--lg.fr-link--icon-left[class*=" fr-fi-"],
.fr-link--lg.fr-link--icon-left[class*=" fr-icon-"],
.fr-link--lg.fr-link--icon-left[class^="fr-fi-"],
.fr-link--lg.fr-link--icon-left[class^="fr-icon-"] {
    max-height: none;
    max-width: 100%;
    overflow: initial;
}
.fr-link--lg.fr-link--icon-left[class*=" fr-fi-"]:before,
.fr-link--lg.fr-link--icon-left[class*=" fr-icon-"]:before,
.fr-link--lg.fr-link--icon-left[class^="fr-fi-"]:before,
.fr-link--lg.fr-link--icon-left[class^="fr-icon-"]:before {
    --icon-size: 1.5rem;
    margin-left: -0.1875rem;
    margin-right: 0.5rem;
}
.fr-link--lg.fr-link--icon-right[class*=" fr-fi-"],
.fr-link--lg.fr-link--icon-right[class*=" fr-icon-"],
.fr-link--lg.fr-link--icon-right[class^="fr-fi-"],
.fr-link--lg.fr-link--icon-right[class^="fr-icon-"] {
    max-height: none;
    max-width: 100%;
    overflow: initial;
}
.fr-link--lg.fr-link--icon-right[class*=" fr-fi-"]:after,
.fr-link--lg.fr-link--icon-right[class*=" fr-icon-"]:after,
.fr-link--lg.fr-link--icon-right[class^="fr-fi-"]:after,
.fr-link--lg.fr-link--icon-right[class^="fr-icon-"]:after {
    --icon-size: 1.5rem;
    content: "";
    margin-left: 0.5rem;
    margin-right: -0.1875rem;
}
.fr-link--lg.fr-link--icon-right[class*=" fr-fi-"]:before,
.fr-link--lg.fr-link--icon-right[class*=" fr-icon-"]:before,
.fr-link--lg.fr-link--icon-right[class^="fr-fi-"]:before,
.fr-link--lg.fr-link--icon-right[class^="fr-icon-"]:before,
.fr-link--lg[class*=" fr-fi-"]:not([class*="fr-link--icon-"]):before,
.fr-link--lg[class*=" fr-icon-"]:not([class*="fr-link--icon-"]):before,
.fr-link--lg[class^="fr-fi-"]:not([class*="fr-link--icon-"]):before,
.fr-link--lg[class^="fr-icon-"]:not([class*="fr-link--icon-"]):before {
    content: none;
}
.fr-links-group {
    --ul-type: none;
    --ol-type: none;
    --ul-start: 0;
    --ol-start: 0;
    --xl-block: 0;
    --li-bottom: 0;
    --ol-content: none;
    display: inline-block;
    margin: 0 -0.5rem;
}
.fr-links-group > li {
    display: inline;
    line-height: 2.75rem;
}
.fr-links-group .fr-link {
    margin: 0 0.5rem 1rem;
    vertical-align: top;
}
.fr-links-group--sm .fr-link {
    font-size: 0.875rem;
    line-height: 1.5rem;
    padding: 0;
}
.fr-links-group--sm .fr-link:after,
.fr-links-group--sm .fr-link:before {
    --icon-size: 1rem;
}
.fr-links-group--lg .fr-link {
    font-size: 1.125rem;
    line-height: 1.75rem;
    padding: 0;
}
.fr-links-group--lg .fr-link:after,
.fr-links-group--lg .fr-link:before {
    --icon-size: 1.5rem;
}
.fr-link--close {
    display: flex;
    font-size: 0.875rem;
    line-height: 1.5rem;
    margin-left: auto;
    margin-right: -1rem;
    max-height: none;
    max-width: 100%;
    min-height: 2rem;
    overflow: initial;
    padding: 0.25rem 0.75rem;
}
.fr-link--close:after {
    --icon-size: 1rem;
    background-color: currentColor;
    content: "";
    display: inline-block;
    flex: 0 0 auto;
    height: var(--icon-size);
    margin-left: 0.5rem;
    margin-right: -0.125rem;
    -webkit-mask-image: url('/assets/theme_image/close-line.svg');
    mask-image: url('/assets/theme_image/close-line.svg');
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
    vertical-align: calc((0.75em - var(--icon-size)) * 0.5);
    width: var(--icon-size);
}
.fr-link--close:before {
    content: none;
}
.fr-link.fr-link--icon-left.fr-fi-theme-fill {
    font-size: 1rem;
    line-height: 1.5rem;
    max-height: none;
    max-width: 100%;
    min-height: 2.5rem;
    overflow: initial;
    padding: 0.5rem 1rem;
}
.fr-link.fr-link--icon-left.fr-fi-theme-fill:before {
    --icon-size: 1rem;
    margin-left: -0.125rem;
    margin-right: 0.5rem;
}
.fr-link {
    color: var(--text-action-high-blue-france);
}
.fr-link--close {
    --hover: inherit;
    --active: inherit;
    background-color: transparent;
    color: var(--text-action-high-blue-france);
}
.fr-link--close:disabled,
a.fr-link--close:not([href]) {
    --hover: inherit;
    --active: inherit;
    background-color: transparent;
    color: var(--text-disabled-grey);
}
.fr-highlight {
    font-size: 1rem;
    line-height: 1.5rem;
    padding-left: 1.5rem;
}
@media (min-width: 48em) {
    .fr-highlight {
        margin-left: 2rem;
        padding-left: 2rem;
    }
}
.fr-highlight {
    box-shadow: inset 0.25rem 0 0 0 var(--border-default-blue-france);
}
.fr-highlight--green-tilleul-verveine {
    box-shadow: inset 0.25rem 0 0 0 var(--border-default-green-tilleul-verveine);
}
.fr-highlight--green-bourgeon {
    box-shadow: inset 0.25rem 0 0 0 var(--border-default-green-bourgeon);
}
.fr-highlight--green-emeraude {
    box-shadow: inset 0.25rem 0 0 0 var(--border-default-green-emeraude);
}
.fr-highlight--green-menthe {
    box-shadow: inset 0.25rem 0 0 0 var(--border-default-green-menthe);
}
.fr-highlight--green-archipel {
    box-shadow: inset 0.25rem 0 0 0 var(--border-default-green-archipel);
}
.fr-highlight--blue-ecume {
    box-shadow: inset 0.25rem 0 0 0 var(--border-default-blue-ecume);
}
.fr-highlight--blue-cumulus {
    box-shadow: inset 0.25rem 0 0 0 var(--border-default-blue-cumulus);
}
.fr-highlight--purple-glycine {
    box-shadow: inset 0.25rem 0 0 0 var(--border-default-purple-glycine);
}
.fr-highlight--pink-macaron {
    box-shadow: inset 0.25rem 0 0 0 var(--border-default-pink-macaron);
}
.fr-highlight--pink-tuile {
    box-shadow: inset 0.25rem 0 0 0 var(--border-default-pink-tuile);
}
.fr-highlight--yellow-tournesol {
    box-shadow: inset 0.25rem 0 0 0 var(--border-default-yellow-tournesol);
}
.fr-highlight--yellow-moutarde {
    box-shadow: inset 0.25rem 0 0 0 var(--border-default-yellow-moutarde);
}
.fr-highlight--orange-terre-battue {
    box-shadow: inset 0.25rem 0 0 0 var(--border-default-orange-terre-battue);
}
.fr-highlight--brown-cafe-creme {
    box-shadow: inset 0.25rem 0 0 0 var(--border-default-brown-cafe-creme);
}
.fr-highlight--brown-caramel {
    box-shadow: inset 0.25rem 0 0 0 var(--border-default-brown-caramel);
}
.fr-highlight--brown-opera {
    box-shadow: inset 0.25rem 0 0 0 var(--border-default-brown-opera);
}
.fr-highlight--beige-gris-galet {
    box-shadow: inset 0.25rem 0 0 0 var(--border-default-beige-gris-galet);
}
.fr-checkbox-group {
    position: relative;
}
.fr-checkbox-group input[type="checkbox"] {
    height: 1.5rem;
    margin: 0;
    opacity: 0;
    position: absolute;
    width: 1.5rem;
}
.fr-checkbox-group input[type="checkbox"] + label {
    -webkit-tap-highlight-color: transparent;
    align-items: center;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    margin-left: 2rem;
    position: relative;
}
.fr-checkbox-group input[type="checkbox"] + label .fr-hint-text {
    margin: 0;
    width: 100%;
}
.fr-checkbox-group input[type="checkbox"] + label:before {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 1rem;
    border-radius: 0.25rem;
    content: "";
    display: block;
    height: 1.5rem;
    left: -2rem;
    margin-right: 0.5rem;
    position: absolute;
    top: 0;
    width: 1.5rem;
}
.fr-checkbox-group--sm input[type="checkbox"] {
    height: 1rem;
    top: 0.25rem;
    width: 1rem;
}
.fr-checkbox-group--sm input[type="checkbox"] + label {
    margin-left: 1.5rem;
}
.fr-checkbox-group--sm input[type="checkbox"] + label:before {
    height: 1rem;
    left: -1.5rem;
    margin-top: 0.25rem;
    width: 1rem;
}
.fr-checkbox-group--error:before,
.fr-checkbox-group--valid:before {
    content: "";
    height: 100%;
    left: -0.75rem;
    position: absolute;
    top: 0;
    width: 2px;
}
.fr-checkbox-group .fr-message:first-child {
    margin-top: 0.5rem;
}
.fr-checkbox-group input[type="checkbox"] + label:before {
    box-shadow: inset 0 0 0 1px var(--border-action-high-grey);
}
.fr-checkbox-group input[type="checkbox"]:active:not(:disabled) + label:before,
.fr-checkbox-group input[type="checkbox"]:checked + label:before {
    --idle: transparent;
    --hover: var(--background-active-blue-france-hover);
    --active: var(--background-active-blue-france-active);
    --data-uri-svg: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23fff' d='m10 15.17 9.2-9.2 1.4 1.42L10 18l-6.36-6.36 1.4-1.42z'/%3E%3C/svg%3E");
    background-color: var(--background-active-blue-france);
    background-image: var(--data-uri-svg);
}
:root[data-fr-theme="dark"]
.fr-checkbox-group
input[type="checkbox"]:active:not(:disabled)
+ label:before,
:root[data-fr-theme="dark"]
.fr-checkbox-group
input[type="checkbox"]:checked
+ label:before {
    --data-uri-svg: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23161616' d='m10 15.17 9.2-9.2 1.4 1.42L10 18l-6.36-6.36 1.4-1.42z'/%3E%3C/svg%3E");
}
.fr-checkbox-group input[type="checkbox"]:disabled + label:before {
    box-shadow: inset 0 0 0 1px var(--border-disabled-grey);
}
.fr-checkbox-group input[type="checkbox"]:disabled:checked + label:before {
    --idle: transparent;
    --hover: var(--background-disabled-grey-hover);
    --active: var(--background-disabled-grey-active);
    --data-uri-svg: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23929292' d='m10 15.17 9.2-9.2 1.4 1.42L10 18l-6.36-6.36 1.4-1.42z'/%3E%3C/svg%3E");
    background-color: var(--background-disabled-grey);
    background-image: var(--data-uri-svg);
    color: var(--text-disabled-grey);
}
:root[data-fr-theme="dark"]
.fr-checkbox-group
input[type="checkbox"]:disabled:checked
+ label:before {
    --data-uri-svg: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23666' d='m10 15.17 9.2-9.2 1.4 1.42L10 18l-6.36-6.36 1.4-1.42z'/%3E%3C/svg%3E");
}
.fr-checkbox-group--error input[type="checkbox"] + label {
    color: var(--text-default-error);
}
.fr-checkbox-group--error:before {
    box-shadow: inset 2px 0 0 0 var(--border-plain-error);
}
.fr-checkbox-group--valid input[type="checkbox"] + label {
    color: var(--text-default-success);
}
.fr-checkbox-group--valid:before {
    box-shadow: inset 2px 0 0 0 var(--border-plain-success);
}
.fr-fieldset .fr-fieldset__content .fr-checkbox-group--sm label:before {
    margin-top: 1rem;
}
.fr-content-media {
    --text-spacing: 0;
    --title-spacing: 0;
    align-items: center;
    display: flex;
    flex-direction: column;
    margin: 2.5rem 0;
    width: 100%;
}
.fr-content-media__img {
    width: 100%;
}
.fr-content-media [class*=" fr-responsive-img"],
.fr-content-media [class*=" fr-responsive-vid"],
.fr-content-media [class^="fr-responsive-img"],
.fr-content-media [class^="fr-responsive-vid"] {
    aspect-ratio: 1.7777777778;
}
.fr-content-media__caption {
    display: flex;
    flex-direction: column;
    font-size: 0.75rem;
    line-height: 1.25rem;
    margin-top: 0.75rem;
    width: 100%;
}
.fr-content-media__caption .fr-link {
    font-size: 0.75rem;
    line-height: 1.25rem;
    margin-right: auto;
    padding: 0;
}
.fr-content-media__caption .fr-link:after,
.fr-content-media__caption .fr-link:before {
    --icon-size: 0.75rem;
}
.fr-content-media .fr-transcription {
    margin-top: 1.5rem;
}
.fr-content-media--sm .fr-content-media__img,
.fr-content-media--sm .fr-responsive-vid {
    width: 83.3333333333%;
}
@media (min-width: 48em) {
    .fr-content-media--sm .fr-content-media__img,
    .fr-content-media--sm .fr-responsive-vid {
        width: 75%;
    }
}
.fr-content-media--lg .fr-content-media__img,
.fr-content-media--lg .fr-responsive-vid {
    width: 116.6666666667%;
}
@media (min-width: 48em) {
    .fr-content-media--lg .fr-content-media__img,
    .fr-content-media--lg .fr-responsive-vid {
        width: 125%;
    }
}
.fr-content-media--lg .fr-content-media__img,
.fr-content-media--lg .fr-responsive-vid {
    max-width: 100vw;
}
.fr-content-media__transcription .fr-link {
    --underline-img: none;
    --hover-tint: var(--hover);
    font-size: 0.875rem;
    line-height: 1.5rem;
    max-height: none;
    max-width: 100%;
    min-height: 2rem;
    overflow: initial;
    padding: 0.25rem 0.75rem;
}
.fr-content-media__transcription .fr-link:after {
    --icon-size: 1rem;
    background-color: currentColor;
    content: "";
    display: inline-block;
    flex: 0 0 auto;
    height: var(--icon-size);
    margin-left: 0.5rem;
    margin-right: -0.125rem;
    -webkit-mask-image: url('/assets/theme_image/menu-2-fill.svg');
    mask-image: url('/assets/theme_image/menu-2-fill.svg');
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
    vertical-align: calc((0.75em - var(--icon-size)) * 0.5);
    width: var(--icon-size);
}
.fr-content-media__transcription .fr-link:before {
    content: none;
}
.fr-content-media .fr-link,
.fr-content-media__caption {
    color: var(--text-mention-grey);
}
.fr-content-media__transcription .fr-link {
    --hover: inherit;
    --active: inherit;
    background-color: transparent;
    color: var(--text-action-high-blue-france);
}
.fr-content-media__transcription .fr-link:disabled,
.fr-content-media__transcription a.fr-link:not([href]) {
    --hover: inherit;
    --active: inherit;
    background-color: transparent;
    color: var(--text-disabled-grey);
}
.fr-radio-group {
    position: relative;
}
.fr-radio-group input[type="radio"] {
    height: 1.5rem;
    margin: 0;
    opacity: 0;
    position: absolute;
    width: 1.5rem;
}
.fr-radio-group input[type="radio"] + label {
    -webkit-tap-highlight-color: transparent;
    align-items: center;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    margin-left: 2rem;
    position: relative;
}
.fr-radio-group input[type="radio"] + label .fr-hint-text {
    margin: 0;
    width: 100%;
}
.fr-radio-group input[type="radio"] + label:before {
    border-radius: 50%;
    content: "";
    display: inline-block;
    height: 1.5rem;
    left: -2rem;
    margin-right: 0.5rem;
    position: absolute;
    top: 0;
    width: 1.5rem;
}
.fr-radio-group--sm input[type="radio"] {
    height: 1rem;
    top: 0.25rem;
    width: 1rem;
}
.fr-radio-group--sm input[type="radio"] + label {
    margin-left: 1.5rem;
}
.fr-radio-group--sm input[type="radio"] + label:before {
    height: 1rem;
    left: -1.5rem;
    margin-top: 0.25rem;
    width: 1rem;
}
.fr-radio-rich {
    position: relative;
}
.fr-radio-rich input[type="radio"] {
    height: 1rem;
    left: 1.75rem;
    top: calc(50% - 0.5rem);
    width: 1rem;
}
.fr-radio-rich input[type="radio"] + label {
    align-items: flex-start;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-left: 0;
    min-height: 5.5rem;
    padding: 0.5rem 6.5rem 0.5rem 3.5rem;
    width: 100%;
}
.fr-radio-rich input[type="radio"] + label:before {
    height: 1rem;
    left: 1.75rem;
    margin-top: -0.5rem;
    position: absolute;
    top: 50%;
    width: 1rem;
}
.fr-radio-rich input[type="radio"] + label .fr-hint-text {
    margin-left: 0;
}
.fr-radio-rich input[type="radio"]:disabled ~ .fr-radio-rich__img,
.fr-radio-rich input[type="radio"][disabled] ~ .fr-radio-rich__img {
    filter: grayscale(1);
}
.fr-radio-rich input[type="radio"]:not(:disabled) ~ label {
    --hover-tint: var(--hover);
    --active-tint: var(--active);
}
.fr-radio-rich input[type="radio"]:not(:disabled) ~ label:hover {
    background-color: var(--hover-tint);
}
.fr-radio-rich input[type="radio"]:not(:disabled) ~ label:active {
    background-color: var(--active-tint);
}
.fr-radio-rich
input[type="radio"]:not(:disabled)
~ label:hover
~ .fr-radio-rich__img {
    --brightness: calc(100% + var(--brighten) * 10%);
}
.fr-radio-rich
input[type="radio"]:not(:disabled)
~ label:active
~ .fr-radio-rich__img {
    --brightness: calc(100% + var(--brighten) * 20%);
}
.fr-radio-rich__img {
    display: flex;
    filter: brightness(var(--brightness));
    flex-direction: row;
    height: 5rem;
    padding-left: 0.25rem;
    pointer-events: none;
    position: absolute;
    right: 0.25rem;
    top: 0.25rem;
    width: 5.25rem;
}
.fr-radio-rich__img img,
.fr-radio-rich__img svg {
    max-width: 5rem;
    object-fit: cover;
}
.fr-control > .fr-radio-rich.fr-radio-group {
    margin-bottom: 0;
    margin-top: 0;
}
.fr-radio-group input[type="radio"] + label:before {
    box-shadow: inset 0 0 0 1px var(--border-action-high-grey),
        inset 0 0 0 12px var(--background-default-grey),
        inset 0 0 0 12px var(--background-action-high-blue-france);
}
.fr-radio-group input[type="radio"]:disabled + label:before {
    box-shadow: inset 0 0 0 1px var(--border-disabled-grey),
        inset 0 0 0 12px var(--background-default-grey),
        inset 0 0 0 12px var(--text-disabled-grey);
}
.fr-radio-group input[type="radio"]:checked + label:before {
    box-shadow: inset 0 0 0 1px var(--border-action-high-grey),
        inset 0 0 0 6px var(--background-default-grey),
        inset 0 0 0 12px var(--background-action-high-blue-france);
}
.fr-radio-group input[type="radio"]:checked:disabled + label:before {
    box-shadow: inset 0 0 0 1px var(--border-disabled-grey),
        inset 0 0 0 6px var(--background-default-grey),
        inset 0 0 0 12px var(--text-disabled-grey);
}
.fr-radio-group--sm input[type="radio"] + label:before {
    box-shadow: inset 0 0 0 1px var(--border-action-high-grey),
        inset 0 0 0 8px var(--background-default-grey),
        inset 0 0 0 8px var(--background-action-high-blue-france);
}
.fr-radio-group--sm input[type="radio"]:disabled + label:before {
    box-shadow: inset 0 0 0 1px var(--border-disabled-grey),
        inset 0 0 0 8px var(--background-disabled-grey),
        inset 0 0 0 8px var(--text-disabled-grey);
}
.fr-radio-group--sm input[type="radio"]:checked + label:before {
    box-shadow: inset 0 0 0 1px var(--border-action-high-grey),
        inset 0 0 0 4px var(--background-default-grey),
        inset 0 0 0 8px var(--background-action-high-blue-france);
}
.fr-radio-group--sm input[type="radio"]:checked:disabled + label:before {
    box-shadow: inset 0 0 0 1px var(--border-disabled-grey),
        inset 0 0 0 4px var(--background-disabled-grey),
        inset 0 0 0 8px var(--text-disabled-grey);
}
.fr-radio-rich__img {
    box-shadow: inset 1px 0 0 0 var(--border-default-grey);
}
.fr-radio-rich input[type="radio"] + label {
    --idle: transparent;
    --hover: var(--background-default-grey-hover);
    --active: var(--background-default-grey-active);
    background-color: var(--background-default-grey);
    box-shadow: inset 0 0 0 1px var(--border-default-grey);
}
.fr-radio-rich input[type="radio"] + label:before {
    box-shadow: inset 0 0 0 1px var(--border-action-high-grey),
        inset 0 0 0 8px var(--background-default-grey),
        inset 0 0 0 8px var(--background-action-high-blue-france);
}
.fr-radio-rich input[type="radio"]:disabled + label:before {
    box-shadow: inset 0 0 0 1px var(--border-disabled-grey),
        inset 0 0 0 8px var(--background-default-grey),
        inset 0 0 0 8px var(--text-disabled-grey);
}
.fr-radio-rich input[type="radio"]:checked + label {
    box-shadow: inset 0 0 0 1px var(--border-action-high-blue-france);
}
.fr-radio-rich input[type="radio"]:checked + label:before {
    box-shadow: inset 0 0 0 1px var(--border-action-high-grey),
        inset 0 0 0 4px var(--background-default-grey),
        inset 0 0 0 8px var(--background-action-high-blue-france);
}
.fr-radio-rich input[type="radio"]:checked:disabled + label {
    box-shadow: inset 0 0 0 1px var(--text-disabled-grey);
}
.fr-radio-rich input[type="radio"]:checked:disabled + label:before {
    box-shadow: inset 0 0 0 1px var(--border-disabled-grey),
        inset 0 0 0 4px var(--background-default-grey),
        inset 0 0 0 8px var(--text-disabled-grey);
}
.fr-fieldset .fr-fieldset__content .fr-radio-group--sm label:before {
    margin-top: 1rem;
}
.fr-fieldset
.fr-fieldset__content
.fr-radio-rich:first-child
input[type="radio"]
+ label {
    margin-top: 0.75rem;
}
.fr-fieldset .fr-fieldset__content .fr-radio-rich input[type="radio"] + label {
    margin-bottom: 1rem;
    margin-top: 0.5rem;
}
.fr-fieldset
.fr-fieldset__content
.fr-radio-rich:last-child
input[type="radio"]
+ label {
    margin-bottom: 0.75rem;
}
.fr-fieldset--inline
.fr-fieldset__content
.fr-radio-rich:not(:last-child)
input[type="radio"]
+ label {
    margin-bottom: 0.5rem;
    margin-right: 0.75rem;
}
.fr-fieldset--inline
.fr-fieldset__content
.fr-radio-rich:not(:last-child)
.fr-radio-rich__img {
    right: 1rem;
}
.fr-fieldset--inline .fr-fieldset__content .fr-radio-rich:last-child {
    margin-bottom: 0;
}
.fr-fieldset--inline
.fr-fieldset__content
.fr-radio-rich:last-child
input[type="radio"]
+ label {
    margin-bottom: 0.75rem;
}
.fr-fieldset--inline
.fr-fieldset__content
.fr-radio-rich:first-child
.fr-radio-rich__img {
    top: 1rem;
}
.fr-fieldset--inline .fr-fieldset__content .fr-radio-rich__img {
    top: 0.75rem;
}
.fr-fieldset--inline
.fr-hint-text
+ .fr-fieldset__content
.fr-radio-rich:first-child
input[type="radio"]
+ label {
    margin-top: 1.5rem;
}
.fr-input {
    border-radius: 0.25rem 0.25rem 0 0;
    display: block;
    font-size: 1rem;
    line-height: 1.5rem;
    padding: 0.5rem 1rem;
    width: 100%;
}
.fr-input::placeholder {
    font-style: italic;
    opacity: 1;
}
.fr-input::-webkit-contacts-auto-fill-button {
    cursor: pointer;
}
.fr-input:not(textarea) {
    max-height: 2.5rem;
}
.fr-input[type="date"] {
    min-height: 2.5rem;
}
@supports selector(::-webkit-calendar-picker-indicator) {
    .fr-input[type="date"] {
        background-position: calc(100% - 0.75rem) 50%;
        background-repeat: no-repeat;
        background-size: 1rem 1rem;
        padding-right: 2.25rem;
    }
    .fr-input[type="date"]::-webkit-calendar-picker-indicator {
        display: block;
        margin-right: -2.5rem;
        opacity: 0;
        padding: 1rem;
    }
}
.fr-input-wrap {
    display: block;
    position: relative;
}
.fr-input-wrap[class*=" fr-fi-"]:before,
.fr-input-wrap[class*=" fr-icon-"]:before,
.fr-input-wrap[class^="fr-fi-"]:before,
.fr-input-wrap[class^="fr-icon-"]:before {
    --icon-size: 1rem;
    bottom: 0.75rem;
    margin: auto;
    pointer-events: none;
    position: absolute;
    right: 0.75rem;
    top: 0.75rem;
}
.fr-input-wrap--addon {
    display: flex;
    flex-direction: row;
    width: 100%;
}
.fr-input-wrap .fr-input {
    padding-right: 2.5rem;
}
.fr-input-wrap > :first-child:not(:last-child).fr-input {
    padding-right: 1rem;
}
@media (min-width: 48em) {
    .fr-input-wrap > :first-child:not(:last-child) {
        border-radius: 0.25rem 0 0 0;
    }
    .fr-input-wrap > :last-child:not(:first-child) {
        border-radius: 0 0.25rem 0 0;
    }
}
.fr-input-wrap + .fr-hint-text {
    margin-top: 1rem;
}
.fr-input-group .fr-message:first-child {
    margin-top: 0.5rem;
}
textarea.fr-input {
    min-height: 3.75rem;
}
.fr-input {
    --idle: transparent;
    --hover: var(--background-contrast-grey-hover);
    --active: var(--background-contrast-grey-active);
    background-color: var(--background-contrast-grey);
    box-shadow: inset 0 -2px 0 0 var(--border-plain-grey);
    color: var(--text-label-grey);
}
.fr-input::placeholder {
    color: var(--text-mention-grey);
}
.fr-input::-webkit-contacts-auto-fill-button {
    --idle: transparent;
    --hover: var(--text-label-grey-hover);
    --active: var(--text-label-grey-active);
    background-color: var(--text-label-grey);
}
.fr-input:disabled {
    box-shadow: inset 0 -2px 0 0 var(--border-disabled-grey);
    color: var(--text-disabled-grey);
}
.fr-input:-webkit-autofill,
.fr-input:-webkit-autofill:focus,
.fr-input:-webkit-autofill:hover,
.fr-input:autofill,
.fr-input:autofill:focus,
.fr-input:autofill:hover {
    -webkit-text-fill-color: var(--text-label-grey);
    box-shadow: inset 0 -2px 0 0 var(--border-plain-grey),
        inset 0 0 0 1000px var(--background-contrast-info);
}
@supports selector(::-webkit-calendar-picker-indicator) {
    .fr-input[type="date"] {
        --data-uri-svg: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23161616' d='M17 3h4c.55 0 1 .45 1 1v16c0 .55-.45 1-1 1H3c-.55 0-1-.45-1-1V4c0-.55.45-1 1-1h4V1h2v2h6V1h2v2zm-2 2H9v2H7V5H4v4h16V5h-3v2h-2V5zm5 6H4v8h16v-8z'/%3E%3C/svg%3E");
        background-image: var(--data-uri-svg);
    }
    :root[data-fr-theme="dark"] .fr-input[type="date"] {
        --data-uri-svg: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23fff' d='M17 3h4c.55 0 1 .45 1 1v16c0 .55-.45 1-1 1H3c-.55 0-1-.45-1-1V4c0-.55.45-1 1-1h4V1h2v2h6V1h2v2zm-2 2H9v2H7V5H4v4h16V5h-3v2h-2V5zm5 6H4v8h16v-8z'/%3E%3C/svg%3E");
    }
    .fr-input[type="date"]:disabled {
        --data-uri-svg: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23929292' d='M17 3h4c.55 0 1 .45 1 1v16c0 .55-.45 1-1 1H3c-.55 0-1-.45-1-1V4c0-.55.45-1 1-1h4V1h2v2h6V1h2v2zm-2 2H9v2H7V5H4v4h16V5h-3v2h-2V5zm5 6H4v8h16v-8z'/%3E%3C/svg%3E");
        background-image: var(--data-uri-svg);
        box-shadow: inset 0 -2px 0 0 var(--border-disabled-grey);
        color: var(--text-disabled-grey);
    }
    :root[data-fr-theme="dark"] .fr-input[type="date"]:disabled {
        --data-uri-svg: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23666' d='M17 3h4c.55 0 1 .45 1 1v16c0 .55-.45 1-1 1H3c-.55 0-1-.45-1-1V4c0-.55.45-1 1-1h4V1h2v2h6V1h2v2zm-2 2H9v2H7V5H4v4h16V5h-3v2h-2V5zm5 6H4v8h16v-8z'/%3E%3C/svg%3E");
    }
}
.fr-fieldset--valid .fr-input,
.fr-input-group--valid .fr-input {
    box-shadow: inset 0 -2px 0 0 var(--border-plain-success);
}
.fr-fieldset--error .fr-input,
.fr-input-group--error .fr-input {
    box-shadow: inset 0 -2px 0 0 var(--border-plain-error);
}
.fr-input-wrap
> :not(:last-child).fr-input:not(.fr-input--valid):not(.fr-input--error) {
    box-shadow: inset 0 -2px 0 0 var(--border-action-high-blue-france);
}
.fr-table {
    --table-offset: 1rem;
    --text-spacing: 0;
    --title-spacing: 0;
    margin-bottom: 2.5rem;
    padding-top: var(--table-offset);
    position: relative;
}
.fr-table:before {
    content: "";
    display: block;
    height: 0;
    width: 100%;
}
.fr-table:not(.fr-table--no-scroll) table {
    width: 100%;
}
.fr-table table {
    border-spacing: 0;
    display: block;
    overflow: auto;
    width: 100%;
}
.fr-table[data-fr-js-table="true"] caption {
    position: absolute;
    top: 0;
}
.fr-table caption {
    font-size: 1.375rem;
    font-weight: 700;
    line-height: 1.75rem;
    margin: var(--title-spacing);
    position: static;
    text-align: left;
}
@media (min-width: 48em) {
    .fr-table caption {
        font-size: 1.5rem;
        line-height: 2rem;
    }
}
.fr-table td,
.fr-table th {
    border: 0;
    display: table-cell;
    font-size: 0.875rem;
    line-height: 1.5rem;
    padding: 0.75rem;
    text-align: left;
    vertical-align: middle;
}
@media (min-width: 48em) {
    .fr-table td,
    .fr-table th {
        padding: 1rem;
    }
}
.fr-table th {
    font-weight: 700;
}
.fr-table thead {
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: 100% 2px;
}
.fr-table thead td,
.fr-table thead th {
    font-weight: 700;
    padding-bottom: 0.875rem;
}
@media (min-width: 48em) {
    .fr-table thead td,
    .fr-table thead th {
        padding-bottom: 1.125rem;
    }
}
.fr-table--no-caption {
    padding-top: 0;
}
.fr-table--no-caption caption {
    clip: rect(0, 0, 0, 0);
    border: 0;
    height: 1px;
    height: 0;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    white-space: nowrap;
    width: 1px;
}
.fr-table--caption-bottom {
    margin-bottom: 0;
    margin-top: 1rem;
    padding-top: 0;
}
.fr-table--caption-bottom table {
    margin-bottom: calc(var(--table-offset) + 2.75rem);
}
.fr-table--caption-bottom[data-fr-js-table="true"] caption {
    bottom: 0;
    left: 0;
    margin-top: 1rem;
    position: absolute;
    right: 0;
    top: 100%;
}
.fr-table--caption-bottom caption {
    caption-side: bottom;
    height: min-content;
    margin-top: 1rem;
}
.fr-table--no-scroll {
    min-width: auto;
}
.fr-table--no-scroll table {
    overflow-x: hidden;
}
.fr-table--no-scroll caption {
    max-width: calc(100vw - 2rem);
}
.fr-table--layout-fixed table {
    display: table;
    table-layout: fixed;
}
.fr-table--bordered tbody tr {
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: 100% 1px;
}
.fr-table__shadow:before {
    bottom: 0;
    box-shadow: inset 0 0 0 0 #161616, inset 0 0 0 0 #161616;
    content: "";
    display: block;
    left: 0;
    opacity: 0.32;
    pointer-events: none;
    position: absolute;
    right: 0;
    top: var(--table-offset);
    transition: box-shadow 0.3s;
    z-index: 1;
}
.fr-table__shadow--left:before {
    box-shadow: inset 2rem 0 1rem -2rem #161616, inset 0 0 0 0 #161616;
}
.fr-table__shadow--right:before {
    box-shadow: inset 0 0 0 0 #161616, inset -2rem 0 1rem -2rem #161616;
}
.fr-table__shadow--left.fr-table__shadow--right:before {
    box-shadow: inset 2rem 0 1rem -2rem #161616, inset -2rem 0 1rem -2rem #161616;
    content: "";
    display: block;
}
.fr-table--caption-bottom .fr-table__shadow:before,
.fr-table--no-caption .fr-table__shadow:before {
    bottom: 0;
    content: "";
    display: block;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}
:root[data-fr-theme="dark"] .fr-table__shadow:before {
    opacity: 1;
}
.fr-table caption,
.fr-table thead {
    color: var(--text-title-grey);
}
.fr-table thead {
    --idle: transparent;
    --hover: var(--background-contrast-grey-hover);
    --active: var(--background-contrast-grey-active);
    background-color: var(--background-contrast-grey);
    background-image: linear-gradient(
        0deg,
        var(--border-plain-grey),
        var(--border-plain-grey)
    );
}
.fr-table tbody {
    --idle: transparent;
    --hover: var(--background-alt-grey-hover);
    --active: var(--background-alt-grey-active);
    background-color: var(--background-alt-grey);
}
.fr-table tbody tr:nth-child(2n) {
    --idle: transparent;
    --hover: var(--background-contrast-grey-hover);
    --active: var(--background-contrast-grey-active);
    background-color: var(--background-contrast-grey);
}
.fr-table--green-tilleul-verveine thead {
    --idle: transparent;
    --hover: var(--background-contrast-green-tilleul-verveine-hover);
    --active: var(--background-contrast-green-tilleul-verveine-active);
    background-color: var(--background-contrast-green-tilleul-verveine);
    background-image: linear-gradient(
        0deg,
        var(--border-plain-green-tilleul-verveine),
        var(--border-plain-green-tilleul-verveine)
    );
}
.fr-table--green-tilleul-verveine tbody {
    --idle: transparent;
    --hover: var(--background-alt-green-tilleul-verveine-hover);
    --active: var(--background-alt-green-tilleul-verveine-active);
    background-color: var(--background-alt-green-tilleul-verveine);
}
.fr-table--green-tilleul-verveine tbody tr:nth-child(2n) {
    --idle: transparent;
    --hover: var(--background-contrast-green-tilleul-verveine-hover);
    --active: var(--background-contrast-green-tilleul-verveine-active);
    background-color: var(--background-contrast-green-tilleul-verveine);
}
.fr-table--green-tilleul-verveine.fr-table--bordered tbody tr {
    background-image: linear-gradient(
        0deg,
        var(--border-default-green-tilleul-verveine),
        var(--border-default-green-tilleul-verveine)
    );
}
.fr-table--green-bourgeon thead {
    --idle: transparent;
    --hover: var(--background-contrast-green-bourgeon-hover);
    --active: var(--background-contrast-green-bourgeon-active);
    background-color: var(--background-contrast-green-bourgeon);
    background-image: linear-gradient(
        0deg,
        var(--border-plain-green-bourgeon),
        var(--border-plain-green-bourgeon)
    );
}
.fr-table--green-bourgeon tbody {
    --idle: transparent;
    --hover: var(--background-alt-green-bourgeon-hover);
    --active: var(--background-alt-green-bourgeon-active);
    background-color: var(--background-alt-green-bourgeon);
}
.fr-table--green-bourgeon tbody tr:nth-child(2n) {
    --idle: transparent;
    --hover: var(--background-contrast-green-bourgeon-hover);
    --active: var(--background-contrast-green-bourgeon-active);
    background-color: var(--background-contrast-green-bourgeon);
}
.fr-table--green-bourgeon.fr-table--bordered tbody tr {
    background-image: linear-gradient(
        0deg,
        var(--border-default-green-bourgeon),
        var(--border-default-green-bourgeon)
    );
}
.fr-table--green-emeraude thead {
    --idle: transparent;
    --hover: var(--background-contrast-green-emeraude-hover);
    --active: var(--background-contrast-green-emeraude-active);
    background-color: var(--background-contrast-green-emeraude);
    background-image: linear-gradient(
        0deg,
        var(--border-plain-green-emeraude),
        var(--border-plain-green-emeraude)
    );
}
.fr-table--green-emeraude tbody {
    --idle: transparent;
    --hover: var(--background-alt-green-emeraude-hover);
    --active: var(--background-alt-green-emeraude-active);
    background-color: var(--background-alt-green-emeraude);
}
.fr-table--green-emeraude tbody tr:nth-child(2n) {
    --idle: transparent;
    --hover: var(--background-contrast-green-emeraude-hover);
    --active: var(--background-contrast-green-emeraude-active);
    background-color: var(--background-contrast-green-emeraude);
}
.fr-table--green-emeraude.fr-table--bordered tbody tr {
    background-image: linear-gradient(
        0deg,
        var(--border-default-green-emeraude),
        var(--border-default-green-emeraude)
    );
}
.fr-table--green-menthe thead {
    --idle: transparent;
    --hover: var(--background-contrast-green-menthe-hover);
    --active: var(--background-contrast-green-menthe-active);
    background-color: var(--background-contrast-green-menthe);
    background-image: linear-gradient(
        0deg,
        var(--border-plain-green-menthe),
        var(--border-plain-green-menthe)
    );
}
.fr-table--green-menthe tbody {
    --idle: transparent;
    --hover: var(--background-alt-green-menthe-hover);
    --active: var(--background-alt-green-menthe-active);
    background-color: var(--background-alt-green-menthe);
}
.fr-table--green-menthe tbody tr:nth-child(2n) {
    --idle: transparent;
    --hover: var(--background-contrast-green-menthe-hover);
    --active: var(--background-contrast-green-menthe-active);
    background-color: var(--background-contrast-green-menthe);
}
.fr-table--green-menthe.fr-table--bordered tbody tr {
    background-image: linear-gradient(
        0deg,
        var(--border-default-green-menthe),
        var(--border-default-green-menthe)
    );
}
.fr-table--green-archipel thead {
    --idle: transparent;
    --hover: var(--background-contrast-green-archipel-hover);
    --active: var(--background-contrast-green-archipel-active);
    background-color: var(--background-contrast-green-archipel);
    background-image: linear-gradient(
        0deg,
        var(--border-plain-green-archipel),
        var(--border-plain-green-archipel)
    );
}
.fr-table--green-archipel tbody {
    --idle: transparent;
    --hover: var(--background-alt-green-archipel-hover);
    --active: var(--background-alt-green-archipel-active);
    background-color: var(--background-alt-green-archipel);
}
.fr-table--green-archipel tbody tr:nth-child(2n) {
    --idle: transparent;
    --hover: var(--background-contrast-green-archipel-hover);
    --active: var(--background-contrast-green-archipel-active);
    background-color: var(--background-contrast-green-archipel);
}
.fr-table--green-archipel.fr-table--bordered tbody tr {
    background-image: linear-gradient(
        0deg,
        var(--border-default-green-archipel),
        var(--border-default-green-archipel)
    );
}
.fr-table--blue-ecume thead {
    --idle: transparent;
    --hover: var(--background-contrast-blue-ecume-hover);
    --active: var(--background-contrast-blue-ecume-active);
    background-color: var(--background-contrast-blue-ecume);
    background-image: linear-gradient(
        0deg,
        var(--border-plain-blue-ecume),
        var(--border-plain-blue-ecume)
    );
}
.fr-table--blue-ecume tbody {
    --idle: transparent;
    --hover: var(--background-alt-blue-ecume-hover);
    --active: var(--background-alt-blue-ecume-active);
    background-color: var(--background-alt-blue-ecume);
}
.fr-table--blue-ecume tbody tr:nth-child(2n) {
    --idle: transparent;
    --hover: var(--background-contrast-blue-ecume-hover);
    --active: var(--background-contrast-blue-ecume-active);
    background-color: var(--background-contrast-blue-ecume);
}
.fr-table--blue-ecume.fr-table--bordered tbody tr {
    background-image: linear-gradient(
        0deg,
        var(--border-default-blue-ecume),
        var(--border-default-blue-ecume)
    );
}
.fr-table--blue-cumulus thead {
    --idle: transparent;
    --hover: var(--background-contrast-blue-cumulus-hover);
    --active: var(--background-contrast-blue-cumulus-active);
    background-color: var(--background-contrast-blue-cumulus);
    background-image: linear-gradient(
        0deg,
        var(--border-plain-blue-cumulus),
        var(--border-plain-blue-cumulus)
    );
}
.fr-table--blue-cumulus tbody {
    --idle: transparent;
    --hover: var(--background-alt-blue-cumulus-hover);
    --active: var(--background-alt-blue-cumulus-active);
    background-color: var(--background-alt-blue-cumulus);
}
.fr-table--blue-cumulus tbody tr:nth-child(2n) {
    --idle: transparent;
    --hover: var(--background-contrast-blue-cumulus-hover);
    --active: var(--background-contrast-blue-cumulus-active);
    background-color: var(--background-contrast-blue-cumulus);
}
.fr-table--blue-cumulus.fr-table--bordered tbody tr {
    background-image: linear-gradient(
        0deg,
        var(--border-default-blue-cumulus),
        var(--border-default-blue-cumulus)
    );
}
.fr-table--purple-glycine thead {
    --idle: transparent;
    --hover: var(--background-contrast-purple-glycine-hover);
    --active: var(--background-contrast-purple-glycine-active);
    background-color: var(--background-contrast-purple-glycine);
    background-image: linear-gradient(
        0deg,
        var(--border-plain-purple-glycine),
        var(--border-plain-purple-glycine)
    );
}
.fr-table--purple-glycine tbody {
    --idle: transparent;
    --hover: var(--background-alt-purple-glycine-hover);
    --active: var(--background-alt-purple-glycine-active);
    background-color: var(--background-alt-purple-glycine);
}
.fr-table--purple-glycine tbody tr:nth-child(2n) {
    --idle: transparent;
    --hover: var(--background-contrast-purple-glycine-hover);
    --active: var(--background-contrast-purple-glycine-active);
    background-color: var(--background-contrast-purple-glycine);
}
.fr-table--purple-glycine.fr-table--bordered tbody tr {
    background-image: linear-gradient(
        0deg,
        var(--border-default-purple-glycine),
        var(--border-default-purple-glycine)
    );
}
.fr-table--pink-macaron thead {
    --idle: transparent;
    --hover: var(--background-contrast-pink-macaron-hover);
    --active: var(--background-contrast-pink-macaron-active);
    background-color: var(--background-contrast-pink-macaron);
    background-image: linear-gradient(
        0deg,
        var(--border-plain-pink-macaron),
        var(--border-plain-pink-macaron)
    );
}
.fr-table--pink-macaron tbody {
    --idle: transparent;
    --hover: var(--background-alt-pink-macaron-hover);
    --active: var(--background-alt-pink-macaron-active);
    background-color: var(--background-alt-pink-macaron);
}
.fr-table--pink-macaron tbody tr:nth-child(2n) {
    --idle: transparent;
    --hover: var(--background-contrast-pink-macaron-hover);
    --active: var(--background-contrast-pink-macaron-active);
    background-color: var(--background-contrast-pink-macaron);
}
.fr-table--pink-macaron.fr-table--bordered tbody tr {
    background-image: linear-gradient(
        0deg,
        var(--border-default-pink-macaron),
        var(--border-default-pink-macaron)
    );
}
.fr-table--pink-tuile thead {
    --idle: transparent;
    --hover: var(--background-contrast-pink-tuile-hover);
    --active: var(--background-contrast-pink-tuile-active);
    background-color: var(--background-contrast-pink-tuile);
    background-image: linear-gradient(
        0deg,
        var(--border-plain-pink-tuile),
        var(--border-plain-pink-tuile)
    );
}
.fr-table--pink-tuile tbody {
    --idle: transparent;
    --hover: var(--background-alt-pink-tuile-hover);
    --active: var(--background-alt-pink-tuile-active);
    background-color: var(--background-alt-pink-tuile);
}
.fr-table--pink-tuile tbody tr:nth-child(2n) {
    --idle: transparent;
    --hover: var(--background-contrast-pink-tuile-hover);
    --active: var(--background-contrast-pink-tuile-active);
    background-color: var(--background-contrast-pink-tuile);
}
.fr-table--pink-tuile.fr-table--bordered tbody tr {
    background-image: linear-gradient(
        0deg,
        var(--border-default-pink-tuile),
        var(--border-default-pink-tuile)
    );
}
.fr-table--yellow-tournesol thead {
    --idle: transparent;
    --hover: var(--background-contrast-yellow-tournesol-hover);
    --active: var(--background-contrast-yellow-tournesol-active);
    background-color: var(--background-contrast-yellow-tournesol);
    background-image: linear-gradient(
        0deg,
        var(--border-plain-yellow-tournesol),
        var(--border-plain-yellow-tournesol)
    );
}
.fr-table--yellow-tournesol tbody {
    --idle: transparent;
    --hover: var(--background-alt-yellow-tournesol-hover);
    --active: var(--background-alt-yellow-tournesol-active);
    background-color: var(--background-alt-yellow-tournesol);
}
.fr-table--yellow-tournesol tbody tr:nth-child(2n) {
    --idle: transparent;
    --hover: var(--background-contrast-yellow-tournesol-hover);
    --active: var(--background-contrast-yellow-tournesol-active);
    background-color: var(--background-contrast-yellow-tournesol);
}
.fr-table--yellow-tournesol.fr-table--bordered tbody tr {
    background-image: linear-gradient(
        0deg,
        var(--border-default-yellow-tournesol),
        var(--border-default-yellow-tournesol)
    );
}
.fr-table--yellow-moutarde thead {
    --idle: transparent;
    --hover: var(--background-contrast-yellow-moutarde-hover);
    --active: var(--background-contrast-yellow-moutarde-active);
    background-color: var(--background-contrast-yellow-moutarde);
    background-image: linear-gradient(
        0deg,
        var(--border-plain-yellow-moutarde),
        var(--border-plain-yellow-moutarde)
    );
}
.fr-table--yellow-moutarde tbody {
    --idle: transparent;
    --hover: var(--background-alt-yellow-moutarde-hover);
    --active: var(--background-alt-yellow-moutarde-active);
    background-color: var(--background-alt-yellow-moutarde);
}
.fr-table--yellow-moutarde tbody tr:nth-child(2n) {
    --idle: transparent;
    --hover: var(--background-contrast-yellow-moutarde-hover);
    --active: var(--background-contrast-yellow-moutarde-active);
    background-color: var(--background-contrast-yellow-moutarde);
}
.fr-table--yellow-moutarde.fr-table--bordered tbody tr {
    background-image: linear-gradient(
        0deg,
        var(--border-default-yellow-moutarde),
        var(--border-default-yellow-moutarde)
    );
}
.fr-table--orange-terre-battue thead {
    --idle: transparent;
    --hover: var(--background-contrast-orange-terre-battue-hover);
    --active: var(--background-contrast-orange-terre-battue-active);
    background-color: var(--background-contrast-orange-terre-battue);
    background-image: linear-gradient(
        0deg,
        var(--border-plain-orange-terre-battue),
        var(--border-plain-orange-terre-battue)
    );
}
.fr-table--orange-terre-battue tbody {
    --idle: transparent;
    --hover: var(--background-alt-orange-terre-battue-hover);
    --active: var(--background-alt-orange-terre-battue-active);
    background-color: var(--background-alt-orange-terre-battue);
}
.fr-table--orange-terre-battue tbody tr:nth-child(2n) {
    --idle: transparent;
    --hover: var(--background-contrast-orange-terre-battue-hover);
    --active: var(--background-contrast-orange-terre-battue-active);
    background-color: var(--background-contrast-orange-terre-battue);
}
.fr-table--orange-terre-battue.fr-table--bordered tbody tr {
    background-image: linear-gradient(
        0deg,
        var(--border-default-orange-terre-battue),
        var(--border-default-orange-terre-battue)
    );
}
.fr-table--brown-cafe-creme thead {
    --idle: transparent;
    --hover: var(--background-contrast-brown-cafe-creme-hover);
    --active: var(--background-contrast-brown-cafe-creme-active);
    background-color: var(--background-contrast-brown-cafe-creme);
    background-image: linear-gradient(
        0deg,
        var(--border-plain-brown-cafe-creme),
        var(--border-plain-brown-cafe-creme)
    );
}
.fr-table--brown-cafe-creme tbody {
    --idle: transparent;
    --hover: var(--background-alt-brown-cafe-creme-hover);
    --active: var(--background-alt-brown-cafe-creme-active);
    background-color: var(--background-alt-brown-cafe-creme);
}
.fr-table--brown-cafe-creme tbody tr:nth-child(2n) {
    --idle: transparent;
    --hover: var(--background-contrast-brown-cafe-creme-hover);
    --active: var(--background-contrast-brown-cafe-creme-active);
    background-color: var(--background-contrast-brown-cafe-creme);
}
.fr-table--brown-cafe-creme.fr-table--bordered tbody tr {
    background-image: linear-gradient(
        0deg,
        var(--border-default-brown-cafe-creme),
        var(--border-default-brown-cafe-creme)
    );
}
.fr-table--brown-caramel thead {
    --idle: transparent;
    --hover: var(--background-contrast-brown-caramel-hover);
    --active: var(--background-contrast-brown-caramel-active);
    background-color: var(--background-contrast-brown-caramel);
    background-image: linear-gradient(
        0deg,
        var(--border-plain-brown-caramel),
        var(--border-plain-brown-caramel)
    );
}
.fr-table--brown-caramel tbody {
    --idle: transparent;
    --hover: var(--background-alt-brown-caramel-hover);
    --active: var(--background-alt-brown-caramel-active);
    background-color: var(--background-alt-brown-caramel);
}
.fr-table--brown-caramel tbody tr:nth-child(2n) {
    --idle: transparent;
    --hover: var(--background-contrast-brown-caramel-hover);
    --active: var(--background-contrast-brown-caramel-active);
    background-color: var(--background-contrast-brown-caramel);
}
.fr-table--brown-caramel.fr-table--bordered tbody tr {
    background-image: linear-gradient(
        0deg,
        var(--border-default-brown-caramel),
        var(--border-default-brown-caramel)
    );
}
.fr-table--brown-opera thead {
    --idle: transparent;
    --hover: var(--background-contrast-brown-opera-hover);
    --active: var(--background-contrast-brown-opera-active);
    background-color: var(--background-contrast-brown-opera);
    background-image: linear-gradient(
        0deg,
        var(--border-plain-brown-opera),
        var(--border-plain-brown-opera)
    );
}
.fr-table--brown-opera tbody {
    --idle: transparent;
    --hover: var(--background-alt-brown-opera-hover);
    --active: var(--background-alt-brown-opera-active);
    background-color: var(--background-alt-brown-opera);
}
.fr-table--brown-opera tbody tr:nth-child(2n) {
    --idle: transparent;
    --hover: var(--background-contrast-brown-opera-hover);
    --active: var(--background-contrast-brown-opera-active);
    background-color: var(--background-contrast-brown-opera);
}
.fr-table--brown-opera.fr-table--bordered tbody tr {
    background-image: linear-gradient(
        0deg,
        var(--border-default-brown-opera),
        var(--border-default-brown-opera)
    );
}
.fr-table--beige-gris-galet thead {
    --idle: transparent;
    --hover: var(--background-contrast-beige-gris-galet-hover);
    --active: var(--background-contrast-beige-gris-galet-active);
    background-color: var(--background-contrast-beige-gris-galet);
    background-image: linear-gradient(
        0deg,
        var(--border-plain-beige-gris-galet),
        var(--border-plain-beige-gris-galet)
    );
}
.fr-table--beige-gris-galet tbody {
    --idle: transparent;
    --hover: var(--background-alt-beige-gris-galet-hover);
    --active: var(--background-alt-beige-gris-galet-active);
    background-color: var(--background-alt-beige-gris-galet);
}
.fr-table--beige-gris-galet tbody tr:nth-child(2n) {
    --idle: transparent;
    --hover: var(--background-contrast-beige-gris-galet-hover);
    --active: var(--background-contrast-beige-gris-galet-active);
    background-color: var(--background-contrast-beige-gris-galet);
}
.fr-table--beige-gris-galet.fr-table--bordered tbody tr {
    background-image: linear-gradient(
        0deg,
        var(--border-default-beige-gris-galet),
        var(--border-default-beige-gris-galet)
    );
}
.fr-table--bordered tbody tr {
    background-image: linear-gradient(
        0deg,
        var(--border-default-grey),
        var(--border-default-grey)
    );
}
.fr-table--bordered tbody tr:nth-child(2n) {
    --hover: inherit;
    --active: inherit;
    background-color: transparent;
}
.fr-nav {
    --underline-img: none;
    --ul-type: none;
    --ol-type: none;
    --ul-start: 0;
    --ol-start: 0;
    --xl-block: 0;
    --li-bottom: 0;
    --ol-content: none;
    --text-spacing: 0;
    --title-spacing: 0;
}
.fr-nav__list {
    display: flex;
    flex-direction: column;
    margin: 0;
    padding: 0;
}
@media (min-width: 62em) {
    .fr-nav__list {
        flex-direction: row;
        flex-wrap: nowrap;
        margin: 0 -1rem;
    }
    .fr-nav__list > :first-child:nth-last-child(2) ~ *,
    .fr-nav__list > :first-child:nth-last-child(3) ~ *,
    .fr-nav__list > :first-child:nth-last-child(4) ~ * {
        margin-left: 1.25rem;
    }
}
.fr-nav__list > * > .fr-nav__btn,
.fr-nav__list > * > .fr-nav__link,
.fr-nav__list > .fr-nav__btn,
.fr-nav__list > .fr-nav__link {
    font-weight: 700;
}
@media (min-width: 62em) {
    .fr-nav__list > * > .fr-nav__btn,
    .fr-nav__list > * > .fr-nav__link,
    .fr-nav__list > .fr-nav__btn,
    .fr-nav__list > .fr-nav__link {
        font-weight: 400;
        height: 100%;
        margin: 0;
        min-height: 3.5rem;
        padding: 1rem;
        width: auto;
    }
    .fr-nav__list > * > .fr-nav__btn[aria-current]:before,
    .fr-nav__list > * > .fr-nav__link[aria-current]:before,
    .fr-nav__list > .fr-nav__btn[aria-current]:before,
    .fr-nav__list > .fr-nav__link[aria-current]:before {
        bottom: 0;
        height: 2px;
        left: 0;
        margin-top: 0;
        position: absolute;
        top: auto;
        width: 100%;
    }
}
.fr-nav__item {
    align-items: stretch;
    display: flex;
    flex: 0 1 auto;
    flex-direction: column;
    position: relative;
}
.fr-nav__item:before {
    bottom: 0;
    content: "";
    display: block;
    height: 100%;
    left: 0;
    pointer-events: none;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
}
.fr-nav__item .fr-btn,
.fr-nav__item .fr-link {
    min-height: 3rem;
}
@media (min-width: 62em) {
    .fr-nav__item .fr-btn,
    .fr-nav__item .fr-link {
        min-height: auto;
    }
    .fr-nav__item {
        align-items: flex-start;
        position: static;
    }
    .fr-nav__item:before {
        content: none;
    }
    .fr-nav__item--align-right {
        align-items: flex-end;
    }
}
.fr-nav__btn,
.fr-nav__link {
    --hover-tint: var(--hover);
    --active-tint: var(--active);
    font-size: 1rem;
    line-height: 1.5rem;
    padding: 0.75rem 0;
    text-align: left;
    width: 100%;
}
@media (min-width: 62em) {
    .fr-nav__btn,
    .fr-nav__link {
        font-size: 0.875rem;
        line-height: 1.5rem;
    }
}
.fr-nav__btn[aria-current],
.fr-nav__link[aria-current] {
    position: relative;
}
.fr-nav__btn[aria-current]:before,
.fr-nav__link[aria-current]:before {
    content: "";
    display: block;
    height: 1.5rem;
    left: -1rem;
    margin-top: -0.75rem;
    position: absolute;
    top: 50%;
    width: 2px;
}
.fr-nav__link {
    display: block;
}
.fr-nav__link[aria-current]:not([href]) {
    cursor: default;
    pointer-events: none;
}
.fr-nav__btn {
    align-items: center;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
@media (min-width: 62em) {
    .fr-nav__btn {
        padding: 1rem 0.75rem 1rem 1rem;
    }
}
.fr-nav__btn:after {
    --icon-size: 1rem;
    background-color: currentColor;
    content: "";
    display: inline-block;
    flex: 0 0 auto;
    height: var(--icon-size);
    margin-left: 0.5rem;
    margin-right: 0;
    -webkit-mask-image: url('/assets/theme_image/arrow-down-s-line.svg');
    mask-image: url('/assets/theme_image/arrow-down-s-line.svg');
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
    transition: transform 0.3s;
    vertical-align: calc((0.75em - var(--icon-size)) * 0.5);
    width: var(--icon-size);
}
@media (min-width: 62em) {
    .fr-nav__btn {
        justify-content: flex-start;
    }
}
.fr-nav__btn[aria-expanded="true"]:after {
    transform: rotate(-180deg);
}
.fr-menu {
    margin: -4px -1rem;
    padding: 4px 1rem;
    width: auto;
}
.fr-menu.fr-collapsing {
    margin-top: 0;
    padding-top: 0;
}
@media (min-width: 62em) {
    .fr-menu {
        pointer-events: none;
        position: absolute;
        top: 100%;
    }
}
.fr-menu__list {
    margin: 0;
    padding: 0.5rem 0 1.5rem;
}
@media (min-width: 62em) {
    .fr-menu__list {
        margin-bottom: 2rem;
        padding: 0;
        pointer-events: auto;
        width: 20rem;
    }
}
.fr-menu .fr-nav__link {
    padding-left: 1rem;
    padding-right: 1rem;
}
.fr-menu .fr-nav__link:before {
    left: 0;
}
@media (min-width: 62em) {
    .fr-menu .fr-nav__link {
        padding: 0.75rem 1rem;
    }
    .fr-menu .fr-nav__link:before {
        left: 0;
    }
}
.fr-mega-menu {
    margin: 0 -1rem 1px;
    padding: 0 1rem;
}
@media (min-width: 62em) {
    .fr-mega-menu {
        left: 0;
        margin: 0;
        padding: 0;
        position: absolute;
        right: 0;
        top: 100%;
    }
    .fr-mega-menu:after {
        content: "";
        display: block;
        padding-bottom: 2.25rem;
    }
}
.fr-mega-menu:focus {
    outline: none;
}
@media (min-width: 62em) {
    .fr-mega-menu > .fr-container:before {
        content: "";
        display: block;
        padding-top: 1rem;
    }
}
.fr-mega-menu .fr-btn--close {
    display: none;
}
@media (min-width: 62em) {
    .fr-mega-menu .fr-btn--close {
        display: flex;
    }
}
.fr-mega-menu .fr-nav__link {
    padding-left: 1rem;
    padding-right: 1rem;
}
@media (min-width: 62em) {
    .fr-mega-menu .fr-nav__link {
        padding: 0.75rem 1rem;
    }
}
.fr-mega-menu .fr-nav__link:before {
    left: 0;
}
.fr-mega-menu__leader {
    --underline-img: linear-gradient(0deg, currentColor, currentColor);
    --text-spacing: 0 0 0.5rem;
    --title-spacing: 0 0 0.5rem;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 1rem;
}
@media (min-width: 62em) {
    .fr-mega-menu__leader {
        padding-left: 0;
        padding-right: 0;
        padding-top: 0;
    }
}
.fr-mega-menu__category {
    font-weight: 700;
}
.fr-mega-menu__list {
    padding-bottom: 1.5rem;
    position: relative;
}
.fr-mega-menu__list:before {
    bottom: 0;
    content: "";
    display: block;
    height: 100%;
    left: 0;
    pointer-events: none;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
}
@media (min-width: 62em) {
    .fr-mega-menu__list:before {
        content: none;
    }
}
.fr-nav__btn,
.fr-nav__link {
    color: var(--text-action-high-grey);
}
.fr-nav__btn[aria-current],
.fr-nav__link[aria-current] {
    color: var(--text-active-blue-france);
}
.fr-nav__btn[aria-current]:before,
.fr-nav__link[aria-current]:before {
    --idle: transparent;
    --hover: var(--background-active-blue-france-hover);
    --active: var(--background-active-blue-france-active);
    background-color: var(--background-active-blue-france);
}
@media (min-width: 62em) {
    .fr-nav__btn[aria-expanded="true"] {
        --idle: transparent;
        --hover: var(--background-open-blue-france-hover);
        --active: var(--background-open-blue-france-active);
        background-color: var(--background-open-blue-france);
        color: var(--text-active-blue-france);
    }
}
.fr-nav__item:before {
    box-shadow: 0 -1px 0 0 var(--border-default-grey),
        inset 0 -1px 0 0 var(--border-default-grey);
}
.fr-nav__item:first-child:before {
    box-shadow: inset 0 -1px 0 0 var(--border-default-grey);
}
.fr-nav__item:last-child:before {
    box-shadow: 0 -1px 0 0 var(--border-default-grey);
}
@media (min-width: 62em) {
    .fr-menu {
        filter: drop-shadow(var(--overlap-shadow));
        z-index: calc(var(--ground) + 1000);
    }
    .fr-menu__list {
        --idle: transparent;
        --hover: var(--background-overlap-grey-hover);
        --active: var(--background-overlap-grey-active);
        background-color: var(--background-overlap-grey);
        box-shadow: inset 0 1px 0 0 var(--border-open-blue-france);
    }
    .fr-menu__list > :first-child,
    .fr-menu__list > :first-child > .fr-nav__link,
    .fr-menu__list > :hover,
    .fr-menu__list > :hover + *,
    .fr-menu__list > :hover + * > .fr-nav__link,
    .fr-menu__list > :hover > .fr-nav__link {
        box-shadow: none;
    }
    .fr-menu .fr-nav__link {
        box-shadow: 0 calc(-1rem - 1px) 0 -1rem var(--border-default-grey);
    }
    .fr-mega-menu {
        --idle: transparent;
        --hover: var(--background-overlap-grey-hover);
        --active: var(--background-overlap-grey-active);
        background-color: var(--background-overlap-grey);
        box-shadow: inset 0 1px 0 0 var(--border-open-blue-france);
        filter: drop-shadow(var(--overlap-shadow));
        z-index: calc(var(--ground) + 1000);
    }
}
.fr-mega-menu__list:before {
    box-shadow: 0 1px 0 0 var(--border-default-grey);
}
@media (min-width: 62em) {
    .fr-mega-menu__category {
        box-shadow: 0 calc(1rem + 1px) 0 -1rem var(--border-default-grey);
    }
}
.fr-header {
    --underline-img: none;
    --ul-type: none;
    --ol-type: none;
    --ul-start: 0;
    --ol-start: 0;
    --xl-block: 0;
    --li-bottom: 0;
    --ol-content: none;
    --text-spacing: 0;
    --title-spacing: 0;
    position: relative;
    width: 100%;
}
.fr-header__body-row {
    align-items: center;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    margin: 0 -1rem;
}
@media (min-width: 62em) {
    .fr-header__body-row {
        padding: 1.5rem 0;
    }
}
.fr-header__brand {
    align-items: center;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    padding-left: 0.25rem;
    padding-right: 0.25rem;
    width: 100%;
}
@media (min-width: 62em) {
    .fr-header__brand {
        flex-wrap: nowrap;
        margin-bottom: -1rem;
        margin-top: -1rem;
        padding-left: 0;
        padding-right: 0;
        width: auto;
    }
}
.fr-header__brand-top {
    align-items: center;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    width: 100%;
}
@media (min-width: 62em) {
    .fr-header__brand-top {
        width: auto;
    }
}
@media (hover: hover) and (pointer: fine) {
    .fr-header__brand.fr-enlarge-link a[href]:hover {
        --a: 0.1;
    }
    .fr-header__brand.fr-enlarge-link a[href]:active {
        --a: 0.2;
    }
}
@media (min-width: 62em) {
    .fr-header__logo,
    .fr-header__operator,
    .fr-header__service {
        padding: 1rem;
    }
    .fr-header__logo:not(:last-child),
    .fr-header__operator:not(:last-child),
    .fr-header__service:not(:last-child) {
        margin-right: 0.5rem;
    }
}
.fr-header__logo {
    flex: 0 0 auto;
    order: 1;
    padding: 0.75rem;
}
.fr-header__logo .fr-logo {
    font-size: 0.7875rem;
    margin: -0.75rem;
    padding: 0.75rem;
}
.fr-header__logo .fr-logo:before {
    background-position: 0 -0.046875rem, 0 0, 0 0;
    background-size: 2.0625rem 0.84375rem, 2.0625rem 0.75rem, 0;
    height: 0.75rem;
    margin-bottom: 0.25rem;
    width: 2.0625rem;
}
:root[data-fr-mourning] .fr-header__logo .fr-logo:before {
    background-size: 2.0625rem 0.84375rem, 0, 2.0625rem 0.75rem;
}
.fr-header__logo .fr-logo:after {
    background-position: 0 calc(100% + 1.40625rem);
    background-size: 3.9375rem 2.8125rem;
    min-width: 1.96875rem;
    padding-top: 1.65625rem;
}
[data-fr-theme="dark"] .fr-header__logo .fr-logo:after {
    background-position: -1.96875rem 100%;
}
.fr-header__operator {
    flex: 0 1 auto;
    order: 2;
    padding: 0.75rem;
}
.fr-header__operator img {
    display: block;
}
.fr-header__service {
    margin-left: 0.75rem;
    margin-right: 0.75rem;
    padding-bottom: 0.75rem;
    padding-top: 0.75rem;
    width: 100%;
}
@media (min-width: 62em) {
    .fr-header__service {
        margin-left: 0;
        margin-right: 0;
        width: auto;
    }
}
.fr-header__service-title {
    font-size: 1.125rem;
    font-weight: 700;
    line-height: 1.5rem;
}
@media (min-width: 48em) {
    .fr-header__service-title {
        font-size: 1.25rem;
        line-height: 1.75rem;
    }
}
.fr-header__service-title .fr-badge {
    margin: -0.25rem 0 0 0.25rem;
    vertical-align: middle;
}
.fr-header .fr-modal {
    justify-content: normal;
    overflow: auto;
}
.fr-header .fr-modal:not([role="dialog"]) {
    transition: none;
}
.fr-header .fr-modal:after,
.fr-header .fr-modal:before {
    content: none;
}
@media (min-width: 62em) {
    .fr-header .fr-modal {
        background-color: transparent;
        height: auto;
        margin: 0;
        opacity: 1;
        overflow: initial;
        position: static;
        visibility: inherit;
        width: auto;
    }
}
.fr-header .fr-modal > * > .fr-btn--close {
    margin-bottom: 1.5rem;
}
@media (min-width: 62em) {
    .fr-header .fr-modal > * > .fr-btn--close {
        display: none;
    }
}
.fr-header .fr-modal > .fr-container {
    height: 100%;
    padding-bottom: 4.5rem;
    padding-top: 1rem;
    pointer-events: all;
}
@media (min-width: 62em) {
    .fr-header .fr-modal > .fr-container {
        height: auto;
        padding-bottom: 0;
        padding-top: 0;
    }
}
.fr-header__navbar {
    align-items: flex-end;
    align-self: flex-start;
    display: flex;
    flex: 0 0 auto;
    flex-direction: row;
    margin-left: auto;
    order: 3;
    padding: 0.25rem;
    z-index: calc(var(--ground) + 1000);
}
@media (min-width: 62em) {
    .fr-header__navbar {
        display: none;
    }
}
.fr-header__navbar .fr-btn {
    flex: 0 0 auto;
    font-size: 1rem;
    line-height: 1.5rem;
    max-height: 2.5rem;
    max-width: 2.5rem;
    min-height: 2.5rem;
    overflow: hidden;
    padding: 0.5rem;
    white-space: nowrap;
}
.fr-header__navbar .fr-btn:before {
    --icon-size: 1.5rem;
    margin-left: 0;
    margin-right: 0.5rem;
}
.fr-header__navbar .fr-btn--menu:after,
.fr-header__navbar .fr-btn--menu:before {
    --icon-size: 1.5rem;
    background-color: currentColor;
    display: inline-block;
    flex: 0 0 auto;
    height: var(--icon-size);
    -webkit-mask-image: url('/assets/theme_image/menu-fill.svg');
    mask-image: url('/assets/theme_image/menu-fill.svg');
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
    vertical-align: calc((0.75em - var(--icon-size)) * 0.5);
    width: var(--icon-size);
}
.fr-header__navbar .fr-btn--menu:before {
    content: "";
}
.fr-header__navbar .fr-btn--search:after,
.fr-header__navbar .fr-btn--search:before {
    --icon-size: 1.5rem;
    background-color: currentColor;
    display: inline-block;
    flex: 0 0 auto;
    height: var(--icon-size);
    -webkit-mask-image: url('/assets/theme_image/search-line.svg');
    mask-image: url('/assets/theme_image/search-line.svg');
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
    vertical-align: calc((0.75em - var(--icon-size)) * 0.5);
    width: var(--icon-size);
}
.fr-header__navbar .fr-btn--search:before {
    content: "";
}
@media (min-width: 62em) {
    .fr-header__tools {
        align-items: flex-end;
        flex: 1 0 auto;
        flex-direction: column;
        margin-left: auto;
        padding-left: 1rem;
        padding-right: 1rem;
        text-align: right;
    }
    .fr-header__tools-links + .fr-header__search {
        margin-top: 1rem;
    }
    .fr-header__tools .fr-header__search {
        margin-left: auto;
        max-width: 25rem;
    }
}
.fr-header
.fr-btns-group:not(.fr-btns-group--sm):not(.fr-btns-group--lg):not([class^="fr-btns-group--icon-"]):not([class*=" fr-btns-group--icon-"])
.fr-btn {
    font-size: 0.875rem;
    justify-content: flex-start;
    line-height: 1.5rem;
    max-height: none;
    max-width: 100%;
    min-height: 2rem;
    overflow: initial;
    padding: 0.25rem 0.75rem;
}
.fr-header
.fr-btns-group:not(.fr-btns-group--sm):not(.fr-btns-group--lg):not([class^="fr-btns-group--icon-"]):not([class*=" fr-btns-group--icon-"])
.fr-btn:before {
    --icon-size: 1rem;
    margin-left: -0.125rem;
    margin-right: 0.5rem;
}
.fr-header__tools-links {
    display: none;
}
@media (min-width: 62em) {
    .fr-header__tools-links {
        display: flex;
        flex-direction: row;
        gap: 0.5rem;
        justify-content: flex-end;
        margin-bottom: -1rem;
    }
    .fr-header__tools-links .fr-btns-group {
        justify-content: flex-end;
        margin: 0 -0.25rem;
    }
    .fr-header__tools-links .fr-btns-group .fr-btn {
        margin-left: 0.5rem;
        margin-right: 0.5rem;
        max-width: 100%;
        width: auto;
    }
    .fr-header__tools-links .fr-btns-group > li {
        align-items: flex-start;
        display: inline-flex;
        max-width: 100%;
        width: auto;
    }
    .fr-header__tools-links .fr-btns-group .fr-btn {
        margin-left: 0.25rem;
        margin-right: 0.25rem;
    }
}
.fr-header .fr-header__menu-links:after {
    content: "";
    display: block;
    height: 1px;
    margin: 0.75rem -1rem;
    width: calc(100% + 2rem);
}
.fr-header .fr-header__menu-links .fr-translate {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
}
@media (min-width: 62em) {
    .fr-header .fr-header__menu-links .fr-translate {
        margin-bottom: -1rem;
        margin-left: 0;
        margin-right: 0;
    }
}
.fr-header .fr-header__menu-links .fr-translate__btn {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
}
.fr-header
.fr-header__menu-links
.fr-btns-group:not(.fr-btns-group--sm):not(.fr-btns-group--lg):not([class^="fr-btns-group--icon-"]):not([class*=" fr-btns-group--icon-"]) {
    display: flex;
    flex-direction: column;
}
.fr-header
.fr-header__menu-links
.fr-btns-group:not(.fr-btns-group--sm):not(.fr-btns-group--lg):not([class^="fr-btns-group--icon-"]):not([class*=" fr-btns-group--icon-"])
.fr-btn {
    font-size: 1rem;
    line-height: 1.5rem;
    margin-bottom: 0;
    min-height: 3rem;
    padding-left: 0;
    padding-right: 0;
    width: calc(100% - 1rem);
}
@media (min-width: 62em) {
    .fr-header
    .fr-header__menu-links
    .fr-btns-group:not(.fr-btns-group--sm):not(.fr-btns-group--lg):not([class^="fr-btns-group--icon-"]):not([class*=" fr-btns-group--icon-"])
    .fr-btn {
        font-size: 0.875rem;
        line-height: 1.5rem;
    }
    .fr-header .fr-header__menu-links {
        display: none;
    }
    .fr-header .fr-nav {
        justify-content: flex-start;
    }
    .fr-header .fr-nav__list {
        max-width: calc(100% + 1rem);
    }
}
.fr-header .fr-links-group {
    --ul-type: none;
    --ol-type: none;
    --ul-start: 0;
    --ol-start: 0;
    --xl-block: 0;
    --li-bottom: 0;
    --ol-content: none;
    align-items: stretch;
    display: flex;
    flex-wrap: wrap;
}
.fr-header .fr-links-group > li {
    max-width: 100%;
    width: 100%;
}
.fr-header .fr-links-group .fr-btn {
    justify-content: center;
    margin: 0 0.5rem 1rem;
    width: calc(100% - 1rem);
}
@media (min-width: 62em) {
    .fr-header .fr-links-group {
        justify-content: flex-end;
    }
    .fr-header .fr-links-group .fr-btn {
        margin-left: 0.5rem;
        margin-right: 0.5rem;
        max-width: 100%;
        width: auto;
    }
    .fr-header .fr-links-group > li {
        display: inline-flex;
        max-width: 100%;
        width: auto;
    }
}
.fr-header .fr-links-group .fr-link {
    --underline-img: none;
    --hover-tint: var(--hover);
    --active-tint: var(--active);
}
.fr-header
.fr-links-group
.fr-link:not([class^="fr-icon-"]):not([class*=" fr-icon-"]):not([class^="fr-fi-"]):not([class*=" fr-fi-"]) {
    font-size: 0.875rem;
    line-height: 1.5rem;
    min-height: 2rem;
    padding: 0.25rem 0.75rem;
}
.fr-header
.fr-links-group
.fr-link:not([class^="fr-icon-"]):not([class*=" fr-icon-"]):not([class^="fr-fi-"]):not([class*=" fr-fi-"]):after,
.fr-header
.fr-links-group
.fr-link:not([class^="fr-icon-"]):not([class*=" fr-icon-"]):not([class^="fr-fi-"]):not([class*=" fr-fi-"]):before {
    --icon-size: 1rem;
}
.fr-header .fr-links-group .fr-link[class*=" fr-fi-"],
.fr-header .fr-links-group .fr-link[class*=" fr-icon-"],
.fr-header .fr-links-group .fr-link[class^="fr-fi-"],
.fr-header .fr-links-group .fr-link[class^="fr-icon-"] {
    font-size: 0.875rem;
    line-height: 1.5rem;
    max-height: none;
    max-width: 100%;
    min-height: 2rem;
    overflow: initial;
    padding: 0.25rem 0.75rem;
}
.fr-header .fr-links-group .fr-link[class*=" fr-fi-"]:before,
.fr-header .fr-links-group .fr-link[class*=" fr-icon-"]:before,
.fr-header .fr-links-group .fr-link[class^="fr-fi-"]:before,
.fr-header .fr-links-group .fr-link[class^="fr-icon-"]:before {
    --icon-size: 1rem;
    content: "";
    margin-left: -0.125rem;
    margin-right: 0.5rem;
}
@media (min-width: 62em) {
    .fr-header__tools-links .fr-links-group {
        justify-content: flex-end;
        margin: 0 -0.25rem;
    }
    .fr-header__tools-links .fr-links-group .fr-btn {
        margin-left: 0.5rem;
        margin-right: 0.5rem;
        max-width: 100%;
        width: auto;
    }
    .fr-header__tools-links .fr-links-group > li {
        display: inline-flex;
        max-width: 100%;
        width: auto;
    }
    .fr-header__tools-links .fr-links-group .fr-link {
        margin-left: 0.25rem;
        margin-right: 0.25rem;
    }
}
.fr-header .fr-header__menu-links .fr-links-group .fr-link {
    margin-bottom: 0;
    min-height: 3rem;
    padding-left: 0;
    width: 100%;
}
.fr-header .fr-modal > * > .fr-link--close {
    margin-bottom: 1.5rem;
}
@media (min-width: 62em) {
    .fr-header .fr-modal > * > .fr-link--close {
        display: none;
    }
}
.fr-header__brand {
    --idle: transparent;
    --hover: var(--background-raised-grey-hover);
    --active: var(--background-raised-grey-active);
    background-color: var(--background-raised-grey);
    filter: drop-shadow(var(--raised-shadow));
    z-index: calc(var(--ground) + 500);
}
.fr-header__service {
    box-shadow: inset 0 1px 0 0 var(--border-default-grey);
}
@media (min-width: 62em) {
    .fr-header {
        --idle: transparent;
        --hover: var(--background-raised-grey-hover);
        --active: var(--background-raised-grey-active);
        background-color: var(--background-raised-grey);
        filter: drop-shadow(var(--raised-shadow));
        z-index: calc(var(--ground) + 500);
    }
    .fr-header__brand {
        background: transparent;
        filter: none;
        z-index: auto;
    }
    .fr-header__service {
        box-shadow: none;
    }
}
.fr-header__menu-links:after {
    box-shadow: inset 0 1px 0 0 var(--border-default-grey);
}
.fr-header__menu-links .fr-btn {
    --hover: inherit;
    --active: inherit;
    background-color: transparent;
    box-shadow: none;
    color: var(--text-action-high-blue-france);
}
.fr-header__menu-links .fr-btn:disabled,
.fr-header__menu-links a.fr-btn:not([href]) {
    --hover: inherit;
    --active: inherit;
    background-color: transparent;
    color: var(--text-disabled-grey);
}
.fr-header__tools-links .fr-btn {
    --hover: inherit;
    --active: inherit;
    background-color: transparent;
    color: var(--text-action-high-blue-france);
}
.fr-header__tools-links .fr-btn:disabled,
.fr-header__tools-links a.fr-btn:not([href]) {
    --hover: inherit;
    --active: inherit;
    background-color: transparent;
    color: var(--text-disabled-grey);
}
.fr-header__navbar .fr-service__title {
    color: var(--text-title-grey);
}
.fr-header__navbar .fr-btn {
    --hover: inherit;
    --active: inherit;
    background-color: transparent;
    color: var(--text-action-high-blue-france);
}
.fr-header__navbar .fr-btn:disabled,
.fr-header__navbar a.fr-btn:not([href]) {
    --hover: inherit;
    --active: inherit;
    background-color: transparent;
    color: var(--text-disabled-grey);
}
.fr-header__navbar .fr-btn--menu {
    color: var(--text-default-grey);
}
@media (min-width: 62em) {
    .fr-header .fr-header__menu {
        box-shadow: inset 0 1px 0 0 var(--border-default-grey);
    }
}
.fr-header .fr-modal {
    --idle: transparent;
    --hover: var(--background-lifted-grey-hover);
    --active: var(--background-lifted-grey-active);
    background-color: var(--background-lifted-grey);
}
.fr-header__menu-links .fr-link {
    --hover: inherit;
    --active: inherit;
    background-color: transparent;
    box-shadow: inset 0 -1px 0 0 var(--border-default-grey);
    color: var(--text-action-high-blue-france);
}
.fr-header__menu-links .fr-link:disabled,
.fr-header__menu-links a.fr-link:not([href]) {
    --hover: inherit;
    --active: inherit;
    background-color: transparent;
    color: var(--text-disabled-grey);
}
.fr-header__tools-links .fr-link {
    --hover: inherit;
    --active: inherit;
    background-color: transparent;
    color: var(--text-action-high-blue-france);
}
.fr-header__tools-links .fr-link:disabled,
.fr-header__tools-links a.fr-link:not([href]) {
    --hover: inherit;
    --active: inherit;
    background-color: transparent;
    color: var(--text-disabled-grey);
}
.fr-footer {
    --ul-type: none;
    --ol-type: none;
    --ul-start: 0;
    --ol-start: 0;
    --xl-block: 0;
    --li-bottom: 0;
    --ol-content: none;
    padding-top: 2.5rem;
    width: 100%;
}
.fr-footer__body {
    align-items: center;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin-bottom: 1rem;
}
@media (min-width: 48em) {
    .fr-footer__body {
        margin-bottom: 1.5rem;
    }
}
.fr-footer__body + .fr-footer__bottom {
    margin-top: 1rem;
}
.fr-footer__brand {
    align-items: center;
    display: flex;
    flex-basis: 100%;
    flex-direction: row;
}
.fr-footer__brand .fr-logo {
    font-size: 1.05rem;
    margin: -1rem;
    padding: 1rem;
}
.fr-footer__brand .fr-logo:before {
    background-position: 0 -0.0625rem, 0 0, 0 0;
    background-size: 2.75rem 1.125rem, 2.75rem 1rem, 0;
    height: 1rem;
    margin-bottom: 0.3333333333rem;
    width: 2.75rem;
}
:root[data-fr-mourning] .fr-footer__brand .fr-logo:before {
    background-size: 2.75rem 1.125rem, 0, 2.75rem 1rem;
}
.fr-footer__brand .fr-logo:after {
    background-position: 0 calc(100% + 1.875rem);
    background-size: 5.25rem 3.75rem;
    min-width: 2.625rem;
    padding-top: 2.2083333333rem;
}
[data-fr-theme="dark"] .fr-footer__brand .fr-logo:after {
    background-position: -2.625rem 100%;
}
@media (min-width: 48em) {
    .fr-footer__brand .fr-logo {
        font-size: 1.3125rem;
        padding: 1.25rem;
    }
    .fr-footer__brand .fr-logo:before {
        background-position: 0 -0.078125rem, 0 0, 0 0;
        background-size: 3.4375rem 1.40625rem, 3.4375rem 1.25rem, 0;
        height: 1.25rem;
        margin-bottom: 0.4166666667rem;
        width: 3.4375rem;
    }
    :root[data-fr-mourning] .fr-footer__brand .fr-logo:before {
        background-size: 3.4375rem 1.40625rem, 0, 3.4375rem 1.25rem;
    }
    .fr-footer__brand .fr-logo:after {
        background-position: 0 calc(100% + 2.34375rem);
        background-size: 6.5625rem 4.6875rem;
        min-width: 3.28125rem;
        padding-top: 2.7604166667rem;
    }
    [data-fr-theme="dark"] .fr-footer__brand .fr-logo:after {
        background-position: -3.28125rem 100%;
    }
    .fr-footer__brand .fr-logo {
        margin: -1.25rem;
    }
}
.fr-footer__brand-link {
    display: flex;
    flex-direction: row;
}
.fr-footer__brand .fr-logo + .fr-footer__brand-link {
    margin-left: 1.5rem;
}
@media (min-width: 48em) {
    .fr-footer__brand .fr-logo + .fr-footer__brand-link {
        margin-left: 3rem;
    }
    .fr-footer__brand {
        flex-basis: auto;
        margin-right: 1rem;
    }
    .fr-footer__brand.fr-enlarge-link {
        align-self: flex-start;
        margin: -1rem 0 -1rem -1rem;
        padding: 1rem;
    }
}
.fr-footer__logo {
    height: auto;
    max-height: 100%;
}
.fr-footer__content {
    display: flex;
    flex-basis: 100%;
    flex-wrap: wrap;
    margin-top: 1.5rem;
}
@media (min-width: 48em) {
    .fr-footer__content {
        margin-left: auto;
    }
}
@media (min-width: 62em) {
    .fr-footer__content {
        flex-basis: 50%;
        margin-top: 0;
    }
}
.fr-footer__content-desc {
    --underline-img: linear-gradient(0deg, currentColor, currentColor);
    --text-spacing: 0 0 0.5rem 0;
    font-size: 0.875rem;
    line-height: 1.5rem;
    width: 100%;
}
.fr-footer__content-list {
    align-self: center;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
.fr-footer__content-list > li {
    margin-bottom: 0.5rem;
    margin-right: 1rem;
    margin-top: 0.5rem;
}
@media (min-width: 36em) {
    .fr-footer__content-list > li {
        margin-right: 1.5rem;
    }
}
.fr-footer__content-list > li:before {
    content: none;
}
.fr-footer__content-list > li:last-child {
    margin-right: 0;
}
.fr-footer__content-link {
    font-size: 0.875rem;
    font-weight: 700;
    line-height: 1.5rem;
}
.fr-footer__content-link:not(:hover):not(:active) {
    --underline-idle-width: 0;
}
.fr-footer__top {
    display: flex;
    margin: -2.375rem 0 1rem;
    padding: 2rem 0 1rem;
}
@media (min-width: 48em) {
    .fr-footer__top {
        margin: -2.375rem 0 2.5rem;
    }
}
.fr-footer__top-cat {
    display: block;
    font-size: 0.75rem;
    font-weight: 700;
    line-height: 1.25rem;
    margin: 0 0 0.75rem;
    text-align: left;
}
.fr-footer__top-list {
    margin: 0;
}
.fr-footer__top-list li {
    margin-bottom: 0.75rem;
}
.fr-footer__top-link {
    font-size: 0.75rem;
    line-height: 1.25rem;
}
.fr-footer__top-link:not(:hover):not(:active) {
    --underline-idle-width: 0;
}
.fr-footer__bottom {
    align-items: center;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin-top: 2.5rem;
}
.fr-footer__bottom .fr-btn {
    font-size: 0.75rem;
    line-height: 1.25rem;
    max-height: none;
    max-width: 100%;
    min-height: 1.25rem;
    overflow: initial;
    padding: 0 0.5rem;
}
.fr-footer__bottom .fr-btn:before {
    --icon-size: 1rem;
    margin-left: -0.125rem;
    margin-right: 0.5rem;
}
.fr-footer__bottom-list {
    align-items: center;
    flex-wrap: wrap;
    margin: 0;
    padding: 0.5rem 0 1rem;
    width: 100%;
}
.fr-footer__bottom-item {
    display: inline;
    margin: 0.5rem 0 0 0.25rem;
    position: relative;
}
@media (min-width: 48em) {
    .fr-footer__bottom-item {
        margin: 0.5rem 0 0 0.75rem;
    }
}
.fr-footer__bottom-item:before {
    content: "";
    display: inline-block;
    height: 1rem;
    margin-bottom: 0.5rem;
    margin-right: 0.25rem;
    margin-top: 0.5rem;
    position: relative;
    vertical-align: middle;
    width: 1px;
}
@media (min-width: 48em) {
    .fr-footer__bottom-item:before {
        margin-bottom: 0.25rem;
        margin-right: 0.75rem;
        margin-top: 0.25rem;
    }
}
.fr-footer__bottom-item:first-child {
    margin: 0.5rem 0 0;
}
.fr-footer__bottom-item:first-child:before {
    content: none;
}
.fr-footer__bottom-link {
    font-size: 0.75rem;
    line-height: 1.25rem;
}
.fr-footer__bottom-link:not(:hover):not(:active) {
    --underline-idle-width: 0;
}
.fr-footer__bottom-copy {
    --text-spacing: 0 0 1rem 0;
    margin-top: 0.5rem;
}
.fr-footer__bottom-copy * {
    font-size: 0.75rem;
    line-height: 1.25rem;
}
.fr-footer__partners {
    margin-top: 1rem;
    padding-top: 1rem;
}
.fr-footer__partners a {
    align-items: center;
    display: flex;
    justify-content: center;
}
.fr-footer__partners .fr-footer__logo {
    height: auto;
    padding: 0.25rem;
    width: auto;
}
.fr-footer__partners + .fr-footer__bottom {
    margin-top: 0.5rem;
}
.fr-footer__partners-title {
    --title-spacing: 0 0 0.5rem 0;
    flex-basis: 100%;
    font-size: 0.875rem;
    line-height: 1.5rem;
    text-align: center;
}
@media (min-width: 36em) {
    .fr-footer__partners-title {
        text-align: left;
    }
}
.fr-footer__partners-logos {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    margin: 0 0 -0.5rem;
}
@media (min-width: 36em) {
    .fr-footer__partners-logos {
        align-items: flex-start;
        display: flex;
        flex-direction: row;
        justify-content: flex-start;
        margin-right: -0.5rem;
    }
    .fr-footer__partners-logos:before {
        content: "";
        display: block;
        flex: 1;
        order: 2;
    }
}
@media (min-width: 48em) {
    .fr-footer__partners-logos {
        flex-wrap: nowrap;
        margin-right: -1rem;
    }
}
.fr-footer__partners-main {
    display: flex;
    flex-direction: row;
    justify-content: center;
    margin-bottom: 2rem;
    margin-left: auto;
    margin-right: auto;
}
@media (min-width: 36em) {
    .fr-footer__partners-main {
        margin-bottom: 1rem;
    }
    .fr-footer__partners-main + .fr-footer__partners-sub > ul > li {
        margin: 0 0.5rem;
    }
}
@media (min-width: 48em) {
    .fr-footer__partners-main + .fr-footer__partners-sub > ul > li {
        margin: 0 1rem;
    }
    .fr-footer__partners-main + .fr-footer__partners-sub {
        padding-left: 1rem;
        padding-top: 0;
    }
    .fr-footer__partners-main + .fr-footer__partners-sub > ul {
        justify-content: flex-end;
    }
}
@media (min-width: 36em) {
    .fr-footer__partners-main {
        order: 1;
    }
}
.fr-footer__partners-sub {
    margin-bottom: 0.5rem;
}
.fr-footer__partners-sub,
.fr-footer__partners-sub > ul {
    align-items: center;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
}
@media (min-width: 36em) {
    .fr-footer__partners-sub,
    .fr-footer__partners-sub > ul {
        align-items: flex-start;
        flex-direction: row;
    }
}
.fr-footer__partners-sub .fr-footer__partners-link {
    margin-bottom: 0.5rem;
}
@media (min-width: 36em) {
    .fr-footer__partners-sub {
        order: 3;
    }
}
.fr-footer {
    box-shadow: inset 0 2px 0 0 var(--border-plain-blue-france),
        inset 0 -1px 0 0 var(--border-default-grey);
}
.fr-footer__content-link,
.fr-footer__top-cat {
    color: var(--text-title-grey);
}
.fr-footer__top {
    --idle: transparent;
    --hover: var(--background-alt-grey-hover);
    --active: var(--background-alt-grey-active);
    background-color: var(--background-alt-grey);
}
.fr-footer__bottom {
    box-shadow: inset 0 1px 0 0 var(--border-default-grey);
}
.fr-footer__bottom .fr-btn {
    color: var(--text-mention-grey);
}
.fr-footer__bottom-item:before {
    box-shadow: inset 0 0 0 1px var(--border-default-grey);
}
.fr-footer__bottom-copy,
.fr-footer__bottom-link {
    color: var(--text-mention-grey);
}
.fr-footer__partners {
    box-shadow: inset 0 1px 0 0 var(--border-default-grey);
}
.fr-footer__partners .fr-footer__partners-link,
.fr-footer__partners .fr-footer__partners-link:active,
.fr-footer__partners .fr-footer__partners-link:hover {
    background: #fff;
}
.fr-breadcrumb {
    --text-spacing: 0 0 0.5rem;
    font-size: 0.75rem;
    line-height: 1.25rem;
    margin: 1rem 0 2rem;
    position: relative;
}
@media (min-width: 48em) {
    .fr-breadcrumb {
        margin-bottom: 2.5rem;
    }
}
.fr-breadcrumb__button {
    --hover-tint: var(--idle);
    --active-tint: var(--idle);
    background-image: var(--underline-img), var(--underline-img);
    background-position: var(--underline-x) 100%,
        var(--underline-x) calc(100% - var(--underline-thickness));
    background-repeat: no-repeat, no-repeat;
    background-size: var(--underline-hover-width)
        calc(var(--underline-thickness) * 2),
        var(--underline-idle-width) var(--underline-thickness);
    color: inherit;
    font-size: 0.75rem;
    line-height: 1.25rem;
    margin: 0;
    padding: 0;
    transition: background-size 0s;
}
.fr-breadcrumb__button:active,
.fr-breadcrumb__button:hover {
    --underline-hover-width: var(--underline-max-width);
}
.fr-breadcrumb__button[aria-expanded="true"] {
    display: none;
}
@media (min-width: 48em) {
    .fr-breadcrumb__button {
        display: none;
    }
}
.fr-breadcrumb .fr-collapse {
    margin-left: -4px;
    margin-right: -4px;
    padding-left: 4px;
    padding-right: 4px;
    transform: translateY(-4px);
}
@media (min-width: 48em) {
    .fr-breadcrumb .fr-collapse {
        margin-left: 0;
        margin-right: 0;
        max-height: none;
        overflow: visible;
        padding-left: 0;
        padding-right: 0;
        transform: none;
        visibility: inherit;
    }
    .fr-breadcrumb .fr-collapse:before {
        content: none;
    }
}
.fr-breadcrumb__list {
    --ul-type: none;
    --ol-type: none;
    --ul-start: 0;
    --ol-start: 0;
    --xl-block: 0;
    --li-bottom: 0;
    --ol-content: none;
    transform: translateY(4px);
}
@media (min-width: 48em) {
    .fr-breadcrumb__list {
        transform: none;
    }
}
.fr-breadcrumb__list li {
    display: inline;
    line-height: 1.75rem;
}
.fr-breadcrumb__list li:not(:first-child):before {
    --icon-size: 1rem;
    background-color: currentColor;
    content: "";
    display: inline-block;
    flex: 0 0 auto;
    height: var(--icon-size);
    margin-left: 0.25rem;
    margin-right: 0.25rem;
    -webkit-mask-image: url('/assets/theme_image/arrow-right-s-line.svg');
    mask-image: url('/assets/theme_image/arrow-right-s-line.svg');
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
    vertical-align: calc((0.75em - var(--icon-size)) * 0.5);
    vertical-align: calc((1.05rem - var(--icon-size)) * 0.5);
    width: var(--icon-size);
}
.fr-breadcrumb__link {
    --hover-tint: var(--idle);
    --active-tint: var(--idle);
    background-image: var(--underline-img), var(--underline-img);
    background-position: var(--underline-x) 100%,
        var(--underline-x) calc(100% - var(--underline-thickness));
    background-repeat: no-repeat, no-repeat;
    background-size: var(--underline-hover-width)
        calc(var(--underline-thickness) * 2),
        var(--underline-idle-width) var(--underline-thickness);
    font-size: 0.75rem;
    line-height: 1.25rem;
    padding: 0;
    position: relative;
    transition: background-size 0s;
    vertical-align: top;
}
.fr-breadcrumb__link:active,
.fr-breadcrumb__link:hover {
    --underline-hover-width: var(--underline-max-width);
}
.fr-breadcrumb__link[aria-current] {
    --underline-img: none;
    cursor: default;
    pointer-events: none;
}
.fr-breadcrumb {
    color: var(--text-mention-grey);
}
.fr-breadcrumb__link[aria-current] {
    color: var(--text-active-grey);
}
.fr-summary {
    --text-spacing: 0 0 0.5rem 0;
    --title-spacing: 0 0 0.5rem 0;
    font-size: 0.75rem;
    line-height: 1.25rem;
    padding: 1.5rem;
}
@media (min-width: 48em) {
    .fr-summary {
        padding: 2rem;
    }
}
.fr-summary ol {
    list-style-type: none;
}
.fr-summary li {
    padding: 0.5rem 0;
}
.fr-summary li::marker {
    content: none;
}
.fr-summary__title {
    font-size: 0.75rem;
    font-weight: 700;
    line-height: 1.25rem;
    text-transform: uppercase;
}
.fr-summary__link {
    display: inline;
    font-size: 0.75rem;
    line-height: 1.25rem;
    position: relative;
}
.fr-summary__link:before {
    content: var(--ol-content);
    font-size: var(--xl-size);
    font-weight: 700;
    position: absolute;
    right: 100%;
}
.fr-summary__link:not(:hover):not(:active) {
    --underline-idle-width: 0;
}
.fr-summary {
    --idle: transparent;
    --hover: var(--background-contrast-grey-hover);
    --active: var(--background-contrast-grey-active);
    background-color: var(--background-contrast-grey);
}
.fr-summary__title {
    color: var(--text-title-grey);
}
.fr-summary li > a {
    color: var(--text-action-high-grey);
}
.fr-tag {
    --text-spacing: 0;
    --title-spacing: 0;
    --underline-img: none;
    --hover-tint: var(--hover);
    align-items: center;
    display: inline-flex;
    flex-direction: row;
    width: -moz-fit-content;
    width: fit-content;
    z-index: 1;
}
.fr-tag:after,
.fr-tag:before {
    display: block;
}
.fr-tag {
    border-radius: 1rem;
    font-size: 0.875rem;
    line-height: 1.5rem;
    min-height: 2rem;
    padding: 0.25rem 0.75rem;
}
.fr-tag[target="_blank"] {
    max-height: none;
    max-width: 100%;
    overflow: initial;
}
.fr-tag[target="_blank"]:after {
    --icon-size: 1rem;
    content: "";
    margin-left: 0.25rem;
    margin-right: -0.125rem;
}
.fr-tag[target="_blank"]:before {
    content: none;
}
.fr-tag--icon-left[class*=" fr-fi-"],
.fr-tag--icon-left[class*=" fr-icon-"],
.fr-tag--icon-left[class^="fr-fi-"],
.fr-tag--icon-left[class^="fr-icon-"] {
    max-height: none;
    max-width: 100%;
    overflow: initial;
}
.fr-tag--icon-left[class*=" fr-fi-"]:before,
.fr-tag--icon-left[class*=" fr-icon-"]:before,
.fr-tag--icon-left[class^="fr-fi-"]:before,
.fr-tag--icon-left[class^="fr-icon-"]:before {
    --icon-size: 1rem;
    margin-left: -0.125rem;
    margin-right: 0.25rem;
}
.fr-tag[class*=" fr-fi-"]:not([class*="fr-tag--icon-"]):before,
.fr-tag[class*=" fr-icon-"]:not([class*="fr-tag--icon-"]):before,
.fr-tag[class^="fr-fi-"]:not([class*="fr-tag--icon-"]):before,
.fr-tag[class^="fr-icon-"]:not([class*="fr-tag--icon-"]):before {
    content: none;
}
.fr-tag--sm {
    border-radius: 0.75rem;
    font-size: 0.75rem;
    line-height: 1.25rem;
    min-height: 1.5rem;
    padding: 0.125rem 0.5rem;
}
.fr-tag--sm[target="_blank"] {
    max-height: none;
    max-width: 100%;
    overflow: initial;
}
.fr-tag--sm[target="_blank"]:after {
    --icon-size: 0.75rem;
    content: "";
    margin-left: 0.25rem;
    margin-right: -0.09375rem;
}
.fr-tag--sm[target="_blank"]:before {
    content: none;
}
.fr-tag--sm.fr-tag--icon-left[class*=" fr-fi-"],
.fr-tag--sm.fr-tag--icon-left[class*=" fr-icon-"],
.fr-tag--sm.fr-tag--icon-left[class^="fr-fi-"],
.fr-tag--sm.fr-tag--icon-left[class^="fr-icon-"] {
    max-height: none;
    max-width: 100%;
    overflow: initial;
}
.fr-tag--sm.fr-tag--icon-left[class*=" fr-fi-"]:before,
.fr-tag--sm.fr-tag--icon-left[class*=" fr-icon-"]:before,
.fr-tag--sm.fr-tag--icon-left[class^="fr-fi-"]:before,
.fr-tag--sm.fr-tag--icon-left[class^="fr-icon-"]:before {
    --icon-size: 0.75rem;
    margin-left: -0.09375rem;
    margin-right: 0.25rem;
}
.fr-tag--sm[class*=" fr-fi-"]:not([class*="fr-tag--icon-"]):before,
.fr-tag--sm[class*=" fr-icon-"]:not([class*="fr-tag--icon-"]):before,
.fr-tag--sm[class^="fr-fi-"]:not([class*="fr-tag--icon-"]):before,
.fr-tag--sm[class^="fr-icon-"]:not([class*="fr-tag--icon-"]):before {
    content: none;
}
a.fr-tag[aria-pressed="true"],
button.fr-tag[aria-pressed="true"],
input[type="button"].fr-tag[aria-pressed="true"],
input[type="image"].fr-tag[aria-pressed="true"],
input[type="reset"].fr-tag[aria-pressed="true"],
input[type="submit"].fr-tag[aria-pressed="true"] {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 100%;
    overflow: visible;
    position: relative;
}
a.fr-tag[aria-pressed="true"]:after,
button.fr-tag[aria-pressed="true"]:after,
input[type="button"].fr-tag[aria-pressed="true"]:after,
input[type="image"].fr-tag[aria-pressed="true"]:after,
input[type="reset"].fr-tag[aria-pressed="true"]:after,
input[type="submit"].fr-tag[aria-pressed="true"]:after {
    --icon-size: 1rem;
    background-color: currentColor;
    content: "";
    display: inline-block;
    flex: 0 0 auto;
    height: var(--icon-size);
    margin: -0.5rem;
    -webkit-mask-image: url('/assets/theme_image/checkbox-circle-line.svg');
    mask-image: url('/assets/theme_image/checkbox-circle-line.svg');
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
    position: absolute;
    right: 0;
    top: 4px;
    vertical-align: calc((0.75em - var(--icon-size)) * 0.5);
    width: var(--icon-size);
}
a.fr-tag[aria-pressed="true"].fr-tag--sm:after,
button.fr-tag[aria-pressed="true"].fr-tag--sm:after,
input[type="button"].fr-tag[aria-pressed="true"].fr-tag--sm:after,
input[type="image"].fr-tag[aria-pressed="true"].fr-tag--sm:after,
input[type="reset"].fr-tag[aria-pressed="true"].fr-tag--sm:after,
input[type="submit"].fr-tag[aria-pressed="true"].fr-tag--sm:after {
    --icon-size: 0.75rem;
    content: "";
    margin: -0.375rem;
    position: absolute;
    right: 0;
    top: 3px;
}
a.fr-tag--dismiss:before,
button.fr-tag--dismiss:before,
input[type="button"].fr-tag--dismiss:before,
input[type="image"].fr-tag--dismiss:before,
input[type="reset"].fr-tag--dismiss:before,
input[type="submit"].fr-tag--dismiss:before {
    content: none;
}
a.fr-tag--dismiss:after,
button.fr-tag--dismiss:after,
input[type="button"].fr-tag--dismiss:after,
input[type="image"].fr-tag--dismiss:after,
input[type="reset"].fr-tag--dismiss:after,
input[type="submit"].fr-tag--dismiss:after {
    --icon-size: 1rem;
    background-color: currentColor;
    content: "";
    display: inline-block;
    flex: 0 0 auto;
    height: var(--icon-size);
    margin-left: 0.25rem;
    margin-right: -0.25rem;
    -webkit-mask-image: url('/assets/theme_image/close-line.svg');
    mask-image: url('/assets/theme_image/close-line.svg');
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
    vertical-align: calc((0.75em - var(--icon-size)) * 0.5);
    width: var(--icon-size);
}
a.fr-tag--dismiss.fr-tag--sm:after,
button.fr-tag--dismiss.fr-tag--sm:after,
input[type="button"].fr-tag--dismiss.fr-tag--sm:after,
input[type="image"].fr-tag--dismiss.fr-tag--sm:after,
input[type="reset"].fr-tag--dismiss.fr-tag--sm:after,
input[type="submit"].fr-tag--dismiss.fr-tag--sm:after {
    --icon-size: 0.75rem;
    background-color: currentColor;
    content: "";
    display: inline-block;
    flex: 0 0 auto;
    height: var(--icon-size);
    margin-left: 0.125rem;
    margin-right: -0.1875rem;
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
    vertical-align: calc((0.75em - var(--icon-size)) * 0.5);
    width: var(--icon-size);
}
.fr-tags-group {
    --ul-type: none;
    --ol-type: none;
    --ul-start: 0;
    --ol-start: 0;
    --xl-block: 0;
    --li-bottom: 0;
    --ol-content: none;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin-left: -0.25rem;
    margin-right: -0.25rem;
}
.fr-tags-group > li {
    line-height: 2.75rem;
}
.fr-tags-group .fr-tag {
    margin: 0 0.25rem 0.5rem;
    vertical-align: top;
}
.fr-tags-group.fr-tags-group--sm .fr-tag {
    border-radius: 0.75rem;
    font-size: 0.75rem;
    line-height: 1.25rem;
    min-height: 1.5rem;
    padding: 0.125rem 0.5rem;
}
.fr-tags-group.fr-tags-group--sm .fr-tag:after,
.fr-tags-group.fr-tags-group--sm .fr-tag:before {
    --icon-size: 0.75rem;
}
.fr-tags-group.fr-tags-group--sm button.fr-tag.fr-tag--dismiss:after,
.fr-tags-group.fr-tags-group--sm
input[type="button"].fr-tag.fr-tag--dismiss:after {
    --icon-size: 0.75rem;
    content: "";
    margin-right: -0.1875rem;
}
.fr-tags-group.fr-tags-group--sm button.fr-tag.fr-tag--dismiss:after,
.fr-tags-group.fr-tags-group--sm button.fr-tag[aria-pressed="true"]:after,
.fr-tags-group.fr-tags-group--sm
input[type="button"].fr-tag.fr-tag--dismiss:after,
.fr-tags-group.fr-tags-group--sm
input[type="button"].fr-tag[aria-pressed="true"]:after {
    background-color: currentColor;
    display: inline-block;
    flex: 0 0 auto;
    height: var(--icon-size);
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
    vertical-align: calc((0.75em - var(--icon-size)) * 0.5);
    width: var(--icon-size);
}
.fr-tags-group.fr-tags-group--sm button.fr-tag[aria-pressed="true"]:after,
.fr-tags-group.fr-tags-group--sm
input[type="button"].fr-tag[aria-pressed="true"]:after {
    --icon-size: 0.75rem;
    content: "";
    margin: -0.375rem;
    position: absolute;
    right: 0;
    top: 3px;
}
.fr-tag {
    --idle: transparent;
    --hover: var(--background-contrast-grey-hover);
    --active: var(--background-contrast-grey-active);
    background-color: var(--background-contrast-grey);
    color: var(--text-label-grey);
    justify-content: center;
    min-width: 2.25rem;
}
.fr-tag[aria-pressed="false"] {
    --idle: transparent;
    --hover: var(--background-action-low-blue-france-hover);
    --active: var(--background-action-low-blue-france-active);
    background-color: var(--background-action-low-blue-france);
    color: var(--text-action-high-blue-france);
}
.fr-tag.fr-tag--dismiss {
    --idle: transparent;
    --hover: var(--background-action-high-blue-france-hover);
    --active: var(--background-action-high-blue-france-active);
    background-color: var(--background-action-high-blue-france);
    color: var(--text-inverted-grey);
}
a.fr-tag,
button.fr-tag,
input[type="button"].fr-tag {
    --idle: transparent;
    --hover: var(--background-action-low-blue-france-hover);
    --active: var(--background-action-low-blue-france-active);
    background-color: var(--background-action-low-blue-france);
    color: var(--text-action-high-blue-france);
}
a.fr-tag--green-tilleul-verveine,
button.fr-tag--green-tilleul-verveine,
input[type="button"].fr-tag--green-tilleul-verveine {
    --idle: transparent;
    --hover: var(--background-action-low-green-tilleul-verveine-hover);
    --active: var(--background-action-low-green-tilleul-verveine-active);
    background-color: var(--background-action-low-green-tilleul-verveine);
    color: var(--text-action-high-green-tilleul-verveine);
}
a.fr-tag--green-bourgeon,
button.fr-tag--green-bourgeon,
input[type="button"].fr-tag--green-bourgeon {
    --idle: transparent;
    --hover: var(--background-action-low-green-bourgeon-hover);
    --active: var(--background-action-low-green-bourgeon-active);
    background-color: var(--background-action-low-green-bourgeon);
    color: var(--text-action-high-green-bourgeon);
}
a.fr-tag--green-emeraude,
button.fr-tag--green-emeraude,
input[type="button"].fr-tag--green-emeraude {
    --idle: transparent;
    --hover: var(--background-action-low-green-emeraude-hover);
    --active: var(--background-action-low-green-emeraude-active);
    background-color: var(--background-action-low-green-emeraude);
    color: var(--text-action-high-green-emeraude);
}
a.fr-tag--green-menthe,
button.fr-tag--green-menthe,
input[type="button"].fr-tag--green-menthe {
    --idle: transparent;
    --hover: var(--background-action-low-green-menthe-hover);
    --active: var(--background-action-low-green-menthe-active);
    background-color: var(--background-action-low-green-menthe);
    color: var(--text-action-high-green-menthe);
}
a.fr-tag--green-archipel,
button.fr-tag--green-archipel,
input[type="button"].fr-tag--green-archipel {
    --idle: transparent;
    --hover: var(--background-action-low-green-archipel-hover);
    --active: var(--background-action-low-green-archipel-active);
    background-color: var(--background-action-low-green-archipel);
    color: var(--text-action-high-green-archipel);
}
a.fr-tag--blue-ecume,
button.fr-tag--blue-ecume,
input[type="button"].fr-tag--blue-ecume {
    --idle: transparent;
    --hover: var(--background-action-low-blue-ecume-hover);
    --active: var(--background-action-low-blue-ecume-active);
    background-color: var(--background-action-low-blue-ecume);
    color: var(--text-action-high-blue-ecume);
}
a.fr-tag--blue-cumulus,
button.fr-tag--blue-cumulus,
input[type="button"].fr-tag--blue-cumulus {
    --idle: transparent;
    --hover: var(--background-action-low-blue-cumulus-hover);
    --active: var(--background-action-low-blue-cumulus-active);
    background-color: var(--background-action-low-blue-cumulus);
    color: var(--text-action-high-blue-cumulus);
}
a.fr-tag--purple-glycine,
button.fr-tag--purple-glycine,
input[type="button"].fr-tag--purple-glycine {
    --idle: transparent;
    --hover: var(--background-action-low-purple-glycine-hover);
    --active: var(--background-action-low-purple-glycine-active);
    background-color: var(--background-action-low-purple-glycine);
    color: var(--text-action-high-purple-glycine);
}
a.fr-tag--pink-macaron,
button.fr-tag--pink-macaron,
input[type="button"].fr-tag--pink-macaron {
    --idle: transparent;
    --hover: var(--background-action-low-pink-macaron-hover);
    --active: var(--background-action-low-pink-macaron-active);
    background-color: var(--background-action-low-pink-macaron);
    color: var(--text-action-high-pink-macaron);
}
a.fr-tag--pink-tuile,
button.fr-tag--pink-tuile,
input[type="button"].fr-tag--pink-tuile {
    --idle: transparent;
    --hover: var(--background-action-low-pink-tuile-hover);
    --active: var(--background-action-low-pink-tuile-active);
    background-color: var(--background-action-low-pink-tuile);
    color: var(--text-action-high-pink-tuile);
}
a.fr-tag--yellow-tournesol,
button.fr-tag--yellow-tournesol,
input[type="button"].fr-tag--yellow-tournesol {
    --idle: transparent;
    --hover: var(--background-action-low-yellow-tournesol-hover);
    --active: var(--background-action-low-yellow-tournesol-active);
    background-color: var(--background-action-low-yellow-tournesol);
    color: var(--text-action-high-yellow-tournesol);
}
a.fr-tag--yellow-moutarde,
button.fr-tag--yellow-moutarde,
input[type="button"].fr-tag--yellow-moutarde {
    --idle: transparent;
    --hover: var(--background-action-low-yellow-moutarde-hover);
    --active: var(--background-action-low-yellow-moutarde-active);
    background-color: var(--background-action-low-yellow-moutarde);
    color: var(--text-action-high-yellow-moutarde);
}
a.fr-tag--orange-terre-battue,
button.fr-tag--orange-terre-battue,
input[type="button"].fr-tag--orange-terre-battue {
    --idle: transparent;
    --hover: var(--background-action-low-orange-terre-battue-hover);
    --active: var(--background-action-low-orange-terre-battue-active);
    background-color: var(--background-action-low-orange-terre-battue);
    color: var(--text-action-high-orange-terre-battue);
}
a.fr-tag--brown-cafe-creme,
button.fr-tag--brown-cafe-creme,
input[type="button"].fr-tag--brown-cafe-creme {
    --idle: transparent;
    --hover: var(--background-action-low-brown-cafe-creme-hover);
    --active: var(--background-action-low-brown-cafe-creme-active);
    background-color: var(--background-action-low-brown-cafe-creme);
    color: var(--text-action-high-brown-cafe-creme);
}
a.fr-tag--brown-caramel,
button.fr-tag--brown-caramel,
input[type="button"].fr-tag--brown-caramel {
    --idle: transparent;
    --hover: var(--background-action-low-brown-caramel-hover);
    --active: var(--background-action-low-brown-caramel-active);
    background-color: var(--background-action-low-brown-caramel);
    color: var(--text-action-high-brown-caramel);
}
a.fr-tag--brown-opera,
button.fr-tag--brown-opera,
input[type="button"].fr-tag--brown-opera {
    --idle: transparent;
    --hover: var(--background-action-low-brown-opera-hover);
    --active: var(--background-action-low-brown-opera-active);
    background-color: var(--background-action-low-brown-opera);
    color: var(--text-action-high-brown-opera);
}
a.fr-tag--beige-gris-galet,
button.fr-tag--beige-gris-galet,
input[type="button"].fr-tag--beige-gris-galet {
    --idle: transparent;
    --hover: var(--background-action-low-beige-gris-galet-hover);
    --active: var(--background-action-low-beige-gris-galet-active);
    background-color: var(--background-action-low-beige-gris-galet);
    color: var(--text-action-high-beige-gris-galet);
}
button.fr-tag[aria-pressed="true"]:not(:disabled),
input[type="button"].fr-tag[aria-pressed="true"]:not(:disabled) {
    background-color: transparent;
    background-image: radial-gradient(
        circle at 100% 0.25rem,
        transparent 0.578125rem,
        var(--background-action-high-blue-france) 0.625rem
    );
    color: var(--text-inverted-grey);
}
button.fr-tag[aria-pressed="true"]:not(:disabled):hover,
input[type="button"].fr-tag[aria-pressed="true"]:not(:disabled):hover {
    background-image: radial-gradient(
        circle at 100% 0.25rem,
        transparent 0.578125rem,
        var(--background-action-high-blue-france-hover) 0.625rem
    );
}
button.fr-tag[aria-pressed="true"]:not(:disabled):active,
input[type="button"].fr-tag[aria-pressed="true"]:not(:disabled):active {
    background-image: radial-gradient(
        circle at 100% 0.25rem,
        transparent 0.578125rem,
        var(--background-action-high-blue-france-active) 0.625rem
    );
}
button.fr-tag[aria-pressed="true"]:after,
input[type="button"].fr-tag[aria-pressed="true"]:after {
    color: var(--text-action-high-blue-france);
}
button.fr-tag[aria-pressed="true"]:disabled,
input[type="button"].fr-tag[aria-pressed="true"]:disabled {
    background-color: transparent;
    background-image: radial-gradient(
        circle at 100% 0.25rem,
        transparent 0.578125rem,
        var(--background-disabled-grey) 0.625rem
    );
}
button.fr-tag[aria-pressed="true"]:disabled:after,
input[type="button"].fr-tag[aria-pressed="true"]:disabled:after {
    color: var(--text-disabled-grey);
}
button.fr-tag[aria-pressed="true"].fr-tag--sm,
input[type="button"].fr-tag[aria-pressed="true"].fr-tag--sm {
    background-image: radial-gradient(
        circle at 100% 0.1875rem,
        transparent 0.4475rem,
        var(--background-action-high-blue-france) 0.5rem
    );
}
button.fr-tag[aria-pressed="true"].fr-tag--sm:hover,
input[type="button"].fr-tag[aria-pressed="true"].fr-tag--sm:hover {
    background-image: radial-gradient(
        circle at 100% 0.1875rem,
        transparent 0.4475rem,
        var(--background-action-high-blue-france-hover) 0.5rem
    );
}
button.fr-tag[aria-pressed="true"].fr-tag--sm:active,
input[type="button"].fr-tag[aria-pressed="true"].fr-tag--sm:active {
    background-image: radial-gradient(
        circle at 100% 0.1875rem,
        transparent 0.4475rem,
        var(--background-action-high-blue-france-active) 0.5rem
    );
}
button.fr-tag[aria-pressed="true"].fr-tag--sm:disabled,
input[type="button"].fr-tag[aria-pressed="true"].fr-tag--sm:disabled {
    background-image: radial-gradient(
        circle at 100% 0.1875rem,
        transparent 0.4475rem,
        var(--background-disabled-grey) 0.5rem
    );
}
button.fr-tag:disabled,
input[type="button"].fr-tag:disabled {
    --idle: transparent;
    --hover: var(--background-disabled-grey-hover);
    --active: var(--background-disabled-grey-active);
    background-color: var(--background-disabled-grey);
    color: var(--text-disabled-grey);
}
.fr-tags-group.fr-tags-group--sm button.fr-tag[aria-pressed="true"],
.fr-tags-group.fr-tags-group--sm
input[type="button"].fr-tag[aria-pressed="true"] {
    background-image: radial-gradient(
        circle at 100% 0.1875rem,
        transparent 0.4475rem,
        var(--background-action-high-blue-france) 0.5rem
    );
}
.fr-tags-group.fr-tags-group--sm button.fr-tag[aria-pressed="true"]:hover,
.fr-tags-group.fr-tags-group--sm
input[type="button"].fr-tag[aria-pressed="true"]:hover {
    background-image: radial-gradient(
        circle at 100% 0.1875rem,
        transparent 0.4475rem,
        var(--background-action-high-blue-france-hover) 0.5rem
    );
}
.fr-tags-group.fr-tags-group--sm button.fr-tag[aria-pressed="true"]:active,
.fr-tags-group.fr-tags-group--sm
input[type="button"].fr-tag[aria-pressed="true"]:active {
    background-image: radial-gradient(
        circle at 100% 0.1875rem,
        transparent 0.4475rem,
        var(--background-action-high-blue-france-active) 0.5rem
    );
}
.fr-tags-group.fr-tags-group--sm button.fr-tag[aria-pressed="true"]:disabled,
.fr-tags-group.fr-tags-group--sm
input[type="button"].fr-tag[aria-pressed="true"]:disabled {
    background-image: radial-gradient(
        circle at 100% 0.1875rem,
        transparent 0.4475rem,
        var(--background-disabled-grey) 0.5rem
    );
}

/* ¯¯¯¯¯¯¯¯¯ *\
TILE
\* ˍˍˍˍˍˍˍˍˍ */
/*!
* DSFR v1.10.1 | SPDX-License-Identifier: MIT | License-Filename: LICENSE.md | restricted use (see terms and conditions)
*/
@charset "UTF-8";

/* ¯¯¯¯¯¯¯¯¯ *\
TILE
\* ˍˍˍˍˍˍˍˍˍ */
.fr-tile {
    position: relative;
    display: flex;
    flex-direction: column;

    --text-spacing: 0;
    --title-spacing: 0 0 0.25rem;
    background-size: 100% 1px, 1px 100%, 1px 100%, 100% 1px;
    background-repeat: no-repeat, no-repeat, no-repeat, no-repeat;
    background-position: 0 100%, 0 0, 100% 0, 100% 0;
    padding: 2rem 2rem 2.25rem;
    text-align: center;
    background-color: var(--background-default-grey);

    --idle: transparent;
    --hover: var(--background-default-grey-hover);
    --active: var(--background-default-grey-active);
}

.fr-grid-row .fr-tile {
    height: 100%;
}

.fr-tile.fr-enlarge-link:hover .fr-tile__pictogram {
    --brightness: calc(100% + var(--brighten) * 10%);
}

.fr-tile.fr-enlarge-link:active .fr-tile__pictogram {
    --brightness: calc(100% + var(--brighten) * 20%);
}

.fr-tile__header {
    order: 1;
    margin-bottom: 1rem;
}

.fr-tile__pictogram {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    width: 5rem;
    height: 5rem;
    margin: 0 auto;
    overflow: hidden;
}

.fr-tile__pictogram > svg {
    width: 100%;
    height: 100%;
}

.fr-tile__content {
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 100%;
}

.fr-tile__body {
    height: 100%;
    order: 2;
    flex: 1 1 auto;
}

.fr-tile.fr-enlarge-link .fr-tile__title a::before,
.fr-tile.fr-enlarge-link .fr-tile__title a::after {
    --icon-size: 1.5rem;
    position: absolute;
    right: 2rem;
    bottom: 2.25rem;
}

.fr-tile.fr-enlarge-link.fr-tile--no-icon .fr-tile__title a::after {
    content: none;
}

.fr-tile__title {
    font-weight: 700;
    font-size: 1.125rem;
    line-height: 1.5rem;
    margin-bottom: 0.5rem;
    order: 2;
    color: var(--text-title-grey);
}

.fr-tile__title::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    pointer-events: none;
    background-position: 0 100%;
    background-size: 100% 0.25rem;
    background-repeat: no-repeat;
    background-image: linear-gradient(
        0deg,
        var(--border-plain-grey),
        var(--border-plain-grey)
    );
}

.fr-tile__title a::before {
    background-position: 0 100%;
    background-size: 100% 0.25rem;
    background-repeat: no-repeat;
    background-image: linear-gradient(
        0deg,
        var(--border-active-blue-france),
        var(--border-active-blue-france)
    );
}

.fr-tile__title a::after {
    flex: 0 0 auto;
    display: inline-block;
    vertical-align: calc((0.75em - var(--icon-size)) * 0.5);
    background-color: currentColor;
    width: var(--icon-size);
    height: var(--icon-size);
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
    -webkit-mask-image: url('/assets/theme_image/arrow-right-line.svg');
    mask-image: url('/assets/theme_image/arrow-right-line.svg');
    --icon-size: 1.5rem;
    content: "";
}

.fr-tile__title [target="_blank"]::after {
    flex: 0 0 auto;
    display: inline-block;
    vertical-align: calc((0.75em - var(--icon-size)) * 0.5);
    background-color: currentColor;
    width: var(--icon-size);
    height: var(--icon-size);
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
    -webkit-mask-image: url('/assets/theme_image/external-link-line.svg');
    mask-image: url('/assets/theme_image/external-link-line.svg');
    content: "";
}

.fr-tile__desc {
    font-size: 1rem;
    line-height: 1.5rem;
    flex: 1 1 auto;
    order: 3;
}

.fr-tile__start {
    order: 1;
    margin-bottom: 0.75rem;
}

.fr-tile__start .fr-badges-group,
.fr-tile__start .fr-tags-group {
    margin-bottom: -0.5rem;
}

.fr-tile__detail {
    font-size: 0.75rem;
    line-height: 1.25rem;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    margin-bottom: 0;
    margin-top: 0.75rem;
    order: 4;
}

.fr-tile__detail[class^="fr-icon-"]::before,
.fr-tile__detail[class*=" fr-icon-"]::before,
.fr-tile__detail[class^="fr-fi-"]::before,
.fr-tile__detail[class*=" fr-fi-"]::before {
    --icon-size: 1rem;
    margin-right: 0.5rem;
}

.fr-tile.fr-enlarge-link:not(.fr-tile--no-icon) .fr-tile__content {
    padding-bottom: 2.5rem;
}

.fr-tile--sm {
    padding: 1.5rem 1.5rem 1.75rem;
}

.fr-tile--sm .fr-badge {
    font-size: 0.75rem;
    line-height: 1.25rem;
    min-height: 1.125rem;
    padding: 0 0.375rem;
}

.fr-tile--sm .fr-badge::before,
.fr-tile--sm .fr-badge::after {
    --icon-size: 0.75rem;
}

.fr-tile--sm .fr-tag {
    font-size: 0.75rem;
    line-height: 1.25rem;
    min-height: 1.5rem;
    padding: 0.125rem 0.5rem;
    border-radius: 0.75rem;
}

.fr-tile--sm .fr-tag::before,
.fr-tile--sm .fr-tag::after {
    --icon-size: 0.75rem;
}

.fr-tile--sm .fr-tile__title {
    font-size: 1rem;
    line-height: 1.5rem;
    margin-bottom: 0.25rem;
}

.fr-tile--sm .fr-tile__title a::after {
    --icon-size: 1rem;
}

.fr-tile--sm .fr-tile__desc {
    font-size: 0.875rem;
    line-height: 1.5rem;
}

.fr-tile--sm .fr-tile__start {
    margin-bottom: 0.5rem;
}

.fr-tile--sm .fr-tile__pictogram {
    width: 3.5rem;
    height: 3.5rem;
}

.fr-tile--sm.fr-tile--horizontal .fr-tile__header {
    margin-right: 1.5rem;
}

.fr-tile--sm.fr-tile--horizontal .fr-tile__pictogram {
    width: 2.5rem;
    height: 2.5rem;
}

.fr-tile--sm.fr-enlarge-link:not(.fr-tile--no-icon) .fr-tile__title a::after {
    --icon-size: 1rem;
    position: absolute;
    right: 1.5rem;
    bottom: 1.75rem;
}

.fr-tile--sm.fr-enlarge-link:not(.fr-tile--no-icon) .fr-tile__content {
    padding-bottom: 2rem;
}

.fr-tile--horizontal,
.fr-tile--download {
    flex-direction: row;
    align-items: flex-start;
    justify-content: center;
    text-align: left;
}

.fr-tile--horizontal .fr-tile__header,
.fr-tile--download .fr-tile__header {
    margin-right: 2rem;
    margin-bottom: 0;
}

.fr-tile--horizontal .fr-tile__pictogram,
.fr-tile--download .fr-tile__pictogram {
    width: 4rem;
    height: 4rem;
}

.fr-tile--horizontal .fr-tile__content,
.fr-tile--download .fr-tile__content {
    align-items: flex-start;
}

.fr-tile--horizontal:not(.fr-tile--no-icon) .fr-tile__detail,
.fr-tile--download:not(.fr-tile--no-icon) .fr-tile__detail {
    padding-right: 2rem;
    margin-bottom: -2.5rem;
    margin-top: 1.25rem;
}

.fr-tile--horizontal:not(.fr-tile--no-icon) .fr-tile__content,
.fr-tile--download:not(.fr-tile--no-icon) .fr-tile__content {
    padding-bottom: 2.5rem;
}

.fr-tile--horizontal:not(.fr-tile--no-icon).fr-tile--sm .fr-tile__detail,
.fr-tile--download:not(.fr-tile--no-icon).fr-tile--sm .fr-tile__detail {
    padding-right: 2rem;
    margin-bottom: -2rem;
    margin-top: 0.75rem;
}

.fr-tile--horizontal:not(.fr-tile--no-icon).fr-tile--sm .fr-tile__content,
.fr-tile--download:not(.fr-tile--no-icon).fr-tile--sm .fr-tile__content {
    padding-bottom: 2rem;
}

.fr-tile.fr-tile--download .fr-tile__title a::after {
    flex: 0 0 auto;
    display: inline-block;
    vertical-align: calc((0.75em - var(--icon-size)) * 0.5);
    background-color: currentColor;
    width: var(--icon-size);
    height: var(--icon-size);
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
    -webkit-mask-image: url('/assets/theme_image/download-line.svg');
    mask-image: url('/assets/theme_image/download-line.svg');
    content: "";
}

.fr-tile:not(.fr-tile--no-border):not(.fr-tile--shadow) {
    background-image: linear-gradient(
        0deg,
        var(--border-default-grey),
        var(--border-default-grey)
    ),
        linear-gradient(
            0deg,
            var(--border-default-grey),
            var(--border-default-grey)
        ),
        linear-gradient(
            0deg,
            var(--border-default-grey),
            var(--border-default-grey)
        ),
        linear-gradient(
            0deg,
            var(--border-default-grey),
            var(--border-default-grey)
        );
}

.fr-tile--grey {
    background-color: var(--background-contrast-grey);

    --idle: transparent;
    --hover: var(--background-contrast-grey-hover);
    --active: var(--background-contrast-grey-active);
}

.fr-tile--shadow {
    z-index: calc(var(--ground) + 500);
    background-color: var(--background-raised-grey);

    --idle: transparent;
    --hover: var(--background-raised-grey-hover);
    --active: var(--background-raised-grey-active);
    filter: drop-shadow(var(--raised-shadow));
}

.fr-tile--shadow.fr-tile--grey {
    background-color: var(--background-contrast-raised-grey);

    --idle: transparent;
    --hover: var(--background-contrast-raised-grey-hover);
    --active: var(--background-contrast-raised-grey-active);
}

.fr-tile--no-background {
    background-color: transparent;

    --hover: inherit;
    --active: inherit;
}

.fr-tile__title:disabled,
a.fr-tile__title:not([href]) {
    color: var(--text-disabled-grey);
    background-color: var(--background-disabled-grey);

    --idle: transparent;
    --hover: var(--background-disabled-grey-hover);
    --active: var(--background-disabled-grey-active);
}

.fr-tile__title a {
    color: var(--text-action-high-blue-france);
}

.fr-tile__title a:not([href]) {
    color: var(--text-disabled-grey);
}

.fr-tile__title a:not([href])::before {
    background-image: linear-gradient(
        0deg,
        var(--border-disabled-grey),
        var(--border-disabled-grey)
    );
}

.fr-tile__img {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    width: 5rem;
    height: 5rem;
    margin: 0 auto 1.5rem;
    overflow: hidden;
    filter: brightness(var(--brightness));
}

.fr-tile__img > svg {
    width: 100%;
    height: 100%;
}

.fr-tile__body > .fr-tile__desc {
    padding-bottom: 2.5rem;
}

.fr-tile--horizontal .fr-tile__img {
    width: 3rem;
    height: 3rem;
    margin: 0 1.5rem 0 0;
}
@media (min-width: 36em) {
    /*! media sm */
}
@media (min-width: 48em) {
    /*! media md */
    .fr-tile__title {
        font-size: 1.25rem;
        line-height: 1.75rem;
    }

    .fr-tile--vertical\@md {
        flex-direction: column;
        text-align: center;
        align-items: center;
    }

    .fr-tile--vertical\@md .fr-tile__header {
        margin-bottom: 1rem;
        margin-right: 0 !important;
    }

    .fr-tile--vertical\@md .fr-tile__pictogram {
        width: 5rem;
        height: 5rem;
    }

    .fr-tile--vertical\@md .fr-tile__content {
        align-items: center;
    }

    .fr-tile--vertical\@md .fr-tile__detail {
        margin-top: 0.75rem;
    }

    .fr-tile--vertical\@md.fr-enlarge-link:not(.fr-tile--no-icon)
        .fr-tile__content {
            padding-bottom: 2.5rem;
    }

    .fr-tile--vertical\@md.fr-enlarge-link:not(.fr-tile--no-icon)
        .fr-tile__detail {
            margin-bottom: 0;
            padding-right: 0;
    }

    .fr-tile--horizontal .fr-tile__img {
        width: 5rem;
        height: 5rem;
        margin: 0 2rem 0 0;
    }
}
@media (min-width: 62em) {
    /*! media lg */
    .fr-tile--vertical\@lg {
        flex-direction: column;
        text-align: center;
        align-items: center;
    }

    .fr-tile--vertical\@lg .fr-tile__header {
        margin-bottom: 1rem;
        margin-right: 0 !important;
    }

    .fr-tile--vertical\@lg .fr-tile__pictogram {
        width: 5rem;
        height: 5rem;
    }

    .fr-tile--vertical\@lg .fr-tile__content {
        align-items: center;
    }

    .fr-tile--vertical\@lg .fr-tile__detail {
        margin-top: 0.75rem;
    }

    .fr-tile--vertical\@lg.fr-enlarge-link:not(.fr-tile--no-icon)
        .fr-tile__content {
            padding-bottom: 2.5rem;
    }

    .fr-tile--vertical\@lg.fr-enlarge-link:not(.fr-tile--no-icon)
        .fr-tile__detail {
            margin-bottom: 0;
            padding-right: 0;
    }
}
@media (min-width: 78em) {
    /*! media xl */
}

.fr-card {
    display: flex;
    flex-direction: column;
    position: relative;
}
.fr-card:after,
.fr-card:before {
    --icon-size: 1.5rem;
    background-color: currentColor;
    display: inline-block;
    flex: 0 0 auto;
    height: var(--icon-size);
    -webkit-mask-image: url('/assets/theme_image/arrow-right-line.svg');
    mask-image: url('/assets/theme_image/arrow-right-line.svg');
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
    vertical-align: calc((0.75em - var(--icon-size)) * 0.5);
    width: var(--icon-size);
}
.fr-card:before {
    content: "";
}
.fr-card--no-icon:before,
.fr-card:not(.fr-enlarge-link):before {
    content: none;
}
.fr-card:before {
    bottom: 2rem;
    position: absolute;
    right: 2rem;
}
.fr-card:before:after,
.fr-card:before:before {
    --icon-size: 1.5rem;
}
.fr-card__body {
    display: flex;
    flex: 1 1 auto;
    flex-direction: column;
    order: 2;
}
.fr-grid-row .fr-card {
    height: 100%;
}
.fr-card__header {
    flex: 0 0 auto;
    order: 1;
    position: relative;
}
.fr-card__header .fr-badges-group {
    left: 0;
    padding: 0.75rem;
    position: absolute;
    top: 0;
}
.fr-card.fr-enlarge-link:hover .fr-card__img,
.fr-card.fr-enlarge-link:hover .fr-card__vid {
    --brightness: calc(100% + var(--brighten) * 10%);
}
.fr-card.fr-enlarge-link:active .fr-card__img,
.fr-card.fr-enlarge-link:active .fr-card__vid {
    --brightness: calc(100% + var(--brighten) * 20%);
}
.fr-card__img,
.fr-card__vid {
    filter: brightness(var(--brightness));
}
.fr-card__img img,
.fr-card__img svg,
.fr-card__vid iframe,
.fr-card__vid video {
    aspect-ratio: 1.7777777778;
    object-fit: cover;
    object-position: 50% 50%;
}
.fr-card__img img {
    display: block;
}
.fr-card__content {
    display: flex;
    flex-direction: column;
    height: 100%;
    order: 1;
    padding: 2rem;
}
.fr-card__content .fr-tag {
    border-radius: 0.75rem;
    font-size: 0.75rem;
    line-height: 1.25rem;
    min-height: 1.5rem;
    padding: 0.125rem 0.5rem;
}
.fr-card__content .fr-tag:after,
.fr-card__content .fr-tag:before {
    --icon-size: 0.75rem;
}
.fr-card__title {
    font-size: 1.25rem;
    font-weight: 700;
    line-height: 1.75rem;
    margin-bottom: 0;
    order: 2;
}
@media (min-width: 48em) {
    .fr-card__title {
        font-size: 1.375rem;
        line-height: 1.75rem;
    }
}
.fr-card__title [target="_blank"]:after {
    --icon-size: 1.5rem;
}
.fr-card__desc {
    font-size: 0.875rem;
    line-height: 1.5rem;
    margin-bottom: 0;
    margin-top: 0.75rem;
    order: 3;
}
.fr-card__start {
    order: 1;
}
.fr-card__start,
.fr-card__start .fr-badges-group,
.fr-card__start .fr-tags-group {
    margin-bottom: 0.25rem;
}
.fr-card__start .fr-card__detail {
    margin-bottom: 0.75rem;
}
.fr-card__end {
    display: flex;
    flex-direction: column;
    height: 100%;
    margin-top: 1rem;
    order: 4;
    padding-top: 0.5rem;
}
.fr-card__detail {
    align-items: flex-start;
    display: flex;
    flex-direction: row;
    font-size: 0.75rem;
    line-height: 1.25rem;
    margin-bottom: 0;
}
.fr-card__detail[class*=" fr-fi-"]:before,
.fr-card__detail[class*=" fr-icon-"]:before,
.fr-card__detail[class^="fr-fi-"]:before,
.fr-card__detail[class^="fr-icon-"]:before {
    --icon-size: 1rem;
    margin-right: 0.5rem;
}
.fr-card.fr-enlarge-link:not(.fr-card--no-icon) .fr-card__end {
    justify-content: flex-end;
    margin-bottom: -3rem;
    min-height: 2rem;
    padding-right: 2rem;
}
.fr-card.fr-enlarge-link:not(.fr-card--no-icon) .fr-card__content {
    padding-bottom: 5rem;
}
.fr-card__footer {
    order: 2;
    padding: 0.5rem 2rem 2rem;
}
.fr-card__footer .fr-btns-group,
.fr-card__footer .fr-links-group {
    margin-bottom: -1rem;
}
.fr-card--sm:before {
    bottom: 1.5rem;
    right: 1.5rem;
}
.fr-card--sm:before:after,
.fr-card--sm:before:before {
    --icon-size: 1rem;
}
.fr-card--sm .fr-card__header .fr-badge {
    font-size: 0.75rem;
    line-height: 1.25rem;
    min-height: 1.125rem;
    padding: 0 0.375rem;
}
.fr-card--sm .fr-card__header .fr-badge:after,
.fr-card--sm .fr-card__header .fr-badge:before {
    --icon-size: 0.75rem;
}
.fr-card--sm .fr-card__content {
    padding: 1.5rem;
}
.fr-card--sm .fr-card__content .fr-badge {
    font-size: 0.75rem;
    line-height: 1.25rem;
    min-height: 1.125rem;
    padding: 0 0.375rem;
}
.fr-card--sm .fr-card__content .fr-badge:after,
.fr-card--sm .fr-card__content .fr-badge:before {
    --icon-size: 0.75rem;
}
.fr-card--sm .fr-card__title {
    font-size: 1.125rem;
    font-weight: 700;
    line-height: 1.5rem;
}
@media (min-width: 48em) {
    .fr-card--sm .fr-card__title {
        font-size: 1.25rem;
        line-height: 1.75rem;
    }
}
.fr-card--sm .fr-card__desc {
    margin-top: 0.5rem;
}
.fr-card--sm .fr-card__start .fr-badges-group,
.fr-card--sm .fr-card__start .fr-tags-group {
    margin-bottom: 0;
}
.fr-card--sm .fr-card__start .fr-card__detail {
    margin-bottom: 0.5rem;
}
.fr-card--sm .fr-card__end {
    margin-top: 0.75rem;
    padding-top: 0.25rem;
}
.fr-card--sm.fr-enlarge-link:not(.fr-card--no-icon) .fr-card__end {
    margin-bottom: -2rem;
    min-height: 1.25rem;
    padding-right: 1.5rem;
}
.fr-card--sm.fr-enlarge-link:not(.fr-card--no-icon) .fr-card__content {
    padding-bottom: 3.5rem;
}
.fr-card--sm .fr-card__footer {
    padding: 0.5rem 1.5rem 1.5rem;
}
.fr-card--lg:before {
    bottom: 2.5rem;
    right: 2.5rem;
}
.fr-card--lg:before:after,
.fr-card--lg:before:before {
    --icon-size: 2rem;
}
.fr-card--lg .fr-card__content {
    padding: 2.5rem;
}
.fr-card--lg .fr-card__content .fr-tag {
    border-radius: 1rem;
    font-size: 0.875rem;
    line-height: 1.5rem;
    min-height: 2rem;
    padding: 0.25rem 0.75rem;
}
.fr-card--lg .fr-card__content .fr-tag:after,
.fr-card--lg .fr-card__content .fr-tag:before {
    --icon-size: 1rem;
}
.fr-card--lg .fr-card__title {
    font-size: 1.375rem;
    font-weight: 700;
    line-height: 1.75rem;
}
@media (min-width: 48em) {
    .fr-card--lg .fr-card__title {
        font-size: 1.5rem;
        line-height: 2rem;
    }
}
.fr-card--lg .fr-card__desc {
    font-size: 1rem;
    line-height: 1.5rem;
    margin-top: 1rem;
}
.fr-card--lg .fr-card__start,
.fr-card--lg .fr-card__start .fr-badges-group,
.fr-card--lg .fr-card__start .fr-tags-group {
    margin-bottom: 0.5rem;
}
.fr-card--lg .fr-card__start .fr-card__detail {
    margin-bottom: 1rem;
}
.fr-card--sm .fr-card__end {
    margin-top: 1.5rem;
    padding-top: 0.5rem;
}
.fr-card--lg.fr-enlarge-link:not(.fr-card--no-icon) .fr-card__end {
    margin-bottom: -4rem;
    min-height: 2.5rem;
    padding-right: 2.5rem;
}
.fr-card--lg.fr-enlarge-link:not(.fr-card--no-icon) .fr-card__content {
    padding-bottom: 6.5rem;
}
.fr-card--lg .fr-card__footer {
    padding: 0.5rem 2.5rem 2.5rem;
}
@media (min-width: 48em) {
    .fr-card--horizontal,
    .fr-card--horizontal-half,
    .fr-card--horizontal-tier {
        flex-direction: row;
    }
    .fr-card--horizontal .fr-card__img,
    .fr-card--horizontal-half .fr-card__img,
    .fr-card--horizontal-tier .fr-card__img {
        height: 100%;
    }
    .fr-card--horizontal .fr-card__img img,
    .fr-card--horizontal-half .fr-card__img img,
    .fr-card--horizontal-tier .fr-card__img img {
        height: 100%;
        object-fit: cover;
    }
    .fr-card--horizontal .fr-card__header {
        flex: 0 0 40%;
        width: 40%;
    }
    .fr-card--horizontal-half .fr-card__header {
        flex: 0 0 50%;
        width: 50%;
    }
    .fr-card--horizontal-tier .fr-card__header {
        flex: 0 0 33.3333333333%;
        width: 33.3333333333%;
    }
}
.fr-card__body {
    padding: 0 2rem;
}
.fr-card__content,
.fr-card__footer {
    margin: 0 -2rem;
}
.fr-card__body > .fr-card__detail,
.fr-card__body > .fr-card__title {
    margin-top: 2rem;
}
.fr-card__body > .fr-card__detail {
    margin-bottom: -1rem;
}
.fr-card__body > .fr-card__desc,
.fr-card__body > .fr-card__title {
    margin-bottom: 2rem;
}
.fr-card__body > .fr-card__desc {
    margin-top: -1rem;
}
.fr-card.fr-enlarge-link:not(.fr-card--no-arrow)
.fr-card__body
> .fr-card__desc,
.fr-card.fr-enlarge-link:not(.fr-card--no-arrow)
.fr-card__body
> .fr-card__title {
    margin-bottom: 4.5rem;
}
.fr-card.fr-enlarge-link:not(.fr-card--no-arrow)
.fr-card__body
> .fr-card__desc {
    margin-top: -3.5rem;
}
.fr-card {
    --idle: transparent;
    --hover: var(--background-default-grey-hover);
    --active: var(--background-default-grey-active);
    background-color: var(--background-default-grey);
}
.fr-card:not(.fr-card--no-border):not(.fr-card--shadow) {
    box-shadow: 0 0 0 1px var(--border-default-grey);
}
.fr-card--grey {
    --idle: transparent;
    --hover: var(--background-contrast-grey-hover);
    --active: var(--background-contrast-grey-active);
    background-color: var(--background-contrast-grey);
}
.fr-card--shadow {
    --idle: transparent;
    --hover: var(--background-raised-grey-hover);
    --active: var(--background-raised-grey-active);
    background-color: var(--background-raised-grey);
    filter: drop-shadow(var(--raised-shadow));
    z-index: calc(var(--ground) + 500);
}
.fr-card--shadow.fr-card--grey {
    --idle: transparent;
    --hover: var(--background-contrast-raised-grey-hover);
    --active: var(--background-contrast-raised-grey-active);
    background-color: var(--background-contrast-raised-grey);
}
.fr-card--no-background {
    --hover: inherit;
    --active: inherit;
    background-color: transparent;
}
.fr-card:before {
    color: var(--text-action-high-blue-france);
}
.fr-card__detail {
    color: var(--text-mention-grey);
}
.fr-card__title {
    color: var(--text-title-grey);
}
.fr-toggle {
    --text-spacing: 0;
    --title-spacing: 0;
    display: flex;
    flex-wrap: wrap;
    padding: 1rem 0;
    position: relative;
}
.fr-toggle input[type="checkbox"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0.75rem;
    flex-shrink: 0;
    height: 1.5rem;
    margin: 0;
    width: 2.5rem;
}
.fr-toggle
input[type="checkbox"]:checked
~ .fr-toggle__label[data-fr-unchecked-label][data-fr-checked-label]:before {
    content: attr(data-fr-checked-label);
}
.fr-toggle input[type="checkbox"]:checked ~ .fr-toggle__label:after {
    transform: translateX(1rem);
}
.fr-toggle label {
    --toggle-status-width: auto;
    display: inline-flex;
    flex: 1;
    font-size: 1rem;
    line-height: 1.5rem;
    min-height: 1.5rem;
    padding-left: 2rem;
    width: calc(100% - 2.5rem);
}
.fr-toggle label[data-fr-unchecked-label][data-fr-checked-label] {
    padding-left: 0;
}
.fr-toggle label[data-fr-unchecked-label][data-fr-checked-label]:before {
    content: attr(data-fr-unchecked-label);
}
.fr-toggle
label[data-fr-unchecked-label][data-fr-checked-label]
+ .fr-hint-text {
    margin-top: 0.5rem;
}
.fr-toggle label:before {
    display: block;
    flex-shrink: 0;
    font-size: 0.75rem;
    height: calc(1.25rem + 1px);
    line-height: 1.25rem;
    margin-left: -2.5rem;
    margin-right: 1rem;
    margin-top: 1.5rem;
    min-width: 2.5rem;
    outline: none !important;
    width: var(--toggle-status-width);
}
.fr-toggle label:after {
    align-items: center;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 1rem;
    border-radius: 50%;
    content: "";
    display: flex;
    height: 1.5rem;
    justify-content: center;
    left: 0;
    position: absolute;
    top: 1rem;
    width: 1.5rem;
}
.fr-toggle .fr-hint-text {
    display: block;
    flex-basis: 100%;
    font-size: 0.75rem;
    line-height: 1.25rem;
    margin-top: 1rem;
}
.fr-toggle--label-left .fr-toggle__input {
    margin: 0 0 0 auto;
    order: 1;
}
.fr-toggle--label-left
.fr-toggle__input[data-fr-checked-label]
~ .fr-toggle__label {
    padding-left: 0;
    padding-right: 1rem;
}
.fr-toggle--label-left .fr-toggle__label {
    flex: 1;
    justify-content: space-between;
    padding-left: 0;
    width: calc(100% - 2.5rem);
}
.fr-toggle--label-left .fr-toggle__label:before {
    flex-shrink: 0;
    margin-left: 1rem;
    margin-right: -2.5rem;
    order: 1;
    text-align: right;
}
.fr-toggle--label-left .fr-toggle__label:after {
    left: auto;
    right: 1rem;
}
.fr-toggle--label-left .fr-hint-text {
    order: 2;
}
.fr-toggle__list {
    --ul-type: none;
    --ol-type: none;
    --ul-start: 0;
    --ol-start: 0;
    --xl-block: 0;
    --li-bottom: 0;
    --ol-content: none;
}
.fr-toggle label:after,
.fr-toggle label:before {
    color: var(--text-active-blue-france);
}
.fr-toggle label:after {
    --idle: transparent;
    --hover: var(--background-default-grey-hover);
    --active: var(--background-default-grey-active);
    background-color: var(--background-default-grey);
}
.fr-toggle input[type="checkbox"],
.fr-toggle label:after {
    box-shadow: inset 0 0 0 1px var(--border-action-high-blue-france);
}
.fr-toggle input[type="checkbox"]:checked {
    --idle: transparent;
    --hover: var(--background-active-blue-france-hover);
    --active: var(--background-active-blue-france-active);
    background-color: var(--background-active-blue-france);
}
.fr-toggle input[type="checkbox"]:checked ~ .fr-toggle__label:after {
    --data-uri-svg: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23000091' d='m10 15.17 9.2-9.2 1.4 1.42L10 18l-6.36-6.36 1.4-1.42z'/%3E%3C/svg%3E");
    background-image: var(--data-uri-svg);
}
:root[data-fr-theme="dark"]
.fr-toggle
input[type="checkbox"]:checked
~ .fr-toggle__label:after {
    --data-uri-svg: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%238585f6' d='m10 15.17 9.2-9.2 1.4 1.42L10 18l-6.36-6.36 1.4-1.42z'/%3E%3C/svg%3E");
}
.fr-toggle input[type="checkbox"]:disabled {
    box-shadow: inset 0 0 0 1px var(--border-disabled-grey);
}
.fr-toggle input[type="checkbox"]:disabled:checked {
    --idle: transparent;
    --hover: var(--background-disabled-grey-hover);
    --active: var(--background-disabled-grey-active);
    background-color: var(--background-disabled-grey);
}
.fr-toggle input[type="checkbox"]:disabled:checked ~ .fr-toggle__label:after {
    --data-uri-svg: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23929292' d='m10 15.17 9.2-9.2 1.4 1.42L10 18l-6.36-6.36 1.4-1.42z'/%3E%3C/svg%3E");
    background-image: var(--data-uri-svg);
}
:root[data-fr-theme="dark"]
.fr-toggle
input[type="checkbox"]:disabled:checked
~ .fr-toggle__label:after {
    --data-uri-svg: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23666' d='m10 15.17 9.2-9.2 1.4 1.42L10 18l-6.36-6.36 1.4-1.42z'/%3E%3C/svg%3E");
}
.fr-toggle input[type="checkbox"]:disabled ~ .fr-toggle__label:before {
    color: var(--text-disabled-grey);
}
.fr-toggle input[type="checkbox"]:disabled ~ .fr-toggle__label:after {
    box-shadow: inset 0 0 0 1px var(--border-disabled-grey);
    color: var(--text-disabled-grey);
}
.fr-toggle .fr-hint-text {
    color: var(--text-mention-grey);
}
.fr-toggle--border-bottom {
    box-shadow: inset 0 -1px 0 0 var(--border-default-grey);
}
.fr-modal {
    --ground: 2000;
    align-items: stretch;
    background-color: hsla(0, 0%, 9%, 0.64);
    border: none;
    bottom: 0;
    color: inherit;
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: space-between;
    left: 0;
    margin: 0;
    opacity: 0;
    padding: 0;
    position: fixed;
    right: 0;
    top: 0;
    transition: opacity 0.3s, visibility 0.3s;
    visibility: hidden;
    width: 100%;
    z-index: 1750;
}
.fr-modal > .fr-container {
    pointer-events: none;
}
.fr-modal:focus {
    outline: none;
}
.fr-modal:before {
    content: "";
}
.fr-modal:after,
.fr-modal:before {
    display: block;
    flex: 1 0 2rem;
    height: 2rem;
    width: 0;
}
.fr-modal--top:before,
.fr-modal:after {
    content: none;
}
@media (min-width: 48em) {
    .fr-modal--top:before {
        content: "";
    }
}
.fr-modal--top:after {
    content: "";
}
@media (min-width: 48em) {
    .fr-modal:after,
    .fr-modal:before {
        flex: 1 0 10vh;
        height: 10vh;
        width: 0;
    }
    .fr-modal:after {
        content: "";
    }
}
.fr-modal--opened {
    height: 100%;
    opacity: 1;
    transition: opacity 0.3s, visibility 0.3s;
    visibility: inherit;
    width: 100%;
}
.fr-modal__body {
    --modal-max-height: calc(100vh - 2rem);
    flex: 1 1 auto;
    max-height: var(--modal-max-height);
    overflow-y: auto;
    pointer-events: all;
}
@media (min-width: 48em) {
    .fr-modal__body {
        max-height: 80vh !important;
    }
}
.fr-modal__header {
    align-items: center;
    display: flex;
    flex: auto 0 0;
    padding: 1rem 1rem 0.5rem;
}
@media (min-width: 48em) {
    .fr-modal__header {
        padding: 1rem 2rem;
    }
}
.fr-modal__content {
    margin-bottom: 3.5rem;
    padding-left: 1rem;
    padding-right: 1rem;
}
@media (min-width: 48em) {
    .fr-modal__content {
        margin-bottom: 4rem;
        padding-left: 2rem;
        padding-right: 2rem;
    }
}
.fr-modal__footer {
    bottom: 0;
    display: flex;
    flex: auto 0 0;
    margin-top: -2.5rem;
    padding: 1rem;
    position: sticky;
    transition: box-shadow 0.3s;
}
@media (min-width: 48em) {
    .fr-modal__footer {
        margin-top: -3rem;
        padding: 2rem;
    }
}
.fr-modal__footer .fr-btns-group {
    margin-bottom: -1rem;
    width: calc(100% + 1rem);
}
.fr-modal__title {
    --title-spacing: 0 0 1rem 0;
    font-size: 1.375rem;
    font-weight: 700;
    line-height: 1.75rem;
}
@media (min-width: 48em) {
    .fr-modal__title {
        font-size: 1.5rem;
        line-height: 2rem;
    }
}
.fr-modal__title[class*=" fr-fi-"],
.fr-modal__title[class*=" fr-icon-"],
.fr-modal__title[class^="fr-fi-"],
.fr-modal__title[class^="fr-icon-"] {
    margin-right: 0.5rem;
}
.fr-modal__body.fr-scroll-divider .fr-modal__footer {
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: 100% 1px;
}
.fr-modal__body {
    --idle: transparent;
    --hover: var(--background-lifted-grey-hover);
    --active: var(--background-lifted-grey-active);
    background-color: var(--background-lifted-grey);
    filter: drop-shadow(var(--lifted-shadow));
    z-index: calc(var(--ground) + 2000);
}
.fr-modal__title {
    color: var(--text-title-grey);
}
.fr-modal__footer {
    --idle: transparent;
    --hover: var(--background-lifted-grey-hover);
    --active: var(--background-lifted-grey-active);
    background-color: var(--background-lifted-grey);
}
.fr-modal__body.fr-scroll-divider .fr-modal__footer {
    background-image: linear-gradient(
        0deg,
        var(--border-default-grey),
        var(--border-default-grey)
    );
}
.fr-select {
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    background-position: calc(100% - 0.5rem) 50%;
    background-repeat: no-repeat;
    background-size: 1.5rem 1.5rem;
    border-radius: 0.25rem 0.25rem 0 0;
    display: block;
    font-size: 1rem;
    line-height: 1.5rem;
    padding: 0.5rem 2.5rem 0.5rem 1rem;
    width: 100%;
}
.fr-select-group .fr-message:first-child {
    margin-top: 0.5rem;
}
.fr-select {
    --idle: transparent;
    --hover: var(--background-contrast-grey-hover);
    --active: var(--background-contrast-grey-active);
    --data-uri-svg: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23161616' d='m12 13.1 5-4.9 1.4 1.4-6.4 6.3-6.4-6.4L7 8.1l5 5z'/%3E%3C/svg%3E");
    background-color: var(--background-contrast-grey);
    background-image: var(--data-uri-svg);
    box-shadow: inset 0 -2px 0 0 var(--border-plain-grey);
    color: var(--text-title-grey);
}
:root[data-fr-theme="dark"] .fr-select {
    --data-uri-svg: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23fff' d='m12 13.1 5-4.9 1.4 1.4-6.4 6.3-6.4-6.4L7 8.1l5 5z'/%3E%3C/svg%3E");
}
.fr-fieldset--valid .fr-select,
.fr-select-group--valid .fr-select {
    box-shadow: inset 0 -2px 0 0 var(--border-plain-success);
}
.fr-fieldset--error .fr-select,
.fr-select-group--error .fr-select {
    box-shadow: inset 0 -2px 0 0 var(--border-plain-error);
}
.fr-select:disabled {
    --data-uri-svg: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23929292' d='m12 13.1 5-4.9 1.4 1.4-6.4 6.3-6.4-6.4L7 8.1l5 5z'/%3E%3C/svg%3E");
    background-image: var(--data-uri-svg);
    box-shadow: inset 0 -2px 0 0 var(--border-disabled-grey);
    color: var(--text-disabled-grey);
}
:root[data-fr-theme="dark"] .fr-select:disabled {
    --data-uri-svg: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23666' d='m12 13.1 5-4.9 1.4 1.4-6.4 6.3-6.4-6.4L7 8.1l5 5z'/%3E%3C/svg%3E");
}
.fr-select:-webkit-autofill,
.fr-select:-webkit-autofill:focus,
.fr-select:-webkit-autofill:hover {
    -webkit-text-fill-color: var(--text-label-grey);
    box-shadow: inset 0 -2px 0 0 var(--border-plain-grey),
        inset 0 0 0 1000px var(--background-contrast-blue-france);
}
@media (min-width: 36em) {
    /*! media sm */
}
@media (min-width: 48em) {
    /*! media md */
}
@media (min-width: 62em) {
    /*! media lg */
}
@media (min-width: 78em) {
    /*! media xl */
}
.fr-badge {
    --text-spacing: 0;
    --title-spacing: 0;
    --underline-img: none;
    --hover-tint: var(--hover);
    align-items: center;
    display: inline-flex;
    flex-direction: row;
    width: -moz-fit-content;
    width: fit-content;
    z-index: 1;
}
.fr-badge:after,
.fr-badge:before {
    display: block;
}
.fr-badge--icon-left[class*=" fr-fi-"],
.fr-badge--icon-left[class*=" fr-icon-"],
.fr-badge--icon-left[class^="fr-fi-"],
.fr-badge--icon-left[class^="fr-icon-"] {
    max-height: none;
    max-width: 100%;
    overflow: initial;
}
.fr-badge--icon-left[class*=" fr-fi-"]:before,
.fr-badge--icon-left[class*=" fr-icon-"]:before,
.fr-badge--icon-left[class^="fr-fi-"]:before,
.fr-badge--icon-left[class^="fr-icon-"]:before {
    --icon-size: 1rem;
    margin-left: -0.125rem;
    margin-right: 0.25rem;
}
.fr-badge[class*=" fr-fi-"]:not([class*="fr-badge--icon-"]):before,
.fr-badge[class*=" fr-icon-"]:not([class*="fr-badge--icon-"]):before,
.fr-badge[class^="fr-fi-"]:not([class*="fr-badge--icon-"]):before,
.fr-badge[class^="fr-icon-"]:not([class*="fr-badge--icon-"]):before {
    content: none;
}
.fr-badge--sm.fr-badge--icon-left[class*=" fr-fi-"],
.fr-badge--sm.fr-badge--icon-left[class*=" fr-icon-"],
.fr-badge--sm.fr-badge--icon-left[class^="fr-fi-"],
.fr-badge--sm.fr-badge--icon-left[class^="fr-icon-"] {
    max-height: none;
    max-width: 100%;
    overflow: initial;
}
.fr-badge--sm.fr-badge--icon-left[class*=" fr-fi-"]:before,
.fr-badge--sm.fr-badge--icon-left[class*=" fr-icon-"]:before,
.fr-badge--sm.fr-badge--icon-left[class^="fr-fi-"]:before,
.fr-badge--sm.fr-badge--icon-left[class^="fr-icon-"]:before {
    --icon-size: 0.75rem;
    margin-left: -0.09375rem;
    margin-right: 0.25rem;
}
.fr-badge--sm[class*=" fr-fi-"]:not([class*="fr-badge--icon-"]):before,
.fr-badge--sm[class*=" fr-icon-"]:not([class*="fr-badge--icon-"]):before,
.fr-badge--sm[class^="fr-fi-"]:not([class*="fr-badge--icon-"]):before,
.fr-badge--sm[class^="fr-icon-"]:not([class*="fr-badge--icon-"]):before {
    content: none;
}
.fr-badge {
    border-radius: 0.25rem;
    font-size: 0.875rem;
    font-weight: 700;
    line-height: 1.5rem;
    max-height: none;
    max-width: 100%;
    min-height: 1.5rem;
    overflow: initial;
    padding: 0 0.5rem;
    text-transform: uppercase;
}
.fr-badge:before {
    --icon-size: 1rem;
    background-color: currentColor;
    display: inline-block;
    flex: 0 0 auto;
    height: var(--icon-size);
    margin-left: -0.125rem;
    margin-right: 0.25rem;
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
    vertical-align: calc((0.75em - var(--icon-size)) * 0.5);
    width: var(--icon-size);
}
.fr-badge--sm {
    font-size: 0.75rem;
    line-height: 1.25rem;
    max-height: none;
    max-width: 100%;
    min-height: 1.125rem;
    overflow: initial;
    padding: 0 0.375rem;
}
.fr-badge--sm:before {
    --icon-size: 0.75rem;
    margin-left: -0.09375rem;
    margin-right: 0.25rem;
}
.fr-badge--sm.fr-badge--info:before,
.fr-badge.fr-badge--info:before {
    -webkit-mask-image: url('/assets/theme_image/fr--info-fill.svg');
    mask-image: url('/assets/theme_image/fr--info-fill.svg');
}
.fr-badge--sm.fr-badge--success:before,
.fr-badge.fr-badge--success:before {
    -webkit-mask-image: url('/assets/theme_image/fr--success-fill.svg');
    mask-image: url('/assets/theme_image/fr--success-fill.svg');
}
.fr-badge--sm.fr-badge--error:before,
.fr-badge.fr-badge--error:before {
    -webkit-mask-image: url('/assets/theme_image/fr--error-fill.svg');
    mask-image: url('/assets/theme_image/fr--error-fill.svg');
}
.fr-badge--sm.fr-badge--warning:before,
.fr-badge.fr-badge--warning:before {
    -webkit-mask-image: url('/assets/theme_image/fr--warning-fill.svg');
    mask-image: url('/assets/theme_image/fr--warning-fill.svg');
}
.fr-badge--sm.fr-badge--new:before,
.fr-badge.fr-badge--new:before {
    -webkit-mask-image: url('/assets/theme_image/flashlight-fill.svg');
    mask-image: url('/assets/theme_image/flashlight-fill.svg');
}
.fr-badge--error:before,
.fr-badge--info:before,
.fr-badge--new:before,
.fr-badge--sm--error:before,
.fr-badge--sm--info:before,
.fr-badge--sm--new:before,
.fr-badge--sm--success:before,
.fr-badge--sm--warning:before,
.fr-badge--success:before,
.fr-badge--warning:before {
    content: "";
}
.fr-badge--sm.fr-badge--no-icon:before,
.fr-badge.fr-badge--no-icon:before {
    content: none;
}
.fr-badges-group {
    --ul-type: none;
    --ol-type: none;
    --ul-start: 0;
    --ol-start: 0;
    --xl-block: 0;
    --li-bottom: 0;
    --ol-content: none;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 0;
    margin-left: -0.25rem;
    margin-right: -0.25rem;
}
.fr-badges-group > li {
    display: inline-flex;
    max-width: 100%;
}
.fr-badges-group .fr-badge {
    margin: 0 0.25rem 0.5rem;
}
.fr-badges-group--sm .fr-badge {
    font-size: 0.75rem;
    line-height: 1.25rem;
    min-height: 1.125rem;
    padding: 0 0.375rem;
}
.fr-badges-group--sm .fr-badge:after,
.fr-badges-group--sm .fr-badge:before {
    --icon-size: 0.75rem;
}
.fr-badge {
    --idle: transparent;
    --hover: var(--background-contrast-grey-hover);
    --active: var(--background-contrast-grey-active);
    background-color: var(--background-contrast-grey);
    color: var(--text-default-grey);
}
.fr-badge--info {
    --idle: transparent;
    --hover: var(--background-contrast-info-hover);
    --active: var(--background-contrast-info-active);
    background-color: var(--background-contrast-info);
    color: var(--text-default-info);
}
.fr-badge--error {
    --idle: transparent;
    --hover: var(--background-contrast-error-hover);
    --active: var(--background-contrast-error-active);
    background-color: var(--background-contrast-error);
    color: var(--text-default-error);
}
.fr-badge--success {
    --idle: transparent;
    --hover: var(--background-contrast-success-hover);
    --active: var(--background-contrast-success-active);
    background-color: var(--background-contrast-success);
    color: var(--text-default-success);
}
.fr-badge--warning {
    --idle: transparent;
    --hover: var(--background-contrast-warning-hover);
    --active: var(--background-contrast-warning-active);
    background-color: var(--background-contrast-warning);
    color: var(--text-default-warning);
}
.fr-badge--new {
    --idle: transparent;
    --hover: var(--background-contrast-yellow-moutarde-hover);
    --active: var(--background-contrast-yellow-moutarde-active);
    background-color: var(--background-contrast-yellow-moutarde);
    color: var(--text-action-high-yellow-moutarde);
}


.fr-badge--green-tilleul-verveine {
    --idle: transparent;
    --hover: var(--background-contrast-green-tilleul-verveine-hover);
    --active: var(--background-contrast-green-tilleul-verveine-active);
    background-color: var(--background-contrast-green-tilleul-verveine);
    color: var(--text-label-green-tilleul-verveine);
}
.fr-badge--green-bourgeon {
    --idle: transparent;
    --hover: var(--background-contrast-green-bourgeon-hover);
    --active: var(--background-contrast-green-bourgeon-active);
    background-color: var(--background-contrast-green-bourgeon);
    color: var(--text-label-green-bourgeon);
}
.fr-badge--green-emeraude {
    --idle: transparent;
    --hover: var(--background-contrast-green-emeraude-hover);
    --active: var(--background-contrast-green-emeraude-active);
    background-color: var(--background-contrast-green-emeraude);
    color: var(--text-label-green-emeraude);
}
.fr-badge--green-menthe {
    --idle: transparent;
    --hover: var(--background-contrast-green-menthe-hover);
    --active: var(--background-contrast-green-menthe-active);
    background-color: var(--background-contrast-green-menthe);
    color: var(--text-label-green-menthe);
}
.fr-badge--green-archipel {
    --idle: transparent;
    --hover: var(--background-contrast-green-archipel-hover);
    --active: var(--background-contrast-green-archipel-active);
    background-color: var(--background-contrast-green-archipel);
    color: var(--text-label-green-archipel);
}
.fr-badge--blue-ecume {
    --idle: transparent;
    --hover: var(--background-contrast-blue-ecume-hover);
    --active: var(--background-contrast-blue-ecume-active);
    background-color: var(--background-contrast-blue-ecume);
    color: var(--text-label-blue-ecume);
}
.fr-badge--blue-cumulus {
    --idle: transparent;
    --hover: var(--background-contrast-blue-cumulus-hover);
    --active: var(--background-contrast-blue-cumulus-active);
    background-color: var(--background-contrast-blue-cumulus);
    color: var(--text-label-blue-cumulus);
}
.fr-badge--purple-glycine {
    --idle: transparent;
    --hover: var(--background-contrast-purple-glycine-hover);
    --active: var(--background-contrast-purple-glycine-active);
    background-color: var(--background-contrast-purple-glycine);
    color: var(--text-label-purple-glycine);
}
.fr-badge--pink-macaron {
    --idle: transparent;
    --hover: var(--background-contrast-pink-macaron-hover);
    --active: var(--background-contrast-pink-macaron-active);
    background-color: var(--background-contrast-pink-macaron);
    color: var(--text-label-pink-macaron);
}
.fr-badge--pink-tuile {
    --idle: transparent;
    --hover: var(--background-contrast-pink-tuile-hover);
    --active: var(--background-contrast-pink-tuile-active);
    background-color: var(--background-contrast-pink-tuile);
    color: var(--text-label-pink-tuile);
}
.fr-badge--yellow-tournesol {
    --idle: transparent;
    --hover: var(--background-contrast-yellow-tournesol-hover);
    --active: var(--background-contrast-yellow-tournesol-active);
    background-color: var(--background-contrast-yellow-tournesol);
    color: var(--text-label-yellow-tournesol);
}
.fr-badge--yellow-moutarde {
    --idle: transparent;
    --hover: var(--background-contrast-yellow-moutarde-hover);
    --active: var(--background-contrast-yellow-moutarde-active);
    background-color: var(--background-contrast-yellow-moutarde);
    color: var(--text-label-yellow-moutarde);
}
.fr-badge--orange-terre-battue {
    --idle: transparent;
    --hover: var(--background-contrast-orange-terre-battue-hover);
    --active: var(--background-contrast-orange-terre-battue-active);
    background-color: var(--background-contrast-orange-terre-battue);
    color: var(--text-label-orange-terre-battue);
}
.fr-badge--brown-cafe-creme {
    --idle: transparent;
    --hover: var(--background-contrast-brown-cafe-creme-hover);
    --active: var(--background-contrast-brown-cafe-creme-active);
    background-color: var(--background-contrast-brown-cafe-creme);
    color: var(--text-label-brown-cafe-creme);
}
.fr-badge--brown-caramel {
    --idle: transparent;
    --hover: var(--background-contrast-brown-caramel-hover);
    --active: var(--background-contrast-brown-caramel-active);
    background-color: var(--background-contrast-brown-caramel);
    color: var(--text-label-brown-caramel);
}
.fr-badge--brown-opera {
    --idle: transparent;
    --hover: var(--background-contrast-brown-opera-hover);
    --active: var(--background-contrast-brown-opera-active);
    background-color: var(--background-contrast-brown-opera);
    color: var(--text-label-brown-opera);
}
.fr-badge--beige-gris-galet {
    --idle: transparent;
    --hover: var(--background-contrast-beige-gris-galet-hover);
    --active: var(--background-contrast-beige-gris-galet-active);
    background-color: var(--background-contrast-beige-gris-galet);
    color: var(--text-label-beige-gris-galet);
}
.fr-badge-group {
    --ul-type: none;
    --ol-type: none;
    --ul-start: 0;
    --ol-start: 0;
    --xl-block: 0;
    --li-bottom: 0;
    --ol-content: none;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 0;
}
.fr-badge-group > li {
    display: inline-flex;
    max-width: 100%;
}
.fr-badge-group .fr-badge {
    margin-bottom: 0.5rem;
    margin-right: 0.5rem;
}
.odswidget-facet__category-container ol,
ol > li,
ul,
ul > li {
    padding-bottom: var(--is-list) 0;
}
input,
select {
    appearance: auto;
    background-color: #fff;
    border: 1px solid #ccc;
}
.fr-input {
    border: none;
}

.fr-callout {
    --title-spacing: 0 0 0.5rem;
    --text-spacing: 0;
    --idle: transparent;
    --hover: var(--background-contrast-grey-hover);
    --active: var(--background-contrast-grey-active);
    background-color: var(--background-contrast-grey);
    box-shadow: inset 0.25rem 0 0 0 var(--border-default-blue-france);
    margin: 0 0 1.5rem;
    padding: 1.5rem;
    position: relative;
}
.fr-callout[class*=" fr-fi-"]:before,
.fr-callout[class*=" fr-icon-"]:before,
.fr-callout[class^="fr-fi-"]:before,
.fr-callout[class^="fr-icon-"]:before {
    display: block;
    margin: -0.5rem 0 0.5rem;
}
.fr-callout__title {
    color: var(--text-title-grey);
    font-size: 1.375rem;
    font-weight: 700;
    line-height: 1.75rem;
}
.fr-callout__text {
    font-size: 1.125rem;
    line-height: 1.75rem;
}
.fr-callout .fr-btn {
    margin-top: 1rem;
}
.fr-callout:before {
    color: var(--text-title-grey);
}
.fr-callout--tne {
    --idle: transparent;
    --hover: var(--background-contrast-grey-hover);
    --active: var(--background-contrast-grey-active);
    background-color: var(--background-contrast-grey);
    box-shadow: inset 0.25rem 0 0 0 #ff4a13;
    margin: 0 0 1.5rem;
    padding: 1.5rem;
    position: relative;
}

.fr-callout--green-tilleul-verveine {
    --idle: transparent;
    --hover: var(--background-contrast-green-tilleul-verveine-hover);
    --active: var(--background-contrast-green-tilleul-verveine-active);
    background-color: var(--background-contrast-green-tilleul-verveine);
    box-shadow: inset 0.25rem 0 0 0 var(--border-default-green-tilleul-verveine);
}
.fr-callout--green-bourgeon {
    --idle: transparent;
    --hover: var(--background-contrast-green-bourgeon-hover);
    --active: var(--background-contrast-green-bourgeon-active);
    background-color: var(--background-contrast-green-bourgeon);
    box-shadow: inset 0.25rem 0 0 0 var(--border-default-green-bourgeon);
}
.fr-callout--green-emeraude {
    --idle: transparent;
    --hover: var(--background-contrast-green-emeraude-hover);
    --active: var(--background-contrast-green-emeraude-active);
    background-color: var(--background-contrast-green-emeraude);
    box-shadow: inset 0.25rem 0 0 0 var(--border-default-green-emeraude);
}
.fr-callout--green-menthe {
    --idle: transparent;
    --hover: var(--background-contrast-green-menthe-hover);
    --active: var(--background-contrast-green-menthe-active);
    background-color: var(--background-contrast-green-menthe);
    box-shadow: inset 0.25rem 0 0 0 var(--border-default-green-menthe);
}
.fr-callout--green-archipel {
    --idle: transparent;
    --hover: var(--background-contrast-green-archipel-hover);
    --active: var(--background-contrast-green-archipel-active);
    background-color: var(--background-contrast-green-archipel);
    box-shadow: inset 0.25rem 0 0 0 var(--border-default-green-archipel);
}
.fr-callout--blue-ecume {
    --idle: transparent;
    --hover: var(--background-contrast-blue-ecume-hover);
    --active: var(--background-contrast-blue-ecume-active);
    background-color: var(--background-contrast-blue-ecume);
    box-shadow: inset 0.25rem 0 0 0 var(--border-default-blue-ecume);
}
.fr-callout--blue-cumulus {
    --idle: transparent;
    --hover: var(--background-contrast-blue-cumulus-hover);
    --active: var(--background-contrast-blue-cumulus-active);
    background-color: var(--background-contrast-blue-cumulus);
    box-shadow: inset 0.25rem 0 0 0 var(--border-default-blue-cumulus);
}
.fr-callout--purple-glycine {
    --idle: transparent;
    --hover: var(--background-contrast-purple-glycine-hover);
    --active: var(--background-contrast-purple-glycine-active);
    background-color: var(--background-contrast-purple-glycine);
    box-shadow: inset 0.25rem 0 0 0 var(--border-default-purple-glycine);
}
.fr-callout--pink-macaron {
    --idle: transparent;
    --hover: var(--background-contrast-pink-macaron-hover);
    --active: var(--background-contrast-pink-macaron-active);
    background-color: var(--background-contrast-pink-macaron);
    box-shadow: inset 0.25rem 0 0 0 var(--border-default-pink-macaron);
}
.fr-callout--pink-tuile {
    --idle: transparent;
    --hover: var(--background-contrast-pink-tuile-hover);
    --active: var(--background-contrast-pink-tuile-active);
    background-color: var(--background-contrast-pink-tuile);
    box-shadow: inset 0.25rem 0 0 0 var(--border-default-pink-tuile);
}
.fr-callout--yellow-tournesol {
    --idle: transparent;
    --hover: var(--background-contrast-yellow-tournesol-hover);
    --active: var(--background-contrast-yellow-tournesol-active);
    background-color: var(--background-contrast-yellow-tournesol);
    box-shadow: inset 0.25rem 0 0 0 var(--border-default-yellow-tournesol);
}
.fr-callout--yellow-moutarde {
    --idle: transparent;
    --hover: var(--background-contrast-yellow-moutarde-hover);
    --active: var(--background-contrast-yellow-moutarde-active);
    background-color: var(--background-contrast-yellow-moutarde);
    box-shadow: inset 0.25rem 0 0 0 var(--border-default-yellow-moutarde);
}
.fr-callout--orange-terre-battue {
    --idle: transparent;
    --hover: var(--background-contrast-orange-terre-battue-hover);
    --active: var(--background-contrast-orange-terre-battue-active);
    background-color: var(--background-contrast-orange-terre-battue);
    box-shadow: inset 0.25rem 0 0 0 var(--border-default-orange-terre-battue);
}
.fr-callout--brown-cafe-creme {
    --idle: transparent;
    --hover: var(--background-contrast-brown-cafe-creme-hover);
    --active: var(--background-contrast-brown-cafe-creme-active);
    background-color: var(--background-contrast-brown-cafe-creme);
    box-shadow: inset 0.25rem 0 0 0 var(--border-default-brown-cafe-creme);
}
.fr-callout--brown-caramel {
    --idle: transparent;
    --hover: var(--background-contrast-brown-caramel-hover);
    --active: var(--background-contrast-brown-caramel-active);
    background-color: var(--background-contrast-brown-caramel);
    box-shadow: inset 0.25rem 0 0 0 var(--border-default-brown-caramel);
}
.fr-callout--brown-opera {
    --idle: transparent;
    --hover: var(--background-contrast-brown-opera-hover);
    --active: var(--background-contrast-brown-opera-active);
    background-color: var(--background-contrast-brown-opera);
    box-shadow: inset 0.25rem 0 0 0 var(--border-default-brown-opera);
}
.fr-callout--beige-gris-galet {
    --idle: transparent;
    --hover: var(--background-contrast-beige-gris-galet-hover);
    --active: var(--background-contrast-beige-gris-galet-active);
    background-color: var(--background-contrast-beige-gris-galet);
    box-shadow: inset 0.25rem 0 0 0 var(--border-default-beige-gris-galet);
}

@font-face {
    font-display: swap;
    font-family: Marianne;
    font-style: normal;
    font-weight: 300;
    src: url('/assets/theme_font/Marianne-Light.woff2') format("woff2"),
        url('/assets/theme_font/Marianne-Light.woff') format("woff");
}
@font-face {
    font-display: swap;
    font-family: Marianne;
    font-style: italic;
    font-weight: 300;
    src: url('/assets/theme_font/Marianne-Light_Italic.woff2') format("woff2"),
        url('/assets/theme_font/Marianne-Light_Italic.woff') format("woff");
}
@font-face {
    font-display: swap;
    font-family: Marianne;
    font-style: normal;
    font-weight: 400;
    src: url('/assets/theme_font/Marianne-Regular.woff2') format("woff2"),
        url('/assets/theme_font/Marianne-Regular.woff') format("woff");
}
@font-face {
    font-display: swap;
    font-family: Marianne;
    font-style: italic;
    font-weight: 400;
    src: url('/assets/theme_font/Marianne-Regular_Italic.woff2') format("woff2"),
        url('/assets/theme_font/Marianne-Regular_Italic.woff') format("woff");
}
@font-face {
    font-display: swap;
    font-family: Marianne;
    font-style: normal;
    font-weight: 500;
    src: url('/assets/theme_font/Marianne-Medium.woff2') format("woff2"),
        url('/assets/theme_font/Marianne-Medium.woff') format("woff");
}
@font-face {
    font-display: swap;
    font-family: Marianne;
    font-style: italic;
    font-weight: 500;
    src: url('/assets/theme_font/Marianne-Medium_Italic.woff2') format("woff2"),
        url('/assets/theme_font/Marianne-Medium_Italic.woff') format("woff");
}
@font-face {
    font-display: swap;
    font-family: Marianne;
    font-style: normal;
    font-weight: 700;
    src: url('/assets/theme_font/Marianne-Bold.woff2') format("woff2"),
        url('/assets/theme_font/Marianne-Bold.woff') format("woff");
}
@font-face {
    font-display: swap;
    font-family: Marianne;
    font-style: italic;
    font-weight: 700;
    src: url('/assets/theme_font/Marianne-Bold_Italic.woff2') format("woff2"),
        url('/assets/theme_font/Marianne-Bold_Italic.woff') format("woff");
}
@font-face {
    font-display: swap;
    font-family: Spectral;
    font-style: normal;
    font-weight: 400;
    src: url('/assets/theme_font/Spectral-Regular.woff2') format("woff2"),
        url('/assets/theme_font/Spectral-Regular.woff') format("woff");
}
@font-face {
    font-display: swap;
    font-family: Spectral;
    font-style: normal;
    font-weight: 900;
    src: url('/assets/theme_font/Spectral-ExtraBold.woff2') format("woff2"),
        url('/assets/theme_font/Spectral-ExtraBold.woff') format("woff");
}
div.fr-tag {
    --blend: var(--background-action-low-blue-france-blend);
    background-color: var(--background-action-low-blue-france);
    color: var(--text-action-high-blue-france);
}
div.fr-tag:hover {
    background-color: rgba(172, 172, 255, 0.5);
    text-decoration: underline;
}
.ods-simple-tabs-nav-link {
    background-color: var(--background-action-low-blue-france);
    box-shadow: none;
    color: #161616;
    font-weight: 700;
    margin: 0 0.25rem;
}
.ods-simple-tabs-nav-link:hover {
    background-color: #c7c7fa;
    border-bottom-color: transparent;
}
.ods-simple-tabs-nav-link.ods-simple-tabs-nav-link-active {
    background-color: #fff;
    border-bottom: none;
    border-top: 2px solid #FF9575;
    color: #FF9575;
}
.tab-content {
    padding: 20px;
}
.fr-fieldset {
    border: 0;
    margin: 0;
    padding: 0;
    position: relative;
}
.fr-fieldset .fr-hint-text {
    margin-bottom: 1rem;
}
.fr-fieldset__legend {
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.5rem;
    margin-bottom: 1rem;
}
.fr-fieldset__legend .fr-hint-text {
    font-weight: 400;
    margin-bottom: 0;
    margin-top: 0.5rem;
}
.fr-fieldset__content {
    position: relative;
}
.fr-fieldset--inline .fr-fieldset__content {
    align-items: baseline;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    margin: -0.75rem 0;
}
.fr-fieldset--inline .fr-checkbox-group {
    display: inline-flex;
    margin-bottom: 0;
}
.fr-fieldset--inline .fr-checkbox-group:first-child {
    margin-top: 0;
}
.fr-fieldset--inline .fr-checkbox-group:not(:last-child) {
    margin-right: 1.25rem;
}
.fr-fieldset--inline .fr-checkbox-group:last-child {
    margin-bottom: 0;
}
.fr-fieldset--inline .fr-radio-group {
    display: inline-flex;
}
.fr-fieldset--inline
.fr-radio-group:not(:last-child)
input[type="radio" i]
+ label {
    margin-right: 1.75rem;
}
.fr-fieldset--inline .fr-radio-group:first-child {
    margin-top: 0;
}
.fr-fieldset--inline .fr-radio-group:first-child input[type="radio" i] + label {
    margin-top: 0;
}
.fr-fieldset--inline .fr-radio-group:last-child {
    margin-bottom: 0;
}
.fr-fieldset--inline .fr-radio-group:last-child input[type="radio" i] + label {
    margin-bottom: 0;
}
.fr-fieldset--error .fr-fieldset__content:before,
.fr-fieldset--valid .fr-fieldset__content:before {
    bottom: 0.75rem;
    content: "";
    left: -0.5rem;
    position: absolute;
    top: 0.75rem;
    width: 2px;
}
.fr-fieldset:disabled .fr-label,
.fr-fieldset[disabled] .fr-label {
    color: var(--g600-g400);
}
.select-group-fix .select-fix {
    background-image: none;
    min-width: 200px;
    padding: 2px;
}
.select-group-fix .select-fix .odswidget-select-button {
    background: var(--background-contrast-grey);
    border: none;
    font-size: 16px;
    max-width: 200px;
    width: 100%;
}
@media screen and (max-width: 768px) {
    .select-group-fix .select-fix .odswidget-select-button {
        max-width: inherit;
    }
}
dialog {
    width: 100%;
}
.ods-pop-in {
    background-color: var(--background-overlay-grey);
    transition: opacity 0.3s, visibility 0.3s;
}
@media screen and (max-width: 768px) {
    .ods-pop-in {
        padding: 0;
    }
}
.ods-pop-in .ods-pop-in__container {
    box-shadow: none;
}

/** FIX hover barre de nav ****/
.ods-front-header__menu-item-link:hover {
    background: rgba(0, 0, 0, 0.04) !important;
    color: #333333;
}

.ods-front-header:not(.ods-responsive-menu--collapsed) {
    height: 200px;
    margin: 0;
    padding: 0;
}
.ods-header-title-highlight {
    color: #FF9575;
}
.portal-header-logo-container {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 20px;
    justify-content: left;
    padding-bottom: 26px;
    padding-top: 26px;
}
.portal-header-logo-container a {
    box-shadow: none;
    text-decoration: none;
}
.portal-header-logo-container a:hover {
    text-decoration: none;
}
.nav-header {
    align-items: center;
    display: flex;
    justify-content: center;
    padding: 0 100px;
    width: 100%;
}
.ods-front-header__logo {
    display: inline-block;
    height: 90px;
    width: auto;
}
.border-bottom:not(.ods-responsive-menu--collapsed) {
    border-bottom: 1px solid #f5eded;
}
.management-menu {
    font-size: 0.833rem;
    line-height: 59px;
    position: absolute;
    right: 20%;
    top: 0;
}
.ods-front-header__menu {
    margin: 0;
}
.ods-front-header__management-menu-item {
    background-color: #fff;
    border-radius: 0;
    border-right: 2px solid #e7e7e7;
    margin: 0;
    padding: 0 20px 2px;
}
.ods-front-header__management-menu-item:last-child {
    border-right: none;
}
.ods-front-header__management-menu-item-link {
    color: #FF9575;
    padding: 3.5px 10.5px;
}
.ods-front-header__management-menu-item-link:not(.ods-responsive-menu--collapsed):hover {
    background: rgba(0, 0, 0, 0.04);
    border-bottom: none;
    border-radius: 14px;
}
.ods-front-header__menu-item-link {
    color: #565656;
    display: inline-block;
    font-size: 1.2rem;
    font-weight: 400;
    height: 61px;
    line-height: 58px;
    margin: 0;
    opacity: 1;
}
.ods-front-header__menu-item-link:hover {
    background: rgba(0, 0, 0, 0.04);
    color: #565656;
}
.ods-front-header__menu-item-link--active {
    border-bottom: 3px solid #FF9575;
    color: #FF9575;
}
.ods-responsive-menu--collapsed .ods-responsive-menu-placeholder__container {
    height: 120px;
    padding: 10px 20px;
    text-align: left;
}
.ods-responsive-menu--collapsed
.ods-responsive-menu-placeholder
.ods-front-header__portal-brand {
    align-items: flex-start;
    display: flex;
    flex-direction: row;
    height: 40px;
    position: relative;
    top: 10px;
    width: 95%;
}
.ods-responsive-menu--collapsed .ods-responsive-menu-placeholder__toggle {
    background-color: #fff;
    color: #1e1e1e;
    opacity: 1;
}
.ods-responsive-menu--collapsed .fr-header__service-title {
    border-top: 1px solid #f5eded;
    margin-top: 15px;
    padding-top: 10px;
    width: 100%;
}
.ods-responsive-menu-collapsible--collapsed
.ods-responsive-menu-collapsible__container {
    background-color: #fff;
}
.ods-responsive-menu-collapsible--collapsed.fr-header__service {
    box-shadow: none;
}
.ods-responsive-menu-collapsible--expanded .portal-header-logo-container {
    display: none;
}
.ods-responsive-menu-collapsible--expanded
.ods-responsive-menu-collapsible__content {
    display: flex;
    flex-direction: column-reverse;
}
.ods-responsive-menu-collapsible--expanded .ods-front-header__menu {
    width: 100%;
}
.ods-responsive-menu-collapsible--expanded .ods-front-header__menu-item {
    border-bottom: 1px solid #f5eded;
}
.ods-responsive-menu-collapsible--expanded .ods-front-header__menu-item-link {
    align-items: center;
    color: #1e1e1e;
    display: flex;
    font-size: 1rem;
    font-weight: 700;
    padding: 0 10px;
}
.ods-responsive-menu-collapsible--expanded
.ods-front-header__menu-item-link:hover {
    border-bottom: 0 transparent;
    color: #FF9575;
}
.ods-responsive-menu-collapsible--expanded .ods-front-header__management-menu {
    padding: 0;
}
.ods-responsive-menu-collapsible--expanded
.ods-front-header__management-menu-item {
    border-bottom: 1px solid #f5eded;
    border-right: none;
    font-size: 1rem;
    margin: 0;
    padding: 15px 0;
}
.ods-responsive-menu-collapsible--expanded
.ods-front-header__management-menu-item-link {
    color: #6a6a6a;
    font-size: 1rem;
    padding: 0 10px;
}
.ods-responsive-menu-collapsible--expanded
.ods-front-header__management-menu-item-link:hover {
    background-image: none;
    color: #FF9575;
    text-decoration: none;
}
.ods-responsive-menu-collapsible--expanded
.ods-front-header__management-menu-item-link
i {
    font-size: 1rem;
}
.ods-responsive-menu-collapsible--expanded
.ods-front-header__management-menu-item-link:not(.ods-front-header__management-menu-item-link--backoffice) {
    border-bottom: none;
}
.ods-responsive-menu-collapsible--expanded .ods-front-header__account-avatar,
.ods-responsive-menu-collapsible--expanded
.ods-front-header__account-avatar-container {
    height: 18px;
    width: 18px;
}
.ods-responsive-menu-collapsible--expanded
button.ods-responsive-menu-collapsible__toggle-button:before {
    color: #FF9575;
    content: "Fermer";
    font-size: 1rem;
}
.ods-responsive-menu-collapsible--expanded
.ods-responsive-menu-collapsible__toggle {
    margin-bottom: 0;
}
.ods-responsive-menu-collapsible--expanded
.ods-responsive-menu-collapsible__toggle-button {
    color: #FF9575;
}
.ods-responsive-menu-collapsible--expanded .fix-mobile {
    padding-left: 0;
    padding-right: 0;
}

/***** ODS FOOTER *****/
.ods-front-footer {
    background-color: #fff;
    border-top: none;
}
.footer-logo {
    height: 70px;
}

/***** FIX FOOTER *****/
.fr-footer__content {
    text-align: left;
}

/***** FIX HREF *****/
[href] {
    background-image: none !important;
}

/***** FIX KEYWORD  HOVER *****/

.ods-catalog-card__keyword:hover {
    background-color: #FF9575 !important;
}

.ods-dataset-visualization__edit-dataset-link:hover {
    background-color: #000091 !important;
}


/*!
* @package IcoFont
* @version 1.0.1
* @author IcoFont https://icofont.com
* @copyright Copyright (c) 2015 - 2018 IcoFont
* @license - https://icofont.com/license/
*/@font-face{font-family:IcoFont;font-weight:400;font-style:Regular;
    src:url(https://static.opendatasoft.com/fonts/icofont/latest/icofont.woff2) 
        format("woff2")}[class*=" icofont-"],[class^=icofont-]{font-family:IcoFont!important;speak:none;font-style:normal;
            font-weight:400;font-variant:normal;text-transform:none;white-space:nowrap;word-wrap:normal;direction:ltr;line-height:1;-webkit-font-feature-settings:"liga";
            -webkit-font-smoothing:antialiased}
.icofont-angry-monster:before{content:"\e800"}.icofont-bathtub:before{content:"\e801"}.icofont-bird-wings:before{content:"\e802"}
.icofont-bow:before{content:"\e803"}.icofont-castle:before{content:"\e804"}.icofont-circuit:before{content:"\e805"}.icofont-crown-king:before{content:"\e806"}
.icofont-crown-queen:before{content:"\e807"}.icofont-dart:before{content:"\e808"}.icofont-disability-race:before{content:"\e809"}.icofont-diving-goggle:before{content:"\e80a"}
.icofont-eye-open:before{content:"\e80b"}.icofont-flora-flower:before{content:"\e80c"}.icofont-flora:before{content:"\e80d"}.icofont-gift-box:before{content:"\e80e"}
.icofont-halloween-pumpkin:before{content:"\e80f"}.icofont-hand-power:before{content:"\e810"}.icofont-hand-thunder:before{content:"\e811"}.icofont-king-monster:before{content:"\e812"}
.icofont-love:before{content:"\e813"}.icofont-magician-hat:before{content:"\e814"}.icofont-native-american:before{content:"\e815"}.icofont-owl-look:before{content:"\e816"}
.icofont-phoenix:before{content:"\e817"}.icofont-robot-face:before{content:"\e818"}.icofont-sand-clock:before{content:"\e819"}.icofont-shield-alt:before{content:"\e81a"}
.icofont-ship-wheel:before{content:"\e81b"}.icofont-skull-danger:before{content:"\e81c"}.icofont-skull-face:before{content:"\e81d"}.icofont-snowmobile:before{content:"\e81e"}
.icofont-space-shuttle:before{content:"\e81f"}.icofont-star-shape:before{content:"\e820"}.icofont-swirl:before{content:"\e821"}.icofont-tattoo-wing:before{content:"\e822"}
.icofont-throne:before{content:"\e823"}.icofont-tree-alt:before{content:"\e824"}.icofont-triangle:before{content:"\e825"}.icofont-unity-hand:before{content:"\e826"}
.icofont-weed:before{content:"\e827"}.icofont-woman-bird:before{content:"\e828"}.icofont-bat:before{content:"\e829"}.icofont-bear-face:before{content:"\e82a"}
.icofont-bear-tracks:before{content:"\e82b"}.icofont-bear:before{content:"\e82c"}.icofont-bird-alt:before{content:"\e82d"}.icofont-bird-flying:before{content:"\e82e"}
.icofont-bird:before{content:"\e82f"}.icofont-birds:before{content:"\e830"}.icofont-bone:before{content:"\e831"}.icofont-bull:before{content:"\e832"}
.icofont-butterfly-alt:before{content:"\e833"}.icofont-butterfly:before{content:"\e834"}.icofont-camel-alt:before{content:"\e835"}.icofont-camel-head:before{content:"\e836"}
.icofont-camel:before{content:"\e837"}.icofont-cat-alt-1:before{content:"\e838"}.icofont-cat-alt-2:before{content:"\e839"}.icofont-cat-alt-3:before{content:"\e83a"}
.icofont-cat-dog:before{content:"\e83b"}.icofont-cat-face:before{content:"\e83c"}.icofont-cat:before{content:"\e83d"}.icofont-cow-head:before{content:"\e83e"}
.icofont-cow:before{content:"\e83f"}.icofont-crab:before{content:"\e840"}.icofont-crocodile:before{content:"\e841"}.icofont-deer-head:before{content:"\e842"}
.icofont-dog-alt:before{content:"\e843"}.icofont-dog-barking:before{content:"\e844"}.icofont-dog:before{content:"\e845"}.icofont-dolphin:before{content:"\e846"}
.icofont-duck-tracks:before{content:"\e847"}.icofont-eagle-head:before{content:"\e848"}.icofont-eaten-fish:before{content:"\e849"}
.icofont-elephant-alt:before{content:"\e84a"}.icofont-elephant-head-alt:before{content:"\e84b"}.icofont-elephant-head:before{content:"\e84c"}
.icofont-elephant:before{content:"\e84d"}.icofont-elk:before{content:"\e84e"}.icofont-fish-1:before{content:"\e84f"}.icofont-fish-2:before{content:"\e850"}
.icofont-fish-3:before{content:"\e851"}.icofont-fish-4:before{content:"\e852"}.icofont-fish-5:before{content:"\e853"}.icofont-fish:before{content:"\e854"}
.icofont-fox-alt:before{content:"\e855"}.icofont-fox:before{content:"\e856"}.icofont-frog-tracks:before{content:"\e857"}.icofont-frog:before{content:"\e858"}
.icofont-froggy:before{content:"\e859"}.icofont-giraffe-head-1:before{content:"\e85a"}.icofont-giraffe-head-2:before{content:"\e85b"}
.icofont-giraffe-head:before{content:"\e85c"}.icofont-giraffe:before{content:"\e85d"}.icofont-goat-head:before{content:"\e85e"}
.icofont-gorilla:before{content:"\e85f"}.icofont-hen-tracks:before{content:"\e860"}.icofont-horse-head-1:before{content:"\e861"}
.icofont-horse-head-2:before{content:"\e862"}.icofont-horse-head:before{content:"\e863"}.icofont-horse-tracks:before{content:"\e864"}
.icofont-jellyfish:before{content:"\e865"}.icofont-kangaroo:before{content:"\e866"}.icofont-lemur:before{content:"\e867"}
.icofont-lion-head-1:before{content:"\e868"}.icofont-lion-head-2:before{content:"\e869"}.icofont-lion-head:before{content:"\e86a"}
.icofont-lion:before{content:"\e86b"}.icofont-monkey-2:before{content:"\e86c"}.icofont-monkey-3:before{content:"\e86d"}
.icofont-monkey-face:before{content:"\e86e"}.icofont-monkey:before{content:"\e86f"}.icofont-octopus-alt:before{content:"\e870"}
.icofont-octopus:before{content:"\e871"}.icofont-owl:before{content:"\e872"}.icofont-panda-face:before{content:"\e873"}
.icofont-panda:before{content:"\e874"}.icofont-panther:before{content:"\e875"}.icofont-parrot-lip:before{content:"\e876"}
.icofont-parrot:before{content:"\e877"}.icofont-paw:before{content:"\e878"}.icofont-pelican:before{content:"\e879"}
.icofont-penguin:before{content:"\e87a"}.icofont-pig-face:before{content:"\e87b"}.icofont-pig:before{content:"\e87c"}
.icofont-pigeon-1:before{content:"\e87d"}.icofont-pigeon-2:before{content:"\e87e"}.icofont-pigeon:before{content:"\e87f"}
.icofont-rabbit:before{content:"\e880"}.icofont-rat:before{content:"\e881"}.icofont-rhino-head:before{content:"\e882"}
.icofont-rhino:before{content:"\e883"}.icofont-rooster:before{content:"\e884"}.icofont-seahorse:before{content:"\e885"}
.icofont-seal:before{content:"\e886"}.icofont-shrimp-alt:before{content:"\e887"}
.icofont-shrimp:before{content:"\e888"}.icofont-snail-1:before{content:"\e889"}.icofont-snail-2:before{content:"\e88a"}
.icofont-snail-3:before{content:"\e88b"}.icofont-snail:before{content:"\e88c"}.icofont-snake:before{content:"\e88d"}
.icofont-squid:before{content:"\e88e"}.icofont-squirrel:before{content:"\e88f"}.icofont-tiger-face:before{content:"\e890"}
.icofont-tiger:before{content:"\e891"}.icofont-turtle:before{content:"\e892"}.icofont-whale:before{content:"\e893"}
.icofont-woodpecker:before{content:"\e894"}.icofont-zebra:before{content:"\e895"}.icofont-brand-acer:before{content:"\e896"}
.icofont-brand-adidas:before{content:"\e897"}.icofont-brand-adobe:before{content:"\e898"}
.icofont-brand-air-new-zealand:before{content:"\e899"}.icofont-brand-airbnb:before{content:"\e89a"}
.icofont-brand-aircell:before{content:"\e89b"}.icofont-brand-airtel:before{content:"\e89c"}
.icofont-brand-alcatel:before{content:"\e89d"}.icofont-brand-alibaba:before{content:"\e89e"}.icofont-brand-aliexpress:before{content:"\e89f"}.icofont-brand-alipay:before{content:"\e8a0"}.icofont-brand-amazon:before{content:"\e8a1"}.icofont-brand-amd:before{content:"\e8a2"}.icofont-brand-american-airlines:before{content:"\e8a3"}.icofont-brand-android-robot:before{content:"\e8a4"}.icofont-brand-android:before{content:"\e8a5"}.icofont-brand-aol:before{content:"\e8a6"}.icofont-brand-apple:before{content:"\e8a7"}.icofont-brand-appstore:before{content:"\e8a8"}.icofont-brand-asus:before{content:"\e8a9"}.icofont-brand-ati:before{content:"\e8aa"}.icofont-brand-att:before{content:"\e8ab"}.icofont-brand-audi:before{content:"\e8ac"}.icofont-brand-axiata:before{content:"\e8ad"}.icofont-brand-bada:before{content:"\e8ae"}.icofont-brand-bbc:before{content:"\e8af"}.icofont-brand-bing:before{content:"\e8b0"}.icofont-brand-blackberry:before{content:"\e8b1"}.icofont-brand-bmw:before{content:"\e8b2"}.icofont-brand-box:before{content:"\e8b3"}.icofont-brand-burger-king:before{content:"\e8b4"}.icofont-brand-business-insider:before{content:"\e8b5"}.icofont-brand-buzzfeed:before{content:"\e8b6"}.icofont-brand-cannon:before{content:"\e8b7"}.icofont-brand-casio:before{content:"\e8b8"}.icofont-brand-china-mobile:before{content:"\e8b9"}.icofont-brand-china-telecom:before{content:"\e8ba"}.icofont-brand-china-unicom:before{content:"\e8bb"}.icofont-brand-cisco:before{content:"\e8bc"}.icofont-brand-citibank:before{content:"\e8bd"}.icofont-brand-cnet:before{content:"\e8be"}.icofont-brand-cnn:before{content:"\e8bf"}.icofont-brand-cocal-cola:before{content:"\e8c0"}.icofont-brand-compaq:before{content:"\e8c1"}.icofont-brand-debian:before{content:"\e8c2"}.icofont-brand-delicious:before{content:"\e8c3"}.icofont-brand-dell:before{content:"\e8c4"}.icofont-brand-designbump:before{content:"\e8c5"}.icofont-brand-designfloat:before{content:"\e8c6"}.icofont-brand-disney:before{content:"\e8c7"}.icofont-brand-dodge:before{content:"\e8c8"}.icofont-brand-dove:before{content:"\e8c9"}.icofont-brand-drupal:before{content:"\e8ca"}.icofont-brand-ebay:before{content:"\e8cb"}.icofont-brand-eleven:before{content:"\e8cc"}.icofont-brand-emirates:before{content:"\e8cd"}.icofont-brand-espn:before{content:"\e8ce"}.icofont-brand-etihad-airways:before{content:"\e8cf"}.icofont-brand-etisalat:before{content:"\e8d0"}.icofont-brand-etsy:before{content:"\e8d1"}.icofont-brand-fastrack:before{content:"\e8d2"}.icofont-brand-fedex:before{content:"\e8d3"}.icofont-brand-ferrari:before{content:"\e8d4"}.icofont-brand-fitbit:before{content:"\e8d5"}.icofont-brand-flikr:before{content:"\e8d6"}.icofont-brand-forbes:before{content:"\e8d7"}.icofont-brand-foursquare:before{content:"\e8d8"}.icofont-brand-foxconn:before{content:"\e8d9"}.icofont-brand-fujitsu:before{content:"\e8da"}.icofont-brand-general-electric:before{content:"\e8db"}.icofont-brand-gillette:before{content:"\e8dc"}.icofont-brand-gizmodo:before{content:"\e8dd"}.icofont-brand-gnome:before{content:"\e8de"}.icofont-brand-google:before{content:"\e8df"}.icofont-brand-gopro:before{content:"\e8e0"}.icofont-brand-gucci:before{content:"\e8e1"}.icofont-brand-hallmark:before{content:"\e8e2"}.icofont-brand-hi5:before{content:"\e8e3"}.icofont-brand-honda:before{content:"\e8e4"}.icofont-brand-hp:before{content:"\e8e5"}.icofont-brand-hsbc:before{content:"\e8e6"}.icofont-brand-htc:before{content:"\e8e7"}.icofont-brand-huawei:before{content:"\e8e8"}.icofont-brand-hulu:before{content:"\e8e9"}.icofont-brand-hyundai:before{content:"\e8ea"}.icofont-brand-ibm:before{content:"\e8eb"}.icofont-brand-icofont:before{content:"\e8ec"}.icofont-brand-icq:before{content:"\e8ed"}.icofont-brand-ikea:before{content:"\e8ee"}.icofont-brand-imdb:before{content:"\e8ef"}.icofont-brand-indiegogo:before{content:"\e8f0"}.icofont-brand-intel:before{content:"\e8f1"}.icofont-brand-ipair:before{content:"\e8f2"}.icofont-brand-jaguar:before{content:"\e8f3"}.icofont-brand-java:before{content:"\e8f4"}.icofont-brand-joomla:before{content:"\e8f5"}.icofont-brand-kickstarter:before{content:"\e8f6"}.icofont-brand-kik:before{content:"\e8f7"}.icofont-brand-lastfm:before{content:"\e8f8"}.icofont-brand-lego:before{content:"\e8f9"}.icofont-brand-lenovo:before{content:"\e8fa"}.icofont-brand-levis:before{content:"\e8fb"}.icofont-brand-lexus:before{content:"\e8fc"}.icofont-brand-lg:before{content:"\e8fd"}.icofont-brand-life-hacker:before{content:"\e8fe"}.icofont-brand-linux-mint:before{content:"\e8ff"}.icofont-brand-linux:before{content:"\e900"}.icofont-brand-lionix:before{content:"\e901"}.icofont-brand-loreal:before{content:"\e902"}.icofont-brand-louis-vuitton:before{content:"\e903"}.icofont-brand-mac-os:before{content:"\e904"}.icofont-brand-marvel-app:before{content:"\e905"}.icofont-brand-mashable:before{content:"\e906"}.icofont-brand-mazda:before{content:"\e907"}.icofont-brand-mcdonals:before{content:"\e908"}.icofont-brand-mercedes:before{content:"\e909"}.icofont-brand-micromax:before{content:"\e90a"}.icofont-brand-microsoft:before{content:"\e90b"}.icofont-brand-mobileme:before{content:"\e90c"}.icofont-brand-mobily:before{content:"\e90d"}.icofont-brand-motorola:before{content:"\e90e"}.icofont-brand-msi:before{content:"\e90f"}.icofont-brand-mts:before{content:"\e910"}.icofont-brand-myspace:before{content:"\e911"}.icofont-brand-mytv:before{content:"\e912"}.icofont-brand-nasa:before{content:"\e913"}.icofont-brand-natgeo:before{content:"\e914"}.icofont-brand-nbc:before{content:"\e915"}.icofont-brand-nescafe:before{content:"\e916"}.icofont-brand-nestle:before{content:"\e917"}.icofont-brand-netflix:before{content:"\e918"}.icofont-brand-nexus:before{content:"\e919"}.icofont-brand-nike:before{content:"\e91a"}.icofont-brand-nokia:before{content:"\e91b"}.icofont-brand-nvidia:before{content:"\e91c"}.icofont-brand-omega:before{content:"\e91d"}.icofont-brand-opensuse:before{content:"\e91e"}.icofont-brand-oracle:before{content:"\e91f"}.icofont-brand-panasonic:before{content:"\e920"}.icofont-brand-paypal:before{content:"\e921"}.icofont-brand-pepsi:before{content:"\e922"}.icofont-brand-philips:before{content:"\e923"}.icofont-brand-pizza-hut:before{content:"\e924"}.icofont-brand-playstation:before{content:"\e925"}.icofont-brand-puma:before{content:"\e926"}.icofont-brand-qatar-air:before{content:"\e927"}.icofont-brand-qvc:before{content:"\e928"}.icofont-brand-readernaut:before{content:"\e929"}.icofont-brand-redbull:before{content:"\e92a"}.icofont-brand-reebok:before{content:"\e92b"}.icofont-brand-reuters:before{content:"\e92c"}.icofont-brand-samsung:before{content:"\e92d"}.icofont-brand-sap:before{content:"\e92e"}.icofont-brand-saudia-airlines:before{content:"\e92f"}.icofont-brand-scribd:before{content:"\e930"}.icofont-brand-shell:before{content:"\e931"}.icofont-brand-siemens:before{content:"\e932"}.icofont-brand-sk-telecom:before{content:"\e933"}.icofont-brand-slideshare:before{content:"\e934"}.icofont-brand-smashing-magazine:before{content:"\e935"}.icofont-brand-snapchat:before{content:"\e936"}.icofont-brand-sony-ericsson:before{content:"\e937"}.icofont-brand-sony:before{content:"\e938"}.icofont-brand-soundcloud:before{content:"\e939"}.icofont-brand-sprint:before{content:"\e93a"}.icofont-brand-squidoo:before{content:"\e93b"}.icofont-brand-starbucks:before{content:"\e93c"}.icofont-brand-stc:before{content:"\e93d"}.icofont-brand-steam:before{content:"\e93e"}.icofont-brand-suzuki:before{content:"\e93f"}.icofont-brand-symbian:before{content:"\e940"}.icofont-brand-t-mobile:before{content:"\e941"}.icofont-brand-tango:before{content:"\e942"}.icofont-brand-target:before{content:"\e943"}.icofont-brand-tata-indicom:before{content:"\e944"}.icofont-brand-techcrunch:before{content:"\e945"}.icofont-brand-telenor:before{content:"\e946"}.icofont-brand-teliasonera:before{content:"\e947"}.icofont-brand-tesla:before{content:"\e948"}.icofont-brand-the-verge:before{content:"\e949"}.icofont-brand-thenextweb:before{content:"\e94a"}.icofont-brand-toshiba:before{content:"\e94b"}.icofont-brand-toyota:before{content:"\e94c"}.icofont-brand-tribenet:before{content:"\e94d"}.icofont-brand-ubuntu:before{content:"\e94e"}.icofont-brand-unilever:before{content:"\e94f"}.icofont-brand-vaio:before{content:"\e950"}.icofont-brand-verizon:before{content:"\e951"}.icofont-brand-viber:before{content:"\e952"}.icofont-brand-vodafone:before{content:"\e953"}.icofont-brand-volkswagen:before{content:"\e954"}.icofont-brand-walmart:before{content:"\e955"}.icofont-brand-warnerbros:before{content:"\e956"}.icofont-brand-whatsapp:before{content:"\e957"}.icofont-brand-wikipedia:before{content:"\e958"}.icofont-brand-windows:before{content:"\e959"}.icofont-brand-wire:before{content:"\e95a"}.icofont-brand-wordpress:before{content:"\e95b"}.icofont-brand-xiaomi:before{content:"\e95c"}.icofont-brand-yahoobuzz:before{content:"\e95d"}.icofont-brand-yamaha:before{content:"\e95e"}.icofont-brand-youtube:before{content:"\e95f"}.icofont-brand-zain:before{content:"\e960"}.icofont-bank-alt:before{content:"\e961"}.icofont-bank:before{content:"\e962"}.icofont-barcode:before{content:"\e963"}.icofont-bill-alt:before{content:"\e964"}.icofont-billboard:before{content:"\e965"}.icofont-briefcase-1:before{content:"\e966"}.icofont-briefcase-2:before{content:"\e967"}.icofont-businessman:before{content:"\e968"}.icofont-businesswoman:before{content:"\e969"}.icofont-chair:before{content:"\e96a"}.icofont-coins:before{content:"\e96b"}.icofont-company:before{content:"\e96c"}.icofont-contact-add:before{content:"\e96d"}.icofont-files-stack:before{content:"\e96e"}.icofont-handshake-deal:before{content:"\e96f"}.icofont-id-card:before{content:"\e970"}.icofont-meeting-add:before{content:"\e971"}.icofont-money-bag:before{content:"\e972"}.icofont-pie-chart:before{content:"\e973"}.icofont-presentation-alt:before{content:"\e974"}.icofont-presentation:before{content:"\e975"}.icofont-stamp:before{content:"\e976"}.icofont-stock-mobile:before{content:"\e977"}.icofont-chart-arrows-axis:before{content:"\e978"}.icofont-chart-bar-graph:before{content:"\e979"}.icofont-chart-flow-1:before{content:"\e97a"}.icofont-chart-flow-2:before{content:"\e97b"}.icofont-chart-flow:before{content:"\e97c"}.icofont-chart-growth:before{content:"\e97d"}.icofont-chart-histogram-alt:before{content:"\e97e"}.icofont-chart-histogram:before{content:"\e97f"}.icofont-chart-line-alt:before{content:"\e980"}.icofont-chart-line:before{content:"\e981"}.icofont-chart-pie-alt:before{content:"\e982"}.icofont-chart-pie:before{content:"\e983"}.icofont-chart-radar-graph:before{content:"\e984"}.icofont-architecture-alt:before{content:"\e985"}.icofont-architecture:before{content:"\e986"}.icofont-barricade:before{content:"\e987"}.icofont-bolt:before{content:"\e988"}.icofont-bricks:before{content:"\e989"}.icofont-building-alt:before{content:"\e98a"}.icofont-bull-dozer:before{content:"\e98b"}.icofont-calculations:before{content:"\e98c"}.icofont-cement-mix:before{content:"\e98d"}.icofont-cement-mixer:before{content:"\e98e"}.icofont-concrete-mixer:before{content:"\e98f"}.icofont-danger-zone:before{content:"\e990"}.icofont-drill:before{content:"\e991"}.icofont-eco-energy:before{content:"\e992"}.icofont-eco-environmen:before{content:"\e993"}.icofont-energy-air:before{content:"\e994"}.icofont-energy-oil:before{content:"\e995"}.icofont-energy-savings:before{content:"\e996"}.icofont-energy-solar:before{content:"\e997"}.icofont-energy-water:before{content:"\e998"}.icofont-engineer:before{content:"\e999"}.icofont-fire-extinguisher-alt:before{content:"\e99a"}.icofont-fire-extinguisher:before{content:"\e99b"}.icofont-fix-tools:before{content:"\e99c"}.icofont-fork-lift:before{content:"\e99d"}.icofont-glue-oil:before{content:"\e99e"}.icofont-hammer-alt:before{content:"\e99f"}.icofont-hammer:before{content:"\e9a0"}.icofont-help-robot:before{content:"\e9a1"}.icofont-industries-1:before{content:"\e9a2"}.icofont-industries-2:before{content:"\e9a3"}.icofont-industries-3:before{content:"\e9a4"}.icofont-industries-4:before{content:"\e9a5"}.icofont-industries-5:before{content:"\e9a6"}.icofont-industries:before{content:"\e9a7"}.icofont-labour:before{content:"\e9a8"}.icofont-mining:before{content:"\e9a9"}.icofont-paint-brush:before{content:"\e9aa"}.icofont-pollution:before{content:"\e9ab"}.icofont-power-zone:before{content:"\e9ac"}.icofont-radio-active:before{content:"\e9ad"}.icofont-recycle-alt:before{content:"\e9ae"}.icofont-recycling-man:before{content:"\e9af"}.icofont-safety-hat-light:before{content:"\e9b0"}.icofont-safety-hat:before{content:"\e9b1"}.icofont-saw:before{content:"\e9b2"}.icofont-screw-driver:before{content:"\e9b3"}.icofont-tools-1:before{content:"\e9b4"}.icofont-tools-bag:before{content:"\e9b5"}.icofont-tow-truck:before{content:"\e9b6"}.icofont-trolley:before{content:"\e9b7"}.icofont-trowel:before{content:"\e9b8"}.icofont-under-construction-alt:before{content:"\e9b9"}.icofont-under-construction:before{content:"\e9ba"}.icofont-vehicle-cement:before{content:"\e9bb"}.icofont-vehicle-crane:before{content:"\e9bc"}.icofont-vehicle-delivery-van:before{content:"\e9bd"}.icofont-vehicle-dozer:before{content:"\e9be"}.icofont-vehicle-excavator:before{content:"\e9bf"}.icofont-vehicle-trucktor:before{content:"\e9c0"}.icofont-vehicle-wrecking:before{content:"\e9c1"}.icofont-worker:before{content:"\e9c2"}.icofont-workers-group:before{content:"\e9c3"}.icofont-wrench:before{content:"\e9c4"}.icofont-afghani-false:before{content:"\e9c5"}.icofont-afghani-minus:before{content:"\e9c6"}.icofont-afghani-plus:before{content:"\e9c7"}.icofont-afghani-true:before{content:"\e9c8"}.icofont-afghani:before{content:"\e9c9"}.icofont-baht-false:before{content:"\e9ca"}.icofont-baht-minus:before{content:"\e9cb"}.icofont-baht-plus:before{content:"\e9cc"}.icofont-baht-true:before{content:"\e9cd"}.icofont-baht:before{content:"\e9ce"}.icofont-bitcoin-false:before{content:"\e9cf"}.icofont-bitcoin-minus:before{content:"\e9d0"}.icofont-bitcoin-plus:before{content:"\e9d1"}.icofont-bitcoin-true:before{content:"\e9d2"}.icofont-bitcoin:before{content:"\e9d3"}.icofont-dollar-flase:before{content:"\e9d4"}.icofont-dollar-minus:before{content:"\e9d5"}.icofont-dollar-plus:before{content:"\e9d6"}.icofont-dollar-true:before{content:"\e9d7"}.icofont-dollar:before{content:"\e9d8"}.icofont-dong-false:before{content:"\e9d9"}.icofont-dong-minus:before{content:"\e9da"}.icofont-dong-plus:before{content:"\e9db"}.icofont-dong-true:before{content:"\e9dc"}.icofont-dong:before{content:"\e9dd"}.icofont-euro-false:before{content:"\e9de"}.icofont-euro-minus:before{content:"\e9df"}.icofont-euro-plus:before{content:"\e9e0"}.icofont-euro-true:before{content:"\e9e1"}.icofont-euro:before{content:"\e9e2"}.icofont-frank-false:before{content:"\e9e3"}.icofont-frank-minus:before{content:"\e9e4"}.icofont-frank-plus:before{content:"\e9e5"}.icofont-frank-true:before{content:"\e9e6"}.icofont-frank:before{content:"\e9e7"}.icofont-hryvnia-false:before{content:"\e9e8"}.icofont-hryvnia-minus:before{content:"\e9e9"}.icofont-hryvnia-plus:before{content:"\e9ea"}.icofont-hryvnia-true:before{content:"\e9eb"}.icofont-hryvnia:before{content:"\e9ec"}.icofont-lira-false:before{content:"\e9ed"}.icofont-lira-minus:before{content:"\e9ee"}.icofont-lira-plus:before{content:"\e9ef"}.icofont-lira-true:before{content:"\e9f0"}.icofont-lira:before{content:"\e9f1"}.icofont-peseta-false:before{content:"\e9f2"}.icofont-peseta-minus:before{content:"\e9f3"}.icofont-peseta-plus:before{content:"\e9f4"}.icofont-peseta-true:before{content:"\e9f5"}.icofont-peseta:before{content:"\e9f6"}.icofont-peso-false:before{content:"\e9f7"}.icofont-peso-minus:before{content:"\e9f8"}.icofont-peso-plus:before{content:"\e9f9"}.icofont-peso-true:before{content:"\e9fa"}.icofont-peso:before{content:"\e9fb"}.icofont-pound-false:before{content:"\e9fc"}.icofont-pound-minus:before{content:"\e9fd"}.icofont-pound-plus:before{content:"\e9fe"}.icofont-pound-true:before{content:"\e9ff"}.icofont-pound:before{content:"\ea00"}.icofont-renminbi-false:before{content:"\ea01"}.icofont-renminbi-minus:before{content:"\ea02"}.icofont-renminbi-plus:before{content:"\ea03"}.icofont-renminbi-true:before{content:"\ea04"}.icofont-renminbi:before{content:"\ea05"}.icofont-riyal-false:before{content:"\ea06"}.icofont-riyal-minus:before{content:"\ea07"}.icofont-riyal-plus:before{content:"\ea08"}.icofont-riyal-true:before{content:"\ea09"}.icofont-riyal:before{content:"\ea0a"}.icofont-rouble-false:before{content:"\ea0b"}.icofont-rouble-minus:before{content:"\ea0c"}.icofont-rouble-plus:before{content:"\ea0d"}.icofont-rouble-true:before{content:"\ea0e"}.icofont-rouble:before{content:"\ea0f"}.icofont-rupee-false:before{content:"\ea10"}.icofont-rupee-minus:before{content:"\ea11"}.icofont-rupee-plus:before{content:"\ea12"}.icofont-rupee-true:before{content:"\ea13"}.icofont-rupee:before{content:"\ea14"}.icofont-taka-false:before{content:"\ea15"}.icofont-taka-minus:before{content:"\ea16"}.icofont-taka-plus:before{content:"\ea17"}.icofont-taka-true:before{content:"\ea18"}.icofont-taka:before{content:"\ea19"}.icofont-turkish-lira-false:before{content:"\ea1a"}.icofont-turkish-lira-minus:before{content:"\ea1b"}.icofont-turkish-lira-plus:before{content:"\ea1c"}.icofont-turkish-lira-true:before{content:"\ea1d"}.icofont-turkish-lira:before{content:"\ea1e"}.icofont-won-false:before{content:"\ea1f"}.icofont-won-minus:before{content:"\ea20"}.icofont-won-plus:before{content:"\ea21"}.icofont-won-true:before{content:"\ea22"}.icofont-won:before{content:"\ea23"}.icofont-yen-false:before{content:"\ea24"}.icofont-yen-minus:before{content:"\ea25"}.icofont-yen-plus:before{content:"\ea26"}.icofont-yen-true:before{content:"\ea27"}.icofont-yen:before{content:"\ea28"}.icofont-android-nexus:before{content:"\ea29"}.icofont-android-tablet:before{content:"\ea2a"}.icofont-apple-watch:before{content:"\ea2b"}.icofont-drawing-tablet:before{content:"\ea2c"}.icofont-earphone:before{content:"\ea2d"}.icofont-flash-drive:before{content:"\ea2e"}.icofont-game-console:before{content:"\ea2f"}.icofont-game-controller:before{content:"\ea30"}.icofont-game-pad:before{content:"\ea31"}.icofont-game:before{content:"\ea32"}.icofont-headphone-alt-1:before{content:"\ea33"}.icofont-headphone-alt-2:before{content:"\ea34"}.icofont-headphone-alt-3:before{content:"\ea35"}.icofont-headphone-alt:before{content:"\ea36"}.icofont-headphone:before{content:"\ea37"}.icofont-htc-one:before{content:"\ea38"}.icofont-imac:before{content:"\ea39"}.icofont-ipad:before{content:"\ea3a"}.icofont-iphone:before{content:"\ea3b"}.icofont-ipod-nano:before{content:"\ea3c"}.icofont-ipod-touch:before{content:"\ea3d"}.icofont-keyboard-alt:before{content:"\ea3e"}.icofont-keyboard-wireless:before{content:"\ea3f"}.icofont-keyboard:before{content:"\ea40"}.icofont-laptop-alt:before{content:"\ea41"}.icofont-laptop:before{content:"\ea42"}.icofont-macbook:before{content:"\ea43"}.icofont-magic-mouse:before{content:"\ea44"}.icofont-micro-chip:before{content:"\ea45"}.icofont-microphone-alt:before{content:"\ea46"}.icofont-microphone:before{content:"\ea47"}.icofont-monitor:before{content:"\ea48"}.icofont-mouse:before{content:"\ea49"}.icofont-mp3-player:before{content:"\ea4a"}.icofont-nintendo:before{content:"\ea4b"}.icofont-playstation-alt:before{content:"\ea4c"}.icofont-psvita:before{content:"\ea4d"}.icofont-radio-mic:before{content:"\ea4e"}.icofont-radio:before{content:"\ea4f"}.icofont-refrigerator:before{content:"\ea50"}.icofont-samsung-galaxy:before{content:"\ea51"}.icofont-surface-tablet:before{content:"\ea52"}.icofont-ui-head-phone:before{content:"\ea53"}.icofont-ui-keyboard:before{content:"\ea54"}.icofont-washing-machine:before{content:"\ea55"}.icofont-wifi-router:before{content:"\ea56"}.icofont-wii-u:before{content:"\ea57"}.icofont-windows-lumia:before{content:"\ea58"}.icofont-wireless-mouse:before{content:"\ea59"}.icofont-xbox-360:before{content:"\ea5a"}.icofont-arrow-down:before{content:"\ea5b"}.icofont-arrow-left:before{content:"\ea5c"}.icofont-arrow-right:before{content:"\ea5d"}.icofont-arrow-up:before{content:"\ea5e"}.icofont-block-down:before{content:"\ea5f"}.icofont-block-left:before{content:"\ea60"}.icofont-block-right:before{content:"\ea61"}.icofont-block-up:before{content:"\ea62"}.icofont-bubble-down:before{content:"\ea63"}.icofont-bubble-left:before{content:"\ea64"}.icofont-bubble-right:before{content:"\ea65"}.icofont-bubble-up:before{content:"\ea66"}.icofont-caret-down:before{content:"\ea67"}.icofont-caret-left:before{content:"\ea68"}.icofont-caret-right:before{content:"\ea69"}.icofont-caret-up:before{content:"\ea6a"}.icofont-circled-down:before{content:"\ea6b"}.icofont-circled-left:before{content:"\ea6c"}.icofont-circled-right:before{content:"\ea6d"}.icofont-circled-up:before{content:"\ea6e"}.icofont-collapse:before{content:"\ea6f"}.icofont-cursor-drag:before{content:"\ea70"}.icofont-curved-double-left:before{content:"\ea71"}.icofont-curved-double-right:before{content:"\ea72"}.icofont-curved-down:before{content:"\ea73"}.icofont-curved-left:before{content:"\ea74"}.icofont-curved-right:before{content:"\ea75"}.icofont-curved-up:before{content:"\ea76"}.icofont-dotted-down:before{content:"\ea77"}.icofont-dotted-left:before{content:"\ea78"}.icofont-dotted-right:before{content:"\ea79"}.icofont-dotted-up:before{content:"\ea7a"}.icofont-double-left:before{content:"\ea7b"}.icofont-double-right:before{content:"\ea7c"}.icofont-expand-alt:before{content:"\ea7d"}.icofont-hand-down:before{content:"\ea7e"}.icofont-hand-drag:before{content:"\ea7f"}.icofont-hand-drag1:before{content:"\ea80"}.icofont-hand-drag2:before{content:"\ea81"}.icofont-hand-drawn-alt-down:before{content:"\ea82"}.icofont-hand-drawn-alt-left:before{content:"\ea83"}.icofont-hand-drawn-alt-right:before{content:"\ea84"}.icofont-hand-drawn-alt-up:before{content:"\ea85"}.icofont-hand-drawn-down:before{content:"\ea86"}.icofont-hand-drawn-left:before{content:"\ea87"}.icofont-hand-drawn-right:before{content:"\ea88"}.icofont-hand-drawn-up:before{content:"\ea89"}.icofont-hand-grippers:before{content:"\ea8a"}.icofont-hand-left:before{content:"\ea8b"}.icofont-hand-right:before{content:"\ea8c"}.icofont-hand-up:before{content:"\ea8d"}.icofont-line-block-down:before{content:"\ea8e"}.icofont-line-block-left:before{content:"\ea8f"}.icofont-line-block-right:before{content:"\ea90"}.icofont-line-block-up:before{content:"\ea91"}.icofont-long-arrow-down:before{content:"\ea92"}.icofont-long-arrow-left:before{content:"\ea93"}.icofont-long-arrow-right:before{content:"\ea94"}.icofont-long-arrow-up:before{content:"\ea95"}.icofont-rounded-collapse:before{content:"\ea96"}.icofont-rounded-double-left:before{content:"\ea97"}.icofont-rounded-double-right:before{content:"\ea98"}.icofont-rounded-down:before{content:"\ea99"}.icofont-rounded-expand:before{content:"\ea9a"}.icofont-rounded-left-down:before{content:"\ea9b"}.icofont-rounded-left-up:before{content:"\ea9c"}.icofont-rounded-left:before{content:"\ea9d"}.icofont-rounded-right-down:before{content:"\ea9e"}.icofont-rounded-right-up:before{content:"\ea9f"}.icofont-rounded-right:before{content:"\eaa0"}.icofont-rounded-up:before{content:"\eaa1"}.icofont-scroll-bubble-down:before{content:"\eaa2"}.icofont-scroll-bubble-left:before{content:"\eaa3"}.icofont-scroll-bubble-right:before{content:"\eaa4"}.icofont-scroll-bubble-up:before{content:"\eaa5"}.icofont-scroll-double-down:before{content:"\eaa6"}.icofont-scroll-double-left:before{content:"\eaa7"}.icofont-scroll-double-right:before{content:"\eaa8"}.icofont-scroll-double-up:before{content:"\eaa9"}.icofont-scroll-down:before{content:"\eaaa"}.icofont-scroll-left:before{content:"\eaab"}.icofont-scroll-long-down:before{content:"\eaac"}.icofont-scroll-long-left:before{content:"\eaad"}.icofont-scroll-long-right:before{content:"\eaae"}.icofont-scroll-long-up:before{content:"\eaaf"}.icofont-scroll-right:before{content:"\eab0"}.icofont-scroll-up:before{content:"\eab1"}.icofont-simple-down:before{content:"\eab2"}.icofont-simple-left-down:before{content:"\eab3"}.icofont-simple-left-up:before{content:"\eab4"}.icofont-simple-left:before{content:"\eab5"}.icofont-simple-right-down:before{content:"\eab6"}.icofont-simple-right-up:before{content:"\eab7"}.icofont-simple-right:before{content:"\eab8"}.icofont-simple-up:before{content:"\eab9"}.icofont-square-down:before{content:"\eaba"}.icofont-square-left:before{content:"\eabb"}.icofont-square-right:before{content:"\eabc"}.icofont-square-up:before{content:"\eabd"}.icofont-stylish-down:before{content:"\eabe"}.icofont-stylish-left:before{content:"\eabf"}.icofont-stylish-right:before{content:"\eac0"}.icofont-stylish-up:before{content:"\eac1"}.icofont-swoosh-down:before{content:"\eac2"}.icofont-swoosh-left:before{content:"\eac3"}.icofont-swoosh-right:before{content:"\eac4"}.icofont-swoosh-up:before{content:"\eac5"}.icofont-thin-double-left:before{content:"\eac6"}.icofont-thin-double-right:before{content:"\eac7"}.icofont-thin-down:before{content:"\eac8"}.icofont-thin-left:before{content:"\eac9"}.icofont-thin-right:before{content:"\eaca"}.icofont-thin-up:before{content:"\eacb"}.icofont-abc:before{content:"\eacc"}.icofont-atom:before{content:"\eacd"}.icofont-award:before{content:"\eace"}.icofont-bell-alt:before{content:"\eacf"}.icofont-black-board:before{content:"\ead0"}.icofont-book-alt:before{content:"\ead1"}.icofont-book:before{content:"\ead2"}.icofont-brainstorming:before{content:"\ead3"}.icofont-certificate-alt-1:before{content:"\ead4"}.icofont-certificate-alt-2:before{content:"\ead5"}.icofont-certificate:before{content:"\ead6"}.icofont-education:before{content:"\ead7"}.icofont-electron:before{content:"\ead8"}.icofont-fountain-pen:before{content:"\ead9"}.icofont-globe-alt:before{content:"\eada"}.icofont-graduate-alt:before{content:"\eadb"}.icofont-graduate:before{content:"\eadc"}.icofont-group-students:before{content:"\eadd"}.icofont-hat-alt:before{content:"\eade"}.icofont-hat:before{content:"\eadf"}.icofont-instrument:before{content:"\eae0"}.icofont-lamp-light:before{content:"\eae1"}.icofont-medal:before{content:"\eae2"}.icofont-microscope-alt:before{content:"\eae3"}.icofont-microscope:before{content:"\eae4"}.icofont-paper:before{content:"\eae5"}.icofont-pen-alt-4:before{content:"\eae6"}.icofont-pen-nib:before{content:"\eae7"}.icofont-pencil-alt-5:before{content:"\eae8"}.icofont-quill-pen:before{content:"\eae9"}.icofont-read-book-alt:before{content:"\eaea"}.icofont-read-book:before{content:"\eaeb"}.icofont-school-bag:before{content:"\eaec"}.icofont-school-bus:before{content:"\eaed"}.icofont-student-alt:before{content:"\eaee"}.icofont-student:before{content:"\eaef"}.icofont-teacher:before{content:"\eaf0"}.icofont-test-bulb:before{content:"\eaf1"}.icofont-test-tube-alt:before{content:"\eaf2"}.icofont-university:before{content:"\eaf3"}.icofont-angry:before{content:"\eaf4"}.icofont-astonished:before{content:"\eaf5"}.icofont-confounded:before{content:"\eaf6"}.icofont-confused:before{content:"\eaf7"}.icofont-crying:before{content:"\eaf8"}.icofont-dizzy:before{content:"\eaf9"}.icofont-expressionless:before{content:"\eafa"}.icofont-heart-eyes:before{content:"\eafb"}.icofont-laughing:before{content:"\eafc"}.icofont-nerd-smile:before{content:"\eafd"}.icofont-open-mouth:before{content:"\eafe"}.icofont-rage:before{content:"\eaff"}.icofont-rolling-eyes:before{content:"\eb00"}.icofont-sad:before{content:"\eb01"}.icofont-simple-smile:before{content:"\eb02"}.icofont-slightly-smile:before{content:"\eb03"}.icofont-smirk:before{content:"\eb04"}.icofont-stuck-out-tongue:before{content:"\eb05"}.icofont-wink-smile:before{content:"\eb06"}.icofont-worried:before{content:"\eb07"}.icofont-file-alt:before{content:"\eb08"}.icofont-file-audio:before{content:"\eb09"}.icofont-file-avi-mp4:before{content:"\eb0a"}.icofont-file-bmp:before{content:"\eb0b"}.icofont-file-code:before{content:"\eb0c"}.icofont-file-css:before{content:"\eb0d"}.icofont-file-document:before{content:"\eb0e"}.icofont-file-eps:before{content:"\eb0f"}.icofont-file-excel:before{content:"\eb10"}.icofont-file-exe:before{content:"\eb11"}.icofont-file-file:before{content:"\eb12"}.icofont-file-flv:before{content:"\eb13"}.icofont-file-gif:before{content:"\eb14"}.icofont-file-html5:before{content:"\eb15"}.icofont-file-image:before{content:"\eb16"}.icofont-file-iso:before{content:"\eb17"}.icofont-file-java:before{content:"\eb18"}.icofont-file-jpg:before{content:"\eb1a"}.icofont-file-midi:before{content:"\eb1b"}.icofont-file-mov:before{content:"\eb1c"}.icofont-file-mp3:before{content:"\eb1d"}.icofont-file-pdf:before{content:"\eb1e"}.icofont-file-php:before{content:"\eb1f"}.icofont-file-png:before{content:"\eb20"}.icofont-file-powerpoint:before{content:"\eb21"}.icofont-file-presentation:before{content:"\eb22"}.icofont-file-psb:before{content:"\eb23"}.icofont-file-psd:before{content:"\eb24"}.icofont-file-python:before{content:"\eb25"}.icofont-file-ruby:before{content:"\eb26"}.icofont-file-spreadsheet:before{content:"\eb27"}.icofont-file-sql:before{content:"\eb28"}.icofont-file-svg:before{content:"\eb29"}.icofont-file-text:before{content:"\eb2a"}.icofont-file-tiff:before{content:"\eb2b"}.icofont-file-video:before{content:"\eb2c"}.icofont-file-wave:before{content:"\eb2d"}.icofont-file-wmv:before{content:"\eb2e"}.icofont-file-word:before{content:"\eb2f"}.icofont-file-zip:before{content:"\eb30"}.icofont-cycling-alt:before{content:"\eb31"}.icofont-cycling:before{content:"\eb32"}.icofont-dumbbell:before{content:"\eb33"}.icofont-dumbbells:before{content:"\eb34"}.icofont-gym-alt-1:before{content:"\eb35"}.icofont-gym-alt-2:before{content:"\eb36"}.icofont-gym-alt-3:before{content:"\eb37"}.icofont-gym:before{content:"\eb38"}.icofont-muscle-weight:before{content:"\eb39"}.icofont-muscle:before{content:"\eb3a"}.icofont-apple:before{content:"\eb3b"}.icofont-arabian-coffee:before{content:"\eb3c"}.icofont-artichoke:before{content:"\eb3d"}.icofont-asparagus:before{content:"\eb3e"}.icofont-avocado:before{content:"\eb3f"}.icofont-baby-food:before{content:"\eb40"}.icofont-banana:before{content:"\eb41"}.icofont-bbq:before{content:"\eb42"}.icofont-beans:before{content:"\eb43"}.icofont-beer:before{content:"\eb44"}.icofont-bell-pepper-capsicum:before{content:"\eb45"}.icofont-birthday-cake:before{content:"\eb46"}.icofont-bread:before{content:"\eb47"}.icofont-broccoli:before{content:"\eb48"}.icofont-burger:before{content:"\eb49"}.icofont-cabbage:before{content:"\eb4a"}.icofont-carrot:before{content:"\eb4b"}.icofont-cauli-flower:before{content:"\eb4c"}.icofont-cheese:before{content:"\eb4d"}.icofont-chef:before{content:"\eb4e"}.icofont-cherry:before{content:"\eb4f"}.icofont-chicken-fry:before{content:"\eb50"}.icofont-chicken:before{content:"\eb51"}.icofont-cocktail:before{content:"\eb52"}.icofont-coconut-water:before{content:"\eb53"}.icofont-coconut:before{content:"\eb54"}.icofont-coffee-alt:before{content:"\eb55"}.icofont-coffee-cup:before{content:"\eb56"}.icofont-coffee-mug:before{content:"\eb57"}.icofont-coffee-pot:before{content:"\eb58"}.icofont-cola:before{content:"\eb59"}.icofont-corn:before{content:"\eb5a"}.icofont-croissant:before{content:"\eb5b"}.icofont-crop-plant:before{content:"\eb5c"}.icofont-cucumber:before{content:"\eb5d"}.icofont-culinary:before{content:"\eb5e"}.icofont-cup-cake:before{content:"\eb5f"}.icofont-dining-table:before{content:"\eb60"}.icofont-donut:before{content:"\eb61"}.icofont-egg-plant:before{content:"\eb62"}.icofont-egg-poached:before{content:"\eb63"}.icofont-farmer-alt:before{content:"\eb64"}.icofont-farmer:before{content:"\eb65"}.icofont-fast-food:before{content:"\eb66"}.icofont-food-basket:before{content:"\eb67"}.icofont-food-cart:before{content:"\eb68"}.icofont-fork-and-knife:before{content:"\eb69"}.icofont-french-fries:before{content:"\eb6a"}.icofont-fruits:before{content:"\eb6b"}.icofont-grapes:before{content:"\eb6c"}.icofont-honey:before{content:"\eb6d"}.icofont-hot-dog:before{content:"\eb6e"}.icofont-ice-cream-alt:before{content:"\eb6f"}.icofont-ice-cream:before{content:"\eb70"}.icofont-juice:before{content:"\eb71"}.icofont-ketchup:before{content:"\eb72"}.icofont-kiwi:before{content:"\eb73"}.icofont-layered-cake:before{content:"\eb74"}.icofont-lemon-alt:before{content:"\eb75"}.icofont-lemon:before{content:"\eb76"}.icofont-lobster:before{content:"\eb77"}.icofont-mango:before{content:"\eb78"}.icofont-milk:before{content:"\eb79"}.icofont-mushroom:before{content:"\eb7a"}.icofont-noodles:before{content:"\eb7b"}.icofont-onion:before{content:"\eb7c"}.icofont-orange:before{content:"\eb7d"}.icofont-pear:before{content:"\eb7e"}.icofont-peas:before{content:"\eb7f"}.icofont-pepper:before{content:"\eb80"}.icofont-pie-alt:before{content:"\eb81"}.icofont-pie:before{content:"\eb82"}.icofont-pineapple:before{content:"\eb83"}.icofont-pizza-slice:before{content:"\eb84"}.icofont-pizza:before{content:"\eb85"}.icofont-plant:before{content:"\eb86"}.icofont-popcorn:before{content:"\eb87"}.icofont-potato:before{content:"\eb88"}.icofont-pumpkin:before{content:"\eb89"}.icofont-raddish:before{content:"\eb8a"}.icofont-restaurant-menu:before{content:"\eb8b"}.icofont-restaurant:before{content:"\eb8c"}.icofont-salt-and-pepper:before{content:"\eb8d"}.icofont-sandwich:before{content:"\eb8e"}.icofont-sausage:before{content:"\eb8f"}.icofont-soft-drinks:before{content:"\eb90"}.icofont-soup-bowl:before{content:"\eb91"}.icofont-spoon-and-fork:before{content:"\eb92"}.icofont-steak:before{content:"\eb93"}.icofont-strawberry:before{content:"\eb94"}.icofont-sub-sandwich:before{content:"\eb95"}.icofont-sushi:before{content:"\eb96"}.icofont-taco:before{content:"\eb97"}.icofont-tea-pot:before{content:"\eb98"}.icofont-tea:before{content:"\eb99"}.icofont-tomato:before{content:"\eb9a"}.icofont-watermelon:before{content:"\eb9b"}.icofont-wheat:before{content:"\eb9c"}.icofont-baby-backpack:before{content:"\eb9d"}.icofont-baby-cloth:before{content:"\eb9e"}.icofont-baby-milk-bottle:before{content:"\eb9f"}.icofont-baby-trolley:before{content:"\eba0"}.icofont-baby:before{content:"\eba1"}.icofont-candy:before{content:"\eba2"}.icofont-holding-hands:before{content:"\eba3"}.icofont-infant-nipple:before{content:"\eba4"}.icofont-kids-scooter:before{content:"\eba5"}.icofont-safety-pin:before{content:"\eba6"}.icofont-teddy-bear:before{content:"\eba7"}.icofont-toy-ball:before{content:"\eba8"}.icofont-toy-cat:before{content:"\eba9"}.icofont-toy-duck:before{content:"\ebaa"}.icofont-toy-elephant:before{content:"\ebab"}.icofont-toy-hand:before{content:"\ebac"}.icofont-toy-horse:before{content:"\ebad"}.icofont-toy-lattu:before{content:"\ebae"}.icofont-toy-train:before{content:"\ebaf"}.icofont-burglar:before{content:"\ebb0"}.icofont-cannon-firing:before{content:"\ebb1"}.icofont-cc-camera:before{content:"\ebb2"}.icofont-cop-badge:before{content:"\ebb3"}.icofont-cop:before{content:"\ebb4"}.icofont-court-hammer:before{content:"\ebb5"}.icofont-court:before{content:"\ebb6"}.icofont-finger-print:before{content:"\ebb7"}.icofont-gavel:before{content:"\ebb8"}.icofont-handcuff-alt:before{content:"\ebb9"}.icofont-handcuff:before{content:"\ebba"}.icofont-investigation:before{content:"\ebbb"}.icofont-investigator:before{content:"\ebbc"}.icofont-jail:before{content:"\ebbd"}.icofont-judge:before{content:"\ebbe"}.icofont-law-alt-1:before{content:"\ebbf"}.icofont-law-alt-2:before{content:"\ebc0"}.icofont-law-alt-3:before{content:"\ebc1"}.icofont-law-book:before{content:"\ebc2"}.icofont-law-document:before{content:"\ebc3"}.icofont-law-order:before{content:"\ebc4"}.icofont-law-protect:before{content:"\ebc5"}.icofont-law-scales:before{content:"\ebc6"}.icofont-law:before{content:"\ebc7"}.icofont-lawyer-alt-1:before{content:"\ebc8"}.icofont-lawyer-alt-2:before{content:"\ebc9"}.icofont-lawyer:before{content:"\ebca"}.icofont-legal:before{content:"\ebcb"}.icofont-pistol:before{content:"\ebcc"}.icofont-police-badge:before{content:"\ebcd"}.icofont-police-cap:before{content:"\ebce"}.icofont-police-car-alt-1:before{content:"\ebcf"}.icofont-police-car-alt-2:before{content:"\ebd0"}.icofont-police-car:before{content:"\ebd1"}.icofont-police-hat:before{content:"\ebd2"}.icofont-police-van:before{content:"\ebd3"}.icofont-police:before{content:"\ebd4"}.icofont-thief-alt:before{content:"\ebd5"}.icofont-thief:before{content:"\ebd6"}.icofont-abacus-alt:before{content:"\ebd7"}.icofont-abacus:before{content:"\ebd8"}.icofont-angle-180:before{content:"\ebd9"}.icofont-angle-45:before{content:"\ebda"}.icofont-angle-90:before{content:"\ebdb"}.icofont-angle:before{content:"\ebdc"}.icofont-calculator-alt-1:before{content:"\ebdd"}.icofont-calculator-alt-2:before{content:"\ebde"}.icofont-calculator:before{content:"\ebdf"}.icofont-circle-ruler-alt:before{content:"\ebe0"}.icofont-circle-ruler:before{content:"\ebe1"}.icofont-compass-alt-1:before{content:"\ebe2"}.icofont-compass-alt-2:before{content:"\ebe3"}.icofont-compass-alt-3:before{content:"\ebe4"}.icofont-compass-alt-4:before{content:"\ebe5"}.icofont-golden-ratio:before{content:"\ebe6"}.icofont-marker-alt-1:before{content:"\ebe7"}.icofont-marker-alt-2:before{content:"\ebe8"}.icofont-marker-alt-3:before{content:"\ebe9"}.icofont-marker:before{content:"\ebea"}.icofont-math:before{content:"\ebeb"}.icofont-mathematical-alt-1:before{content:"\ebec"}.icofont-mathematical-alt-2:before{content:"\ebed"}.icofont-mathematical:before{content:"\ebee"}.icofont-pen-alt-1:before{content:"\ebef"}.icofont-pen-alt-2:before{content:"\ebf0"}.icofont-pen-alt-3:before{content:"\ebf1"}.icofont-pen-holder-alt-1:before{content:"\ebf2"}.icofont-pen-holder:before{content:"\ebf3"}.icofont-pen:before{content:"\ebf4"}.icofont-pencil-alt-1:before{content:"\ebf5"}.icofont-pencil-alt-2:before{content:"\ebf6"}.icofont-pencil-alt-3:before{content:"\ebf7"}.icofont-pencil-alt-4:before{content:"\ebf8"}.icofont-pencil:before{content:"\ebf9"}.icofont-ruler-alt-1:before{content:"\ebfa"}.icofont-ruler-alt-2:before{content:"\ebfb"}.icofont-ruler-compass-alt:before{content:"\ebfc"}.icofont-ruler-compass:before{content:"\ebfd"}.icofont-ruler-pencil-alt-1:before{content:"\ebfe"}.icofont-ruler-pencil-alt-2:before{content:"\ebff"}.icofont-ruler-pencil:before{content:"\ec00"}.icofont-ruler:before{content:"\ec01"}.icofont-rulers-alt:before{content:"\ec02"}.icofont-rulers:before{content:"\ec03"}.icofont-square-root:before{content:"\ec04"}.icofont-ui-calculator:before{content:"\ec05"}.icofont-aids:before{content:"\ec06"}.icofont-ambulance-crescent:before{content:"\ec07"}.icofont-ambulance-cross:before{content:"\ec08"}.icofont-ambulance:before{content:"\ec09"}.icofont-autism:before{content:"\ec0a"}.icofont-bandage:before{content:"\ec0b"}.icofont-blind:before{content:"\ec0c"}.icofont-blood-drop:before{content:"\ec0d"}.icofont-blood-test:before{content:"\ec0e"}.icofont-blood:before{content:"\ec0f"}.icofont-brain-alt:before{content:"\ec10"}.icofont-brain:before{content:"\ec11"}.icofont-capsule:before{content:"\ec12"}.icofont-crutch:before{content:"\ec13"}.icofont-disabled:before{content:"\ec14"}.icofont-dna-alt-1:before{content:"\ec15"}.icofont-dna-alt-2:before{content:"\ec16"}.icofont-dna:before{content:"\ec17"}.icofont-doctor-alt:before{content:"\ec18"}.icofont-doctor:before{content:"\ec19"}.icofont-drug-pack:before{content:"\ec1a"}.icofont-drug:before{content:"\ec1b"}.icofont-first-aid-alt:before{content:"\ec1c"}.icofont-first-aid:before{content:"\ec1d"}.icofont-heart-beat-alt:before{content:"\ec1e"}.icofont-heart-beat:before{content:"\ec1f"}.icofont-heartbeat:before{content:"\ec20"}.icofont-herbal:before{content:"\ec21"}.icofont-hospital:before{content:"\ec22"}.icofont-icu:before{content:"\ec23"}.icofont-injection-syringe:before{content:"\ec24"}.icofont-laboratory:before{content:"\ec25"}.icofont-medical-sign-alt:before{content:"\ec26"}.icofont-medical-sign:before{content:"\ec27"}.icofont-nurse-alt:before{content:"\ec28"}.icofont-nurse:before{content:"\ec29"}.icofont-nursing-home:before{content:"\ec2a"}.icofont-operation-theater:before{content:"\ec2b"}.icofont-paralysis-disability:before{content:"\ec2c"}.icofont-patient-bed:before{content:"\ec2d"}.icofont-patient-file:before{content:"\ec2e"}.icofont-pills:before{content:"\ec2f"}.icofont-prescription:before{content:"\ec30"}.icofont-pulse:before{content:"\ec31"}.icofont-stethoscope-alt:before{content:"\ec32"}.icofont-stethoscope:before{content:"\ec33"}.icofont-stretcher:before{content:"\ec34"}.icofont-surgeon-alt:before{content:"\ec35"}.icofont-surgeon:before{content:"\ec36"}.icofont-tablets:before{content:"\ec37"}.icofont-test-bottle:before{content:"\ec38"}.icofont-test-tube:before{content:"\ec39"}.icofont-thermometer-alt:before{content:"\ec3a"}.icofont-thermometer:before{content:"\ec3b"}.icofont-tooth:before{content:"\ec3c"}.icofont-xray:before{content:"\ec3d"}.icofont-ui-add:before{content:"\ec3e"}.icofont-ui-alarm:before{content:"\ec3f"}.icofont-ui-battery:before{content:"\ec40"}.icofont-ui-block:before{content:"\ec41"}.icofont-ui-bluetooth:before{content:"\ec42"}.icofont-ui-brightness:before{content:"\ec43"}.icofont-ui-browser:before{content:"\ec44"}.icofont-ui-calendar:before{content:"\ec45"}.icofont-ui-call:before{content:"\ec46"}.icofont-ui-camera:before{content:"\ec47"}.icofont-ui-cart:before{content:"\ec48"}.icofont-ui-cell-phone:before{content:"\ec49"}.icofont-ui-chat:before{content:"\ec4a"}.icofont-ui-check:before{content:"\ec4b"}.icofont-ui-clip-board:before{content:"\ec4c"}.icofont-ui-clip:before{content:"\ec4d"}.icofont-ui-clock:before{content:"\ec4e"}.icofont-ui-close:before{content:"\ec4f"}.icofont-ui-contact-list:before{content:"\ec50"}.icofont-ui-copy:before{content:"\ec51"}.icofont-ui-cut:before{content:"\ec52"}.icofont-ui-delete:before{content:"\ec53"}.icofont-ui-dial-phone:before{content:"\ec54"}.icofont-ui-edit:before{content:"\ec55"}.icofont-ui-email:before{content:"\ec56"}.icofont-ui-file:before{content:"\ec57"}.icofont-ui-fire-wall:before{content:"\ec58"}.icofont-ui-flash-light:before{content:"\ec59"}.icofont-ui-flight:before{content:"\ec5a"}.icofont-ui-folder:before{content:"\ec5b"}.icofont-ui-game:before{content:"\ec5c"}.icofont-ui-handicapped:before{content:"\ec5d"}.icofont-ui-home:before{content:"\ec5e"}.icofont-ui-image:before{content:"\ec5f"}.icofont-ui-laoding:before{content:"\ec60"}.icofont-ui-lock:before{content:"\ec61"}.icofont-ui-love-add:before{content:"\ec62"}.icofont-ui-love-broken:before{content:"\ec63"}.icofont-ui-love-remove:before{content:"\ec64"}.icofont-ui-love:before{content:"\ec65"}.icofont-ui-map:before{content:"\ec66"}.icofont-ui-message:before{content:"\ec67"}.icofont-ui-messaging:before{content:"\ec68"}.icofont-ui-movie:before{content:"\ec69"}.icofont-ui-music-player:before{content:"\ec6a"}.icofont-ui-music:before{content:"\ec6b"}.icofont-ui-mute:before{content:"\ec6c"}.icofont-ui-network:before{content:"\ec6d"}.icofont-ui-next:before{content:"\ec6e"}.icofont-ui-note:before{content:"\ec6f"}.icofont-ui-office:before{content:"\ec70"}.icofont-ui-password:before{content:"\ec71"}.icofont-ui-pause:before{content:"\ec72"}.icofont-ui-play-stop:before{content:"\ec73"}.icofont-ui-play:before{content:"\ec74"}.icofont-ui-pointer:before{content:"\ec75"}.icofont-ui-power:before{content:"\ec76"}.icofont-ui-press:before{content:"\ec77"}.icofont-ui-previous:before{content:"\ec78"}.icofont-ui-rate-add:before{content:"\ec79"}.icofont-ui-rate-blank:before{content:"\ec7a"}.icofont-ui-rate-remove:before{content:"\ec7b"}.icofont-ui-rating:before{content:"\ec7c"}.icofont-ui-record:before{content:"\ec7d"}.icofont-ui-remove:before{content:"\ec7e"}.icofont-ui-reply:before{content:"\ec7f"}.icofont-ui-rotation:before{content:"\ec80"}.icofont-ui-rss:before{content:"\ec81"}.icofont-ui-search:before{content:"\ec82"}.icofont-ui-settings:before{content:"\ec83"}.icofont-ui-social-link:before{content:"\ec84"}.icofont-ui-tag:before{content:"\ec85"}.icofont-ui-text-chat:before{content:"\ec86"}.icofont-ui-text-loading:before{content:"\ec87"}.icofont-ui-theme:before{content:"\ec88"}.icofont-ui-timer:before{content:"\ec89"}.icofont-ui-touch-phone:before{content:"\ec8a"}.icofont-ui-travel:before{content:"\ec8b"}.icofont-ui-unlock:before{content:"\ec8c"}.icofont-ui-user-group:before{content:"\ec8d"}.icofont-ui-user:before{content:"\ec8e"}.icofont-ui-v-card:before{content:"\ec8f"}.icofont-ui-video-chat:before{content:"\ec90"}.icofont-ui-video-message:before{content:"\ec91"}.icofont-ui-video-play:before{content:"\ec92"}.icofont-ui-video:before{content:"\ec93"}.icofont-ui-volume:before{content:"\ec94"}.icofont-ui-weather:before{content:"\ec95"}.icofont-ui-wifi:before{content:"\ec96"}.icofont-ui-zoom-in:before{content:"\ec97"}.icofont-ui-zoom-out:before{content:"\ec98"}.icofont-cassette-player:before{content:"\ec99"}.icofont-cassette:before{content:"\ec9a"}.icofont-forward:before{content:"\ec9b"}.icofont-guiter:before{content:"\ec9c"}.icofont-movie:before{content:"\ec9d"}.icofont-multimedia:before{content:"\ec9e"}.icofont-music-alt:before{content:"\ec9f"}.icofont-music-disk:before{content:"\eca0"}.icofont-music-note:before{content:"\eca1"}.icofont-music-notes:before{content:"\eca2"}.icofont-music:before{content:"\eca3"}.icofont-mute-volume:before{content:"\eca4"}.icofont-pause:before{content:"\eca5"}.icofont-play-alt-1:before{content:"\eca6"}.icofont-play-alt-2:before{content:"\eca7"}.icofont-play-alt-3:before{content:"\eca8"}.icofont-play-pause:before{content:"\eca9"}.icofont-play:before{content:"\ecaa"}.icofont-record:before{content:"\ecab"}.icofont-retro-music-disk:before{content:"\ecac"}.icofont-rewind:before{content:"\ecad"}.icofont-song-notes:before{content:"\ecae"}.icofont-sound-wave-alt:before{content:"\ecaf"}.icofont-sound-wave:before{content:"\ecb0"}.icofont-stop:before{content:"\ecb1"}.icofont-video-alt:before{content:"\ecb2"}.icofont-video-cam:before{content:"\ecb3"}.icofont-video-clapper:before{content:"\ecb4"}.icofont-video:before{content:"\ecb5"}.icofont-volume-bar:before{content:"\ecb6"}.icofont-volume-down:before{content:"\ecb7"}.icofont-volume-mute:before{content:"\ecb8"}.icofont-volume-off:before{content:"\ecb9"}.icofont-volume-up:before{content:"\ecba"}.icofont-youtube-play:before{content:"\ecbb"}.icofont-2checkout-alt:before{content:"\ecbc"}.icofont-2checkout:before{content:"\ecbd"}.icofont-amazon-alt:before{content:"\ecbe"}.icofont-amazon:before{content:"\ecbf"}.icofont-american-express-alt:before{content:"\ecc0"}.icofont-american-express:before{content:"\ecc1"}.icofont-apple-pay-alt:before{content:"\ecc2"}.icofont-apple-pay:before{content:"\ecc3"}.icofont-bank-transfer-alt:before{content:"\ecc4"}.icofont-bank-transfer:before{content:"\ecc5"}.icofont-braintree-alt:before{content:"\ecc6"}.icofont-braintree:before{content:"\ecc7"}.icofont-cash-on-delivery-alt:before{content:"\ecc8"}.icofont-cash-on-delivery:before{content:"\ecc9"}.icofont-diners-club-alt-1:before{content:"\ecca"}.icofont-diners-club-alt-2:before{content:"\eccb"}.icofont-diners-club-alt-3:before{content:"\eccc"}.icofont-diners-club:before{content:"\eccd"}.icofont-discover-alt:before{content:"\ecce"}.icofont-discover:before{content:"\eccf"}.icofont-eway-alt:before{content:"\ecd0"}.icofont-eway:before{content:"\ecd1"}.icofont-google-wallet-alt-1:before{content:"\ecd2"}.icofont-google-wallet-alt-2:before{content:"\ecd3"}.icofont-google-wallet-alt-3:before{content:"\ecd4"}.icofont-google-wallet:before{content:"\ecd5"}.icofont-jcb-alt:before{content:"\ecd6"}.icofont-jcb:before{content:"\ecd7"}.icofont-maestro-alt:before{content:"\ecd8"}.icofont-maestro:before{content:"\ecd9"}.icofont-mastercard-alt:before{content:"\ecda"}.icofont-mastercard:before{content:"\ecdb"}.icofont-payoneer-alt:before{content:"\ecdc"}.icofont-payoneer:before{content:"\ecdd"}.icofont-paypal-alt:before{content:"\ecde"}.icofont-paypal:before{content:"\ecdf"}.icofont-sage-alt:before{content:"\ece0"}.icofont-sage:before{content:"\ece1"}.icofont-skrill-alt:before{content:"\ece2"}.icofont-skrill:before{content:"\ece3"}.icofont-stripe-alt:before{content:"\ece4"}.icofont-stripe:before{content:"\ece5"}.icofont-visa-alt:before{content:"\ece6"}.icofont-visa-electron:before{content:"\ece7"}.icofont-visa:before{content:"\ece8"}.icofont-western-union-alt:before{content:"\ece9"}.icofont-western-union:before{content:"\ecea"}.icofont-boy:before{content:"\eceb"}.icofont-business-man-alt-1:before{content:"\ecec"}.icofont-business-man-alt-2:before{content:"\eced"}.icofont-business-man-alt-3:before{content:"\ecee"}.icofont-business-man:before{content:"\ecef"}.icofont-female:before{content:"\ecf0"}.icofont-funky-man:before{content:"\ecf1"}.icofont-girl-alt:before{content:"\ecf2"}.icofont-girl:before{content:"\ecf3"}.icofont-group:before{content:"\ecf4"}.icofont-hotel-boy-alt:before{content:"\ecf5"}.icofont-hotel-boy:before{content:"\ecf6"}.icofont-kid:before{content:"\ecf7"}.icofont-man-in-glasses:before{content:"\ecf8"}.icofont-people:before{content:"\ecf9"}.icofont-support:before{content:"\ecfa"}.icofont-user-alt-1:before{content:"\ecfb"}.icofont-user-alt-2:before{content:"\ecfc"}.icofont-user-alt-3:before{content:"\ecfd"}.icofont-user-alt-4:before{content:"\ecfe"}.icofont-user-alt-5:before{content:"\ecff"}.icofont-user-alt-6:before{content:"\ed00"}.icofont-user-alt-7:before{content:"\ed01"}.icofont-user-female:before{content:"\ed02"}.icofont-user-male:before{content:"\ed03"}.icofont-user-suited:before{content:"\ed04"}.icofont-user:before{content:"\ed05"}.icofont-users-alt-1:before{content:"\ed06"}.icofont-users-alt-2:before{content:"\ed07"}.icofont-users-alt-3:before{content:"\ed08"}.icofont-users-alt-4:before{content:"\ed09"}.icofont-users-alt-5:before{content:"\ed0a"}.icofont-users-alt-6:before{content:"\ed0b"}.icofont-users-social:before{content:"\ed0c"}.icofont-users:before{content:"\ed0d"}.icofont-waiter-alt:before{content:"\ed0e"}.icofont-waiter:before{content:"\ed0f"}.icofont-woman-in-glasses:before{content:"\ed10"}.icofont-search-1:before{content:"\ed11"}.icofont-search-2:before{content:"\ed12"}.icofont-search-document:before{content:"\ed13"}.icofont-search-folder:before{content:"\ed14"}.icofont-search-job:before{content:"\ed15"}.icofont-search-map:before{content:"\ed16"}.icofont-search-property:before{content:"\ed17"}.icofont-search-restaurant:before{content:"\ed18"}.icofont-search-stock:before{content:"\ed19"}.icofont-search-user:before{content:"\ed1a"}.icofont-search:before{content:"\ed1b"}.icofont-500px:before{content:"\ed1c"}.icofont-aim:before{content:"\ed1d"}.icofont-badoo:before{content:"\ed1e"}.icofont-baidu-tieba:before{content:"\ed1f"}.icofont-bbm-messenger:before{content:"\ed20"}.icofont-bebo:before{content:"\ed21"}.icofont-behance:before{content:"\ed22"}.icofont-blogger:before{content:"\ed23"}.icofont-bootstrap:before{content:"\ed24"}.icofont-brightkite:before{content:"\ed25"}.icofont-cloudapp:before{content:"\ed26"}.icofont-concrete5:before{content:"\ed27"}.icofont-delicious:before{content:"\ed28"}.icofont-designbump:before{content:"\ed29"}.icofont-designfloat:before{content:"\ed2a"}.icofont-deviantart:before{content:"\ed2b"}.icofont-digg:before{content:"\ed2c"}.icofont-dotcms:before{content:"\ed2d"}.icofont-dribbble:before{content:"\ed2e"}.icofont-dribble:before{content:"\ed2f"}.icofont-dropbox:before{content:"\ed30"}.icofont-ebuddy:before{content:"\ed31"}.icofont-ello:before{content:"\ed32"}.icofont-ember:before{content:"\ed33"}.icofont-envato:before{content:"\ed34"}.icofont-evernote:before{content:"\ed35"}.icofont-facebook-messenger:before{content:"\ed36"}.icofont-facebook:before{content:"\ed37"}.icofont-feedburner:before{content:"\ed38"}.icofont-flikr:before{content:"\ed39"}.icofont-folkd:before{content:"\ed3a"}.icofont-foursquare:before{content:"\ed3b"}.icofont-friendfeed:before{content:"\ed3c"}.icofont-ghost:before{content:"\ed3d"}.icofont-github:before{content:"\ed3e"}.icofont-gnome:before{content:"\ed3f"}.icofont-google-buzz:before{content:"\ed40"}.icofont-google-hangouts:before{content:"\ed41"}.icofont-google-map:before{content:"\ed42"}.icofont-google-plus:before{content:"\ed43"}.icofont-google-talk:before{content:"\ed44"}.icofont-hype-machine:before{content:"\ed45"}.icofont-instagram:before{content:"\ed46"}.icofont-kakaotalk:before{content:"\ed47"}.icofont-kickstarter:before{content:"\ed48"}.icofont-kik:before{content:"\ed49"}.icofont-kiwibox:before{content:"\ed4a"}.icofont-line-messenger:before{content:"\ed4b"}.icofont-line:before{content:"\ed4c"}.icofont-linkedin:before{content:"\ed4d"}.icofont-linux-mint:before{content:"\ed4e"}.icofont-live-messenger:before{content:"\ed4f"}.icofont-livejournal:before{content:"\ed50"}.icofont-magento:before{content:"\ed51"}.icofont-meetme:before{content:"\ed52"}.icofont-meetup:before{content:"\ed53"}.icofont-mixx:before{content:"\ed54"}.icofont-newsvine:before{content:"\ed55"}.icofont-nimbuss:before{content:"\ed56"}.icofont-odnoklassniki:before{content:"\ed57"}.icofont-opencart:before{content:"\ed58"}.icofont-oscommerce:before{content:"\ed59"}.icofont-pandora:before{content:"\ed5a"}.icofont-photobucket:before{content:"\ed5b"}.icofont-picasa:before{content:"\ed5c"}.icofont-pinterest:before{content:"\ed5d"}.icofont-prestashop:before{content:"\ed5e"}.icofont-qik:before{content:"\ed5f"}.icofont-qq:before{content:"\ed60"}.icofont-readernaut:before{content:"\ed61"}.icofont-reddit:before{content:"\ed62"}.icofont-renren:before{content:"\ed63"}.icofont-rss:before{content:"\ed64"}.icofont-shopify:before{content:"\ed65"}.icofont-silverstripe:before{content:"\ed66"}.icofont-skype:before{content:"\ed67"}.icofont-slack:before{content:"\ed68"}.icofont-slashdot:before{content:"\ed69"}.icofont-slidshare:before{content:"\ed6a"}.icofont-smugmug:before{content:"\ed6b"}.icofont-snapchat:before{content:"\ed6c"}.icofont-soundcloud:before{content:"\ed6d"}.icofont-spotify:before{content:"\ed6e"}.icofont-stack-exchange:before{content:"\ed6f"}.icofont-stack-overflow:before{content:"\ed70"}.icofont-steam:before{content:"\ed71"}.icofont-stumbleupon:before{content:"\ed72"}.icofont-tagged:before{content:"\ed73"}.icofont-technorati:before{content:"\ed74"}.icofont-telegram:before{content:"\ed75"}.icofont-tinder:before{content:"\ed76"}.icofont-trello:before{content:"\ed77"}.icofont-tumblr:before{content:"\ed78"}.icofont-twitch:before{content:"\ed79"}.icofont-twitter:before{content:"\ed7a"}.icofont-typo3:before{content:"\ed7b"}.icofont-ubercart:before{content:"\ed7c"}.icofont-viber:before{content:"\ed7d"}.icofont-viddler:before{content:"\ed7e"}.icofont-vimeo:before{content:"\ed7f"}.icofont-vine:before{content:"\ed80"}.icofont-virb:before{content:"\ed81"}.icofont-virtuemart:before{content:"\ed82"}.icofont-vk:before{content:"\ed83"}.icofont-wechat:before{content:"\ed84"}.icofont-weibo:before{content:"\ed85"}.icofont-whatsapp:before{content:"\ed86"}.icofont-xing:before{content:"\ed87"}.icofont-yahoo:before{content:"\ed88"}.icofont-yelp:before{content:"\ed89"}.icofont-youku:before{content:"\ed8a"}.icofont-youtube:before{content:"\ed8b"}.icofont-zencart:before{content:"\ed8c"}.icofont-badminton-birdie:before{content:"\ed8d"}.icofont-baseball:before{content:"\ed8e"}.icofont-baseballer:before{content:"\ed8f"}.icofont-basketball-hoop:before{content:"\ed90"}.icofont-basketball:before{content:"\ed91"}.icofont-billiard-ball:before{content:"\ed92"}.icofont-boot-alt-1:before{content:"\ed93"}.icofont-boot-alt-2:before{content:"\ed94"}.icofont-boot:before{content:"\ed95"}.icofont-bowling-alt:before{content:"\ed96"}.icofont-bowling:before{content:"\ed97"}.icofont-canoe:before{content:"\ed98"}.icofont-cheer-leader:before{content:"\ed99"}.icofont-climbing:before{content:"\ed9a"}.icofont-corner:before{content:"\ed9b"}.icofont-field-alt:before{content:"\ed9c"}.icofont-field:before{content:"\ed9d"}.icofont-football-alt:before{content:"\ed9e"}.icofont-football-american:before{content:"\ed9f"}.icofont-football:before{content:"\eda0"}.icofont-foul:before{content:"\eda1"}.icofont-goal-keeper:before{content:"\eda2"}.icofont-goal:before{content:"\eda3"}.icofont-golf-alt:before{content:"\eda4"}.icofont-golf-bag:before{content:"\eda5"}.icofont-golf-cart:before{content:"\eda6"}.icofont-golf-field:before{content:"\eda7"}.icofont-golf:before{content:"\eda8"}.icofont-golfer:before{content:"\eda9"}.icofont-helmet:before{content:"\edaa"}.icofont-hockey-alt:before{content:"\edab"}.icofont-hockey:before{content:"\edac"}.icofont-ice-skate:before{content:"\edad"}.icofont-jersey-alt:before{content:"\edae"}.icofont-jersey:before{content:"\edaf"}.icofont-jumping:before{content:"\edb0"}.icofont-kick:before{content:"\edb1"}.icofont-leg:before{content:"\edb2"}.icofont-match-review:before{content:"\edb3"}.icofont-medal-sport:before{content:"\edb4"}.icofont-offside:before{content:"\edb5"}.icofont-olympic-logo:before{content:"\edb6"}.icofont-olympic:before{content:"\edb7"}.icofont-padding:before{content:"\edb8"}.icofont-penalty-card:before{content:"\edb9"}.icofont-racer:before{content:"\edba"}.icofont-racing-car:before{content:"\edbb"}.icofont-racing-flag-alt:before{content:"\edbc"}.icofont-racing-flag:before{content:"\edbd"}.icofont-racings-wheel:before{content:"\edbe"}.icofont-referee:before{content:"\edbf"}.icofont-refree-jersey:before{content:"\edc0"}.icofont-result-sport:before{content:"\edc1"}.icofont-rugby-ball:before{content:"\edc2"}.icofont-rugby-player:before{content:"\edc3"}.icofont-rugby:before{content:"\edc4"}.icofont-runner-alt-1:before{content:"\edc5"}.icofont-runner-alt-2:before{content:"\edc6"}.icofont-runner:before{content:"\edc7"}.icofont-score-board:before{content:"\edc8"}.icofont-skiing-man:before{content:"\edc9"}.icofont-skydiving-goggles:before{content:"\edca"}.icofont-snow-mobile:before{content:"\edcb"}.icofont-steering:before{content:"\edcc"}.icofont-stopwatch:before{content:"\edcd"}.icofont-substitute:before{content:"\edce"}.icofont-swimmer:before{content:"\edcf"}.icofont-table-tennis:before{content:"\edd0"}.icofont-team-alt:before{content:"\edd1"}.icofont-team:before{content:"\edd2"}.icofont-tennis-player:before{content:"\edd3"}.icofont-tennis:before{content:"\edd4"}.icofont-tracking:before{content:"\edd5"}.icofont-trophy-alt:before{content:"\edd6"}.icofont-trophy:before{content:"\edd7"}.icofont-volleyball-alt:before{content:"\edd8"}.icofont-volleyball-fire:before{content:"\edd9"}.icofont-volleyball:before{content:"\edda"}.icofont-water-bottle:before{content:"\eddb"}.icofont-whistle-alt:before{content:"\eddc"}.icofont-whistle:before{content:"\eddd"}.icofont-win-trophy:before{content:"\edde"}.icofont-align-center:before{content:"\eddf"}.icofont-align-left:before{content:"\ede0"}.icofont-align-right:before{content:"\ede1"}.icofont-all-caps:before{content:"\ede2"}.icofont-bold:before{content:"\ede3"}.icofont-brush:before{content:"\ede4"}.icofont-clip-board:before{content:"\ede5"}.icofont-code-alt:before{content:"\ede6"}.icofont-color-bucket:before{content:"\ede7"}.icofont-color-picker:before{content:"\ede8"}.icofont-copy-invert:before{content:"\ede9"}.icofont-copy:before{content:"\edea"}.icofont-cut:before{content:"\edeb"}.icofont-delete-alt:before{content:"\edec"}.icofont-edit-alt:before{content:"\eded"}.icofont-eraser-alt:before{content:"\edee"}.icofont-font:before{content:"\edef"}.icofont-heading:before{content:"\edf0"}.icofont-indent:before{content:"\edf1"}.icofont-italic-alt:before{content:"\edf2"}.icofont-italic:before{content:"\edf3"}.icofont-justify-all:before{content:"\edf4"}.icofont-justify-center:before{content:"\edf5"}.icofont-justify-left:before{content:"\edf6"}.icofont-justify-right:before{content:"\edf7"}.icofont-link-broken:before{content:"\edf8"}.icofont-outdent:before{content:"\edf9"}.icofont-paper-clip:before{content:"\edfa"}.icofont-paragraph:before{content:"\edfb"}.icofont-pin:before{content:"\edfc"}.icofont-printer:before{content:"\edfd"}.icofont-redo:before{content:"\edfe"}.icofont-rotation:before{content:"\edff"}.icofont-save:before{content:"\ee00"}.icofont-small-cap:before{content:"\ee01"}.icofont-strike-through:before{content:"\ee02"}.icofont-sub-listing:before{content:"\ee03"}.icofont-subscript:before{content:"\ee04"}.icofont-superscript:before{content:"\ee05"}.icofont-table:before{content:"\ee06"}.icofont-text-height:before{content:"\ee07"}.icofont-text-width:before{content:"\ee08"}.icofont-trash:before{content:"\ee09"}.icofont-underline:before{content:"\ee0a"}.icofont-undo:before{content:"\ee0b"}.icofont-air-balloon:before{content:"\ee0c"}.icofont-airplane-alt:before{content:"\ee0d"}.icofont-airplane:before{content:"\ee0e"}.icofont-articulated-truck:before{content:"\ee0f"}.icofont-auto-mobile:before{content:"\ee10"}.icofont-auto-rickshaw:before{content:"\ee11"}.icofont-bicycle-alt-1:before{content:"\ee12"}.icofont-bicycle-alt-2:before{content:"\ee13"}.icofont-bicycle:before{content:"\ee14"}.icofont-bus-alt-1:before{content:"\ee15"}.icofont-bus-alt-2:before{content:"\ee16"}.icofont-bus-alt-3:before{content:"\ee17"}.icofont-bus:before{content:"\ee18"}.icofont-cab:before{content:"\ee19"}.icofont-cable-car:before{content:"\ee1a"}.icofont-car-alt-1:before{content:"\ee1b"}.icofont-car-alt-2:before{content:"\ee1c"}.icofont-car-alt-3:before{content:"\ee1d"}.icofont-car-alt-4:before{content:"\ee1e"}.icofont-car:before{content:"\ee1f"}.icofont-delivery-time:before{content:"\ee20"}.icofont-fast-delivery:before{content:"\ee21"}.icofont-fire-truck-alt:before{content:"\ee22"}.icofont-fire-truck:before{content:"\ee23"}.icofont-free-delivery:before{content:"\ee24"}.icofont-helicopter:before{content:"\ee25"}.icofont-motor-bike-alt:before{content:"\ee26"}.icofont-motor-bike:before{content:"\ee27"}.icofont-motor-biker:before{content:"\ee28"}.icofont-oil-truck:before{content:"\ee29"}.icofont-rickshaw:before{content:"\ee2a"}.icofont-rocket-alt-1:before{content:"\ee2b"}.icofont-rocket-alt-2:before{content:"\ee2c"}.icofont-rocket:before{content:"\ee2d"}.icofont-sail-boat-alt-1:before{content:"\ee2e"}.icofont-sail-boat-alt-2:before{content:"\ee2f"}.icofont-sail-boat:before{content:"\ee30"}.icofont-scooter:before{content:"\ee31"}.icofont-sea-plane:before{content:"\ee32"}.icofont-ship-alt:before{content:"\ee33"}.icofont-ship:before{content:"\ee34"}.icofont-speed-boat:before{content:"\ee35"}.icofont-taxi:before{content:"\ee36"}.icofont-tractor:before{content:"\ee37"}.icofont-train-line:before{content:"\ee38"}.icofont-train-steam:before{content:"\ee39"}.icofont-tram:before{content:"\ee3a"}.icofont-truck-alt:before{content:"\ee3b"}.icofont-truck-loaded:before{content:"\ee3c"}.icofont-truck:before{content:"\ee3d"}.icofont-van-alt:before{content:"\ee3e"}.icofont-van:before{content:"\ee3f"}.icofont-yacht:before{content:"\ee40"}.icofont-5-star-hotel:before{content:"\ee41"}.icofont-air-ticket:before{content:"\ee42"}.icofont-beach-bed:before{content:"\ee43"}.icofont-beach:before{content:"\ee44"}.icofont-camping-vest:before{content:"\ee45"}.icofont-direction-sign:before{content:"\ee46"}.icofont-hill-side:before{content:"\ee47"}.icofont-hill:before{content:"\ee48"}.icofont-hotel:before{content:"\ee49"}.icofont-island-alt:before{content:"\ee4a"}.icofont-island:before{content:"\ee4b"}.icofont-sandals-female:before{content:"\ee4c"}.icofont-sandals-male:before{content:"\ee4d"}.icofont-travelling:before{content:"\ee4e"}.icofont-breakdown:before{content:"\ee4f"}.icofont-celsius:before{content:"\ee50"}.icofont-clouds:before{content:"\ee51"}.icofont-cloudy:before{content:"\ee52"}.icofont-dust:before{content:"\ee53"}.icofont-eclipse:before{content:"\ee54"}.icofont-fahrenheit:before{content:"\ee55"}.icofont-forest-fire:before{content:"\ee56"}.icofont-full-night:before{content:"\ee57"}.icofont-full-sunny:before{content:"\ee58"}.icofont-hail-night:before{content:"\ee59"}.icofont-hail-rainy-night:before{content:"\ee5a"}.icofont-hail-rainy-sunny:before{content:"\ee5b"}.icofont-hail-rainy:before{content:"\ee5c"}.icofont-hail-sunny:before{content:"\ee5d"}.icofont-hail-thunder-night:before{content:"\ee5e"}.icofont-hail-thunder-sunny:before{content:"\ee5f"}.icofont-hail-thunder:before{content:"\ee60"}.icofont-hail:before{content:"\ee61"}.icofont-hill-night:before{content:"\ee62"}.icofont-hill-sunny:before{content:"\ee63"}.icofont-hurricane:before{content:"\ee64"}.icofont-meteor:before{content:"\ee65"}.icofont-night:before{content:"\ee66"}.icofont-rainy-night:before{content:"\ee67"}.icofont-rainy-sunny:before{content:"\ee68"}.icofont-rainy-thunder:before{content:"\ee69"}.icofont-rainy:before{content:"\ee6a"}.icofont-snow-alt:before{content:"\ee6b"}.icofont-snow-flake:before{content:"\ee6c"}.icofont-snow-temp:before{content:"\ee6d"}.icofont-snow:before{content:"\ee6e"}.icofont-snowy-hail:before{content:"\ee6f"}.icofont-snowy-night-hail:before{content:"\ee70"}.icofont-snowy-night-rainy:before{content:"\ee71"}.icofont-snowy-night:before{content:"\ee72"}.icofont-snowy-rainy:before{content:"\ee73"}.icofont-snowy-sunny-hail:before{content:"\ee74"}.icofont-snowy-sunny-rainy:before{content:"\ee75"}.icofont-snowy-sunny:before{content:"\ee76"}.icofont-snowy-thunder-night:before{content:"\ee77"}.icofont-snowy-thunder-sunny:before{content:"\ee78"}.icofont-snowy-thunder:before{content:"\ee79"}.icofont-snowy-windy-night:before{content:"\ee7a"}.icofont-snowy-windy-sunny:before{content:"\ee7b"}.icofont-snowy-windy:before{content:"\ee7c"}.icofont-snowy:before{content:"\ee7d"}.icofont-sun-alt:before{content:"\ee7e"}.icofont-sun-rise:before{content:"\ee7f"}.icofont-sun-set:before{content:"\ee80"}.icofont-sun:before{content:"\ee81"}.icofont-sunny-day-temp:before{content:"\ee82"}.icofont-sunny:before{content:"\ee83"}.icofont-thunder-light:before{content:"\ee84"}.icofont-tornado:before{content:"\ee85"}.icofont-umbrella-alt:before{content:"\ee86"}.icofont-umbrella:before{content:"\ee87"}.icofont-volcano:before{content:"\ee88"}.icofont-wave:before{content:"\ee89"}.icofont-wind-scale-0:before{content:"\ee8a"}.icofont-wind-scale-1:before{content:"\ee8b"}.icofont-wind-scale-10:before{content:"\ee8c"}.icofont-wind-scale-11:before{content:"\ee8d"}.icofont-wind-scale-12:before{content:"\ee8e"}.icofont-wind-scale-2:before{content:"\ee8f"}.icofont-wind-scale-3:before{content:"\ee90"}.icofont-wind-scale-4:before{content:"\ee91"}.icofont-wind-scale-5:before{content:"\ee92"}.icofont-wind-scale-6:before{content:"\ee93"}.icofont-wind-scale-7:before{content:"\ee94"}.icofont-wind-scale-8:before{content:"\ee95"}.icofont-wind-scale-9:before{content:"\ee96"}.icofont-wind-waves:before{content:"\ee97"}.icofont-wind:before{content:"\ee98"}.icofont-windy-hail:before{content:"\ee99"}.icofont-windy-night:before{content:"\ee9a"}.icofont-windy-raining:before{content:"\ee9b"}.icofont-windy-sunny:before{content:"\ee9c"}.icofont-windy-thunder-raining:before{content:"\ee9d"}.icofont-windy-thunder:before{content:"\ee9e"}.icofont-windy:before{content:"\ee9f"}.icofont-addons:before{content:"\eea0"}.icofont-address-book:before{content:"\eea1"}.icofont-adjust:before{content:"\eea2"}.icofont-alarm:before{content:"\eea3"}.icofont-anchor:before{content:"\eea4"}.icofont-archive:before{content:"\eea5"}.icofont-at:before{content:"\eea6"}.icofont-attachment:before{content:"\eea7"}.icofont-audio:before{content:"\eea8"}.icofont-automation:before{content:"\eea9"}.icofont-badge:before{content:"\eeaa"}.icofont-bag-alt:before{content:"\eeab"}.icofont-bag:before{content:"\eeac"}.icofont-ban:before{content:"\eead"}.icofont-bar-code:before{content:"\eeae"}.icofont-bars:before{content:"\eeaf"}.icofont-basket:before{content:"\eeb0"}.icofont-battery-empty:before{content:"\eeb1"}.icofont-battery-full:before{content:"\eeb2"}.icofont-battery-half:before{content:"\eeb3"}.icofont-battery-low:before{content:"\eeb4"}.icofont-beaker:before{content:"\eeb5"}.icofont-beard:before{content:"\eeb6"}.icofont-bed:before{content:"\eeb7"}.icofont-bell:before{content:"\eeb8"}.icofont-beverage:before{content:"\eeb9"}.icofont-bill:before{content:"\eeba"}.icofont-bin:before{content:"\eebb"}.icofont-binary:before{content:"\eebc"}.icofont-binoculars:before{content:"\eebd"}.icofont-bluetooth:before{content:"\eebe"}.icofont-bomb:before{content:"\eebf"}.icofont-book-mark:before{content:"\eec0"}.icofont-box:before{content:"\eec1"}.icofont-briefcase:before{content:"\eec2"}.icofont-broken:before{content:"\eec3"}.icofont-bucket:before{content:"\eec4"}.icofont-bucket1:before{content:"\eec5"}.icofont-bucket2:before{content:"\eec6"}.icofont-bug:before{content:"\eec7"}.icofont-building:before{content:"\eec8"}.icofont-bulb-alt:before{content:"\eec9"}.icofont-bullet:before{content:"\eeca"}.icofont-bullhorn:before{content:"\eecb"}.icofont-bullseye:before{content:"\eecc"}.icofont-calendar:before{content:"\eecd"}.icofont-camera-alt:before{content:"\eece"}.icofont-camera:before{content:"\eecf"}.icofont-card:before{content:"\eed0"}.icofont-cart-alt:before{content:"\eed1"}.icofont-cart:before{content:"\eed2"}.icofont-cc:before{content:"\eed3"}.icofont-charging:before{content:"\eed4"}.icofont-chat:before{content:"\eed5"}.icofont-check-alt:before{content:"\eed6"}.icofont-check-circled:before{content:"\eed7"}.icofont-check:before{content:"\eed8"}.icofont-checked:before{content:"\eed9"}.icofont-children-care:before{content:"\eeda"}.icofont-clip:before{content:"\eedb"}.icofont-clock-time:before{content:"\eedc"}.icofont-close-circled:before{content:"\eedd"}.icofont-close-line-circled:before{content:"\eede"}.icofont-close-line-squared-alt:before{content:"\eedf"}.icofont-close-line-squared:before{content:"\eee0"}.icofont-close-line:before{content:"\eee1"}.icofont-close-squared-alt:before{content:"\eee2"}.icofont-close-squared:before{content:"\eee3"}.icofont-close:before{content:"\eee4"}.icofont-cloud-download:before{content:"\eee5"}.icofont-cloud-refresh:before{content:"\eee6"}.icofont-cloud-upload:before{content:"\eee7"}.icofont-cloud:before{content:"\eee8"}.icofont-code-not-allowed:before{content:"\eee9"}.icofont-code:before{content:"\eeea"}.icofont-comment:before{content:"\eeeb"}.icofont-compass-alt:before{content:"\eeec"}.icofont-compass:before{content:"\eeed"}.icofont-computer:before{content:"\eeee"}.icofont-connection:before{content:"\eeef"}.icofont-console:before{content:"\eef0"}.icofont-contacts:before{content:"\eef1"}.icofont-contrast:before{content:"\eef2"}.icofont-copyright:before{content:"\eef3"}.icofont-credit-card:before{content:"\eef4"}.icofont-crop:before{content:"\eef5"}.icofont-crown:before{content:"\eef6"}.icofont-cube:before{content:"\eef7"}.icofont-cubes:before{content:"\eef8"}.icofont-dashboard-web:before{content:"\eef9"}.icofont-dashboard:before{content:"\eefa"}.icofont-data:before{content:"\eefb"}.icofont-database-add:before{content:"\eefc"}.icofont-database-locked:before{content:"\eefd"}.icofont-database-remove:before{content:"\eefe"}.icofont-database:before{content:"\eeff"}.icofont-delete:before{content:"\ef00"}.icofont-diamond:before{content:"\ef01"}.icofont-dice-multiple:before{content:"\ef02"}.icofont-dice:before{content:"\ef03"}.icofont-disc:before{content:"\ef04"}.icofont-diskette:before{content:"\ef05"}.icofont-document-folder:before{content:"\ef06"}.icofont-download-alt:before{content:"\ef07"}.icofont-download:before{content:"\ef08"}.icofont-downloaded:before{content:"\ef09"}.icofont-drag:before{content:"\ef0a"}.icofont-drag1:before{content:"\ef0b"}.icofont-drag2:before{content:"\ef0c"}.icofont-drag3:before{content:"\ef0d"}.icofont-earth:before{content:"\ef0e"}.icofont-ebook:before{content:"\ef0f"}.icofont-edit:before{content:"\ef10"}.icofont-eject:before{content:"\ef11"}.icofont-email:before{content:"\ef12"}.icofont-envelope-open:before{content:"\ef13"}.icofont-envelope:before{content:"\ef14"}.icofont-eraser:before{content:"\ef15"}.icofont-error:before{content:"\ef16"}.icofont-excavator:before{content:"\ef17"}.icofont-exchange:before{content:"\ef18"}.icofont-exclamation-circle:before{content:"\ef19"}.icofont-exclamation-square:before{content:"\ef1a"}.icofont-exclamation-tringle:before{content:"\ef1b"}.icofont-exclamation:before{content:"\ef1c"}.icofont-exit:before{content:"\ef1d"}.icofont-expand:before{content:"\ef1e"}.icofont-external-link:before{content:"\ef1f"}.icofont-external:before{content:"\ef20"}.icofont-eye-alt:before{content:"\ef21"}.icofont-eye-blocked:before{content:"\ef22"}.icofont-eye-dropper:before{content:"\ef23"}.icofont-eye:before{content:"\ef24"}.icofont-favourite:before{content:"\ef25"}.icofont-fax:before{content:"\ef26"}.icofont-file-fill:before{content:"\ef27"}.icofont-film:before{content:"\ef28"}.icofont-filter:before{content:"\ef29"}.icofont-fire-alt:before{content:"\ef2a"}.icofont-fire-burn:before{content:"\ef2b"}.icofont-fire:before{content:"\ef2c"}.icofont-flag-alt-1:before{content:"\ef2d"}.icofont-flag-alt-2:before{content:"\ef2e"}.icofont-flag:before{content:"\ef2f"}.icofont-flame-torch:before{content:"\ef30"}.icofont-flash-light:before{content:"\ef31"}.icofont-flash:before{content:"\ef32"}.icofont-flask:before{content:"\ef33"}.icofont-focus:before{content:"\ef34"}.icofont-folder-open:before{content:"\ef35"}.icofont-folder:before{content:"\ef36"}.icofont-foot-print:before{content:"\ef37"}.icofont-garbage:before{content:"\ef38"}.icofont-gear-alt:before{content:"\ef39"}.icofont-gear:before{content:"\ef3a"}.icofont-gears:before{content:"\ef3b"}.icofont-gift:before{content:"\ef3c"}.icofont-glass:before{content:"\ef3d"}.icofont-globe:before{content:"\ef3e"}.icofont-graffiti:before{content:"\ef3f"}.icofont-grocery:before{content:"\ef40"}.icofont-hand:before{content:"\ef41"}.icofont-hanger:before{content:"\ef42"}.icofont-hard-disk:before{content:"\ef43"}.icofont-heart-alt:before{content:"\ef44"}.icofont-heart:before{content:"\ef45"}.icofont-history:before{content:"\ef46"}.icofont-home:before{content:"\ef47"}.icofont-horn:before{content:"\ef48"}.icofont-hour-glass:before{content:"\ef49"}.icofont-id:before{content:"\ef4a"}.icofont-image:before{content:"\ef4b"}.icofont-inbox:before{content:"\ef4c"}.icofont-infinite:before{content:"\ef4d"}.icofont-info-circle:before{content:"\ef4e"}.icofont-info-square:before{content:"\ef4f"}.icofont-info:before{content:"\ef50"}.icofont-institution:before{content:"\ef51"}.icofont-interface:before{content:"\ef52"}.icofont-invisible:before{content:"\ef53"}.icofont-jacket:before{content:"\ef54"}.icofont-jar:before{content:"\ef55"}.icofont-jewlery:before{content:"\ef56"}.icofont-karate:before{content:"\ef57"}.icofont-key-hole:before{content:"\ef58"}.icofont-key:before{content:"\ef59"}.icofont-label:before{content:"\ef5a"}.icofont-lamp:before{content:"\ef5b"}.icofont-layers:before{content:"\ef5c"}.icofont-layout:before{content:"\ef5d"}.icofont-leaf:before{content:"\ef5e"}.icofont-leaflet:before{content:"\ef5f"}.icofont-learn:before{content:"\ef60"}.icofont-lego:before{content:"\ef61"}.icofont-lens:before{content:"\ef62"}.icofont-letter:before{content:"\ef63"}.icofont-letterbox:before{content:"\ef64"}.icofont-library:before{content:"\ef65"}.icofont-license:before{content:"\ef66"}.icofont-life-bouy:before{content:"\ef67"}.icofont-life-buoy:before{content:"\ef68"}.icofont-life-jacket:before{content:"\ef69"}.icofont-life-ring:before{content:"\ef6a"}.icofont-light-bulb:before{content:"\ef6b"}.icofont-lighter:before{content:"\ef6c"}.icofont-lightning-ray:before{content:"\ef6d"}.icofont-like:before{content:"\ef6e"}.icofont-line-height:before{content:"\ef6f"}.icofont-link-alt:before{content:"\ef70"}.icofont-link:before{content:"\ef71"}.icofont-list:before{content:"\ef72"}.icofont-listening:before{content:"\ef73"}.icofont-listine-dots:before{content:"\ef74"}.icofont-listing-box:before{content:"\ef75"}.icofont-listing-number:before{content:"\ef76"}.icofont-live-support:before{content:"\ef77"}.icofont-location-arrow:before{content:"\ef78"}.icofont-location-pin:before{content:"\ef79"}.icofont-lock:before{content:"\ef7a"}.icofont-login:before{content:"\ef7b"}.icofont-logout:before{content:"\ef7c"}.icofont-lollipop:before{content:"\ef7d"}.icofont-long-drive:before{content:"\ef7e"}.icofont-look:before{content:"\ef7f"}.icofont-loop:before{content:"\ef80"}.icofont-luggage:before{content:"\ef81"}.icofont-lunch:before{content:"\ef82"}.icofont-lungs:before{content:"\ef83"}.icofont-magic-alt:before{content:"\ef84"}.icofont-magic:before{content:"\ef85"}.icofont-magnet:before{content:"\ef86"}.icofont-mail-box:before{content:"\ef87"}.icofont-mail:before{content:"\ef88"}.icofont-male:before{content:"\ef89"}.icofont-map-pins:before{content:"\ef8a"}.icofont-map:before{content:"\ef8b"}.icofont-maximize:before{content:"\ef8c"}.icofont-measure:before{content:"\ef8d"}.icofont-medicine:before{content:"\ef8e"}.icofont-mega-phone:before{content:"\ef8f"}.icofont-megaphone-alt:before{content:"\ef90"}.icofont-megaphone:before{content:"\ef91"}.icofont-memorial:before{content:"\ef92"}.icofont-memory-card:before{content:"\ef93"}.icofont-mic-mute:before{content:"\ef94"}.icofont-mic:before{content:"\ef95"}.icofont-military:before{content:"\ef96"}.icofont-mill:before{content:"\ef97"}.icofont-minus-circle:before{content:"\ef98"}.icofont-minus-square:before{content:"\ef99"}.icofont-minus:before{content:"\ef9a"}.icofont-mobile-phone:before{content:"\ef9b"}.icofont-molecule:before{content:"\ef9c"}.icofont-money:before{content:"\ef9d"}.icofont-moon:before{content:"\ef9e"}.icofont-mop:before{content:"\ef9f"}.icofont-muffin:before{content:"\efa0"}.icofont-mustache:before{content:"\efa1"}.icofont-navigation-menu:before{content:"\efa2"}.icofont-navigation:before{content:"\efa3"}.icofont-network-tower:before{content:"\efa4"}.icofont-network:before{content:"\efa5"}.icofont-news:before{content:"\efa6"}.icofont-newspaper:before{content:"\efa7"}.icofont-no-smoking:before{content:"\efa8"}.icofont-not-allowed:before{content:"\efa9"}.icofont-notebook:before{content:"\efaa"}.icofont-notepad:before{content:"\efab"}.icofont-notification:before{content:"\efac"}.icofont-numbered:before{content:"\efad"}.icofont-opposite:before{content:"\efae"}.icofont-optic:before{content:"\efaf"}.icofont-options:before{content:"\efb0"}.icofont-package:before{content:"\efb1"}.icofont-page:before{content:"\efb2"}.icofont-paint:before{content:"\efb3"}.icofont-paper-plane:before{content:"\efb4"}.icofont-paperclip:before{content:"\efb5"}.icofont-papers:before{content:"\efb6"}.icofont-pay:before{content:"\efb7"}.icofont-penguin-linux:before{content:"\efb8"}.icofont-pestle:before{content:"\efb9"}.icofont-phone-circle:before{content:"\efba"}.icofont-phone:before{content:"\efbb"}.icofont-picture:before{content:"\efbc"}.icofont-pine:before{content:"\efbd"}.icofont-pixels:before{content:"\efbe"}.icofont-plugin:before{content:"\efbf"}.icofont-plus-circle:before{content:"\efc0"}.icofont-plus-square:before{content:"\efc1"}.icofont-plus:before{content:"\efc2"}.icofont-polygonal:before{content:"\efc3"}.icofont-power:before{content:"\efc4"}.icofont-price:before{content:"\efc5"}.icofont-print:before{content:"\efc6"}.icofont-puzzle:before{content:"\efc7"}.icofont-qr-code:before{content:"\efc8"}.icofont-queen:before{content:"\efc9"}.icofont-question-circle:before{content:"\efca"}.icofont-question-square:before{content:"\efcb"}.icofont-question:before{content:"\efcc"}.icofont-quote-left:before{content:"\efcd"}.icofont-quote-right:before{content:"\efce"}.icofont-random:before{content:"\efcf"}.icofont-recycle:before{content:"\efd0"}.icofont-refresh:before{content:"\efd1"}.icofont-repair:before{content:"\efd2"}.icofont-reply-all:before{content:"\efd3"}.icofont-reply:before{content:"\efd4"}.icofont-resize:before{content:"\efd5"}.icofont-responsive:before{content:"\efd6"}.icofont-retweet:before{content:"\efd7"}.icofont-road:before{content:"\efd8"}.icofont-robot:before{content:"\efd9"}.icofont-royal:before{content:"\efda"}.icofont-rss-feed:before{content:"\efdb"}.icofont-safety:before{content:"\efdc"}.icofont-sale-discount:before{content:"\efdd"}.icofont-satellite:before{content:"\efde"}.icofont-send-mail:before{content:"\efdf"}.icofont-server:before{content:"\efe0"}.icofont-settings-alt:before{content:"\efe1"}.icofont-settings:before{content:"\efe2"}.icofont-share-alt:before{content:"\efe3"}.icofont-share-boxed:before{content:"\efe4"}.icofont-share:before{content:"\efe5"}.icofont-shield:before{content:"\efe6"}.icofont-shopping-cart:before{content:"\efe7"}.icofont-sign-in:before{content:"\efe8"}.icofont-sign-out:before{content:"\efe9"}.icofont-signal:before{content:"\efea"}.icofont-site-map:before{content:"\efeb"}.icofont-smart-phone:before{content:"\efec"}.icofont-soccer:before{content:"\efed"}.icofont-sort-alt:before{content:"\efee"}.icofont-sort:before{content:"\efef"}.icofont-space:before{content:"\eff0"}.icofont-spanner:before{content:"\eff1"}.icofont-speech-comments:before{content:"\eff2"}.icofont-speed-meter:before{content:"\eff3"}.icofont-spinner-alt-1:before{content:"\eff4"}.icofont-spinner-alt-2:before{content:"\eff5"}.icofont-spinner-alt-3:before{content:"\eff6"}.icofont-spinner-alt-4:before{content:"\eff7"}.icofont-spinner-alt-5:before{content:"\eff8"}.icofont-spinner-alt-6:before{content:"\eff9"}.icofont-spinner:before{content:"\effa"}.icofont-spreadsheet:before{content:"\effb"}.icofont-square:before{content:"\effc"}.icofont-ssl-security:before{content:"\effd"}.icofont-star-alt-1:before{content:"\effe"}.icofont-star-alt-2:before{content:"\efff"}.icofont-star:before{content:"\f000"}.icofont-street-view:before{content:"\f001"}.icofont-support-faq:before{content:"\f002"}.icofont-tack-pin:before{content:"\f003"}.icofont-tag:before{content:"\f004"}.icofont-tags:before{content:"\f005"}.icofont-tasks-alt:before{content:"\f006"}.icofont-tasks:before{content:"\f007"}.icofont-telephone:before{content:"\f008"}.icofont-telescope:before{content:"\f009"}.icofont-terminal:before{content:"\f00a"}.icofont-thumbs-down:before{content:"\f00b"}.icofont-thumbs-up:before{content:"\f00c"}.icofont-tick-boxed:before{content:"\f00d"}.icofont-tick-mark:before{content:"\f00e"}.icofont-ticket:before{content:"\f00f"}.icofont-tie:before{content:"\f010"}.icofont-toggle-off:before{content:"\f011"}.icofont-toggle-on:before{content:"\f012"}.icofont-tools-alt-2:before{content:"\f013"}.icofont-tools:before{content:"\f014"}.icofont-touch:before{content:"\f015"}.icofont-traffic-light:before{content:"\f016"}.icofont-transparent:before{content:"\f017"}.icofont-tree:before{content:"\f018"}.icofont-unique-idea:before{content:"\f019"}.icofont-unlock:before{content:"\f01a"}.icofont-unlocked:before{content:"\f01b"}.icofont-upload-alt:before{content:"\f01c"}.icofont-upload:before{content:"\f01d"}.icofont-usb-drive:before{content:"\f01e"}.icofont-usb:before{content:"\f01f"}.icofont-vector-path:before{content:"\f020"}.icofont-verification-check:before{content:"\f021"}.icofont-wall-clock:before{content:"\f022"}.icofont-wall:before{content:"\f023"}.icofont-wallet:before{content:"\f024"}.icofont-warning-alt:before{content:"\f025"}.icofont-warning:before{content:"\f026"}.icofont-water-drop:before{content:"\f027"}.icofont-web:before{content:"\f028"}.icofont-wheelchair:before{content:"\f029"}.icofont-wifi-alt:before{content:"\f02a"}.icofont-wifi:before{content:"\f02b"}.icofont-world:before{content:"\f02c"}.icofont-zigzag:before{content:"\f02d"}.icofont-zipped:before{content:"\f02e"}.icofont-xs{font-size:.5em}.icofont-sm{font-size:.75em}.icofont-md{font-size:1.25em}.icofont-lg{font-size:1.5em}.icofont-1x{font-size:1em}.icofont-2x{font-size:2em}.icofont-3x{font-size:3em}.icofont-4x{font-size:4em}.icofont-5x{font-size:5em}.icofont-6x{font-size:6em}.icofont-7x{font-size:7em}.icofont-8x{font-size:8em}.icofont-9x{font-size:9em}.icofont-10x{font-size:10em}.icofont-fw{text-align:center;width:1.25em}.icofont-ul{list-style-type:none;padding-left:0;margin-left:0}.icofont-ul>li{position:relative;line-height:2em}.icofont-ul>li .icofont{display:inline-block;vertical-align:middle}.icofont-border{border:solid .08em #f1f1f1;border-radius:.1em;padding:.2em .25em .15em}.icofont-pull-left{float:left}.icofont-pull-right{float:right}.icofont.icofont-pull-left{margin-right:.3em}.icofont.icofont-pull-right{margin-left:.3em}.icofont-spin{-webkit-animation:icofont-spin 2s infinite linear;animation:icofont-spin 2s infinite linear;display:inline-block}.icofont-pulse{-webkit-animation:icofont-spin 1s infinite steps(8);animation:icofont-spin 1s infinite steps(8);display:inline-block}@-webkit-keyframes icofont-spin{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes icofont-spin{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}.icofont-rotate-90{-webkit-transform:rotate(90deg);transform:rotate(90deg)}.icofont-rotate-180{-webkit-transform:rotate(180deg);transform:rotate(180deg)}.icofont-rotate-270{-webkit-transform:rotate(270deg);transform:rotate(270deg)}.icofont-flip-horizontal{-webkit-transform:scale(-1,1);transform:scale(-1,1)}.icofont-flip-vertical{-webkit-transform:scale(1,-1);transform:scale(1,-1)}.icofont-flip-horizontal.icofont-flip-vertical{-webkit-transform:scale(-1,-1);transform:scale(-1,-1)}:root .icofont-flip-horizontal,:root .icofont-flip-vertical,:root .icofont-rotate-180,:root .icofont-rotate-270,:root .icofont-rotate-90{-webkit-filter:none;filter:none;display:inline-block}.icofont-inverse{color:#fff}.sr-only{border:0;clip:rect(0,0,0,0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.sr-only-focusable:active,.sr-only-focusable:focus{clip:auto;height:auto;margin:0;overflow:visible;position:static;width:auto}





