@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Poppins:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600;1,700&display=swap');
/* @import 'tailwind/report.css'; */
/* @import './normalize.css'; */
:root {
    --shadow-color: 163deg 35% 50%;
    --shadow-elevation-low:
        0.6px 1px 1.3px hsl(var(--shadow-color) / 0.3),
        1px 1.6px 2.2px -1.2px hsl(var(--shadow-color) / 0.32),
        2.5px 3.8px 5.2px -2.3px hsl(var(--shadow-color) / 0.33);
    --shadow-elevation-medium:
        0.6px 1px 1.3px hsl(var(--shadow-color) / 0.32),
        2.1px 3.2px 4.4px -0.8px hsl(var(--shadow-color) / 0.33),
        5.1px 7.9px 10.8px -1.6px hsl(var(--shadow-color) / 0.34),
        12.4px 18.9px 25.9px -2.3px hsl(var(--shadow-color) / 0.35);
    --shadow-elevation-high:
        0.6px 1px 1.3px hsl(var(--shadow-color) / 0.3),
        3.7px 5.7px 7.8px -0.3px hsl(var(--shadow-color) / 0.3),
        6.8px 10.4px 14.3px -0.7px hsl(var(--shadow-color) / 0.31),
        11.1px 16.9px 23.2px -1px hsl(var(--shadow-color) / 0.31),
        17.5px 26.7px 36.6px -1.3px hsl(var(--shadow-color) / 0.31),
        27px 41.4px 56.7px -1.7px hsl(var(--shadow-color) / 0.32),
        40.8px 62.5px 85.6px -2px hsl(var(--shadow-color) / 0.32),
        59.9px 91.7px 125.7px -2.3px hsl(var(--shadow-color) / 0.33);

    --color-button: #FF8066;
    --content-width: 1200px;


    --tanhide-50: #FEF6EE;
    --tanhide-100: #FDEBD7;
    --tanhide-200: #F9D3AF;
    --tanhide-300: #F6B37B;
    --tanhide-400: #F29559;
    --tanhide-500: #ED6922;
    --tanhide-600: #DE5018;
    --tanhide-700: #B83C16;
    --tanhide-800: #933119;
    --tanhide-900: #762B18;
    --tanhide-950: #40130A;
    --genoa-50: #EDFFFC;
    --genoa-100: #C2FFF7;
    --genoa-200: #84FFF1;
    --genoa-300: #3FFFE9;
    --genoa-400: #08F9DB;
    --genoa-500: #00DCC2;
    --genoa-600: #00B2A1;
    --genoa-700: #008D81;
    --genoa-800: #006D66;
    --genoa-900: #065B55;
    --genoa-950: #003837;
    --silvertree-50: #EFFAF2;
    --silvertree-100: #D9F2DF;
    --silvertree-200: #B6E4C4;
    --silvertree-300: #87CEA2;
    --silvertree-400: #67BB89;
    --silvertree-500: #32975E;
    --silvertree-600: #22794A;
    --silvertree-700: #1C603D;
    --silvertree-800: #184D32;
    --silvertree-900: #153F2A;
    --silvertree-950: #0B2318;
    --bluedianne-50: #EFFCFB;
    --bluedianne-100: #D5F8F7;
    --bluedianne-200: #B1F0EF;
    --bluedianne-300: #7AE5E6;
    --bluedianne-400: #3DD0D3;
    --bluedianne-500: #21B4B9;
    --bluedianne-600: #1F919B;
    --bluedianne-700: #1F757F;
    --bluedianne-800: #225F68;
    --bluedianne-900: #204F58;
    --bluedianne-950: #10353C;
    --submarine-50: #F6F9F9;
    --submarine-100: #EDF0F1;
    --submarine-200: #D7DFE0;
    --submarine-300: #BDCBCD;
    --submarine-400: #8AA3A6;
    --submarine-500: #6C878B;
    --submarine-600: #566F73;
    --submarine-700: #47595D;
    --submarine-800: #3D4D4F;
    --submarine-900: #364244;
    --submarine-950: #242B2D;


    --font-family-display: serenity, Helvetica, Arial, sans-serif;
    --font-family-body: Inter, Helvetica, Arial, sans-serif;
    --font-family-title: Poppins, Helvetica, Arial, sans-serif;
    --font-icon: uicons-regular-rounded !important;

    --color-action: var(--genoa-700);
    --color-action-hover: var(--genoa-600);
    --color-primary: var(--bluedianne-900);
    --color-green: var(--silvertree-400);
    --border-lightgreen: var(--silvertree-100);
    --color-font-secondary: var(--submarine-700);
    --form-placeholder: #999999;
    --form-border: #204F5833;
    --bg-grey: var(--submarine-300);
    --bg-grey-light: var(--submarine-50);
    --color-white: #FFFFFF;
    --color-accent: #A3EADA;
    --color-font-primary: var(--submarine-950);
    --form-formelementgap: var(--space-2);
    --form-formsectiongap: var(--space-1);
    --color-font-light: #AEAEAF;
    --color-danger: var(--tanhide-700);
    --color-success: var(--silvertree-500);
    --space-0-5: 2px;
    --space-1: 4px;
    --space-1-5: 6px;
    --space-2: 8px;
    --space-2-5: 10px;
    --space-3: 12px;
    --space-3-5: 14px;
    --space-4: 16px;
    --space-5: 20px;
    --space-6: 24px;
    --space-7: 28px;
    --space-8: 32px;
    --space-9: 36px;
    --space-10: 40px;
}
.flex {
    display: flex;
}
.flex-between {
    display: flex;
    justify-content: space-between;
}
.flex-col {
    display: flex;
    flex-direction: column;
}
.align-center {
    align-items: center;
}
.w-full {
    width: 100%;
    max-width: 100%;
}
.hr-divider {
    border: 0;
    height: 2px;
    background-color: var(--silvertree-300);
    margin: 2rem 0;
}
/* .mb-0 {
    margin-bottom: 0 !important;
}

.mb-1 {
    margin-bottom: 0.25rem !important;
}

.mb-2 {
    margin-bottom: 0.5rem !important;
}

.mb-3 {
    margin-bottom: 1rem !important;
}

.mb-4 {
    margin-bottom: 1.5rem !important;
}

.mb-5 {
    margin-bottom: 3rem !important;
}

.mb-6 {
    margin-bottom: 4rem !important;
}

.mt-0 {
    margin-top: 0 !important;
}

.mt-1 {
    margin-top: 0.25rem !important;
}

.mt-2 {
    margin-top: 0.5rem !important;
}

.mt-3 {
    margin-top: 1rem !important;
}

.mt-4 {
    margin-top: 1.5rem !important;
}

.mt-5 {
    margin-top: 3rem !important;
} */
@media screen and (min-width: 992px) {
    .hide-for-lg {
        display: none !important;
    }
}
@media screen and (max-width: 991px) {
    .hide-for-md {
        display: none !important;
    }
}
@media screen and (max-width: 767px) {
    .hide-for-sm {
        display: none !important;
    }
}
@media screen and (max-width: 479px) {
    .hide-for-xs {
        display: none !important;
    }
}
/* @import './opsy.webflow.purged.css'; */
body {
    font-family: var(--font-family-body);
    background-color: #e2f6d8;
    background-image: linear-gradient(134deg, #ceeac1, #a3eada);
    background-repeat: no-repeat;
    background-attachment: fixed;
    overflow-x: hidden;
}
body.-white-bg {
    background-color: #FFF;
    background-image: none;
}
.page-wrapper {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}
.page-wrapper.-investor .footer {
    display: none;
}
main#content {
    flex: 1;
}
body.-white-bg {
    background-color: #FFF;
    background-image: none;
}
.button {
    display: inline-flex;
    padding: 29px 40px;
    align-items: flex-start;
    gap: 10px;
    border-radius: 666px;
    background: #FF8066;
    color: #FFF;
    font-family: var(--font-family-body);
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 100%;
    text-decoration: none;
    transition: background-color 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.button:hover {
        background: #c2614e;
        color: white;
        text-decoration: none;
    }
.button.-small {
        padding: 15px 20px;
        font-size: 14px;
        font-weight: 500;
    }
.button.-ghost{
    border-radius: 9999px;
    border-width: 2px;
    --tw-border-opacity: 1;
    border-color: rgb(0 109 102 / var(--tw-border-opacity, 1));
    background-color: transparent;
    --tw-text-opacity: 1;
    color: rgb(6 91 85 / var(--tw-text-opacity, 1));
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
}
.button.-ghost:hover{
    --tw-bg-opacity: 1;
    background-color: rgb(0 109 102 / var(--tw-bg-opacity, 1));
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.section {
    padding: 0 40px;
}
.card {
    background-color: white;
    padding: 40px 20px;
    border-radius: 20px;
}
.content {
    max-width: var(--content-width);
    margin: 0 auto;
}
.longform-content-wrapper {
    max-width: 900px;
    margin: 0 auto;
}
.section-content {
    max-width: var(--content-width);
    margin: 140px auto 80px auto;
    padding: 0 40px;
}
.anchor {
    padding-top: 100px;
    margin-top: -100px;
}
.nav-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    z-index: 10;
    padding: 20px 30px;
    position: sticky;
    top: 0;
}
.nav {

    background-color: white;
    padding: 5px;
    border-radius: 10px;
}
.nav-list {
    gap: 2px;
    align-items: center;
    list-style: none;
    padding-inline-start: 0;
    display: flex;
    margin: 0;
}
.nav-list-item {
    margin: 0;
    padding: 0;
    position: relative
}
.nav-link {
    color: var(--color-font-primary, #242B2D);
    font-family: var(--font-family-body);
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 125%;
    text-decoration: none;
    padding: 10px 15px;
    border-radius: 6px;
    display: block;
    background-color: transparent;
}
.nav-link:hover {
    color: var(--color-font-primary, #242B2D);
    background: var(--Silver-Tree-300, #87CEA2);
}
.-current.nav-link {
    background: var(--Submarine-100, #EDF0F1);
}
.nav-link.dropdown-toggle {
    padding-right: 10px;
}
.nav-link.dropdown-toggle i {
    position: relative;
    top: 2px;
}
.nav-sublist {
    display: none;
    list-style: none;
    padding-inline-start: 0;
    padding: 10px;
    border-radius: 0 0 10px 10px;
    ;
    margin: 0;
    position: absolute;
    background: white;
    width: -moz-max-content;
    width: max-content;
    right: 0;
}
.nav-list-item.--open .nav-sublist {
    display: block;
}
.nav-sublist .nav-link {
    display: block;
}
.nav-link.-button {
    background: var(--color-button);
    color: #fff;
}
.nav-link.-button:hover {
    background-color: #c2614e;
}
.content-card {
    border-radius: 40px;
    padding: 60px 60px;
    background: var(--color-white, #FFF);
    box-shadow: 216px 369px 120px 0px rgba(32, 79, 88, 0.00), 138px 236px 109px 0px rgba(32, 79, 88, 0.01), 78px 133px 92px 0px rgba(32, 79, 88, 0.05), 34px 59px 68px 0px rgba(32, 79, 88, 0.09), 9px 15px 38px 0px rgba(32, 79, 88, 0.10);
}
.card-title{
    text-align: center;
    --tw-text-opacity: 1;
    color: rgb(50 151 94 / var(--tw-text-opacity, 1));
    font-family: var(--font-family-body);
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    line-height: 125%;
    margin-top: 0.625em;
    margin-bottom: 0.5em;
}
.card-subheading{
    text-align: center;
    --tw-text-opacity: 1;
    color: rgb(71 89 93 / var(--tw-text-opacity, 1));
    font-family: var(--font-family-body);
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    margin-top: 0;
}
.hero {
    text-align: center;
    padding-top: 100px;
    padding: 100px 40px 0;
    position: relative;
}
.hero.-row {
    text-align: left;
    display: grid;
    align-items: center;
    grid-template-columns: 1.25fr 1fr;
    gap: 20px;
}
.hero.-row img {
    margin: 0;
}
.hero img {
    display: block;
    margin: 20px auto 0 auto;
    max-width: 100%;
}
.hero .button {
    margin-top: 40px;
}
.hero-title {
    color: var(--genoa-900);
    font-family: Serenity;
    font-size: 60px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
}
.hero-title.-large {
    font-size: 64px;
    font-style: normal;
    font-weight: 700;
    line-height: 125%;
}
.hero-title span {
    display: block;
    font-weight: 300;
}
.hero-body {
    color: var(--color-font-primary, #242B2D);
    font-family: var(--font-family-body);
    font-size: 23px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%;
    /* 36.8px */
}
.hero p{
    margin-top: 2rem;
    text-align: center;
    font-size: 1.5rem;
    line-height: 2rem;
    line-height: 1.625;
    --tw-text-opacity: 1;
    color: rgb(0 109 102 / var(--tw-text-opacity, 1));
    max-width: 65ch;
}
.info-block p {
    color: var(--genoa-900);
    text-align: center;
    font-family: var(--font-family-body);
    font-size: 30px;
    font-style: normal;
    font-weight: 500;
    line-height: 220%;
    max-width: 65ch;
    margin: 0 auto;
}
.info-block.-medium p {
    font-size: 24px;
}
.text-media-block__wrapper {
    display: flex;
    flex-direction: column;
    gap: 100px;
}
.text-media-block__wrapper .text-media-block:nth-child(even) {
    flex-direction: row-reverse;
}
.text-media-block {
    display: flex;
    align-items: center;
    gap: 40px;
}
.text-media-block__media-wrapper {
        flex-basis: 50%;
        text-align: center;
    }
.text-media-block__text {
        flex-basis: 50%;
        color: var(--color-font-primary);
    }
.text-media-block__text strong {
            color: unset;
            font-weight: 600;
        }
.text-media-block__title {
        color: var(--genoa-900);
        font-family: var(--font-family-title);
        font-size: 32px;
        font-style: normal;
        font-weight: 600;
        line-height: 150%;
        margin-bottom: 0.5em;
        margin-top: 1em;
    }
.text-media-block p,
    .text-media-block li {
        color: var(--color-font-primary);
        font-family: var(--font-family-body);
        font-size: 20px;
        font-style: normal;
        font-weight: 400;
        line-height: 200%;
        margin-bottom: 0.5em;
    }
.text-media-block li {
        list-style: disc;
        margin-left: 1em;
        margin-bottom: 0.5em;
    }
.large-list-text {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 24px;
    font-weight: 600;
    line-height: 1.5;
}
.text-two-col {
    -moz-columns: 2;
         columns: 2;
    -moz-column-gap: 60px;
         column-gap: 60px;
}
.text-two-col p {
    margin-bottom: 20px;
}
.footer {
    padding: 40px;
}
.footer-container {
    display: flex;
    gap: 40px;
    align-items: center;
    justify-content: space-between;
}
.footer-container p {
    font-size: 16px;
    margin: 0;
}
.document-list {
    list-style: none;
    margin: 0;
    padding: 0;
}
.document-list-item {
    padding-bottom: var(--space-5);
    padding-top: var(--space-3);
    border-bottom: 2px solid var(--silvertree-300);
}
.document-list-item:last-child {
    border: transparent;
}
.document-list-item a {
    color: var(--color-primary);
    font-size: 24px;
    font-weight: 600;
    line-height: 1.5;
    text-decoration: none;
}
.document-list-item a::before {
    display: inline-block;
    font-weight: 400;
    margin-right: var(--space-2);
    content: "\f66a";
    font-family: var(--font-icon);
    position: relative;
    top: 2px;
}
.teaser-list {
    --gap: 60px;
    display: flex;
    flex-wrap: wrap;
    gap: 60px;
    justify-content: center;
}
.teaser-list .teaser-list-item:first-child {
    flex: 1 0 100%;
    border-bottom: 1px solid var(--silvertree-300);
    padding-bottom: calc(var(--gap) / 2);
}
.teaser-list>.teaser-list-item {
    flex: 10 1 calc(50% - var(--gap));
}
.teaser-list-item:first-child h2 {
    font-size: 36px;
    max-width: 40ch;
}
.teaser-list-item__image {
    flex-basis: 50%;
    max-width: 100%;
    height: auto;
    max-height: 400px;
    overflow: hidden;
    border-radius: 15px;
    box-shadow: var(--shadow-elevation-medium);
    margin: 0;
}
.teaser-list-item__image img {
    width: 100%;
    -o-object-position: center;
       object-position: center;
    -o-object-fit: cover;
       object-fit: cover;
}
.teaser-list-item__link {
    display: flex;
    align-items: center;
    justify-content: stretch;
    gap: 60px;
    text-decoration: unset;
    color: unset;
}
.teaser-list-item__link:hover {
    text-decoration: unset;
    color: unset;
}
.teaser-list-item h2 {
    font-size: 30px;
    font-weight: 600;
    margin-bottom: 0.5em;
    color: var(--color-primary, #204F58);
}
.teaser-list-item p {
    font-size: 18px;
    font-weight: 400;
    text-overflow: ellipsis;
}
.persons-wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}
.person {
    background-color: rgba(255, 255, 255, 1);
    padding: 20px 30px;
    border-radius: 20px;
    width: 100%;
}
.person h3 {
    color: var(--color-font-primary);
    font-family: var(--font-family-body);
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%;
    margin-top: 0.625em;
}
.person p,
.person li {
    color: var(--color-font-secondary);
    font-family: var(--font-family-body);
    font-size: 16px;
    font-style: normal;
    line-height: 125%;
    margin-top: 0.625em;
}
.person summary {
    color: var(--color-action);
    display: list-item;
    cursor: pointer;
    font-family: var(--font-family-body);
    font-size: 16px;
    font-style: normal;
    line-height: 125%;
    margin-top: 0.625em;
}
.cta-form-input {
    background-color: rgba(0, 0, 0, 0);
    border: 0px transparent;
    border-bottom: 2px solid var(--Submarine-400, #8AA3A6);
    margin-bottom: 1em;
    padding-top: 15px;
    padding-bottom: 6px;
    color: var(--color-font-primary, #242B2D);
    font-family: var(--font-family-body);
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 125%;
    flex-shrink: 1;
    max-width: 180px;
}
@media screen and (max-width: 991px) {
    .nav {
        display: none;
        flex-direction: column;
        gap: 0px;
        background-color: white;
        padding: 5px;
        border-radius: 10px;
        margin-left: auto;
    }

    .nav.--active {
        display: inline-flex;
        top: 80px;
        right: 30px;
        position: absolute;
    }

    .nav-list {
        flex-direction: column;
        align-items: flex-start;
        justify-content: start;
    }

    .nav-list-item {
        display: block;
        width: 100%;
    }

    .nav-link:not(.-button) {
        color: inherit;
        padding: 16px 10px;
    }

    .dropdown-toggle {
        display: none;
    }

    .nav-sublist {
        display: block;
        position: static;
        padding: 0;
        border-radius: 0;
        background-color: transparent;
    }

    .nav-menu-button {
        border-radius: 10px;
        cursor: pointer;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 48px;
        height: 48px;
        margin-left: 10px;
    }

    .nav-menu-button.--active {
        background-color: rgba(0, 0, 0, 0.20);
    }

    .hero-title.-large{
        font-size: 2.25rem;
        line-height: 2.5rem;
        font-weight: 700;
    }

    @media (min-width: 768px){
        .hero-title.-large{
            font-size: 3rem;
            line-height: 1;
        }
    }

    @media (min-width: 1024px){
        .hero-title.-large{
            font-size: 3.75rem;
            line-height: 1;
        }
    }

    .feature-grid {
        display: flex;
        flex-direction: column;
    }

    .text-media-block p,
    .text-media-block li {
        font-size: 18px;
    }

    .info-block p,
    .info-block.-medium p {
        font-size: 24px;
    }

    .card-title {
        font-size: 36px;
        margin-top: 0.75em;
    }

    .card-subheading {
        font-size: 20px;
    }

    .large-list-text {
        font-size: 20px;
        line-height: 1.2;
    }
}
@media screen and (max-width: 767px) {
    .section-content {
        margin: 100px auto 80px auto;
        padding: 0 20px;
    }

    .text-two-col {
        -moz-columns: unset;
             columns: unset;
        -moz-column-gap: unset;
             column-gap: unset;
    }

    .button {
        padding: 20px 30px;
        font-size: 18px;
    }

    .hero.-row {
        grid-template-columns: 1fr;
        text-align: center;
        padding: 30px 20px;
    }

    .hero-title,
    .hero-title.-large {
        font-size: 36px;
    }

    .hero p {
        font-size: 18px;
    }

    .info-block p,
    .info-block.-medium p {
        font-size: 18px;
    }

    .text-media-block__wrapper .text-media-block:nth-child(odd),
    .text-media-block__wrapper .text-media-block:nth-child(even) {
        flex-direction: column-reverse;
        align-items: start;
        gap: 0px;
    }

    .text-media-block__title {
        font-size: 24px;
    }

    .text-media-block__media-wrapper {
        text-align: left;
    }

    .text-media-block__media-wrapper img {
        max-height: 300px;
    }

    .card-title {
        font-size: 30px;
        margin-top: 0.75em;
    }

    .card-subheading {
        font-size: 18px;
    }

    .input-group {
        flex-direction: column;
        gap: 20px;
    }

    .cta-form-input{
        max-width: none;
    width: 100%;
    max-width: 100%;
    }

    .large-list-text {
        font-size: 20px;
    }

    .content-card {
        padding: 40px 30px;
    }

    .footer-container {
        flex-direction: column;
        gap: 20px;
        text-align: center;
        margin: 0;
    }

    .nav-wrapper {
        background-color: transparent;
        background-image: linear-gradient(180deg, #ceeac1 75%, #a3eada00 100%);
        padding: 10px;
        background-repeat: no-repeat;
    }


}
/* .title-sm {
    font-family: var(--font-family-display);
    font-size: 28px;
    font-weight: 700;
    line-height: 1.2;
    margin-top: 0.125em;
    margin-bottom: 0.5em;
}

.title-md {
    font-family: var(--font-family-display);
    font-size: 36px;
    font-weight: 700;
    line-height: 1.2;
    margin-top: 0.125em;
    margin-bottom: 0.5em;
}

.title-lg {
    letter-spacing: -0.02em;
    font-family: var(--font-family-display);
    font-size: 64px;
    font-weight: 700;
    line-height: 1;
    margin-top: 0.5em;
    margin-bottom: 1em;
}

.text-sm {
    font-family: var(--font-family-body);
    font-size: 14px;
    font-weight: 400;
    line-height: 1.75;
}

.text-body {
    font-family: var(--font-family-body);
    font-size: 20px;
    font-weight: 400;
    line-height: 1.75;
}

.text-md {
    font-family: var(--font-family-body);
    font-size: 16px;
    font-weight: 400;
    line-height: 1.75;
}


.text-lg {
    font-family: var(--font-family-body);
    font-size: 24px;
    font-weight: 400;
    line-height: 1.75;
}

.text-primary {
    color: var(--color-font-primary, #242B2D);
}

.text-font-secondary {
    color: var(--color-font-secondary, #47595D);
}

.text-theme {
    color: var(--color-primary, #204F58);
}

.text-darkgreen {
    color: var(--genoa-900);
} */
strong {
    font-weight: 600;
}
a {
    color: var(--color-action);
}
a:hover {
    color: var(--color-action-hover);
}
.link {
    color: var(--color-action);
}
.link:hover {
    color: var(--color-action-hover);
}
blockquote {
    font-family: var(--font-family-body);
    font-size: 24px;
    font-style: italic;
    font-weight: 400;
    line-height: 1.75;
    margin: 1em 0 1em 1em;
    padding: 0 0 0 1em;
    border-left: 4px solid var(--silvertree-400);
}
.longform h1,
.longform h2,
.longform h3,
.longform h4,
.longform h5,
.longform h6 {
    color: var(--genoa-900);
    font-family: var(--font-family-body);
    margin-top: 2em;
}
.longform p,
.rtf p {
    font-size: 20px;
    margin-bottom: 1em;
    color: var(--submarine-900);
    line-height: 2;
}
.longform a{
    --tw-text-opacity: 1;
    color: rgb(0 141 129 / var(--tw-text-opacity, 1));
    text-decoration-line: underline;
}
.longform a:hover{
    --tw-text-opacity: 1;
    color: rgb(0 141 129 / var(--tw-text-opacity, 1));
    text-decoration-line: none;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
}
.longform ul {
    margin-top: 0;
    margin-bottom: 10px;
    padding-left: 40px;
    list-style-type: disc;
}
.longform li {
    font-size: 20px;
    margin-bottom: 0.5em;
    line-height: 1.5;
    color: var(--submarine-800);

}
.longform blockquote p {
    font-size: 24px;
    margin-bottom: 1em;
    font-family: var(--font-family-body);
    color: var(--genoa-900);
    line-height: 1.5;
    font-weight: 500;
    font-style: italic;
}
/* @media screen and (max-width: 991px) {
    .title-sm {
        font-size: 24px;
    }

    .title-md {
        font-size: 32px;
    }

    .title-lg {
        font-size: 48px;
    }

    .text-body {
        font-size: 18px;
    }

    .text-lg {
        font-size: 20px;
    }
} */
/* @media screen and (max-width: 767px) {
    .title-sm {
        font-size: 20px;
    }

    .title-md {
        font-size: 28px;
    }

    .title-lg {
        font-size: 40px;
    }

    .text-body {
        font-size: 16px;
    }

    .text-lg {
        font-size: 18px;
    }

    .longform h2 {
        font-size: 24px;
    }

    .longform h3 {
        font-size: 20px;
    }
} */
@media screen and (min-width: 1300px) {
    .parallax-wrapper {
        position: relative;
        width: 100%;
    }

    .parallax-wrapper.--content-width {
        max-width: var(--content-width);
    }

    .circle {
        position: absolute;
        border-radius: 50%;
        will-change: transform;
        /* Optimerar prestanda */
    }

    .bookmark {
        background-color: var(--bluedianne-600);
        border-radius: 25% 0 0 25%;
        width: 80px;
        height: 100px;
        right: 0;
        top: 1000px;
    }

    .circle--two {
        border: 16px solid var(--silvertree-300);
        width: 420px;
        height: 420px;
        right: 130px;
        z-index: -1;
    }

    @keyframes parallax {
        to {
            transform: translateY(calc(var(--parallax-speed) * 500px));
        }
    }
}
.scroll4more{
    position: absolute;
    bottom: 2rem;
    left: 0px;
    right: 0px;
    display: none;
    text-align: center;
    font-size: 1rem;
    line-height: 1.5rem;
    color: rgb(6 91 85 / 0.5);
}
@media print {

    .scroll4more {
        font-size: 10pt;
    }
}
@media (min-width: 768px){
    .scroll4more{
        display: block;
    }
}
@media print{
    .scroll4more{
        display: none;
    }
}
.scroll4more {
    animation: bounce 2s infinite;


}
@keyframes bounce {

        0%,
        100% {
            transform: translateY(0);
        }

        50% {
            transform: translateY(-10px);
        }
    }
.scroll4more__link{
    padding: 1rem;
}
.scroll4more__link::before{
    margin-right: 0.5rem;
    display: inline-block;
            content: "↓";
}
@font-face {
    font-family: uicons-regular-rounded;
    src:
        url(../static/fonts/uicons-regular-rounded-J3WOUERV.woff2) format("woff2"),
        url(../static/fonts/uicons-regular-rounded-KDJ23353.woff) format("woff"),
        url(../static/fonts/uicons-regular-rounded-ESQGLQQ4.eot#iefix) format("embedded-opentype");
    font-display: swap
}
i[class^=fi-rr-]:before,
i[class*=" fi-rr-"]:before,
span[class^=fi-rr-]:before,
span[class*=fi-rr-]:before {
    font-family: uicons-regular-rounded !important;
    font-style: normal;
    font-weight: 400 !important;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}
.variable-selector-00:before {
    content: "\fe00"
}
.variable-selector-01:before {
    content: "\fe01"
}
.variable-selector-02:before {
    content: "\fe02"
}
.variable-selector-03:before {
    content: "\fe03"
}
.variable-selector-04:before {
    content: "\fe04"
}
.variable-selector-05:before {
    content: "\fe05"
}
.variable-selector-06:before {
    content: "\fe06"
}
.variable-selector-07:before {
    content: "\fe07"
}
.variable-selector-08:before {
    content: "\fe08"
}
.variable-selector-09:before {
    content: "\fe09"
}
.variable-selector-0a:before {
    content: "\fe0a"
}
.variable-selector-0b:before {
    content: "\fe0b"
}
.variable-selector-0c:before {
    content: "\fe0c"
}
.variable-selector-0d:before {
    content: "\fe0d"
}
.variable-selector-0e:before {
    content: "\fe0e"
}
.variable-selector-0f:before {
    content: "\fe0f"
}
.combining-half-marks-00:before {
    content: "\fe20"
}
.combining-half-marks-01:before {
    content: "\fe21"
}
.combining-half-marks-02:before {
    content: "\fe22"
}
.combining-half-marks-03:before {
    content: "\fe23"
}
.combining-half-marks-04:before {
    content: "\fe24"
}
.combining-half-marks-05:before {
    content: "\fe25"
}
.combining-half-marks-06:before {
    content: "\fe26"
}
.combining-half-marks-07:before {
    content: "\fe27"
}
.combining-half-marks-08:before {
    content: "\fe28"
}
.combining-half-marks-09:before {
    content: "\fe29"
}
.combining-half-marks-0a:before {
    content: "\fe2a"
}
.combining-half-marks-0b:before {
    content: "\fe2b"
}
.combining-half-marks-0c:before {
    content: "\fe2c"
}
.combining-half-marks-0d:before {
    content: "\fe2d"
}
.combining-half-marks-0e:before {
    content: "\fe2e"
}
.combining-half-marks-0f:before {
    content: "\fe2f"
}
.zero-width-no-break-space-0f:before {
    content: "\feff"
}
.fi-rr-0:before {
    content: "\f101"
}
.fi-rr-00s-music-disc:before {
    content: "\f102"
}
.fi-rr-1:before {
    content: "\f103"
}
.fi-rr-2:before {
    content: "\f104"
}
.fi-rr-3:before {
    content: "\f105"
}
.fi-rr-360-degrees:before {
    content: "\f106"
}
.fi-rr-4:before {
    content: "\f107"
}
.fi-rr-404:before {
    content: "\f108"
}
.fi-rr-5:before {
    content: "\f109"
}
.fi-rr-6:before {
    content: "\f10a"
}
.fi-rr-60s-music-disc:before {
    content: "\f10b"
}
.fi-rr-7:before {
    content: "\f10c"
}
.fi-rr-70s-music-disc:before {
    content: "\f10d"
}
.fi-rr-8:before {
    content: "\f10e"
}
.fi-rr-80s-music-disc:before {
    content: "\f10f"
}
.fi-rr-9:before {
    content: "\f110"
}
.fi-rr-90s-music-disc:before {
    content: "\f111"
}
.fi-rr-a:before {
    content: "\f112"
}
.fi-rr-accident:before {
    content: "\f113"
}
.fi-rr-acorn:before {
    content: "\f114"
}
.fi-rr-ad-paid:before {
    content: "\f115"
}
.fi-rr-ad:before {
    content: "\f116"
}
.fi-rr-add-document:before {
    content: "\f117"
}
.fi-rr-add-folder:before {
    content: "\f118"
}
.fi-rr-add-image:before {
    content: "\f119"
}
.fi-rr-add:before {
    content: "\f11a"
}
.fi-rr-address-book:before {
    content: "\f11b"
}
.fi-rr-address-card:before {
    content: "\f11c"
}
.fi-rr-admin-alt:before {
    content: "\f11d"
}
.fi-rr-admin:before {
    content: "\f11e"
}
.fi-rr-age-alt:before {
    content: "\f11f"
}
.fi-rr-age-restriction-eighteen:before {
    content: "\f120"
}
.fi-rr-age-restriction-seven:before {
    content: "\f121"
}
.fi-rr-age-restriction-six:before {
    content: "\f122"
}
.fi-rr-age-restriction-sixteen:before {
    content: "\f123"
}
.fi-rr-age-restriction-thirteen:before {
    content: "\f124"
}
.fi-rr-age-restriction-three:before {
    content: "\f125"
}
.fi-rr-age-restriction-twelve:before {
    content: "\f126"
}
.fi-rr-age-restriction-twenty-one:before {
    content: "\f127"
}
.fi-rr-age-restriction-zero:before {
    content: "\f128"
}
.fi-rr-age:before {
    content: "\f129"
}
.fi-rr-air-conditioner:before {
    content: "\f12a"
}
.fi-rr-air-freshener:before {
    content: "\f12b"
}
.fi-rr-air-pollution:before {
    content: "\f12c"
}
.fi-rr-airplane-journey:before {
    content: "\f12d"
}
.fi-rr-airplane-window-open:before {
    content: "\f12e"
}
.fi-rr-airplay:before {
    content: "\f12f"
}
.fi-rr-alarm-clock:before {
    content: "\f130"
}
.fi-rr-alarm-exclamation:before {
    content: "\f131"
}
.fi-rr-alarm-plus:before {
    content: "\f132"
}
.fi-rr-alarm-snooze:before {
    content: "\f133"
}
.fi-rr-album-circle-plus:before {
    content: "\f134"
}
.fi-rr-album-circle-user:before {
    content: "\f135"
}
.fi-rr-album-collection:before {
    content: "\f136"
}
.fi-rr-album:before {
    content: "\f137"
}
.fi-rr-algorithm:before {
    content: "\f138"
}
.fi-rr-alicorn:before {
    content: "\f139"
}
.fi-rr-alien:before {
    content: "\f13a"
}
.fi-rr-align-center:before {
    content: "\f13b"
}
.fi-rr-align-justify:before {
    content: "\f13c"
}
.fi-rr-align-left:before {
    content: "\f13d"
}
.fi-rr-align-slash:before {
    content: "\f13e"
}
.fi-rr-ambulance:before {
    content: "\f13f"
}
.fi-rr-analyse-alt:before {
    content: "\f140"
}
.fi-rr-analyse:before {
    content: "\f141"
}
.fi-rr-anatomical-heart:before {
    content: "\f142"
}
.fi-rr-anchor:before {
    content: "\f143"
}
.fi-rr-angel:before {
    content: "\f144"
}
.fi-rr-angle-90:before {
    content: "\f145"
}
.fi-rr-angle-circle-down:before {
    content: "\f146"
}
.fi-rr-angle-circle-left:before {
    content: "\f147"
}
.fi-rr-angle-circle-right:before {
    content: "\f148"
}
.fi-rr-angle-circle-up:before {
    content: "\f149"
}
.fi-rr-angle-double-left:before {
    content: "\f14a"
}
.fi-rr-angle-double-right:before {
    content: "\f14b"
}
.fi-rr-angle-double-small-down:before {
    content: "\f14c"
}
.fi-rr-angle-double-small-left:before {
    content: "\f14d"
}
.fi-rr-angle-double-small-right:before {
    content: "\f14e"
}
.fi-rr-angle-double-small-up:before {
    content: "\f14f"
}
.fi-rr-angle-down:before {
    content: "\f150"
}
.fi-rr-angle-left:before {
    content: "\f151"
}
.fi-rr-angle-right:before {
    content: "\f152"
}
.fi-rr-angle-small-down:before {
    content: "\f153"
}
.fi-rr-angle-small-left:before {
    content: "\f154"
}
.fi-rr-angle-small-right:before {
    content: "\f155"
}
.fi-rr-angle-small-up:before {
    content: "\f156"
}
.fi-rr-angle-square-down:before {
    content: "\f157"
}
.fi-rr-angle-square-left:before {
    content: "\f158"
}
.fi-rr-angle-square-right:before {
    content: "\f159"
}
.fi-rr-angle-square-up:before {
    content: "\f15a"
}
.fi-rr-angle-up:before {
    content: "\f15b"
}
.fi-rr-angle:before {
    content: "\f15c"
}
.fi-rr-angles-up-down:before {
    content: "\f15d"
}
.fi-rr-angry:before {
    content: "\f15e"
}
.fi-rr-animated-icon:before {
    content: "\f15f"
}
.fi-rr-ankh:before {
    content: "\f160"
}
.fi-rr-answer-alt:before {
    content: "\f161"
}
.fi-rr-answer:before {
    content: "\f162"
}
.fi-rr-apartment:before {
    content: "\f163"
}
.fi-rr-aperture:before {
    content: "\f164"
}
.fi-rr-api:before {
    content: "\f165"
}
.fi-rr-apple-core:before {
    content: "\f166"
}
.fi-rr-apple-crate:before {
    content: "\f167"
}
.fi-rr-apple-whole:before {
    content: "\f168"
}
.fi-rr-apps-add:before {
    content: "\f169"
}
.fi-rr-apps-delete:before {
    content: "\f16a"
}
.fi-rr-apps-sort:before {
    content: "\f16b"
}
.fi-rr-apps:before {
    content: "\f16c"
}
.fi-rr-archive:before {
    content: "\f16d"
}
.fi-rr-archway:before {
    content: "\f16e"
}
.fi-rr-arrow-alt-circle-down:before {
    content: "\f16f"
}
.fi-rr-arrow-alt-circle-left:before {
    content: "\f170"
}
.fi-rr-arrow-alt-circle-right:before {
    content: "\f171"
}
.fi-rr-arrow-alt-circle-up:before {
    content: "\f172"
}
.fi-rr-arrow-alt-down:before {
    content: "\f173"
}
.fi-rr-arrow-alt-from-bottom:before {
    content: "\f174"
}
.fi-rr-arrow-alt-from-left:before {
    content: "\f175"
}
.fi-rr-arrow-alt-from-right:before {
    content: "\f176"
}
.fi-rr-arrow-alt-from-top:before {
    content: "\f177"
}
.fi-rr-arrow-alt-left:before {
    content: "\f178"
}
.fi-rr-arrow-alt-right:before {
    content: "\f179"
}
.fi-rr-arrow-alt-square-down:before {
    content: "\f17a"
}
.fi-rr-arrow-alt-square-left:before {
    content: "\f17b"
}
.fi-rr-arrow-alt-square-right:before {
    content: "\f17c"
}
.fi-rr-arrow-alt-square-up:before {
    content: "\f17d"
}
.fi-rr-arrow-alt-to-bottom:before {
    content: "\f17e"
}
.fi-rr-arrow-alt-to-left:before {
    content: "\f17f"
}
.fi-rr-arrow-alt-to-right:before {
    content: "\f180"
}
.fi-rr-arrow-alt-to-top:before {
    content: "\f181"
}
.fi-rr-arrow-alt-up:before {
    content: "\f182"
}
.fi-rr-arrow-circle-down:before {
    content: "\f183"
}
.fi-rr-arrow-circle-left:before {
    content: "\f184"
}
.fi-rr-arrow-circle-right:before {
    content: "\f185"
}
.fi-rr-arrow-circle-up:before {
    content: "\f186"
}
.fi-rr-arrow-comparison:before {
    content: "\f187"
}
.fi-rr-arrow-down-from-arc:before {
    content: "\f188"
}
.fi-rr-arrow-down-from-dotted-line:before {
    content: "\f189"
}
.fi-rr-arrow-down-left:before {
    content: "\f18a"
}
.fi-rr-arrow-down-small-big:before {
    content: "\f18b"
}
.fi-rr-arrow-down-to-dotted-line:before {
    content: "\f18c"
}
.fi-rr-arrow-down-to-square:before {
    content: "\f18d"
}
.fi-rr-arrow-down-triangle-square:before {
    content: "\f18e"
}
.fi-rr-arrow-down:before {
    content: "\f18f"
}
.fi-rr-arrow-from-bottom:before {
    content: "\f190"
}
.fi-rr-arrow-from-left:before {
    content: "\f191"
}
.fi-rr-arrow-from-right:before {
    content: "\f192"
}
.fi-rr-arrow-from-top:before {
    content: "\f193"
}
.fi-rr-arrow-left-from-arc:before {
    content: "\f194"
}
.fi-rr-arrow-left-from-line:before {
    content: "\f195"
}
.fi-rr-arrow-left-to-arc:before {
    content: "\f196"
}
.fi-rr-arrow-left:before {
    content: "\f197"
}
.fi-rr-arrow-progress-alt:before {
    content: "\f198"
}
.fi-rr-arrow-progress:before {
    content: "\f199"
}
.fi-rr-arrow-right-to-bracket:before {
    content: "\f19a"
}
.fi-rr-arrow-right:before {
    content: "\f19b"
}
.fi-rr-arrow-small-down:before {
    content: "\f19c"
}
.fi-rr-arrow-small-left:before {
    content: "\f19d"
}
.fi-rr-arrow-small-right:before {
    content: "\f19e"
}
.fi-rr-arrow-small-up:before {
    content: "\f19f"
}
.fi-rr-arrow-square-down:before {
    content: "\f1a0"
}
.fi-rr-arrow-square-left:before {
    content: "\f1a1"
}
.fi-rr-arrow-square-right:before {
    content: "\f1a2"
}
.fi-rr-arrow-square-up:before {
    content: "\f1a3"
}
.fi-rr-arrow-to-bottom:before {
    content: "\f1a4"
}
.fi-rr-arrow-to-left:before {
    content: "\f1a5"
}
.fi-rr-arrow-to-right:before {
    content: "\f1a6"
}
.fi-rr-arrow-to-top:before {
    content: "\f1a7"
}
.fi-rr-arrow-trend-down:before {
    content: "\f1a8"
}
.fi-rr-arrow-trend-up:before {
    content: "\f1a9"
}
.fi-rr-arrow-turn-down-left:before {
    content: "\f1aa"
}
.fi-rr-arrow-turn-down-right:before {
    content: "\f1ab"
}
.fi-rr-arrow-turn-left-up:before {
    content: "\f1ac"
}
.fi-rr-arrow-up-from-dotted-line:before {
    content: "\f1ad"
}
.fi-rr-arrow-up-from-ground-water:before {
    content: "\f1ae"
}
.fi-rr-arrow-up-from-square:before {
    content: "\f1af"
}
.fi-rr-arrow-up-left-from-circle:before {
    content: "\f1b0"
}
.fi-rr-arrow-up-left:before {
    content: "\f1b1"
}
.fi-rr-arrow-up-right-and-arrow-down-left-from-center:before {
    content: "\f1b2"
}
.fi-rr-arrow-up-right-from-square:before {
    content: "\f1b3"
}
.fi-rr-arrow-up-right:before {
    content: "\f1b4"
}
.fi-rr-arrow-up-small-big:before {
    content: "\f1b5"
}
.fi-rr-arrow-up-square-triangle:before {
    content: "\f1b6"
}
.fi-rr-arrow-up-to-arc:before {
    content: "\f1b7"
}
.fi-rr-arrow-up-to-dotted-line:before {
    content: "\f1b8"
}
.fi-rr-arrow-up:before {
    content: "\f1b9"
}
.fi-rr-arrow-upward-growth-crypto:before {
    content: "\f1ba"
}
.fi-rr-arrows-alt-h:before {
    content: "\f1bb"
}
.fi-rr-arrows-alt-v:before {
    content: "\f1bc"
}
.fi-rr-arrows-alt:before {
    content: "\f1bd"
}
.fi-rr-arrows-cross:before {
    content: "\f1be"
}
.fi-rr-arrows-from-dotted-line:before {
    content: "\f1bf"
}
.fi-rr-arrows-from-line:before {
    content: "\f1c0"
}
.fi-rr-arrows-h-copy:before {
    content: "\f1c1"
}
.fi-rr-arrows-h:before {
    content: "\f1c2"
}
.fi-rr-arrows-repeat-1:before {
    content: "\f1c3"
}
.fi-rr-arrows-repeat:before {
    content: "\f1c4"
}
.fi-rr-arrows-retweet:before {
    content: "\f1c5"
}
.fi-rr-arrows-split-right-and-left:before {
    content: "\f1c6"
}
.fi-rr-arrows-split-up-and-left:before {
    content: "\f1c7"
}
.fi-rr-arrows-to-circle:before {
    content: "\f1c8"
}
.fi-rr-arrows-to-dotted-line:before {
    content: "\f1c9"
}
.fi-rr-arrows-to-eye:before {
    content: "\f1ca"
}
.fi-rr-arrows-to-line:before {
    content: "\f1cb"
}
.fi-rr-arrows:before {
    content: "\f1cc"
}
.fi-rr-artificial-intelligence:before {
    content: "\f1cd"
}
.fi-rr-assept-document:before {
    content: "\f1ce"
}
.fi-rr-assessment-alt:before {
    content: "\f1cf"
}
.fi-rr-assessment:before {
    content: "\f1d0"
}
.fi-rr-assign:before {
    content: "\f1d1"
}
.fi-rr-assistive-listening-systems:before {
    content: "\f1d2"
}
.fi-rr-asterik:before {
    content: "\f1d3"
}
.fi-rr-at:before {
    content: "\f1d4"
}
.fi-rr-attribution-pen:before {
    content: "\f1d5"
}
.fi-rr-attribution-pencil:before {
    content: "\f1d6"
}
.fi-rr-aubergine:before {
    content: "\f1d7"
}
.fi-rr-auction:before {
    content: "\f1d8"
}
.fi-rr-audience-megaphone:before {
    content: "\f1d9"
}
.fi-rr-audio-description-slash:before {
    content: "\f1da"
}
.fi-rr-audit-alt:before {
    content: "\f1db"
}
.fi-rr-audit:before {
    content: "\f1dc"
}
.fi-rr-austral-sign:before {
    content: "\f1dd"
}
.fi-rr-avocado:before {
    content: "\f1de"
}
.fi-rr-award:before {
    content: "\f1df"
}
.fi-rr-axe-battle:before {
    content: "\f1e0"
}
.fi-rr-axe:before {
    content: "\f1e1"
}
.fi-rr-b:before {
    content: "\f1e2"
}
.fi-rr-baby-carriage:before {
    content: "\f1e3"
}
.fi-rr-baby:before {
    content: "\f1e4"
}
.fi-rr-back-up:before {
    content: "\f1e5"
}
.fi-rr-background:before {
    content: "\f1e6"
}
.fi-rr-backpack:before {
    content: "\f1e7"
}
.fi-rr-bacon:before {
    content: "\f1e8"
}
.fi-rr-bacteria:before {
    content: "\f1e9"
}
.fi-rr-bacterium:before {
    content: "\f1ea"
}
.fi-rr-badge-check:before {
    content: "\f1eb"
}
.fi-rr-badge-dollar:before {
    content: "\f1ec"
}
.fi-rr-badge-leaf:before {
    content: "\f1ed"
}
.fi-rr-badge-percent:before {
    content: "\f1ee"
}
.fi-rr-badge-sheriff:before {
    content: "\f1ef"
}
.fi-rr-badge:before {
    content: "\f1f0"
}
.fi-rr-badger-honey:before {
    content: "\f1f1"
}
.fi-rr-badget-check-alt:before {
    content: "\f1f2"
}
.fi-rr-badminton:before {
    content: "\f1f3"
}
.fi-rr-bag-map-pin:before {
    content: "\f1f4"
}
.fi-rr-bag-seedling:before {
    content: "\f1f5"
}
.fi-rr-bag-shopping-minus:before {
    content: "\f1f6"
}
.fi-rr-bags-shopping:before {
    content: "\f1f7"
}
.fi-rr-baguette:before {
    content: "\f1f8"
}
.fi-rr-bahai:before {
    content: "\f1f9"
}
.fi-rr-baht-sign:before {
    content: "\f1fa"
}
.fi-rr-balance-scale-left:before {
    content: "\f1fb"
}
.fi-rr-balance-scale-right:before {
    content: "\f1fc"
}
.fi-rr-ball-pile:before {
    content: "\f1fd"
}
.fi-rr-ball:before {
    content: "\f1fe"
}
.fi-rr-ballet-dance:before {
    content: "\f1ff"
}
.fi-rr-balloon:before {
    content: "\f200"
}
.fi-rr-balloons:before {
    content: "\f201"
}
.fi-rr-ballot-check:before {
    content: "\f202"
}
.fi-rr-ballot:before {
    content: "\f203"
}
.fi-rr-ban-bug:before {
    content: "\f204"
}
.fi-rr-ban:before {
    content: "\f205"
}
.fi-rr-banana:before {
    content: "\f206"
}
.fi-rr-band-aid:before {
    content: "\f207"
}
.fi-rr-bangladeshi-taka-sign:before {
    content: "\f208"
}
.fi-rr-banjo:before {
    content: "\f209"
}
.fi-rr-bank:before {
    content: "\f20a"
}
.fi-rr-banner-2:before {
    content: "\f20b"
}
.fi-rr-banner-3:before {
    content: "\f20c"
}
.fi-rr-banner-4:before {
    content: "\f20d"
}
.fi-rr-banner-5:before {
    content: "\f20e"
}
.fi-rr-banner:before {
    content: "\f20f"
}
.fi-rr-barber-pole:before {
    content: "\f210"
}
.fi-rr-barber-shop:before {
    content: "\f211"
}
.fi-rr-barcode-read:before {
    content: "\f212"
}
.fi-rr-barcode-scan:before {
    content: "\f213"
}
.fi-rr-barcode:before {
    content: "\f214"
}
.fi-rr-bars-filter:before {
    content: "\f215"
}
.fi-rr-bars-progress:before {
    content: "\f216"
}
.fi-rr-bars-sort:before {
    content: "\f217"
}
.fi-rr-bars-staggered:before {
    content: "\f218"
}
.fi-rr-baseball-alt:before {
    content: "\f219"
}
.fi-rr-baseball:before {
    content: "\f21a"
}
.fi-rr-basket-shopping-minus:before {
    content: "\f21b"
}
.fi-rr-basket-shopping-plus:before {
    content: "\f21c"
}
.fi-rr-basket-shopping-simple:before {
    content: "\f21d"
}
.fi-rr-basket:before {
    content: "\f21e"
}
.fi-rr-basketball:before {
    content: "\f21f"
}
.fi-rr-bat:before {
    content: "\f220"
}
.fi-rr-bath:before {
    content: "\f221"
}
.fi-rr-battery-bolt:before {
    content: "\f222"
}
.fi-rr-battery-empty:before {
    content: "\f223"
}
.fi-rr-battery-exclamation:before {
    content: "\f224"
}
.fi-rr-battery-full:before {
    content: "\f225"
}
.fi-rr-battery-half:before {
    content: "\f226"
}
.fi-rr-battery-quarter:before {
    content: "\f227"
}
.fi-rr-battery-slash:before {
    content: "\f228"
}
.fi-rr-battery-three-quarters:before {
    content: "\f229"
}
.fi-rr-beacon:before {
    content: "\f22a"
}
.fi-rr-bed-alt:before {
    content: "\f22b"
}
.fi-rr-bed-bunk:before {
    content: "\f22c"
}
.fi-rr-bed-empty:before {
    content: "\f22d"
}
.fi-rr-bed:before {
    content: "\f22e"
}
.fi-rr-bee:before {
    content: "\f22f"
}
.fi-rr-beer-mug-empty:before {
    content: "\f230"
}
.fi-rr-beer:before {
    content: "\f231"
}
.fi-rr-bell-concierge:before {
    content: "\f232"
}
.fi-rr-bell-notification-call:before {
    content: "\f233"
}
.fi-rr-bell-notification-social-media:before {
    content: "\f234"
}
.fi-rr-bell-ring:before {
    content: "\f235"
}
.fi-rr-bell-school-slash:before {
    content: "\f236"
}
.fi-rr-bell-school:before {
    content: "\f237"
}
.fi-rr-bell-slash:before {
    content: "\f238"
}
.fi-rr-bell:before {
    content: "\f239"
}
.fi-rr-bells:before {
    content: "\f23a"
}
.fi-rr-bench-tree:before {
    content: "\f23b"
}
.fi-rr-benefit-diamond-alt:before {
    content: "\f23c"
}
.fi-rr-benefit-diamond:before {
    content: "\f23d"
}
.fi-rr-benefit-hand:before {
    content: "\f23e"
}
.fi-rr-benefit-increase:before {
    content: "\f23f"
}
.fi-rr-benefit-porcent:before {
    content: "\f240"
}
.fi-rr-benefit:before {
    content: "\f241"
}
.fi-rr-betamax:before {
    content: "\f242"
}
.fi-rr-bible:before {
    content: "\f243"
}
.fi-rr-bicycle-journey:before {
    content: "\f244"
}
.fi-rr-bike:before {
    content: "\f245"
}
.fi-rr-biking-mountain:before {
    content: "\f246"
}
.fi-rr-biking:before {
    content: "\f247"
}
.fi-rr-bill-arrow:before {
    content: "\f248"
}
.fi-rr-billiard:before {
    content: "\f249"
}
.fi-rr-bin-bottles:before {
    content: "\f24a"
}
.fi-rr-binary-circle-check:before {
    content: "\f24b"
}
.fi-rr-binary-lock:before {
    content: "\f24c"
}
.fi-rr-binary-slash:before {
    content: "\f24d"
}
.fi-rr-binary:before {
    content: "\f24e"
}
.fi-rr-binoculars:before {
    content: "\f24f"
}
.fi-rr-bio-leaves:before {
    content: "\f250"
}
.fi-rr-bio:before {
    content: "\f251"
}
.fi-rr-biohazard:before {
    content: "\f252"
}
.fi-rr-bird:before {
    content: "\f253"
}
.fi-rr-bitcoin-sign:before {
    content: "\f254"
}
.fi-rr-blanket:before {
    content: "\f255"
}
.fi-rr-blender-phone:before {
    content: "\f256"
}
.fi-rr-blender:before {
    content: "\f257"
}
.fi-rr-blinds-open:before {
    content: "\f258"
}
.fi-rr-blinds-raised:before {
    content: "\f259"
}
.fi-rr-blinds:before {
    content: "\f25a"
}
.fi-rr-block-brick:before {
    content: "\f25b"
}
.fi-rr-block-microphone:before {
    content: "\f25c"
}
.fi-rr-block-question:before {
    content: "\f25d"
}
.fi-rr-block-quote:before {
    content: "\f25e"
}
.fi-rr-block:before {
    content: "\f25f"
}
.fi-rr-blockchain-3:before {
    content: "\f260"
}
.fi-rr-blog-pencil:before {
    content: "\f261"
}
.fi-rr-blog-text:before {
    content: "\f262"
}
.fi-rr-blood-dropper:before {
    content: "\f263"
}
.fi-rr-blood-test-tube-alt:before {
    content: "\f264"
}
.fi-rr-blood-test-tube:before {
    content: "\f265"
}
.fi-rr-blood:before {
    content: "\f266"
}
.fi-rr-blueberries:before {
    content: "\f267"
}
.fi-rr-blueprint:before {
    content: "\f268"
}
.fi-rr-bold:before {
    content: "\f269"
}
.fi-rr-bolt-auto:before {
    content: "\f26a"
}
.fi-rr-bolt-slash:before {
    content: "\f26b"
}
.fi-rr-bolt:before {
    content: "\f26c"
}
.fi-rr-bomb:before {
    content: "\f26d"
}
.fi-rr-bone-break:before {
    content: "\f26e"
}
.fi-rr-bone:before {
    content: "\f26f"
}
.fi-rr-bong:before {
    content: "\f270"
}
.fi-rr-bonus-alt:before {
    content: "\f271"
}
.fi-rr-bonus-star:before {
    content: "\f272"
}
.fi-rr-bonus:before {
    content: "\f273"
}
.fi-rr-book-alt:before {
    content: "\f274"
}
.fi-rr-book-arrow-right:before {
    content: "\f275"
}
.fi-rr-book-arrow-up:before {
    content: "\f276"
}
.fi-rr-book-atlas:before {
    content: "\f277"
}
.fi-rr-book-bookmark:before {
    content: "\f278"
}
.fi-rr-book-circle-arrow-right:before {
    content: "\f279"
}
.fi-rr-book-circle-arrow-up:before {
    content: "\f27a"
}
.fi-rr-book-copy:before {
    content: "\f27b"
}
.fi-rr-book-dead:before {
    content: "\f27c"
}
.fi-rr-book-font:before {
    content: "\f27d"
}
.fi-rr-book-heart:before {
    content: "\f27e"
}
.fi-rr-book-medical:before {
    content: "\f27f"
}
.fi-rr-book-open-cover:before {
    content: "\f280"
}
.fi-rr-book-open-reader:before {
    content: "\f281"
}
.fi-rr-book-plus:before {
    content: "\f282"
}
.fi-rr-book-quran:before {
    content: "\f283"
}
.fi-rr-book-section:before {
    content: "\f284"
}
.fi-rr-book-spells:before {
    content: "\f285"
}
.fi-rr-book-tanakh:before {
    content: "\f286"
}
.fi-rr-book-user:before {
    content: "\f287"
}
.fi-rr-book:before {
    content: "\f288"
}
.fi-rr-Booking:before {
    content: "\f289"
}
.fi-rr-bookmark-slash:before {
    content: "\f28a"
}
.fi-rr-bookmark:before {
    content: "\f28b"
}
.fi-rr-books-medical:before {
    content: "\f28c"
}
.fi-rr-books:before {
    content: "\f28d"
}
.fi-rr-boot-heeled:before {
    content: "\f28e"
}
.fi-rr-boot:before {
    content: "\f28f"
}
.fi-rr-booth-curtain:before {
    content: "\f290"
}
.fi-rr-border-all:before {
    content: "\f291"
}
.fi-rr-border-bottom:before {
    content: "\f292"
}
.fi-rr-border-center-h:before {
    content: "\f293"
}
.fi-rr-border-center-v:before {
    content: "\f294"
}
.fi-rr-border-inner:before {
    content: "\f295"
}
.fi-rr-border-left:before {
    content: "\f296"
}
.fi-rr-border-none:before {
    content: "\f297"
}
.fi-rr-border-outer:before {
    content: "\f298"
}
.fi-rr-border-right:before {
    content: "\f299"
}
.fi-rr-border-style-alt:before {
    content: "\f29a"
}
.fi-rr-border-style:before {
    content: "\f29b"
}
.fi-rr-border-top:before {
    content: "\f29c"
}
.fi-rr-boss:before {
    content: "\f29d"
}
.fi-rr-bottle-droplet:before {
    content: "\f29e"
}
.fi-rr-bottle:before {
    content: "\f29f"
}
.fi-rr-bow-arrow:before {
    content: "\f2a0"
}
.fi-rr-bowl-chopsticks-noodles:before {
    content: "\f2a1"
}
.fi-rr-bowl-chopsticks:before {
    content: "\f2a2"
}
.fi-rr-bowl-rice:before {
    content: "\f2a3"
}
.fi-rr-bowl-scoop:before {
    content: "\f2a4"
}
.fi-rr-bowl-scoops:before {
    content: "\f2a5"
}
.fi-rr-bowl-soft-serve:before {
    content: "\f2a6"
}
.fi-rr-bowl-spoon:before {
    content: "\f2a7"
}
.fi-rr-bowling-ball:before {
    content: "\f2a8"
}
.fi-rr-bowling-pins:before {
    content: "\f2a9"
}
.fi-rr-bowling:before {
    content: "\f2aa"
}
.fi-rr-box-alt:before {
    content: "\f2ab"
}
.fi-rr-box-ballot:before {
    content: "\f2ac"
}
.fi-rr-box-check:before {
    content: "\f2ad"
}
.fi-rr-box-circle-check:before {
    content: "\f2ae"
}
.fi-rr-box-dollar:before {
    content: "\f2af"
}
.fi-rr-box-fragile:before {
    content: "\f2b0"
}
.fi-rr-box-heart:before {
    content: "\f2b1"
}
.fi-rr-box-open-full:before {
    content: "\f2b2"
}
.fi-rr-box-open:before {
    content: "\f2b3"
}
.fi-rr-box-tissue:before {
    content: "\f2b4"
}
.fi-rr-box-up:before {
    content: "\f2b5"
}
.fi-rr-box:before {
    content: "\f2b6"
}
.fi-rr-boxes:before {
    content: "\f2b7"
}
.fi-rr-boxing-glove:before {
    content: "\f2b8"
}
.fi-rr-bracket-curly-right:before {
    content: "\f2b9"
}
.fi-rr-bracket-curly:before {
    content: "\f2ba"
}
.fi-rr-bracket-round-right:before {
    content: "\f2bb"
}
.fi-rr-bracket-round:before {
    content: "\f2bc"
}
.fi-rr-bracket-square-right:before {
    content: "\f2bd"
}
.fi-rr-bracket-square:before {
    content: "\f2be"
}
.fi-rr-brackets-curly:before {
    content: "\f2bf"
}
.fi-rr-brackets-round:before {
    content: "\f2c0"
}
.fi-rr-brackets-square:before {
    content: "\f2c1"
}
.fi-rr-braille-a:before {
    content: "\f2c2"
}
.fi-rr-braille-b:before {
    content: "\f2c3"
}
.fi-rr-braille-c:before {
    content: "\f2c4"
}
.fi-rr-braille-d:before {
    content: "\f2c5"
}
.fi-rr-braille-e:before {
    content: "\f2c6"
}
.fi-rr-braille-g:before {
    content: "\f2c7"
}
.fi-rr-braille-h:before {
    content: "\f2c8"
}
.fi-rr-braille-i:before {
    content: "\f2c9"
}
.fi-rr-braille-j:before {
    content: "\f2ca"
}
.fi-rr-braille-k:before {
    content: "\f2cb"
}
.fi-rr-braille-l:before {
    content: "\f2cc"
}
.fi-rr-braille-m:before {
    content: "\f2cd"
}
.fi-rr-braille-n-alt:before {
    content: "\f2ce"
}
.fi-rr-braille-n:before {
    content: "\f2cf"
}
.fi-rr-braille-o:before {
    content: "\f2d0"
}
.fi-rr-braille-p:before {
    content: "\f2d1"
}
.fi-rr-braille-q:before {
    content: "\f2d2"
}
.fi-rr-braille-r:before {
    content: "\f2d3"
}
.fi-rr-braille-s:before {
    content: "\f2d4"
}
.fi-rr-braille-t:before {
    content: "\f2d5"
}
.fi-rr-braille-u:before {
    content: "\f2d6"
}
.fi-rr-braille-v:before {
    content: "\f2d7"
}
.fi-rr-braille-w:before {
    content: "\f2d8"
}
.fi-rr-braille-x:before {
    content: "\f2d9"
}
.fi-rr-braille-y:before {
    content: "\f2da"
}
.fi-rr-braille-z:before {
    content: "\f2db"
}
.fi-rr-braille:before {
    content: "\f2dc"
}
.fi-rr-brain-circuit:before {
    content: "\f2dd"
}
.fi-rr-brain:before {
    content: "\f2de"
}
.fi-rr-brake-warning:before {
    content: "\f2df"
}
.fi-rr-branching:before {
    content: "\f2e0"
}
.fi-rr-brand:before {
    content: "\f2e1"
}
.fi-rr-branding:before {
    content: "\f2e2"
}
.fi-rr-bread-loaf:before {
    content: "\f2e3"
}
.fi-rr-bread-slice-butter:before {
    content: "\f2e4"
}
.fi-rr-bread-slice:before {
    content: "\f2e5"
}
.fi-rr-bread:before {
    content: "\f2e6"
}
.fi-rr-briefcase-arrow-right:before {
    content: "\f2e7"
}
.fi-rr-briefcase-blank:before {
    content: "\f2e8"
}
.fi-rr-briefcase:before {
    content: "\f2e9"
}
.fi-rr-brightness-low:before {
    content: "\f2ea"
}
.fi-rr-brightness:before {
    content: "\f2eb"
}
.fi-rr-bring-forward:before {
    content: "\f2ec"
}
.fi-rr-bring-front:before {
    content: "\f2ed"
}
.fi-rr-broadcast-tower:before {
    content: "\f2ee"
}
.fi-rr-broccoli:before {
    content: "\f2ef"
}
.fi-rr-broken-chain-link-wrong:before {
    content: "\f2f0"
}
.fi-rr-broken-image:before {
    content: "\f2f1"
}
.fi-rr-broom-ball:before {
    content: "\f2f2"
}
.fi-rr-broom:before {
    content: "\f2f3"
}
.fi-rr-browser-ui:before {
    content: "\f2f4"
}
.fi-rr-browser:before {
    content: "\f2f5"
}
.fi-rr-browsers:before {
    content: "\f2f6"
}
.fi-rr-brush:before {
    content: "\f2f7"
}
.fi-rr-bucket:before {
    content: "\f2f8"
}
.fi-rr-budget-alt:before {
    content: "\f2f9"
}
.fi-rr-budget:before {
    content: "\f2fa"
}
.fi-rr-bug-slash:before {
    content: "\f2fb"
}
.fi-rr-bug:before {
    content: "\f2fc"
}
.fi-rr-bugs:before {
    content: "\f2fd"
}
.fi-rr-build-alt:before {
    content: "\f2fe"
}
.fi-rr-build:before {
    content: "\f2ff"
}
.fi-rr-builder:before {
    content: "\f300"
}
.fi-rr-building-circle-arrow-right:before {
    content: "\f301"
}
.fi-rr-building-ngo:before {
    content: "\f302"
}
.fi-rr-building:before {
    content: "\f303"
}
.fi-rr-bulb:before {
    content: "\f304"
}
.fi-rr-bullet:before {
    content: "\f305"
}
.fi-rr-bullhorn:before {
    content: "\f306"
}
.fi-rr-bullseye-arrow:before {
    content: "\f307"
}
.fi-rr-bullseye-pointer:before {
    content: "\f308"
}
.fi-rr-bullseye:before {
    content: "\f309"
}
.fi-rr-burger-alt:before {
    content: "\f30a"
}
.fi-rr-burger-fries:before {
    content: "\f30b"
}
.fi-rr-burger-glass:before {
    content: "\f30c"
}
.fi-rr-burrito:before {
    content: "\f30d"
}
.fi-rr-burst:before {
    content: "\f30e"
}
.fi-rr-bus-alt:before {
    content: "\f30f"
}
.fi-rr-bus:before {
    content: "\f310"
}
.fi-rr-business-time:before {
    content: "\f311"
}
.fi-rr-Butter:before {
    content: "\f312"
}
.fi-rr-butterfly:before {
    content: "\f313"
}
.fi-rr-c:before {
    content: "\f314"
}
.fi-rr-cabin:before {
    content: "\f315"
}
.fi-rr-cactus:before {
    content: "\f316"
}
.fi-rr-cage-empty:before {
    content: "\f317"
}
.fi-rr-cake-birthday:before {
    content: "\f318"
}
.fi-rr-cake-slice:before {
    content: "\f319"
}
.fi-rr-cake-wedding:before {
    content: "\f31a"
}
.fi-rr-calculator-bill:before {
    content: "\f31b"
}
.fi-rr-calculator-math-tax:before {
    content: "\f31c"
}
.fi-rr-calculator-money:before {
    content: "\f31d"
}
.fi-rr-calculator-simple:before {
    content: "\f31e"
}
.fi-rr-calculator:before {
    content: "\f31f"
}
.fi-rr-calendar-arrow-down:before {
    content: "\f320"
}
.fi-rr-calendar-arrow-up:before {
    content: "\f321"
}
.fi-rr-calendar-birhtday-cake:before {
    content: "\f322"
}
.fi-rr-calendar-call:before {
    content: "\f323"
}
.fi-rr-calendar-check:before {
    content: "\f324"
}
.fi-rr-calendar-clock:before {
    content: "\f325"
}
.fi-rr-calendar-day:before {
    content: "\f326"
}
.fi-rr-calendar-days:before {
    content: "\f327"
}
.fi-rr-calendar-event-tax:before {
    content: "\f328"
}
.fi-rr-calendar-exclamation:before {
    content: "\f329"
}
.fi-rr-calendar-gavel-legal:before {
    content: "\f32a"
}
.fi-rr-calendar-heart:before {
    content: "\f32b"
}
.fi-rr-calendar-image:before {
    content: "\f32c"
}
.fi-rr-calendar-lines-pen:before {
    content: "\f32d"
}
.fi-rr-calendar-lines:before {
    content: "\f32e"
}
.fi-rr-calendar-minus:before {
    content: "\f32f"
}
.fi-rr-calendar-payment-loan:before {
    content: "\f330"
}
.fi-rr-calendar-pen:before {
    content: "\f331"
}
.fi-rr-calendar-plus:before {
    content: "\f332"
}
.fi-rr-calendar-salary:before {
    content: "\f333"
}
.fi-rr-calendar-shift-swap:before {
    content: "\f334"
}
.fi-rr-calendar-star:before {
    content: "\f335"
}
.fi-rr-calendar-swap:before {
    content: "\f336"
}
.fi-rr-calendar-week:before {
    content: "\f337"
}
.fi-rr-calendar-xmark:before {
    content: "\f338"
}
.fi-rr-calendar:before {
    content: "\f339"
}
.fi-rr-calendars:before {
    content: "\f33a"
}
.fi-rr-call-duration:before {
    content: "\f33b"
}
.fi-rr-call-history:before {
    content: "\f33c"
}
.fi-rr-call-incoming:before {
    content: "\f33d"
}
.fi-rr-call-missed:before {
    content: "\f33e"
}
.fi-rr-call-outgoing:before {
    content: "\f33f"
}
.fi-rr-camcorder:before {
    content: "\f340"
}
.fi-rr-camera-cctv:before {
    content: "\f341"
}
.fi-rr-camera-movie:before {
    content: "\f342"
}
.fi-rr-camera-retro:before {
    content: "\f343"
}
.fi-rr-camera-rotate:before {
    content: "\f344"
}
.fi-rr-camera-security:before {
    content: "\f345"
}
.fi-rr-camera-slash:before {
    content: "\f346"
}
.fi-rr-camera-viewfinder:before {
    content: "\f347"
}
.fi-rr-camera:before {
    content: "\f348"
}
.fi-rr-campfire:before {
    content: "\f349"
}
.fi-rr-camping:before {
    content: "\f34a"
}
.fi-rr-can-food:before {
    content: "\f34b"
}
.fi-rr-candle-holder:before {
    content: "\f34c"
}
.fi-rr-candle-lotus-yoga:before {
    content: "\f34d"
}
.fi-rr-candle-pose-yoga:before {
    content: "\f34e"
}
.fi-rr-candy-alt:before {
    content: "\f34f"
}
.fi-rr-candy-bar:before {
    content: "\f350"
}
.fi-rr-candy-cane:before {
    content: "\f351"
}
.fi-rr-candy-corn:before {
    content: "\f352"
}
.fi-rr-candy-sweet:before {
    content: "\f353"
}
.fi-rr-candy:before {
    content: "\f354"
}
.fi-rr-Cannabis:before {
    content: "\f355"
}
.fi-rr-canned-food:before {
    content: "\f356"
}
.fi-rr-capsules:before {
    content: "\f357"
}
.fi-rr-car-alt:before {
    content: "\f358"
}
.fi-rr-car-battery:before {
    content: "\f359"
}
.fi-rr-car-bolt:before {
    content: "\f35a"
}
.fi-rr-car-building:before {
    content: "\f35b"
}
.fi-rr-car-bump:before {
    content: "\f35c"
}
.fi-rr-car-bus:before {
    content: "\f35d"
}
.fi-rr-car-circle-bolt:before {
    content: "\f35e"
}
.fi-rr-car-crash:before {
    content: "\f35f"
}
.fi-rr-car-garage:before {
    content: "\f360"
}
.fi-rr-car-journey:before {
    content: "\f361"
}
.fi-rr-car-mechanic:before {
    content: "\f362"
}
.fi-rr-car-rear:before {
    content: "\f363"
}
.fi-rr-car-side-bolt:before {
    content: "\f364"
}
.fi-rr-car-side:before {
    content: "\f365"
}
.fi-rr-car-tilt:before {
    content: "\f366"
}
.fi-rr-car-tunnel:before {
    content: "\f367"
}
.fi-rr-car-wash:before {
    content: "\f368"
}
.fi-rr-car:before {
    content: "\f369"
}
.fi-rr-caravan-alt:before {
    content: "\f36a"
}
.fi-rr-caravan:before {
    content: "\f36b"
}
.fi-rr-card-club:before {
    content: "\f36c"
}
.fi-rr-card-diamond:before {
    content: "\f36d"
}
.fi-rr-card-heart:before {
    content: "\f36e"
}
.fi-rr-card-spade:before {
    content: "\f36f"
}
.fi-rr-cardinal-compass:before {
    content: "\f370"
}
.fi-rr-career-growth:before {
    content: "\f371"
}
.fi-rr-career-path:before {
    content: "\f372"
}
.fi-rr-caret-circle-down:before {
    content: "\f373"
}
.fi-rr-caret-circle-right:before {
    content: "\f374"
}
.fi-rr-caret-circle-up:before {
    content: "\f375"
}
.fi-rr-caret-down:before {
    content: "\f376"
}
.fi-rr-caret-left:before {
    content: "\f377"
}
.fi-rr-caret-quare-up:before {
    content: "\f378"
}
.fi-rr-caret-right:before {
    content: "\f379"
}
.fi-rr-caret-square-down:before {
    content: "\f37a"
}
.fi-rr-caret-square-left_1:before {
    content: "\f37b"
}
.fi-rr-caret-square-left:before {
    content: "\f37c"
}
.fi-rr-caret-square-right:before {
    content: "\f37d"
}
.fi-rr-caret-up:before {
    content: "\f37e"
}
.fi-rr-carrot:before {
    content: "\f37f"
}
.fi-rr-cars-crash:before {
    content: "\f380"
}
.fi-rr-cars:before {
    content: "\f381"
}
.fi-rr-cart-arrow-down:before {
    content: "\f382"
}
.fi-rr-cart-minus:before {
    content: "\f383"
}
.fi-rr-cart-shopping-fast:before {
    content: "\f384"
}
.fi-rr-cash-register:before {
    content: "\f385"
}
.fi-rr-cassette-tape:before {
    content: "\f386"
}
.fi-rr-cassette-vhs:before {
    content: "\f387"
}
.fi-rr-castle:before {
    content: "\f388"
}
.fi-rr-cat-head:before {
    content: "\f389"
}
.fi-rr-cat-space:before {
    content: "\f38a"
}
.fi-rr-cat:before {
    content: "\f38b"
}
.fi-rr-catalog-alt:before {
    content: "\f38c"
}
.fi-rr-catalog-magazine:before {
    content: "\f38d"
}
.fi-rr-catalog:before {
    content: "\f38e"
}
.fi-rr-category-alt:before {
    content: "\f38f"
}
.fi-rr-category:before {
    content: "\f390"
}
.fi-rr-cauldron:before {
    content: "\f391"
}
.fi-rr-cedi-sign:before {
    content: "\f392"
}
.fi-rr-cello:before {
    content: "\f393"
}
.fi-rr-cent-sign:before {
    content: "\f394"
}
.fi-rr-chair-office:before {
    content: "\f395"
}
.fi-rr-chair:before {
    content: "\f396"
}
.fi-rr-chalkboard-user:before {
    content: "\f397"
}
.fi-rr-chalkboard:before {
    content: "\f398"
}
.fi-rr-challenge-alt:before {
    content: "\f399"
}
.fi-rr-challenge:before {
    content: "\f39a"
}
.fi-rr-channel:before {
    content: "\f39b"
}
.fi-rr-charging-station:before {
    content: "\f39c"
}
.fi-rr-chart-area:before {
    content: "\f39d"
}
.fi-rr-chart-bullet:before {
    content: "\f39e"
}
.fi-rr-chart-candlestick:before {
    content: "\f39f"
}
.fi-rr-chart-connected:before {
    content: "\f3a0"
}
.fi-rr-chart-gantt:before {
    content: "\f3a1"
}
.fi-rr-chart-histogram:before {
    content: "\f3a2"
}
.fi-rr-chart-kanban:before {
    content: "\f3a3"
}
.fi-rr-chart-line-up-down:before {
    content: "\f3a4"
}
.fi-rr-chart-line-up:before {
    content: "\f3a5"
}
.fi-rr-chart-mixed-up-circle-currency:before {
    content: "\f3a6"
}
.fi-rr-chart-mixed-up-circle-dollar:before {
    content: "\f3a7"
}
.fi-rr-chart-mixed:before {
    content: "\f3a8"
}
.fi-rr-chart-network:before {
    content: "\f3a9"
}
.fi-rr-chart-pie-alt:before {
    content: "\f3aa"
}
.fi-rr-chart-pie-simple-circle-currency:before {
    content: "\f3ab"
}
.fi-rr-chart-pie-simple-circle-dollar:before {
    content: "\f3ac"
}
.fi-rr-chart-pie:before {
    content: "\f3ad"
}
.fi-rr-chart-pyramid:before {
    content: "\f3ae"
}
.fi-rr-chart-radar:before {
    content: "\f3af"
}
.fi-rr-chart-scatter-3d:before {
    content: "\f3b0"
}
.fi-rr-chart-scatter-bubble:before {
    content: "\f3b1"
}
.fi-rr-chart-scatter:before {
    content: "\f3b2"
}
.fi-rr-chart-set-theory:before {
    content: "\f3b3"
}
.fi-rr-chart-simple-horizontal:before {
    content: "\f3b4"
}
.fi-rr-chart-simple:before {
    content: "\f3b5"
}
.fi-rr-chart-tree-map:before {
    content: "\f3b6"
}
.fi-rr-chart-tree:before {
    content: "\f3b7"
}
.fi-rr-chart-user:before {
    content: "\f3b8"
}
.fi-rr-chart-waterfall:before {
    content: "\f3b9"
}
.fi-rr-chat-arrow-down:before {
    content: "\f3ba"
}
.fi-rr-chat-arrow-grow:before {
    content: "\f3bb"
}
.fi-rr-chat-bubble-call:before {
    content: "\f3bc"
}
.fi-rr-chatbot-speech-bubble:before {
    content: "\f3bd"
}
.fi-rr-chatbot:before {
    content: "\f3be"
}
.fi-rr-cheap-bill:before {
    content: "\f3bf"
}
.fi-rr-cheap-dollar:before {
    content: "\f3c0"
}
.fi-rr-cheap-stack-dollar:before {
    content: "\f3c1"
}
.fi-rr-cheap-stack:before {
    content: "\f3c2"
}
.fi-rr-cheap:before {
    content: "\f3c3"
}
.fi-rr-check-circle:before {
    content: "\f3c4"
}
.fi-rr-check-double:before {
    content: "\f3c5"
}
.fi-rr-check-in-calendar:before {
    content: "\f3c6"
}
.fi-rr-check-out-calendar:before {
    content: "\f3c7"
}
.fi-rr-check:before {
    content: "\f3c8"
}
.fi-rr-checkbox:before {
    content: "\f3c9"
}
.fi-rr-checklist-task-budget:before {
    content: "\f3ca"
}
.fi-rr-cheese-alt:before {
    content: "\f3cb"
}
.fi-rr-cheese:before {
    content: "\f3cc"
}
.fi-rr-cheeseburger:before {
    content: "\f3cd"
}
.fi-rr-cherry:before {
    content: "\f3ce"
}
.fi-rr-chess-bishop:before {
    content: "\f3cf"
}
.fi-rr-chess-board:before {
    content: "\f3d0"
}
.fi-rr-chess-clock-alt:before {
    content: "\f3d1"
}
.fi-rr-chess-clock:before {
    content: "\f3d2"
}
.fi-rr-chess-king-alt:before {
    content: "\f3d3"
}
.fi-rr-chess-king:before {
    content: "\f3d4"
}
.fi-rr-chess-knight-alt:before {
    content: "\f3d5"
}
.fi-rr-chess-knight:before {
    content: "\f3d6"
}
.fi-rr-chess-pawn-alt:before {
    content: "\f3d7"
}
.fi-rr-chess-piece:before {
    content: "\f3d8"
}
.fi-rr-chess-queen-alt:before {
    content: "\f3d9"
}
.fi-rr-chess-queen:before {
    content: "\f3da"
}
.fi-rr-chess-rook-alt:before {
    content: "\f3db"
}
.fi-rr-chess-rook:before {
    content: "\f3dc"
}
.fi-rr-chess:before {
    content: "\f3dd"
}
.fi-rr-chevron-double-down:before {
    content: "\f3de"
}
.fi-rr-chevron-double-up:before {
    content: "\f3df"
}
.fi-rr-child-head:before {
    content: "\f3e0"
}
.fi-rr-child:before {
    content: "\f3e1"
}
.fi-rr-chimney:before {
    content: "\f3e2"
}
.fi-rr-chip:before {
    content: "\f3e3"
}
.fi-rr-chocolate:before {
    content: "\f3e4"
}
.fi-rr-choir-singing:before {
    content: "\f3e5"
}
.fi-rr-choose-alt:before {
    content: "\f3e6"
}
.fi-rr-choose:before {
    content: "\f3e7"
}
.fi-rr-church:before {
    content: "\f3e8"
}
.fi-rr-circle-0:before {
    content: "\f3e9"
}
.fi-rr-circle-1:before {
    content: "\f3ea"
}
.fi-rr-circle-2:before {
    content: "\f3eb"
}
.fi-rr-circle-3:before {
    content: "\f3ec"
}
.fi-rr-circle-4:before {
    content: "\f3ed"
}
.fi-rr-circle-5:before {
    content: "\f3ee"
}
.fi-rr-circle-6:before {
    content: "\f3ef"
}
.fi-rr-circle-7:before {
    content: "\f3f0"
}
.fi-rr-circle-8:before {
    content: "\f3f1"
}
.fi-rr-circle-9:before {
    content: "\f3f2"
}
.fi-rr-circle-a:before {
    content: "\f3f3"
}
.fi-rr-circle-b:before {
    content: "\f3f4"
}
.fi-rr-circle-bolt:before {
    content: "\f3f5"
}
.fi-rr-circle-book-open:before {
    content: "\f3f6"
}
.fi-rr-circle-bookmark:before {
    content: "\f3f7"
}
.fi-rr-circle-c:before {
    content: "\f3f8"
}
.fi-rr-circle-calendar:before {
    content: "\f3f9"
}
.fi-rr-circle-camera:before {
    content: "\f3fa"
}
.fi-rr-circle-d:before {
    content: "\f3fb"
}
.fi-rr-circle-dashed:before {
    content: "\f3fc"
}
.fi-rr-circle-divide:before {
    content: "\f3fd"
}
.fi-rr-circle-e:before {
    content: "\f3fe"
}
.fi-rr-circle-ellipsis-vertical:before {
    content: "\f3ff"
}
.fi-rr-circle-ellipsis:before {
    content: "\f400"
}
.fi-rr-circle-envelope:before {
    content: "\f401"
}
.fi-rr-circle-exclamation-check:before {
    content: "\f402"
}
.fi-rr-circle-f:before {
    content: "\f403"
}
.fi-rr-circle-g:before {
    content: "\f404"
}
.fi-rr-circle-h:before {
    content: "\f405"
}
.fi-rr-circle-half-stroke:before {
    content: "\f406"
}
.fi-rr-circle-half:before {
    content: "\f407"
}
.fi-rr-circle-heart:before {
    content: "\f408"
}
.fi-rr-circle-i:before {
    content: "\f409"
}
.fi-rr-circle-j:before {
    content: "\f40a"
}
.fi-rr-circle-k:before {
    content: "\f40b"
}
.fi-rr-circle-l:before {
    content: "\f40c"
}
.fi-rr-circle-m:before {
    content: "\f40d"
}
.fi-rr-circle-microphone-lines:before {
    content: "\f40e"
}
.fi-rr-circle-microphone:before {
    content: "\f40f"
}
.fi-rr-circle-n:before {
    content: "\f410"
}
.fi-rr-circle-nodes:before {
    content: "\f411"
}
.fi-rr-circle-o:before {
    content: "\f412"
}
.fi-rr-circle-overlap:before {
    content: "\f413"
}
.fi-rr-circle-p:before {
    content: "\f414"
}
.fi-rr-circle-phone-flip:before {
    content: "\f415"
}
.fi-rr-circle-phone-hangup:before {
    content: "\f416"
}
.fi-rr-circle-phone:before {
    content: "\f417"
}
.fi-rr-circle-q:before {
    content: "\f418"
}
.fi-rr-circle-quarter:before {
    content: "\f419"
}
.fi-rr-circle-quarters-alt:before {
    content: "\f41a"
}
.fi-rr-circle-r:before {
    content: "\f41b"
}
.fi-rr-circle-s:before {
    content: "\f41c"
}
.fi-rr-circle-small:before {
    content: "\f41d"
}
.fi-rr-circle-star:before {
    content: "\f41e"
}
.fi-rr-circle-t:before {
    content: "\f41f"
}
.fi-rr-circle-three-quarters:before {
    content: "\f420"
}
.fi-rr-circle-trash:before {
    content: "\f421"
}
.fi-rr-circle-u:before {
    content: "\f422"
}
.fi-rr-circle-user:before {
    content: "\f423"
}
.fi-rr-circle-v:before {
    content: "\f424"
}
.fi-rr-circle-video:before {
    content: "\f425"
}
.fi-rr-circle-w:before {
    content: "\f426"
}
.fi-rr-circle-waveform-lines:before {
    content: "\f427"
}
.fi-rr-circle-x:before {
    content: "\f428"
}
.fi-rr-circle-xmark:before {
    content: "\f429"
}
.fi-rr-circle-y:before {
    content: "\f42a"
}
.fi-rr-circle-z:before {
    content: "\f42b"
}
.fi-rr-circle:before {
    content: "\f42c"
}
.fi-rr-citrus-slice:before {
    content: "\f42d"
}
.fi-rr-citrus:before {
    content: "\f42e"
}
.fi-rr-city:before {
    content: "\f42f"
}
.fi-rr-clapperboard-play:before {
    content: "\f430"
}
.fi-rr-clapperboard:before {
    content: "\f431"
}
.fi-rr-clarinet:before {
    content: "\f432"
}
.fi-rr-claw-marks:before {
    content: "\f433"
}
.fi-rr-clear-alt:before {
    content: "\f434"
}
.fi-rr-clip-file:before {
    content: "\f435"
}
.fi-rr-clip-mail:before {
    content: "\f436"
}
.fi-rr-clip:before {
    content: "\f437"
}
.fi-rr-clipboard-check:before {
    content: "\f438"
}
.fi-rr-clipboard-exclamation:before {
    content: "\f439"
}
.fi-rr-clipboard-list-check:before {
    content: "\f43a"
}
.fi-rr-clipboard-list:before {
    content: "\f43b"
}
.fi-rr-clipboard-prescription:before {
    content: "\f43c"
}
.fi-rr-clipboard-question:before {
    content: "\f43d"
}
.fi-rr-clipboard-user:before {
    content: "\f43e"
}
.fi-rr-clipboard:before {
    content: "\f43f"
}
.fi-rr-clipoard-wrong:before {
    content: "\f440"
}
.fi-rr-clock-desk:before {
    content: "\f441"
}
.fi-rr-clock-eight-thirty:before {
    content: "\f442"
}
.fi-rr-clock-eleven-thirty:before {
    content: "\f443"
}
.fi-rr-clock-eleven:before {
    content: "\f444"
}
.fi-rr-clock-five-thirty:before {
    content: "\f445"
}
.fi-rr-clock-five:before {
    content: "\f446"
}
.fi-rr-clock-four-thirty:before {
    content: "\f447"
}
.fi-rr-clock-nine-thirty:before {
    content: "\f448"
}
.fi-rr-clock-nine:before {
    content: "\f449"
}
.fi-rr-clock-one-thirty:before {
    content: "\f44a"
}
.fi-rr-clock-one:before {
    content: "\f44b"
}
.fi-rr-clock-seven-thirty:before {
    content: "\f44c"
}
.fi-rr-clock-seven:before {
    content: "\f44d"
}
.fi-rr-clock-six-thirty:before {
    content: "\f44e"
}
.fi-rr-clock-six:before {
    content: "\f44f"
}
.fi-rr-clock-ten-thirty:before {
    content: "\f450"
}
.fi-rr-clock-ten:before {
    content: "\f451"
}
.fi-rr-clock-three-thirty:before {
    content: "\f452"
}
.fi-rr-clock-three:before {
    content: "\f453"
}
.fi-rr-clock-time-tracking:before {
    content: "\f454"
}
.fi-rr-clock-twelve-thirty:before {
    content: "\f455"
}
.fi-rr-clock-twelve:before {
    content: "\f456"
}
.fi-rr-clock-two-thirty:before {
    content: "\f457"
}
.fi-rr-clock-two:before {
    content: "\f458"
}
.fi-rr-clock-up-arrow:before {
    content: "\f459"
}
.fi-rr-clock:before {
    content: "\f45a"
}
.fi-rr-clone:before {
    content: "\f45b"
}
.fi-rr-closed-captioning-slash:before {
    content: "\f45c"
}
.fi-rr-clothes-hanger:before {
    content: "\f45d"
}
.fi-rr-cloud-back-up-alt:before {
    content: "\f45e"
}
.fi-rr-cloud-back-up:before {
    content: "\f45f"
}
.fi-rr-cloud-check:before {
    content: "\f460"
}
.fi-rr-cloud-code:before {
    content: "\f461"
}
.fi-rr-cloud-disabled:before {
    content: "\f462"
}
.fi-rr-cloud-download-alt:before {
    content: "\f463"
}
.fi-rr-cloud-download:before {
    content: "\f464"
}
.fi-rr-cloud-drizzle:before {
    content: "\f465"
}
.fi-rr-cloud-exclamation:before {
    content: "\f466"
}
.fi-rr-cloud-gear-automation:before {
    content: "\f467"
}
.fi-rr-cloud-hail-mixed:before {
    content: "\f468"
}
.fi-rr-cloud-hail:before {
    content: "\f469"
}
.fi-rr-cloud-meatball:before {
    content: "\f46a"
}
.fi-rr-cloud-moon-rain:before {
    content: "\f46b"
}
.fi-rr-cloud-moon:before {
    content: "\f46c"
}
.fi-rr-cloud-question:before {
    content: "\f46d"
}
.fi-rr-cloud-rain:before {
    content: "\f46e"
}
.fi-rr-cloud-rainbow:before {
    content: "\f46f"
}
.fi-rr-cloud-share:before {
    content: "\f470"
}
.fi-rr-cloud-showers-heavy:before {
    content: "\f471"
}
.fi-rr-cloud-showers:before {
    content: "\f472"
}
.fi-rr-cloud-sleet:before {
    content: "\f473"
}
.fi-rr-cloud-snow:before {
    content: "\f474"
}
.fi-rr-cloud-sun-rain:before {
    content: "\f475"
}
.fi-rr-cloud-sun:before {
    content: "\f476"
}
.fi-rr-cloud-upload-alt:before {
    content: "\f477"
}
.fi-rr-cloud-upload:before {
    content: "\f478"
}
.fi-rr-cloud:before {
    content: "\f479"
}
.fi-rr-clouds-moon:before {
    content: "\f47a"
}
.fi-rr-clouds-sun:before {
    content: "\f47b"
}
.fi-rr-clouds:before {
    content: "\f47c"
}
.fi-rr-clover-alt:before {
    content: "\f47d"
}
.fi-rr-club:before {
    content: "\f47e"
}
.fi-rr-cocktail-alt:before {
    content: "\f47f"
}
.fi-rr-cocktail:before {
    content: "\f480"
}
.fi-rr-coconut:before {
    content: "\f481"
}
.fi-rr-code-branch:before {
    content: "\f482"
}
.fi-rr-code-commit:before {
    content: "\f483"
}
.fi-rr-code-compare:before {
    content: "\f484"
}
.fi-rr-code-fork:before {
    content: "\f485"
}
.fi-rr-code-merge:before {
    content: "\f486"
}
.fi-rr-code-pull-request-closed:before {
    content: "\f487"
}
.fi-rr-code-pull-request-draft:before {
    content: "\f488"
}
.fi-rr-code-pull-request:before {
    content: "\f489"
}
.fi-rr-code-simple:before {
    content: "\f48a"
}
.fi-rr-coffee-bean:before {
    content: "\f48b"
}
.fi-rr-coffee-beans:before {
    content: "\f48c"
}
.fi-rr-coffee-heart:before {
    content: "\f48d"
}
.fi-rr-coffee-pot:before {
    content: "\f48e"
}
.fi-rr-coffee:before {
    content: "\f48f"
}
.fi-rr-coffin-cross:before {
    content: "\f490"
}
.fi-rr-coffin:before {
    content: "\f491"
}
.fi-rr-coin-up-arrow:before {
    content: "\f492"
}
.fi-rr-coin:before {
    content: "\f493"
}
.fi-rr-coins:before {
    content: "\f494"
}
.fi-rr-colon-sign:before {
    content: "\f495"
}
.fi-rr-columns-3:before {
    content: "\f496"
}
.fi-rr-comet:before {
    content: "\f497"
}
.fi-rr-command:before {
    content: "\f498"
}
.fi-rr-comment-alt-check:before {
    content: "\f499"
}
.fi-rr-comment-alt-dots:before {
    content: "\f49a"
}
.fi-rr-comment-alt-edit:before {
    content: "\f49b"
}
.fi-rr-comment-alt-medical:before {
    content: "\f49c"
}
.fi-rr-comment-alt-middle-top:before {
    content: "\f49d"
}
.fi-rr-comment-alt-middle:before {
    content: "\f49e"
}
.fi-rr-comment-alt-minus:before {
    content: "\f49f"
}
.fi-rr-comment-alt-music:before {
    content: "\f4a0"
}
.fi-rr-comment-alt:before {
    content: "\f4a1"
}
.fi-rr-comment-arrow-down:before {
    content: "\f4a2"
}
.fi-rr-comment-arrow-up-right:before {
    content: "\f4a3"
}
.fi-rr-comment-arrow-up:before {
    content: "\f4a4"
}
.fi-rr-comment-check:before {
    content: "\f4a5"
}
.fi-rr-comment-code:before {
    content: "\f4a6"
}
.fi-rr-comment-dollar:before {
    content: "\f4a7"
}
.fi-rr-comment-dots:before {
    content: "\f4a8"
}
.fi-rr-comment-exclamation:before {
    content: "\f4a9"
}
.fi-rr-comment-heart:before {
    content: "\f4aa"
}
.fi-rr-comment-image:before {
    content: "\f4ab"
}
.fi-rr-comment-info:before {
    content: "\f4ac"
}
.fi-rr-comment-medical:before {
    content: "\f4ad"
}
.fi-rr-comment-minus:before {
    content: "\f4ae"
}
.fi-rr-comment-pen:before {
    content: "\f4af"
}
.fi-rr-comment-question:before {
    content: "\f4b0"
}
.fi-rr-comment-quote:before {
    content: "\f4b1"
}
.fi-rr-comment-slash:before {
    content: "\f4b2"
}
.fi-rr-comment-smile:before {
    content: "\f4b3"
}
.fi-rr-comment-sms:before {
    content: "\f4b4"
}
.fi-rr-comment-text:before {
    content: "\f4b5"
}
.fi-rr-comment-user:before {
    content: "\f4b6"
}
.fi-rr-comment-xmark:before {
    content: "\f4b7"
}
.fi-rr-comment:before {
    content: "\f4b8"
}
.fi-rr-comments-dollar:before {
    content: "\f4b9"
}
.fi-rr-comments-question-check:before {
    content: "\f4ba"
}
.fi-rr-comments-question:before {
    content: "\f4bb"
}
.fi-rr-comments:before {
    content: "\f4bc"
}
.fi-rr-compass-alt:before {
    content: "\f4bd"
}
.fi-rr-compass-east:before {
    content: "\f4be"
}
.fi-rr-compass-north:before {
    content: "\f4bf"
}
.fi-rr-compass-slash:before {
    content: "\f4c0"
}
.fi-rr-compass-south:before {
    content: "\f4c1"
}
.fi-rr-compass-west:before {
    content: "\f4c2"
}
.fi-rr-completed:before {
    content: "\f4c3"
}
.fi-rr-compliance-clipboard:before {
    content: "\f4c4"
}
.fi-rr-compliance-document:before {
    content: "\f4c5"
}
.fi-rr-compliance:before {
    content: "\f4c6"
}
.fi-rr-compress-alt:before {
    content: "\f4c7"
}
.fi-rr-compress:before {
    content: "\f4c8"
}
.fi-rr-computer-classic:before {
    content: "\f4c9"
}
.fi-rr-computer-mouse:before {
    content: "\f4ca"
}
.fi-rr-computer-speaker:before {
    content: "\f4cb"
}
.fi-rr-computer:before {
    content: "\f4cc"
}
.fi-rr-concierge-bell:before {
    content: "\f4cd"
}
.fi-rr-condition-alt:before {
    content: "\f4ce"
}
.fi-rr-condition:before {
    content: "\f4cf"
}
.fi-rr-confetti:before {
    content: "\f4d0"
}
.fi-rr-constellation:before {
    content: "\f4d1"
}
.fi-rr-container-storage:before {
    content: "\f4d2"
}
.fi-rr-convert-document:before {
    content: "\f4d3"
}
.fi-rr-convert-shapes:before {
    content: "\f4d4"
}
.fi-rr-conveyor-belt-alt:before {
    content: "\f4d5"
}
.fi-rr-conveyor-belt-arm:before {
    content: "\f4d6"
}
.fi-rr-conveyor-belt-empty:before {
    content: "\f4d7"
}
.fi-rr-conveyor-belt:before {
    content: "\f4d8"
}
.fi-rr-cookie-alt:before {
    content: "\f4d9"
}
.fi-rr-cookie:before {
    content: "\f4da"
}
.fi-rr-copy-alt:before {
    content: "\f4db"
}
.fi-rr-copy-image:before {
    content: "\f4dc"
}
.fi-rr-copy:before {
    content: "\f4dd"
}
.fi-rr-copyright:before {
    content: "\f4de"
}
.fi-rr-corn:before {
    content: "\f4df"
}
.fi-rr-corporate-alt:before {
    content: "\f4e0"
}
.fi-rr-corporate:before {
    content: "\f4e1"
}
.fi-rr-couch:before {
    content: "\f4e2"
}
.fi-rr-court-sport:before {
    content: "\f4e3"
}
.fi-rr-cow-alt:before {
    content: "\f4e4"
}
.fi-rr-cow:before {
    content: "\f4e5"
}
.fi-rr-cowbell-circle-plus:before {
    content: "\f4e6"
}
.fi-rr-cowbell-more:before {
    content: "\f4e7"
}
.fi-rr-cowbell:before {
    content: "\f4e8"
}
.fi-rr-crab:before {
    content: "\f4e9"
}
.fi-rr-crate-empty:before {
    content: "\f4ea"
}
.fi-rr-cream:before {
    content: "\f4eb"
}
.fi-rr-credit-card-buyer:before {
    content: "\f4ec"
}
.fi-rr-credit-card-eye:before {
    content: "\f4ed"
}
.fi-rr-credit-card:before {
    content: "\f4ee"
}
.fi-rr-cricket:before {
    content: "\f4ef"
}
.fi-rr-crm-alt:before {
    content: "\f4f0"
}
.fi-rr-crm-computer:before {
    content: "\f4f1"
}
.fi-rr-CRM:before {
    content: "\f4f2"
}
.fi-rr-croissant:before {
    content: "\f4f3"
}
.fi-rr-cross-circle:before {
    content: "\f4f4"
}
.fi-rr-cross-religion:before {
    content: "\f4f5"
}
.fi-rr-cross-small:before {
    content: "\f4f6"
}
.fi-rr-cross:before {
    content: "\f4f7"
}
.fi-rr-crow:before {
    content: "\f4f8"
}
.fi-rr-crown:before {
    content: "\f4f9"
}
.fi-rr-crutch:before {
    content: "\f4fa"
}
.fi-rr-crutches:before {
    content: "\f4fb"
}
.fi-rr-cruzeiro-sign:before {
    content: "\f4fc"
}
.fi-rr-crypto-calendar:before {
    content: "\f4fd"
}
.fi-rr-cryptocurrency:before {
    content: "\f4fe"
}
.fi-rr-crystal-ball:before {
    content: "\f4ff"
}
.fi-rr-cube:before {
    content: "\f500"
}
.fi-rr-cubes-stacked:before {
    content: "\f501"
}
.fi-rr-cubes:before {
    content: "\f502"
}
.fi-rr-cucumber:before {
    content: "\f503"
}
.fi-rr-cup-straw-swoosh:before {
    content: "\f504"
}
.fi-rr-cup-straw:before {
    content: "\f505"
}
.fi-rr-cup-togo:before {
    content: "\f506"
}
.fi-rr-cupcake-alt:before {
    content: "\f507"
}
.fi-rr-cupcake:before {
    content: "\f508"
}
.fi-rr-curling:before {
    content: "\f509"
}
.fi-rr-cursor-finger:before {
    content: "\f50a"
}
.fi-rr-cursor-plus:before {
    content: "\f50b"
}
.fi-rr-cursor-text-alt:before {
    content: "\f50c"
}
.fi-rr-cursor-text:before {
    content: "\f50d"
}
.fi-rr-cursor:before {
    content: "\f50e"
}
.fi-rr-curve-alt:before {
    content: "\f50f"
}
.fi-rr-curve-arrow:before {
    content: "\f510"
}
.fi-rr-curve:before {
    content: "\f511"
}
.fi-rr-custard:before {
    content: "\f512"
}
.fi-rr-customer-care:before {
    content: "\f513"
}
.fi-rr-customer-service:before {
    content: "\f514"
}
.fi-rr-customization-cogwheel:before {
    content: "\f515"
}
.fi-rr-customization:before {
    content: "\f516"
}
.fi-rr-customize-computer:before {
    content: "\f517"
}
.fi-rr-customize-edit:before {
    content: "\f518"
}
.fi-rr-customize:before {
    content: "\f519"
}
.fi-rr-CV:before {
    content: "\f51a"
}
.fi-rr-cvv-card:before {
    content: "\f51b"
}
.fi-rr-d:before {
    content: "\f51c"
}
.fi-rr-dagger:before {
    content: "\f51d"
}
.fi-rr-daily-calendar:before {
    content: "\f51e"
}
.fi-rr-damage:before {
    content: "\f51f"
}
.fi-rr-dart:before {
    content: "\f520"
}
.fi-rr-dashboard-monitor:before {
    content: "\f521"
}
.fi-rr-dashboard-panel:before {
    content: "\f522"
}
.fi-rr-dashboard:before {
    content: "\f523"
}
.fi-rr-data-transfer:before {
    content: "\f524"
}
.fi-rr-database:before {
    content: "\f525"
}
.fi-rr-debt:before {
    content: "\f526"
}
.fi-rr-deer-rudolph:before {
    content: "\f527"
}
.fi-rr-deer:before {
    content: "\f528"
}
.fi-rr-delete-document:before {
    content: "\f529"
}
.fi-rr-delete-right:before {
    content: "\f52a"
}
.fi-rr-delete-user:before {
    content: "\f52b"
}
.fi-rr-delete:before {
    content: "\f52c"
}
.fi-rr-democrat:before {
    content: "\f52d"
}
.fi-rr-department-structure:before {
    content: "\f52e"
}
.fi-rr-department:before {
    content: "\f52f"
}
.fi-rr-deposit-alt:before {
    content: "\f530"
}
.fi-rr-deposit:before {
    content: "\f531"
}
.fi-rr-description-alt:before {
    content: "\f532"
}
.fi-rr-description:before {
    content: "\f533"
}
.fi-rr-desk:before {
    content: "\f534"
}
.fi-rr-desktop-arrow-down:before {
    content: "\f535"
}
.fi-rr-desktop-wallpaper:before {
    content: "\f536"
}
.fi-rr-devices:before {
    content: "\f537"
}
.fi-rr-dewpoint:before {
    content: "\f538"
}
.fi-rr-dharmachakra:before {
    content: "\f539"
}
.fi-rr-diagram-cells:before {
    content: "\f53a"
}
.fi-rr-diagram-lean-canvas:before {
    content: "\f53b"
}
.fi-rr-diagram-nested:before {
    content: "\f53c"
}
.fi-rr-diagram-next:before {
    content: "\f53d"
}
.fi-rr-diagram-predecessor:before {
    content: "\f53e"
}
.fi-rr-diagram-previous:before {
    content: "\f53f"
}
.fi-rr-diagram-project:before {
    content: "\f540"
}
.fi-rr-diagram-sankey:before {
    content: "\f541"
}
.fi-rr-diagram-subtask:before {
    content: "\f542"
}
.fi-rr-diagram-successor:before {
    content: "\f543"
}
.fi-rr-diagram-venn:before {
    content: "\f544"
}
.fi-rr-dial-high:before {
    content: "\f545"
}
.fi-rr-dial-low:before {
    content: "\f546"
}
.fi-rr-dial-max:before {
    content: "\f547"
}
.fi-rr-dial-med-low:before {
    content: "\f548"
}
.fi-rr-dial-med:before {
    content: "\f549"
}
.fi-rr-dial-min:before {
    content: "\f54a"
}
.fi-rr-dial-off:before {
    content: "\f54b"
}
.fi-rr-dial:before {
    content: "\f54c"
}
.fi-rr-diamond-exclamation:before {
    content: "\f54d"
}
.fi-rr-diamond-turn-right:before {
    content: "\f54e"
}
.fi-rr-diamond:before {
    content: "\f54f"
}
.fi-rr-diary-bookmark-down:before {
    content: "\f550"
}
.fi-rr-diary-bookmarks:before {
    content: "\f551"
}
.fi-rr-diary-clasp:before {
    content: "\f552"
}
.fi-rr-dice-alt:before {
    content: "\f553"
}
.fi-rr-dice-d10:before {
    content: "\f554"
}
.fi-rr-dice-d12:before {
    content: "\f555"
}
.fi-rr-dice-d20:before {
    content: "\f556"
}
.fi-rr-dice-d4:before {
    content: "\f557"
}
.fi-rr-dice-d6:before {
    content: "\f558"
}
.fi-rr-dice-d8:before {
    content: "\f559"
}
.fi-rr-dice-four:before {
    content: "\f55a"
}
.fi-rr-dice-one:before {
    content: "\f55b"
}
.fi-rr-dice-six:before {
    content: "\f55c"
}
.fi-rr-dice-three:before {
    content: "\f55d"
}
.fi-rr-dice-two:before {
    content: "\f55e"
}
.fi-rr-dice:before {
    content: "\f55f"
}
.fi-rr-digging:before {
    content: "\f560"
}
.fi-rr-digital-tachograph:before {
    content: "\f561"
}
.fi-rr-dinner:before {
    content: "\f562"
}
.fi-rr-diploma:before {
    content: "\f563"
}
.fi-rr-direction-signal-arrow:before {
    content: "\f564"
}
.fi-rr-direction-signal:before {
    content: "\f565"
}
.fi-rr-disc-drive:before {
    content: "\f566"
}
.fi-rr-disco-ball:before {
    content: "\f567"
}
.fi-rr-discover:before {
    content: "\f568"
}
.fi-rr-disease:before {
    content: "\f569"
}
.fi-rr-disk:before {
    content: "\f56a"
}
.fi-rr-display-arrow-down:before {
    content: "\f56b"
}
.fi-rr-display-chart-up:before {
    content: "\f56c"
}
.fi-rr-display-code:before {
    content: "\f56d"
}
.fi-rr-display-medical:before {
    content: "\f56e"
}
.fi-rr-display-slash:before {
    content: "\f56f"
}
.fi-rr-distribute-spacing-horizontal:before {
    content: "\f570"
}
.fi-rr-distribute-spacing-vertical:before {
    content: "\f571"
}
.fi-rr-divide:before {
    content: "\f572"
}
.fi-rr-dizzy:before {
    content: "\f573"
}
.fi-rr-dna:before {
    content: "\f574"
}
.fi-rr-do-not-enter:before {
    content: "\f575"
}
.fi-rr-doctor:before {
    content: "\f576"
}
.fi-rr-document-circle-wrong:before {
    content: "\f577"
}
.fi-rr-document-paid:before {
    content: "\f578"
}
.fi-rr-document-signed:before {
    content: "\f579"
}
.fi-rr-document:before {
    content: "\f57a"
}
.fi-rr-dog-leashed:before {
    content: "\f57b"
}
.fi-rr-dog:before {
    content: "\f57c"
}
.fi-rr-dollar:before {
    content: "\f57d"
}
.fi-rr-dolly-flatbed-alt:before {
    content: "\f57e"
}
.fi-rr-dolly-flatbed-empty:before {
    content: "\f57f"
}
.fi-rr-dolly-flatbed:before {
    content: "\f580"
}
.fi-rr-dolphin:before {
    content: "\f581"
}
.fi-rr-domino-effect:before {
    content: "\f582"
}
.fi-rr-donate:before {
    content: "\f583"
}
.fi-rr-dong-sign:before {
    content: "\f584"
}
.fi-rr-donut:before {
    content: "\f585"
}
.fi-rr-door-closed:before {
    content: "\f586"
}
.fi-rr-door-open:before {
    content: "\f587"
}
.fi-rr-dot-circle:before {
    content: "\f588"
}
.fi-rr-dot-pending:before {
    content: "\f589"
}
.fi-rr-dove:before {
    content: "\f58a"
}
.fi-rr-down-from-bracket:before {
    content: "\f58b"
}
.fi-rr-down-left-and-up-right-to-center:before {
    content: "\f58c"
}
.fi-rr-down-left:before {
    content: "\f58d"
}
.fi-rr-down-right:before {
    content: "\f58e"
}
.fi-rr-down-to-line:before {
    content: "\f58f"
}
.fi-rr-down:before {
    content: "\f590"
}
.fi-rr-download:before {
    content: "\f591"
}
.fi-rr-drafting-compass:before {
    content: "\f592"
}
.fi-rr-dragon:before {
    content: "\f593"
}
.fi-rr-draw-polygon:before {
    content: "\f594"
}
.fi-rr-draw-square:before {
    content: "\f595"
}
.fi-rr-drawer-alt:before {
    content: "\f596"
}
.fi-rr-drawer-empty:before {
    content: "\f597"
}
.fi-rr-drawer:before {
    content: "\f598"
}
.fi-rr-dreidel:before {
    content: "\f599"
}
.fi-rr-drink-alt:before {
    content: "\f59a"
}
.fi-rr-driver-man:before {
    content: "\f59b"
}
.fi-rr-driver-woman:before {
    content: "\f59c"
}
.fi-rr-drone-alt:before {
    content: "\f59d"
}
.fi-rr-drone-front:before {
    content: "\f59e"
}
.fi-rr-drone:before {
    content: "\f59f"
}
.fi-rr-drop-down:before {
    content: "\f5a0"
}
.fi-rr-dropdown-select:before {
    content: "\f5a1"
}
.fi-rr-dropdown:before {
    content: "\f5a2"
}
.fi-rr-drum-steelpan:before {
    content: "\f5a3"
}
.fi-rr-drum:before {
    content: "\f5a4"
}
.fi-rr-drumstick-bite:before {
    content: "\f5a5"
}
.fi-rr-drumstick:before {
    content: "\f5a6"
}
.fi-rr-dryer-alt:before {
    content: "\f5a7"
}
.fi-rr-dryer:before {
    content: "\f5a8"
}
.fi-rr-duck:before {
    content: "\f5a9"
}
.fi-rr-dumbbell-fitness:before {
    content: "\f5aa"
}
.fi-rr-dumbbell-horizontal:before {
    content: "\f5ab"
}
.fi-rr-dumbbell-ray:before {
    content: "\f5ac"
}
.fi-rr-dumbbell-weightlifting:before {
    content: "\f5ad"
}
.fi-rr-dumpster-fire:before {
    content: "\f5ae"
}
.fi-rr-dumpster:before {
    content: "\f5af"
}
.fi-rr-dungeon:before {
    content: "\f5b0"
}
.fi-rr-duplicate:before {
    content: "\f5b1"
}
.fi-rr-duration-alt:before {
    content: "\f5b2"
}
.fi-rr-duration:before {
    content: "\f5b3"
}
.fi-rr-e-learning:before {
    content: "\f5b4"
}
.fi-rr-e:before {
    content: "\f5b5"
}
.fi-rr-ear-deaf:before {
    content: "\f5b6"
}
.fi-rr-ear-muffs:before {
    content: "\f5b7"
}
.fi-rr-ear:before {
    content: "\f5b8"
}
.fi-rr-earnings:before {
    content: "\f5b9"
}
.fi-rr-earth-africa:before {
    content: "\f5ba"
}
.fi-rr-earth-americas:before {
    content: "\f5bb"
}
.fi-rr-earth-asia:before {
    content: "\f5bc"
}
.fi-rr-earth-europa:before {
    content: "\f5bd"
}
.fi-rr-eclipse-alt:before {
    content: "\f5be"
}
.fi-rr-eclipse:before {
    content: "\f5bf"
}
.fi-rr-edit-alt:before {
    content: "\f5c0"
}
.fi-rr-edit:before {
    content: "\f5c1"
}
.fi-rr-effect:before {
    content: "\f5c2"
}
.fi-rr-egg-fried:before {
    content: "\f5c3"
}
.fi-rr-egg:before {
    content: "\f5c4"
}
.fi-rr-eject:before {
    content: "\f5c5"
}
.fi-rr-elephant:before {
    content: "\f5c6"
}
.fi-rr-elevator:before {
    content: "\f5c7"
}
.fi-rr-email-pending:before {
    content: "\f5c8"
}
.fi-rr-employee-alt:before {
    content: "\f5c9"
}
.fi-rr-employee-handbook:before {
    content: "\f5ca"
}
.fi-rr-employee-man-alt:before {
    content: "\f5cb"
}
.fi-rr-employee-man:before {
    content: "\f5cc"
}
.fi-rr-employees-woman-man:before {
    content: "\f5cd"
}
.fi-rr-employees:before {
    content: "\f5ce"
}
.fi-rr-empty-set:before {
    content: "\f5cf"
}
.fi-rr-endless-loop:before {
    content: "\f5d0"
}
.fi-rr-engine-warning:before {
    content: "\f5d1"
}
.fi-rr-engine:before {
    content: "\f5d2"
}
.fi-rr-enter:before {
    content: "\f5d3"
}
.fi-rr-envelope-ban:before {
    content: "\f5d4"
}
.fi-rr-envelope-bulk:before {
    content: "\f5d5"
}
.fi-rr-envelope-dot:before {
    content: "\f5d6"
}
.fi-rr-envelope-download:before {
    content: "\f5d7"
}
.fi-rr-envelope-heart:before {
    content: "\f5d8"
}
.fi-rr-envelope-marker:before {
    content: "\f5d9"
}
.fi-rr-envelope-open-dollar:before {
    content: "\f5da"
}
.fi-rr-envelope-open-text:before {
    content: "\f5db"
}
.fi-rr-envelope-open:before {
    content: "\f5dc"
}
.fi-rr-envelope-plus:before {
    content: "\f5dd"
}
.fi-rr-envelope:before {
    content: "\f5de"
}
.fi-rr-envelopes:before {
    content: "\f5df"
}
.fi-rr-equality:before {
    content: "\f5e0"
}
.fi-rr-equals:before {
    content: "\f5e1"
}
.fi-rr-eraser:before {
    content: "\f5e2"
}
.fi-rr-error-camera:before {
    content: "\f5e3"
}
.fi-rr-escalator:before {
    content: "\f5e4"
}
.fi-rr-ethernet:before {
    content: "\f5e5"
}
.fi-rr-euro:before {
    content: "\f5e6"
}
.fi-rr-excavator:before {
    content: "\f5e7"
}
.fi-rr-exchange-alt:before {
    content: "\f5e8"
}
.fi-rr-exchange-cryptocurrency:before {
    content: "\f5e9"
}
.fi-rr-exchange:before {
    content: "\f5ea"
}
.fi-rr-exclamation:before {
    content: "\f5eb"
}
.fi-rr-exit-alt:before {
    content: "\f5ec"
}
.fi-rr-exit:before {
    content: "\f5ed"
}
.fi-rr-expand-arrows-alt:before {
    content: "\f5ee"
}
.fi-rr-expand-arrows:before {
    content: "\f5ef"
}
.fi-rr-expand:before {
    content: "\f5f0"
}
.fi-rr-expense-bill:before {
    content: "\f5f1"
}
.fi-rr-expense:before {
    content: "\f5f2"
}
.fi-rr-external-hard-drive:before {
    content: "\f5f3"
}
.fi-rr-external-world:before {
    content: "\f5f4"
}
.fi-rr-eye-crossed:before {
    content: "\f5f5"
}
.fi-rr-eye-dropper-half:before {
    content: "\f5f6"
}
.fi-rr-eye-dropper:before {
    content: "\f5f7"
}
.fi-rr-eye:before {
    content: "\f5f8"
}
.fi-rr-eyes:before {
    content: "\f5f9"
}
.fi-rr-f:before {
    content: "\f5fa"
}
.fi-rr-fabric:before {
    content: "\f5fb"
}
.fi-rr-face-angry-horns:before {
    content: "\f5fc"
}
.fi-rr-face-anguished:before {
    content: "\f5fd"
}
.fi-rr-face-anxious-sweat:before {
    content: "\f5fe"
}
.fi-rr-face-astonished:before {
    content: "\f5ff"
}
.fi-rr-face-awesome:before {
    content: "\f600"
}
.fi-rr-face-beam-hand-over-mouth:before {
    content: "\f601"
}
.fi-rr-face-confounded:before {
    content: "\f602"
}
.fi-rr-face-confused:before {
    content: "\f603"
}
.fi-rr-face-cowboy-hat:before {
    content: "\f604"
}
.fi-rr-face-disappointed:before {
    content: "\f605"
}
.fi-rr-face-disguise:before {
    content: "\f606"
}
.fi-rr-face-downcast-sweat:before {
    content: "\f607"
}
.fi-rr-face-drooling:before {
    content: "\f608"
}
.fi-rr-face-explode:before {
    content: "\f609"
}
.fi-rr-face-expressionless:before {
    content: "\f60a"
}
.fi-rr-face-eyes-xmarks:before {
    content: "\f60b"
}
.fi-rr-face-fearful:before {
    content: "\f60c"
}
.fi-rr-face-glasses:before {
    content: "\f60d"
}
.fi-rr-face-grin-tongue-wink:before {
    content: "\f60e"
}
.fi-rr-face-hand-yawn:before {
    content: "\f60f"
}
.fi-rr-face-head-bandage:before {
    content: "\f610"
}
.fi-rr-face-hushed:before {
    content: "\f611"
}
.fi-rr-face-icicles:before {
    content: "\f612"
}
.fi-rr-face-lying:before {
    content: "\f613"
}
.fi-rr-face-mask:before {
    content: "\f614"
}
.fi-rr-face-monocle:before {
    content: "\f615"
}
.fi-rr-face-nauseated:before {
    content: "\f616"
}
.fi-rr-face-nose-steam:before {
    content: "\f617"
}
.fi-rr-face-party:before {
    content: "\f618"
}
.fi-rr-face-pensive:before {
    content: "\f619"
}
.fi-rr-face-persevering:before {
    content: "\f61a"
}
.fi-rr-face-pleading:before {
    content: "\f61b"
}
.fi-rr-face-raised-eyebrow:before {
    content: "\f61c"
}
.fi-rr-face-relieved:before {
    content: "\f61d"
}
.fi-rr-face-sad-sweat:before {
    content: "\f61e"
}
.fi-rr-face-scream:before {
    content: "\f61f"
}
.fi-rr-face-shush:before {
    content: "\f620"
}
.fi-rr-face-sleeping:before {
    content: "\f621"
}
.fi-rr-face-sleepy:before {
    content: "\f622"
}
.fi-rr-face-smile-halo:before {
    content: "\f623"
}
.fi-rr-face-smile-hearts:before {
    content: "\f624"
}
.fi-rr-face-smile-horns:before {
    content: "\f625"
}
.fi-rr-face-smile-tear:before {
    content: "\f626"
}
.fi-rr-face-smile-tongue:before {
    content: "\f627"
}
.fi-rr-face-smile-upside-down:before {
    content: "\f628"
}
.fi-rr-face-smiling-hands:before {
    content: "\f629"
}
.fi-rr-face-smirking:before {
    content: "\f62a"
}
.fi-rr-face-sunglasses-alt:before {
    content: "\f62b"
}
.fi-rr-face-sunglasses:before {
    content: "\f62c"
}
.fi-rr-face-swear:before {
    content: "\f62d"
}
.fi-rr-face-thermometer:before {
    content: "\f62e"
}
.fi-rr-face-thinking:before {
    content: "\f62f"
}
.fi-rr-face-tissue:before {
    content: "\f630"
}
.fi-rr-face-tongue-money:before {
    content: "\f631"
}
.fi-rr-face-tongue-sweat:before {
    content: "\f632"
}
.fi-rr-face-unamused:before {
    content: "\f633"
}
.fi-rr-face-viewfinder:before {
    content: "\f634"
}
.fi-rr-face-vomit:before {
    content: "\f635"
}
.fi-rr-face-weary:before {
    content: "\f636"
}
.fi-rr-face-woozy:before {
    content: "\f637"
}
.fi-rr-face-worried:before {
    content: "\f638"
}
.fi-rr-face-zany:before {
    content: "\f639"
}
.fi-rr-face-zipper:before {
    content: "\f63a"
}
.fi-rr-fail:before {
    content: "\f63b"
}
.fi-rr-falafel:before {
    content: "\f63c"
}
.fi-rr-family-dress:before {
    content: "\f63d"
}
.fi-rr-family-pants:before {
    content: "\f63e"
}
.fi-rr-family:before {
    content: "\f63f"
}
.fi-rr-fan-table:before {
    content: "\f640"
}
.fi-rr-fan:before {
    content: "\f641"
}
.fi-rr-farm:before {
    content: "\f642"
}
.fi-rr-faucet-drip:before {
    content: "\f643"
}
.fi-rr-faucet:before {
    content: "\f644"
}
.fi-rr-fax:before {
    content: "\f645"
}
.fi-rr-feather-pointed:before {
    content: "\f646"
}
.fi-rr-feather:before {
    content: "\f647"
}
.fi-rr-features-alt:before {
    content: "\f648"
}
.fi-rr-features:before {
    content: "\f649"
}
.fi-rr-fee-receipt:before {
    content: "\f64a"
}
.fi-rr-fee:before {
    content: "\f64b"
}
.fi-rr-feedback-alt:before {
    content: "\f64c"
}
.fi-rr-feedback-cycle-loop:before {
    content: "\f64d"
}
.fi-rr-feedback-hand:before {
    content: "\f64e"
}
.fi-rr-feedback-review:before {
    content: "\f64f"
}
.fi-rr-feedback:before {
    content: "\f650"
}
.fi-rr-fence:before {
    content: "\f651"
}
.fi-rr-ferris-wheel:before {
    content: "\f652"
}
.fi-rr-fighter-jet:before {
    content: "\f653"
}
.fi-rr-file-ai:before {
    content: "\f654"
}
.fi-rr-file-audio:before {
    content: "\f655"
}
.fi-rr-file-binary:before {
    content: "\f656"
}
.fi-rr-file-chart-line:before {
    content: "\f657"
}
.fi-rr-file-chart-pie:before {
    content: "\f658"
}
.fi-rr-file-circle-info:before {
    content: "\f659"
}
.fi-rr-file-cloud:before {
    content: "\f65a"
}
.fi-rr-file-code:before {
    content: "\f65b"
}
.fi-rr-file-csv:before {
    content: "\f65c"
}
.fi-rr-file-download:before {
    content: "\f65d"
}
.fi-rr-file-edit:before {
    content: "\f65e"
}
.fi-rr-file-eps:before {
    content: "\f65f"
}
.fi-rr-file-excel:before {
    content: "\f660"
}
.fi-rr-file-exclamation:before {
    content: "\f661"
}
.fi-rr-file-export:before {
    content: "\f662"
}
.fi-rr-file-image:before {
    content: "\f663"
}
.fi-rr-file-import:before {
    content: "\f664"
}
.fi-rr-file-invoice-dollar:before {
    content: "\f665"
}
.fi-rr-file-invoice:before {
    content: "\f666"
}
.fi-rr-file-medical-alt:before {
    content: "\f667"
}
.fi-rr-file-medical:before {
    content: "\f668"
}
.fi-rr-file-minus:before {
    content: "\f669"
}
.fi-rr-file-pdf:before {
    content: "\f66a"
}
.fi-rr-file-powerpoint:before {
    content: "\f66b"
}
.fi-rr-file-prescription:before {
    content: "\f66c"
}
.fi-rr-file-psd:before {
    content: "\f66d"
}
.fi-rr-file-signature:before {
    content: "\f66e"
}
.fi-rr-file-spreadsheet:before {
    content: "\f66f"
}
.fi-rr-file-upload:before {
    content: "\f670"
}
.fi-rr-file-user:before {
    content: "\f671"
}
.fi-rr-file-video:before {
    content: "\f672"
}
.fi-rr-file-word:before {
    content: "\f673"
}
.fi-rr-file-zipper:before {
    content: "\f674"
}
.fi-rr-file:before {
    content: "\f675"
}
.fi-rr-files-medical:before {
    content: "\f676"
}
.fi-rr-fill:before {
    content: "\f677"
}
.fi-rr-film-canister:before {
    content: "\f678"
}
.fi-rr-film-slash:before {
    content: "\f679"
}
.fi-rr-film:before {
    content: "\f67a"
}
.fi-rr-films:before {
    content: "\f67b"
}
.fi-rr-filter-list:before {
    content: "\f67c"
}
.fi-rr-filter-slash:before {
    content: "\f67d"
}
.fi-rr-filter:before {
    content: "\f67e"
}
.fi-rr-filters:before {
    content: "\f67f"
}
.fi-rr-fingerprint-security-risk:before {
    content: "\f680"
}
.fi-rr-fingerprint:before {
    content: "\f681"
}
.fi-rr-fire-burner:before {
    content: "\f682"
}
.fi-rr-fire-extinguisher:before {
    content: "\f683"
}
.fi-rr-fire-flame-curved:before {
    content: "\f684"
}
.fi-rr-fire-flame-simple:before {
    content: "\f685"
}
.fi-rr-fire-hydrant:before {
    content: "\f686"
}
.fi-rr-fire-smoke:before {
    content: "\f687"
}
.fi-rr-fireplace:before {
    content: "\f688"
}
.fi-rr-first-award:before {
    content: "\f689"
}
.fi-rr-first-laurel:before {
    content: "\f68a"
}
.fi-rr-first-medal:before {
    content: "\f68b"
}
.fi-rr-first:before {
    content: "\f68c"
}
.fi-rr-fish-bones:before {
    content: "\f68d"
}
.fi-rr-fish-cooked:before {
    content: "\f68e"
}
.fi-rr-fish:before {
    content: "\f68f"
}
.fi-rr-fishing-rod:before {
    content: "\f690"
}
.fi-rr-fist-move:before {
    content: "\f691"
}
.fi-rr-flag-alt:before {
    content: "\f692"
}
.fi-rr-flag-checkered:before {
    content: "\f693"
}
.fi-rr-flag-usa:before {
    content: "\f694"
}
.fi-rr-flag:before {
    content: "\f695"
}
.fi-rr-flame:before {
    content: "\f696"
}
.fi-rr-flashlight:before {
    content: "\f697"
}
.fi-rr-flask-gear:before {
    content: "\f698"
}
.fi-rr-flask-poison:before {
    content: "\f699"
}
.fi-rr-flask-potion:before {
    content: "\f69a"
}
.fi-rr-flask:before {
    content: "\f69b"
}
.fi-rr-flatbread-stuffed:before {
    content: "\f69c"
}
.fi-rr-flatbread:before {
    content: "\f69d"
}
.fi-rr-flip-horizontal:before {
    content: "\f69e"
}
.fi-rr-floor-alt:before {
    content: "\f69f"
}
.fi-rr-floor-layer:before {
    content: "\f6a0"
}
.fi-rr-floor:before {
    content: "\f6a1"
}
.fi-rr-floppy-disk-circle-arrow-right:before {
    content: "\f6a2"
}
.fi-rr-floppy-disk-circle-xmark:before {
    content: "\f6a3"
}
.fi-rr-floppy-disk-pen:before {
    content: "\f6a4"
}
.fi-rr-floppy-disks:before {
    content: "\f6a5"
}
.fi-rr-florin-sign:before {
    content: "\f6a6"
}
.fi-rr-flower-bouquet:before {
    content: "\f6a7"
}
.fi-rr-flower-butterfly:before {
    content: "\f6a8"
}
.fi-rr-flower-daffodil:before {
    content: "\f6a9"
}
.fi-rr-flower-tulip:before {
    content: "\f6aa"
}
.fi-rr-flower:before {
    content: "\f6ab"
}
.fi-rr-flushed:before {
    content: "\f6ac"
}
.fi-rr-flute:before {
    content: "\f6ad"
}
.fi-rr-flux-capacitor:before {
    content: "\f6ae"
}
.fi-rr-fly-insect:before {
    content: "\f6af"
}
.fi-rr-flying-disc:before {
    content: "\f6b0"
}
.fi-rr-fog:before {
    content: "\f6b1"
}
.fi-rr-folder-download:before {
    content: "\f6b2"
}
.fi-rr-folder-fire:before {
    content: "\f6b3"
}
.fi-rr-folder-minus:before {
    content: "\f6b4"
}
.fi-rr-folder-open:before {
    content: "\f6b5"
}
.fi-rr-folder-times:before {
    content: "\f6b6"
}
.fi-rr-folder-tree:before {
    content: "\f6b7"
}
.fi-rr-folder-upload:before {
    content: "\f6b8"
}
.fi-rr-folder-xmark:before {
    content: "\f6b9"
}
.fi-rr-folder:before {
    content: "\f6ba"
}
.fi-rr-folders:before {
    content: "\f6bb"
}
.fi-rr-follow-folder:before {
    content: "\f6bc"
}
.fi-rr-followcollection:before {
    content: "\f6bd"
}
.fi-rr-following:before {
    content: "\f6be"
}
.fi-rr-fondue-pot:before {
    content: "\f6bf"
}
.fi-rr-football:before {
    content: "\f6c0"
}
.fi-rr-foreign-language-audio:before {
    content: "\f6c1"
}
.fi-rr-fork:before {
    content: "\f6c2"
}
.fi-rr-forklift:before {
    content: "\f6c3"
}
.fi-rr-form:before {
    content: "\f6c4"
}
.fi-rr-fort:before {
    content: "\f6c5"
}
.fi-rr-forward-fast:before {
    content: "\f6c6"
}
.fi-rr-forward:before {
    content: "\f6c7"
}
.fi-rr-fox:before {
    content: "\f6c8"
}
.fi-rr-frame:before {
    content: "\f6c9"
}
.fi-rr-franc-sign:before {
    content: "\f6ca"
}
.fi-rr-free-delivery:before {
    content: "\f6cb"
}
.fi-rr-free:before {
    content: "\f6cc"
}
.fi-rr-french-fries:before {
    content: "\f6cd"
}
.fi-rr-friday:before {
    content: "\f6ce"
}
.fi-rr-frog:before {
    content: "\f6cf"
}
.fi-rr-frown:before {
    content: "\f6d0"
}
.fi-rr-ftp:before {
    content: "\f6d1"
}
.fi-rr-fuel-gauge:before {
    content: "\f6d2"
}
.fi-rr-function-process:before {
    content: "\f6d3"
}
.fi-rr-function-square:before {
    content: "\f6d4"
}
.fi-rr-function:before {
    content: "\f6d5"
}
.fi-rr-funnel-dollar:before {
    content: "\f6d6"
}
.fi-rr-g:before {
    content: "\f6d7"
}
.fi-rr-galaxy-alt:before {
    content: "\f6d8"
}
.fi-rr-galaxy-planet:before {
    content: "\f6d9"
}
.fi-rr-galaxy-star:before {
    content: "\f6da"
}
.fi-rr-galaxy:before {
    content: "\f6db"
}
.fi-rr-gallery-thumbnails:before {
    content: "\f6dc"
}
.fi-rr-gallery:before {
    content: "\f6dd"
}
.fi-rr-game-board-alt:before {
    content: "\f6de"
}
.fi-rr-gamepad:before {
    content: "\f6df"
}
.fi-rr-garage-car:before {
    content: "\f6e0"
}
.fi-rr-garage-open:before {
    content: "\f6e1"
}
.fi-rr-garage:before {
    content: "\f6e2"
}
.fi-rr-garlic-alt:before {
    content: "\f6e3"
}
.fi-rr-garlic:before {
    content: "\f6e4"
}
.fi-rr-gas-pump-alt:before {
    content: "\f6e5"
}
.fi-rr-gas-pump-slash:before {
    content: "\f6e6"
}
.fi-rr-gas-pump:before {
    content: "\f6e7"
}
.fi-rr-gauge-circle-bolt:before {
    content: "\f6e8"
}
.fi-rr-gauge-circle-minus:before {
    content: "\f6e9"
}
.fi-rr-gauge-circle-plus:before {
    content: "\f6ea"
}
.fi-rr-gavel:before {
    content: "\f6eb"
}
.fi-rr-gay-couple:before {
    content: "\f6ec"
}
.fi-rr-gears:before {
    content: "\f6ed"
}
.fi-rr-gem:before {
    content: "\f6ee"
}
.fi-rr-general:before {
    content: "\f6ef"
}
.fi-rr-ghost:before {
    content: "\f6f0"
}
.fi-rr-gif-square:before {
    content: "\f6f1"
}
.fi-rr-gif:before {
    content: "\f6f2"
}
.fi-rr-gift-box-benefits:before {
    content: "\f6f3"
}
.fi-rr-gift-card:before {
    content: "\f6f4"
}
.fi-rr-gift:before {
    content: "\f6f5"
}
.fi-rr-gifts:before {
    content: "\f6f6"
}
.fi-rr-gingerbread-man:before {
    content: "\f6f7"
}
.fi-rr-glass-champagne:before {
    content: "\f6f8"
}
.fi-rr-glass-cheers:before {
    content: "\f6f9"
}
.fi-rr-glass-citrus:before {
    content: "\f6fa"
}
.fi-rr-glass-empty:before {
    content: "\f6fb"
}
.fi-rr-glass-half:before {
    content: "\f6fc"
}
.fi-rr-glass-water-droplet:before {
    content: "\f6fd"
}
.fi-rr-glass-whiskey-rocks:before {
    content: "\f6fe"
}
.fi-rr-glass-whiskey:before {
    content: "\f6ff"
}
.fi-rr-glass:before {
    content: "\f700"
}
.fi-rr-glasses:before {
    content: "\f701"
}
.fi-rr-globe-alt:before {
    content: "\f702"
}
.fi-rr-globe-pointer:before {
    content: "\f703"
}
.fi-rr-globe-snow:before {
    content: "\f704"
}
.fi-rr-globe:before {
    content: "\f705"
}
.fi-rr-goal-net:before {
    content: "\f706"
}
.fi-rr-golf-ball:before {
    content: "\f707"
}
.fi-rr-golf-hole:before {
    content: "\f708"
}
.fi-rr-golf:before {
    content: "\f709"
}
.fi-rr-gopuram:before {
    content: "\f70a"
}
.fi-rr-government-budget:before {
    content: "\f70b"
}
.fi-rr-government-flag:before {
    content: "\f70c"
}
.fi-rr-government-user:before {
    content: "\f70d"
}
.fi-rr-gps-navigation:before {
    content: "\f70e"
}
.fi-rr-graduation-cap:before {
    content: "\f70f"
}
.fi-rr-gramophone:before {
    content: "\f710"
}
.fi-rr-grape:before {
    content: "\f711"
}
.fi-rr-graph-curve:before {
    content: "\f712"
}
.fi-rr-graphic-style:before {
    content: "\f713"
}
.fi-rr-graphic-tablet:before {
    content: "\f714"
}
.fi-rr-grate-droplet:before {
    content: "\f715"
}
.fi-rr-grate:before {
    content: "\f716"
}
.fi-rr-greater-than-equal:before {
    content: "\f717"
}
.fi-rr-greater-than:before {
    content: "\f718"
}
.fi-rr-greek-helmet:before {
    content: "\f719"
}
.fi-rr-grid-alt:before {
    content: "\f71a"
}
.fi-rr-grid-dividers:before {
    content: "\f71b"
}
.fi-rr-grid:before {
    content: "\f71c"
}
.fi-rr-grill-hot-alt:before {
    content: "\f71d"
}
.fi-rr-grill:before {
    content: "\f71e"
}
.fi-rr-grimace:before {
    content: "\f71f"
}
.fi-rr-grin-alt:before {
    content: "\f720"
}
.fi-rr-grin-beam-sweat:before {
    content: "\f721"
}
.fi-rr-grin-beam:before {
    content: "\f722"
}
.fi-rr-grin-hearts:before {
    content: "\f723"
}
.fi-rr-grin-squint-tears:before {
    content: "\f724"
}
.fi-rr-grin-squint:before {
    content: "\f725"
}
.fi-rr-grin-stars:before {
    content: "\f726"
}
.fi-rr-grin-tears:before {
    content: "\f727"
}
.fi-rr-grin-tongue-squint:before {
    content: "\f728"
}
.fi-rr-grin-tongue-wink:before {
    content: "\f729"
}
.fi-rr-grin-tongue:before {
    content: "\f72a"
}
.fi-rr-grin-wink:before {
    content: "\f72b"
}
.fi-rr-grin:before {
    content: "\f72c"
}
.fi-rr-grip-dots-vertical:before {
    content: "\f72d"
}
.fi-rr-grip-dots:before {
    content: "\f72e"
}
.fi-rr-grip-horizontal:before {
    content: "\f72f"
}
.fi-rr-grip-lines-vertical:before {
    content: "\f730"
}
.fi-rr-grip-lines:before {
    content: "\f731"
}
.fi-rr-grip-vertical:before {
    content: "\f732"
}
.fi-rr-grocery-bag:before {
    content: "\f733"
}
.fi-rr-grocery-basket:before {
    content: "\f734"
}
.fi-rr-group-arrows-rotate:before {
    content: "\f735"
}
.fi-rr-group-call:before {
    content: "\f736"
}
.fi-rr-group-community-social-media:before {
    content: "\f737"
}
.fi-rr-growth-chart-invest:before {
    content: "\f738"
}
.fi-rr-guarani-sign:before {
    content: "\f739"
}
.fi-rr-guide-alt:before {
    content: "\f73a"
}
.fi-rr-guide:before {
    content: "\f73b"
}
.fi-rr-guitar-electric:before {
    content: "\f73c"
}
.fi-rr-guitar:before {
    content: "\f73d"
}
.fi-rr-guitars:before {
    content: "\f73e"
}
.fi-rr-gun-squirt:before {
    content: "\f73f"
}
.fi-rr-gym:before {
    content: "\f740"
}
.fi-rr-h-square:before {
    content: "\f741"
}
.fi-rr-h:before {
    content: "\f742"
}
.fi-rr-h1:before {
    content: "\f743"
}
.fi-rr-h2:before {
    content: "\f744"
}
.fi-rr-h3:before {
    content: "\f745"
}
.fi-rr-h4:before {
    content: "\f746"
}
.fi-rr-hair-clipper:before {
    content: "\f747"
}
.fi-rr-hamburger-soda:before {
    content: "\f748"
}
.fi-rr-hamburger:before {
    content: "\f749"
}
.fi-rr-hammer-crash:before {
    content: "\f74a"
}
.fi-rr-hammer-war:before {
    content: "\f74b"
}
.fi-rr-hammer:before {
    content: "\f74c"
}
.fi-rr-hamsa:before {
    content: "\f74d"
}
.fi-rr-hand-back-fist:before {
    content: "\f74e"
}
.fi-rr-hand-back-point-down:before {
    content: "\f74f"
}
.fi-rr-hand-back-point-left:before {
    content: "\f750"
}
.fi-rr-hand-back-point-ribbon:before {
    content: "\f751"
}
.fi-rr-hand-back-point-right:before {
    content: "\f752"
}
.fi-rr-hand-bill:before {
    content: "\f753"
}
.fi-rr-hand-dots:before {
    content: "\f754"
}
.fi-rr-hand-fingers-crossed:before {
    content: "\f755"
}
.fi-rr-hand-fist:before {
    content: "\f756"
}
.fi-rr-hand-heart:before {
    content: "\f757"
}
.fi-rr-hand-holding-box:before {
    content: "\f758"
}
.fi-rr-hand-holding-droplet:before {
    content: "\f759"
}
.fi-rr-hand-holding-heart:before {
    content: "\f75a"
}
.fi-rr-hand-holding-magic:before {
    content: "\f75b"
}
.fi-rr-hand-holding-medical:before {
    content: "\f75c"
}
.fi-rr-hand-holding-seeding:before {
    content: "\f75d"
}
.fi-rr-hand-holding-skull:before {
    content: "\f75e"
}
.fi-rr-hand-holding-usd:before {
    content: "\f75f"
}
.fi-rr-hand-holding-water:before {
    content: "\f760"
}
.fi-rr-hand-horns:before {
    content: "\f761"
}
.fi-rr-hand-lizard:before {
    content: "\f762"
}
.fi-rr-hand-love:before {
    content: "\f763"
}
.fi-rr-hand-middle-finger:before {
    content: "\f764"
}
.fi-rr-hand-paper:before {
    content: "\f765"
}
.fi-rr-hand-peace:before {
    content: "\f766"
}
.fi-rr-hand-point-ribbon:before {
    content: "\f767"
}
.fi-rr-hand-scissors:before {
    content: "\f768"
}
.fi-rr-hand-sparkles:before {
    content: "\f769"
}
.fi-rr-hand-spock:before {
    content: "\f76a"
}
.fi-rr-hand-wave:before {
    content: "\f76b"
}
.fi-rr-hand:before {
    content: "\f76c"
}
.fi-rr-handmade:before {
    content: "\f76d"
}
.fi-rr-hands-bubbles:before {
    content: "\f76e"
}
.fi-rr-hands-clapping:before {
    content: "\f76f"
}
.fi-rr-hands-heart:before {
    content: "\f770"
}
.fi-rr-hands-holding-diamond:before {
    content: "\f771"
}
.fi-rr-hands-holding:before {
    content: "\f772"
}
.fi-rr-hands-usd:before {
    content: "\f773"
}
.fi-rr-handshake-angle:before {
    content: "\f774"
}
.fi-rr-handshake-deal-loan:before {
    content: "\f775"
}
.fi-rr-handshake-house:before {
    content: "\f776"
}
.fi-rr-handshake-simple-slash:before {
    content: "\f777"
}
.fi-rr-handshake-trust:before {
    content: "\f778"
}
.fi-rr-handshake:before {
    content: "\f779"
}
.fi-rr-hard-hat:before {
    content: "\f77a"
}
.fi-rr-hashtag-lock:before {
    content: "\f77b"
}
.fi-rr-hastag:before {
    content: "\f77c"
}
.fi-rr-hat-beach:before {
    content: "\f77d"
}
.fi-rr-hat-birthday:before {
    content: "\f77e"
}
.fi-rr-hat-chef:before {
    content: "\f77f"
}
.fi-rr-hat-cowboy-side:before {
    content: "\f780"
}
.fi-rr-hat-cowboy:before {
    content: "\f781"
}
.fi-rr-hat-santa:before {
    content: "\f782"
}
.fi-rr-hat-winter:before {
    content: "\f783"
}
.fi-rr-hat-witch:before {
    content: "\f784"
}
.fi-rr-hat-wizard:before {
    content: "\f785"
}
.fi-rr-hdd:before {
    content: "\f786"
}
.fi-rr-head-side-brain:before {
    content: "\f787"
}
.fi-rr-head-side-cough-slash:before {
    content: "\f788"
}
.fi-rr-head-side-cough:before {
    content: "\f789"
}
.fi-rr-head-side-headphones:before {
    content: "\f78a"
}
.fi-rr-head-side-heart:before {
    content: "\f78b"
}
.fi-rr-head-side-mask:before {
    content: "\f78c"
}
.fi-rr-head-side-medical:before {
    content: "\f78d"
}
.fi-rr-head-side-thinking:before {
    content: "\f78e"
}
.fi-rr-head-side-virus:before {
    content: "\f78f"
}
.fi-rr-head-side:before {
    content: "\f790"
}
.fi-rr-head-vr:before {
    content: "\f791"
}
.fi-rr-heading:before {
    content: "\f792"
}
.fi-rr-headphones:before {
    content: "\f793"
}
.fi-rr-headset:before {
    content: "\f794"
}
.fi-rr-heart-arrow:before {
    content: "\f795"
}
.fi-rr-heart-brain:before {
    content: "\f796"
}
.fi-rr-heart-crack:before {
    content: "\f797"
}
.fi-rr-heart-half-stroke:before {
    content: "\f798"
}
.fi-rr-heart-half:before {
    content: "\f799"
}
.fi-rr-heart-health-muscle:before {
    content: "\f79a"
}
.fi-rr-heart-lock:before {
    content: "\f79b"
}
.fi-rr-heart-partner-handshake:before {
    content: "\f79c"
}
.fi-rr-heart-rate:before {
    content: "\f79d"
}
.fi-rr-heart-slash:before {
    content: "\f79e"
}
.fi-rr-heart-upside-down:before {
    content: "\f79f"
}
.fi-rr-heart:before {
    content: "\f7a0"
}
.fi-rr-heat:before {
    content: "\f7a1"
}
.fi-rr-helicopter-side:before {
    content: "\f7a2"
}
.fi-rr-helmet-battle:before {
    content: "\f7a3"
}
.fi-rr-hexagon-check:before {
    content: "\f7a4"
}
.fi-rr-hexagon-divide:before {
    content: "\f7a5"
}
.fi-rr-hexagon-exclamation:before {
    content: "\f7a6"
}
.fi-rr-hexagon:before {
    content: "\f7a7"
}
.fi-rr-high-definition:before {
    content: "\f7a8"
}
.fi-rr-high-five-celebration-yes:before {
    content: "\f7a9"
}
.fi-rr-high-five:before {
    content: "\f7aa"
}
.fi-rr-highlighter-line:before {
    content: "\f7ab"
}
.fi-rr-highlighter:before {
    content: "\f7ac"
}
.fi-rr-hiking:before {
    content: "\f7ad"
}
.fi-rr-hippo:before {
    content: "\f7ae"
}
.fi-rr-hockey-puck:before {
    content: "\f7af"
}
.fi-rr-hockey-stick-puck:before {
    content: "\f7b0"
}
.fi-rr-hockey-sticks:before {
    content: "\f7b1"
}
.fi-rr-holding-hand-gear:before {
    content: "\f7b2"
}
.fi-rr-holding-hand-revenue:before {
    content: "\f7b3"
}
.fi-rr-holly-berry:before {
    content: "\f7b4"
}
.fi-rr-home-heart:before {
    content: "\f7b5"
}
.fi-rr-home-location-alt:before {
    content: "\f7b6"
}
.fi-rr-home-location:before {
    content: "\f7b7"
}
.fi-rr-home:before {
    content: "\f7b8"
}
.fi-rr-honey-pot:before {
    content: "\f7b9"
}
.fi-rr-hood-cloak:before {
    content: "\f7ba"
}
.fi-rr-horizontal-rule:before {
    content: "\f7bb"
}
.fi-rr-horse-head:before {
    content: "\f7bc"
}
.fi-rr-horse-saddle:before {
    content: "\f7bd"
}
.fi-rr-horse:before {
    content: "\f7be"
}
.fi-rr-horseshoe-broken:before {
    content: "\f7bf"
}
.fi-rr-horseshoe:before {
    content: "\f7c0"
}
.fi-rr-hose-reel:before {
    content: "\f7c1"
}
.fi-rr-hose:before {
    content: "\f7c2"
}
.fi-rr-hospital-symbol:before {
    content: "\f7c3"
}
.fi-rr-hospital-user:before {
    content: "\f7c4"
}
.fi-rr-hospital:before {
    content: "\f7c5"
}
.fi-rr-hospitals:before {
    content: "\f7c6"
}
.fi-rr-hot-tub:before {
    content: "\f7c7"
}
.fi-rr-hotdog:before {
    content: "\f7c8"
}
.fi-rr-hotel:before {
    content: "\f7c9"
}
.fi-rr-hourglass-end:before {
    content: "\f7ca"
}
.fi-rr-hourglass-start:before {
    content: "\f7cb"
}
.fi-rr-hourglass:before {
    content: "\f7cc"
}
.fi-rr-house-blank:before {
    content: "\f7cd"
}
.fi-rr-house-building:before {
    content: "\f7ce"
}
.fi-rr-house-chimney-blank:before {
    content: "\f7cf"
}
.fi-rr-house-chimney-crack:before {
    content: "\f7d0"
}
.fi-rr-house-chimney-heart:before {
    content: "\f7d1"
}
.fi-rr-house-chimney-medical:before {
    content: "\f7d2"
}
.fi-rr-house-chimney-user:before {
    content: "\f7d3"
}
.fi-rr-house-chimney-window:before {
    content: "\f7d4"
}
.fi-rr-house-chimney:before {
    content: "\f7d5"
}
.fi-rr-house-circle-check:before {
    content: "\f7d6"
}
.fi-rr-house-circle-exclamation:before {
    content: "\f7d7"
}
.fi-rr-house-circle-xmark:before {
    content: "\f7d8"
}
.fi-rr-house-crack-alt:before {
    content: "\f7d9"
}
.fi-rr-house-crack:before {
    content: "\f7da"
}
.fi-rr-house-day:before {
    content: "\f7db"
}
.fi-rr-house-fire:before {
    content: "\f7dc"
}
.fi-rr-house-flag:before {
    content: "\f7dd"
}
.fi-rr-house-flood:before {
    content: "\f7de"
}
.fi-rr-house-laptop:before {
    content: "\f7df"
}
.fi-rr-house-leave:before {
    content: "\f7e0"
}
.fi-rr-house-lock:before {
    content: "\f7e1"
}
.fi-rr-house-medical:before {
    content: "\f7e2"
}
.fi-rr-house-night:before {
    content: "\f7e3"
}
.fi-rr-house-return:before {
    content: "\f7e4"
}
.fi-rr-house-signal:before {
    content: "\f7e5"
}
.fi-rr-house-tree:before {
    content: "\f7e6"
}
.fi-rr-house-tsunami:before {
    content: "\f7e7"
}
.fi-rr-house-turret:before {
    content: "\f7e8"
}
.fi-rr-house-user:before {
    content: "\f7e9"
}
.fi-rr-house-window:before {
    content: "\f7ea"
}
.fi-rr-hr-group:before {
    content: "\f7eb"
}
.fi-rr-hr-person:before {
    content: "\f7ec"
}
.fi-rr-hr:before {
    content: "\f7ed"
}
.fi-rr-hryvnia:before {
    content: "\f7ee"
}
.fi-rr-humidity:before {
    content: "\f7ef"
}
.fi-rr-hundred-points:before {
    content: "\f7f0"
}
.fi-rr-hurricane:before {
    content: "\f7f1"
}
.fi-rr-i:before {
    content: "\f7f2"
}
.fi-rr-ice-cream:before {
    content: "\f7f3"
}
.fi-rr-ice-skate:before {
    content: "\f7f4"
}
.fi-rr-icicles:before {
    content: "\f7f5"
}
.fi-rr-icon-star:before {
    content: "\f7f6"
}
.fi-rr-id-badge:before {
    content: "\f7f7"
}
.fi-rr-id-card-clip-alt:before {
    content: "\f7f8"
}
.fi-rr-igloo:before {
    content: "\f7f9"
}
.fi-rr-image-slash:before {
    content: "\f7fa"
}
.fi-rr-images-user:before {
    content: "\f7fb"
}
.fi-rr-images:before {
    content: "\f7fc"
}
.fi-rr-improve-user:before {
    content: "\f7fd"
}
.fi-rr-inbox-full:before {
    content: "\f7fe"
}
.fi-rr-inbox-in:before {
    content: "\f7ff"
}
.fi-rr-inbox-out:before {
    content: "\f800"
}
.fi-rr-inbox:before {
    content: "\f801"
}
.fi-rr-inboxes:before {
    content: "\f802"
}
.fi-rr-incense-sticks-yoga:before {
    content: "\f803"
}
.fi-rr-incognito:before {
    content: "\f804"
}
.fi-rr-indent:before {
    content: "\f805"
}
.fi-rr-indian-rupee-sign:before {
    content: "\f806"
}
.fi-rr-industry-alt:before {
    content: "\f807"
}
.fi-rr-industry-windows:before {
    content: "\f808"
}
.fi-rr-infinity:before {
    content: "\f809"
}
.fi-rr-info-guide:before {
    content: "\f80a"
}
.fi-rr-info:before {
    content: "\f80b"
}
.fi-rr-information:before {
    content: "\f80c"
}
.fi-rr-inhaler:before {
    content: "\f80d"
}
.fi-rr-input-numeric:before {
    content: "\f80e"
}
.fi-rr-input-pipe:before {
    content: "\f80f"
}
.fi-rr-input-text:before {
    content: "\f810"
}
.fi-rr-insert-alt:before {
    content: "\f811"
}
.fi-rr-insert-arrows:before {
    content: "\f812"
}
.fi-rr-insert-button-circle:before {
    content: "\f813"
}
.fi-rr-insert-credit-card:before {
    content: "\f814"
}
.fi-rr-insert-square:before {
    content: "\f815"
}
.fi-rr-insert:before {
    content: "\f816"
}
.fi-rr-insight-alt:before {
    content: "\f817"
}
.fi-rr-insight-head:before {
    content: "\f818"
}
.fi-rr-insight:before {
    content: "\f819"
}
.fi-rr-integral:before {
    content: "\f81a"
}
.fi-rr-interactive:before {
    content: "\f81b"
}
.fi-rr-interlining:before {
    content: "\f81c"
}
.fi-rr-internet-speed-wifi:before {
    content: "\f81d"
}
.fi-rr-interrogation:before {
    content: "\f81e"
}
.fi-rr-intersection:before {
    content: "\f81f"
}
.fi-rr-introduction-handshake:before {
    content: "\f820"
}
.fi-rr-introduction:before {
    content: "\f821"
}
.fi-rr-inventory-alt:before {
    content: "\f822"
}
.fi-rr-invest:before {
    content: "\f823"
}
.fi-rr-investment:before {
    content: "\f824"
}
.fi-rr-invite-alt:before {
    content: "\f825"
}
.fi-rr-invite:before {
    content: "\f826"
}
.fi-rr-iot-alt:before {
    content: "\f827"
}
.fi-rr-iot:before {
    content: "\f828"
}
.fi-rr-ip-address:before {
    content: "\f829"
}
.fi-rr-island-tropical:before {
    content: "\f82a"
}
.fi-rr-issue-loupe:before {
    content: "\f82b"
}
.fi-rr-it-alt:before {
    content: "\f82c"
}
.fi-rr-it-computer:before {
    content: "\f82d"
}
.fi-rr-it:before {
    content: "\f82e"
}
.fi-rr-italian-lira-sign:before {
    content: "\f82f"
}
.fi-rr-italic:before {
    content: "\f830"
}
.fi-rr-j:before {
    content: "\f831"
}
.fi-rr-jam:before {
    content: "\f832"
}
.fi-rr-jar-alt:before {
    content: "\f833"
}
.fi-rr-jar-wheat:before {
    content: "\f834"
}
.fi-rr-javascript:before {
    content: "\f835"
}
.fi-rr-joint:before {
    content: "\f836"
}
.fi-rr-joker:before {
    content: "\f837"
}
.fi-rr-journal-alt:before {
    content: "\f838"
}
.fi-rr-journal:before {
    content: "\f839"
}
.fi-rr-journey:before {
    content: "\f83a"
}
.fi-rr-joystick:before {
    content: "\f83b"
}
.fi-rr-jpg:before {
    content: "\f83c"
}
.fi-rr-jug-alt:before {
    content: "\f83d"
}
.fi-rr-jug-bottle:before {
    content: "\f83e"
}
.fi-rr-jug:before {
    content: "\f83f"
}
.fi-rr-jumping-rope:before {
    content: "\f840"
}
.fi-rr-k:before {
    content: "\f841"
}
.fi-rr-kaaba:before {
    content: "\f842"
}
.fi-rr-kazoo:before {
    content: "\f843"
}
.fi-rr-kerning:before {
    content: "\f844"
}
.fi-rr-key-lock-crypto:before {
    content: "\f845"
}
.fi-rr-key-skeleton-left-right:before {
    content: "\f846"
}
.fi-rr-key:before {
    content: "\f847"
}
.fi-rr-keyboard-brightness-low:before {
    content: "\f848"
}
.fi-rr-keyboard-brightness:before {
    content: "\f849"
}
.fi-rr-keyboard-down:before {
    content: "\f84a"
}
.fi-rr-keyboard-left:before {
    content: "\f84b"
}
.fi-rr-keyboard:before {
    content: "\f84c"
}
.fi-rr-keynote:before {
    content: "\f84d"
}
.fi-rr-kidneys:before {
    content: "\f84e"
}
.fi-rr-kip-sign:before {
    content: "\f84f"
}
.fi-rr-kiss-beam:before {
    content: "\f850"
}
.fi-rr-kiss-wink-heart:before {
    content: "\f851"
}
.fi-rr-kiss:before {
    content: "\f852"
}
.fi-rr-kite:before {
    content: "\f853"
}
.fi-rr-kiwi-bird:before {
    content: "\f854"
}
.fi-rr-kiwi-fruit:before {
    content: "\f855"
}
.fi-rr-knife-kitchen:before {
    content: "\f856"
}
.fi-rr-knife:before {
    content: "\f857"
}
.fi-rr-knitting:before {
    content: "\f858"
}
.fi-rr-kpi-evaluation:before {
    content: "\f859"
}
.fi-rr-kpi:before {
    content: "\f85a"
}
.fi-rr-l:before {
    content: "\f85b"
}
.fi-rr-label:before {
    content: "\f85c"
}
.fi-rr-lacrosse-stick-ball:before {
    content: "\f85d"
}
.fi-rr-lacrosse-stick:before {
    content: "\f85e"
}
.fi-rr-lambda:before {
    content: "\f85f"
}
.fi-rr-lamp-desk:before {
    content: "\f860"
}
.fi-rr-lamp-floor:before {
    content: "\f861"
}
.fi-rr-lamp-street:before {
    content: "\f862"
}
.fi-rr-lamp:before {
    content: "\f863"
}
.fi-rr-land-layer-location:before {
    content: "\f864"
}
.fi-rr-land-layers:before {
    content: "\f865"
}
.fi-rr-land-location:before {
    content: "\f866"
}
.fi-rr-landmark-alt:before {
    content: "\f867"
}
.fi-rr-language:before {
    content: "\f868"
}
.fi-rr-laptop-arrow-down:before {
    content: "\f869"
}
.fi-rr-laptop-binary:before {
    content: "\f86a"
}
.fi-rr-laptop-code:before {
    content: "\f86b"
}
.fi-rr-laptop-medical:before {
    content: "\f86c"
}
.fi-rr-laptop-mobile:before {
    content: "\f86d"
}
.fi-rr-laptop-slash:before {
    content: "\f86e"
}
.fi-rr-laptop:before {
    content: "\f86f"
}
.fi-rr-lari-sign:before {
    content: "\f870"
}
.fi-rr-lasso-sparkles:before {
    content: "\f871"
}
.fi-rr-lasso:before {
    content: "\f872"
}
.fi-rr-last-square:before {
    content: "\f873"
}
.fi-rr-laugh-beam:before {
    content: "\f874"
}
.fi-rr-laugh-squint:before {
    content: "\f875"
}
.fi-rr-laugh-wink:before {
    content: "\f876"
}
.fi-rr-laugh:before {
    content: "\f877"
}
.fi-rr-lawyer-man:before {
    content: "\f878"
}
.fi-rr-lawyer-woman:before {
    content: "\f879"
}
.fi-rr-layer-minus:before {
    content: "\f87a"
}
.fi-rr-layer-plus:before {
    content: "\f87b"
}
.fi-rr-layers:before {
    content: "\f87c"
}
.fi-rr-layout-fluid:before {
    content: "\f87d"
}
.fi-rr-lead-funnel:before {
    content: "\f87e"
}
.fi-rr-lead-management:before {
    content: "\f87f"
}
.fi-rr-lead:before {
    content: "\f880"
}
.fi-rr-leader-alt:before {
    content: "\f881"
}
.fi-rr-leader-speech:before {
    content: "\f882"
}
.fi-rr-leader:before {
    content: "\f883"
}
.fi-rr-leaderboard-alt:before {
    content: "\f884"
}
.fi-rr-leaderboard-trophy:before {
    content: "\f885"
}
.fi-rr-leaderboard:before {
    content: "\f886"
}
.fi-rr-leadership-alt:before {
    content: "\f887"
}
.fi-rr-leadership:before {
    content: "\f888"
}
.fi-rr-leaf-heart:before {
    content: "\f889"
}
.fi-rr-leaf-maple:before {
    content: "\f88a"
}
.fi-rr-leaf-oak:before {
    content: "\f88b"
}
.fi-rr-leaf:before {
    content: "\f88c"
}
.fi-rr-leafy-green:before {
    content: "\f88d"
}
.fi-rr-leave:before {
    content: "\f88e"
}
.fi-rr-left-from-bracket:before {
    content: "\f88f"
}
.fi-rr-left:before {
    content: "\f890"
}
.fi-rr-legal:before {
    content: "\f891"
}
.fi-rr-lemon:before {
    content: "\f892"
}
.fi-rr-lesbian-couple:before {
    content: "\f893"
}
.fi-rr-less-than-equal:before {
    content: "\f894"
}
.fi-rr-less-than:before {
    content: "\f895"
}
.fi-rr-lesson-class:before {
    content: "\f896"
}
.fi-rr-lesson:before {
    content: "\f897"
}
.fi-rr-letter-case:before {
    content: "\f898"
}
.fi-rr-lettuce:before {
    content: "\f899"
}
.fi-rr-level-down-alt:before {
    content: "\f89a"
}
.fi-rr-level-down:before {
    content: "\f89b"
}
.fi-rr-level-up-alt:before {
    content: "\f89c"
}
.fi-rr-level-up:before {
    content: "\f89d"
}
.fi-rr-license:before {
    content: "\f89e"
}
.fi-rr-life-ring:before {
    content: "\f89f"
}
.fi-rr-life:before {
    content: "\f8a0"
}
.fi-rr-light-ceiling:before {
    content: "\f8a1"
}
.fi-rr-light-emergency-on:before {
    content: "\f8a2"
}
.fi-rr-light-emergency:before {
    content: "\f8a3"
}
.fi-rr-light-switch-off:before {
    content: "\f8a4"
}
.fi-rr-light-switch-on:before {
    content: "\f8a5"
}
.fi-rr-light-switch:before {
    content: "\f8a6"
}
.fi-rr-lightbulb-cfl-on:before {
    content: "\f8a7"
}
.fi-rr-lightbulb-cfl:before {
    content: "\f8a8"
}
.fi-rr-lightbulb-dollar:before {
    content: "\f8a9"
}
.fi-rr-lightbulb-exclamation:before {
    content: "\f8aa"
}
.fi-rr-lightbulb-head:before {
    content: "\f8ab"
}
.fi-rr-lightbulb-on:before {
    content: "\f8ac"
}
.fi-rr-lightbulb-question:before {
    content: "\f8ad"
}
.fi-rr-lightbulb-setting:before {
    content: "\f8ae"
}
.fi-rr-lightbulb-slash:before {
    content: "\f8af"
}
.fi-rr-lighthouse:before {
    content: "\f8b0"
}
.fi-rr-lights-holiday:before {
    content: "\f8b1"
}
.fi-rr-limit-hand:before {
    content: "\f8b2"
}
.fi-rr-limit-speedometer:before {
    content: "\f8b3"
}
.fi-rr-line-width:before {
    content: "\f8b4"
}
.fi-rr-link-alt:before {
    content: "\f8b5"
}
.fi-rr-link-horizontal-slash:before {
    content: "\f8b6"
}
.fi-rr-link-horizontal:before {
    content: "\f8b7"
}
.fi-rr-link-slash-alt:before {
    content: "\f8b8"
}
.fi-rr-link-slash:before {
    content: "\f8b9"
}
.fi-rr-link:before {
    content: "\f8ba"
}
.fi-rr-lion-head:before {
    content: "\f8bb"
}
.fi-rr-lion:before {
    content: "\f8bc"
}
.fi-rr-lips:before {
    content: "\f8bd"
}
.fi-rr-lipstick:before {
    content: "\f8be"
}
.fi-rr-lira-sign:before {
    content: "\f8bf"
}
.fi-rr-list-check:before {
    content: "\f8c0"
}
.fi-rr-list-dropdown:before {
    content: "\f8c1"
}
.fi-rr-list-music:before {
    content: "\f8c2"
}
.fi-rr-list-timeline:before {
    content: "\f8c3"
}
.fi-rr-list:before {
    content: "\f8c4"
}
.fi-rr-litecoin-sign:before {
    content: "\f8c5"
}
.fi-rr-live-alt:before {
    content: "\f8c6"
}
.fi-rr-live:before {
    content: "\f8c7"
}
.fi-rr-loading:before {
    content: "\f8c8"
}
.fi-rr-loan:before {
    content: "\f8c9"
}
.fi-rr-lobster:before {
    content: "\f8ca"
}
.fi-rr-location-alt:before {
    content: "\f8cb"
}
.fi-rr-location-arrow:before {
    content: "\f8cc"
}
.fi-rr-location-crosshairs-slash:before {
    content: "\f8cd"
}
.fi-rr-location-crosshairs:before {
    content: "\f8ce"
}
.fi-rr-location-dot-slash:before {
    content: "\f8cf"
}
.fi-rr-location-exclamation:before {
    content: "\f8d0"
}
.fi-rr-location-pin-call:before {
    content: "\f8d1"
}
.fi-rr-lock-alt:before {
    content: "\f8d2"
}
.fi-rr-lock-hashtag:before {
    content: "\f8d3"
}
.fi-rr-lock-open-alt:before {
    content: "\f8d4"
}
.fi-rr-lock:before {
    content: "\f8d5"
}
.fi-rr-locust:before {
    content: "\f8d6"
}
.fi-rr-loop-square:before {
    content: "\f8d7"
}
.fi-rr-loveseat:before {
    content: "\f8d8"
}
.fi-rr-low-vision:before {
    content: "\f8d9"
}
.fi-rr-luchador:before {
    content: "\f8da"
}
.fi-rr-luggage-cart:before {
    content: "\f8db"
}
.fi-rr-luggage-rolling:before {
    content: "\f8dc"
}
.fi-rr-lungs-virus:before {
    content: "\f8dd"
}
.fi-rr-lungs:before {
    content: "\f8de"
}
.fi-rr-m:before {
    content: "\f8df"
}
.fi-rr-mace:before {
    content: "\f8e0"
}
.fi-rr-magic-wand:before {
    content: "\f8e1"
}
.fi-rr-magnet-user:before {
    content: "\f8e2"
}
.fi-rr-magnet:before {
    content: "\f8e3"
}
.fi-rr-mailbox-envelope:before {
    content: "\f8e4"
}
.fi-rr-mailbox-flag-up:before {
    content: "\f8e5"
}
.fi-rr-mailbox:before {
    content: "\f8e6"
}
.fi-rr-makeup-brush:before {
    content: "\f8e7"
}
.fi-rr-man-head:before {
    content: "\f8e8"
}
.fi-rr-man-scientist:before {
    content: "\f8e9"
}
.fi-rr-manat-sign:before {
    content: "\f8ea"
}
.fi-rr-mandolin:before {
    content: "\f8eb"
}
.fi-rr-mango:before {
    content: "\f8ec"
}
.fi-rr-manhole:before {
    content: "\f8ed"
}
.fi-rr-map-location-track:before {
    content: "\f8ee"
}
.fi-rr-map-marker-check:before {
    content: "\f8ef"
}
.fi-rr-map-marker-cross:before {
    content: "\f8f0"
}
.fi-rr-map-marker-edit:before {
    content: "\f8f1"
}
.fi-rr-map-marker-home:before {
    content: "\f8f2"
}
.fi-rr-map-marker-minus:before {
    content: "\f8f3"
}
.fi-rr-map-marker-plus:before {
    content: "\f8f4"
}
.fi-rr-map-marker-question:before {
    content: "\f8f5"
}
.fi-rr-map-marker-slash:before {
    content: "\f8f6"
}
.fi-rr-map-marker-smile:before {
    content: "\f8f7"
}
.fi-rr-map-marker:before {
    content: "\f8f8"
}
.fi-rr-map-pin:before {
    content: "\f8f9"
}
.fi-rr-map-point:before {
    content: "\f8fa"
}
.fi-rr-map:before {
    content: "\f8fb"
}
.fi-rr-marker-time:before {
    content: "\f8fc"
}
.fi-rr-marker:before {
    content: "\f8fd"
}
.fi-rr-marketplace-alt:before {
    content: "\f8fe"
}
.fi-rr-marketplace-store:before {
    content: "\f8ff"
}
.fi-rr-marketplace:before {
    content: "\f900"
}
.fi-rr-mars-double:before {
    content: "\f901"
}
.fi-rr-mars-stroke-right:before {
    content: "\f902"
}
.fi-rr-mars-stroke-up:before {
    content: "\f903"
}
.fi-rr-mars:before {
    content: "\f904"
}
.fi-rr-martini-glass-citrus:before {
    content: "\f905"
}
.fi-rr-martini-glass-empty:before {
    content: "\f906"
}
.fi-rr-mask-carnival:before {
    content: "\f907"
}
.fi-rr-mask-face:before {
    content: "\f908"
}
.fi-rr-mask-snorkel:before {
    content: "\f909"
}
.fi-rr-mask:before {
    content: "\f90a"
}
.fi-rr-massage:before {
    content: "\f90b"
}
.fi-rr-match-fire:before {
    content: "\f90c"
}
.fi-rr-mattress-pillow:before {
    content: "\f90d"
}
.fi-rr-measuring-tape:before {
    content: "\f90e"
}
.fi-rr-meat:before {
    content: "\f90f"
}
.fi-rr-medal:before {
    content: "\f910"
}
.fi-rr-medical-star:before {
    content: "\f911"
}
.fi-rr-medicine:before {
    content: "\f912"
}
.fi-rr-meditation:before {
    content: "\f913"
}
.fi-rr-meeting-alt:before {
    content: "\f914"
}
.fi-rr-meeting:before {
    content: "\f915"
}
.fi-rr-megaphone-announcement-leader:before {
    content: "\f916"
}
.fi-rr-megaphone:before {
    content: "\f917"
}
.fi-rr-meh-blank:before {
    content: "\f918"
}
.fi-rr-meh-rolling-eyes:before {
    content: "\f919"
}
.fi-rr-meh:before {
    content: "\f91a"
}
.fi-rr-melon-alt:before {
    content: "\f91b"
}
.fi-rr-melon:before {
    content: "\f91c"
}
.fi-rr-member-list:before {
    content: "\f91d"
}
.fi-rr-member-search:before {
    content: "\f91e"
}
.fi-rr-membership-vip:before {
    content: "\f91f"
}
.fi-rr-membership:before {
    content: "\f920"
}
.fi-rr-memo-circle-check:before {
    content: "\f921"
}
.fi-rr-memo-pad:before {
    content: "\f922"
}
.fi-rr-memo:before {
    content: "\f923"
}
.fi-rr-memory:before {
    content: "\f924"
}
.fi-rr-menu-burger:before {
    content: "\f925"
}
.fi-rr-menu-dots-vertical:before {
    content: "\f926"
}
.fi-rr-menu-dots:before {
    content: "\f927"
}
.fi-rr-mercury:before {
    content: "\f928"
}
.fi-rr-message-arrow-down:before {
    content: "\f929"
}
.fi-rr-message-arrow-up-right:before {
    content: "\f92a"
}
.fi-rr-message-arrow-up:before {
    content: "\f92b"
}
.fi-rr-message-bot:before {
    content: "\f92c"
}
.fi-rr-message-code:before {
    content: "\f92d"
}
.fi-rr-message-dollar:before {
    content: "\f92e"
}
.fi-rr-message-heart:before {
    content: "\f92f"
}
.fi-rr-message-image:before {
    content: "\f930"
}
.fi-rr-message-question:before {
    content: "\f931"
}
.fi-rr-message-quote:before {
    content: "\f932"
}
.fi-rr-message-slash:before {
    content: "\f933"
}
.fi-rr-message-sms:before {
    content: "\f934"
}
.fi-rr-message-text:before {
    content: "\f935"
}
.fi-rr-message-xmark:before {
    content: "\f936"
}
.fi-rr-messages-dollar:before {
    content: "\f937"
}
.fi-rr-messages-question:before {
    content: "\f938"
}
.fi-rr-messages:before {
    content: "\f939"
}
.fi-rr-meteor:before {
    content: "\f93a"
}
.fi-rr-meter-bolt:before {
    content: "\f93b"
}
.fi-rr-meter-droplet:before {
    content: "\f93c"
}
.fi-rr-meter-fire:before {
    content: "\f93d"
}
.fi-rr-meter:before {
    content: "\f93e"
}
.fi-rr-method:before {
    content: "\f93f"
}
.fi-rr-microchip-ai:before {
    content: "\f940"
}
.fi-rr-microchip:before {
    content: "\f941"
}
.fi-rr-microphone-alt:before {
    content: "\f942"
}
.fi-rr-microphone-slash:before {
    content: "\f943"
}
.fi-rr-microphone:before {
    content: "\f944"
}
.fi-rr-microscope:before {
    content: "\f945"
}
.fi-rr-microwave:before {
    content: "\f946"
}
.fi-rr-milk-alt:before {
    content: "\f947"
}
.fi-rr-milk:before {
    content: "\f948"
}
.fi-rr-mill-sign:before {
    content: "\f949"
}
.fi-rr-mind-share:before {
    content: "\f94a"
}
.fi-rr-minus-circle:before {
    content: "\f94b"
}
.fi-rr-minus-hexagon:before {
    content: "\f94c"
}
.fi-rr-minus-small:before {
    content: "\f94d"
}
.fi-rr-minus:before {
    content: "\f94e"
}
.fi-rr-mistletoe:before {
    content: "\f94f"
}
.fi-rr-mix:before {
    content: "\f950"
}
.fi-rr-mobile-button:before {
    content: "\f951"
}
.fi-rr-mobile-notch:before {
    content: "\f952"
}
.fi-rr-mobile:before {
    content: "\f953"
}
.fi-rr-mockup:before {
    content: "\f954"
}
.fi-rr-mode-alt:before {
    content: "\f955"
}
.fi-rr-mode-landscape:before {
    content: "\f956"
}
.fi-rr-mode-portrait:before {
    content: "\f957"
}
.fi-rr-mode:before {
    content: "\f958"
}
.fi-rr-model-cube-arrows:before {
    content: "\f959"
}
.fi-rr-model-cube-space:before {
    content: "\f95a"
}
.fi-rr-model-cube:before {
    content: "\f95b"
}
.fi-rr-module:before {
    content: "\f95c"
}
.fi-rr-monday:before {
    content: "\f95d"
}
.fi-rr-money-bill-simple:before {
    content: "\f95e"
}
.fi-rr-money-bill-transfer:before {
    content: "\f95f"
}
.fi-rr-money-bill-wave-alt:before {
    content: "\f960"
}
.fi-rr-money-bill-wave:before {
    content: "\f961"
}
.fi-rr-money-bills-simple:before {
    content: "\f962"
}
.fi-rr-money-bills:before {
    content: "\f963"
}
.fi-rr-money-check-edit-alt:before {
    content: "\f964"
}
.fi-rr-money-check-edit:before {
    content: "\f965"
}
.fi-rr-money-check:before {
    content: "\f966"
}
.fi-rr-money-coin-transfer:before {
    content: "\f967"
}
.fi-rr-money-from-bracket:before {
    content: "\f968"
}
.fi-rr-money-simple-from-bracket:before {
    content: "\f969"
}
.fi-rr-money-transfer-alt:before {
    content: "\f96a"
}
.fi-rr-money-transfer-coin-arrow:before {
    content: "\f96b"
}
.fi-rr-money-transfer-smartphone:before {
    content: "\f96c"
}
.fi-rr-money-wings:before {
    content: "\f96d"
}
.fi-rr-money:before {
    content: "\f96e"
}
.fi-rr-monkey:before {
    content: "\f96f"
}
.fi-rr-monument:before {
    content: "\f970"
}
.fi-rr-moon-stars:before {
    content: "\f971"
}
.fi-rr-moon:before {
    content: "\f972"
}
.fi-rr-moped:before {
    content: "\f973"
}
.fi-rr-mortar-pestle:before {
    content: "\f974"
}
.fi-rr-mortgage:before {
    content: "\f975"
}
.fi-rr-mosque-alt:before {
    content: "\f976"
}
.fi-rr-mosque-moon:before {
    content: "\f977"
}
.fi-rr-mosque:before {
    content: "\f978"
}
.fi-rr-mosquito-net:before {
    content: "\f979"
}
.fi-rr-mosquito:before {
    content: "\f97a"
}
.fi-rr-motorcycle:before {
    content: "\f97b"
}
.fi-rr-mound:before {
    content: "\f97c"
}
.fi-rr-mountain-city:before {
    content: "\f97d"
}
.fi-rr-mountain:before {
    content: "\f97e"
}
.fi-rr-mountains:before {
    content: "\f97f"
}
.fi-rr-mouse-field:before {
    content: "\f980"
}
.fi-rr-mouse:before {
    content: "\f981"
}
.fi-rr-mov-file:before {
    content: "\f982"
}
.fi-rr-move-to-folder-2:before {
    content: "\f983"
}
.fi-rr-move-to-folder:before {
    content: "\f984"
}
.fi-rr-mp3-file:before {
    content: "\f985"
}
.fi-rr-mp3-player:before {
    content: "\f986"
}
.fi-rr-mp4-file:before {
    content: "\f987"
}
.fi-rr-mug-alt:before {
    content: "\f988"
}
.fi-rr-mug-hot-alt:before {
    content: "\f989"
}
.fi-rr-mug-hot:before {
    content: "\f98a"
}
.fi-rr-mug-marshmallows:before {
    content: "\f98b"
}
.fi-rr-mug-tea-saucer:before {
    content: "\f98c"
}
.fi-rr-mug-tea:before {
    content: "\f98d"
}
.fi-rr-mug:before {
    content: "\f98e"
}
.fi-rr-multiple-alt:before {
    content: "\f98f"
}
.fi-rr-multiple:before {
    content: "\f990"
}
.fi-rr-muscle:before {
    content: "\f991"
}
.fi-rr-mushroom-alt:before {
    content: "\f992"
}
.fi-rr-mushroom:before {
    content: "\f993"
}
.fi-rr-music-alt:before {
    content: "\f994"
}
.fi-rr-music-file:before {
    content: "\f995"
}
.fi-rr-music-note-slash:before {
    content: "\f996"
}
.fi-rr-music-note:before {
    content: "\f997"
}
.fi-rr-music-slash:before {
    content: "\f998"
}
.fi-rr-music:before {
    content: "\f999"
}
.fi-rr-n:before {
    content: "\f99a"
}
.fi-rr-naira-sign:before {
    content: "\f99b"
}
.fi-rr-narwhal:before {
    content: "\f99c"
}
.fi-rr-navigation:before {
    content: "\f99d"
}
.fi-rr-nesting-dolls:before {
    content: "\f99e"
}
.fi-rr-network-analytic:before {
    content: "\f99f"
}
.fi-rr-network-cloud:before {
    content: "\f9a0"
}
.fi-rr-network:before {
    content: "\f9a1"
}
.fi-rr-neuter:before {
    content: "\f9a2"
}
.fi-rr-newsletter-subscribe:before {
    content: "\f9a3"
}
.fi-rr-newspaper-open:before {
    content: "\f9a4"
}
.fi-rr-newspaper:before {
    content: "\f9a5"
}
.fi-rr-nfc-lock:before {
    content: "\f9a6"
}
.fi-rr-nfc-magnifying-glass:before {
    content: "\f9a7"
}
.fi-rr-nfc-pen:before {
    content: "\f9a8"
}
.fi-rr-nfc-slash:before {
    content: "\f9a9"
}
.fi-rr-nfc-trash:before {
    content: "\f9aa"
}
.fi-rr-nfc:before {
    content: "\f9ab"
}
.fi-rr-night-day:before {
    content: "\f9ac"
}
.fi-rr-no-fee:before {
    content: "\f9ad"
}
.fi-rr-no-people:before {
    content: "\f9ae"
}
.fi-rr-noodles:before {
    content: "\f9af"
}
.fi-rr-nose:before {
    content: "\f9b0"
}
.fi-rr-not-equal:before {
    content: "\f9b1"
}
.fi-rr-not-found-alt:before {
    content: "\f9b2"
}
.fi-rr-not-found-magnifying-glass:before {
    content: "\f9b3"
}
.fi-rr-not-found:before {
    content: "\f9b4"
}
.fi-rr-notdef:before {
    content: "\f9b5"
}
.fi-rr-note-medical:before {
    content: "\f9b6"
}
.fi-rr-note-sticky:before {
    content: "\f9b7"
}
.fi-rr-note:before {
    content: "\f9b8"
}
.fi-rr-notebook-alt:before {
    content: "\f9b9"
}
.fi-rr-notebook:before {
    content: "\f9ba"
}
.fi-rr-notes-medical:before {
    content: "\f9bb"
}
.fi-rr-notes:before {
    content: "\f9bc"
}
.fi-rr-o:before {
    content: "\f9bd"
}
.fi-rr-object-exclude:before {
    content: "\f9be"
}
.fi-rr-object-group:before {
    content: "\f9bf"
}
.fi-rr-object-intersect:before {
    content: "\f9c0"
}
.fi-rr-object-subtract:before {
    content: "\f9c1"
}
.fi-rr-object-ungroup:before {
    content: "\f9c2"
}
.fi-rr-object-union:before {
    content: "\f9c3"
}
.fi-rr-objects-column:before {
    content: "\f9c4"
}
.fi-rr-octagon-check:before {
    content: "\f9c5"
}
.fi-rr-octagon-divide:before {
    content: "\f9c6"
}
.fi-rr-octagon-exclamation:before {
    content: "\f9c7"
}
.fi-rr-octagon-minus:before {
    content: "\f9c8"
}
.fi-rr-octagon-plus:before {
    content: "\f9c9"
}
.fi-rr-octagon-xmark:before {
    content: "\f9ca"
}
.fi-rr-octagon:before {
    content: "\f9cb"
}
.fi-rr-oil-can:before {
    content: "\f9cc"
}
.fi-rr-oil-temp:before {
    content: "\f9cd"
}
.fi-rr-olive-oil:before {
    content: "\f9ce"
}
.fi-rr-olive:before {
    content: "\f9cf"
}
.fi-rr-olives:before {
    content: "\f9d0"
}
.fi-rr-om:before {
    content: "\f9d1"
}
.fi-rr-omega:before {
    content: "\f9d2"
}
.fi-rr-onboarding:before {
    content: "\f9d3"
}
.fi-rr-onion:before {
    content: "\f9d4"
}
.fi-rr-opacity:before {
    content: "\f9d5"
}
.fi-rr-open-mail-clip:before {
    content: "\f9d6"
}
.fi-rr-operating-system-upgrade:before {
    content: "\f9d7"
}
.fi-rr-operation:before {
    content: "\f9d8"
}
.fi-rr-order-history:before {
    content: "\f9d9"
}
.fi-rr-organization-chart:before {
    content: "\f9da"
}
.fi-rr-ornament:before {
    content: "\f9db"
}
.fi-rr-otp:before {
    content: "\f9dc"
}
.fi-rr-otter:before {
    content: "\f9dd"
}
.fi-rr-outdent:before {
    content: "\f9de"
}
.fi-rr-oval-alt:before {
    content: "\f9df"
}
.fi-rr-oval:before {
    content: "\f9e0"
}
.fi-rr-oven:before {
    content: "\f9e1"
}
.fi-rr-overline:before {
    content: "\f9e2"
}
.fi-rr-overview:before {
    content: "\f9e3"
}
.fi-rr-p:before {
    content: "\f9e4"
}
.fi-rr-package:before {
    content: "\f9e5"
}
.fi-rr-padlock-check:before {
    content: "\f9e6"
}
.fi-rr-page-break:before {
    content: "\f9e7"
}
.fi-rr-pager:before {
    content: "\f9e8"
}
.fi-rr-paid:before {
    content: "\f9e9"
}
.fi-rr-paint-brush:before {
    content: "\f9ea"
}
.fi-rr-paint-roller:before {
    content: "\f9eb"
}
.fi-rr-paintbrush-pencil:before {
    content: "\f9ec"
}
.fi-rr-palette:before {
    content: "\f9ed"
}
.fi-rr-pallet-alt:before {
    content: "\f9ee"
}
.fi-rr-pallet:before {
    content: "\f9ef"
}
.fi-rr-pan-food:before {
    content: "\f9f0"
}
.fi-rr-pan-frying:before {
    content: "\f9f1"
}
.fi-rr-pan:before {
    content: "\f9f2"
}
.fi-rr-pancakes:before {
    content: "\f9f3"
}
.fi-rr-panorama:before {
    content: "\f9f4"
}
.fi-rr-paper-plane-launch:before {
    content: "\f9f5"
}
.fi-rr-paper-plane-top:before {
    content: "\f9f6"
}
.fi-rr-paper-plane:before {
    content: "\f9f7"
}
.fi-rr-paperclip-vertical:before {
    content: "\f9f8"
}
.fi-rr-parachute-box:before {
    content: "\f9f9"
}
.fi-rr-paragraph-left:before {
    content: "\f9fa"
}
.fi-rr-paragraph:before {
    content: "\f9fb"
}
.fi-rr-parking-circle-slash:before {
    content: "\f9fc"
}
.fi-rr-parking-circle:before {
    content: "\f9fd"
}
.fi-rr-parking-slash:before {
    content: "\f9fe"
}
.fi-rr-parking:before {
    content: "\f9ff"
}
.fi-rr-party-bell:before {
    content: "\fa00"
}
.fi-rr-party-horn:before {
    content: "\fa01"
}
.fi-rr-passport:before {
    content: "\fa02"
}
.fi-rr-password-alt:before {
    content: "\fa03"
}
.fi-rr-password-computer:before {
    content: "\fa04"
}
.fi-rr-password-email:before {
    content: "\fa05"
}
.fi-rr-password-smartphone:before {
    content: "\fa06"
}
.fi-rr-password:before {
    content: "\fa07"
}
.fi-rr-paste:before {
    content: "\fa08"
}
.fi-rr-pattern:before {
    content: "\fa09"
}
.fi-rr-pause-circle:before {
    content: "\fa0a"
}
.fi-rr-pause-square:before {
    content: "\fa0b"
}
.fi-rr-pause:before {
    content: "\fa0c"
}
.fi-rr-paw-claws:before {
    content: "\fa0d"
}
.fi-rr-paw-heart:before {
    content: "\fa0e"
}
.fi-rr-paw:before {
    content: "\fa0f"
}
.fi-rr-payment-pos:before {
    content: "\fa10"
}
.fi-rr-payroll-calendar:before {
    content: "\fa11"
}
.fi-rr-payroll-check:before {
    content: "\fa12"
}
.fi-rr-payroll:before {
    content: "\fa13"
}
.fi-rr-peace:before {
    content: "\fa14"
}
.fi-rr-peach:before {
    content: "\fa15"
}
.fi-rr-peanut:before {
    content: "\fa16"
}
.fi-rr-peanuts:before {
    content: "\fa17"
}
.fi-rr-peapod:before {
    content: "\fa18"
}
.fi-rr-pear:before {
    content: "\fa19"
}
.fi-rr-pedestal:before {
    content: "\fa1a"
}
.fi-rr-pen-circle:before {
    content: "\fa1b"
}
.fi-rr-pen-clip-slash:before {
    content: "\fa1c"
}
.fi-rr-pen-clip:before {
    content: "\fa1d"
}
.fi-rr-pen-fancy-slash:before {
    content: "\fa1e"
}
.fi-rr-pen-fancy:before {
    content: "\fa1f"
}
.fi-rr-pen-field:before {
    content: "\fa20"
}
.fi-rr-pen-nib-slash:before {
    content: "\fa21"
}
.fi-rr-pen-nib:before {
    content: "\fa22"
}
.fi-rr-pen-slash:before {
    content: "\fa23"
}
.fi-rr-pen-square:before {
    content: "\fa24"
}
.fi-rr-pen-swirl:before {
    content: "\fa25"
}
.fi-rr-pencil-paintbrush:before {
    content: "\fa26"
}
.fi-rr-pencil-ruler:before {
    content: "\fa27"
}
.fi-rr-pencil-slash:before {
    content: "\fa28"
}
.fi-rr-pencil:before {
    content: "\fa29"
}
.fi-rr-pending:before {
    content: "\fa2a"
}
.fi-rr-pennant:before {
    content: "\fa2b"
}
.fi-rr-people-arrows-left-right:before {
    content: "\fa2c"
}
.fi-rr-people-carry-box:before {
    content: "\fa2d"
}
.fi-rr-people-dress:before {
    content: "\fa2e"
}
.fi-rr-people-network-partner:before {
    content: "\fa2f"
}
.fi-rr-people-pants:before {
    content: "\fa30"
}
.fi-rr-people-poll:before {
    content: "\fa31"
}
.fi-rr-people-pulling:before {
    content: "\fa32"
}
.fi-rr-people-roof:before {
    content: "\fa33"
}
.fi-rr-people:before {
    content: "\fa34"
}
.fi-rr-pepper-alt:before {
    content: "\fa35"
}
.fi-rr-pepper-hot:before {
    content: "\fa36"
}
.fi-rr-pepper:before {
    content: "\fa37"
}
.fi-rr-percent-10:before {
    content: "\fa38"
}
.fi-rr-percent-100:before {
    content: "\fa39"
}
.fi-rr-percent-20:before {
    content: "\fa3a"
}
.fi-rr-percent-25:before {
    content: "\fa3b"
}
.fi-rr-percent-30:before {
    content: "\fa3c"
}
.fi-rr-percent-40:before {
    content: "\fa3d"
}
.fi-rr-percent-50:before {
    content: "\fa3e"
}
.fi-rr-percent-60:before {
    content: "\fa3f"
}
.fi-rr-percent-70:before {
    content: "\fa40"
}
.fi-rr-percent-75:before {
    content: "\fa41"
}
.fi-rr-percent-80:before {
    content: "\fa42"
}
.fi-rr-percent-90:before {
    content: "\fa43"
}
.fi-rr-percentage:before {
    content: "\fa44"
}
.fi-rr-person-burst:before {
    content: "\fa45"
}
.fi-rr-person-carry-box:before {
    content: "\fa46"
}
.fi-rr-person-circle-check:before {
    content: "\fa47"
}
.fi-rr-person-circle-exclamation:before {
    content: "\fa48"
}
.fi-rr-person-circle-minus:before {
    content: "\fa49"
}
.fi-rr-person-circle-plus:before {
    content: "\fa4a"
}
.fi-rr-person-circle-question:before {
    content: "\fa4b"
}
.fi-rr-person-circle-xmark:before {
    content: "\fa4c"
}
.fi-rr-person-cv:before {
    content: "\fa4d"
}
.fi-rr-person-dolly-empty:before {
    content: "\fa4e"
}
.fi-rr-person-dolly:before {
    content: "\fa4f"
}
.fi-rr-person-dress-simple:before {
    content: "\fa50"
}
.fi-rr-person-dress:before {
    content: "\fa51"
}
.fi-rr-person-luggage:before {
    content: "\fa52"
}
.fi-rr-person-lunge:before {
    content: "\fa53"
}
.fi-rr-person-pilates:before {
    content: "\fa54"
}
.fi-rr-person-praying:before {
    content: "\fa55"
}
.fi-rr-person-pregnant:before {
    content: "\fa56"
}
.fi-rr-person-seat-reclined:before {
    content: "\fa57"
}
.fi-rr-person-seat:before {
    content: "\fa58"
}
.fi-rr-person-shelter:before {
    content: "\fa59"
}
.fi-rr-person-sign:before {
    content: "\fa5a"
}
.fi-rr-person-simple:before {
    content: "\fa5b"
}
.fi-rr-person-walking-with-cane:before {
    content: "\fa5c"
}
.fi-rr-peseta-sign:before {
    content: "\fa5d"
}
.fi-rr-peso-sign:before {
    content: "\fa5e"
}
.fi-rr-pets:before {
    content: "\fa5f"
}
.fi-rr-pharmacy:before {
    content: "\fa60"
}
.fi-rr-phone-call:before {
    content: "\fa61"
}
.fi-rr-phone-cross:before {
    content: "\fa62"
}
.fi-rr-phone-flip:before {
    content: "\fa63"
}
.fi-rr-phone-guide:before {
    content: "\fa64"
}
.fi-rr-phone-heart-message:before {
    content: "\fa65"
}
.fi-rr-phone-office:before {
    content: "\fa66"
}
.fi-rr-phone-pause:before {
    content: "\fa67"
}
.fi-rr-phone-plus:before {
    content: "\fa68"
}
.fi-rr-phone-rotary:before {
    content: "\fa69"
}
.fi-rr-phone-slash:before {
    content: "\fa6a"
}
.fi-rr-photo-capture:before {
    content: "\fa6b"
}
.fi-rr-photo-film-music:before {
    content: "\fa6c"
}
.fi-rr-photo-video:before {
    content: "\fa6d"
}
.fi-rr-physics:before {
    content: "\fa6e"
}
.fi-rr-Pi:before {
    content: "\fa6f"
}
.fi-rr-piano-keyboard:before {
    content: "\fa70"
}
.fi-rr-piano:before {
    content: "\fa71"
}
.fi-rr-pickaxe:before {
    content: "\fa72"
}
.fi-rr-picking-box:before {
    content: "\fa73"
}
.fi-rr-picking:before {
    content: "\fa74"
}
.fi-rr-picnic:before {
    content: "\fa75"
}
.fi-rr-picpeople-filled:before {
    content: "\fa76"
}
.fi-rr-picpeople:before {
    content: "\fa77"
}
.fi-rr-picture:before {
    content: "\fa78"
}
.fi-rr-pie:before {
    content: "\fa79"
}
.fi-rr-piece:before {
    content: "\fa7a"
}
.fi-rr-pig-bank-bulb:before {
    content: "\fa7b"
}
.fi-rr-pig-face:before {
    content: "\fa7c"
}
.fi-rr-pig:before {
    content: "\fa7d"
}
.fi-rr-piggy-bank-budget:before {
    content: "\fa7e"
}
.fi-rr-piggy-bank:before {
    content: "\fa7f"
}
.fi-rr-pills:before {
    content: "\fa80"
}
.fi-rr-pinata:before {
    content: "\fa81"
}
.fi-rr-pineapple-alt:before {
    content: "\fa82"
}
.fi-rr-pineapple:before {
    content: "\fa83"
}
.fi-rr-ping-pong:before {
    content: "\fa84"
}
.fi-rr-pipe-smoking:before {
    content: "\fa85"
}
.fi-rr-pizza-slice:before {
    content: "\fa86"
}
.fi-rr-place-of-worship:before {
    content: "\fa87"
}
.fi-rr-plan-strategy:before {
    content: "\fa88"
}
.fi-rr-plan:before {
    content: "\fa89"
}
.fi-rr-plane-alt:before {
    content: "\fa8a"
}
.fi-rr-plane-arrival:before {
    content: "\fa8b"
}
.fi-rr-plane-departure:before {
    content: "\fa8c"
}
.fi-rr-plane-prop:before {
    content: "\fa8d"
}
.fi-rr-plane-slash:before {
    content: "\fa8e"
}
.fi-rr-plane-tail:before {
    content: "\fa8f"
}
.fi-rr-plane:before {
    content: "\fa90"
}
.fi-rr-planet-moon:before {
    content: "\fa91"
}
.fi-rr-planet-ringed:before {
    content: "\fa92"
}
.fi-rr-plant-care:before {
    content: "\fa93"
}
.fi-rr-plant-growth:before {
    content: "\fa94"
}
.fi-rr-plant-seed-invest:before {
    content: "\fa95"
}
.fi-rr-plant-wilt:before {
    content: "\fa96"
}
.fi-rr-plate-utensils:before {
    content: "\fa97"
}
.fi-rr-plate-wheat:before {
    content: "\fa98"
}
.fi-rr-plate:before {
    content: "\fa99"
}
.fi-rr-play-alt:before {
    content: "\fa9a"
}
.fi-rr-play-circle:before {
    content: "\fa9b"
}
.fi-rr-play-microphone:before {
    content: "\fa9c"
}
.fi-rr-play-pause:before {
    content: "\fa9d"
}
.fi-rr-play:before {
    content: "\fa9e"
}
.fi-rr-playing-cards:before {
    content: "\fa9f"
}
.fi-rr-plug-alt:before {
    content: "\faa0"
}
.fi-rr-plug-cable:before {
    content: "\faa1"
}
.fi-rr-plug-circle-bolt:before {
    content: "\faa2"
}
.fi-rr-plug-circle-check:before {
    content: "\faa3"
}
.fi-rr-plug-circle-exclamation:before {
    content: "\faa4"
}
.fi-rr-plug-circle-minus:before {
    content: "\faa5"
}
.fi-rr-plug-circle-plus:before {
    content: "\faa6"
}
.fi-rr-plug-connection:before {
    content: "\faa7"
}
.fi-rr-plug:before {
    content: "\faa8"
}
.fi-rr-plus-hexagon:before {
    content: "\faa9"
}
.fi-rr-plus-minus:before {
    content: "\faaa"
}
.fi-rr-plus-small:before {
    content: "\faab"
}
.fi-rr-plus:before {
    content: "\faac"
}
.fi-rr-png-file:before {
    content: "\faad"
}
.fi-rr-podcast:before {
    content: "\faae"
}
.fi-rr-podium-star:before {
    content: "\faaf"
}
.fi-rr-podium-victory-leader:before {
    content: "\fab0"
}
.fi-rr-podium:before {
    content: "\fab1"
}
.fi-rr-point-of-sale-bill:before {
    content: "\fab2"
}
.fi-rr-point-of-sale-signal:before {
    content: "\fab3"
}
.fi-rr-point-of-sale:before {
    content: "\fab4"
}
.fi-rr-pointer-loading:before {
    content: "\fab5"
}
.fi-rr-pointer-text:before {
    content: "\fab6"
}
.fi-rr-poker-chip:before {
    content: "\fab7"
}
.fi-rr-police-box:before {
    content: "\fab8"
}
.fi-rr-poll-h:before {
    content: "\fab9"
}
.fi-rr-pollution:before {
    content: "\faba"
}
.fi-rr-pompebled:before {
    content: "\fabb"
}
.fi-rr-poo-bolt:before {
    content: "\fabc"
}
.fi-rr-poo:before {
    content: "\fabd"
}
.fi-rr-pool-8-ball:before {
    content: "\fabe"
}
.fi-rr-poop:before {
    content: "\fabf"
}
.fi-rr-popcorn:before {
    content: "\fac0"
}
.fi-rr-popsicle:before {
    content: "\fac1"
}
.fi-rr-portal-enter:before {
    content: "\fac2"
}
.fi-rr-portal-exit:before {
    content: "\fac3"
}
.fi-rr-portrait:before {
    content: "\fac4"
}
.fi-rr-postal-address:before {
    content: "\fac5"
}
.fi-rr-pot:before {
    content: "\fac6"
}
.fi-rr-potato:before {
    content: "\fac7"
}
.fi-rr-pound:before {
    content: "\fac8"
}
.fi-rr-power:before {
    content: "\fac9"
}
.fi-rr-ppt-file:before {
    content: "\faca"
}
.fi-rr-practice:before {
    content: "\facb"
}
.fi-rr-praying-hands:before {
    content: "\facc"
}
.fi-rr-prescription-bottle-alt:before {
    content: "\facd"
}
.fi-rr-prescription-bottle-pill:before {
    content: "\face"
}
.fi-rr-prescription-bottle:before {
    content: "\facf"
}
.fi-rr-prescription:before {
    content: "\fad0"
}
.fi-rr-presentation:before {
    content: "\fad1"
}
.fi-rr-preview:before {
    content: "\fad2"
}
.fi-rr-previous-square:before {
    content: "\fad3"
}
.fi-rr-print-magnifying-glass:before {
    content: "\fad4"
}
.fi-rr-print-slash:before {
    content: "\fad5"
}
.fi-rr-print:before {
    content: "\fad6"
}
.fi-rr-priority-arrow:before {
    content: "\fad7"
}
.fi-rr-priority-arrows:before {
    content: "\fad8"
}
.fi-rr-priority-importance:before {
    content: "\fad9"
}
.fi-rr-problem-solving:before {
    content: "\fada"
}
.fi-rr-procedures:before {
    content: "\fadb"
}
.fi-rr-process:before {
    content: "\fadc"
}
.fi-rr-productivity:before {
    content: "\fadd"
}
.fi-rr-progress-complete:before {
    content: "\fade"
}
.fi-rr-progress-download:before {
    content: "\fadf"
}
.fi-rr-progress-upload:before {
    content: "\fae0"
}
.fi-rr-projector:before {
    content: "\fae1"
}
.fi-rr-protractor:before {
    content: "\fae2"
}
.fi-rr-pulse:before {
    content: "\fae3"
}
.fi-rr-pump-medical:before {
    content: "\fae4"
}
.fi-rr-pump:before {
    content: "\fae5"
}
.fi-rr-pumpkin-alt-2:before {
    content: "\fae6"
}
.fi-rr-pumpkin-alt:before {
    content: "\fae7"
}
.fi-rr-pumpkin:before {
    content: "\fae8"
}
.fi-rr-puzzle-alt:before {
    content: "\fae9"
}
.fi-rr-puzzle-piece-integration:before {
    content: "\faea"
}
.fi-rr-puzzle-pieces:before {
    content: "\faeb"
}
.fi-rr-puzzle:before {
    content: "\faec"
}
.fi-rr-pyramid:before {
    content: "\faed"
}
.fi-rr-q:before {
    content: "\faee"
}
.fi-rr-qr-scan:before {
    content: "\faef"
}
.fi-rr-QR:before {
    content: "\faf0"
}
.fi-rr-qrcode:before {
    content: "\faf1"
}
.fi-rr-question-square:before {
    content: "\faf2"
}
.fi-rr-question:before {
    content: "\faf3"
}
.fi-rr-queue-alt:before {
    content: "\faf4"
}
.fi-rr-queue-line:before {
    content: "\faf5"
}
.fi-rr-queue-signal:before {
    content: "\faf6"
}
.fi-rr-queue:before {
    content: "\faf7"
}
.fi-rr-quill-pen-story:before {
    content: "\faf8"
}
.fi-rr-quiz-alt:before {
    content: "\faf9"
}
.fi-rr-quiz:before {
    content: "\fafa"
}
.fi-rr-quote-right:before {
    content: "\fafb"
}
.fi-rr-r:before {
    content: "\fafc"
}
.fi-rr-rabbit-fast:before {
    content: "\fafd"
}
.fi-rr-rabbit:before {
    content: "\fafe"
}
.fi-rr-raccoon:before {
    content: "\faff"
}
.fi-rr-racquet:before {
    content: "\fb00"
}
.fi-rr-radar-monitoring-track:before {
    content: "\fb01"
}
.fi-rr-radar:before {
    content: "\fb02"
}
.fi-rr-radiation-alt:before {
    content: "\fb03"
}
.fi-rr-radiation:before {
    content: "\fb04"
}
.fi-rr-radio-alt:before {
    content: "\fb05"
}
.fi-rr-radio-button:before {
    content: "\fb06"
}
.fi-rr-radio:before {
    content: "\fb07"
}
.fi-rr-radish:before {
    content: "\fb08"
}
.fi-rr-rainbow:before {
    content: "\fb09"
}
.fi-rr-raindrops:before {
    content: "\fb0a"
}
.fi-rr-ram:before {
    content: "\fb0b"
}
.fi-rr-ramp-loading:before {
    content: "\fb0c"
}
.fi-rr-rank:before {
    content: "\fb0d"
}
.fi-rr-ranking-podium-empty:before {
    content: "\fb0e"
}
.fi-rr-ranking-podium:before {
    content: "\fb0f"
}
.fi-rr-ranking-star:before {
    content: "\fb10"
}
.fi-rr-ranking-stars:before {
    content: "\fb11"
}
.fi-rr-raygun:before {
    content: "\fb12"
}
.fi-rr-razor-barber:before {
    content: "\fb13"
}
.fi-rr-react:before {
    content: "\fb14"
}
.fi-rr-rec:before {
    content: "\fb15"
}
.fi-rr-receipt:before {
    content: "\fb16"
}
.fi-rr-recipe-book:before {
    content: "\fb17"
}
.fi-rr-recipe:before {
    content: "\fb18"
}
.fi-rr-record-vinyl:before {
    content: "\fb19"
}
.fi-rr-rectabgle-vertical:before {
    content: "\fb1a"
}
.fi-rr-rectangle-barcode:before {
    content: "\fb1b"
}
.fi-rr-rectangle-code:before {
    content: "\fb1c"
}
.fi-rr-rectangle-history-circle-plus:before {
    content: "\fb1d"
}
.fi-rr-rectangle-horizontal:before {
    content: "\fb1e"
}
.fi-rr-rectangle-list:before {
    content: "\fb1f"
}
.fi-rr-rectangle-panoramic:before {
    content: "\fb20"
}
.fi-rr-rectangle-pro:before {
    content: "\fb21"
}
.fi-rr-rectangle-vertical-history:before {
    content: "\fb22"
}
.fi-rr-rectangle-vertical:before {
    content: "\fb23"
}
.fi-rr-rectangle-xmark:before {
    content: "\fb24"
}
.fi-rr-rectangles-mixed:before {
    content: "\fb25"
}
.fi-rr-recycle-bin:before {
    content: "\fb26"
}
.fi-rr-recycle:before {
    content: "\fb27"
}
.fi-rr-redo-alt:before {
    content: "\fb28"
}
.fi-rr-redo:before {
    content: "\fb29"
}
.fi-rr-reel:before {
    content: "\fb2a"
}
.fi-rr-refer-arrow:before {
    content: "\fb2b"
}
.fi-rr-refer:before {
    content: "\fb2c"
}
.fi-rr-referral-alt:before {
    content: "\fb2d"
}
.fi-rr-referral-user:before {
    content: "\fb2e"
}
.fi-rr-referral:before {
    content: "\fb2f"
}
.fi-rr-reflect-horizontal-alt:before {
    content: "\fb30"
}
.fi-rr-reflect-horizontal:before {
    content: "\fb31"
}
.fi-rr-reflect-vertical:before {
    content: "\fb32"
}
.fi-rr-reflect:before {
    content: "\fb33"
}
.fi-rr-refresh:before {
    content: "\fb34"
}
.fi-rr-refrigerator:before {
    content: "\fb35"
}
.fi-rr-refund-alt:before {
    content: "\fb36"
}
.fi-rr-refund:before {
    content: "\fb37"
}
.fi-rr-region-pin-alt:before {
    content: "\fb38"
}
.fi-rr-region-pin:before {
    content: "\fb39"
}
.fi-rr-registered:before {
    content: "\fb3a"
}
.fi-rr-registration-paper:before {
    content: "\fb3b"
}
.fi-rr-remove-folder:before {
    content: "\fb3c"
}
.fi-rr-remove-user:before {
    content: "\fb3d"
}
.fi-rr-rent-signal:before {
    content: "\fb3e"
}
.fi-rr-rent:before {
    content: "\fb3f"
}
.fi-rr-replace:before {
    content: "\fb40"
}
.fi-rr-replay-10:before {
    content: "\fb41"
}
.fi-rr-replay-30:before {
    content: "\fb42"
}
.fi-rr-replay-5:before {
    content: "\fb43"
}
.fi-rr-reply-all:before {
    content: "\fb44"
}
.fi-rr-republican:before {
    content: "\fb45"
}
.fi-rr-reservation-smartphone:before {
    content: "\fb46"
}
.fi-rr-reservation-table:before {
    content: "\fb47"
}
.fi-rr-resistance-band:before {
    content: "\fb48"
}
.fi-rr-resize:before {
    content: "\fb49"
}
.fi-rr-resources:before {
    content: "\fb4a"
}
.fi-rr-restaurant:before {
    content: "\fb4b"
}
.fi-rr-restock:before {
    content: "\fb4c"
}
.fi-rr-restroom-simple:before {
    content: "\fb4d"
}
.fi-rr-resume:before {
    content: "\fb4e"
}
.fi-rr-revenue-alt:before {
    content: "\fb4f"
}
.fi-rr-revenue-euro:before {
    content: "\fb50"
}
.fi-rr-Revenue:before {
    content: "\fb51"
}
.fi-rr-review:before {
    content: "\fb52"
}
.fi-rr-rewind-button-circle:before {
    content: "\fb53"
}
.fi-rr-rewind:before {
    content: "\fb54"
}
.fi-rr-rhombus:before {
    content: "\fb55"
}
.fi-rr-ribbon:before {
    content: "\fb56"
}
.fi-rr-right-from-bracket:before {
    content: "\fb57"
}
.fi-rr-right:before {
    content: "\fb58"
}
.fi-rr-ring-diamond:before {
    content: "\fb59"
}
.fi-rr-ring:before {
    content: "\fb5a"
}
.fi-rr-rings-wedding:before {
    content: "\fb5b"
}
.fi-rr-risk-alt:before {
    content: "\fb5c"
}
.fi-rr-risk:before {
    content: "\fb5d"
}
.fi-rr-road-barrier:before {
    content: "\fb5e"
}
.fi-rr-road-sign-left:before {
    content: "\fb5f"
}
.fi-rr-road:before {
    content: "\fb60"
}
.fi-rr-robot:before {
    content: "\fb61"
}
.fi-rr-robotic-arm:before {
    content: "\fb62"
}
.fi-rr-rocket-lunch:before {
    content: "\fb63"
}
.fi-rr-rocket:before {
    content: "\fb64"
}
.fi-rr-roller-coaster:before {
    content: "\fb65"
}
.fi-rr-room-service:before {
    content: "\fb66"
}
.fi-rr-rotate-exclamation:before {
    content: "\fb67"
}
.fi-rr-rotate-left:before {
    content: "\fb68"
}
.fi-rr-rotate-reverse:before {
    content: "\fb69"
}
.fi-rr-rotate-right:before {
    content: "\fb6a"
}
.fi-rr-rotate-square:before {
    content: "\fb6b"
}
.fi-rr-roulette:before {
    content: "\fb6c"
}
.fi-rr-route-highway:before {
    content: "\fb6d"
}
.fi-rr-route-interstate:before {
    content: "\fb6e"
}
.fi-rr-route:before {
    content: "\fb6f"
}
.fi-rr-router:before {
    content: "\fb70"
}
.fi-rr-rss-alt:before {
    content: "\fb71"
}
.fi-rr-rss:before {
    content: "\fb72"
}
.fi-rr-ruble-sign:before {
    content: "\fb73"
}
.fi-rr-rugby:before {
    content: "\fb74"
}
.fi-rr-ruler-combined:before {
    content: "\fb75"
}
.fi-rr-ruler-horizontal:before {
    content: "\fb76"
}
.fi-rr-ruler-triangle:before {
    content: "\fb77"
}
.fi-rr-ruler-vertical:before {
    content: "\fb78"
}
.fi-rr-rules-alt:before {
    content: "\fb79"
}
.fi-rr-rules:before {
    content: "\fb7a"
}
.fi-rr-running-track:before {
    content: "\fb7b"
}
.fi-rr-running:before {
    content: "\fb7c"
}
.fi-rr-rupee-sign:before {
    content: "\fb7d"
}
.fi-rr-rupiah-sign:before {
    content: "\fb7e"
}
.fi-rr-rv:before {
    content: "\fb7f"
}
.fi-rr-s:before {
    content: "\fb80"
}
.fi-rr-sack-dollar:before {
    content: "\fb81"
}
.fi-rr-sack:before {
    content: "\fb82"
}
.fi-rr-sad-cry:before {
    content: "\fb83"
}
.fi-rr-sad-tear:before {
    content: "\fb84"
}
.fi-rr-sad:before {
    content: "\fb85"
}
.fi-rr-safe-box:before {
    content: "\fb86"
}
.fi-rr-sailboat:before {
    content: "\fb87"
}
.fi-rr-salad:before {
    content: "\fb88"
}
.fi-rr-salary-alt:before {
    content: "\fb89"
}
.fi-rr-salt-pepper:before {
    content: "\fb8a"
}
.fi-rr-salt-shaker:before {
    content: "\fb8b"
}
.fi-rr-sandwich-alt:before {
    content: "\fb8c"
}
.fi-rr-sandwich:before {
    content: "\fb8d"
}
.fi-rr-satellite-dish:before {
    content: "\fb8e"
}
.fi-rr-satellite:before {
    content: "\fb8f"
}
.fi-rr-saturday:before {
    content: "\fb90"
}
.fi-rr-sauce:before {
    content: "\fb91"
}
.fi-rr-sausage:before {
    content: "\fb92"
}
.fi-rr-sax-hot:before {
    content: "\fb93"
}
.fi-rr-saxophone:before {
    content: "\fb94"
}
.fi-rr-scale-comparison-alt:before {
    content: "\fb95"
}
.fi-rr-scale-comparison:before {
    content: "\fb96"
}
.fi-rr-scale:before {
    content: "\fb97"
}
.fi-rr-scalpel-path:before {
    content: "\fb98"
}
.fi-rr-scalpel:before {
    content: "\fb99"
}
.fi-rr-scanner-gun:before {
    content: "\fb9a"
}
.fi-rr-scanner-image:before {
    content: "\fb9b"
}
.fi-rr-scanner-keyboard:before {
    content: "\fb9c"
}
.fi-rr-scanner-touchscreen:before {
    content: "\fb9d"
}
.fi-rr-scarecrow:before {
    content: "\fb9e"
}
.fi-rr-scarf:before {
    content: "\fb9f"
}
.fi-rr-school-bus:before {
    content: "\fba0"
}
.fi-rr-school:before {
    content: "\fba1"
}
.fi-rr-scissors:before {
    content: "\fba2"
}
.fi-rr-scooter:before {
    content: "\fba3"
}
.fi-rr-screen:before {
    content: "\fba4"
}
.fi-rr-screencast:before {
    content: "\fba5"
}
.fi-rr-screw-alt:before {
    content: "\fba6"
}
.fi-rr-screw:before {
    content: "\fba7"
}
.fi-rr-screwdriver:before {
    content: "\fba8"
}
.fi-rr-scribble:before {
    content: "\fba9"
}
.fi-rr-script:before {
    content: "\fbaa"
}
.fi-rr-scroll-document-story:before {
    content: "\fbab"
}
.fi-rr-scroll-old:before {
    content: "\fbac"
}
.fi-rr-scroll-torah:before {
    content: "\fbad"
}
.fi-rr-scroll:before {
    content: "\fbae"
}
.fi-rr-scrubber:before {
    content: "\fbaf"
}
.fi-rr-scythe:before {
    content: "\fbb0"
}
.fi-rr-sd-card:before {
    content: "\fbb1"
}
.fi-rr-sd-cards:before {
    content: "\fbb2"
}
.fi-rr-seal-exclamation:before {
    content: "\fbb3"
}
.fi-rr-seal-question:before {
    content: "\fbb4"
}
.fi-rr-seal:before {
    content: "\fbb5"
}
.fi-rr-search-alt:before {
    content: "\fbb6"
}
.fi-rr-search-dollar:before {
    content: "\fbb7"
}
.fi-rr-search-heart:before {
    content: "\fbb8"
}
.fi-rr-search-location:before {
    content: "\fbb9"
}
.fi-rr-search:before {
    content: "\fbba"
}
.fi-rr-seat-airline:before {
    content: "\fbbb"
}
.fi-rr-seatbelt-safety-driver:before {
    content: "\fbbc"
}
.fi-rr-second-award:before {
    content: "\fbbd"
}
.fi-rr-second-laurel:before {
    content: "\fbbe"
}
.fi-rr-second-medal:before {
    content: "\fbbf"
}
.fi-rr-second:before {
    content: "\fbc0"
}
.fi-rr-security:before {
    content: "\fbc1"
}
.fi-rr-seedling:before {
    content: "\fbc2"
}
.fi-rr-selection:before {
    content: "\fbc3"
}
.fi-rr-sell:before {
    content: "\fbc4"
}
.fi-rr-seller-store:before {
    content: "\fbc5"
}
.fi-rr-seller:before {
    content: "\fbc6"
}
.fi-rr-selling:before {
    content: "\fbc7"
}
.fi-rr-send-back:before {
    content: "\fbc8"
}
.fi-rr-send-backward:before {
    content: "\fbc9"
}
.fi-rr-send-money-smartphone:before {
    content: "\fbca"
}
.fi-rr-send-money:before {
    content: "\fbcb"
}
.fi-rr-sensor-alert:before {
    content: "\fbcc"
}
.fi-rr-sensor-fire:before {
    content: "\fbcd"
}
.fi-rr-sensor-on:before {
    content: "\fbce"
}
.fi-rr-sensor-smoke:before {
    content: "\fbcf"
}
.fi-rr-sensor:before {
    content: "\fbd0"
}
.fi-rr-settings-sliders:before {
    content: "\fbd1"
}
.fi-rr-settings:before {
    content: "\fbd2"
}
.fi-rr-share-alt-square:before {
    content: "\fbd3"
}
.fi-rr-share-square:before {
    content: "\fbd4"
}
.fi-rr-share:before {
    content: "\fbd5"
}
.fi-rr-sheep:before {
    content: "\fbd6"
}
.fi-rr-shekel-sign:before {
    content: "\fbd7"
}
.fi-rr-shelves:before {
    content: "\fbd8"
}
.fi-rr-shield-alt:before {
    content: "\fbd9"
}
.fi-rr-shield-cat:before {
    content: "\fbda"
}
.fi-rr-shield-check:before {
    content: "\fbdb"
}
.fi-rr-shield-cross:before {
    content: "\fbdc"
}
.fi-rr-shield-dog:before {
    content: "\fbdd"
}
.fi-rr-shield-exclamation:before {
    content: "\fbde"
}
.fi-rr-shield-interrogation:before {
    content: "\fbdf"
}
.fi-rr-shield-keyhole:before {
    content: "\fbe0"
}
.fi-rr-shield-minus:before {
    content: "\fbe1"
}
.fi-rr-shield-plus:before {
    content: "\fbe2"
}
.fi-rr-shield-security-risk:before {
    content: "\fbe3"
}
.fi-rr-shield-slash:before {
    content: "\fbe4"
}
.fi-rr-shield-trust:before {
    content: "\fbe5"
}
.fi-rr-shield-virus:before {
    content: "\fbe6"
}
.fi-rr-shield-xmark:before {
    content: "\fbe7"
}
.fi-rr-shield:before {
    content: "\fbe8"
}
.fi-rr-ship-side:before {
    content: "\fbe9"
}
.fi-rr-ship:before {
    content: "\fbea"
}
.fi-rr-shipping-fast:before {
    content: "\fbeb"
}
.fi-rr-shipping-timed:before {
    content: "\fbec"
}
.fi-rr-shirt-long-sleeve:before {
    content: "\fbed"
}
.fi-rr-shirt-running:before {
    content: "\fbee"
}
.fi-rr-shirt-tank-top:before {
    content: "\fbef"
}
.fi-rr-shirt:before {
    content: "\fbf0"
}
.fi-rr-shish-kebab:before {
    content: "\fbf1"
}
.fi-rr-shoe-prints:before {
    content: "\fbf2"
}
.fi-rr-shop-lock:before {
    content: "\fbf3"
}
.fi-rr-shop-slash:before {
    content: "\fbf4"
}
.fi-rr-shop:before {
    content: "\fbf5"
}
.fi-rr-shopping-bag-add:before {
    content: "\fbf6"
}
.fi-rr-shopping-bag:before {
    content: "\fbf7"
}
.fi-rr-shopping-basket:before {
    content: "\fbf8"
}
.fi-rr-shopping-cart-add:before {
    content: "\fbf9"
}
.fi-rr-shopping-cart-buyer:before {
    content: "\fbfa"
}
.fi-rr-shopping-cart-check:before {
    content: "\fbfb"
}
.fi-rr-shopping-cart:before {
    content: "\fbfc"
}
.fi-rr-shovel-snow:before {
    content: "\fbfd"
}
.fi-rr-shovel:before {
    content: "\fbfe"
}
.fi-rr-shower-down:before {
    content: "\fbff"
}
.fi-rr-shower:before {
    content: "\fc00"
}
.fi-rr-shredder:before {
    content: "\fc01"
}
.fi-rr-shrimp:before {
    content: "\fc02"
}
.fi-rr-shuffle:before {
    content: "\fc03"
}
.fi-rr-shuttle-van:before {
    content: "\fc04"
}
.fi-rr-shuttlecock:before {
    content: "\fc05"
}
.fi-rr-Sickle:before {
    content: "\fc06"
}
.fi-rr-sidebar-flip:before {
    content: "\fc07"
}
.fi-rr-sidebar:before {
    content: "\fc08"
}
.fi-rr-sigma:before {
    content: "\fc09"
}
.fi-rr-sign-hanging:before {
    content: "\fc0a"
}
.fi-rr-sign-in-alt:before {
    content: "\fc0b"
}
.fi-rr-sign-out-alt:before {
    content: "\fc0c"
}
.fi-rr-sign-posts-wrench:before {
    content: "\fc0d"
}
.fi-rr-sign-posts:before {
    content: "\fc0e"
}
.fi-rr-sign-up:before {
    content: "\fc0f"
}
.fi-rr-signal-alt-1:before {
    content: "\fc10"
}
.fi-rr-signal-alt-2:before {
    content: "\fc11"
}
.fi-rr-signal-alt-slash:before {
    content: "\fc12"
}
.fi-rr-signal-alt:before {
    content: "\fc13"
}
.fi-rr-signal-bars-fair:before {
    content: "\fc14"
}
.fi-rr-signal-bars-good:before {
    content: "\fc15"
}
.fi-rr-signal-bars-weak:before {
    content: "\fc16"
}
.fi-rr-signal-stream-slash:before {
    content: "\fc17"
}
.fi-rr-signal-stream:before {
    content: "\fc18"
}
.fi-rr-signature-lock:before {
    content: "\fc19"
}
.fi-rr-signature-slash:before {
    content: "\fc1a"
}
.fi-rr-signature:before {
    content: "\fc1b"
}
.fi-rr-sim-card:before {
    content: "\fc1c"
}
.fi-rr-sim-cards:before {
    content: "\fc1d"
}
.fi-rr-sink:before {
    content: "\fc1e"
}
.fi-rr-siren-on:before {
    content: "\fc1f"
}
.fi-rr-Siren:before {
    content: "\fc20"
}
.fi-rr-site-alt:before {
    content: "\fc21"
}
.fi-rr-site-browser:before {
    content: "\fc22"
}
.fi-rr-site:before {
    content: "\fc23"
}
.fi-rr-sitemap:before {
    content: "\fc24"
}
.fi-rr-skateboard:before {
    content: "\fc25"
}
.fi-rr-skating:before {
    content: "\fc26"
}
.fi-rr-skeleton-ribs:before {
    content: "\fc27"
}
.fi-rr-skeleton:before {
    content: "\fc28"
}
.fi-rr-skewer:before {
    content: "\fc29"
}
.fi-rr-ski-boot-ski:before {
    content: "\fc2a"
}
.fi-rr-ski-jump:before {
    content: "\fc2b"
}
.fi-rr-ski-lift:before {
    content: "\fc2c"
}
.fi-rr-skiing-nordic:before {
    content: "\fc2d"
}
.fi-rr-skiing:before {
    content: "\fc2e"
}
.fi-rr-skill-alt:before {
    content: "\fc2f"
}
.fi-rr-skill-user:before {
    content: "\fc30"
}
.fi-rr-skill:before {
    content: "\fc31"
}
.fi-rr-skin-arrow:before {
    content: "\fc32"
}
.fi-rr-skin-drop:before {
    content: "\fc33"
}
.fi-rr-skin-hair:before {
    content: "\fc34"
}
.fi-rr-skin:before {
    content: "\fc35"
}
.fi-rr-skip-15-seconds:before {
    content: "\fc36"
}
.fi-rr-skull-cow:before {
    content: "\fc37"
}
.fi-rr-skull-crossbones:before {
    content: "\fc38"
}
.fi-rr-skull:before {
    content: "\fc39"
}
.fi-rr-slash:before {
    content: "\fc3a"
}
.fi-rr-sledding:before {
    content: "\fc3b"
}
.fi-rr-sleeping-bag:before {
    content: "\fc3c"
}
.fi-rr-sleigh:before {
    content: "\fc3d"
}
.fi-rr-sliders-h-square:before {
    content: "\fc3e"
}
.fi-rr-sliders-v-square:before {
    content: "\fc3f"
}
.fi-rr-sliders-v:before {
    content: "\fc40"
}
.fi-rr-slot-machine:before {
    content: "\fc41"
}
.fi-rr-smart-home-alt:before {
    content: "\fc42"
}
.fi-rr-smart-home:before {
    content: "\fc43"
}
.fi-rr-smartphone:before {
    content: "\fc44"
}
.fi-rr-smile-beam:before {
    content: "\fc45"
}
.fi-rr-smile-plus:before {
    content: "\fc46"
}
.fi-rr-smile-wink:before {
    content: "\fc47"
}
.fi-rr-smile:before {
    content: "\fc48"
}
.fi-rr-smiley-comment-alt:before {
    content: "\fc49"
}
.fi-rr-smog:before {
    content: "\fc4a"
}
.fi-rr-smoke:before {
    content: "\fc4b"
}
.fi-rr-smoking-ban:before {
    content: "\fc4c"
}
.fi-rr-smoking:before {
    content: "\fc4d"
}
.fi-rr-snake:before {
    content: "\fc4e"
}
.fi-rr-snap:before {
    content: "\fc4f"
}
.fi-rr-snooze:before {
    content: "\fc50"
}
.fi-rr-snow-blowing:before {
    content: "\fc51"
}
.fi-rr-snowboarding:before {
    content: "\fc52"
}
.fi-rr-snowflake-droplets:before {
    content: "\fc53"
}
.fi-rr-snowflake:before {
    content: "\fc54"
}
.fi-rr-snowflakes:before {
    content: "\fc55"
}
.fi-rr-snowman-alt:before {
    content: "\fc56"
}
.fi-rr-snowman-head:before {
    content: "\fc57"
}
.fi-rr-snowmobile:before {
    content: "\fc58"
}
.fi-rr-snowplow:before {
    content: "\fc59"
}
.fi-rr-soap-alt:before {
    content: "\fc5a"
}
.fi-rr-soap:before {
    content: "\fc5b"
}
.fi-rr-social-network:before {
    content: "\fc5c"
}
.fi-rr-socks:before {
    content: "\fc5d"
}
.fi-rr-sofa-size:before {
    content: "\fc5e"
}
.fi-rr-sofa:before {
    content: "\fc5f"
}
.fi-rr-solar-panel-sun:before {
    content: "\fc60"
}
.fi-rr-solar-panel:before {
    content: "\fc61"
}
.fi-rr-solar-system:before {
    content: "\fc62"
}
.fi-rr-sold-house:before {
    content: "\fc63"
}
.fi-rr-sold-signal:before {
    content: "\fc64"
}
.fi-rr-sort-alpha-down-alt:before {
    content: "\fc65"
}
.fi-rr-sort-alpha-down:before {
    content: "\fc66"
}
.fi-rr-sort-alpha-up-alt:before {
    content: "\fc67"
}
.fi-rr-sort-alpha-up:before {
    content: "\fc68"
}
.fi-rr-sort-alt:before {
    content: "\fc69"
}
.fi-rr-sort-amount-down-alt:before {
    content: "\fc6a"
}
.fi-rr-sort-amount-down:before {
    content: "\fc6b"
}
.fi-rr-sort-amount-up-alt:before {
    content: "\fc6c"
}
.fi-rr-sort-amount-up:before {
    content: "\fc6d"
}
.fi-rr-sort-circle-down:before {
    content: "\fc6e"
}
.fi-rr-sort-circle-up:before {
    content: "\fc6f"
}
.fi-rr-sort-circle:before {
    content: "\fc70"
}
.fi-rr-sort-down:before {
    content: "\fc71"
}
.fi-rr-sort-numeric-down-alt:before {
    content: "\fc72"
}
.fi-rr-sort-numeric-down:before {
    content: "\fc73"
}
.fi-rr-sort-shapes-down:before {
    content: "\fc74"
}
.fi-rr-sort-shapes-up:before {
    content: "\fc75"
}
.fi-rr-sort-size-down:before {
    content: "\fc76"
}
.fi-rr-sort-size-up:before {
    content: "\fc77"
}
.fi-rr-sort:before {
    content: "\fc78"
}
.fi-rr-soup:before {
    content: "\fc79"
}
.fi-rr-source-data:before {
    content: "\fc7a"
}
.fi-rr-source-document-alt:before {
    content: "\fc7b"
}
.fi-rr-source-document:before {
    content: "\fc7c"
}
.fi-rr-spa:before {
    content: "\fc7d"
}
.fi-rr-space-shuttle:before {
    content: "\fc7e"
}
.fi-rr-space-station-moon-alt:before {
    content: "\fc7f"
}
.fi-rr-space-station-moon:before {
    content: "\fc80"
}
.fi-rr-spade:before {
    content: "\fc81"
}
.fi-rr-spaghetti-monster-flying:before {
    content: "\fc82"
}
.fi-rr-spain-map:before {
    content: "\fc83"
}
.fi-rr-sparkles:before {
    content: "\fc84"
}
.fi-rr-spartan-helmet:before {
    content: "\fc85"
}
.fi-rr-speaker:before {
    content: "\fc86"
}
.fi-rr-speakers:before {
    content: "\fc87"
}
.fi-rr-speech-bubble-story:before {
    content: "\fc88"
}
.fi-rr-speedometer-arrow:before {
    content: "\fc89"
}
.fi-rr-speedometer-kpi:before {
    content: "\fc8a"
}
.fi-rr-sphere:before {
    content: "\fc8b"
}
.fi-rr-spider-black-widow:before {
    content: "\fc8c"
}
.fi-rr-spider-web:before {
    content: "\fc8d"
}
.fi-rr-spider:before {
    content: "\fc8e"
}
.fi-rr-spinner:before {
    content: "\fc8f"
}
.fi-rr-split-up-relation:before {
    content: "\fc90"
}
.fi-rr-split:before {
    content: "\fc91"
}
.fi-rr-splotch:before {
    content: "\fc92"
}
.fi-rr-spoon:before {
    content: "\fc93"
}
.fi-rr-sport:before {
    content: "\fc94"
}
.fi-rr-spray-can-sparkles:before {
    content: "\fc95"
}
.fi-rr-spray-can:before {
    content: "\fc96"
}
.fi-rr-spring-calendar:before {
    content: "\fc97"
}
.fi-rr-sprinkler:before {
    content: "\fc98"
}
.fi-rr-spy:before {
    content: "\fc99"
}
.fi-rr-square-0:before {
    content: "\fc9a"
}
.fi-rr-square-1:before {
    content: "\fc9b"
}
.fi-rr-square-2:before {
    content: "\fc9c"
}
.fi-rr-square-3:before {
    content: "\fc9d"
}
.fi-rr-square-4:before {
    content: "\fc9e"
}
.fi-rr-square-5:before {
    content: "\fc9f"
}
.fi-rr-square-6:before {
    content: "\fca0"
}
.fi-rr-square-7:before {
    content: "\fca1"
}
.fi-rr-square-8:before {
    content: "\fca2"
}
.fi-rr-square-9:before {
    content: "\fca3"
}
.fi-rr-square-a:before {
    content: "\fca4"
}
.fi-rr-square-b:before {
    content: "\fca5"
}
.fi-rr-square-bolt:before {
    content: "\fca6"
}
.fi-rr-square-c:before {
    content: "\fca7"
}
.fi-rr-square-code:before {
    content: "\fca8"
}
.fi-rr-square-d:before {
    content: "\fca9"
}
.fi-rr-square-dashed-circle-plus:before {
    content: "\fcaa"
}
.fi-rr-square-dashed:before {
    content: "\fcab"
}
.fi-rr-square-divide:before {
    content: "\fcac"
}
.fi-rr-square-e:before {
    content: "\fcad"
}
.fi-rr-square-ellipsis-vertical:before {
    content: "\fcae"
}
.fi-rr-square-ellipsis:before {
    content: "\fcaf"
}
.fi-rr-square-exclamation:before {
    content: "\fcb0"
}
.fi-rr-square-f:before {
    content: "\fcb1"
}
.fi-rr-square-g:before {
    content: "\fcb2"
}
.fi-rr-square-h:before {
    content: "\fcb3"
}
.fi-rr-square-heart:before {
    content: "\fcb4"
}
.fi-rr-square-i:before {
    content: "\fcb5"
}
.fi-rr-square-info:before {
    content: "\fcb6"
}
.fi-rr-square-j:before {
    content: "\fcb7"
}
.fi-rr-square-k:before {
    content: "\fcb8"
}
.fi-rr-square-kanban:before {
    content: "\fcb9"
}
.fi-rr-square-l:before {
    content: "\fcba"
}
.fi-rr-square-m:before {
    content: "\fcbb"
}
.fi-rr-square-minus:before {
    content: "\fcbc"
}
.fi-rr-square-n:before {
    content: "\fcbd"
}
.fi-rr-square-o:before {
    content: "\fcbe"
}
.fi-rr-square-p:before {
    content: "\fcbf"
}
.fi-rr-square-phone-hangup:before {
    content: "\fcc0"
}
.fi-rr-square-plus:before {
    content: "\fcc1"
}
.fi-rr-square-poll-horizontal:before {
    content: "\fcc2"
}
.fi-rr-square-poll-vertical:before {
    content: "\fcc3"
}
.fi-rr-square-q:before {
    content: "\fcc4"
}
.fi-rr-square-quote:before {
    content: "\fcc5"
}
.fi-rr-square-r:before {
    content: "\fcc6"
}
.fi-rr-square-root:before {
    content: "\fcc7"
}
.fi-rr-square-s:before {
    content: "\fcc8"
}
.fi-rr-square-small:before {
    content: "\fcc9"
}
.fi-rr-square-star:before {
    content: "\fcca"
}
.fi-rr-square-t:before {
    content: "\fccb"
}
.fi-rr-square-terminal:before {
    content: "\fccc"
}
.fi-rr-square-u:before {
    content: "\fccd"
}
.fi-rr-square-up-right:before {
    content: "\fcce"
}
.fi-rr-square-v:before {
    content: "\fccf"
}
.fi-rr-square-w:before {
    content: "\fcd0"
}
.fi-rr-square-x:before {
    content: "\fcd1"
}
.fi-rr-square-y:before {
    content: "\fcd2"
}
.fi-rr-square-z:before {
    content: "\fcd3"
}
.fi-rr-square:before {
    content: "\fcd4"
}
.fi-rr-squid:before {
    content: "\fcd5"
}
.fi-rr-squircle:before {
    content: "\fcd6"
}
.fi-rr-squirrel:before {
    content: "\fcd7"
}
.fi-rr-staff:before {
    content: "\fcd8"
}
.fi-rr-stage-concert:before {
    content: "\fcd9"
}
.fi-rr-stage-theatre:before {
    content: "\fcda"
}
.fi-rr-stage:before {
    content: "\fcdb"
}
.fi-rr-stairs:before {
    content: "\fcdc"
}
.fi-rr-stamp:before {
    content: "\fcdd"
}
.fi-rr-standard-definition:before {
    content: "\fcde"
}
.fi-rr-star-and-crescent:before {
    content: "\fcdf"
}
.fi-rr-star-christmas:before {
    content: "\fce0"
}
.fi-rr-star-comment-alt:before {
    content: "\fce1"
}
.fi-rr-star-exclamation:before {
    content: "\fce2"
}
.fi-rr-star-octogram:before {
    content: "\fce3"
}
.fi-rr-star-of-david:before {
    content: "\fce4"
}
.fi-rr-star-rating-call:before {
    content: "\fce5"
}
.fi-rr-star-sharp-half-stroke:before {
    content: "\fce6"
}
.fi-rr-star-sharp-half:before {
    content: "\fce7"
}
.fi-rr-star-shooting:before {
    content: "\fce8"
}
.fi-rr-star:before {
    content: "\fce9"
}
.fi-rr-starfighter:before {
    content: "\fcea"
}
.fi-rr-stars:before {
    content: "\fceb"
}
.fi-rr-state-country:before {
    content: "\fcec"
}
.fi-rr-stationary-bike:before {
    content: "\fced"
}
.fi-rr-stats:before {
    content: "\fcee"
}
.fi-rr-steak:before {
    content: "\fcef"
}
.fi-rr-steering-wheel:before {
    content: "\fcf0"
}
.fi-rr-step-backward:before {
    content: "\fcf1"
}
.fi-rr-step-forward:before {
    content: "\fcf2"
}
.fi-rr-sterling-sign:before {
    content: "\fcf3"
}
.fi-rr-stethoscope:before {
    content: "\fcf4"
}
.fi-rr-sticker:before {
    content: "\fcf5"
}
.fi-rr-stocking:before {
    content: "\fcf6"
}
.fi-rr-stomach:before {
    content: "\fcf7"
}
.fi-rr-stop-circle:before {
    content: "\fcf8"
}
.fi-rr-stop-square:before {
    content: "\fcf9"
}
.fi-rr-stop:before {
    content: "\fcfa"
}
.fi-rr-stopwatch:before {
    content: "\fcfb"
}
.fi-rr-store-alt:before {
    content: "\fcfc"
}
.fi-rr-store-buyer:before {
    content: "\fcfd"
}
.fi-rr-store-lock:before {
    content: "\fcfe"
}
.fi-rr-store-slash:before {
    content: "\fcff"
}
.fi-rr-story-book:before {
    content: "\fd00"
}
.fi-rr-story-fairy-tale:before {
    content: "\fd01"
}
.fi-rr-story-fantasy:before {
    content: "\fd02"
}
.fi-rr-strategy-chess-risk:before {
    content: "\fd03"
}
.fi-rr-strawberry:before {
    content: "\fd04"
}
.fi-rr-street-view:before {
    content: "\fd05"
}
.fi-rr-stretcher:before {
    content: "\fd06"
}
.fi-rr-strikethrough:before {
    content: "\fd07"
}
.fi-rr-stroopwafel:before {
    content: "\fd08"
}
.fi-rr-student-alt:before {
    content: "\fd09"
}
.fi-rr-student:before {
    content: "\fd0a"
}
.fi-rr-subscript:before {
    content: "\fd0b"
}
.fi-rr-subscription-alt:before {
    content: "\fd0c"
}
.fi-rr-subscription:before {
    content: "\fd0d"
}
.fi-rr-subtitles-slash:before {
    content: "\fd0e"
}
.fi-rr-subtitles:before {
    content: "\fd0f"
}
.fi-rr-subway:before {
    content: "\fd10"
}
.fi-rr-suitcase-alt:before {
    content: "\fd11"
}
.fi-rr-summary-check:before {
    content: "\fd12"
}
.fi-rr-summer:before {
    content: "\fd13"
}
.fi-rr-sun-dust:before {
    content: "\fd14"
}
.fi-rr-sun-plant-wilt:before {
    content: "\fd15"
}
.fi-rr-sun-salutation-yoga:before {
    content: "\fd16"
}
.fi-rr-sun:before {
    content: "\fd17"
}
.fi-rr-sunday:before {
    content: "\fd18"
}
.fi-rr-sunglasses-alt:before {
    content: "\fd19"
}
.fi-rr-sunglasses:before {
    content: "\fd1a"
}
.fi-rr-sunrise-alt:before {
    content: "\fd1b"
}
.fi-rr-sunrise:before {
    content: "\fd1c"
}
.fi-rr-sunset:before {
    content: "\fd1d"
}
.fi-rr-superscript:before {
    content: "\fd1e"
}
.fi-rr-supplier-alt:before {
    content: "\fd1f"
}
.fi-rr-supplier:before {
    content: "\fd20"
}
.fi-rr-surfing:before {
    content: "\fd21"
}
.fi-rr-surprise:before {
    content: "\fd22"
}
.fi-rr-surveillance-camera:before {
    content: "\fd23"
}
.fi-rr-survey-xmark:before {
    content: "\fd24"
}
.fi-rr-sushi-alt:before {
    content: "\fd25"
}
.fi-rr-sushi-roll:before {
    content: "\fd26"
}
.fi-rr-sushi:before {
    content: "\fd27"
}
.fi-rr-svg:before {
    content: "\fd28"
}
.fi-rr-swap:before {
    content: "\fd29"
}
.fi-rr-swatchbook:before {
    content: "\fd2a"
}
.fi-rr-swimmer:before {
    content: "\fd2b"
}
.fi-rr-swimming-pool:before {
    content: "\fd2c"
}
.fi-rr-swing:before {
    content: "\fd2d"
}
.fi-rr-swipe-down:before {
    content: "\fd2e"
}
.fi-rr-swipe-left:before {
    content: "\fd2f"
}
.fi-rr-swipe-right:before {
    content: "\fd30"
}
.fi-rr-swipe-up:before {
    content: "\fd31"
}
.fi-rr-sword:before {
    content: "\fd32"
}
.fi-rr-symbol:before {
    content: "\fd33"
}
.fi-rr-symbols:before {
    content: "\fd34"
}
.fi-rr-synagogue:before {
    content: "\fd35"
}
.fi-rr-syringe:before {
    content: "\fd36"
}
.fi-rr-system-cloud:before {
    content: "\fd37"
}
.fi-rr-t:before {
    content: "\fd38"
}
.fi-rr-tab-folder:before {
    content: "\fd39"
}
.fi-rr-table-columns:before {
    content: "\fd3a"
}
.fi-rr-table-layout:before {
    content: "\fd3b"
}
.fi-rr-table-list:before {
    content: "\fd3c"
}
.fi-rr-table-picnic:before {
    content: "\fd3d"
}
.fi-rr-table-pivot:before {
    content: "\fd3e"
}
.fi-rr-table-rows:before {
    content: "\fd3f"
}
.fi-rr-table-tree:before {
    content: "\fd40"
}
.fi-rr-table:before {
    content: "\fd41"
}
.fi-rr-tablet-android-alt:before {
    content: "\fd42"
}
.fi-rr-tablet-android:before {
    content: "\fd43"
}
.fi-rr-tablet-rugged:before {
    content: "\fd44"
}
.fi-rr-tablet:before {
    content: "\fd45"
}
.fi-rr-tachometer-alt-average:before {
    content: "\fd46"
}
.fi-rr-tachometer-alt-fastest:before {
    content: "\fd47"
}
.fi-rr-tachometer-alt-slow:before {
    content: "\fd48"
}
.fi-rr-tachometer-alt-slowest:before {
    content: "\fd49"
}
.fi-rr-tachometer-average:before {
    content: "\fd4a"
}
.fi-rr-tachometer-fast:before {
    content: "\fd4b"
}
.fi-rr-tachometer-fastest:before {
    content: "\fd4c"
}
.fi-rr-tachometer-slow:before {
    content: "\fd4d"
}
.fi-rr-tachometer-slowest:before {
    content: "\fd4e"
}
.fi-rr-tachometer:before {
    content: "\fd4f"
}
.fi-rr-taco:before {
    content: "\fd50"
}
.fi-rr-tags:before {
    content: "\fd51"
}
.fi-rr-talent-alt:before {
    content: "\fd52"
}
.fi-rr-talent-hand:before {
    content: "\fd53"
}
.fi-rr-talent:before {
    content: "\fd54"
}
.fi-rr-tally-1:before {
    content: "\fd55"
}
.fi-rr-tally-2:before {
    content: "\fd56"
}
.fi-rr-tally-3:before {
    content: "\fd57"
}
.fi-rr-tally-4:before {
    content: "\fd58"
}
.fi-rr-tally:before {
    content: "\fd59"
}
.fi-rr-tamale:before {
    content: "\fd5a"
}
.fi-rr-tank-water:before {
    content: "\fd5b"
}
.fi-rr-tap:before {
    content: "\fd5c"
}
.fi-rr-tape:before {
    content: "\fd5d"
}
.fi-rr-target-audience:before {
    content: "\fd5e"
}
.fi-rr-target:before {
    content: "\fd5f"
}
.fi-rr-tax-alt:before {
    content: "\fd60"
}
.fi-rr-tax:before {
    content: "\fd61"
}
.fi-rr-taxi-bus:before {
    content: "\fd62"
}
.fi-rr-taxi:before {
    content: "\fd63"
}
.fi-rr-team-check-alt:before {
    content: "\fd64"
}
.fi-rr-team-check:before {
    content: "\fd65"
}
.fi-rr-teddy-bear:before {
    content: "\fd66"
}
.fi-rr-teeth-open:before {
    content: "\fd67"
}
.fi-rr-telescope:before {
    content: "\fd68"
}
.fi-rr-temperature-down:before {
    content: "\fd69"
}
.fi-rr-temperature-frigid:before {
    content: "\fd6a"
}
.fi-rr-temperature-high:before {
    content: "\fd6b"
}
.fi-rr-temperature-list:before {
    content: "\fd6c"
}
.fi-rr-temperature-low:before {
    content: "\fd6d"
}
.fi-rr-temperature-up:before {
    content: "\fd6e"
}
.fi-rr-template-alt:before {
    content: "\fd6f"
}
.fi-rr-template:before {
    content: "\fd70"
}
.fi-rr-tenge:before {
    content: "\fd71"
}
.fi-rr-tennis:before {
    content: "\fd72"
}
.fi-rr-tent-arrow-down-to-line:before {
    content: "\fd73"
}
.fi-rr-tent-arrow-left-right:before {
    content: "\fd74"
}
.fi-rr-tent-arrow-turn-left:before {
    content: "\fd75"
}
.fi-rr-tent-arrows-down:before {
    content: "\fd76"
}
.fi-rr-tents:before {
    content: "\fd77"
}
.fi-rr-terminal:before {
    content: "\fd78"
}
.fi-rr-terrace:before {
    content: "\fd79"
}
.fi-rr-test-tube:before {
    content: "\fd7a"
}
.fi-rr-test:before {
    content: "\fd7b"
}
.fi-rr-text-box-dots:before {
    content: "\fd7c"
}
.fi-rr-text-box-edit:before {
    content: "\fd7d"
}
.fi-rr-text-box:before {
    content: "\fd7e"
}
.fi-rr-text-check:before {
    content: "\fd7f"
}
.fi-rr-text-height:before {
    content: "\fd80"
}
.fi-rr-text-shadow:before {
    content: "\fd81"
}
.fi-rr-text-size:before {
    content: "\fd82"
}
.fi-rr-text-slash:before {
    content: "\fd83"
}
.fi-rr-text-width:before {
    content: "\fd84"
}
.fi-rr-text:before {
    content: "\fd85"
}
.fi-rr-theater-masks:before {
    content: "\fd86"
}
.fi-rr-thermometer-alt:before {
    content: "\fd87"
}
.fi-rr-thermometer-empty:before {
    content: "\fd88"
}
.fi-rr-thermometer-full:before {
    content: "\fd89"
}
.fi-rr-thermometer-half:before {
    content: "\fd8a"
}
.fi-rr-thermometer-quarter:before {
    content: "\fd8b"
}
.fi-rr-thermometer-three-quarters:before {
    content: "\fd8c"
}
.fi-rr-theta:before {
    content: "\fd8d"
}
.fi-rr-third-award:before {
    content: "\fd8e"
}
.fi-rr-third-laurel:before {
    content: "\fd8f"
}
.fi-rr-third-medal:before {
    content: "\fd90"
}
.fi-rr-third:before {
    content: "\fd91"
}
.fi-rr-thought-bubble:before {
    content: "\fd92"
}
.fi-rr-three-leaf-clover:before {
    content: "\fd93"
}
.fi-rr-thumbs-up-trust:before {
    content: "\fd94"
}
.fi-rr-thumbtack:before {
    content: "\fd95"
}
.fi-rr-thunderstorm-moon:before {
    content: "\fd96"
}
.fi-rr-thunderstorm-risk:before {
    content: "\fd97"
}
.fi-rr-thunderstorm-sun:before {
    content: "\fd98"
}
.fi-rr-thunderstorm:before {
    content: "\fd99"
}
.fi-rr-thursday:before {
    content: "\fd9a"
}
.fi-rr-ticket-airline:before {
    content: "\fd9b"
}
.fi-rr-ticket-alt:before {
    content: "\fd9c"
}
.fi-rr-ticket:before {
    content: "\fd9d"
}
.fi-rr-tickets-airline:before {
    content: "\fd9e"
}
.fi-rr-tie:before {
    content: "\fd9f"
}
.fi-rr-tilde:before {
    content: "\fda0"
}
.fi-rr-time-add:before {
    content: "\fda1"
}
.fi-rr-time-check:before {
    content: "\fda2"
}
.fi-rr-time-delete:before {
    content: "\fda3"
}
.fi-rr-time-fast:before {
    content: "\fda4"
}
.fi-rr-time-forward-sixty:before {
    content: "\fda5"
}
.fi-rr-time-forward-ten:before {
    content: "\fda6"
}
.fi-rr-time-forward:before {
    content: "\fda7"
}
.fi-rr-time-half-past:before {
    content: "\fda8"
}
.fi-rr-time-oclock:before {
    content: "\fda9"
}
.fi-rr-time-past:before {
    content: "\fdaa"
}
.fi-rr-time-quarter-past:before {
    content: "\fdab"
}
.fi-rr-time-quarter-to:before {
    content: "\fdac"
}
.fi-rr-time-twenty-four:before {
    content: "\fdad"
}
.fi-rr-time-watch-calendar:before {
    content: "\fdae"
}
.fi-rr-timer-clock-call:before {
    content: "\fdaf"
}
.fi-rr-times-hexagon:before {
    content: "\fdb0"
}
.fi-rr-tint-slash:before {
    content: "\fdb1"
}
.fi-rr-tip-coin:before {
    content: "\fdb2"
}
.fi-rr-tire-flat:before {
    content: "\fdb3"
}
.fi-rr-tire-pressure-warning:before {
    content: "\fdb4"
}
.fi-rr-tire-rugged:before {
    content: "\fdb5"
}
.fi-rr-tire:before {
    content: "\fdb6"
}
.fi-rr-tired:before {
    content: "\fdb7"
}
.fi-rr-to-do-alt:before {
    content: "\fdb8"
}
.fi-rr-to-do:before {
    content: "\fdb9"
}
.fi-rr-together-people:before {
    content: "\fdba"
}
.fi-rr-toggle-off:before {
    content: "\fdbb"
}
.fi-rr-toggle-on:before {
    content: "\fdbc"
}
.fi-rr-toilet-paper-blank-under:before {
    content: "\fdbd"
}
.fi-rr-toilet-paper-blank:before {
    content: "\fdbe"
}
.fi-rr-toilet-paper-slash:before {
    content: "\fdbf"
}
.fi-rr-toilet-paper-under-slash:before {
    content: "\fdc0"
}
.fi-rr-toilet-paper-under:before {
    content: "\fdc1"
}
.fi-rr-toilet:before {
    content: "\fdc2"
}
.fi-rr-toilets-portable:before {
    content: "\fdc3"
}
.fi-rr-token:before {
    content: "\fdc4"
}
.fi-rr-tomato:before {
    content: "\fdc5"
}
.fi-rr-tombstone-alt:before {
    content: "\fdc6"
}
.fi-rr-tombstone:before {
    content: "\fdc7"
}
.fi-rr-tool-box:before {
    content: "\fdc8"
}
.fi-rr-tool-crop:before {
    content: "\fdc9"
}
.fi-rr-tool-marquee:before {
    content: "\fdca"
}
.fi-rr-tools:before {
    content: "\fdcb"
}
.fi-rr-tooth:before {
    content: "\fdcc"
}
.fi-rr-toothbrush:before {
    content: "\fdcd"
}
.fi-rr-torch-inspiration-leader:before {
    content: "\fdce"
}
.fi-rr-torii-gate:before {
    content: "\fdcf"
}
.fi-rr-tornado:before {
    content: "\fdd0"
}
.fi-rr-total:before {
    content: "\fdd1"
}
.fi-rr-tour-guide-people:before {
    content: "\fdd2"
}
.fi-rr-tour-virtual:before {
    content: "\fdd3"
}
.fi-rr-tower-control:before {
    content: "\fdd4"
}
.fi-rr-track:before {
    content: "\fdd5"
}
.fi-rr-tractor:before {
    content: "\fdd6"
}
.fi-rr-trademark:before {
    content: "\fdd7"
}
.fi-rr-traffic-cone:before {
    content: "\fdd8"
}
.fi-rr-traffic-light-go:before {
    content: "\fdd9"
}
.fi-rr-traffic-light-slow:before {
    content: "\fdda"
}
.fi-rr-traffic-light-stop:before {
    content: "\fddb"
}
.fi-rr-traffic-light:before {
    content: "\fddc"
}
.fi-rr-trailer:before {
    content: "\fddd"
}
.fi-rr-train-journey:before {
    content: "\fdde"
}
.fi-rr-train-side:before {
    content: "\fddf"
}
.fi-rr-train-station-building:before {
    content: "\fde0"
}
.fi-rr-train-station:before {
    content: "\fde1"
}
.fi-rr-train-subway-tunnel:before {
    content: "\fde2"
}
.fi-rr-train-track:before {
    content: "\fde3"
}
.fi-rr-train-tram:before {
    content: "\fde4"
}
.fi-rr-train:before {
    content: "\fde5"
}
.fi-rr-tram:before {
    content: "\fde6"
}
.fi-rr-transform:before {
    content: "\fde7"
}
.fi-rr-transformation-block:before {
    content: "\fde8"
}
.fi-rr-transformation-circle:before {
    content: "\fde9"
}
.fi-rr-transformation-design:before {
    content: "\fdea"
}
.fi-rr-transformation-shapes:before {
    content: "\fdeb"
}
.fi-rr-transformer-bolt:before {
    content: "\fdec"
}
.fi-rr-transgender:before {
    content: "\fded"
}
.fi-rr-transporter-1:before {
    content: "\fdee"
}
.fi-rr-transporter-2:before {
    content: "\fdef"
}
.fi-rr-transporter-3:before {
    content: "\fdf0"
}
.fi-rr-transporter-4:before {
    content: "\fdf1"
}
.fi-rr-transporter-5:before {
    content: "\fdf2"
}
.fi-rr-transporter-6:before {
    content: "\fdf3"
}
.fi-rr-transporter-7:before {
    content: "\fdf4"
}
.fi-rr-transporter-empty:before {
    content: "\fdf5"
}
.fi-rr-transporter:before {
    content: "\fdf6"
}
.fi-rr-trash-can-check:before {
    content: "\fdf7"
}
.fi-rr-trash-can-clock:before {
    content: "\fdf8"
}
.fi-rr-trash-can-list:before {
    content: "\fdf9"
}
.fi-rr-trash-can-plus:before {
    content: "\fdfa"
}
.fi-rr-trash-can-slash:before {
    content: "\fdfb"
}
.fi-rr-trash-check:before {
    content: "\fdfc"
}
.fi-rr-trash-clock:before {
    content: "\fdfd"
}
.fi-rr-trash-empty:before {
    content: "\fdfe"
}
.fi-rr-trash-list:before {
    content: "\fdff"
}
.fi-rr-trash-plus:before {
    content: "\fe10"
}
.fi-rr-trash-restore-alt:before {
    content: "\fe11"
}
.fi-rr-trash-restore:before {
    content: "\fe12"
}
.fi-rr-trash-slash:before {
    content: "\fe13"
}
.fi-rr-trash-undo-alt:before {
    content: "\fe14"
}
.fi-rr-trash-undo:before {
    content: "\fe15"
}
.fi-rr-trash-xmark:before {
    content: "\fe16"
}
.fi-rr-trash:before {
    content: "\fe17"
}
.fi-rr-treadmill:before {
    content: "\fe18"
}
.fi-rr-treasure-chest:before {
    content: "\fe19"
}
.fi-rr-treatment:before {
    content: "\fe1a"
}
.fi-rr-tree-alt:before {
    content: "\fe1b"
}
.fi-rr-tree-christmas:before {
    content: "\fe1c"
}
.fi-rr-tree-deciduous:before {
    content: "\fe1d"
}
.fi-rr-tree:before {
    content: "\fe1e"
}
.fi-rr-trees-alt:before {
    content: "\fe1f"
}
.fi-rr-trees:before {
    content: "\fe30"
}
.fi-rr-triangle-music:before {
    content: "\fe31"
}
.fi-rr-triangle-person-digging:before {
    content: "\fe32"
}
.fi-rr-triangle-warning:before {
    content: "\fe33"
}
.fi-rr-triangle:before {
    content: "\fe34"
}
.fi-rr-tricycle:before {
    content: "\fe35"
}
.fi-rr-trillium:before {
    content: "\fe36"
}
.fi-rr-trophy-achievement-skill:before {
    content: "\fe37"
}
.fi-rr-trophy-star:before {
    content: "\fe38"
}
.fi-rr-trophy:before {
    content: "\fe39"
}
.fi-rr-truck-arrow-left:before {
    content: "\fe3a"
}
.fi-rr-truck-arrow-right:before {
    content: "\fe3b"
}
.fi-rr-truck-bolt:before {
    content: "\fe3c"
}
.fi-rr-truck-box:before {
    content: "\fe3d"
}
.fi-rr-truck-check:before {
    content: "\fe3e"
}
.fi-rr-truck-container-empty:before {
    content: "\fe3f"
}
.fi-rr-truck-container:before {
    content: "\fe40"
}
.fi-rr-truck-couch:before {
    content: "\fe41"
}
.fi-rr-truck-fire:before {
    content: "\fe42"
}
.fi-rr-truck-flatbed:before {
    content: "\fe43"
}
.fi-rr-truck-front:before {
    content: "\fe44"
}
.fi-rr-truck-ladder:before {
    content: "\fe45"
}
.fi-rr-truck-loading:before {
    content: "\fe46"
}
.fi-rr-truck-medical:before {
    content: "\fe47"
}
.fi-rr-truck-monster:before {
    content: "\fe48"
}
.fi-rr-truck-moving:before {
    content: "\fe49"
}
.fi-rr-truck-pickup:before {
    content: "\fe4a"
}
.fi-rr-truck-plow:before {
    content: "\fe4b"
}
.fi-rr-truck-ramp:before {
    content: "\fe4c"
}
.fi-rr-truck-side:before {
    content: "\fe4d"
}
.fi-rr-truck-tow:before {
    content: "\fe4e"
}
.fi-rr-truck-utensils:before {
    content: "\fe4f"
}
.fi-rr-trumpet:before {
    content: "\fe50"
}
.fi-rr-trust-alt:before {
    content: "\fe51"
}
.fi-rr-trust:before {
    content: "\fe52"
}
.fi-rr-tshirt:before {
    content: "\fe53"
}
.fi-rr-tty-answer:before {
    content: "\fe54"
}
.fi-rr-tty:before {
    content: "\fe55"
}
.fi-rr-tubes:before {
    content: "\fe56"
}
.fi-rr-tuesday:before {
    content: "\fe57"
}
.fi-rr-tugrik-sign:before {
    content: "\fe58"
}
.fi-rr-turkey:before {
    content: "\fe59"
}
.fi-rr-turn-left-down:before {
    content: "\fe5a"
}
.fi-rr-turn-left:before {
    content: "\fe5b"
}
.fi-rr-turn-right:before {
    content: "\fe5c"
}
.fi-rr-turntable:before {
    content: "\fe5d"
}
.fi-rr-turtle:before {
    content: "\fe5e"
}
.fi-rr-tv-music:before {
    content: "\fe5f"
}
.fi-rr-tv-retro:before {
    content: "\fe60"
}
.fi-rr-typewriter:before {
    content: "\fe61"
}
.fi-rr-u:before {
    content: "\fe62"
}
.fi-rr-ufo-beam:before {
    content: "\fe63"
}
.fi-rr-ufo:before {
    content: "\fe64"
}
.fi-rr-ui-ux:before {
    content: "\fe65"
}
.fi-rr-umbrella-beach:before {
    content: "\fe66"
}
.fi-rr-umbrella:before {
    content: "\fe67"
}
.fi-rr-under-construction:before {
    content: "\fe68"
}
.fi-rr-underline:before {
    content: "\fe69"
}
.fi-rr-undo-alt:before {
    content: "\fe6a"
}
.fi-rr-undo:before {
    content: "\fe6b"
}
.fi-rr-unicorn:before {
    content: "\fe6c"
}
.fi-rr-uniform-martial-arts:before {
    content: "\fe6d"
}
.fi-rr-universal-access:before {
    content: "\fe6e"
}
.fi-rr-unlock:before {
    content: "\fe6f"
}
.fi-rr-up-from-bracket:before {
    content: "\fe70"
}
.fi-rr-up-left:before {
    content: "\fe71"
}
.fi-rr-up-right-from-square:before {
    content: "\fe72"
}
.fi-rr-up-right:before {
    content: "\fe73"
}
.fi-rr-up:before {
    content: "\fe74"
}
.fi-rr-upload:before {
    content: "\fe75"
}
.fi-rr-url:before {
    content: "\fe76"
}
.fi-rr-usb-pendrive:before {
    content: "\fe77"
}
.fi-rr-usd-circle:before {
    content: "\fe78"
}
.fi-rr-usd-square:before {
    content: "\fe79"
}
.fi-rr-user-add:before {
    content: "\fe7a"
}
.fi-rr-user-alien:before {
    content: "\fe7b"
}
.fi-rr-user-astronaut:before {
    content: "\fe7c"
}
.fi-rr-user-check:before {
    content: "\fe7d"
}
.fi-rr-user-chef:before {
    content: "\fe7e"
}
.fi-rr-user-coach:before {
    content: "\fe7f"
}
.fi-rr-user-cowboy:before {
    content: "\fe80"
}
.fi-rr-user-crown:before {
    content: "\fe81"
}
.fi-rr-user-gear:before {
    content: "\fe82"
}
.fi-rr-user-graduate:before {
    content: "\fe83"
}
.fi-rr-user-headset:before {
    content: "\fe84"
}
.fi-rr-user-helmet-safety:before {
    content: "\fe85"
}
.fi-rr-user-injured:before {
    content: "\fe86"
}
.fi-rr-user-interface-ui:before {
    content: "\fe87"
}
.fi-rr-user-key:before {
    content: "\fe88"
}
.fi-rr-user-lock:before {
    content: "\fe89"
}
.fi-rr-user-md-chat:before {
    content: "\fe8a"
}
.fi-rr-user-md:before {
    content: "\fe8b"
}
.fi-rr-user-minus:before {
    content: "\fe8c"
}
.fi-rr-user-music:before {
    content: "\fe8d"
}
.fi-rr-user-ninja:before {
    content: "\fe8e"
}
.fi-rr-user-nurse:before {
    content: "\fe8f"
}
.fi-rr-user-pen:before {
    content: "\fe90"
}
.fi-rr-user-pilot-tie:before {
    content: "\fe91"
}
.fi-rr-user-pilot:before {
    content: "\fe92"
}
.fi-rr-user-police:before {
    content: "\fe93"
}
.fi-rr-user-robot-xmarks:before {
    content: "\fe94"
}
.fi-rr-user-robot:before {
    content: "\fe95"
}
.fi-rr-user-salary:before {
    content: "\fe96"
}
.fi-rr-user-shield:before {
    content: "\fe97"
}
.fi-rr-user-skill-gear:before {
    content: "\fe98"
}
.fi-rr-user-slash:before {
    content: "\fe99"
}
.fi-rr-user-tag:before {
    content: "\fe9a"
}
.fi-rr-user-time:before {
    content: "\fe9b"
}
.fi-rr-user-trust:before {
    content: "\fe9c"
}
.fi-rr-user-unlock:before {
    content: "\fe9d"
}
.fi-rr-user-visor:before {
    content: "\fe9e"
}
.fi-rr-user-xmark:before {
    content: "\fe9f"
}
.fi-rr-user:before {
    content: "\fea0"
}
.fi-rr-users-alt:before {
    content: "\fea1"
}
.fi-rr-users-class:before {
    content: "\fea2"
}
.fi-rr-users-gear:before {
    content: "\fea3"
}
.fi-rr-users-medical:before {
    content: "\fea4"
}
.fi-rr-users-slash:before {
    content: "\fea5"
}
.fi-rr-users:before {
    content: "\fea6"
}
.fi-rr-utensils-slash:before {
    content: "\fea7"
}
.fi-rr-utensils:before {
    content: "\fea8"
}
.fi-rr-utility-pole-double:before {
    content: "\fea9"
}
.fi-rr-utility-pole:before {
    content: "\feaa"
}
.fi-rr-ux-browser:before {
    content: "\feab"
}
.fi-rr-ux:before {
    content: "\feac"
}
.fi-rr-v:before {
    content: "\fead"
}
.fi-rr-vacuum-robot:before {
    content: "\feae"
}
.fi-rr-vacuum:before {
    content: "\feaf"
}
.fi-rr-value-absolute:before {
    content: "\feb0"
}
.fi-rr-vault:before {
    content: "\feb1"
}
.fi-rr-vector-alt:before {
    content: "\feb2"
}
.fi-rr-vector-circle:before {
    content: "\feb3"
}
.fi-rr-vector-polygon:before {
    content: "\feb4"
}
.fi-rr-vector:before {
    content: "\feb5"
}
.fi-rr-venus-double:before {
    content: "\feb6"
}
.fi-rr-venus-mars:before {
    content: "\feb7"
}
.fi-rr-venus:before {
    content: "\feb8"
}
.fi-rr-vest-patches:before {
    content: "\feb9"
}
.fi-rr-vest:before {
    content: "\feba"
}
.fi-rr-video-arrow-down-left:before {
    content: "\febb"
}
.fi-rr-video-arrow-up-right:before {
    content: "\febc"
}
.fi-rr-video-camera-alt:before {
    content: "\febd"
}
.fi-rr-video-camera:before {
    content: "\febe"
}
.fi-rr-video-duration:before {
    content: "\febf"
}
.fi-rr-video-plus:before {
    content: "\fec0"
}
.fi-rr-video-slash:before {
    content: "\fec1"
}
.fi-rr-videoconference:before {
    content: "\fec2"
}
.fi-rr-vihara:before {
    content: "\fec3"
}
.fi-rr-violin:before {
    content: "\fec4"
}
.fi-rr-virus-slash:before {
    content: "\fec5"
}
.fi-rr-virus:before {
    content: "\fec6"
}
.fi-rr-viruses:before {
    content: "\fec7"
}
.fi-rr-visit:before {
    content: "\fec8"
}
.fi-rr-voicemail:before {
    content: "\fec9"
}
.fi-rr-volcano:before {
    content: "\feca"
}
.fi-rr-volleyball:before {
    content: "\fecb"
}
.fi-rr-volume-down:before {
    content: "\fecc"
}
.fi-rr-volume-mute:before {
    content: "\fecd"
}
.fi-rr-volume-off:before {
    content: "\fece"
}
.fi-rr-volume-slash:before {
    content: "\fecf"
}
.fi-rr-volume:before {
    content: "\fed0"
}
.fi-rr-vote-nay:before {
    content: "\fed1"
}
.fi-rr-vote-yea:before {
    content: "\fed2"
}
.fi-rr-vr-cardboard:before {
    content: "\fed3"
}
.fi-rr-w:before {
    content: "\fed4"
}
.fi-rr-waffle:before {
    content: "\fed5"
}
.fi-rr-wagon-covered:before {
    content: "\fed6"
}
.fi-rr-walker:before {
    content: "\fed7"
}
.fi-rr-walkie-talkie:before {
    content: "\fed8"
}
.fi-rr-walking:before {
    content: "\fed9"
}
.fi-rr-wallet-arrow:before {
    content: "\feda"
}
.fi-rr-wallet-buyer:before {
    content: "\fedb"
}
.fi-rr-wallet:before {
    content: "\fedc"
}
.fi-rr-warehouse-alt:before {
    content: "\fedd"
}
.fi-rr-warranty:before {
    content: "\fede"
}
.fi-rr-washer:before {
    content: "\fedf"
}
.fi-rr-waste-pollution:before {
    content: "\fee0"
}
.fi-rr-waste:before {
    content: "\fee1"
}
.fi-rr-watch-calculator:before {
    content: "\fee2"
}
.fi-rr-watch-fitness:before {
    content: "\fee3"
}
.fi-rr-watch-smart:before {
    content: "\fee4"
}
.fi-rr-watch:before {
    content: "\fee5"
}
.fi-rr-water-bottle:before {
    content: "\fee6"
}
.fi-rr-water-ladder:before {
    content: "\fee7"
}
.fi-rr-water-lower:before {
    content: "\fee8"
}
.fi-rr-water-rise:before {
    content: "\fee9"
}
.fi-rr-water:before {
    content: "\feea"
}
.fi-rr-watermelon:before {
    content: "\feeb"
}
.fi-rr-wave-sine:before {
    content: "\feec"
}
.fi-rr-wave-square:before {
    content: "\feed"
}
.fi-rr-wave-triangle:before {
    content: "\feee"
}
.fi-rr-wave:before {
    content: "\feef"
}
.fi-rr-waveform-path:before {
    content: "\fef0"
}
.fi-rr-waveform:before {
    content: "\fef1"
}
.fi-rr-web-design:before {
    content: "\fef2"
}
.fi-rr-webcam-slash:before {
    content: "\fef3"
}
.fi-rr-webcam:before {
    content: "\fef4"
}
.fi-rr-webhook:before {
    content: "\fef5"
}
.fi-rr-wednesday:before {
    content: "\fef6"
}
.fi-rr-whale:before {
    content: "\fef7"
}
.fi-rr-wheat-awn-circle-exclamation:before {
    content: "\fef8"
}
.fi-rr-wheat-awn-slash:before {
    content: "\fef9"
}
.fi-rr-wheat-awn:before {
    content: "\fefa"
}
.fi-rr-wheat-slash:before {
    content: "\fefb"
}
.fi-rr-wheat:before {
    content: "\fefc"
}
.fi-rr-wheelchair-move:before {
    content: "\fefd"
}
.fi-rr-wheelchair-sleeping:before {
    content: "\fefe"
}
.fi-rr-wheelchair:before {
    content: "\ff00"
}
.fi-rr-whistle:before {
    content: "\ff01"
}
.fi-rr-white-space:before {
    content: "\ff02"
}
.fi-rr-wifi-1:before {
    content: "\ff03"
}
.fi-rr-wifi-2:before {
    content: "\ff04"
}
.fi-rr-wifi-alt:before {
    content: "\ff05"
}
.fi-rr-wifi-exclamation:before {
    content: "\ff06"
}
.fi-rr-wifi-slash:before {
    content: "\ff07"
}
.fi-rr-wifi:before {
    content: "\ff08"
}
.fi-rr-wind-turbine:before {
    content: "\ff09"
}
.fi-rr-wind-warning:before {
    content: "\ff0a"
}
.fi-rr-wind:before {
    content: "\ff0b"
}
.fi-rr-window-alt:before {
    content: "\ff0c"
}
.fi-rr-window-frame-open:before {
    content: "\ff0d"
}
.fi-rr-window-frame:before {
    content: "\ff0e"
}
.fi-rr-window-maximize:before {
    content: "\ff0f"
}
.fi-rr-window-minimize:before {
    content: "\ff10"
}
.fi-rr-window-restore:before {
    content: "\ff11"
}
.fi-rr-windsock:before {
    content: "\ff12"
}
.fi-rr-wine-bottle:before {
    content: "\ff13"
}
.fi-rr-wine-glass-crack:before {
    content: "\ff14"
}
.fi-rr-wine-glass-empty:before {
    content: "\ff15"
}
.fi-rr-wishlist-heart:before {
    content: "\ff16"
}
.fi-rr-wishlist-star:before {
    content: "\ff17"
}
.fi-rr-woman-head:before {
    content: "\ff18"
}
.fi-rr-woman-scientist:before {
    content: "\ff19"
}
.fi-rr-won-sign:before {
    content: "\ff1a"
}
.fi-rr-work-in-progress:before {
    content: "\ff1b"
}
.fi-rr-workflow-alt:before {
    content: "\ff1c"
}
.fi-rr-workflow-setting-alt:before {
    content: "\ff1d"
}
.fi-rr-workflow-setting:before {
    content: "\ff1e"
}
.fi-rr-workflow:before {
    content: "\ff1f"
}
.fi-rr-workshop:before {
    content: "\ff20"
}
.fi-rr-world:before {
    content: "\ff21"
}
.fi-rr-worm:before {
    content: "\ff22"
}
.fi-rr-wreath:before {
    content: "\ff23"
}
.fi-rr-wrench-alt:before {
    content: "\ff24"
}
.fi-rr-wrench-simple:before {
    content: "\ff25"
}
.fi-rr-x-ray:before {
    content: "\ff26"
}
.fi-rr-x:before {
    content: "\ff27"
}
.fi-rr-y:before {
    content: "\ff28"
}
.fi-rr-yen:before {
    content: "\ff29"
}
.fi-rr-yin-yang:before {
    content: "\ff2a"
}
.fi-rr-z:before {
    content: "\ff2b"
}
.fi-rr-zip-file:before {
    content: "\ff2c"
}
.fi-rr-zoom-in:before {
    content: "\ff2d"
}
.fi-rr-zoom-out:before {
    content: "\ff2e"
}
/*!
*   _____       _             __                 _____                               ______ _       _   _
*  |_   _|     | |           / _|               |_   _|                             |  ____| |     | | (_)
*    | |  _ __ | |_ ___ _ __| |_ __ _  ___ ___    | |  ___ ___  _ __  ___   ______  | |__  | | __ _| |_ _  ___ ___  _ __
*    | | | '_ \| __/ _ \ '__|  _/ _` |/ __/ _ \   | | / __/ _ \| '_ \/ __| |______| |  __| | |/ _` | __| |/ __/ _ \| '_ \
*   _| |_| | | | ||  __/ |  | || (_| | (_|  __/  _| || (_| (_) | | | \__ \          | |    | | (_| | |_| | (_| (_) | | | |
*  |_____|_| |_|\__\___|_|  |_| \__,_|\___\___| |_____\___\___/|_| |_|___/          |_|    |_|\__,_|\__|_|\___\___/|_| |_|
*
*                         UIcons 2.4.2 - https://www.flaticon.com/uicons/interface-icons
*/
.newslist{
    margin-left: auto;
    margin-right: auto;
    display: grid;
    max-width: 48rem;
    list-style-type: none;
    grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: 3rem;
}
.newslist.-grid{
    display: grid;
    max-width: none;
    gap: 2rem;
}
@media (min-width: 768px){
    .newslist.-grid{
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}
.newslist.-grid .newslist__item{
    position: relative;
    border-radius: 1rem;
    border-width: 0px;
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
    padding: 1.5rem;
    --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
    --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 200ms;
}
.newslist.-grid .newslist__item:hover{
    --tw-translate-y: -0.25rem;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    --tw-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
    --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.newslist.-grid .newslist__title{
    margin-bottom: 1rem;
}
.newslist__item{
    margin-left: auto;
    margin-right: auto;
    display: block;
    border-bottom-width: 2px;
    --tw-border-opacity: 1;
    border-color: rgb(135 206 162 / var(--tw-border-opacity, 1));
    padding-bottom: 1.5rem;
    text-decoration-line: none;
    width: 100%;
    max-width: 100%;
}
.newslist__title{
    font-size: 1.25rem;
    line-height: 1.75rem;
    font-weight: 700;
    --tw-text-opacity: 1;
    color: rgb(6 91 85 / var(--tw-text-opacity, 1));
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 200ms;
}
@media (min-width: 1024px){
    .newslist__title{
        font-size: 1.5rem;
        line-height: 2rem;
    }
}
.newslist__item:hover .newslist__title{
    --tw-text-opacity: 1;
    color: rgb(0 109 102 / var(--tw-text-opacity, 1));
}
.newslist__arrow{
    position: relative;
    bottom: 0.25rem;
    margin-left: 0.25rem;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 200ms;
}
.newslist__item:hover .newslist__arrow{
    --tw-translate-x: 0.5rem;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.newslist__meta {
        display: flex;
        justify-content: start;
        gap: 20px;
        align-items: center;
        margin-bottom: var(--space-2);
    }
.newslist__summary{
    margin-top: 0.5rem;
    --tw-text-opacity: 1;
    color: rgb(71 89 93 / var(--tw-text-opacity, 1));
}
.-grid .newslist__summary {
            display: -webkit-box;
            -webkit-box-orient: vertical;
            -webkit-line-clamp: 3;
            overflow: hidden;
            text-overflow: ellipsis;
        }
.newslist time {
        font-size: 16px;
        color: var(--color-font-secondary);
    }
/* Pagination */
.pager {
    margin-top: 40px;
}
.pager__inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}
.pager__side {
    flex: 1 1 33%;
}
.pager__side.-right {
    text-align: right;
}
.pager__center {
    flex: 0 0 auto;
    text-align: center;
}
.pager__counter {
    color: var(--color-font-secondary);
    font-size: 14px;
}
.chip{
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    border-radius: 9999px;
    --tw-bg-opacity: 1;
    background-color: rgb(103 187 137 / var(--tw-bg-opacity, 1));
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
    font-size: 0.75rem;
    line-height: 1rem;
    font-weight: 500;
    line-height: 1;
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.chip.-news{
    --tw-bg-opacity: 1;
    background-color: rgb(103 187 137 / var(--tw-bg-opacity, 1));
}
.chip.-reports{
    --tw-bg-opacity: 1;
    background-color: rgb(33 180 185 / var(--tw-bg-opacity, 1));
}
/* Components */
.table{
    min-width: 100%;
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}
.table__container{
    margin-bottom: 3rem;
    overflow-x: auto;
    border-radius: 0.75rem;
}
@media (min-width: 768px){
    .table__container{
        --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
        --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
        box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
        transition-property: box-shadow;
        transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
        transition-duration: 150ms;
    }
    .table__container:hover{
        --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
        --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
        box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    }
}
.table__row{
    border-color: transparent;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
}
.table__row:hover{
    background-color: rgb(6 91 85 / 0.05);
}
.table__row.-sum{
    border-top-width: 2px;
    --tw-border-opacity: 1;
    border-color: rgb(138 163 166 / var(--tw-border-opacity, 1));
    --tw-bg-opacity: 1;
    background-color: rgb(237 240 241 / var(--tw-bg-opacity, 1));
    font-weight: 700;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
}
.table__row.-sum:hover{
    background-color: rgb(6 91 85 / 0.1);
}
.table__row.-sum .table__cell{
    vertical-align: top;
}
@media print{
    .table__row.-sum .table__cell{
        font-weight: 500;
        --tw-text-opacity: 1;
        color: rgb(36 43 45 / var(--tw-text-opacity, 1));
    }
}
.table__cell{
    padding: 0.25rem;
    vertical-align: bottom;
    font-size: 0.75rem;
    line-height: 1rem;
}
@media (min-width: 768px){
    .table__cell{
        padding-left: 1.5rem;
        padding-right: 1.5rem;
        padding-top: 1rem;
        padding-bottom: 0.75rem;
        font-size: 1rem;
        line-height: 1.5rem;
    }
}
@media print{
    .table__cell{
        font-weight: 300;
        --tw-text-opacity: 1;
        color: rgb(71 89 93 / var(--tw-text-opacity, 1));
    }
}
.table__cell {
        font-variant-numeric: tabular-nums;

    }
.table__cell:not(:first-child):not(.-header) {
            white-space: pre;
        }
@media not all and (min-width: 640px){
    .table__cell:first-child{
        min-width: 10rem;
    }
}
.table__cell.-header{
    --tw-bg-opacity: 1;
    background-color: rgb(6 91 85 / var(--tw-bg-opacity, 1));
    text-align: left;
    font-weight: 500;
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.table__cell.-header.-highlight{
    --tw-bg-opacity: 1;
    background-color: rgb(0 56 55 / var(--tw-bg-opacity, 1));
}
.table__cell.-highlight{
    background-color: rgb(103 187 137 / 0.1);
}
.graph__container{
    border-radius: 0.75rem;
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
    padding: 0.5rem;
    padding-left: 0.25rem;
}
@media (min-width: 768px){
    .graph__container{
        --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
        --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
        box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
        transition-property: box-shadow;
        transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
        transition-duration: 150ms;
    }
    .graph__container:hover{
        --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
        --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
        box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    }
}
.graph__canvas{
    aspect-ratio: 1 / 1;
    height: 15rem;
    width: 100%;
    max-width: 100%;
}
@media print{
    .graph__canvas{
        aspect-ratio: auto;
    }
    @page {
        size: A4;
        margin-top: 1.9cm;
        margin-left: 1.32cm;
        margin-right: 1.32cm;
        margin-bottom: 3.67cm;
    }

    @page :first {
        margin: 0;

        @bottom-left {
            content: "";
        }

        @bottom-right {
            content: "";
        }
    }

    @page {
        @bottom-left {
            content: "Opsy";
            color: transparent;
            background-image: url('data:image/svg+xml,<svg width="200" height="58" viewBox="0 0 200 58" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M44.8347 21.7128C44.8347 7.93162 34.9146 0.099147 22.466 0.099147C10.0173 0.099147 0 7.93162 0 21.6137C0 35.2957 10.0173 43.0291 22.466 43.0291C34.9146 43.0291 44.8347 35.2957 44.8347 21.7128ZM29.8574 21.7128C29.8574 28.0581 26.5507 31.5282 22.3687 31.5282C18.284 31.5282 14.88 28.0581 14.88 21.6137C14.88 15.2684 18.284 11.6 22.3687 11.6C26.5507 11.6 29.8574 15.2684 29.8574 21.7128Z" fill="url(%23paint0_linear_1495_628)"/><path d="M79.1065 0C70.6453 0 68.0194 7.13846 67.7276 8.12992V0.793164H52.9448C52.9448 42.7316 52.8476 58 52.9448 58L67.8249 54.7282V41.4427C67.8249 41.4427 71.8123 42.9299 76.4806 42.9299C88.9293 42.9299 95.7371 32.6188 95.7371 20.4239C95.7371 7.83248 89.0265 0 79.1065 0ZM80.6626 20.9197C80.6626 26.7692 78.2312 31.6274 72.9794 31.6274C70.6453 31.6274 68.8947 31.0325 67.7276 30.4376V26.0752C67.7276 16.359 70.3535 11.9966 74.5355 11.9966C78.912 11.9966 80.6626 16.1607 80.6626 20.9197Z" fill="url(%23paint1_linear_1495_628)"/><path d="M132.931 13.7812L135.071 3.56923C130.597 1.48718 124.373 0.198291 119.315 0.198291C108.52 0.198291 102.588 4.85812 102.588 12.8889C102.588 26.7692 122.622 24.7863 122.622 29.6444C122.622 31.0325 121.358 32.0239 119.218 32.0239C115.62 32.0239 110.562 30.3385 106.867 27.3641L100.253 36.8821C105.505 40.4513 113.48 43.2274 119.704 43.2274C129.819 43.2274 137.21 38.3692 137.21 29.347C137.21 15.5658 116.981 17.1521 116.981 12.6906C116.981 11.5009 118.246 10.7077 120.191 10.7077C123.303 10.7077 128.652 11.9966 132.931 13.7812Z" fill="url(%23paint2_linear_1495_628)"/><path d="M142.787 55.4222L157.57 58L185.677 0.892308H169.435L161.752 18.5402L154.166 0.892308H137.536L154.263 33.8085L142.787 55.4222Z" fill="url(%23paint3_linear_1495_628)"/><path d="M200 34.7009C200 29.1487 195.526 26.2735 189.788 26.2735C184.245 26.2735 179.868 29.1487 179.868 34.6017C179.868 39.8564 184.245 42.9299 189.788 42.9299C195.526 42.9299 200 39.8564 200 34.7009Z" fill="url(%23paint4_linear_1495_628)"/><defs><linearGradient id="paint0_linear_1495_628" x1="0" y1="0" x2="51.8831" y2="121.335" gradientUnits="userSpaceOnUse"><stop stop-color="%23CEEAC1"/><stop offset="1" stop-color="%23A3EADA"/></linearGradient><linearGradient id="paint1_linear_1495_628" x1="0" y1="0" x2="51.8831" y2="121.335" gradientUnits="userSpaceOnUse"><stop stop-color="%23CEEAC1"/><stop offset="1" stop-color="%23A3EADA"/></linearGradient><linearGradient id="paint2_linear_1495_628" x1="0" y1="0" x2="51.8831" y2="121.335" gradientUnits="userSpaceOnUse"><stop stop-color="%23CEEAC1"/><stop offset="1" stop-color="%23A3EADA"/></linearGradient><linearGradient id="paint3_linear_1495_628" x1="0" y1="0" x2="51.8831" y2="121.335" gradientUnits="userSpaceOnUse"><stop stop-color="%23CEEAC1"/><stop offset="1" stop-color="%23A3EADA"/></linearGradient><linearGradient id="paint4_linear_1495_628" x1="0" y1="0" x2="51.8831" y2="121.335" gradientUnits="userSpaceOnUse"><stop stop-color="%23CEEAC1"/><stop offset="1" stop-color="%23A3EADA"/></linearGradient></defs></svg>');
            background-size: 1.9cm auto;
            background-repeat: no-repeat;
            background-position: left 0cm bottom 1.5cm;
        }

        @bottom-right {
            content: counter(page) " / " counter(pages);
            color: var(--submarine-800);
        }
    }

    /* Dölj element som inte ska skrivas ut */
    #nav,
    #header,
    #footer,
    #topbar,
    .nav-wrapper .menu,
    .sidebar,
    .no-print {
        display: none !important;
    }

    * {
        -webkit-print-color-adjust: exact !important;
        print-color-adjust: exact !important;
        -webkit-font-smoothing: antialiased !important;
        font-smoothing: antialiased !important;
    }

    html {
        transform: scale(1) !important;
    }

    /* Grundläggande inställningar */
    body {
        font-size: 12pt;
        line-height: 1.5;
        margin: 0;
        padding: 0;
        color: #000;
        background-image: none;
        background-color: white;
        max-width: 100%;
        overflow: visible;
        /* Print specific */
        image-rendering: crisp-edges;
        text-rendering: geometricPrecision;
        font-smooth: always;
    }

    main#content {
        flex: unset;
        width: 100%;
    }

    .text-base {
        font-size: 10pt;
    }

    /* Container och layout */
    .print-container {
        max-width: 100%;
        max-width: 210mm;
    }

    .report-pagebreak {
        -moz-column-break-after: page;
             break-after: page;
    }

    .report-columnbreak {
        -moz-column-break-after: column;
             break-after: column;
    }

    /* Hero sektion */

    .report-hero {
        height: 100vh !important;
        background: linear-gradient(135deg, #ceeac1, #a3eada);
        position: relative;
    }

        .report-hero::before {
            content: "";
            display: block;
            height: 25px;
            margin-top: 10px;
            background: url(/images/logo.svg) no-repeat center center;
            background-size: contain;
        }

        .report-hero .content {
            margin-top: 150pt;
        }


    /* Sektioner och rubriker */
    .report-section {
        margin-bottom: 40pt;
        page-break-inside: avoid;
        padding: 0;
    }

        .report-section .report-columnbreak+h3:not(:first-child),
        .report-section .report-columnbreak+h4:not(:first-child){
        margin-top: 0px;
    }

        .report-section__wrapper {
            max-width: unset;
            padding: 0;
        }

    .report-section .rs-description{
        font-size: 1rem;
        line-height: 1.5rem;
        line-height: 1.625;
    }
@media print {

    .report-section .rs-description {
        font-size: 10pt;
    }
}

        .report-section .rs-description{
        margin-left: auto;
        margin-right: auto;
        max-width: 42rem;
        --tw-text-opacity: 1;
        color: rgb(71 89 93 / var(--tw-text-opacity, 1));
    }

        .report-section .checklist ul{
        list-style-type: none;
        -moz-columns: 2;
             columns: 2;
    }

        .report-section .checklist ul > :not([hidden]) ~ :not([hidden]){
        --tw-space-y-reverse: 0;
        margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(0.5rem * var(--tw-space-y-reverse));
    }

        .report-section .checklist ul{
        padding-left: 1.25rem;
    }

        /* Summary */
        .report-section .report-summary{
        display: grid;
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 0.5rem;
        padding-left: 0.5rem;
        padding-right: 0.5rem;
    }

            .report-section .report-summary__title {
                font-size: 12pt;
            }

            .report-section .report-summary__value {
                font-size: 14pt;
            }

            .report-section .report-summary__direction {
                font-size: 14pt;
            }

        /* Tidslinje */
            .report-section .timeline__item {
                margin-top: 10pt !important;
            }

            .report-section .timeline__marker {
                width: 12pt;
                height: 12pt;
                left: -7.5pt;
            }

            .report-section .timeline__dot {
                height: 3pt;
                width: 3pt;
            }

            .report-section .timeline__date{
        --tw-text-opacity: 1;
        color: rgb(50 151 94 / var(--tw-text-opacity, 1));
                font-size: 9pt;
                font-weight: bold;
                margin-bottom: 0.25em;
    }

            .report-section .timeline_content {
                font-size: 11pt;
                margin: 0;
            }


        .report-section .ghost-card{
        padding: 0.75rem;
    }

            .report-section .ghost-card__grid{
        margin-top: 0.5rem;
        margin-bottom: 0.5rem;
        display: grid;
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 1rem;
    }

            .report-section .ghost-card__title {
                font-size: 12pt;
                line-height: 1.25;
                margin-bottom: 0.5em;
                margin-top: 0;
            }

        /* Tabeller */
            .report-section .table {
                width: 100%;
                border-collapse: collapse;
                font-size: 10pt;
                line-height: 1.2;
            }

            .report-section .table__container{
        border-radius: 0px;
    }

            @media (min-width: 768px){
        .report-section .table__container{
            --tw-shadow: 0 0 #0000;
            --tw-shadow-colored: 0 0 #0000;
            box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
        }
    }
                .report-section .table__row.-sum{
        --tw-border-opacity: 1;
        border-color: rgb(86 111 115 / var(--tw-border-opacity, 1));
        background-color: transparent;
    }

            .report-section .table__cell{
        font-size: 0.75rem;
        line-height: 1rem;
                padding: 3pt;
    }

                .report-section .table__cell:last-child{
        padding-left: 0px;
    }

                .report-section .table__cell:first-child{
        padding-left: 0px;
    }

                .report-section .table__cell.-header{
        border-bottom-width: 1px;
        --tw-border-opacity: 1;
        border-color: rgb(86 111 115 / var(--tw-border-opacity, 1));
        --tw-text-opacity: 1;
        color: rgb(36 43 45 / var(--tw-text-opacity, 1));
    }

                    .report-section .table__cell.-header:not(.-highlight){
        background-color: transparent;
    }

                    .report-section .table__cell.-header.-highlight{
        background-color: rgb(103 187 137 / 0.1);
    }

            tbody tr .report-section .table__cell:not(:first-child) {
                white-space: pre;
            }
            .report-section .graph__container{
        padding: 0px;
    }
            @media (min-width: 768px){
        .report-section .graph__container{
            --tw-shadow: 0 0 #0000;
            --tw-shadow-colored: 0 0 #0000;
            box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
        }
    }

        .report-section .print-calendar-item{
        margin-left: 0.25rem;
        margin-right: 0.25rem;
    }
}
*, ::before, ::after{
    --tw-border-spacing-x: 0;
    --tw-border-spacing-y: 0;
    --tw-translate-x: 0;
    --tw-translate-y: 0;
    --tw-rotate: 0;
    --tw-skew-x: 0;
    --tw-skew-y: 0;
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    --tw-pan-x:  ;
    --tw-pan-y:  ;
    --tw-pinch-zoom:  ;
    --tw-scroll-snap-strictness: proximity;
    --tw-gradient-from-position:  ;
    --tw-gradient-via-position:  ;
    --tw-gradient-to-position:  ;
    --tw-ordinal:  ;
    --tw-slashed-zero:  ;
    --tw-numeric-figure:  ;
    --tw-numeric-spacing:  ;
    --tw-numeric-fraction:  ;
    --tw-ring-inset:  ;
    --tw-ring-offset-width: 0px;
    --tw-ring-offset-color: #fff;
    --tw-ring-color: rgb(33 180 185 / 0.5);
    --tw-ring-offset-shadow: 0 0 #0000;
    --tw-ring-shadow: 0 0 #0000;
    --tw-shadow: 0 0 #0000;
    --tw-shadow-colored: 0 0 #0000;
    --tw-blur:  ;
    --tw-brightness:  ;
    --tw-contrast:  ;
    --tw-grayscale:  ;
    --tw-hue-rotate:  ;
    --tw-invert:  ;
    --tw-saturate:  ;
    --tw-sepia:  ;
    --tw-drop-shadow:  ;
    --tw-backdrop-blur:  ;
    --tw-backdrop-brightness:  ;
    --tw-backdrop-contrast:  ;
    --tw-backdrop-grayscale:  ;
    --tw-backdrop-hue-rotate:  ;
    --tw-backdrop-invert:  ;
    --tw-backdrop-opacity:  ;
    --tw-backdrop-saturate:  ;
    --tw-backdrop-sepia:  ;
    --tw-contain-size:  ;
    --tw-contain-layout:  ;
    --tw-contain-paint:  ;
    --tw-contain-style:  ;
}
::backdrop{
    --tw-border-spacing-x: 0;
    --tw-border-spacing-y: 0;
    --tw-translate-x: 0;
    --tw-translate-y: 0;
    --tw-rotate: 0;
    --tw-skew-x: 0;
    --tw-skew-y: 0;
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    --tw-pan-x:  ;
    --tw-pan-y:  ;
    --tw-pinch-zoom:  ;
    --tw-scroll-snap-strictness: proximity;
    --tw-gradient-from-position:  ;
    --tw-gradient-via-position:  ;
    --tw-gradient-to-position:  ;
    --tw-ordinal:  ;
    --tw-slashed-zero:  ;
    --tw-numeric-figure:  ;
    --tw-numeric-spacing:  ;
    --tw-numeric-fraction:  ;
    --tw-ring-inset:  ;
    --tw-ring-offset-width: 0px;
    --tw-ring-offset-color: #fff;
    --tw-ring-color: rgb(33 180 185 / 0.5);
    --tw-ring-offset-shadow: 0 0 #0000;
    --tw-ring-shadow: 0 0 #0000;
    --tw-shadow: 0 0 #0000;
    --tw-shadow-colored: 0 0 #0000;
    --tw-blur:  ;
    --tw-brightness:  ;
    --tw-contrast:  ;
    --tw-grayscale:  ;
    --tw-hue-rotate:  ;
    --tw-invert:  ;
    --tw-saturate:  ;
    --tw-sepia:  ;
    --tw-drop-shadow:  ;
    --tw-backdrop-blur:  ;
    --tw-backdrop-brightness:  ;
    --tw-backdrop-contrast:  ;
    --tw-backdrop-grayscale:  ;
    --tw-backdrop-hue-rotate:  ;
    --tw-backdrop-invert:  ;
    --tw-backdrop-opacity:  ;
    --tw-backdrop-saturate:  ;
    --tw-backdrop-sepia:  ;
    --tw-contain-size:  ;
    --tw-contain-layout:  ;
    --tw-contain-paint:  ;
    --tw-contain-style:  ;
}
/* ! tailwindcss v3.4.19 | MIT License | https://tailwindcss.com */
/*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/
*,
::before,
::after {
  box-sizing: border-box; /* 1 */
  border-width: 0; /* 2 */
  border-style: solid; /* 2 */
  border-color: #e5e7eb; /* 2 */
}
::before,
::after {
  --tw-content: '';
}
/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
7. Disable tap highlights on iOS
*/
html,
:host {
  line-height: 1.5; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -moz-tab-size: 4; /* 3 */
  -o-tab-size: 4;
     tab-size: 4; /* 3 */
  font-family: Inter, Helvetica, Verdana, sans-serif; /* 4 */
  font-feature-settings: normal; /* 5 */
  font-variation-settings: normal; /* 6 */
  -webkit-tap-highlight-color: transparent; /* 7 */
}
/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/
body {
  margin: 0; /* 1 */
  line-height: inherit; /* 2 */
}
/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/
hr {
  height: 0; /* 1 */
  color: inherit; /* 2 */
  border-top-width: 1px; /* 3 */
}
/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/
abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}
/*
Remove the default font size and weight for headings.
*/
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}
/*
Reset links to optimize for opt-in styling instead of opt-out.
*/
a {
  color: inherit;
  text-decoration: inherit;
}
/*
Add the correct font weight in Edge and Safari.
*/
b,
strong {
  font-weight: bolder;
}
/*
1. Use the user's configured `mono` font-family by default.
2. Use the user's configured `mono` font-feature-settings by default.
3. Use the user's configured `mono` font-variation-settings by default.
4. Correct the odd `em` font sizing in all browsers.
*/
code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; /* 1 */
  font-feature-settings: normal; /* 2 */
  font-variation-settings: normal; /* 3 */
  font-size: 1em; /* 4 */
}
/*
Add the correct font size in all browsers.
*/
small {
  font-size: 80%;
}
/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/
table {
  text-indent: 0; /* 1 */
  border-color: inherit; /* 2 */
  border-collapse: collapse; /* 3 */
}
/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-feature-settings: inherit; /* 1 */
  font-variation-settings: inherit; /* 1 */
  font-size: 100%; /* 1 */
  font-weight: inherit; /* 1 */
  line-height: inherit; /* 1 */
  letter-spacing: inherit; /* 1 */
  color: inherit; /* 1 */
  margin: 0; /* 2 */
  padding: 0; /* 3 */
}
/*
Remove the inheritance of text transform in Edge and Firefox.
*/
button,
select {
  text-transform: none;
}
/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/
button,
input:where([type='button']),
input:where([type='reset']),
input:where([type='submit']) {
  -webkit-appearance: button; /* 1 */
  background-color: transparent; /* 2 */
  background-image: none; /* 2 */
}
/*
Use the modern Firefox focus style for all focusable elements.
*/
:-moz-focusring {
  outline: auto;
}
/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/
:-moz-ui-invalid {
  box-shadow: none;
}
/*
Add the correct vertical alignment in Chrome and Firefox.
*/
progress {
  vertical-align: baseline;
}
/*
Correct the cursor style of increment and decrement buttons in Safari.
*/
::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}
/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/
[type='search'] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}
/*
Remove the inner padding in Chrome and Safari on macOS.
*/
::-webkit-search-decoration {
  -webkit-appearance: none;
}
/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}
/*
Add the correct display in Chrome and Safari.
*/
summary {
  display: list-item;
}
/*
Removes the default spacing and border for appropriate elements.
*/
blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}
fieldset {
  margin: 0;
  padding: 0;
}
legend {
  padding: 0;
}
ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}
/*
Reset default styling for dialogs.
*/
dialog {
  padding: 0;
}
/*
Prevent resizing textareas horizontally by default.
*/
textarea {
  resize: vertical;
}
/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/
input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}
input::placeholder,
textarea::placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}
/*
Set the default cursor for buttons.
*/
button,
[role="button"] {
  cursor: pointer;
}
/*
Make sure disabled buttons don't get the pointer cursor.
*/
:disabled {
  cursor: default;
}
/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/
img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block; /* 1 */
  vertical-align: middle; /* 2 */
}
/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/
img,
video {
  max-width: 100%;
  height: auto;
}
/* Make elements with the HTML hidden attribute stay hidden by default */
[hidden]:where(:not([hidden="until-found"])) {
  display: none;
}
:root {
        --color-primary: #00A19C;
        --color-secondary: #666666;
        --color-accent: #FF6B6B;
        --color-darkgreen: #1A3C3B;
        --color-light: #F5F5F5;
    }
.container{
    width: 100%;
}
@media (min-width: 640px){
    .container{
        max-width: 640px;
    }
}
@media (min-width: 768px){
    .container{
        max-width: 768px;
    }
}
@media (min-width: 1024px){
    .container{
        max-width: 1024px;
    }
}
@media (min-width: 1280px){
    .container{
        max-width: 1280px;
    }
}
@media (min-width: 1536px){
    .container{
        max-width: 1536px;
    }
}
.prose{
    color: var(--tw-prose-body);
    max-width: 65ch;
}
.prose :where(p):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 1.25em;
    margin-bottom: 1.25em;
}
.prose :where([class~="lead"]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    color: var(--tw-prose-lead);
    font-size: 1.25em;
    line-height: 1.6;
    margin-top: 1.2em;
    margin-bottom: 1.2em;
}
.prose :where(a):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    color: var(--tw-prose-links);
    text-decoration: underline;
    font-weight: 500;
}
.prose :where(strong):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    color: var(--tw-prose-bold);
    font-weight: 600;
}
.prose :where(a strong):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    color: inherit;
}
.prose :where(blockquote strong):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    color: inherit;
}
.prose :where(thead th strong):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    color: inherit;
}
.prose :where(ol):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    list-style-type: decimal;
    margin-top: 1.25em;
    margin-bottom: 1.25em;
    padding-inline-start: 1.625em;
}
.prose :where(ol[type="A"]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    list-style-type: upper-alpha;
}
.prose :where(ol[type="a"]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    list-style-type: lower-alpha;
}
.prose :where(ol[type="A" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    list-style-type: upper-alpha;
}
.prose :where(ol[type="a" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    list-style-type: lower-alpha;
}
.prose :where(ol[type="I"]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    list-style-type: upper-roman;
}
.prose :where(ol[type="i"]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    list-style-type: lower-roman;
}
.prose :where(ol[type="I" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    list-style-type: upper-roman;
}
.prose :where(ol[type="i" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    list-style-type: lower-roman;
}
.prose :where(ol[type="1"]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    list-style-type: decimal;
}
.prose :where(ul):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    list-style-type: disc;
    margin-top: 1.25em;
    margin-bottom: 1.25em;
    padding-inline-start: 1.625em;
}
.prose :where(ol > li):not(:where([class~="not-prose"],[class~="not-prose"] *))::marker{
    font-weight: 400;
    color: var(--tw-prose-counters);
}
.prose :where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *))::marker{
    color: var(--tw-prose-bullets);
}
.prose :where(dt):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    color: var(--tw-prose-headings);
    font-weight: 600;
    margin-top: 1.25em;
}
.prose :where(hr):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    border-color: var(--tw-prose-hr);
    border-top-width: 1px;
    margin-top: 3em;
    margin-bottom: 3em;
}
.prose :where(blockquote):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    font-weight: 500;
    font-style: italic;
    color: var(--tw-prose-quotes);
    border-inline-start-width: 0.25rem;
    border-inline-start-color: var(--tw-prose-quote-borders);
    quotes: "\201C""\201D""\2018""\2019";
    margin-top: 1.6em;
    margin-bottom: 1.6em;
    padding-inline-start: 1em;
}
.prose :where(blockquote p:first-of-type):not(:where([class~="not-prose"],[class~="not-prose"] *))::before{
    content: open-quote;
}
.prose :where(blockquote p:last-of-type):not(:where([class~="not-prose"],[class~="not-prose"] *))::after{
    content: close-quote;
}
.prose :where(h1):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    color: var(--tw-prose-headings);
    font-weight: 800;
    font-size: 2.25em;
    margin-top: 0;
    margin-bottom: 0.8888889em;
    line-height: 1.1111111;
}
.prose :where(h1 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    font-weight: 900;
    color: inherit;
}
.prose :where(h2):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    color: var(--tw-prose-headings);
    font-weight: 700;
    font-size: 1.5em;
    margin-top: 2em;
    margin-bottom: 1em;
    line-height: 1.3333333;
}
.prose :where(h2 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    font-weight: 800;
    color: inherit;
}
.prose :where(h3):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    color: var(--tw-prose-headings);
    font-weight: 600;
    font-size: 1.25em;
    margin-top: 1.6em;
    margin-bottom: 0.6em;
    line-height: 1.6;
}
.prose :where(h3 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    font-weight: 700;
    color: inherit;
}
.prose :where(h4):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    color: var(--tw-prose-headings);
    font-weight: 600;
    margin-top: 1.5em;
    margin-bottom: 0.5em;
    line-height: 1.5;
}
.prose :where(h4 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    font-weight: 700;
    color: inherit;
}
.prose :where(img):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 2em;
    margin-bottom: 2em;
}
.prose :where(picture):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    display: block;
    margin-top: 2em;
    margin-bottom: 2em;
}
.prose :where(video):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 2em;
    margin-bottom: 2em;
}
.prose :where(kbd):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    font-weight: 500;
    font-family: inherit;
    color: var(--tw-prose-kbd);
    box-shadow: 0 0 0 1px var(--tw-prose-kbd-shadows), 0 3px 0 var(--tw-prose-kbd-shadows);
    font-size: 0.875em;
    border-radius: 0.3125rem;
    padding-top: 0.1875em;
    padding-inline-end: 0.375em;
    padding-bottom: 0.1875em;
    padding-inline-start: 0.375em;
}
.prose :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    color: var(--tw-prose-code);
    font-weight: 600;
    font-size: 0.875em;
}
.prose :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *))::before{
    content: "`";
}
.prose :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *))::after{
    content: "`";
}
.prose :where(a code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    color: inherit;
}
.prose :where(h1 code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    color: inherit;
}
.prose :where(h2 code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    color: inherit;
    font-size: 0.875em;
}
.prose :where(h3 code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    color: inherit;
    font-size: 0.9em;
}
.prose :where(h4 code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    color: inherit;
}
.prose :where(blockquote code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    color: inherit;
}
.prose :where(thead th code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    color: inherit;
}
.prose :where(pre):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    color: var(--tw-prose-pre-code);
    background-color: var(--tw-prose-pre-bg);
    overflow-x: auto;
    font-weight: 400;
    font-size: 0.875em;
    line-height: 1.7142857;
    margin-top: 1.7142857em;
    margin-bottom: 1.7142857em;
    border-radius: 0.375rem;
    padding-top: 0.8571429em;
    padding-inline-end: 1.1428571em;
    padding-bottom: 0.8571429em;
    padding-inline-start: 1.1428571em;
}
.prose :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    background-color: transparent;
    border-width: 0;
    border-radius: 0;
    padding: 0;
    font-weight: inherit;
    color: inherit;
    font-size: inherit;
    font-family: inherit;
    line-height: inherit;
}
.prose :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *))::before{
    content: none;
}
.prose :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *))::after{
    content: none;
}
.prose :where(table):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    width: 100%;
    table-layout: auto;
    margin-top: 2em;
    margin-bottom: 2em;
    font-size: 0.875em;
    line-height: 1.7142857;
}
.prose :where(thead):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    border-bottom-width: 1px;
    border-bottom-color: var(--tw-prose-th-borders);
}
.prose :where(thead th):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    color: var(--tw-prose-headings);
    font-weight: 600;
    vertical-align: bottom;
    padding-inline-end: 0.5714286em;
    padding-bottom: 0.5714286em;
    padding-inline-start: 0.5714286em;
}
.prose :where(tbody tr):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    border-bottom-width: 1px;
    border-bottom-color: var(--tw-prose-td-borders);
}
.prose :where(tbody tr:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    border-bottom-width: 0;
}
.prose :where(tbody td):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    vertical-align: baseline;
}
.prose :where(tfoot):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    border-top-width: 1px;
    border-top-color: var(--tw-prose-th-borders);
}
.prose :where(tfoot td):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    vertical-align: top;
}
.prose :where(th, td):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    text-align: start;
}
.prose :where(figure > *):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 0;
    margin-bottom: 0;
}
.prose :where(figcaption):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    color: var(--tw-prose-captions);
    font-size: 0.875em;
    line-height: 1.4285714;
    margin-top: 0.8571429em;
}
.prose{
    --tw-prose-body: #364244;
    --tw-prose-headings: #065b55;
    --tw-prose-lead: #364244;
    --tw-prose-links: #32975e;
    --tw-prose-bold: #364244;
    --tw-prose-counters: #364244;
    --tw-prose-bullets: #364244;
    --tw-prose-hr: #d7dfe0;
    --tw-prose-quotes: #065b55;
    --tw-prose-quote-borders: #006d66;
    --tw-prose-captions: #6c878b;
    --tw-prose-kbd: #364244;
    --tw-prose-kbd-shadows: rgb(17 24 39 / 10%);
    --tw-prose-code: #364244;
    --tw-prose-pre-code: #d7dfe0;
    --tw-prose-pre-bg: #3d4d4f;
    --tw-prose-th-borders: #bdcbcd;
    --tw-prose-td-borders: #d7dfe0;
    --tw-prose-invert-body: #bdcbcd;
    --tw-prose-invert-headings: #f6f9f9;
    --tw-prose-invert-lead: #8aa3a6;
    --tw-prose-invert-links: #f6f9f9;
    --tw-prose-invert-bold: #f6f9f9;
    --tw-prose-invert-counters: #8aa3a6;
    --tw-prose-invert-bullets: #566f73;
    --tw-prose-invert-hr: #47595d;
    --tw-prose-invert-quotes: #edf0f1;
    --tw-prose-invert-quote-borders: #47595d;
    --tw-prose-invert-captions: #8aa3a6;
    --tw-prose-invert-kbd: #f6f9f9;
    --tw-prose-invert-kbd-shadows: rgb(255 255 255 / 10%);
    --tw-prose-invert-code: #f6f9f9;
    --tw-prose-invert-pre-code: #bdcbcd;
    --tw-prose-invert-pre-bg: rgb(0 0 0 / 50%);
    --tw-prose-invert-th-borders: #566f73;
    --tw-prose-invert-td-borders: #47595d;
    font-size: 1rem;
    line-height: 1.75;
}
.prose :where(picture > img):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 0;
    margin-bottom: 0;
}
.prose :where(li):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 0.5em;
    margin-bottom: 0.5em;
}
.prose :where(ol > li):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    padding-inline-start: 0.375em;
}
.prose :where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    padding-inline-start: 0.375em;
}
.prose :where(.prose > ul > li p):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 0.75em;
    margin-bottom: 0.75em;
}
.prose :where(.prose > ul > li > p:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 1.25em;
}
.prose :where(.prose > ul > li > p:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-bottom: 1.25em;
}
.prose :where(.prose > ol > li > p:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 1.25em;
}
.prose :where(.prose > ol > li > p:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-bottom: 1.25em;
}
.prose :where(ul ul, ul ol, ol ul, ol ol):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 0.75em;
    margin-bottom: 0.75em;
}
.prose :where(dl):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 1.25em;
    margin-bottom: 1.25em;
}
.prose :where(dd):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 0.5em;
    padding-inline-start: 1.625em;
}
.prose :where(hr + *):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 0;
}
.prose :where(h2 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 0;
}
.prose :where(h3 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 0;
}
.prose :where(h4 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 0;
}
.prose :where(thead th:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    padding-inline-start: 0;
}
.prose :where(thead th:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    padding-inline-end: 0;
}
.prose :where(tbody td, tfoot td):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    padding-top: 0.5714286em;
    padding-inline-end: 0.5714286em;
    padding-bottom: 0.5714286em;
    padding-inline-start: 0.5714286em;
}
.prose :where(tbody td:first-child, tfoot td:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    padding-inline-start: 0;
}
.prose :where(tbody td:last-child, tfoot td:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    padding-inline-end: 0;
}
.prose :where(figure):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 2em;
    margin-bottom: 2em;
}
.prose :where(.prose > :first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 0;
}
.prose :where(.prose > :last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-bottom: 0;
}
.manual-hero__title{
    font-size: 1.875rem;
    line-height: 2.25rem;
    font-weight: 600;
    --tw-text-opacity: 1;
    color: rgb(6 91 85 / var(--tw-text-opacity, 1));
}
@media (min-width: 640px){
    .manual-hero__title{
        font-size: 2.25rem;
        line-height: 2.5rem;
    }
}
@media (min-width: 1024px){
    .manual-hero__title{
        font-size: 3rem;
        line-height: 1;
    }
}
.manual-hero__description{
    margin-top: 1.5rem;
    font-size: 1.125rem;
    line-height: 1.75rem;
    line-height: 1.625;
    --tw-text-opacity: 1;
    color: rgb(71 89 93 / var(--tw-text-opacity, 1));
}
@media (min-width: 768px){
    .manual-hero__description{
        font-size: 1.25rem;
        line-height: 1.75rem;
    }
}
.manual-body{
    flex-grow: 1;
    --tw-bg-opacity: 1;
    background-color: rgb(246 249 249 / var(--tw-bg-opacity, 1));
}
.manual-layout{
    margin-left: auto;
    margin-right: auto;
    max-width: 72rem;
    gap: 2.5rem;
    padding-left: 0.25rem;
    padding-right: 0.25rem;
    padding-top: 1.5rem;
    padding-bottom: 3rem;
    display: flex;
    flex-direction: column;
}
@media (min-width: 768px){
    .manual-layout{
        padding-left: 1.5rem;
        padding-right: 1.5rem;
    }
}
@media (min-width: 1024px){
    .manual-layout{
        flex-direction: row;
        align-items: flex-start;
    }
}
.manual-layout__sidebar{
    order: -9999;
    flex: none;
    border-radius: 1rem;
    border-width: 1px;
    --tw-border-opacity: 1;
    border-color: rgb(215 223 224 / var(--tw-border-opacity, 1));
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
    padding: 1.5rem;
    --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
    --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
@media (min-width: 1024px){
    .manual-layout__sidebar{
        position: sticky;
        top: 5rem;
        max-height: calc(100svh - 6rem);
        width: 20rem;
        overflow-x: hidden;
    }
}
.manual-layout__nav-title{
    font-size: 0.75rem;
    line-height: 1rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.3em;
    --tw-text-opacity: 1;
    color: rgb(108 135 139 / var(--tw-text-opacity, 1));
}
.manual-layout__nav-empty{
    margin-top: 1rem;
    font-size: 0.875rem;
    line-height: 1.25rem;
    --tw-text-opacity: 1;
    color: rgb(108 135 139 / var(--tw-text-opacity, 1));
}
.manual-toc > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.5rem * var(--tw-space-y-reverse));
}
.manual-toc__item{
    list-style-type: none;
}
.manual-toc__link{
    display: block;
    border-radius: 0.75rem;
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    font-size: 0.875rem;
    line-height: 1.25rem;
    font-weight: 500;
    --tw-text-opacity: 1;
    color: rgb(71 89 93 / var(--tw-text-opacity, 1));
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
}
.manual-toc__link:hover{
    --tw-bg-opacity: 1;
    background-color: rgb(239 252 251 / var(--tw-bg-opacity, 1));
    --tw-text-opacity: 1;
    color: rgb(6 91 85 / var(--tw-text-opacity, 1));
}
.manual-toc__children{
    margin-top: 0.5rem;
}
.manual-toc__children > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(0.25rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.25rem * var(--tw-space-y-reverse));
}
.manual-toc__children{
    border-left-width: 1px;
    --tw-border-opacity: 1;
    border-color: rgb(215 223 224 / var(--tw-border-opacity, 1));
    padding-left: 1rem;
}
.manual-content{
    flex: 1 1 0%;
    border-radius: 1.5rem;
    border-width: 1px;
    --tw-border-opacity: 1;
    border-color: rgb(215 223 224 / var(--tw-border-opacity, 1));
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
    padding: 2rem;
    --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
    --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
@media (min-width: 1024px){
    .manual-content{
        padding: 2.5rem;
    }
}
.manual-prose{
    color: var(--tw-prose-body);
    max-width: 65ch;
}
.manual-prose :where(p):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 1.25em;
    margin-bottom: 1.25em;
}
.manual-prose :where([class~="lead"]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    color: var(--tw-prose-lead);
    font-size: 1.25em;
    line-height: 1.6;
    margin-top: 1.2em;
    margin-bottom: 1.2em;
}
.manual-prose :where(a):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    color: var(--tw-prose-links);
    text-decoration: underline;
    font-weight: 500;
}
.manual-prose :where(strong):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    color: var(--tw-prose-bold);
    font-weight: 600;
}
.manual-prose :where(a strong):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    color: inherit;
}
.manual-prose :where(blockquote strong):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    color: inherit;
}
.manual-prose :where(thead th strong):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    color: inherit;
}
.manual-prose :where(ol):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    list-style-type: decimal;
    margin-top: 1.25em;
    margin-bottom: 1.25em;
    padding-inline-start: 1.625em;
}
.manual-prose :where(ol[type="A"]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    list-style-type: upper-alpha;
}
.manual-prose :where(ol[type="a"]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    list-style-type: lower-alpha;
}
.manual-prose :where(ol[type="A" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    list-style-type: upper-alpha;
}
.manual-prose :where(ol[type="a" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    list-style-type: lower-alpha;
}
.manual-prose :where(ol[type="I"]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    list-style-type: upper-roman;
}
.manual-prose :where(ol[type="i"]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    list-style-type: lower-roman;
}
.manual-prose :where(ol[type="I" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    list-style-type: upper-roman;
}
.manual-prose :where(ol[type="i" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    list-style-type: lower-roman;
}
.manual-prose :where(ol[type="1"]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    list-style-type: decimal;
}
.manual-prose :where(ul):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    list-style-type: disc;
    margin-top: 1.25em;
    margin-bottom: 1.25em;
    padding-inline-start: 1.625em;
}
.manual-prose :where(ol > li):not(:where([class~="not-prose"],[class~="not-prose"] *))::marker{
    font-weight: 400;
    color: var(--tw-prose-counters);
}
.manual-prose :where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *))::marker{
    color: var(--tw-prose-bullets);
}
.manual-prose :where(dt):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    color: var(--tw-prose-headings);
    font-weight: 600;
    margin-top: 1.25em;
}
.manual-prose :where(hr):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    border-color: var(--tw-prose-hr);
    border-top-width: 1px;
    margin-top: 3em;
    margin-bottom: 3em;
}
.manual-prose :where(blockquote):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    font-weight: 500;
    font-style: italic;
    color: var(--tw-prose-quotes);
    border-inline-start-width: 0.25rem;
    border-inline-start-color: var(--tw-prose-quote-borders);
    quotes: "\201C""\201D""\2018""\2019";
    margin-top: 1.6em;
    margin-bottom: 1.6em;
    padding-inline-start: 1em;
}
.manual-prose :where(blockquote p:first-of-type):not(:where([class~="not-prose"],[class~="not-prose"] *))::before{
    content: open-quote;
}
.manual-prose :where(blockquote p:last-of-type):not(:where([class~="not-prose"],[class~="not-prose"] *))::after{
    content: close-quote;
}
.manual-prose :where(h1):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    color: var(--tw-prose-headings);
    font-weight: 800;
    font-size: 2.25em;
    margin-top: 0;
    margin-bottom: 0.8888889em;
    line-height: 1.1111111;
}
.manual-prose :where(h1 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    font-weight: 900;
    color: inherit;
}
.manual-prose :where(h2):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    color: var(--tw-prose-headings);
    font-weight: 700;
    font-size: 1.5em;
    margin-top: 2em;
    margin-bottom: 1em;
    line-height: 1.3333333;
}
.manual-prose :where(h2 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    font-weight: 800;
    color: inherit;
}
.manual-prose :where(h3):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    color: var(--tw-prose-headings);
    font-weight: 600;
    font-size: 1.25em;
    margin-top: 1.6em;
    margin-bottom: 0.6em;
    line-height: 1.6;
}
.manual-prose :where(h3 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    font-weight: 700;
    color: inherit;
}
.manual-prose :where(h4):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    color: var(--tw-prose-headings);
    font-weight: 600;
    margin-top: 1.5em;
    margin-bottom: 0.5em;
    line-height: 1.5;
}
.manual-prose :where(h4 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    font-weight: 700;
    color: inherit;
}
.manual-prose :where(img):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 2em;
    margin-bottom: 2em;
}
.manual-prose :where(picture):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    display: block;
    margin-top: 2em;
    margin-bottom: 2em;
}
.manual-prose :where(video):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 2em;
    margin-bottom: 2em;
}
.manual-prose :where(kbd):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    font-weight: 500;
    font-family: inherit;
    color: var(--tw-prose-kbd);
    box-shadow: 0 0 0 1px var(--tw-prose-kbd-shadows), 0 3px 0 var(--tw-prose-kbd-shadows);
    font-size: 0.875em;
    border-radius: 0.3125rem;
    padding-top: 0.1875em;
    padding-inline-end: 0.375em;
    padding-bottom: 0.1875em;
    padding-inline-start: 0.375em;
}
.manual-prose :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    color: var(--tw-prose-code);
    font-weight: 600;
    font-size: 0.875em;
}
.manual-prose :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *))::before{
    content: "`";
}
.manual-prose :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *))::after{
    content: "`";
}
.manual-prose :where(a code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    color: inherit;
}
.manual-prose :where(h1 code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    color: inherit;
}
.manual-prose :where(h2 code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    color: inherit;
    font-size: 0.875em;
}
.manual-prose :where(h3 code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    color: inherit;
    font-size: 0.9em;
}
.manual-prose :where(h4 code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    color: inherit;
}
.manual-prose :where(blockquote code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    color: inherit;
}
.manual-prose :where(thead th code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    color: inherit;
}
.manual-prose :where(pre):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    color: var(--tw-prose-pre-code);
    background-color: var(--tw-prose-pre-bg);
    overflow-x: auto;
    font-weight: 400;
    font-size: 0.875em;
    line-height: 1.7142857;
    margin-top: 1.7142857em;
    margin-bottom: 1.7142857em;
    border-radius: 0.375rem;
    padding-top: 0.8571429em;
    padding-inline-end: 1.1428571em;
    padding-bottom: 0.8571429em;
    padding-inline-start: 1.1428571em;
}
.manual-prose :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    background-color: transparent;
    border-width: 0;
    border-radius: 0;
    padding: 0;
    font-weight: inherit;
    color: inherit;
    font-size: inherit;
    font-family: inherit;
    line-height: inherit;
}
.manual-prose :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *))::before{
    content: none;
}
.manual-prose :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *))::after{
    content: none;
}
.manual-prose :where(table):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    width: 100%;
    table-layout: auto;
    margin-top: 2em;
    margin-bottom: 2em;
    font-size: 0.875em;
    line-height: 1.7142857;
}
.manual-prose :where(thead):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    border-bottom-width: 1px;
    border-bottom-color: var(--tw-prose-th-borders);
}
.manual-prose :where(thead th):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    color: var(--tw-prose-headings);
    font-weight: 600;
    vertical-align: bottom;
    padding-inline-end: 0.5714286em;
    padding-bottom: 0.5714286em;
    padding-inline-start: 0.5714286em;
}
.manual-prose :where(tbody tr):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    border-bottom-width: 1px;
    border-bottom-color: var(--tw-prose-td-borders);
}
.manual-prose :where(tbody tr:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    border-bottom-width: 0;
}
.manual-prose :where(tbody td):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    vertical-align: baseline;
}
.manual-prose :where(tfoot):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    border-top-width: 1px;
    border-top-color: var(--tw-prose-th-borders);
}
.manual-prose :where(tfoot td):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    vertical-align: top;
}
.manual-prose :where(th, td):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    text-align: start;
}
.manual-prose :where(figure > *):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 0;
    margin-bottom: 0;
}
.manual-prose :where(figcaption):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    color: var(--tw-prose-captions);
    font-size: 0.875em;
    line-height: 1.4285714;
    margin-top: 0.8571429em;
}
.manual-prose{
    --tw-prose-body: #364244;
    --tw-prose-headings: #065b55;
    --tw-prose-lead: #364244;
    --tw-prose-links: #32975e;
    --tw-prose-bold: #364244;
    --tw-prose-counters: #364244;
    --tw-prose-bullets: #364244;
    --tw-prose-hr: #d7dfe0;
    --tw-prose-quotes: #065b55;
    --tw-prose-quote-borders: #006d66;
    --tw-prose-captions: #6c878b;
    --tw-prose-kbd: #364244;
    --tw-prose-kbd-shadows: rgb(17 24 39 / 10%);
    --tw-prose-code: #364244;
    --tw-prose-pre-code: #d7dfe0;
    --tw-prose-pre-bg: #3d4d4f;
    --tw-prose-th-borders: #bdcbcd;
    --tw-prose-td-borders: #d7dfe0;
    --tw-prose-invert-body: #bdcbcd;
    --tw-prose-invert-headings: #f6f9f9;
    --tw-prose-invert-lead: #8aa3a6;
    --tw-prose-invert-links: #f6f9f9;
    --tw-prose-invert-bold: #f6f9f9;
    --tw-prose-invert-counters: #8aa3a6;
    --tw-prose-invert-bullets: #566f73;
    --tw-prose-invert-hr: #47595d;
    --tw-prose-invert-quotes: #edf0f1;
    --tw-prose-invert-quote-borders: #47595d;
    --tw-prose-invert-captions: #8aa3a6;
    --tw-prose-invert-kbd: #f6f9f9;
    --tw-prose-invert-kbd-shadows: rgb(255 255 255 / 10%);
    --tw-prose-invert-code: #f6f9f9;
    --tw-prose-invert-pre-code: #bdcbcd;
    --tw-prose-invert-pre-bg: rgb(0 0 0 / 50%);
    --tw-prose-invert-th-borders: #566f73;
    --tw-prose-invert-td-borders: #47595d;
    font-size: 1rem;
    line-height: 1.75;
}
.manual-prose :where(picture > img):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 0;
    margin-bottom: 0;
}
.manual-prose :where(li):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 0.5em;
    margin-bottom: 0.5em;
}
.manual-prose :where(ol > li):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    padding-inline-start: 0.375em;
}
.manual-prose :where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    padding-inline-start: 0.375em;
}
.manual-prose :where(.prose > ul > li p):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 0.75em;
    margin-bottom: 0.75em;
}
.manual-prose :where(.prose > ul > li > p:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 1.25em;
}
.manual-prose :where(.prose > ul > li > p:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-bottom: 1.25em;
}
.manual-prose :where(.prose > ol > li > p:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 1.25em;
}
.manual-prose :where(.prose > ol > li > p:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-bottom: 1.25em;
}
.manual-prose :where(ul ul, ul ol, ol ul, ol ol):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 0.75em;
    margin-bottom: 0.75em;
}
.manual-prose :where(dl):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 1.25em;
    margin-bottom: 1.25em;
}
.manual-prose :where(dd):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 0.5em;
    padding-inline-start: 1.625em;
}
.manual-prose :where(hr + *):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 0;
}
.manual-prose :where(h2 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 0;
}
.manual-prose :where(h3 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 0;
}
.manual-prose :where(h4 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 0;
}
.manual-prose :where(thead th:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    padding-inline-start: 0;
}
.manual-prose :where(thead th:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    padding-inline-end: 0;
}
.manual-prose :where(tbody td, tfoot td):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    padding-top: 0.5714286em;
    padding-inline-end: 0.5714286em;
    padding-bottom: 0.5714286em;
    padding-inline-start: 0.5714286em;
}
.manual-prose :where(tbody td:first-child, tfoot td:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    padding-inline-start: 0;
}
.manual-prose :where(tbody td:last-child, tfoot td:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    padding-inline-end: 0;
}
.manual-prose :where(figure):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 2em;
    margin-bottom: 2em;
}
.manual-prose :where(.prose > :first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 0;
}
.manual-prose :where(.prose > :last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-bottom: 0;
}
.manual-prose{
    font-size: 1.125rem;
    line-height: 1.7777778;
}
.manual-prose :where(p):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 1.3333333em;
    margin-bottom: 1.3333333em;
}
.manual-prose :where([class~="lead"]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    font-size: 1.2222222em;
    line-height: 1.4545455;
    margin-top: 1.0909091em;
    margin-bottom: 1.0909091em;
}
.manual-prose :where(blockquote):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 1.6666667em;
    margin-bottom: 1.6666667em;
    padding-inline-start: 1em;
}
.manual-prose :where(h1):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    font-size: 2.6666667em;
    margin-top: 0;
    margin-bottom: 0.8333333em;
    line-height: 1;
}
.manual-prose :where(h2):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    font-size: 1.6666667em;
    margin-top: 1.8666667em;
    margin-bottom: 1.0666667em;
    line-height: 1.3333333;
}
.manual-prose :where(h3):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    font-size: 1.3333333em;
    margin-top: 1.6666667em;
    margin-bottom: 0.6666667em;
    line-height: 1.5;
}
.manual-prose :where(h4):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 1.7777778em;
    margin-bottom: 0.4444444em;
    line-height: 1.5555556;
}
.manual-prose :where(img):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 1.7777778em;
    margin-bottom: 1.7777778em;
}
.manual-prose :where(picture):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 1.7777778em;
    margin-bottom: 1.7777778em;
}
.manual-prose :where(picture > img):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 0;
    margin-bottom: 0;
}
.manual-prose :where(video):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 1.7777778em;
    margin-bottom: 1.7777778em;
}
.manual-prose :where(kbd):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    font-size: 0.8888889em;
    border-radius: 0.3125rem;
    padding-top: 0.2222222em;
    padding-inline-end: 0.4444444em;
    padding-bottom: 0.2222222em;
    padding-inline-start: 0.4444444em;
}
.manual-prose :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    font-size: 0.8888889em;
}
.manual-prose :where(h2 code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    font-size: 0.8666667em;
}
.manual-prose :where(h3 code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    font-size: 0.875em;
}
.manual-prose :where(pre):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    font-size: 0.8888889em;
    line-height: 1.75;
    margin-top: 2em;
    margin-bottom: 2em;
    border-radius: 0.375rem;
    padding-top: 1em;
    padding-inline-end: 1.5em;
    padding-bottom: 1em;
    padding-inline-start: 1.5em;
}
.manual-prose :where(ol):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 1.3333333em;
    margin-bottom: 1.3333333em;
    padding-inline-start: 1.5555556em;
}
.manual-prose :where(ul):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 1.3333333em;
    margin-bottom: 1.3333333em;
    padding-inline-start: 1.5555556em;
}
.manual-prose :where(li):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 0.6666667em;
    margin-bottom: 0.6666667em;
}
.manual-prose :where(ol > li):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    padding-inline-start: 0.4444444em;
}
.manual-prose :where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    padding-inline-start: 0.4444444em;
}
.manual-prose :where(.prose-lg > ul > li p):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 0.8888889em;
    margin-bottom: 0.8888889em;
}
.manual-prose :where(.prose-lg > ul > li > p:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 1.3333333em;
}
.manual-prose :where(.prose-lg > ul > li > p:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-bottom: 1.3333333em;
}
.manual-prose :where(.prose-lg > ol > li > p:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 1.3333333em;
}
.manual-prose :where(.prose-lg > ol > li > p:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-bottom: 1.3333333em;
}
.manual-prose :where(ul ul, ul ol, ol ul, ol ol):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 0.8888889em;
    margin-bottom: 0.8888889em;
}
.manual-prose :where(dl):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 1.3333333em;
    margin-bottom: 1.3333333em;
}
.manual-prose :where(dt):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 1.3333333em;
}
.manual-prose :where(dd):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 0.6666667em;
    padding-inline-start: 1.5555556em;
}
.manual-prose :where(hr):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 3.1111111em;
    margin-bottom: 3.1111111em;
}
.manual-prose :where(hr + *):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 0;
}
.manual-prose :where(h2 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 0;
}
.manual-prose :where(h3 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 0;
}
.manual-prose :where(h4 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 0;
}
.manual-prose :where(table):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    font-size: 0.8888889em;
    line-height: 1.5;
}
.manual-prose :where(thead th):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    padding-inline-end: 0.75em;
    padding-bottom: 0.75em;
    padding-inline-start: 0.75em;
}
.manual-prose :where(thead th:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    padding-inline-start: 0;
}
.manual-prose :where(thead th:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    padding-inline-end: 0;
}
.manual-prose :where(tbody td, tfoot td):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    padding-top: 0.75em;
    padding-inline-end: 0.75em;
    padding-bottom: 0.75em;
    padding-inline-start: 0.75em;
}
.manual-prose :where(tbody td:first-child, tfoot td:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    padding-inline-start: 0;
}
.manual-prose :where(tbody td:last-child, tfoot td:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    padding-inline-end: 0;
}
.manual-prose :where(figure):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 1.7777778em;
    margin-bottom: 1.7777778em;
}
.manual-prose :where(figure > *):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 0;
    margin-bottom: 0;
}
.manual-prose :where(figcaption):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    font-size: 0.8888889em;
    line-height: 1.5;
    margin-top: 1em;
}
.manual-prose :where(.prose-lg > :first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 0;
}
.manual-prose :where(.prose-lg > :last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-bottom: 0;
}
.manual-prose{
    max-width: none;
    --tw-text-opacity: 1;
    color: rgb(61 77 79 / var(--tw-text-opacity, 1));
}
.manual-prose :where(a):not(:where([class~="not-prose"] *)){
    --tw-text-opacity: 1;
    color: rgb(0 141 129 / var(--tw-text-opacity, 1));
    text-decoration-line: none;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
}
.manual-prose :where(a):not(:where([class~="not-prose"] *)):hover{
    --tw-text-opacity: 1;
    color: rgb(6 91 85 / var(--tw-text-opacity, 1));
}
.manual-prose :where(p):not(:where([class~="not-prose"] *)){
    line-height: 1.625;
}
.manual-prose :where(h1):not(:where([class~="not-prose"] *)){
    font-size: 2.25rem;
    line-height: 2.5rem;
    font-weight: 600;
    --tw-text-opacity: 1;
    color: rgb(6 91 85 / var(--tw-text-opacity, 1));
}
.manual-prose :where(h2):not(:where([class~="not-prose"] *)){
    margin-top: 3rem;
    font-size: 1.875rem;
    line-height: 2.25rem;
    font-weight: 600;
    --tw-text-opacity: 1;
    color: rgb(6 91 85 / var(--tw-text-opacity, 1));
}
.manual-prose :where(h3):not(:where([class~="not-prose"] *)){
    margin-top: 2rem;
    font-size: 1.5rem;
    line-height: 2rem;
    font-weight: 600;
    --tw-text-opacity: 1;
    color: rgb(0 109 102 / var(--tw-text-opacity, 1));
}
.manual-prose :where(h4):not(:where([class~="not-prose"] *)){
    margin-top: 1.5rem;
    font-size: 1.25rem;
    line-height: 1.75rem;
    font-weight: 600;
    --tw-text-opacity: 1;
    color: rgb(0 141 129 / var(--tw-text-opacity, 1));
}
.manual-prose :where(ul, ol):not(:where([class~="not-prose"] *)){
    padding-left: 1.5rem;
    --tw-text-opacity: 1;
    color: rgb(61 77 79 / var(--tw-text-opacity, 1));
}
.manual-prose :where(li):not(:where([class~="not-prose"] *)){
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
}
.manual-prose :where(blockquote):not(:where([class~="not-prose"] *)){
    border-top-right-radius: 1rem;
    border-bottom-right-radius: 1rem;
    border-left-width: 4px;
    --tw-border-opacity: 1;
    border-color: rgb(194 255 247 / var(--tw-border-opacity, 1));
    --tw-bg-opacity: 1;
    background-color: rgb(239 252 251 / var(--tw-bg-opacity, 1));
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
    font-style: italic;
    --tw-text-opacity: 1;
    color: rgb(71 89 93 / var(--tw-text-opacity, 1));
}
.manual-prose :where(code):not(:where([class~="not-prose"] *)){
    border-radius: 0.25rem;
    --tw-bg-opacity: 1;
    background-color: rgb(237 240 241 / var(--tw-bg-opacity, 1));
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
    font-size: 0.875rem;
    line-height: 1.25rem;
    font-weight: 500;
    --tw-text-opacity: 1;
    color: rgb(71 89 93 / var(--tw-text-opacity, 1));
}
.manual-prose :where(pre):not(:where([class~="not-prose"] *)){
    overflow-x: auto;
    border-radius: 1rem;
    --tw-bg-opacity: 1;
    background-color: rgb(54 66 68 / var(--tw-bg-opacity, 1));
    padding: 1.5rem;
    --tw-text-opacity: 1;
    color: rgb(246 249 249 / var(--tw-text-opacity, 1));
}
.manual-prose :where(pre code):not(:where([class~="not-prose"] *)){
    background-color: transparent;
    padding: 0px;
    color: inherit;
}
.manual-prose :where(hr):not(:where([class~="not-prose"] *)){
    margin-top: 3rem;
    margin-bottom: 3rem;
    --tw-border-opacity: 1;
    border-color: rgb(215 223 224 / var(--tw-border-opacity, 1));
}
.manual-prose :where(table):not(:where([class~="not-prose"] *)){
    margin-top: 2rem;
    margin-bottom: 2rem;
    overflow: hidden;
    border-radius: 1rem;
    border-width: 1px;
    --tw-border-opacity: 1;
    border-color: rgb(215 223 224 / var(--tw-border-opacity, 1));
    width: 100%;
    max-width: 100%;
}
.manual-prose :where(thead):not(:where([class~="not-prose"] *)){
    --tw-bg-opacity: 1;
    background-color: rgb(239 252 251 / var(--tw-bg-opacity, 1));
    --tw-text-opacity: 1;
    color: rgb(71 89 93 / var(--tw-text-opacity, 1));
}
.manual-prose :where(th):not(:where([class~="not-prose"] *)){
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    text-align: left;
    font-weight: 600;
    --tw-text-opacity: 1;
    color: rgb(71 89 93 / var(--tw-text-opacity, 1));
}
.manual-prose :where(td):not(:where([class~="not-prose"] *)){
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    vertical-align: top;
    --tw-text-opacity: 1;
    color: rgb(61 77 79 / var(--tw-text-opacity, 1));
}
.manual-prose :where(figcaption):not(:where([class~="not-prose"] *)){
    margin-top: 0.5rem;
    font-size: 0.875rem;
    line-height: 1.25rem;
    --tw-text-opacity: 1;
    color: rgb(108 135 139 / var(--tw-text-opacity, 1));
}
.manual-prose :where(img):not(:where([class~="not-prose"] *)){
    margin-top: 2rem;
    margin-bottom: 2rem;
    border-radius: 1rem;
    --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
    --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.manual-prose :where(.small-text):not(:where([class~="not-prose"] *)){
    font-size: 0.75rem;
    line-height: 1rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.3em;
    --tw-text-opacity: 1;
    color: rgb(108 135 139 / var(--tw-text-opacity, 1));
}
.manual-prose :where(.manual-section):not(:where([class~="not-prose"] *)){
    margin-bottom: 3rem;
    border-bottom-width: 1px;
    --tw-border-opacity: 1;
    border-color: rgb(215 223 224 / var(--tw-border-opacity, 1));
    padding-bottom: 3rem;
}
.manual-prose :where(.manual-section:last-of-type):not(:where([class~="not-prose"] *)){
    margin-bottom: 0px;
    border-bottom-width: 0px;
    padding-bottom: 0px;
}
.manual-prose :where(.w-richtext, .rtf-manual):not(:where([class~="not-prose"] *)) > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1.5rem * var(--tw-space-y-reverse));
}
.report-hero{
    position: relative;
    margin-bottom: 2.5rem;
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
    display: flex;
    flex-direction: column;
}
@media (min-width: 768px){
    .report-hero{
        margin-bottom: 12rem;
        height: calc(100vh - 90px);
        padding-top: 5rem;
        padding-bottom: 5rem;
    }
}
@media print{
    .report-hero{
        padding-bottom: 0px;
    }
}
.report-hero__content{
    flex-grow: 1;
    align-items: center;
    justify-content: center;
    text-align: center;
    display: flex;
    flex-direction: column;
}
.report-hero__badge{
    margin-bottom: 1.5rem;
    display: inline-block;
    border-radius: 9999px;
    background-color: rgb(6 91 85 / 0.1);
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    font-size: 0.875rem;
    line-height: 1.25rem;
    font-weight: 500;
    --tw-text-opacity: 1;
    color: rgb(6 91 85 / var(--tw-text-opacity, 1));
}
.report-hero__title{
    margin-bottom: 1.5rem;
    font-family: Poppins, Helvetica, Verdana, sans-serif;
    font-size: 3.75rem;
    line-height: 1;
    font-weight: 700;
    --tw-text-opacity: 1;
    color: rgb(6 91 85 / var(--tw-text-opacity, 1));
}
@media not all and (min-width: 640px){
    .report-hero__title{
        font-size: 2.25rem;
        line-height: 2.5rem;
    }
}
.report-hero__subtitle{
    text-align: center;
    font-size: 1.25rem;
    line-height: 1.75rem;
    --tw-text-opacity: 1;
    color: rgb(71 89 93 / var(--tw-text-opacity, 1));
}
@media (min-width: 768px){
    .report-hero__subtitle{
        font-size: 1.5rem;
        line-height: 2rem;
    }
}
@media print{
    .report-hero__subtitle{
        font-size: 1.125rem;
        line-height: 1.75rem;
    }
}
.report-teasers{
    margin-left: auto;
    margin-right: auto;
    display: grid;
    max-width: 80rem;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 2rem;
}
@media not all and (min-width: 640px){
    .report-teasers{
        grid-template-columns: repeat(1, minmax(0, 1fr));
        gap: 1rem;
    }
}
@media print{
    .report-teasers{
        gap: 1rem;
    }
}
.report-teasers__item{
    border-radius: 0.75rem;
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
    padding: 0.75rem;
    text-align: center;
    --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
    --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    transition-property: box-shadow;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
}
.report-teasers__item:hover{
    --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
    --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
@media (min-width: 768px){
    .report-teasers__item{
        padding: 1.5rem;
    }
}
@media print{
    .report-teasers__item{
        border-width: 1px;
        --tw-border-opacity: 1;
        border-color: rgb(215 223 224 / var(--tw-border-opacity, 1));
        background-color: transparent;
        padding: 0.5rem;
        --tw-shadow: 0 0 #0000;
        --tw-shadow-colored: 0 0 #0000;
        box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    }
    .report-teasers__item:hover{
        --tw-shadow: 0 0 #0000;
        --tw-shadow-colored: 0 0 #0000;
        box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    }
}
.report-teasers__title{
    font-family: Poppins, Helvetica, Verdana, sans-serif;
    font-size: 0.875rem;
    line-height: 1.25rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    --tw-text-opacity: 1;
    color: rgb(71 89 93 / var(--tw-text-opacity, 1));
}
@media print{
    .report-teasers__title{
        font-size: 0.75rem;
        line-height: 1rem;
    }
}
.report-teasers__value{
    margin-top: 1rem;
    font-family: Poppins, Helvetica, Verdana, sans-serif;
    font-size: 2.25rem;
    line-height: 2.5rem;
    font-weight: 700;
    letter-spacing: -0.025em;
    --tw-text-opacity: 1;
    color: rgb(103 187 137 / var(--tw-text-opacity, 1));
}
@media print{
    .report-teasers__value{
        margin-top: 0.25rem;
        font-size: 1.125rem;
        line-height: 1.75rem;
    }
}
.report-teasers__body{
    margin-top: 0.5rem;
    font-size: 1.125rem;
    line-height: 1.75rem;
    font-style: italic;
    --tw-text-opacity: 1;
    color: rgb(28 96 61 / var(--tw-text-opacity, 1));
}
@media print{
    .report-teasers__body{
        margin-top: 0px;
        font-size: 0.75rem;
        line-height: 1rem;
    }
}
.report-section{
    margin-bottom: 6rem;
}
@media (min-width: 768px){
    .report-section{
        margin-bottom: 12rem;
    }
}
@media print{
    .report-section{
        margin-bottom: 6rem;
    }
}
.report-section .report-list{
    margin-top: 0px;
    margin-bottom: 0px;
    list-style-type: disc;
}
.report-section .report-list > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.5rem * var(--tw-space-y-reverse));
}
.report-section .report-list{
    padding-left: 1.25rem;
}
@media print{
    .report-section .report-list > :not([hidden]) ~ :not([hidden]){
        --tw-space-y-reverse: 0;
        margin-top: calc(0.25rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(0.25rem * var(--tw-space-y-reverse));
    }
    .report-section .report-list{
        padding-left: 1rem;
    }
}
.report-section .report-list__title{
    margin-top: 0px;
    margin-bottom: 0px;
    margin-bottom: 1rem;
}
@media print{
    .report-section .report-list__title{
        margin-bottom: 0px;
        font-size: 0.875rem;
        line-height: 1.25rem;
    }
}
.report-section .report-list__item{
    font-size: 1rem;
    line-height: 1.5rem;
}
@media print {

    .report-section .report-list__item {
        font-size: 10pt;
        padding-left: 0px;
        font-size: 0.75rem;
        line-height: 1rem;
        --tw-text-opacity: 1;
        color: rgb(71 89 93 / var(--tw-text-opacity, 1));
    }
}
.report-section .rs-title-wrapper{
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 4rem;
    max-width: 80rem;
    padding-left: 1rem;
    padding-right: 1rem;
    text-align: center;
}
@media not all and (min-width: 640px){
    .report-section .rs-title-wrapper{
        margin-bottom: 1rem;
        text-align: left;
    }
}
@media (min-width: 640px){
    .report-section .rs-title-wrapper{
        padding-left: 1.5rem;
        padding-right: 1.5rem;
    }
}
@media (min-width: 1024px){
    .report-section .rs-title-wrapper{
        padding-left: 2rem;
        padding-right: 2rem;
    }
}
@media print{
    .report-section .rs-title-wrapper{
        margin-bottom: 3rem;
    }
}
.report-section .rs-title{
    margin-bottom: 1rem;
    font-family: Poppins, Helvetica, Verdana, sans-serif;
    font-size: 1.875rem;
    line-height: 2.25rem;
    font-weight: 700;
    --tw-text-opacity: 1;
    color: rgb(6 91 85 / var(--tw-text-opacity, 1));
}
@media (min-width: 768px){
    .report-section .rs-title{
        font-size: 2.25rem;
        line-height: 2.5rem;
    }
}
@media print{
    .report-section .rs-title{
        margin-bottom: 0.5rem;
        font-size: 1.875rem;
        line-height: 2.25rem;
    }
}
.report-section .rs-description{
    font-size: 1rem;
    line-height: 1.5rem;
    line-height: 1.625;
}
@media print {

    .report-section .rs-description {
        font-size: 10pt;
    }
}
.report-section .rs-description{
    margin-left: auto;
    margin-right: auto;
    max-width: 42rem;
}
@media print{
    .report-section .rs-description{
        --tw-text-opacity: 1;
        color: rgb(71 89 93 / var(--tw-text-opacity, 1));
    }
}
.report-section .rs-content{
    margin-left: auto;
    margin-right: auto;
    max-width: 80rem;
    padding-left: 1rem;
    padding-right: 1rem;
}
@media (min-width: 640px){
    .report-section .rs-content{
        padding-left: 1.5rem;
        padding-right: 1.5rem;
    }
}
@media (min-width: 1024px){
    .report-section .rs-content{
        padding-left: 2rem;
        padding-right: 2rem;
    }
}
.report-section h3{
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 1rem;
    max-width: 42rem;
    -moz-column-break-after: avoid;
         break-after: avoid;
    font-size: 1.25rem;
    line-height: 1.75rem;
    font-weight: 700;
    --tw-text-opacity: 1;
    color: rgb(6 91 85 / var(--tw-text-opacity, 1));
}
@media (min-width: 768px){
    .report-section h3{
        font-size: 1.5rem;
        line-height: 2rem;
    }
}
@media print{
    .report-section h3{
        margin-bottom: 0.5rem;
        font-size: 1.125rem;
        line-height: 1.75rem;
    }
}
.report-section h3:not(:first-child){
    margin-top: 2rem;
}
.report-section h4{
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0px;
    -moz-column-break-after: avoid;
         break-after: avoid;
    font-size: 1.125rem;
    line-height: 1.75rem;
    font-weight: 600;
    --tw-text-opacity: 1;
    color: rgb(36 43 45 / var(--tw-text-opacity, 1));
}
.report-section h4:not(:first-child){
    margin-top: 0.5rem;
}
.report-section p{
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 1rem;
    max-width: 42rem;
    font-size: 1rem;
    line-height: 1.5rem;
    --tw-text-opacity: 1;
    color: rgb(36 43 45 / var(--tw-text-opacity, 1));
}
@media print {

    .report-section p {
        font-size: 10pt;
    }
}
@media (min-width: 768px){
    .report-section p{
        margin-bottom: 2rem;
    }
}
@media print{
    .report-section p{
        margin-bottom: 1rem;
        font-weight: 300;
        --tw-text-opacity: 1;
        color: rgb(71 89 93 / var(--tw-text-opacity, 1));
    }
}
/* ta bort bottom-margin på p som föregås av en lista (moderna browser: :has) */
.report-section p:has(+ ul),
    .report-section p:has(+ ol){
    margin-bottom: 0px;
      margin-bottom: 0;
}
.report-section ul{
    margin-left: auto;
    margin-right: auto;
    margin-top: 1rem;
    margin-bottom: 1.5rem;
    max-width: 42rem;
    list-style-type: disc;
}
.report-section ul > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.5rem * var(--tw-space-y-reverse));
}
.report-section ul{
    padding-left: 1.25rem;
}
@media print{
    .report-section ul > :not([hidden]) ~ :not([hidden]){
        --tw-space-y-reverse: 0;
        margin-top: calc(0.25rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(0.25rem * var(--tw-space-y-reverse));
    }
}
.report-section ol:not(.timeline){
    margin-left: auto;
    margin-right: auto;
    margin-top: 1rem;
    margin-bottom: 1.5rem;
    max-width: 42rem;
    list-style-type: decimal;
}
.report-section ol:not(.timeline) > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.5rem * var(--tw-space-y-reverse));
}
.report-section ol:not(.timeline){
    padding-left: 1.25rem;
}
.report-section li{
    font-size: 1rem;
    line-height: 1.5rem;
    --tw-text-opacity: 1;
    color: rgb(36 43 45 / var(--tw-text-opacity, 1));
}
@media print {

    .report-section li {
        font-size: 10pt;
        font-weight: 300;
        --tw-text-opacity: 1;
        color: rgb(71 89 93 / var(--tw-text-opacity, 1));
    }
}
.report-section .checklist ul{
    list-style-type: none;
    padding-left: 1.25rem;
}
.report-section .checklist ul li{
    position: relative;
    padding-left: 1.25rem;
}
@media print{
    .report-section .checklist ul li{
        --tw-text-opacity: 1;
        color: rgb(71 89 93 / var(--tw-text-opacity, 1));
    }
}
.report-section .checklist ul li::before{
    position: absolute;
    left: 0px;
    top: 0px;
    margin-right: 0.5rem;
    --tw-text-opacity: 1;
    color: rgb(50 151 94 / var(--tw-text-opacity, 1));
          content: "✓";
          display: block;
}
.report-section img{
    border-radius: 0.75rem;
    width: 100%;
    max-width: 100%;
}
@media (min-width: 768px){
    .report-section img{
        --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
        --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
        box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
        transition-property: box-shadow;
        transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
        transition-duration: 150ms;
    }
    .report-section img:hover{
        --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
        --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
        box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    }
}
.report-section.-fancy .rs-content{
    -moz-column-gap: 4rem;
         column-gap: 4rem;
}
@media (min-width: 768px){
    .report-section.-fancy .rs-content{
        -moz-columns: 3;
             columns: 3;
    }
}
@media print{
    .report-section.-fancy .rs-content{
        -moz-columns: 2;
             columns: 2;
        -moz-column-gap: 2rem;
             column-gap: 2rem;
    }
}
.report-section.-fancy .rs-title-wrapper{
    margin-bottom: 2rem;
    text-align: left;
}
@media (min-width: 768px){
    .report-section.-fancy .rs-title-wrapper{
        margin-bottom: 4rem;
    }
}
@media print{
    .report-section.-fancy .rs-title-wrapper{
        margin-bottom: 2rem;
        padding-top: 4rem;
    }
}
.report-section.-fancy .rs-title{
    margin-bottom: 1rem;
    font-family: Poppins, Helvetica, Verdana, sans-serif;
    font-size: 1.875rem;
    line-height: 2.25rem;
    font-weight: 700;
    line-height: 1.375;
    letter-spacing: -0.025em;
    --tw-text-opacity: 1;
    color: rgb(6 91 85 / var(--tw-text-opacity, 1));
}
@media (min-width: 768px){
    .report-section.-fancy .rs-title{
        margin-bottom: 2rem;
        font-size: 3.75rem;
        line-height: 1;
    }
}
@media print{
    .report-section.-fancy .rs-title{
        margin-bottom: 1rem;
        font-size: 3rem;
        line-height: 1.375;
    }
}
.report-section.-fancy .rs-description{
    margin-left: 0px;
    margin-right: 0px;
    max-width: 64rem;
    font-size: 1.25rem;
    line-height: 1.75rem;
    line-height: 1.625;
    --tw-text-opacity: 1;
    color: rgb(71 89 93 / var(--tw-text-opacity, 1));
}
@media (min-width: 768px){
    .report-section.-fancy .rs-description{
        font-size: 1.5rem;
        line-height: 2rem;
    }
}
@media print{
    .report-section.-fancy .rs-description{
        margin-bottom: 1rem;
        font-size: 1.25rem;
        line-height: 1.75rem;
    }
}
.report-section.-fancy blockquote{
    margin-bottom: 2rem;
    border-style: none;
    padding-left: 1rem;
}
@media print{
    .report-section.-fancy blockquote{
        padding-left: 0px;
    }
}
.report-section.-fancy blockquote {
        -moz-column-break-inside: avoid;
             break-inside: avoid;
      }
.report-section.-fancy blockquote p{
    font-size: 1.5rem;
    line-height: 2rem;
    font-style: italic;
}
@media print{
    .report-section.-fancy blockquote p{
        font-size: 1.125rem;
        line-height: 1.75rem;
    }
}
.report-section.-small .rs-title-wrapper{
    margin-bottom: 2rem;
    text-align: left;
}
@media print{
    .report-section.-small .rs-title-wrapper{
        margin-bottom: 1.5rem;
    }
}
.report-section.-small .rs-title{
    margin-bottom: 1rem;
    font-family: Poppins, Helvetica, Verdana, sans-serif;
    font-size: 1.875rem;
    line-height: 2.25rem;
    font-weight: 700;
    --tw-text-opacity: 1;
    color: rgb(6 91 85 / var(--tw-text-opacity, 1));
}
@media print{
    .report-section.-small .rs-title{
        font-size: 1.5rem;
        line-height: 2rem;
    }
}
.report-section.-small .rs-description{
    margin-left: 0px;
    margin-right: 0px;
    max-width: 42rem;
    font-size: 1.125rem;
    line-height: 1.75rem;
    --tw-text-opacity: 1;
    color: rgb(71 89 93 / var(--tw-text-opacity, 1));
}
@media print{
    .report-section.-small .rs-description{
        font-size: 1rem;
        line-height: 1.5rem;
    }
}
@media (min-width: 768px){
    .report-section.-small .rs-content{
        -moz-columns: 3;
             columns: 3;
    }
}
.report-section.-small h3{
    margin-bottom: 0.5rem;
    font-size: 1rem;
    line-height: 1.5rem;
}
@media print {

    .report-section.-small h3 {
        font-size: 10pt;
    }
}
.report-section.-small h4{
    margin-bottom: 0.25rem;
    font-size: 0.875rem;
    line-height: 1.25rem;
}
.report-section.-small p{
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 1.5rem;
    font-size: 0.75rem;
    line-height: 1rem;
    --tw-text-opacity: 1;
    color: rgb(36 43 45 / var(--tw-text-opacity, 1));
}
.report-section.-small ul,
      .report-section.-small ol{
    margin-left: auto;
    margin-right: auto;
    margin-top: 0.5rem;
    margin-bottom: 1rem;
    padding-left: 2rem;
}
.report-section.-small li{
    font-size: 0.75rem;
    line-height: 1rem;
}
.report-section .arne-sign{
    margin-bottom: 1rem;
    width: auto;
    border-radius: 0px;
    --tw-shadow: 0 0 #0000;
    --tw-shadow-colored: 0 0 #0000;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.report-section .arne-sign:hover{
    --tw-shadow: 0 0 #0000;
    --tw-shadow-colored: 0 0 #0000;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.report-summary{
    display: grid;
    grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: 2rem;
}
@media (min-width: 768px){
    .report-summary{
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}
@media (min-width: 1024px){
    .report-summary{
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}
.report-summary__card{
    border-radius: 0.5rem;
    border-width: 1px;
    --tw-border-opacity: 1;
    border-color: rgb(103 187 137 / var(--tw-border-opacity, 1));
    padding: 1.5rem;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
}
.report-summary__card:hover{
    border-color: rgb(6 91 85 / 0.2);
}
.report-summary__header{
    margin-bottom: 1rem;
    align-items: center;
    justify-content: space-between;
    display: flex;
}
.report-summary__title{
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    font-size: 1.125rem;
    line-height: 1.75rem;
    font-weight: 700;
    --tw-text-opacity: 1;
    color: rgb(71 89 93 / var(--tw-text-opacity, 1));
}
.report-summary__direction{
    font-size: 1.5rem;
    line-height: 2rem;
}
.report-summary__direction.-up{
    --tw-text-opacity: 1;
    color: rgb(50 151 94 / var(--tw-text-opacity, 1));
}
.report-summary__direction.-down{
    --tw-text-opacity: 1;
    color: rgb(239 68 68 / var(--tw-text-opacity, 1));
}
.report-summary__value{
    font-size: 1.5rem;
    line-height: 2rem;
    font-weight: 700;
}
.report-summary__subtext{
    font-size: 0.875rem;
    line-height: 1.25rem;
    --tw-text-opacity: 1;
    color: rgb(71 89 93 / var(--tw-text-opacity, 1));
}
.ghost-card{
    border-radius: 0.5rem;
    border-width: 1px;
    --tw-border-opacity: 1;
    border-color: rgb(103 187 137 / var(--tw-border-opacity, 1));
    padding: 1.5rem;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
}
.ghost-card:hover{
    border-color: rgb(6 91 85 / 0.2);
}
.ghost-card__grid{
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
    display: grid;
    grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: 2rem;
}
@media (min-width: 768px){
    .ghost-card__grid{
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}
.ghost-card__title{
    margin-top: 2rem;
    margin-bottom: 1.5rem;
    font-size: 1.25rem;
    line-height: 1.75rem;
    font-weight: 600;
}
@media (min-width: 768px){
    .ghost-card__title{
        font-size: 1.5rem;
        line-height: 2rem;
    }
}
.ghost-card p:last-child{
    margin-bottom: 0px;
}
.timeline{
    position: relative;
    margin-left: 0.875rem;
    list-style-type: none;
}
.timeline > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(2.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(2.5rem * var(--tw-space-y-reverse));
}
.timeline{
    border-left-width: 4px;
    border-color: rgb(6 91 85 / 0.3);
    padding-left: 1.5rem;
}
.timeline__date{
    margin-bottom: 0.25rem;
    font-size: 0.75rem;
    line-height: 1rem;
    font-weight: 600;
    --tw-text-opacity: 1;
    color: rgb(6 91 85 / var(--tw-text-opacity, 1));
}
.timeline__item{
    margin-left: 0.5rem;
}
.timeline__body{
    font-size: 1rem;
    line-height: 1.5rem;
    line-height: 1.625;
}
@media print {

    .timeline__body {
        font-size: 10pt;
        font-size: 0.75rem;
        line-height: 1rem;
    }
}
.timeline__marker{
    position: absolute;
    left: -0.875rem;
    height: 1.5rem;
    width: 1.5rem;
    align-items: center;
    justify-content: center;
    border-radius: 9999px;
    --tw-bg-opacity: 1;
    background-color: rgb(103 187 137 / var(--tw-bg-opacity, 1));
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(217 242 223 / var(--tw-ring-opacity, 1));
    display: flex;
}
.timeline__dot{
    display: block;
    height: 0.5rem;
    width: 0.5rem;
    border-radius: 9999px;
    --tw-bg-opacity: 1;
    background-color: rgb(217 242 223 / var(--tw-bg-opacity, 1));
}
.report-avoid-pagebreak {
    -moz-column-break-inside: avoid;
         break-inside: avoid-column;
  }
.hero-title{
    font-size: 2.25rem;
    line-height: 2.5rem;
    font-weight: 700;
}
@media (min-width: 768px){
    .hero-title{
        font-size: 3rem;
        line-height: 1;
    }
}
@media (min-width: 1024px){
    .hero-title{
        font-size: 3.75rem;
        line-height: 1;
    }
}
.title-lg{
    font-size: 1.875rem;
    line-height: 2.25rem;
    font-weight: 700;
}
@media (min-width: 768px){
    .title-lg{
        font-size: 2.25rem;
        line-height: 2.5rem;
    }
}
.title-md{
    font-size: 1.25rem;
    line-height: 1.75rem;
    font-weight: 600;
}
@media (min-width: 768px){
    .title-md{
        font-size: 1.5rem;
        line-height: 2rem;
    }
}
.text-body{
    font-size: 1rem;
    line-height: 1.5rem;
    line-height: 1.625;
}
@media print {

    .text-body {
        font-size: 10pt;
    }
}
.text-link{
    --tw-text-opacity: 1;
    color: rgb(0 141 129 / var(--tw-text-opacity, 1));
    text-decoration-line: underline;
}
.text-link:hover{
    --tw-text-opacity: 1;
    color: rgb(0 141 129 / var(--tw-text-opacity, 1));
    text-decoration-line: none;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
}
.visible{
    visibility: visible;
}
.fixed{
    position: fixed;
}
.absolute{
    position: absolute;
}
.relative{
    position: relative;
}
.sticky{
    position: sticky;
}
.top-0{
    top: 0px;
}
.top-0\.5{
    top: 0.125rem;
}
.z-10{
    z-index: 10;
}
.z-50{
    z-index: 50;
}
.m-0{
    margin: 0px;
}
.mx-auto{
    margin-left: auto;
    margin-right: auto;
}
.my-5{
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
}
.\!mt-0{
    margin-top: 0px !important;
}
.mb-0{
    margin-bottom: 0px;
}
.mb-1{
    margin-bottom: 0.25rem;
}
.mb-10{
    margin-bottom: 2.5rem;
}
.mb-16{
    margin-bottom: 4rem;
}
.mb-2{
    margin-bottom: 0.5rem;
}
.mb-3{
    margin-bottom: 0.75rem;
}
.mb-5{
    margin-bottom: 1.25rem;
}
.mb-6{
    margin-bottom: 1.5rem;
}
.mb-8{
    margin-bottom: 2rem;
}
.ml-10{
    margin-left: 2.5rem;
}
.mt-0{
    margin-top: 0px;
}
.mt-12{
    margin-top: 3rem;
}
.mt-14{
    margin-top: 3.5rem;
}
.mt-16{
    margin-top: 4rem;
}
.mt-2{
    margin-top: 0.5rem;
}
.mt-20{
    margin-top: 5rem;
}
.mt-3{
    margin-top: 0.75rem;
}
.mt-4{
    margin-top: 1rem;
}
.mt-5{
    margin-top: 1.25rem;
}
.mt-6{
    margin-top: 1.5rem;
}
.mt-8{
    margin-top: 2rem;
}
.block{
    display: block;
}
.inline-block{
    display: inline-block;
}
.flex{
    display: flex;
}
.table{
    display: table;
}
.grid{
    display: grid;
}
.hidden{
    display: none;
}
.aspect-square{
    aspect-ratio: 1 / 1;
}
.h-14{
    height: 3.5rem;
}
.h-28{
    height: 7rem;
}
.h-6{
    height: 1.5rem;
}
.h-px{
    height: 1px;
}
.w-16{
    width: 4rem;
}
.w-28{
    width: 7rem;
}
.w-8{
    width: 2rem;
}
.w-fit{
    width: -moz-fit-content;
    width: fit-content;
}
.w-full{
    width: 100%;
}
.max-w-4xl{
    max-width: 56rem;
}
.max-w-none{
    max-width: none;
}
.flex-1{
    flex: 1 1 0%;
}
.flex-shrink-0{
    flex-shrink: 0;
}
.shrink-0{
    flex-shrink: 0;
}
.transform{
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.resize{
    resize: both;
}
.scroll-mt-40{
    scroll-margin-top: 10rem;
}
.list-disc{
    list-style-type: disc;
}
.grid-cols-1{
    grid-template-columns: repeat(1, minmax(0, 1fr));
}
.grid-cols-2{
    grid-template-columns: repeat(2, minmax(0, 1fr));
}
.flex-col{
    flex-direction: column;
}
.items-start{
    align-items: flex-start;
}
.items-center{
    align-items: center;
}
.items-stretch{
    align-items: stretch;
}
.justify-center{
    justify-content: center;
}
.justify-between{
    justify-content: space-between;
}
.gap-10{
    gap: 2.5rem;
}
.gap-12{
    gap: 3rem;
}
.gap-4{
    gap: 1rem;
}
.gap-5{
    gap: 1.25rem;
}
.gap-8{
    gap: 2rem;
}
.space-y-16 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(4rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(4rem * var(--tw-space-y-reverse));
}
.space-y-4 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1rem * var(--tw-space-y-reverse));
}
.divide-y > :not([hidden]) ~ :not([hidden]){
    --tw-divide-y-reverse: 0;
    border-top-width: calc(1px * calc(1 - var(--tw-divide-y-reverse)));
    border-bottom-width: calc(1px * var(--tw-divide-y-reverse));
}
.whitespace-nowrap{
    white-space: nowrap;
}
.rounded-full{
    border-radius: 9999px;
}
.rounded-lg{
    border-radius: 0.5rem;
}
.border{
    border-width: 1px;
}
.border-b{
    border-bottom-width: 1px;
}
.border-t-2{
    border-top-width: 2px;
}
.border-green-400{
    --tw-border-opacity: 1;
    border-color: rgb(103 187 137 / var(--tw-border-opacity, 1));
}
.border-submarine-200{
    --tw-border-opacity: 1;
    border-color: rgb(215 223 224 / var(--tw-border-opacity, 1));
}
.bg-gray-300{
    --tw-bg-opacity: 1;
    background-color: rgb(209 213 219 / var(--tw-bg-opacity, 1));
}
.bg-green-100{
    --tw-bg-opacity: 1;
    background-color: rgb(217 242 223 / var(--tw-bg-opacity, 1));
}
.bg-transparent{
    background-color: transparent;
}
.bg-white{
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}
.object-cover{
    -o-object-fit: cover;
       object-fit: cover;
}
.p-3{
    padding: 0.75rem;
}
.p-4{
    padding: 1rem;
}
.px-5{
    padding-left: 1.25rem;
    padding-right: 1.25rem;
}
.py-14{
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
}
.pb-3{
    padding-bottom: 0.75rem;
}
.pt-10{
    padding-top: 2.5rem;
}
.text-center{
    text-align: center;
}
.text-2xl{
    font-size: 1.5rem;
    line-height: 2rem;
}
.text-3xl{
    font-size: 1.875rem;
    line-height: 2.25rem;
}
.text-4xl{
    font-size: 2.25rem;
    line-height: 2.5rem;
}
.text-5xl{
    font-size: 3rem;
    line-height: 1;
}
.text-base{
    font-size: 1rem;
    line-height: 1.5rem;
}
.text-lg{
    font-size: 1.125rem;
    line-height: 1.75rem;
}
.text-sm{
    font-size: 0.875rem;
    line-height: 1.25rem;
}
.text-xl{
    font-size: 1.25rem;
    line-height: 1.75rem;
}
.font-bold{
    font-weight: 700;
}
.font-semibold{
    font-weight: 600;
}
.italic{
    font-style: italic;
}
.leading-relaxed{
    line-height: 1.625;
}
.tracking-tight{
    letter-spacing: -0.025em;
}
.text-font-primary{
    --tw-text-opacity: 1;
    color: rgb(36 43 45 / var(--tw-text-opacity, 1));
}
.text-font-secondary{
    --tw-text-opacity: 1;
    color: rgb(71 89 93 / var(--tw-text-opacity, 1));
}
.text-genoa-700{
    --tw-text-opacity: 1;
    color: rgb(0 141 129 / var(--tw-text-opacity, 1));
}
.text-genoa-900{
    --tw-text-opacity: 1;
    color: rgb(6 91 85 / var(--tw-text-opacity, 1));
}
.text-gray-500{
    --tw-text-opacity: 1;
    color: rgb(107 114 128 / var(--tw-text-opacity, 1));
}
.text-gray-700{
    --tw-text-opacity: 1;
    color: rgb(55 65 81 / var(--tw-text-opacity, 1));
}
.text-gray-800{
    --tw-text-opacity: 1;
    color: rgb(31 41 55 / var(--tw-text-opacity, 1));
}
.text-gray-900{
    --tw-text-opacity: 1;
    color: rgb(17 24 39 / var(--tw-text-opacity, 1));
}
.text-green-400{
    --tw-text-opacity: 1;
    color: rgb(103 187 137 / var(--tw-text-opacity, 1));
}
.text-primary{
    --tw-text-opacity: 1;
    color: rgb(6 91 85 / var(--tw-text-opacity, 1));
}
.text-primary\/70{
    color: rgb(6 91 85 / 0.7);
}
.no-underline{
    text-decoration-line: none;
}
.shadow-none{
    --tw-shadow: 0 0 #0000;
    --tw-shadow-colored: 0 0 #0000;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.ring{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}
.blur{
    --tw-blur: blur(8px);
    filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.grayscale{
    --tw-grayscale: grayscale(100%);
    filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.filter{
    filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.transition{
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
}
.transition-colors{
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
}
.ease-in{
    transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
}
.ease-in-out{
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.ease-out{
    transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}
/* Custom styles */
@media (min-width: 768px){
    .md\:prose-lg{
        font-size: 1.125rem;
        line-height: 1.7777778;
    }
    .md\:prose-lg :where(p):not(:where([class~="not-prose"],[class~="not-prose"] *)){
        margin-top: 1.3333333em;
        margin-bottom: 1.3333333em;
    }
    .md\:prose-lg :where([class~="lead"]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
        font-size: 1.2222222em;
        line-height: 1.4545455;
        margin-top: 1.0909091em;
        margin-bottom: 1.0909091em;
    }
    .md\:prose-lg :where(blockquote):not(:where([class~="not-prose"],[class~="not-prose"] *)){
        margin-top: 1.6666667em;
        margin-bottom: 1.6666667em;
        padding-inline-start: 1em;
    }
    .md\:prose-lg :where(h1):not(:where([class~="not-prose"],[class~="not-prose"] *)){
        font-size: 2.6666667em;
        margin-top: 0;
        margin-bottom: 0.8333333em;
        line-height: 1;
    }
    .md\:prose-lg :where(h2):not(:where([class~="not-prose"],[class~="not-prose"] *)){
        font-size: 1.6666667em;
        margin-top: 1.8666667em;
        margin-bottom: 1.0666667em;
        line-height: 1.3333333;
    }
    .md\:prose-lg :where(h3):not(:where([class~="not-prose"],[class~="not-prose"] *)){
        font-size: 1.3333333em;
        margin-top: 1.6666667em;
        margin-bottom: 0.6666667em;
        line-height: 1.5;
    }
    .md\:prose-lg :where(h4):not(:where([class~="not-prose"],[class~="not-prose"] *)){
        margin-top: 1.7777778em;
        margin-bottom: 0.4444444em;
        line-height: 1.5555556;
    }
    .md\:prose-lg :where(img):not(:where([class~="not-prose"],[class~="not-prose"] *)){
        margin-top: 1.7777778em;
        margin-bottom: 1.7777778em;
    }
    .md\:prose-lg :where(picture):not(:where([class~="not-prose"],[class~="not-prose"] *)){
        margin-top: 1.7777778em;
        margin-bottom: 1.7777778em;
    }
    .md\:prose-lg :where(picture > img):not(:where([class~="not-prose"],[class~="not-prose"] *)){
        margin-top: 0;
        margin-bottom: 0;
    }
    .md\:prose-lg :where(video):not(:where([class~="not-prose"],[class~="not-prose"] *)){
        margin-top: 1.7777778em;
        margin-bottom: 1.7777778em;
    }
    .md\:prose-lg :where(kbd):not(:where([class~="not-prose"],[class~="not-prose"] *)){
        font-size: 0.8888889em;
        border-radius: 0.3125rem;
        padding-top: 0.2222222em;
        padding-inline-end: 0.4444444em;
        padding-bottom: 0.2222222em;
        padding-inline-start: 0.4444444em;
    }
    .md\:prose-lg :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
        font-size: 0.8888889em;
    }
    .md\:prose-lg :where(h2 code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
        font-size: 0.8666667em;
    }
    .md\:prose-lg :where(h3 code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
        font-size: 0.875em;
    }
    .md\:prose-lg :where(pre):not(:where([class~="not-prose"],[class~="not-prose"] *)){
        font-size: 0.8888889em;
        line-height: 1.75;
        margin-top: 2em;
        margin-bottom: 2em;
        border-radius: 0.375rem;
        padding-top: 1em;
        padding-inline-end: 1.5em;
        padding-bottom: 1em;
        padding-inline-start: 1.5em;
    }
    .md\:prose-lg :where(ol):not(:where([class~="not-prose"],[class~="not-prose"] *)){
        margin-top: 1.3333333em;
        margin-bottom: 1.3333333em;
        padding-inline-start: 1.5555556em;
    }
    .md\:prose-lg :where(ul):not(:where([class~="not-prose"],[class~="not-prose"] *)){
        margin-top: 1.3333333em;
        margin-bottom: 1.3333333em;
        padding-inline-start: 1.5555556em;
    }
    .md\:prose-lg :where(li):not(:where([class~="not-prose"],[class~="not-prose"] *)){
        margin-top: 0.6666667em;
        margin-bottom: 0.6666667em;
    }
    .md\:prose-lg :where(ol > li):not(:where([class~="not-prose"],[class~="not-prose"] *)){
        padding-inline-start: 0.4444444em;
    }
    .md\:prose-lg :where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *)){
        padding-inline-start: 0.4444444em;
    }
    .md\:prose-lg :where(.md\:prose-lg > ul > li p):not(:where([class~="not-prose"],[class~="not-prose"] *)){
        margin-top: 0.8888889em;
        margin-bottom: 0.8888889em;
    }
    .md\:prose-lg :where(.md\:prose-lg > ul > li > p:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
        margin-top: 1.3333333em;
    }
    .md\:prose-lg :where(.md\:prose-lg > ul > li > p:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
        margin-bottom: 1.3333333em;
    }
    .md\:prose-lg :where(.md\:prose-lg > ol > li > p:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
        margin-top: 1.3333333em;
    }
    .md\:prose-lg :where(.md\:prose-lg > ol > li > p:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
        margin-bottom: 1.3333333em;
    }
    .md\:prose-lg :where(ul ul, ul ol, ol ul, ol ol):not(:where([class~="not-prose"],[class~="not-prose"] *)){
        margin-top: 0.8888889em;
        margin-bottom: 0.8888889em;
    }
    .md\:prose-lg :where(dl):not(:where([class~="not-prose"],[class~="not-prose"] *)){
        margin-top: 1.3333333em;
        margin-bottom: 1.3333333em;
    }
    .md\:prose-lg :where(dt):not(:where([class~="not-prose"],[class~="not-prose"] *)){
        margin-top: 1.3333333em;
    }
    .md\:prose-lg :where(dd):not(:where([class~="not-prose"],[class~="not-prose"] *)){
        margin-top: 0.6666667em;
        padding-inline-start: 1.5555556em;
    }
    .md\:prose-lg :where(hr):not(:where([class~="not-prose"],[class~="not-prose"] *)){
        margin-top: 3.1111111em;
        margin-bottom: 3.1111111em;
    }
    .md\:prose-lg :where(hr + *):not(:where([class~="not-prose"],[class~="not-prose"] *)){
        margin-top: 0;
    }
    .md\:prose-lg :where(h2 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)){
        margin-top: 0;
    }
    .md\:prose-lg :where(h3 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)){
        margin-top: 0;
    }
    .md\:prose-lg :where(h4 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)){
        margin-top: 0;
    }
    .md\:prose-lg :where(table):not(:where([class~="not-prose"],[class~="not-prose"] *)){
        font-size: 0.8888889em;
        line-height: 1.5;
    }
    .md\:prose-lg :where(thead th):not(:where([class~="not-prose"],[class~="not-prose"] *)){
        padding-inline-end: 0.75em;
        padding-bottom: 0.75em;
        padding-inline-start: 0.75em;
    }
    .md\:prose-lg :where(thead th:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
        padding-inline-start: 0;
    }
    .md\:prose-lg :where(thead th:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
        padding-inline-end: 0;
    }
    .md\:prose-lg :where(tbody td, tfoot td):not(:where([class~="not-prose"],[class~="not-prose"] *)){
        padding-top: 0.75em;
        padding-inline-end: 0.75em;
        padding-bottom: 0.75em;
        padding-inline-start: 0.75em;
    }
    .md\:prose-lg :where(tbody td:first-child, tfoot td:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
        padding-inline-start: 0;
    }
    .md\:prose-lg :where(tbody td:last-child, tfoot td:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
        padding-inline-end: 0;
    }
    .md\:prose-lg :where(figure):not(:where([class~="not-prose"],[class~="not-prose"] *)){
        margin-top: 1.7777778em;
        margin-bottom: 1.7777778em;
    }
    .md\:prose-lg :where(figure > *):not(:where([class~="not-prose"],[class~="not-prose"] *)){
        margin-top: 0;
        margin-bottom: 0;
    }
    .md\:prose-lg :where(figcaption):not(:where([class~="not-prose"],[class~="not-prose"] *)){
        font-size: 0.8888889em;
        line-height: 1.5;
        margin-top: 1em;
    }
    .md\:prose-lg :where(.md\:prose-lg > :first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
        margin-top: 0;
    }
    .md\:prose-lg :where(.md\:prose-lg > :last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
        margin-bottom: 0;
    }
}
@media (min-width: 1024px){
    .lg\:prose-xl{
        font-size: 1.25rem;
        line-height: 1.8;
    }
    .lg\:prose-xl :where(p):not(:where([class~="not-prose"],[class~="not-prose"] *)){
        margin-top: 1.2em;
        margin-bottom: 1.2em;
    }
    .lg\:prose-xl :where([class~="lead"]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
        font-size: 1.2em;
        line-height: 1.5;
        margin-top: 1em;
        margin-bottom: 1em;
    }
    .lg\:prose-xl :where(blockquote):not(:where([class~="not-prose"],[class~="not-prose"] *)){
        margin-top: 1.6em;
        margin-bottom: 1.6em;
        padding-inline-start: 1.0666667em;
    }
    .lg\:prose-xl :where(h1):not(:where([class~="not-prose"],[class~="not-prose"] *)){
        font-size: 2.8em;
        margin-top: 0;
        margin-bottom: 0.8571429em;
        line-height: 1;
    }
    .lg\:prose-xl :where(h2):not(:where([class~="not-prose"],[class~="not-prose"] *)){
        font-size: 1.8em;
        margin-top: 1.5555556em;
        margin-bottom: 0.8888889em;
        line-height: 1.1111111;
    }
    .lg\:prose-xl :where(h3):not(:where([class~="not-prose"],[class~="not-prose"] *)){
        font-size: 1.5em;
        margin-top: 1.6em;
        margin-bottom: 0.6666667em;
        line-height: 1.3333333;
    }
    .lg\:prose-xl :where(h4):not(:where([class~="not-prose"],[class~="not-prose"] *)){
        margin-top: 1.8em;
        margin-bottom: 0.6em;
        line-height: 1.6;
    }
    .lg\:prose-xl :where(img):not(:where([class~="not-prose"],[class~="not-prose"] *)){
        margin-top: 2em;
        margin-bottom: 2em;
    }
    .lg\:prose-xl :where(picture):not(:where([class~="not-prose"],[class~="not-prose"] *)){
        margin-top: 2em;
        margin-bottom: 2em;
    }
    .lg\:prose-xl :where(picture > img):not(:where([class~="not-prose"],[class~="not-prose"] *)){
        margin-top: 0;
        margin-bottom: 0;
    }
    .lg\:prose-xl :where(video):not(:where([class~="not-prose"],[class~="not-prose"] *)){
        margin-top: 2em;
        margin-bottom: 2em;
    }
    .lg\:prose-xl :where(kbd):not(:where([class~="not-prose"],[class~="not-prose"] *)){
        font-size: 0.9em;
        border-radius: 0.3125rem;
        padding-top: 0.25em;
        padding-inline-end: 0.4em;
        padding-bottom: 0.25em;
        padding-inline-start: 0.4em;
    }
    .lg\:prose-xl :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
        font-size: 0.9em;
    }
    .lg\:prose-xl :where(h2 code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
        font-size: 0.8611111em;
    }
    .lg\:prose-xl :where(h3 code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
        font-size: 0.9em;
    }
    .lg\:prose-xl :where(pre):not(:where([class~="not-prose"],[class~="not-prose"] *)){
        font-size: 0.9em;
        line-height: 1.7777778;
        margin-top: 2em;
        margin-bottom: 2em;
        border-radius: 0.5rem;
        padding-top: 1.1111111em;
        padding-inline-end: 1.3333333em;
        padding-bottom: 1.1111111em;
        padding-inline-start: 1.3333333em;
    }
    .lg\:prose-xl :where(ol):not(:where([class~="not-prose"],[class~="not-prose"] *)){
        margin-top: 1.2em;
        margin-bottom: 1.2em;
        padding-inline-start: 1.6em;
    }
    .lg\:prose-xl :where(ul):not(:where([class~="not-prose"],[class~="not-prose"] *)){
        margin-top: 1.2em;
        margin-bottom: 1.2em;
        padding-inline-start: 1.6em;
    }
    .lg\:prose-xl :where(li):not(:where([class~="not-prose"],[class~="not-prose"] *)){
        margin-top: 0.6em;
        margin-bottom: 0.6em;
    }
    .lg\:prose-xl :where(ol > li):not(:where([class~="not-prose"],[class~="not-prose"] *)){
        padding-inline-start: 0.4em;
    }
    .lg\:prose-xl :where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *)){
        padding-inline-start: 0.4em;
    }
    .lg\:prose-xl :where(.lg\:prose-xl > ul > li p):not(:where([class~="not-prose"],[class~="not-prose"] *)){
        margin-top: 0.8em;
        margin-bottom: 0.8em;
    }
    .lg\:prose-xl :where(.lg\:prose-xl > ul > li > p:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
        margin-top: 1.2em;
    }
    .lg\:prose-xl :where(.lg\:prose-xl > ul > li > p:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
        margin-bottom: 1.2em;
    }
    .lg\:prose-xl :where(.lg\:prose-xl > ol > li > p:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
        margin-top: 1.2em;
    }
    .lg\:prose-xl :where(.lg\:prose-xl > ol > li > p:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
        margin-bottom: 1.2em;
    }
    .lg\:prose-xl :where(ul ul, ul ol, ol ul, ol ol):not(:where([class~="not-prose"],[class~="not-prose"] *)){
        margin-top: 0.8em;
        margin-bottom: 0.8em;
    }
    .lg\:prose-xl :where(dl):not(:where([class~="not-prose"],[class~="not-prose"] *)){
        margin-top: 1.2em;
        margin-bottom: 1.2em;
    }
    .lg\:prose-xl :where(dt):not(:where([class~="not-prose"],[class~="not-prose"] *)){
        margin-top: 1.2em;
    }
    .lg\:prose-xl :where(dd):not(:where([class~="not-prose"],[class~="not-prose"] *)){
        margin-top: 0.6em;
        padding-inline-start: 1.6em;
    }
    .lg\:prose-xl :where(hr):not(:where([class~="not-prose"],[class~="not-prose"] *)){
        margin-top: 2.8em;
        margin-bottom: 2.8em;
    }
    .lg\:prose-xl :where(hr + *):not(:where([class~="not-prose"],[class~="not-prose"] *)){
        margin-top: 0;
    }
    .lg\:prose-xl :where(h2 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)){
        margin-top: 0;
    }
    .lg\:prose-xl :where(h3 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)){
        margin-top: 0;
    }
    .lg\:prose-xl :where(h4 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)){
        margin-top: 0;
    }
    .lg\:prose-xl :where(table):not(:where([class~="not-prose"],[class~="not-prose"] *)){
        font-size: 0.9em;
        line-height: 1.5555556;
    }
    .lg\:prose-xl :where(thead th):not(:where([class~="not-prose"],[class~="not-prose"] *)){
        padding-inline-end: 0.6666667em;
        padding-bottom: 0.8888889em;
        padding-inline-start: 0.6666667em;
    }
    .lg\:prose-xl :where(thead th:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
        padding-inline-start: 0;
    }
    .lg\:prose-xl :where(thead th:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
        padding-inline-end: 0;
    }
    .lg\:prose-xl :where(tbody td, tfoot td):not(:where([class~="not-prose"],[class~="not-prose"] *)){
        padding-top: 0.8888889em;
        padding-inline-end: 0.6666667em;
        padding-bottom: 0.8888889em;
        padding-inline-start: 0.6666667em;
    }
    .lg\:prose-xl :where(tbody td:first-child, tfoot td:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
        padding-inline-start: 0;
    }
    .lg\:prose-xl :where(tbody td:last-child, tfoot td:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
        padding-inline-end: 0;
    }
    .lg\:prose-xl :where(figure):not(:where([class~="not-prose"],[class~="not-prose"] *)){
        margin-top: 2em;
        margin-bottom: 2em;
    }
    .lg\:prose-xl :where(figure > *):not(:where([class~="not-prose"],[class~="not-prose"] *)){
        margin-top: 0;
        margin-bottom: 0;
    }
    .lg\:prose-xl :where(figcaption):not(:where([class~="not-prose"],[class~="not-prose"] *)){
        font-size: 0.9em;
        line-height: 1.5555556;
        margin-top: 1em;
    }
    .lg\:prose-xl :where(.lg\:prose-xl > :first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
        margin-top: 0;
    }
    .lg\:prose-xl :where(.lg\:prose-xl > :last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
        margin-bottom: 0;
    }
}
.hover\:border-primary\/20:hover{
    border-color: rgb(6 91 85 / 0.2);
}
.hover\:text-primary\/80:hover{
    color: rgb(6 91 85 / 0.8);
}
.hover\:shadow-none:hover{
    --tw-shadow: 0 0 #0000;
    --tw-shadow-colored: 0 0 #0000;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
@media not all and (min-width: 640px){
    .max-sm\:mx-4{
        margin-left: 1rem;
        margin-right: 1rem;
    }
    .max-sm\:mt-16{
        margin-top: 4rem;
    }
    .max-sm\:border{
        border-width: 1px;
    }
    .max-sm\:border-green-300{
        --tw-border-opacity: 1;
        border-color: rgb(135 206 162 / var(--tw-border-opacity, 1));
    }
}
@media (min-width: 640px){
    .sm\:grid{
        display: grid;
    }
    .sm\:grid-cols-2{
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}
@media (min-width: 768px){
    .md\:flex{
        display: flex;
    }
    .md\:h-32{
        height: 8rem;
    }
    .md\:w-32{
        width: 8rem;
    }
    .md\:grid-cols-2{
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    .md\:gap-6{
        gap: 1.5rem;
    }
    .md\:gap-8{
        gap: 2rem;
    }
    .md\:text-3xl{
        font-size: 1.875rem;
        line-height: 2.25rem;
    }
    .md\:text-4xl{
        font-size: 2.25rem;
        line-height: 2.5rem;
    }
    .md\:text-5xl{
        font-size: 3rem;
        line-height: 1;
    }
    .md\:text-base{
        font-size: 1rem;
        line-height: 1.5rem;
    }
    .md\:text-xl{
        font-size: 1.25rem;
        line-height: 1.75rem;
    }
}
@media print{
    .print\:mt-2{
        margin-top: 0.5rem;
    }
    .print\:mt-6{
        margin-top: 1.5rem;
    }
    .print\:hidden{
        display: none;
    }
    .print\:gap-4{
        gap: 1rem;
    }
    .print\:border-none{
        border-style: none;
    }
    .print\:px-8{
        padding-left: 2rem;
        padding-right: 2rem;
    }
    .print\:pb-12{
        padding-bottom: 3rem;
    }
    .print\:\!text-base{
        font-size: 1rem !important;
        line-height: 1.5rem !important;
    }
    .print\:text-4xl{
        font-size: 2.25rem;
        line-height: 2.5rem;
    }
    .print\:text-base{
        font-size: 1rem;
        line-height: 1.5rem;
    }
}
/*# sourceMappingURL=tailwind.css.map */